/** Shopify CDN: Minification failed

Line 2481:20 Unexpected "{"
Line 2481:29 Expected ":"
Line 2481:36 Unexpected "{"
Line 2486:20 Unexpected "{"
Line 2486:29 Expected ":"
Line 2492:20 Unexpected "{"
Line 2492:29 Expected ":"
Line 2632:13 Unexpected "{"
Line 2632:22 Expected ":"
Line 2641:13 Unexpected "{"
... and 27 more hidden warnings

**/



/* ----------------------------------------------------------------
MBL credits
-----------------------------------------------------------------*/
.powered-by-mbl
{
  margin-bottom: 0px;
  text-align: center;
  margin-top: 0px;
  font-weight:400;

}

.powered-by-mbl a
{
  text-decoration: none;
}

.powered-by-mbl a:hover
{
  text-decoration: underline;
}

/* ----------------------------------------------------------------
GENERAL
-----------------------------------------------------------------*/

/*
.btn.btn--secondary:hover{
  background: transparent;
  color: #ffffff;
}*/

.rich-text-section-content h1, .rich-text-section-content h2, .rich-text-section-content h3, .rich-text-section-content h4, .rich-text-section-content h5, .rich-text-section-content h6 {
  text-transform: none !important;
}

.image-overlay .line-3 .btn.btn--secondary:not(.disabled) {
  background-color: transparent;
  position: relative;
}

.image-overlay .line-3 .btn.btn--secondary:not(.disabled):hover {
  color: #FFF;
  background-color: transparent;
}

.image-overlay .line-3 .btn.btn--secondary:not(.disabled):hover:before {
  transform-origin: right center;
  transform: scaleX(0);
  color:#FAB;
}

.image-overlay .line-3 .btn.btn--secondary:not(.disabled):before {
  transition: transform .45s cubic-bezier(.785,.135,.15,.86);
  background-color: #FFFFFF;
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transform-origin: left center;
  z-index: -1;
}


/* ----------------------------------------------------------------
HOMEPAGE
-----------------------------------------------------------------*/

body.template-index .section-gallery .container {
  padding-left: 0;
  padding-right: 0;
  width: 96%;
  max-width: 1600px;
}

/* Any screen at px and below */
@media only screen and (max-width: 768px) {

  .icon-columns .cc-carousel--previous svg,
  .icon-columns .cc-carousel--next svg {
    border: 0px;
    height: 16px;
    width: 21px;
  }
}

/* Any screen at 500px and below */
@media only screen and (max-width: 500px) {

  .cc-carousel-mobile .icon-columns__column .icon-columns__column--inner {
    width: 100vw;
  }

  .icon-columns__column.align-left .icon-columns__column--inner {
    display: inline-flex;
    text-align: left;
    justify-content: center;
  }

  .icon-columns__column.align-left .icon-columns__column--inner {
    scroll-snap-align: center;
  }




}



/* ----------------------------------------------------------------
PDP
-----------------------------------------------------------------*/

.product-form .payment-and-quantity--buttons-active .payment-and-quantity__add{
  display:flex;
}

.product-form .payment-and-quantity--buttons-active {
  max-width: 100%;
}

.swym-wishlist-button-bar {
  margin-left: 5px;
}

.product-details .cc-accordion-item {
  border-bottom: 2px solid #c2c2c2;
}

.product-details  .cc-accordion{
  border-top: 2px solid #c2c2c2;
}

.product-details .product-detail__gap-lg {
  padding-top: 5px;
  padding-bottom: 20px;
}

.product-details .product-detail-accordion {
  margin-top: 0px;
  margin-bottom: 24px;
}

.qty-adjuster__inner {
  border: 1px solid #212326;
  box-shadow: none;
}

.qty-adjuster__inner .qty-adjuster__up,
.qty-adjuster__inner .qty-adjuster__down {
  background-color: #FFF;
  color: #000;
}

/* Any screen at 500px and below */
@media only screen and (max-width: 500px) {

  .product-details hr.divider__gap-below-small {
    display: none;
  }

}

a.size-chart-link {
  background: #8fe506;
  padding: 5px 16px;
  position: relative;
  top: -8px;
  right: 22px;
  font-size: 11px;
  border-radius: 5px;
}

a.size-chart-link svg {
  display: none;
}


.how-it-fits-desktop {
  width: 100%;
}

.how-it-fits-mobile {
  width: 100%;
  display: none;
}

/* Any screen at 500px and below */
@media only screen and (max-width: 767px) {

  .how-it-fits-desktop {
   display: none;
  }

  .how-it-fits-mobile {
    display: block;
  }

}




/* ----------------------------------------------------------------
COLLECTIONS
-----------------------------------------------------------------*/

