/** Shopify CDN: Minification failed

Line 479:0 Unexpected "}"

**/
.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding-inline: 2.5rem;
}

.gush-page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 5rem 2.5rem !important;
}

@media screen and (min-width: 750px) {
  .page-width {
    padding-inline: 10rem;
  }

	.gush-page-width {
    padding: 10rem !important;
  }

}

.gush-font-display,
.gush-font-h1,
.gush-font-h2,
.gush-font-h3,
.gush-font-h4,
.gush-font-p1,
.gush-font-p2,
.gush-font-teritary,
.gush-font-p3 {
  font-style: normal;
}

.gush-font-display,
.gush-font-h1 {
  font-family: 'ABCCamera';
  line-height: 1 !important;
  font-weight: 400 !important;
}

.gush-font-display,
.gush-font-p1,
.gush-font-p2,
.gush-font-p3 {
  letter-spacing: -0.02em;
}

.gush-font-h2,
.gush-font-h3,
.gush-font-h4 {
  font-family: 'RecklessNeue' !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.03em;
}

.gush-font-p1,
.gush-font-p2,
.gush-font-teritary {
  font-family: 'GTAmerica' !important;
  font-weight: 300 !important;
  line-height: 1.5 !important;
}

.gush-font-p1,
.gush-font-p2 {
  letter-spacing: -0.02em;
}

.gush-font-display {
  font-size: 48px !important;
}

.gush-font-h1 {
  font-size: 32px !important;
  letter-spacing: -0.04em;
}

.gush-font-h2 {
  font-size: 24px !important;
}

.gush-font-h3 {
  font-size: 18px !important;
}

.gush-font-h4 {
  font-size: 14px !important;
}

.gush-font-p1 {
  font-size: 12px !important;
}

.gush-font-p2,
.gush-font-p3 {
  font-size: 10px !important;
}

.gush-font-p3 {
  font-family: 'GTAmerica';
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
}

.gush-font-teritary {
  font-size: 9px !important;
  letter-spacing: 0;
}

@media screen and (min-width: 750px) {
  .gush-font-display {
    font-size: 96px !important;
  }

  .gush-font-h1 {
    font-size: 64px !important;
  }

  .gush-font-h2 {
    font-size: 48px !important;
  }

  .gush-font-h3 {
    font-size: 36px !important;
  }

  .gush-font-h4 {
    font-size: 24px !important;
  }

  .gush-font-p1 {
    font-size: 20px !important;
  }

  .gush-font-p2 {
    font-size: 16px !important;
  }

  .gush-font-teritary,
  .gush-font-p3 {
    font-size: 12px !important;
  }

  .gush-font-p3 {
  }

  .gush-font-p1,
  .gush-font-p2,
  .gush-font-teritary,
  .gush-font-p3 {
    line-height: 1.6 !important;
  }
}

.header__submenu.list-menu {
  padding: 0;
  border-radius: 6px;
}

.header-wrapper {
  background-color: rgb(var(--color-secondary-1)) !important;
}

.cta-button {
  width: 220px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: transform ease 350ms;
  position: relative;
  border: none;
  outline: none;
  color: #fff;
  text-decoration: none;
  padding: 0 2rem;
  cursor: pointer;
}

.cta-button > * {
  z-index: 1;
}

.cta-button__secondary {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: rgb(var(--color-secondary-6));
}

.cta-button__secondary:hover svg,
.cta-button__secondary:hover svg * {
  fill: rgb(var(--color-secondary-6));
}

.cta-button.cta-button__primary:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 100%;
  z-index: 0;
  transition: top ease 350ms;
}

.cta-button.cta-button__primary:hover:before {
  top: 0;
}

.cta-button.cta-button__orange:hover,
.cta-button.cta-button__fuschia:hover,
.cta-button__secondary:hover {
  transform: scale(1.02);
}

.cta-button.cta-button__primary:hover *,
.cta-button.cta-button__primary:hover {
  color: rgba(var(--color-gush-fuschia)) !important;
}

.cta-button.cta-button__primary:hover svg,
.cta-button.cta-button__primary:hover svg * {
  fill: rgba(var(--color-gush-fuschia));
}

.cta-button.cta-button__fuschia svg,
.cta-button.cta-button__fuschia svg * {
  fill: #fff;
}

.cta-button.cta-button__primary {
  background-color: rgba(var(--color-gush-fuschia));
}

.cta-button.cta-button__fuschia {
  background-color: rgba(var(--color-gush-fuschia));
}

.cta-button.cta-button__orange {
  background-color: rgba(var(--color-gush-orange));
}

.cta-button.cta-button__orange {
  background-color: rgba(var(--color-gush-orange));
}

@media screen and (max-width: 767px) {
  .cta-button {
    width: 168px;
    height: 40px;
    padding: 0 1rem;
  }
  .cta-button svg {
    height: 16px;
  }
}

