/** Shopify CDN: Minification failed

Line 220:15 Expected identifier but found whitespace
Line 220:16 Unexpected "0"
Line 251:0 Unexpected "}"

**/
/* BASE */


#rebuy-cart { display: none !important; }


.hd1, .hd2, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    line-height: 1.1 !important;

}

__h1.page__title.h1 {
  font-size: var(--font-h2-size);
}



.rte ol:first-child, 
.rte ul:first-child {
    margin-top: 0;
}

.rte ol,
.rte ul {
    padding-left: 24px;
    overflow: inherit;
  }

  .rte ul li {
    list-style-type: none;
  }

  .rte li {
    padding-left: 4px;
    position: relative;
  }

  .rte ol li {
    display: list-item !important;
    list-style-type: decimal !important;
  }

  .rte ul li::before {
    content: '';
    position: absolute;
    margin-left: -28px;
    width: 10px;
    height: 10px;
    margin-top: 9px;
    border-radius: 50%;
    box-sizing: border-box;
  }

  .rte > ul > li::before,
  .rte > .metafield-rich_text_field > ul > li::before {
    background-color: #e5348a;
    border: none;
  }

  .rte > ul > li > ul > li::before,
  .rte > .metafield-rich_text_field > ul > li > ul > li::before {
    border: 2px solid #e5348a;
    background-color: transparent;
  }

  .rte ol li::before {
    content: none !important;
  }

  .rte ol > li::marker {
    font-weight: 700;
  }

  .rte > ul > li > ul > li > ul > li::before {
    border-radius: 0;
  }















/* HEADER */




/* HEADER – NAVIGATION DESKTOP */

@media (min-width: 1024px) {

    .header__navigation .dropdown {
      min-width: 20rem;
      max-width: 20rem;
    }

    .header__navigation .dropdown__container {
      padding-block: 1rem;
    }

    .header__navigation .dropdown__container li > :is(a) {
      padding-left: 1.6rem;
      padding-right: 1.6rem;
    }
}


/* HEADER – HEADER DESKTOP – Move search bar back to its original place to save space */

@media (max-width: 479px) {
    .header__top {
        grid-template-columns: 1fr auto 1fr;
    }
    .header__logo { 
        justify-self: center;
        align-self: center;
    }
}

@media (min-width: 480px) and (max-width: 1023px) {
    .header__search { 
      padding-block-start: 0;
    }

    .header__top--logo-left-search-center {
      --header-grid-template: "icons-left logo search icons-right" / auto auto 1fr auto;
    }

    .header__icons--right {
      grid-area: icons-right;
    }
}


/* HEADER MOBILE – Move collection filter when header hides on scroll  */

/* Add a smooth slide transition to the sticky filter */
.sticky-element {
  transition: top 0.3s ease-in-out;
}

/* When the header hides, collapse the filter offset to the top of the viewport */
@media screen and (max-width: 767px) {
  body.is-header-hidden .sticky-element {
    top: var(--sticky-offset, 0px) !important;
  }
}






/* HEADER – HIDE SEARCH MOBILE – ON HOLD NOT USING */

@media (max-width: 639px) {
    .cart-icon--solid {
        --cart-icon-size: 4.8rem;
        color: var(--cart-icon-color, inherit);
        background-color: var(--cart-icon-background, rgb(var(--color-secondary-background)));
      }
}

@media screen and (max-width: 767px) {
    .header__account.block {
      display: none;
      opacity: 0;
    }
}


/*
@media (min-width: 768px) {

    button.mobile-search-toggle {
      display: none;
      opacity: 0;
    }
}

@media screen and (max-width: 767px) {

    button.mobile-search-toggle {
      width: 4.8rem;
      height: 4.8rem;
      border-radius: 50%;
        color: #000;
        background-color: #fff;
    }

    .header__account.block {
      display: none;
      opacity: 0;
    }

    .cart-icon--solid {
        --cart-icon-size: 4.8rem;
        color: var(--cart-icon-color, inherit);
        background-color: var(--cart-icon-background, rgb(var(--color-secondary-background)));
      }

  .header__search {
    /* 1. Fully collapse layout height & space on initial load */
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;

    /* 2. Transition both layout expansion and opacity */
    transition: 
      max-height 0.35s ease-in-out,
      opacity 0.25s ease-in-out,
      margin 0.35s ease-in-out,
      padding 0.35s ease-in-out,
      visibility 0.35s;
  }

  .header__search:not(.is-active) {
    /* Zero out theme margins & padding so it takes 0px height */
    padding-block-start: 0 !important;
  }

  .header__search.is-active {
    /* 3. Expand height & restore visibility when toggled */
    max-height: 100px; /* Set slightly larger than your search bar height */

    opacity: 1;
    visibility: visible;

    /* Restore your preferred theme spacing when visible */
    padding: 1px;
    padding-block-start: 1.6rem;

  }
}
*/



/* HOME -- GRID BANNER */