.product-grid .product-form {
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.product-grid .product-form button.swym-button {
  margin-left: 10px !important;
}

/* Any screen at 500px and below */
@media only screen and (max-width: 500px) {

  .product-grid .product-form  a.quick-buy.btn {
    padding: 10px 0px;
  }

}


/* ----------------------------------------------------------------
Accordion
-----------------------------------------------------------------*/
.accordion details {
  width: 70%;
  margin: 0 auto ;
  margin-bottom: .5rem;
  box-shadow: 0 .1rem 1rem -.5rem rgba(0,0,0,.4);
  border-radius: 5px;
  overflow: hidden;
}

.accordion summary {
  display: block;
  background: #001d3d;
  padding: 1rem 1rem 1rem 2.2rem;
  position: relative;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  font-weight: 400;
}

.accordion summary:before {
  content: '';
  border-width: .4rem;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 1.3rem;
  right: 1rem;
  transform: rotate(0);
  transform-origin: .2rem 50%;
  transition: .25s transform ease;
}

.accordion details[open] > summary:before {
  transform: rotate(90deg);
}


.accordion details summary::-webkit-details-marker {
  display:none;
}

.accordion details > p {
    margin-bottom: 0px;
    padding: 10px;
    background: #fff;

}

@media only screen and (max-width: 780px) {
  .accordion details {
    width: 100%;
  }
}

.cc-accordion-item__content {
  overflow: hidden;
}

.cc-accordion-item summary.cc-accordion-item__title {
  padding-top: 6px;
  padding-bottom: 6px;
}

.cc-accordion-item__content.rte b {
  margin-top: 12px;
}

.cc-accordion-item__content.rte ul{
  padding-left: 20px;
}

/* ----------------------------------------------------------------
  Product template
---------------------------------------------------------------- */

.product-description-below {
  position: relative;
}

.product-description-below__text {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

.accordion__tabs-read-more {
  margin: 10px 0;
  display: inline-block;
  color: #0096a6;
}

.read-more-fade {
  position: absolute;
  content: '';
  display: block;
  background: linear-gradient(to bottom, rgba(0,0,0,0), #FFFFFF);
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
}

.product__decision-making {
  margin-bottom: 40px;
  width: 100%;
}

.decision-making__title {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin: 20px 0;
}

ul.decision-making__options {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

li.decision-making__option {
  width: 25%;
  text-align: center;
  position: relative;
  padding-top: 10px;
  opacity: 0.5;
}

li.decision-making__option--active {
  opacity: 1;
}
/*
li.decision-making__option::before {
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  height: 5px;
  background-color: #464646;
  content: '';
  display: block;
}

li.decision-making__option--active::before {
  background: #8FE508;
}
*/
.product__product-recommendations {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.product-recommendations__title {
  margin-bottom: 20px;
  font-weight: bold;
}

.product__product-recommendations .product-form,
.product__product-recommendations .btn.product-add,
.product__product-recommendations .swym-button-bar.swym-wishlist-button-bar.swym-inject {
  display: none;
}

@media (min-width: 768px) {
  .product-gallery {
    position: sticky;
    top: 181px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }

  .main {
    flex: 1 0 80%;
    max-width: 80%;
  }

  .thumbnails {
    flex: 1 0 20%;
  }

  .thumbnails .slick-track {
    display: flex;
    flex-direction: column;
  }

  a.thumbnail.thumbnail--media-image.slick-slide {
    width: 100% !important;
    margin-bottom: 20px;
  }
}


/* ----------------------------------------------------------------
  Product grid
---------------------------------------------------------------- */

.product-grid.grid .product-block .btn {
  max-width: 80%;
  position: relative;
  border-radius: 0;
  border-width: thin;
}

.product-grid.grid .product-block .btn:not(.disabled) {
  background-color: transparent;
}

.product-grid.grid .product-block .btn:not(.disabled):hover {
  color: #333232;
  background-color: transparent;
}

.product-grid.grid .product-block .btn:not(.disabled)::before {
  transition: transform .45s cubic-bezier(.785,.135,.15,.86);
  background-color: #333232;
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transform-origin: left center;
  z-index: -1;
}

.product-grid.grid .product-block .btn:not(.disabled):hover::before {
  transform-origin: right center;
  transform: scaleX(0);
}

.product-block .title {
  font-weight: bold;
}

/* ----------------------------------------------------------------
  Collection template
---------------------------------------------------------------- */

@media (min-width: 768px) {
  .collection-header {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }

  .collection-header.no-image {
    width: 100%;
    max-width: none;
    position: relative;
    left: initial;
    right: initial;
    margin-left: initial !important;
    margin-right: initial !important;
  }
}

/* ----------------------------------------------------------------
FOOTER
 ---------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .collapsible {
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;

  }

  .collapsible:after {
    content: '\002B';
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }

  .active:after {
    content: "\2212";
  }

  .content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;

  }
}

.page-footer {
  padding: 0em 0 1em;
  color: #faf9f6;
}

.footer-columns .collapsible {
  color: #8ee407;
  padding-bottom: 10px;
  border-bottom: 1px solid #454545;
  margin-bottom: 4px;
}

.footer-columns.section {
  padding-bottom: 15px;
}

.footer-lower.payment-and-accreditation {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-top: 1px solid #454545;
  padding-top: 6px;
  border-bottom: 1px solid #454545;
  padding-bottom: 6px;
  margin-top: 30px;
  margin-bottom: 10px;
  align-items: center;
}

.payment-methods .payment-icon {
  margin: 0 0 0px 0;
  width: 30px;
  height: 20px;
}

.payment-methods .payment-icon:first-of-type {
  margin-left: 0px;
}

.accreditation a{
  background: #8ee407;
  color: #2c1010 !important;
  padding: 6px 10px;
  border-radius: 6PX;
  display: block;
}
.accreditation a:hover{
  background: #70a913;
}

.newsletter-signup-container {
  background: #222;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container.newsletter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container.newsletter .signup {
  display: flex;
  align-items: center;
}

.container.newsletter .signup p {
  margin-bottom: 0;
  margin-right: 10px;
  font-weight: 600;
}

.container.newsletter .signup button.button.button--primary {
  background: #8ee407;
  color: #222;
  border: 0;
  top:0px;
  bottom:0px;
}

/* Any screen at 500px and below */
@media only screen and (max-width: 500px) {

  .container.newsletter {
    flex-direction: column;
  }

  .container.newsletter .mailing-list {
    width: 100%;
  }

  .container.newsletter .signup {
    flex-direction: column;
    width: 100%;
  }

  .container.newsletter .signup p {
    margin-bottom: 10px;
  }

  .footer-columns .collapsible {
    color: #d6d6d6;
  }

  .footer-lower.payment-and-accreditation {
    flex-direction: column;
  }

  .powered-by-mbl{
    margin-top: 10px;
  }

    .footer-lower.payment-and-accreditation {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: space-between;
      border-top: 0px;
      padding-top: 0px;
      border-bottom: 1px solid #454545;
      padding-bottom: 5px;
      margin-top: -10px;
      margin-bottom: 10px;
    }

}
/* ----------------------------------------------------------------
ACCOUNT pages
-----------------------------------------------------------------*/

.login-note {
  border: 1px solid #8fe506;
  background: #fff;
  text-align: center;
  padding: 20px 30px;
  margin-bottom: 20px;
  border-radius: 5px;
}


/* ----------------------------------------------------------------
CONTACT
-----------------------------------------------------------------*/

.page-with-contact-form input,
.page-with-contact-form textarea {
  width: 100%;
}

/* ----------------------------------------------------------------
SEARCHANISE
-----------------------------------------------------------------*/

body.snize-results-page .reading-column {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 100%;
}

.searchanise-bg{
  display:none;
}
 
body.snize-instant-widget-is-open .searchanise-bg {
  width: 100vw;
  height: 100vh;
  background: #202020d6;
  position: fixed;
  display: block;
  top: 0px;
  left: 0px;
  z-index: 99999;
  pointer-events: none;
}

body.snize-instant-widget-is-open div#shopify-section-header {
  z-index: 999999;
}

.main_search__popup {
  display: none !important;
}

section.section-image-with-text-overlay .lazyload--placeholder {
  background: none;
}

#snize-search-results-grid-mode.snize-four-columns li.snize-product {
  width: 18% !important;
  margin-right: 6%;
}

#snize-search-results-grid-mode span.snize-overhidden{
  align-items: center;
}

#snize-search-results-grid-mode span.snize-title {
  font-weight: 700 !important;
  font-size: 15px !important;
}

#snize-search-results-grid-mode span.snize-price.snize-price-with-discount.money {
  color: #0cbf17;
  font-size: 18px;
}

#snize-search-results-grid-mode span.snize-discounted-price.money {
  font-size: 14px !important;
}


/* ----------------------------------------------------------------
SIZING table
-----------------------------------------------------------------*/

table.sizingchartTable {
  border: 1px solid #EEE;
  border-radius: 0px;
  font-size: 14px;
}

.rte table.sizingchartTable td:first-child,
.rte table.sizingchartTable th:first-child {
  border-left: none;
  font-weight: bold;
}

/* Any screen at 500px and below */
@media only screen and (max-width: 500px) {

  table.sizingchartTable,
  table.sizingchartTable thead,
  table.sizingchartTable tbody,
  table.sizingchartTable th,
  table.sizingchartTable td,
  table.sizingchartTable tr {
    display: block;
    height: auto !important;
  }

  table.sizingchartTable tbody {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
  }

  table.sizingchartTable tr {
    width: 33.333%;
    border-top: 0px;
  }


  table.sizingchartTable thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  table.sizingchartTable td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    border-left: 0px;
    position: relative;
  }

  table.sizingchartTable td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

}

p.coming_soon {
    width: auto;
    background: #8fe52c;
    display: initial;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
}
/* ----------------------------------------------------------------
Grid layout section on home page
-----------------------------------------------------------------*/
.text-button_grid_card {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
.grid-column-media .text-column {
    margin: 20px 20px;
}
}

@media only screen and (max-width: 767px) {
.grid-column-media{
  display: -webkit-box;
       display: -moz-box;
       display: -ms-flexbox;
       display: -webkit-flex;
       display: flex;
       flex-flow:row;
       height:100%;
       position:relative;
       width:100%;
       overflow-x: auto;
       flex-wrap: nowrap;
       justify-content: initial;
     }
.grid-column-media::-webkit-scrollbar {
  display: none;
}
.grid-item-mobile{
    min-width: 90%;
    margin-right: 15px;
}

     
}

/* ----------------------------------------------------------------
Searchanise - search page result
-----------------------------------------------------------------*/
#snize-search-results-grid-mode span.snize-thumbnail{
  min-height: 150px !important;
}
span.snize-price.money {
    font-family: Domine, serif;
    font-size: 1.25em;
    color: #464646;
    line-height: 1em;
}

/* ----------------------------------------------------------------
Brand selector
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
BRANDS
-----------------------------------------------------------------*/

.brands-page .section-header{
    border-bottom:1px solid #25303b;
    padding:0 0 20px 0;
    margin-bottom:30px;
}
 .brands-page .section-header h1{
    margin-bottom:0;
    text-align:left;
    font-family:'Radikal-Medium';
}
 .brands-list-part .brand_titles{
    margin-bottom:40px;
}
 .brands-list-part .brand_titles li{
    margin-right:15px;
    display: inline-block;
}
 .brands-list-part .brand_titles li:last-child{
    margin-right:0;
}
 .brands-list-part .brand_titles a{
    color:#25303b;
    font-size:26px;
    padding:0 5px;
    text-transform:uppercase;
}
 .brands-list-part .brand_titles a:hover{
    color:#8fe52c;
}
 .brands-list-part .brand_titles a.active{
    color:#8fe52c;
    font-family:'Radikal-Bold';
    border-bottom:1px solid #8fe52c;
}
 .brand_results li a{ 
    font-size:20px;
    color:#25303b;
    text-transform:capitalize;
    font-family: "Radikal-Light";
}
 .brand_results li{
    margin-bottom:10px;
    list-style:none;
}
 .brands-list-section .brand_image-box{
  display: none;
    width:30%;
    float:left;
    padding-right:20px;
}
header.page__header.page__header--centered {
    text-align: center;
    padding-top: 40px;
}
 .brands-list-section .brands-list-conettn{
    width:70%;
    float:left;
}
 .brands-list-section .brand_image{
    width:270px;
    height:270px;
    background:#f4f5f5;
    text-align:center;
    display:table;
    vertical-align:middle;
    padding:30px 20px 0;
}
 .brand_image span{
    display:table-cell;
    vertical-align:middle;
    font-size:170px;
    color:#dee0e2;
    font-family:'Radikal-Bold';
    line-height:180px;
}
 .brands-list-conettn .brand_results{
    -moz-column-count:4;
    column-count:4;
    -webkit-column-count:4;
    -moz-column-gap:20px;
    -webkit-column-gap:20px;
    column-gap:20px;
    min-height:180px;
    width:100%;
   
}