.blogs_listing_page {
  background-color: rgb(var(--color-secondary-1));
}

/* this is for removing  */
.preload * {
  transition: none !important;
}




/* ------------------------------
   GUSH Mega Menu – layout & width
--------------------------------*/
#gush-colour, 
#gush-colour * { /* keep overlay isolated (prevents bleed) */
  /* nothing here; this comment just marks overlay scope */
}

.gush-mega {
  position: absolute;
  left: 0; right: 0;
  top: 100%;
  z-index: 50;
  /* panel backdrop */
  background: #E9E7E5;          /* match your grey in mock */
  border-top: 1px solid rgba(0,0,0,.08);
  opacity: 0; pointer-events: none; transform: translateY(6px);
  transition: opacity .22s ease, transform .22s ease;
}

.gush-mega.is-open {
  opacity: 1; pointer-events: auto; transform: translateY(0);
}

/* inner width (prevents overshooting the header area) */
.gush-mega__inner{
  max-width: 1200px;            /* tune: 1120–1280 based on taste */
  margin: 0 auto;
  padding: 24px 32px 28px;
}

/* section rows & headings */
.gush-mega__row + .gush-mega__row { margin-top: 18px; }
.gush-mega__heading{
  display:flex; align-items:center; gap:16px;
  padding-bottom:12px; margin-bottom:12px;
  border-bottom:1px solid rgba(0,0,0,.14);
}
.gush-mega__heading > span{
  font: 700 20px/1.2 'RecklessNeue', serif;
  letter-spacing:-.02em; color:#2D2014;
}
.gush-mega__viewall{ font-weight:600; text-decoration:underline; }

/* ------------------------------
   Chips row – compact, no boxes
--------------------------------*/
.gush-mega__swatches{
  display:flex; flex-wrap:wrap;
  gap: 16px 28px;                /* tighten spacing to stop overflow */
  list-style:none; margin:0; padding:0;
}

.gush-mega__swatches > li{ margin:0; padding:0; }

/* the chip itself: inline, no pill background */
.gush-swatch{
  display:inline-flex; align-items:center; gap:10px;
  text-decoration:none; background:transparent; border:0;
  padding:0; box-shadow:none; border-radius:0;
  font: 700 15px/1.2 'GTAmerica', sans-serif;
  color:#2D2014;
}

/* the colour circle */
.gush-swatch__dot{
  width: 18px; height: 18px; border-radius:50%;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.12);
  flex:0 0 18px;
}