.grid-banner .card-media__content .subheading-style--border span {
    background-color: #0003;
    box-shadow: none;
}

.grid-banner .card-media::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(180deg,#0000 1.05%,#000000b0 80%);
  opacity: .95;
}





/* IMAGE CARDS – TOP ROW ON CAROUSEL */

image-cards.swiper-equal-height .swiper-slide {
    display: flex;
}

image-cards .swiper-slide a.card-media--link {
    display: flex;
    height: 100%;
}

image-cards .card-media--auto-height.card-media--content-below {
    display: flex;
    flex-direction: column;
}

image-cards .card-media__content {
    flex: 1;
}
image-cards .card-media--content-below .card-media__content {
  padding: 2rem 1.6rem;
}

image-cards .card-media__content .text-base {
  font-size: calc(var(--font-body-size) * 0.9);
  line-height: 1.5;
}

image-cards .card-media__content-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

image-cards .card-media__description {
    margin-bottom: var(--child-margin-top);
}

image-cards .card-media__button {
    margin-top: auto;
}

image-cards .swiper-slide a.card-media--link,
image-cards .card-media--auto-height.card-media--content-below {
  width: 100%;
}

image-cards .btn--plain,
image-cards .btn--underline { 
    font-weight: 600; 
}

@media (max-width: 767px) {
    .index-template image-cards .f-column:nth-child(n+7) {
        display: none;
    }
    .__index-template image-cards .card-media--content-below .card-media__content {
        padding: 1.6rem;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
   image-cards .f-grid {
    --f-grid-columns: 3;
    }
}



/* IMAGE CARDS CAROUSEL – HOME – With titles only */

#shopify-section-template--29696025854339__image_cards_LwAgzE .card-media::after,
#shopify-section-template--29696025854339__image_cards_W9gmtN .card-media::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(180deg, #0000 1.05%, #000000b0 80%);
  opacity: 0.9;
}

@media (min-width: 768px) and (max-width: 1279px) {
  #shopify-section-template--29696025854339__image_cards_LwAgzE image-cards .f-grid,
  #shopify-section-template--29696025854339__image_cards_W9gmtN image-cards .f-grid {
    --f-grid-columns: 5; 
    }

  #shopify-section-template--29696025854339__image_cards_LwAgzE image-cards .f-column:nth-child(n+6),
  #shopify-section-template--29696025854339__image_cards_W9gmtN image-cards .f-column:nth-child(n+6) {
      display: none;
    }
}








/* IMAGE CARDS – BUTTONS – Truncate long button text */

image-cards .card-media__button .btn {
  max-width: 100%;
  box-sizing: border-box;
}
image-cards .card-media__button .btn__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}
image-cards .card-media__button .btn__icon {
  flex-shrink: 0;
}





/* HOME -- COLLECTION CARDS */

collection-cards .collection-item {
  border-width: 0;
}





/* SCROLLING PROMO */

scrolling-promotion .blocks-radius {
    border-radius: 0; 
}

scrolling-promotion .promotion__item img {
    filter: grayscale(100%);
    vertical-align: center;
}


/* HIDE SCROLLING PROMO ON HOME – FOOTER – QUICK FIX */

.index-template #shopify-section-sections--29696026149251__scrolling_promotion_TcGedT {
    display: none; 
}








/* PRODUCTS – PRODUCT INFORMATION – Wishlist button */

.product__block--inventory {
  margin-bottom: 5px !important;
}

.product__block--inventory + .product__block--\@app {
  margin-top: 0 !important;
  margin-bottom: 5px !important;
}

wishlist-button-block .wk-button {
  gap: 11px !important;
}

wishlist-button-block .wk-text {
  font-weight: 400;
}

.product__block--\@app + .product__block {
  margin-top: 0;
}




/* ACCORDION */

.accordion-card .accordion-details {
  background-color: #fef7fa;
}



/* NEWSLETTER SIGN */

.newsletter__form-wrapper {
  max-width: 1140px;
  margin: 0 auto;
}

.newsletter__form-wrapper .text-subtext {
  color: #a4a4a4;
}

.newsletter__form-wrapper .rich-text__heading {
  max-width: 50rem;
  text-wrap: balance;
}

.newsletter__form-wrapper .rich-text__heading .highlight-text {
  margin-left: 15px;
}

@media (max-width: 1023.98px) {
  .newsletter__form-wrapper .rich-text__heading {
    max-width: 40rem;
  }
}
@media (max-width: 767.98px) {
  .newsletter__form-wrapper .rich-text__heading {
    max-width: 32rem;
  }
}




/* CUSTOM LIQUID SECTIONS 

section[id*="__custom_liquid_"] {
  line-height: 0;
}

*/




/* FOOTER */

.footer-button-list-gtranslate .button-list__items {
  --f-column-gap: 1.2rem;
  gap: var(--f-column-gap);
  width: 100%;
}

@media (max-width: 767.98px) {
  .footer-button-list-gtranslate .button-list__items {
    --f-column-gap: .8rem;
  }
}