.page__content.brands{
  margin-bottom:0px;
}

@media (max-width: 1000px){
  
   .brands-list-section .brand_image-box{
    display: none;
    width:100%;
    float:none;
    padding-right:20px;
    margin-bottom: 10px;
}
  .brands-list-section .brand_image {
        margin: 0 auto;
  }
  
 .brands-list-section .brands-list-conettn{
    width:100%;
    float:none;
}
 .brands-list-conettn .brand_results{
    -moz-column-count:3;
    column-count:3;
    -webkit-column-count:3;
    -moz-column-gap:20px;
    -webkit-column-gap:20px;
    column-gap:20px;
    min-height:180px;
    width:100%;
   
}
}
@media (max-width: 700px){
   .brands-list-conettn .brand_results{
    -moz-column-count:2;
    column-count:2;
    -webkit-column-count:2;
    -moz-column-gap:20px;
    -webkit-column-gap:20px;
    column-gap:20px;
    min-height:180px;
    width:100%;

}
}

/* ----------------------------------------------------------------
BRAND nav list
-----------------------------------------------------------------*/

.brand-nav-list-container{
  position: relative;
    left: 0;
    float: left;
    width: 100%;
    max-width: 1480px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: #fff;
    display: none;
   
}
.brand-selector {
    width: 100%;
    max-width: 1480px;
    position: absolute;
    background: #fff;
    height: auto;
     border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.brand-nav-list-container.show{
  display: block;
}

.brands-filter:hover + .brand-nav-list-container,
.brand-nav-list-container:hover
{
display: block;
}

.brand-nav-list-container .top-filter{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.brand-nav-list-container .top-filter ul{
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height:30px;
}



.brand-nav-list-container .top-filter ul li{
  list-style: none;
}

.brand-nav-list-container .top-filter ul li a{
  transition: all .5s;
  height: auto;
  display: block;
  padding: 0px 10px;
  line-height: 30px;
}

.brand-nav-list-container .top-filter ul li a:hover,
.brand-nav-list-container .top-filter ul li a.active{
  background: #000;
  color: #8fe52c;
}

.brand-nav-list-container .brands-listings-container {
  margin-top: 20px;
  margin-bottom: 20px;
}

.brand-nav-list-container .brands-listings-container ul
{
  column-count: 4;
}

.brand-nav-list-container  .brands-listings-container ul.brands-listings li{
  display: none;
}


.brand-nav-list-container  .brands-listings-container ul.brands-listings li.show{
  display: block;
  width: auto;
}

.brand-nav-list-container a:focus {
  outline: none;
  outline-offset: 0px;
}

/* ----------------------------------------------------------------
Video section
-----------------------------------------------------------------*/
.video-button-align-center{
  justify-content: center;
}
@media only screen and (min-width: 768px) {
.desktop-video video {
    width: 100%;
    height: auto;
    display: block;
}
.mobile-video{
  display: none;
}
}
@media only screen and (max-width: 767px) {
  .desktop-video video {
    display: none;
}
.mobile-video video{
    width: 100%;
    height: auto;
    display: block;
}
}

/* ----------------------------------------------------------------
Pre order on PDP page
-----------------------------------------------------------------*/

.release-date {
  color: var(--shopify-editor-setting-sale_label_bg_col);
}
.preorder-note {
  padding: 10px;
  border: 1px solid;
  border-radius: 5px;
  margin-bottom: 10px;
}
.preorder-note p{
  margin: auto;
}
.cart-preorder-note {
  border-radius: 12px;
background: #eee;
padding: 10px 25px;
color: #212326;
margin-top: 20px;
margin-bottom: 20px;
font-size: 14px;
}

.cart-preorder-note p{
  margin: 0;
}


/* ----------------------------------------------------------------
Quick link section
-----------------------------------------------------------------*/


.collection-hero__quick-links {
  display: flex;
  align-items: center;
  
  overflow: auto;
  margin-right: -2.5rem;
}
.section-scroll-bar{
  overflow-x: hidden !important;
}
.collection-hero__quick-links::-webkit-scrollbar {
    display: none; /* Webkit-based browsers */
}
.collection-hero__quick-links{
    
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}
@media screen and (min-width: 750px) {

  .collection-hero__quick-links {
    
    justify-content: center;
    
  }
}

.collection-hero__quick-links a {
  
  border-radius: 2px;
  margin: 0.5rem;
  padding: 9px 1.4em;
  text-decoration: none;
  white-space: nowrap;
}



.product-block .gender {
    margin: 0 0 8px;
    font-size: 90%;
    opacity: .75;
    font-weight: 300;
    word-break: break-word;
    min-height: 20px;
}



/* ----------------------------------------------------------------
iconography link section
-----------------------------------------------------------------*/

.iconography-metafield {
    display: inline-grid;
    justify-content: space-between;
    margin-top: 30px;  
    grid-auto-flow: column;
    position: relative;
    gap: 15px;
    width: 100%;
}

.iconography-metafield .item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.iconography-metafield .item p {
    margin: 0px;
    font-weight: bold;
}

.iconography-metafield .item img {
    width: 50px; /* Adjust the width as needed */
    height: auto;
}

.decision-making-slider-image img {
    margin: auto;
    display: block;
}

/* Brand carousel (horizontal scroll) */
.brand-carousel {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 1.5rem auto; /* slightly smaller margin */
  flex-direction: row;
  flex-wrap: nowrap;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  justify-content: flex-start;
  padding-bottom: 0.25rem; /* reduced padding */
}

/* Hide default scrollbars */
.brand-carousel::-webkit-scrollbar {
  display: none;
}
.brand-carousel {
  scrollbar-width: none; /* Firefox */
}

/* Scrollbar thumb styles (only visible if forced to show) */
.brand-carousel::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 8px;
}
.brand-carousel::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.brand-carousel::-webkit-scrollbar-track {
  background-color: #f4f4f4;
  border-radius: 8px;
}

/* List items inside brand carousel */
.brand-carousel li {
  margin-right: 0.75rem; /* tighter spacing */
  flex: 0 0 auto;
}

/* Images inside brand carousel */
.brand-carousel li img {
  display: block;
  height: 40px; /* reduced from 50px */
  width: auto;
  margin: 0 auto;
}

/* Button wrapper */
.custom-button-wrapper {
  overflow-x: auto;
  padding: 0.5rem 1%;
  text-align: center;
}

/* Button list */
.custom-button-list {
  display: inline-flex;           /* shrink-wrap and center */
  flex-wrap: nowrap;
  gap: 0.5rem;
  list-style: none;
  padding-left: 0;
  margin: 0 auto;                /* horizontally center */
  white-space: nowrap;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

/* Individual button items */
.custom-button-list li {
  flex: 0 0 auto;
  list-style-type: none;
  scroll-snap-align: start;
}

/* Buttons styling */
.custom-button-list a.btn.link-btn {
  display: block;
  margin: 0;
  padding: 0.5rem 1rem;          /* reduced padding */
  font-weight: 600;              /* slightly less bold */
  font-size: 0.95rem;            /* reduced from 1.125rem */
  text-transform: capitalize;
  color: inherit;
  background-color: inherit;
  border: 2px solid #8fe508;     /* defined border thickness */
  border-radius: 4px;            /* slightly smaller radius */
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Responsive tweaks for larger screens */
@media (min-width: 768px) {
  .custom-button-wrapper {
    padding: 0.5rem 4.8%; /* more horizontal space */
    overflow: show;
  }

  .custom-button-list {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.exclusive-message {
  color: #77c300;
  font-size: 0.95rem;
  font-weight: 600;
  margin: 1.5rem 0;
}


/* Align to left on desktop */
@media screen and (min-width: 768px) {
  .exclusive-message {
    margin-left: 0;
    margin-right: auto;
  }
}

/* IMAGE COLUMN 2.0 – MOBILE SPACING FIX */

.image-card-grid-section .grid {
  display: flex;
  flex-direction: column;
}

.image-card-grid-section .image-card {
  margin-bottom: 1.5rem; /* space between stacked cards */
}

.image-card-grid-section .image-card:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .image-card-grid-section .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
  }

  .image-card-grid-section .image-card {
    margin-bottom: 0; /* remove margin when grid is active */
  }
}

/* Make entire card clickable + hover zoom */
.image-card {
  display: block;
  text-decoration: none;
  transition: transform 0.4s ease;
  position: relative; /* needed for absolute children */
  aspect-ratio: 1 / 1; /* ✅ makes cards perfect squares */
}

.image-card:hover {
  transform: scale(1.03);
}

.image-card .card-content {
  pointer-events: none; /* so buttons don’t block the full-card click */
}

.image-card .card-buttons a {
  pointer-events: all; /* re-enable buttons inside card if needed */
}

/* Full card clickable overlay */
.image-card {
  position: relative; /* needed for absolute children */
}

.image-card .card-link-overlay {
  position: absolute;
  inset: 0;
  z-index: 1; /* below .card-content (which can have z-index: 2) */
  display: block;
  background: transparent;
  text-indent: -9999px; /* hide link text visually */
}

/* enforce symmetric padding on mobile */
@media screen and (max-width: 767px) {
  .container {
    padding-inline: 1rem; /* same left/right gap */
    box-sizing: border-box;
  }

  .image-card-grid-section .grid {
    display: flex;
    flex-direction: column;
    gap: 1.5rem; /* replace manual margins */
    padding: 0; /* ensure no asymmetric extra space */
    margin: 0;
  }

  .image-card {
    margin: 0; /* remove previous bottom margin if gap handled by gap */
    width: 100%;
  }
}

/* optional: prevent unexpected horizontal scroll from overflow */
body {
  margin: 0;
  overflow-x: hidden;
}


/* -----------------------------------
   Blog Section Container
----------------------------------- */
.blog-preview-section {
  background: #f7f7f7;
  padding: 60px 0;
}

/* -----------------------------------
   Blog Header (title + view all link)
----------------------------------- */
.blog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
}

.view-all-link {
  font-size: 14px;
  text-decoration: underline;
  color: #000;
}

/* -----------------------------------
   Blog Cards Grid Layout
----------------------------------- */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

/* -----------------------------------
   Individual Blog Card
----------------------------------- */
.blog-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s ease;
}

.blog-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.blog-card-link {
  color: inherit;
  text-decoration: none;
}

/* -----------------------------------
   Blog Card Image (background)
----------------------------------- */
.blog-card-image {
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  background-size: cover;
  background-position: center;
}

/* -----------------------------------
   Blog Card Content (text area)
----------------------------------- */
.blog-card-content {
  padding: 20px;
}

.blog-card-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

.blog-card-excerpt {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

/* -----------------------------------
   Blog Card Footer (date + icon)
----------------------------------- */
.blog-card-footer {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #888;
}

.blog-icon {
  font-weight: bold;
}

/* -----------------------------------
   CTA Button Section (below grid)
----------------------------------- */
.blog-cta {
  text-align: center;
  margin-top: 40px;
}

.cta-button {
  background: #000;
  color: #fff;
  padding: 12px 24px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.2s ease;
  display: inline-block;
}

.cta-button:hover {
  background: #222;
}

.blog-icon {
  display: none;
}

/* -----------------------------------
   Blog Image Zoom on Hover
----------------------------------- */
.blog-card-image-wrapper {
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.blog-card-image {
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
}

.blog-card {
  transition: transform 0.4s ease;
}

.blog-card:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.blog-preview-section {
  background-color: #fff;
}

.blog-preview-section .cta-button:hover,
.blog-preview-section .cta-button:focus {
  color: #fff !important;
}

/* ========== SHOPBOX UNIVERSAL CAROUSEL STYLING ========== */

/* Section Title Styling */
.sb-carousel-title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 1.7rem;
  text-align: left;
  color: #222;
  background: none;
  display: inline-block;
  padding: 0;
}
.sb-carousel-title mark,
.sb-carousel-title span {
  background: none !important;
  color: inherit !important;
  padding: 0 !important;
  font-weight: inherit !important;
}

/* Product Card Core */
.sb-product-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  padding: 16px 8px 10px 8px;
  min-height: 410px; /* Height for 2 lines of title + button at bottom */
  border: none;
  margin: 0 8px;
  transition: box-shadow 0.2s;
  justify-content: flex-start;
}
.sb-product-card:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,0.13);
}