/* hover/focus states */
.gush-swatch:hover .gush-swatch__label{ text-decoration: underline; }
.gush-swatch:focus-visible{ outline:2px solid #7E53FF; outline-offset:2px; }

/* ------------------------------
   Colour fills by menu title
   (uses data-name from your Liquid)
--------------------------------*/
.gush-swatch[data-name="Blue"]   .gush-swatch__dot{ background:#1B82C2; }
.gush-swatch[data-name="Green"]  .gush-swatch__dot{ background:#2F5E2C; }
.gush-swatch[data-name="Grey"]   .gush-swatch__dot{ background:#A9ABAE; }
.gush-swatch[data-name="Neutral"] .gush-swatch__dot{ background:#D7D0C6; }
.gush-swatch[data-name="Orange"] .gush-swatch__dot{ background:#FF6B21; }
.gush-swatch[data-name="Pink"]   .gush-swatch__dot{ background:#FF7AE0; }
.gush-swatch[data-name="Purple"] .gush-swatch__dot{ background:#7E53FF; }
.gush-swatch[data-name="Red"]    .gush-swatch__dot{ background:#E3131C; }
.gush-swatch[data-name="White"]  .gush-swatch__dot{ background:#FFFFFF; box-shadow: inset 0 0 0 2px #DAD6D2; }
.gush-swatch[data-name="Yellow"] .gush-swatch__dot{ background:#FFD400; }

/* ------------------------------
   Product columns (Shop by Product)
--------------------------------*/
.gush-cols{ display:grid; gap: 16px 48px; grid-template-columns: repeat(4,minmax(0,1fr)); }
.gush-cols.gush-cols--2{ grid-template-columns: repeat(2,minmax(0,1fr)); }

.gush-col__title{
  margin: 0 0 8px;
  font: 700 18px/1.2 'RecklessNeue', serif;
  color:#2D2014;
}
.gush-col__title a{ color:inherit; text-decoration:none; }
.gush-col__title a:hover{ text-decoration:underline; }

.gush-col__list{ list-style:none; margin:0; padding:0; }
.gush-col__list li + li{ margin-top:8px; }
.gush-col__list a{ color:#2D2014; text-decoration:none; font-weight:500; }
.gush-col__list a:hover{ text-decoration:underline; }

/* ------------------------------
   Responsive tweaks
--------------------------------*/
@media (max-width: 1280px){
  .gush-mega__inner{ max-width: 1080px; }
  .gush-mega__swatches{ gap: 14px 22px; }
}

@media (max-width: 990px){
  .gush-mega__inner{ padding: 20px; }
  .gush-cols{ grid-template-columns: repeat(2,minmax(0,1fr)); gap:14px 28px; }
  }



  /* --- MEGA MENU: force chips inline, no card box --- */
.gush-mega .gush-swatch {
  /* kill the card look coming from overlay styles */
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;

  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font: 700 15px/1.2 'GTAmerica', sans-serif;
  color: #2D2014;
}
.gush-mega .gush-swatch__chip { display: none !important; } /* hide the card image block if it leaks in */
.gush-mega .gush-swatch__dot {
  width: 18px; height: 18px; border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.12);
  flex: 0 0 18px;
}
.gush-mega .gush-swatch:hover .gush-swatch__label { text-decoration: underline; }

/* Row spacing so it doesn’t shoot past the panel */
.gush-mega__swatches {
  display: flex; flex-wrap: wrap;
  gap: 14px 24px;                /* tighten to fit on one row where possible */
  list-style: none; margin: 0; padding: 0;
}
.gush-mega__inner { max-width: 1200px; margin: 0 auto; padding: 24px 32px 28px; }

/* Color fills by name (already in your file, keep or adjust) */
.gush-mega .gush-swatch[data-name="Blue"]    .gush-swatch__dot{ background:#1B82C2; }
.gush-mega .gush-swatch[data-name="Green"]   .gush-swatch__dot{ background:#2F5E2C; }
.gush-mega .gush-swatch[data-name="Grey"]    .gush-swatch__dot{ background:#A9ABAE; }
.gush-mega .gush-swatch[data-name="Neutral"] .gush-swatch__dot{ background:#D7D0C6; }
.gush-mega .gush-swatch[data-name="Orange"]  .gush-swatch__dot{ background:#FF6B21; }
.gush-mega .gush-swatch[data-name="Pink"]    .gush-swatch__dot{ background:#FF7AE0; }
.gush-mega .gush-swatch[data-name="Purple"]  .gush-swatch__dot{ background:#7E53FF; }
.gush-mega .gush-swatch[data-name="Red"]     .gush-swatch__dot{ background:#E3131C; }
.gush-mega .gush-swatch[data-name="White"]   .gush-swatch__dot{ background:#FFFFFF; box-shadow: inset 0 0 0 2px #DAD6D2; }
.gush-mega .gush-swatch[data-name="Yellow"]  .gush-swatch__dot{ background:#FFD400; }




/* === GUSH Colour Overlay — always full-viewport, hidden by default === */
#gush-colour {
  position: fixed !important;
  inset: 0 !important;                 /* top/right/bottom/left: 0 */
  z-index: 2147483000 !important;      /* above chat widgets */
  display: block !important;           /* ensure it exists but... */
  opacity: 0 !important;               /* ...hidden by default */
  pointer-events: none !important;
  transition: opacity .25s ease;
  overflow: auto;                      /* scroll if content is long */
  background: transparent;             /* backdrop is below */
}

#gush-colour.is-open {
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* Optional backdrop (if you don’t already have one inside the overlay) */
#gush-colour .gush-colour__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.28);
}

/* Lock page scroll when modal is open */
html.gush-lock, body.gush-lock { overflow: hidden !important; }
}





/* Hide form controls ONLY on collection pages (cards), not on PDPs */
.template-collection .card,
.template-collection .grid__item,
.template-collection .product-card,
.template-collection .product-tile { /* scope helpers; safe if some don't exist */ }

/* Inputs and form rows inside product cards */
.template-collection .card [class*="product-form"],
.template-collection .card .product-form,
.template-collection .card .product-form__input,
.template-collection .card [name^="options["],
.template-collection .card select[name="id"],
.template-collection .card input[name="id"],
.template-collection .card .pdp-colour-trigger,
.template-collection .card .product-color-picker--btn,
.template-collection .card [data-colour-picker-button],
.template-collection .card [data-open-colour] {
  display: none !important;
}

/* Remove leftover spacing in the card footers */
.template-collection .card__content,
.template-collection .card-information,
.template-collection .card__inner {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* === Hide quick-form controls on product cards (collection/search/reco only) === */

/* Collection & search listing pages */
.template-collection .card-wrapper,
.template-search .card-wrapper {
  /* hide any add-to-cart/variant UI inside cards */
}
.template-collection .card-wrapper form[action*="/cart/add"],
.template-collection .card-wrapper .product-form,
.template-collection .card-wrapper .product-form__input,
.template-collection .card-wrapper [name^="options["],
.template-collection .card-wrapper select,
.template-collection .card-wrapper .quantity,
.template-collection .card-wrapper .pdp-colour-trigger,
.template-collection .card-wrapper .product-color-picker--btn,
.template-collection .card-wrapper .choose-colour,
.template-collection .card-wrapper [data-colour-picker],
.template-collection .card-wrapper .card__badge--custom,
.template-search     .card-wrapper form[action*="/cart/add"],
.template-search     .card-wrapper .product-form,
.template-search     .card-wrapper .product-form__input,
.template-search     .card-wrapper [name^="options["],
.template-search     .card-wrapper select,
.template-search     .card-wrapper .quantity,
.template-search     .card-wrapper .pdp-colour-trigger,
.template-search     .card-wrapper .product-color-picker--btn,
.template-search     .card-wrapper .choose-colour,
.template-search     .card-wrapper [data-colour-picker],
.template-search     .card-wrapper .card__badge--custom {
  display: none !important;
}

/* “You may also like” / product recommendations cards on the PDP */
.product-recommendations .card-wrapper form[action*="/cart/add"],
.product-recommendations .card-wrapper .product-form,
.product-recommendations .card-wrapper .product-form__input,
.product-recommendations .card-wrapper [name^="options["],
.product-recommendations .card-wrapper select,
.product-recommendations .card-wrapper .quantity,
.product-recommendations .card-wrapper .pdp-colour-trigger,
.product-recommendations .card-wrapper .product-color-picker--btn,
.product-recommendations .card-wrapper .choose-colour,
.product-recommendations .card-wrapper [data-colour-picker],
.product-recommendations .card-wrapper .card__badge--custom {
  display: none !important;
}

/* optional: nudge up the whitespace under card titles a bit after removal */
.template-collection .card-information,
.template-search .card-information,
.product-recommendations .card-information {
  padding-bottom: 0.75rem;
}


/* ===== COLLECTION / SEARCH LISTINGS ONLY ===== */
body.template-collection .card__content,
body.template-search     .card__content,
.product-recommendations .card__content{
  /* collapse the grid row that was holding the form area */
  grid-template-rows: minmax(0, 1fr) /* media/title area */ ;
}

/* Hide all quick-shop / variant / colour controls inside cards */
body.template-collection .card__content form[action*="/cart/add"],
body.template-collection .card__content .product-form,
body.template-collection .card__content .product-form__input,
body.template-collection .card__content .quantity,
body.template-collection .card__content select,
body.template-collection .card__content .pdp-colour-trigger,
body.template-collection .card__content .product-color-picker--btn,
body.template-collection .card__content [data-colour-picker],
body.template-collection .card__content .choose-colour,
body.template-search     .card__content form[action*="/cart/add"],
body.template-search     .card__content .product-form,
body.template-search     .card__content .product-form__input,
body.template-search     .card__content .quantity,
body.template-search     .card__content select,
body.template-search     .card__content .pdp-colour-trigger,
body.template-search     .card__content .product-color-picker--btn,
body.template-search     .card__content [data-colour-picker],
body.template-search     .card__content .choose-colour,
.product-recommendations .card__content form[action*="/cart/add"],
.product-recommendations .card__content .product-form,
.product-recommendations .card__content .product-form__input,
.product-recommendations .card__content .quantity,
.product-recommendations .card__content select,
.product-recommendations .card__content .pdp-colour-trigger,
.product-recommendations .card__content .product-color-picker--btn,
.product-recommendations .card__content [data-colour-picker],
.product-recommendations .card__content .choose-colour{
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
}

/* tiny tidy so card bottoms don’t look airy after removal */
body.template-collection .card-information,
body.template-search .card-information,
.product-recommendations .card-information{
  padding-bottom: .75rem;
}


/* === COLLECTION GRID: hide option controls under each product card === */
/* Scope to collection pages only via #product-grid so PDPs are untouched */
#product-grid .card__content .select,
#product-grid .card__content .product-form,
#product-grid .card__content .product-form__input,
#product-grid .card__content .product-form__buttons,
#product-grid .card__content .quantity,
#product-grid .card__content .product-color-picker--btn,
#product-grid .card__content [name^="options["],
#product-grid .card__content [data-option-value],
#product-grid .card__content .spr-badge,
#product-grid .card__content .price,               /* if a price sneaks in */
#product-grid .card__content .card__badge-bottom { /* sale/stock badge row */
  display: none !important;
}

/* tighten the card body so there isn’t a big empty area */
#product-grid .card__content {
  grid-template-rows: max-content;
  row-gap: 6px;
  padding: 0;                /* remove extra inner padding */
}

#product-grid .card__information {
  padding: 0;
}

/* keep product title looking tidy */
#product-grid .card__heading {
  margin: .6rem 0 0;
}