/* Product Image */
.sb-product-card__image-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
  min-height: 230px;
  height: 230px;
}
.sb-product-card__image {
  max-height: 220px !important;
  width: auto !important;
  max-width: 95% !important;
  object-fit: contain !important;
  display: block;
  margin: 0 auto;
}

/* Brand (First Title) */
.sb-product-card__title:first-of-type {
  font-size: 13px;
  color: #444;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0.01em;
}

/* Product Name (Second Title) */
.sb-product-card__title:nth-of-type(2),
.sb-product-card__title:nth-of-type(2) a {
  font-size: 0.92rem;
  font-weight: 700;
  margin-top: 2px;
  margin-bottom: 7px;
  color: #181818;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  /* Clamp to 2 lines max, then ellipsis */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 2.5em; /* Ensures button stays put even for short titles */
  line-height: 1.25;
}

/* Price */
.sb-price {
  font-size: 1.1rem;
  color: #222;
  font-weight: 400 !important;
  margin-bottom: 10px;
  display: inline-block;
}

/* Button */
.sb-product-card__button,
.sb-add-to-cart-button {
  width: 100%;
  background: #222 !important;
  color: #fff !important;
  border-radius: 0 !important;
  padding: 10px 0 !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: none;
  margin-top: auto;
  margin-bottom: 0;
  transition: background 0.18s;
  position: relative;
  bottom: 0;
  left: 0;
}
.sb-product-card__button:hover,
.sb-add-to-cart-button:hover {
  background: #444 !important;
}

/* ========== ARROW STYLES ========== */
/* Remove all backgrounds, box-shadows, and borders from arrows */
.sb-carousel__arrow {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  width: 48px !important;
  height: 48px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 2 !important;
  cursor: pointer !important;
  padding: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
}
.sb-carousel__arrow svg {
  width: 36px !important;
  height: 36px !important;
  stroke: #222 !important;
  color: #222 !important;
  fill: none !important;
  display: block !important;
}
.sb-carousel__arrow::before,
.sb-carousel__arrow::after {
  content: none !important;
  display: none !important;
  background: none !important;
}
.sb-carousel__arrow[disabled] {
  opacity: 0.25 !important;
  pointer-events: none !important;
}
.sb-carousel__arrows {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}
.sb-carousel__arrow--left {
  left: -36px !important;
}
.sb-carousel__arrow--right {
  right: -36px !important;
}

/* Make carousel slides/gaps tight */
.glide__slides {
  gap: 0px !important;
  padding: 0 !important;
}
.glide__slide {
  padding: 0 !important;
  margin: 0 6px !important;
}

/* ========== RESPONSIVE TWEAKS ========== */
@media (max-width: 800px) {
  .sb-product-card {
    min-height: 380px;
    padding: 10px 4px 10px 4px;
  }
  .sb-product-card__image-wrapper {
    min-height: 160px;
    height: 160px;
  }
}


/* 1. Make each product card use a flex column layout, fixed height */
.sb-product-card {
  display: flex;
  flex-direction: column;
  height: 410px;              /* Adjust this value as needed for your card design */
  justify-content: flex-start;
  background: #fff;
  box-sizing: border-box;
  /* Optional: add border/radius/shadow if desired */
}

/* 2. Make image wrapper not stretch card height */
.sb-product-card__image-wrapper {
  flex: 0 0 auto;
  text-align: center;
  margin-bottom: 12px;
}

/* 3. Title (brand) and product title: space reserved for 2 lines each */
.sb-product-card__title {
  font-size: 15px;
  text-align: center;
  margin: 0 0 4px 0;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;      /* Always 2 lines max */
  -webkit-box-orient: vertical;
  min-height: 2.4em;          /* Ensures space for 2 lines */
  max-height: 2.4em;
}

/* 4. Price wrapper: normal, centered */
.sb-product-card__price {
  text-align: center;
  margin-bottom: 12px;
}

/* 5. The Show Options button: ALWAYS at bottom! */
.sb-product-card .sb-add-to-cart-button,
.sb-product-card .sb-variants-button,
.sb-product-card .show-options-button, /* Add your button's class if different */
.sb-product-card button {
  margin-top: auto !important;  /* <- This is the magic! Pushes button to bottom */
  width: 100%;
  background: #222;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 0;
  padding: 16px 0;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  box-shadow: none;
  transition: background 0.2s;
  cursor: pointer;
}

.sb-product-card .sb-add-to-cart-button:hover,
.sb-product-card .sb-variants-button:hover,
.sb-product-card .show-options-button:hover,
.sb-product-card button:hover {
  background: #111;
}

/* Optional: Make all inner wrappers fill card */
.sb-product-card > * {
  flex-shrink: 0;
}

.shopify-section, .shopify-section--app-block, .app-block, .app-block-wrapper {
  background: #fff !important;
}

.express-delivery-badge {
  display: inline-block;
  border: 1px solid #2bd62b; /* Green outline */
  color: #000;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  border-radius: 2px;
}

@media (min-width: 768px) {
  .express-delivery-badge {
    float: right;
    margin: 0 0.5rem 1rem 1rem; /* push it down a bit and give left‑space from the title */
  }
}

/* base badge styling */
.express-delivery-badge {
  border: 1px solid #2bd62b;
  color: #000;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 2px;
  white-space: nowrap;
}

/* Featured Carousel Styles */
.featured-products-carousel .carousel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.featured-products-carousel .carousel-arrows {
  display: flex;
  gap: 0.5rem;
}

.featured-products-carousel .carousel-arrow {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1;
}

/* Carousel container & track */
.featured-products-carousel .carousel-wrapper {
  overflow: hidden;
}

.featured-products-carousel .carousel-track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

/* Individual slide */
.featured-products-carousel .carousel-cell {
  /* Calculate width based on items count */
  flex: 0 0 calc(
    (100% / var(--fpc-items)) 
    - (1rem * (var(--fpc-items) - 1) / var(--fpc-items))
  );
  scroll-snap-align: start;
}

/* Hide native scrollbar */
.featured-products-carousel .carousel-track::-webkit-scrollbar {
  display: none;
}
.featured-products-carousel .carousel-track {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Zoom image on hover */
.featured-products-carousel .carousel-cell img {
  transition: transform 0.3s ease;
}
.featured-products-carousel .carousel-cell:hover img {
  transform: scale(1.05);
}

/* Remove any background/highlight from the body text */
.featured-products-carousel .carousel-product-body {
  background: none;
  /* if you have selection styles, make that transparent too: */
  user-select: text;
}
.featured-products-carousel .carousel-product-body::selection {
  background: transparent;
}

/* Ensure captions sit on top of the zoomed image */
.featured-products-carousel .carousel-cell {
  position: relative;
}

.featured-products-carousel .carousel-cell img {
  position: relative;
  z-index: 1;
}

.featured-products-carousel .carousel-caption,
.featured-products-carousel .carousel-product-title,
.featured-products-carousel .carousel-product-body {
  position: relative;
  z-index: 2;
}

/* Remove any hover background or color change on the slide link */
.featured-products-carousel .carousel-cell a,
.featured-products-carousel .carousel-cell a * {
  background: transparent !important;
  color: inherit !important;
  text-decoration: none !important;
  opacity: 1 !important;
}

/* Also override any focus/active styles */
.featured-products-carousel .carousel-cell a:hover,
.featured-products-carousel .carousel-cell a:focus,
.featured-products-carousel .carousel-cell a:active {
  background: transparent !important;
  outline: none !important;
}

/* Disable text selection highlight if that’s part of the issue */
.featured-products-carousel .carousel-cell a,
.featured-products-carousel .carousel-cell a * {
  user-select: none;
}

/* base: mobile uses mobile variable */
.featured-products-carousel .carousel-cell {
  flex: 0 0 calc(
    (100% - ((var(--fpc-items-mobile) - 1) * 1rem))
    / var(--fpc-items-mobile)
  );
  box-sizing: border-box;
}

/* desktop override */
@media (min-width: 768px) {
  .featured-products-carousel .carousel-cell {
    flex: 0 0 calc(
      (100% - ((var(--fpc-items-desktop) - 1) * 1rem))
      / var(--fpc-items-desktop)
    );
  }
}



/* ----------------------------------------------------------------
ANNOUNCEMENT bar
-----------------------------------------------------------------*/

/* === Dark variant of the announcement bar === */
.announcement-bar {
  background: #212326;          /* black */
  color: #fff;                  /* white text */
}

/* Keep your social icons white */
.announcement-bar .toolbar-social svg,
.announcement-bar .toolbar-social a {
  fill: #fff !important;
  color: #fff !important;
}

/* Uppercase, slightly larger announcement text */
.announcement-bar__text {
  text-transform: uppercase;
  font-size: 1rem;              /* adjust as needed */
  line-height: 1.25rem;
}

/* Underline any links in the announcement */
.announcement-bar__text a {
  color: #fff !important;
  text-decoration: underline !important;
}

/* Ensure the bar still spans 100% */
.announcement-bar {
  left: 0; right: 0; width: 100vw;
  box-sizing: border-box;
}

/* Match announcement bar font to mega‐menu */
.announcement-bar,
.announcement-bar .announcement-bar__text,
#announcement-text {
  font-family: system-ui, -apple-system, BlinkMacSystemFont,
               "Helvetica Neue", Arial, sans-serif !important;
  font-size: inherit;      /* keep whatever size you’ve set */
  line-height: inherit;
}

@media (max-width: 768px) {
  .selector-wrapper .decision-making__option::after,
  .selector-wrapper [class*="size"]::after {
    content: none !important;
  }
}

/* ===== Global shimmer ===== */
:root{--sk-bg:#f4f4f4;--sk-mid:#ececec;--sk-dark:#e6e6e6;}
@keyframes snz-shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}
.snz-shimmer{
  background:linear-gradient(100deg,var(--sk-bg) 20%,var(--sk-mid) 40%,var(--sk-bg) 60%) no-repeat;
  background-size:200% 100%;
  animation:snz-shimmer 1.2s linear infinite;
}

/* ===== Page frame ===== */
.snz-skel-page{padding:16px 0}

/* Toolbar lines + chips */
.snz-skel-toolbar{display:flex;gap:24px;align-items:center}
.snz-skel-line{height:12px;border-radius:8px;background:var(--sk-bg)}
.snz-skel-line::before{content:"";display:block;height:100%;border-radius:8px}
.snz-skel-line::before{background:linear-gradient(100deg,var(--sk-bg) 20%,var(--sk-mid) 40%,var(--sk-bg) 60%);background-size:200% 100%;animation:snz-shimmer 1.2s linear infinite}
.w-15{width:15%}.w-20{width:20%}.w-25{width:25%}.w-30{width:30%}.w-40{width:40%}.w-60{width:60%}.w-65{width:65%}.w-70{width:70%}
.mt-12{margin-top:12px}

/* Chips */
.snz-skel-chips{display:flex;gap:12px;margin:12px 0 18px}
.snz-skel-chip{height:28px;width:120px;border-radius:6px;background:var(--sk-bg);position:relative;overflow:hidden}
.snz-skel-chip::before{content:"";position:absolute;inset:0;border-radius:6px;background:linear-gradient(100deg,var(--sk-bg) 20%,var(--sk-mid) 40%,var(--sk-bg) 60%);background-size:200% 100%;animation:snz-shimmer 1.2s linear infinite}

/* ===== Two-column layout ===== */
.snz-skel-layout{display:grid;grid-template-columns:280px 1fr;gap:24px}

/* Sidebar blocks */
.snz-skel-sidebar{display:flex;flex-direction:column;gap:24px}
.snz-skel-filter-block{border:1px solid #eee;border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:10px;background:#fff}

/* ===== Product grid (matches your 4-up desktop) ===== */
.snz-skel-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:40px 32px;
}

/* Card */
.snz-skel-card{display:flex;flex-direction:column;align-items:center}

/* Image */
.snz-skel-img{
  width:100%;
  aspect-ratio:1/1;
  border-radius:12px;
  background:var(--sk-bg);
  position:relative;overflow:hidden;
}
.snz-skel-img::before{content:"";position:absolute;inset:0;border-radius:12px;background:linear-gradient(100deg,var(--sk-bg) 20%,var(--sk-mid) 40%,var(--sk-bg) 60%);background-size:200% 100%;animation:snz-shimmer 1.2s linear infinite}

/* Meta lines (centered) */
.snz-skel-meta{width:100%;padding:12px 6px 0;text-align:center;display:flex;flex-direction:column;align-items:center}
.snz-skel-title,.snz-skel-title.short,.snz-skel-vendor,.snz-skel-price{border-radius:8px;background:var(--sk-bg);position:relative;overflow:hidden}
.snz-skel-title{height:14px;width:82%;margin:10px auto 6px}
.snz-skel-title.short{height:14px;width:58%;margin:6px auto 8px}
.snz-skel-vendor{height:10px;width:38%;margin:8px auto 10px;background:var(--sk-mid)}
.snz-skel-price{height:16px;width:34%;margin:4px auto 0}
.snz-skel-title::before,.snz-skel-title.short::before,.snz-skel-price::before,.snz-skel-vendor::before{content:"";position:absolute;inset:0;border-radius:8px;background:linear-gradient(100deg,var(--sk-bg) 20%,var(--sk-mid) 40%,var(--sk-bg) 60%);background-size:200% 100%;animation:snz-shimmer 1.2s linear infinite}

/* ===== Responsive ===== */
@media (max-width:1279px){
  .snz-skel-layout{grid-template-columns:240px 1fr}
  .snz-skel-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:991px){
  .snz-skel-layout{grid-template-columns:1fr}  /* sidebar stacks on top */
  .snz-skel-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 24px}
}
@media (max-width:639px){
  .snz-skel-grid{grid-template-columns:1fr;gap:28px 20px}
}

/* ===== Mobile skeleton to match your screenshot ===== */
@media (max-width: 639px) {
  /* Page padding + smaller toolbar lines */
  .snz-skel-page { padding: 8px 0; }
  .snz-skel-toolbar { gap: 12px; }
  .snz-skel-line { height: 10px; }
  .snz-skel-line.w-40 { width: 80%; } /* long headline line */

  /* Chips */
  .snz-skel-chips { gap: 10px; margin: 10px 0 14px; }
  .snz-skel-chip { width: 120px; height: 26px; border-radius: 6px; }

  /* One-column layout area with NO sidebar on mobile */
  .snz-skel-layout { grid-template-columns: 1fr; }
  .snz-skel-sidebar { display: none; }  /* hide filter blocks */

  /* Products: 2 per row on mobile */
  .snz-skel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 16px;
  }

  /* Card visuals */
  .snz-skel-img {
    aspect-ratio: 3 / 4;       /* taller mobile image like your mock */
    border-radius: 8px;
  }
  .snz-skel-meta { padding: 10px 6px 0; }

  /* Text bars under image */
  .snz-skel-title {
    width: 70%;
    height: 12px;
    margin: 8px auto 6px;
  }
  .snz-skel-title.short {
    width: 52%;
    height: 12px;
    margin: 6px auto 8px;
  }
  .snz-skel-vendor {
    width: 42%;
    height: 9px;
    margin: 6px auto 8px;
  }
  .snz-skel-price {
    width: 36%;
    height: 14px;
    margin: 4px auto 0;
  }
}

/* Optional: adjust image block height if your tiles are taller on desktop */
/* .snize-skel-img { aspect-ratio: auto; height: 300px; } */

/* --- Center product card text (title, vendor, price) --- */
.snize-item .snize-title,
.snize-item .snize-vendor,
.snize-item .snize-price {
  text-align: center !important;
  display: block;
  width: 100%;
}

/* Ensure vendor sits neatly under title */
.snize-item .snize-vendor {
  margin-top: 4px;
  font-size: 0.9em;
  color: #666; /* subtle gray like Shopify cards */
}

/* Price styling - slightly bolder and centered */
.snize-item .snize-price {
  margin-top: 6px;
  font-weight: 600;
  font-size: 1.05em;
}

/* Center sale + RRP (compare-at) on Searchanise cards */
.snize-item .snize-price {
  text-align: center !important;
}

/* Make all price parts stack and center */
.snize-item .snize-price > * {
  display: block !important;
  margin: 4px auto 0 !important;
  text-align: center !important;
}

/* Center the whole price block and stack lines vertically */
.snize-item .snize-price,
.snize-item .snize-price .snize-price-container,
.snize-item .snize-price .snize-price-list {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  gap: 4px;
}

/* Force every price piece to behave like a centered block */
.snize-item .snize-price > *,
.snize-item .snize-price .snize-price-container > *,
.snize-item .snize-price .snize-price-list > *,
.snize-item .snize-price span,
.snize-item .snize-price del,
.snize-item .snize-price s {
  float: none !important;
  display: block !important;
  width: 100%;
  margin: 0 !important;
  text-align: center !important;
}

/* Style for the compare-at (RRP) line, regardless of class/tag */
.snize-item .snize-price del,
.snize-item .snize-price s,
.snize-item .snize-price .snize-price-old,
.snize-item .snize-price .snize-price-was,
.snize-item .snize-price .snize-regular-price,
.snize-item .snize-price .price--compare {
  color: #8a8a8a !important;
  text-decoration: line-through !important;
  font-weight: 400 !important;
}

.snize-item .snize-price {
  gap: 2px !important;
}

.snize-item .snize-price del,
.snize-item .snize-price s {
  font-size: 0.85em !important;
}

.snize-item .snize-price {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.snize-item .snize-price del,
.snize-item .snize-price s {
  margin-top: 2px; /* tighten spacing */
  font-size: 0.85em;
  color: #666;
}

/* ================= Mega menu — desktop / laptop ================= */
@media (min-width:1024px){

  /* The row that holds links + image (cover both possible containers) */
  .drop-uber .sub-nav,
  .drop-uber .sub-nav-inner{
    display: flex !important;
    flex-direction: row !important;   /* never reverse */
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    padding: 0 24px;
    box-sizing: border-box;
    max-height: 68vh;                 /* fits on laptops; adjust if needed */
  }

  /* LEFT: links column */
  .drop-uber .sub-nav-links-column{
    order: 1 !important;
    flex: 1 1 0 !important;
    min-width: 0 !important;
    position: relative !important;
    z-index: 2 !important;
  }
  .drop-uber .sub-nav-links-column > .sub-nav-links-column-grid-wrapper{
    position: relative;
    padding-right: 22px;
  }
  .drop-uber .sub-nav-links-column > .sub-nav-links-column-grid-wrapper::after{
    content: "";
    position: absolute; top: 0; right: 0;
    width: 1px; height: 100%;
    background: #eee;                 /* single divider */
  }

  /* RIGHT: promo image column */
  .drop-uber .sub-nav-images-column{
    order: 2 !important;
    flex: 0 0 auto !important;
    width: min(38vw, 680px) !important;  /* promo width; tweak as you like */
    margin-left: auto !important;         /* pins it to the right edge */
    padding-left: 18px !important;        /* gap from divider */
    box-sizing: border-box !important;

    position: relative !important;        /* prevent theme absolute floats */
    z-index: 1 !important;
    overflow: hidden !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* Neutralise theme responsive-image wrappers so the image behaves */
  .drop-uber .sub-nav-images-column .sub-nav-image-list,
  .drop-uber .sub-nav-images-column .sub-nav-image-list > li,
  .drop-uber .sub-nav-images-column .sub-nav-item,
  .drop-uber .sub-nav-images-column .sub-nav-item-link,
  .drop-uber .sub-nav-images-column .sub-nav-item-image,
  .drop-uber .sub-nav-images-column .rimage-outer-wrapper,
  .drop-uber .sub-nav-images-column .rimage-wrapper{
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* The image itself: fully visible, no cropping */
  .drop-uber .sub-nav-images-column img{
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;       /* use 'cover' if you prefer fill/crop */
    object-position: center !important;
    display: block !important;
    border-radius: 6px;                   /* optional */
  }

  /* Slightly reduce promo width on small laptops for balance */
  @media (max-width:1440px){
    .drop-uber .sub-nav-images-column{ width: min(34vw, 620px) !important; }
  }
  @media (max-width:1280px){
    .drop-uber .sub-nav-images-column{ width: min(32vw, 560px) !important; }
  }
}

#trh-last-one-wrap-{{ product.id }} {
  text-align: center;
  margin: 0.75rem 0;
}

#trh-last-one-wrap-{{ product.id }} .trh-last-one-msg {
  font-size: 1rem;
  font-weight: 700;
  color: #000; /* black text */
}

#trh-last-one-wrap-{{ product.id }} .trh-last-one-msg .green {
  color: #1a7f37; /* green for the number */
}

/* Set a consistent min-height for product titles */
.snize-title {
  min-height: 40px;  /* adjust until titles with 2 lines fit without wrapping text */
  display: block;
}

/* Optional: keep text nicely aligned */
.snize-title a {
  display: inline-block;
  line-height: 1.2em;
}

.snize-vendor {
  font-size: 12px;
  color: #666;
  margin-bottom: 6px;
}


.snize-product {
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}


.snize-title {
  min-height: 42px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3em;
  margin-bottom: 4px;
}

/* Mobile accordion only */
@media screen and (max-width: 767px) {
  .footer-columns .collapsible {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #333;
  }

  .footer-columns .collapsible::after {
    content: "+";
    font-weight: bold;
    margin-left: 8px;
    transition: transform 0.2s;
  }

  .footer-columns .collapsible.active::after {
    content: "–";
  }

  .footer-columns .content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
}

/* Desktop: always expanded, no +/- */
@media screen and (min-width: 768px) {
  .footer-columns .collapsible::after {
    content: "";
  }
  .footer-columns .content {
    max-height: none !important;
    overflow: visible;
  }
}

/* Make Klaviyo phone field text + placeholder black (form WeJcAA) */
.klaviyo-form-WeJcAA input,
.klaviyo-form-WeJcAA input[type="tel"],
.klaviyo-form-WeJcAA .kl-private-reset-css-Xuajs1 input,
.klaviyo-form-WeJcAA .kl-private-reset-css-Xuajs1 input[type="tel"]{
  background: #ffffff !important;
  color: #000000 !important;           /* typed text */
  -webkit-text-fill-color: #000000 !important; /* Safari/Chrome autofill */
  caret-color: #000000 !important;
}

/* Placeholder text */
.klaviyo-form-WeJcAA ::placeholder{
  color: #A0A0A0 !important;           /* placeholder text */
  opacity: 1 !important;
}

/* Country dropdown (if present) */
.klaviyo-form-WeJcAA select{
  color: #000000 !important;
  background: #ffffff !important;
}

/* Fix Chrome/Safari autofill background */
.klaviyo-form-WeJcAA input:-webkit-autofill{
  -webkit-text-fill-color: #000000 !important;
  box-shadow: 0 0 0 1000px #ffffff inset !important;
}

/* Keep country selector white in Klaviyo form WeJcAA */
.klaviyo-form-WeJcAA button[role="combobox"],
.klaviyo-form-WeJcAA button[role="combobox"]:hover,
.klaviyo-form-WeJcAA button[role="combobox"]:focus,
.klaviyo-form-WeJcAA button[role="combobox"][aria-expanded="true"],
.klaviyo-form-WeJcAA .kl-private-reset-css-Xuajs1 button[role="combobox"],
.klaviyo-form-WeJcAA .kl-private-reset-css-Xuajs1 button[role="combobox"]:hover,
.klaviyo-form-WeJcAA .kl-private-reset-css-Xuajs1 button[role="combobox"]:focus,
.klaviyo-form-WeJcAA .kl-private-reset-css-Xuajs1 button[role="combobox"][aria-expanded="true"] {
  background-color: #ffffff !important;   /* white background */
  border-color: #ffffff !important;       /* white border */
  color: #000000 !important;              /* black arrow/icon if any */
  box-shadow: none !important;
}

/* Optional – maintain border radius + flag spacing consistency */
.klaviyo-form-WeJcAA button[role="combobox"] img {
  border-radius: 3px !important;
  margin-right: 6px !important;
}

/* Remove the "Search countries" bar from intl-tel-input dropdowns (global) */
.iti__country-list .iti__search-input,
.iti__country-list li.iti__search-input,
.iti__country-list [type="search"],
.iti__country-list input[placeholder*="Search"],
.iti__country-list li[role="searchbox"] {
  display: none !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

/* Countdown - clean, bold, flat red style */
.section-id-{{ section.id }} .bf-countdown__label {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ffffff;
  font-weight: 700;
  font-size: clamp(14px, 1.4vw, 16px);
  margin-bottom: 14px;
}

.section-id-{{ section.id }} .bf-countdown__grid {
  display: inline-grid;
  grid-auto-flow: column;
  align-items: center;
  gap: clamp(8px, 1.6vw, 16px);
}

.section-id-{{ section.id }} .bf-countdown__cell {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  min-width: auto !important;
  text-align: center;
}

.section-id-{{ section.id }} .bf-countdown__value {
  font-family: 'Montserrat', 'Helvetica Neue', 'Arial Black', sans-serif;
  font-weight: 900;
  font-size: clamp(36px, 8vw, 64px);
  line-height: 1;
  color: #DD2925; /* brand red */
}

.section-id-{{ section.id }} .bf-countdown__unit {
  color: #ffffff;
  font-weight: 600;
  font-size: clamp(12px, 1.2vw, 14px);
  letter-spacing: 0.1em;
  margin-top: 6px;
}

.section-id-{{ section.id }} .bf-countdown__sep {
  align-self: center;
  font-weight: 900;
  font-size: clamp(28px, 6vw, 48px);
  color: #DD2925;
  padding: 0 0.2em;
}

/* Remove the ":" separators from the countdown */
.section-id-{{ section.id }} .bf-countdown__sep {
  display: none !important;
}

/* Widen spacing between the 4 countdown groups */
.section-id-{{ section.id }} .bf-countdown .bf-countdown__grid {
  display: flex !important;                 /* override grid if needed */
  justify-content: center !important;
  align-items: baseline !important;
  gap: clamp(28px, 5vw, 72px) !important;   /* <— adjust here if you want more/less */
}

/* ensure the items themselves don't add extra padding */
.section-id-{{ section.id }} .bf-countdown__cell {
  padding: 0 !important;
  min-width: auto !important;
}

/* hide the old separators, just in case */
.section-id-{{ section.id }} .bf-countdown__sep { display: none !important; }

.section-id-{{ section.id }} .bf-hero__image {
  margin-bottom: clamp(24px, 4vw, 40px);
}
.section-id-{{ section.id }} .bf-hero__image img {
  display: block;
  margin: 0 auto;
  height: auto;
  width: auto;
  max-width: 90%;
  filter: brightness(1);
}

/* === Countdown color styling === */
.section-id-{{ section.id }} .bf-countdown__label {
  color: #ffffff !important; /* “STARTS IN” */
}

.section-id-{{ section.id }} .bf-countdown__value {
  color: #DD2925 !important; /* red numbers */
  text-shadow: none !important;
}

.section-id-{{ section.id }} .bf-countdown__unit {
  color: #ffffff !important; /* DAYS / HOURS / MINUTES / SECONDS */
}

/* Make the BLACK FRIDAY SALE menu item red (desktop + mobile) */
a.nav-item-link[href="/collections/sale"],
a.nav-item-link[href="/collections/sale"] .nav-item-link-title {
  color: #e10600 !important;
  font-weight: 700 !important;
}

/* keep it red on hover/active/visited */
a.nav-item-link[href="/collections/sale"]:hover,
a.nav-item-link[href="/collections/sale"]:focus,
a.nav-item-link[href="/collections/sale"]:active,
a.nav-item-link[href="/collections/sale"]:visited {
  color: #e10600 !important;
}

/* make the little arrow icon red too */
a.nav-item-link[href="/collections/sale"] svg {
  fill: #e10600 !important;
}

/* Optional red underline accent */
a.nav-item-link[href="/collections/sale"] .nav-item-link-title::after {
  content: "";
  display: block;
  height: 2px;
  margin-top: 4px;
  background: #e10600;
}

/* Remove underline from BLACK FRIDAY SALE */
a.nav-item-link[href="/collections/sale"] .nav-item-link-title::after {
  content: none !important;
  display: none !important;
}

/* Force the whole sale label to be red with white text */
.product-label.product-label--sale,
.product-label.product-label--sale span {
  background-color: #e00000 !important; /* red */
  color: #ffffff !important; /* white text */
}

/* remove any gradient or pseudo-element background */
.product-label.product-label--sale::before,
.product-label.product-label--sale::after {
  background: none !important;
  content: none !important;
}

.product-label.product-label--sale {
  display: inline-block !important;
  background-color: #e00000 !important; /* red */
  color: #ffffff !important;
  padding: 2px 8px !important;
  border-radius: 2px !important;
  width: auto !important;
  min-width: unset !important;
  text-align: center !important;
}

/* Hide Pre-Order Tag */
.preorder-note {
  display: none !important;
}

/* Hide slideshow subheading text (still available for tracking) */
.section-slideshow .feature-subheader {
    display: none !important;
}

/* ===============================
   Cart header
   =============================== */

.trh-cart-page-heading {
  text-align: center;
  margin-bottom: 25px;
}

.trh-cart-page-heading .page-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: capitalize; /* Shopping cart -> Shopping Cart */
}

.trh-cart-page-sub {
  font-size: 14px;
  color: #555;
}

/* ===============================
   Savings banner
   =============================== */

.cart-savings-banner {
  margin: 15px auto 25px;
  padding: 10px 16px;
  max-width: 980px;
  background: #e5f7e5;
  border: 1px solid #c7e6c7;
  font-size: 14px;
  color: #2f6b2f;
}

/* ===============================
   Product table
   =============================== */

.cart-items.plain {
  margin-top: 10px;
}

.cart-item.cart-items__heading {
  font-weight: 600;
  font-size: 13px;
  color: #555;
}

.cart-item.border-bottom {
  padding: 14px 0; /* slightly tighter rows */
}

.cart-item__description__title a {
  font-size: 15px;
  font-weight: 600;
  color: #111;
}

.cart-item__description .variant {
  font-size: 13px;
  color: #777;
}

/* ===============================
   Summary card
   =============================== */

.trh-cart-summary-card {
  border-radius: 0;
  padding: 20px 24px 18px;
  border: 1px solid #eeeeee;
  box-shadow: none;
  background: #ffffff;
}

.cart-subtotal.cart__blocks.totals {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

/* Layout for rows inside subtotal block */
.trh-cart-summary-card .cart-subtotal {
  display: block !important;
}

.trh-cart-summary-card .cart-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
}

/* Subtotal row */
.trh-cart-summary-card .cart-summary-row--total .cart-summary-label {
  font-size: 22px;
  font-weight: 700;
}

.trh-cart-summary-card .cart-summary-row--total .cart-summary-value {
  font-size: 18px;
  font-weight: 700;
}

/* Savings row */
.trh-cart-summary-card .cart-summary-row--savings {
  margin-bottom: 4px;
}

.trh-cart-summary-card .cart-summary-row--savings .cart-summary-label {
  font-size: 13px;
  font-weight: 400;
  color: #555;
}

.trh-cart-summary-card .cart-summary-row--savings .cart-summary-value {
  font-size: 13px;
  font-weight: 700;   /* emphasise the amount */
  color: #1a8d2c;     /* green */
}

/* Taxes note */
.cart-summary-note {
  font-size: 12px;
  color: #555;
  margin: 8px 0 16px;
  text-align: center; /* centred under subtotal block */
}

/* ===============================
   Buttons
   =============================== */

/* Checkout (soft bright green bar) */
.checkout-button.checkout-button--primary {
  display: block;
  width: 100%;
  margin: 0 0 6px; /* small gap above Continue shopping */
  background: #7ada04 !important;  /* slightly softer green */
  border-radius: 0;
  border: none;
  color: #000000 !important;
  font-weight: 600;
  font-size: 15px;
  padding: 14px 10px;
  text-transform: none;
  letter-spacing: 0.3px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.checkout-button.checkout-button--primary:hover {
  background: #6ac002 !important; /* subtle darken on hover */
}

/* Continue shopping bar under button */
.trh-cart-summary-continue {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 12px 10px;
  background: #f3f3f3;
  border-top: 1px solid #e2e2e2;
  font-size: 14px;
  color: #555;
  text-decoration: none;
}

.trh-cart-summary-continue:hover {
  background: #e8e8e8;
  color: #000 !important; /* black on hover */
}

/* ===============================
   Trust icons
   =============================== */

.cart-trust-signals {
  margin: 10px 0 6px;
  font-size: 12px;
  color: #666;
  text-align: center;
}

/* ===============================
   Mobile layout
   =============================== */

@media (max-width: 768px) {
  .trh-cart-summary-card {
    margin-top: 25px;
    width: 100%;
  }
}

/* ===============================
   Free Shipping Progress Bar
   =============================== */

.trh-free-shipping {
  margin-bottom: 14px;
  padding: 12px 14px;
  background: #fafafa;
  border: 1px solid #ececec;
  border-radius: 6px;
  font-size: 13px;
  text-align: center; /* center everything */
}

.trh-free-shipping__text {
  margin-bottom: 8px;
  color: #333;
  line-height: 1.4;
}

.trh-free-shipping__text strong {
  font-weight: 600;
  color: #222;
}

.trh-free-shipping__amount {
  font-weight: 600;
}

/* PROGRESS BAR */
.trh-free-shipping__bar {
  width: 85%;            /* slightly narrower for perfect visual alignment */
  height: 6px;
  margin: 0 auto;        /* center the bar */
  background: #e5e5e5;
  border-radius: 999px;
  overflow: hidden;
}

.trh-free-shipping__bar-fill {
  height: 100%;
  border-radius: 999px;
  background: #7ada04;  /* green matching your theme */
  transition: width 0.25s ease;
}

/* Remove the grey bar from the cart drawer close area */
.cart-summary__close {
  background: transparent !important;
  border-bottom: none !important;
}

/* ------------------------------
   PAY WHAT YOU WANT – FINAL CSS
   Matches Canopy theme styling
--------------------------------*/

/* Wrapper spacing */
#eo_rule_fields {
  margin-bottom: 1.5rem;
  position: relative;
}

/* Label: "Your Donation" */
#eo_rule_fields > p:first-child {
  font-size: 1rem;
  font-weight: 700 !important; /* matches Canopy label style */
  margin-bottom: 0.35rem !important;
}

/* Input field styling */
#eo_rule_fields #input__price {
  -moz-appearance: textfield;
  appearance: textfield;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0.75rem 1rem;

  /* Add padding to make room for € symbol */
  padding-left: 1.8rem !important;

  border: 1px solid #bfbfbf !important; /* Canopy-like border */
  border-radius: 4px !important;
  max-width: 220px;
  width: 100%;
  box-sizing: border-box;
}

/* Remove spinner arrows on number input */
#eo_rule_fields #input__price::-webkit-inner-spin-button,
#eo_rule_fields #input__price::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* € symbol inside the input – desktop default */
#eo_rule_fields::before {
  content: "€";
  position: absolute;
  top: 43px;
  left: 12px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #333;
  pointer-events: none;
}

/* Slight tweak for mobile so € is vertically centred better */
@media (max-width: 749px) {
  #eo_rule_fields::before {
    top: 47px; /* nudge down on mobile */
  }
}

/* Instruction text: "Choose your donation amount..." */
#eo_rule_fields p small {
  font-size: 0.9rem;
  color: #555;
}

/* --- Center header logo on mobile --- */
@media (max-width: 768px) {

  /* Make toolbar a positioning context */
  #toolbar {
    position: relative;
  }

  /* Center the logo block in the header */
  #toolbar .toolbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    z-index: 20;
  }

  /* Keep burger + icons aligned at the sides */
  #toolbar .toolbar-left,
  #toolbar .toolbar-right {
    display: flex;
    align-items: center;
  }
}

/* Make GIFT GUIDES green + bold */
.nav-item-link[href*="running-gift-guide"] {
  color: #0E9A4D !important;
  font-weight: 700 !important;
}

.nav-item-link[href*="running-gift-guide"]:hover {
  color: #0C7F3F !important;
  font-weight: 700 !important;
}

/* Hide the entire single-option wrapper block (this is what outputs the stray "4") */
.selector-wrapper.single-option {
  display: none !important;
}

/* (Optional) keep your label hide too */
.product-detail__gap-xsm label.left {
  display: none !important;
}

/* ================================
   TRH: iOS Safari Dark Mode — COLLECTION ONLY
   Scope: body.template-collection / .collection-page
   ================================ */

body.template-collection,
body.template-collection .collection-page {
  color-scheme: light;
}

/* Only apply overrides when iOS/Safari is trying to dark-mode the page */
@media (prefers-color-scheme: dark) {

  /* Stop “washed out” text on iOS for collection UI only */
  body.template-collection .collection-page,
  body.template-collection .collection-page * {
    -webkit-text-fill-color: currentColor;
  }

  /* Force collection page surfaces to remain light */
  body.template-collection .collection-page,
  body.template-collection .collection-page .container,
  body.template-collection .collection-page .shopify-section,
  body.template-collection .collection-page .product-grid,
  body.template-collection .collection-page .product-block,
  body.template-collection .collection-page .product-card,
  body.template-collection .collection-page .card,
  body.template-collection .collection-page .collection-filter,
  body.template-collection .collection-page .collection-filter-group,
  body.template-collection .collection-page .collection-filter-group__content {
    background-color: #fff !important;
    color: #111 !important;
  }

  /* Ensure product titles/prices don’t get dimmed */
  body.template-collection .collection-page .product-block,
  body.template-collection .collection-page .product-block a,
  body.template-collection .collection-page .product-block .title,
  body.template-collection .collection-page .product-block .price,
  body.template-collection .collection-page .product-block .product-price,
  body.template-collection .collection-page .product-block .product-block__title {
    color: #111 !important;
    -webkit-text-fill-color: #111 !important;
  }

  /* Prevent iOS from dimming imagery inside collection tiles */
  body.template-collection .collection-page img,
  body.template-collection .collection-page svg {
    filter: none !important;
  }
}

