/** Shopify CDN: Minification failed

Line 709:0 Unexpected "}"

**/
#onetrust-button-group button {
  font-size:12px !important;
}

/* Navigation */


.mobile-nav__child-item {
    font-size: 18px !important;
}

.mobile-nav__item--secondary .mobile-nav__link {
    font-size: 16px !important;
  font-weight:unset !important;
}
.mobile-nav__item--secondary {
    margin: 15px;
}

ul#product-grid h3.card__heading.h5
.yotpo-widget-instance svg.star-container {
  width: 10px;
}

.card-information .yotpo-bottomline:hover, .card-information .yotpo-bottomline a.text-m:hover {
    cursor: default !important;
}

div.yotpo-device-mobile .yotpo-sr-bottom-line-summary {
    flex-wrap: wrap;
    gap:1px !important;
}

.yotpo-sr-bottom-line-summary {
  flex-direction:row !important;
}

.yotpo-sr-bottom-line-text {
    font-family: GT Pressura !important;
    font-size: 12px !important;
    padding: 0 !important;
}

@media screen and (max-width:376px) {
  span.yotpo-sr-bottom-line-text.yotpo-sr-bottom-line-text--right-panel {
    line-height: 1.2 !important;
    padding-bottom: 5px;
}
}
.search-content .grid-product__colors {
  display: none;
}
.card__badge {
  position: absolute;
  z-index: 5;
  right: 10px;
  top: 13px;
}
span.badge.badge--top-right.color-primary {
  background: #ffcc06;
  font-weight: 400;
  padding: 4px 13px 4px 13px;
  font-size: 12px;
  text-shadow: 0 0 black;
  border-radius: 40px;
  letter-spacing: 1px;
}
.grid-product__tag.grid-product__tag--sold-out {
  display: none;
}

.grid__item.grid-product:hover .image-wrap img {
  transform: scale(1.1);
}
.search-content predictive-search {
  display: none;
}
ul.tag-list.tag-list--active-tags a.btn {
  background-color: transparent;
  border: 1px solid #d0d0d0;
  border-radius: 25px;
  padding: 4px 10px;
  font-family: GT Pressura !important;
  font-weight: 400;
  color: #121212d9;
}
.tag--remove .icon {
  color: #000000;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
ul.tag-list.tag-list--active-tags a.btn:hover {
  box-shadow: 0 0 0 .2rem #12121266;
}

/* Search Grid list */
@media screen and (max-width:768px) {
.ss__title.h2.center.ss__title--has-results {
    font-size: 36px !important;
}}
.grid--4-col-desktop {
  display: flex;
  flex-wrap: wrap;
}
.grid--4-col-desktop li.ss__result.ss__result--products.ss__result--item.grid__item {
  width: 100%;
  margin-bottom: 25px;
  padding: 0;
}
div#searchspring-content {
  margin-bottom: 50px;
  margin-top: 20px;
  width: 100%;
  /* EXPERIMENTAL: CSS containment for CLS prevention */
  content-visibility: auto;
  contain-intrinsic-size: 0 2000px; /* Reserve space for first 8 products */
  contain: layout style; /* Isolate layout calculations */
}

/* Responsive min-heights to prevent CLS - FOR ALL PRODUCTS */
@media (max-width: 680px) {
  div#searchspring-content {
    min-height: 7220px; /* Narrow mobile: ALL products */
  }
}

@media (min-width: 681px) and (max-width: 750px) {
  div#searchspring-content {
    min-height: 7450px; /* Wide mobile: ALL products */
  }
}

@media (min-width: 751px) and (max-width: 820px) {
  div#searchspring-content {
    min-height: 9969px; /* Small tablet: ALL products - EXACT measurement */
  }
}

@media (min-width: 821px) and (max-width: 850px) {
  div#searchspring-content {
    min-height: 4150px!important; /* Mid tablet: ALL products - EXACT 840px measurement */
  }
}

@media (min-width: 851px) and (max-width: 989px) {
  div#searchspring-content {
    min-height: 10500px; /* Large tablet: ALL products + 58px buffer for timing */
  }
}

/* DESKTOP: 4 products per row layout - NETWORK-AWARE fallbacks for slow connections */
@media (min-width: 990px) and (max-width: 1099px) {
  div#searchspring-content {
    min-height: 4200px !important; /* INCREASED for slow networks - small desktop fallback */
  }
}

@media (min-width: 1100px) and (max-width: 1199px) {
  div#searchspring-content {
    min-height: 4000px !important; /* INCREASED for slow networks - medium desktop fallback */
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  div#searchspring-content {
    min-height: 3800px !important; /* INCREASED for slow networks - large desktop fallback */
  }
}

@media (min-width: 1400px) {
  div#searchspring-content {
    min-height: 3600px !important; /* INCREASED for slow networks - very large desktop fallback */
  }
}

/* Skeleton grid that matches SearchSpring layout exactly */
div#searchspring-content:not(.ss-loaded):empty {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  width: 100%;
}

/* Create skeleton cards using pseudo-elements */
div#searchspring-content:not(.ss-loaded):empty::before {
  content: '';
  display: block;
  aspect-ratio: 3/4; /* Typical product card ratio */
  background: linear-gradient(
    135deg,
    #f0f0f0 25%,
    transparent 25%,
    transparent 50%,
    #f0f0f0 50%,
    #f0f0f0 75%,
    transparent 75%
  );
  background-size: 20px 20px;
  border-radius: 6px;
  animation: skeleton-shimmer 2s infinite;
}

/* Generate multiple skeleton cards */
div#searchspring-content:not(.ss-loaded):empty::after {
  content: '';
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  grid-column: 1 / -1;
}

/* Desktop: Show only first 2 rows initially (8 cards) */
@media (min-width: 990px) {
  div#searchspring-content:not(.ss-loaded):empty::after {
    background: 
      /* Row 1 */
      linear-gradient(#f0f0f0, #f0f0f0),
      linear-gradient(#f0f0f0, #f0f0f0),
      linear-gradient(#f0f0f0, #f0f0f0),
      linear-gradient(#f0f0f0, #f0f0f0),
      /* Row 2 */
      linear-gradient(#f0f0f0, #f0f0f0),
      linear-gradient(#f0f0f0, #f0f0f0),
      linear-gradient(#f0f0f0, #f0f0f0),
      linear-gradient(#f0f0f0, #f0f0f0);
    background-size: 
      calc(25% - 15px) 350px,
      calc(25% - 15px) 350px,
      calc(25% - 15px) 350px,
      calc(25% - 15px) 350px,
      calc(25% - 15px) 350px,
      calc(25% - 15px) 350px,
      calc(25% - 15px) 350px,
      calc(25% - 15px) 350px;
    background-position:
      0% 0%, 25% 0%, 50% 0%, 75% 0%,
      0% 370px, 25% 370px, 50% 370px, 75% 370px;
    background-repeat: no-repeat;
    height: 740px; /* 2 rows × 350px + 1 × 20px gap */
    border-radius: 6px;
  }
}

/* Mobile: Show only first 4 rows initially (8 cards in 2-column layout) */
@media (max-width: 989px) {
  div#searchspring-content:not(.ss-loaded):empty::after {
    grid-template-columns: repeat(2, 1fr);
    background: 
      /* Generate first 8 skeleton cards in 2-column layout */
      repeating-linear-gradient(
        0deg,
        #f0f0f0 0px,
        #f0f0f0 350px,
        transparent 350px,
        transparent 370px
      );
    height: 1700px; /* 4 rows × 350px + 3 × 20px gaps */
    border-radius: 6px;
  }
}

@keyframes skeleton-shimmer {
  0% { opacity: 0.6; }
  50% { opacity: 0.8; }
  100% { opacity: 0.6; }
}

/* Keep stable height - no reset to prevent layout shifts */

/* PERSISTENT loading state - stays until content is actually visible */
div#searchspring-content:not(.ss-content-visible):before {
  content: '';
  display: block;
  width: 100%;
  height: 60px;
  background: linear-gradient(90deg, #f8f8f8 25%, #e8e8e8 50%, #f8f8f8 75%);
  background-size: 200% 100%;
  animation: ss-loading-shimmer 1.5s infinite;
  border-radius: 4px;
  margin-bottom: 20px;
  opacity: 0.7;
  position: relative;
  z-index: 10;
}

/* Show skeleton grid while loading to maintain height */
div#searchspring-content:not(.ss-content-visible):after {
  content: '';
  display: block;
  height: calc(100% - 80px); /* Account for loading bar */
  background: 
    repeating-linear-gradient(
      0deg,
      #f8f8f8 0px,
      #f8f8f8 280px,
      #e8e8e8 280px,
      #e8e8e8 300px
    );
  opacity: 0.3;
  animation: ss-loading-shimmer 2s infinite;
}

@keyframes ss-loading-shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

/* Only hide loading when content is actually visible AND loaded */
div#searchspring-content.ss-content-visible.ss-loaded:before,
div#searchspring-content.ss-content-visible.ss-loaded:after {
  display: none;
}

/* Transition state */
div#searchspring-content.ss-content-visible:not(.ss-loaded) {
  transition: all 0.3s ease;
}

ul#product-grid .card-wrapper.product-card-wrapper {
  position: relative;
}
.ss__results .ss__result .yotpo .yotpo-bottomline {
  margin: 3px 0px;
  /* margin-top: 5px; */
}
.ss__results .ss__result .yotpo div, .ss__results .ss__result .yotpo span, .ss__results .ss__result .yotpo a {
  font-size: 12px!important;
}
ul#product-grid .ss__result .yotpo span {
  font-size: 12px;
  color: #ffcc06;
}
ul#product-grid .ss__result .yotpo span::before {
    padding-right: 2px;
    font-size: 16px;
}
ul#product-grid .ss__result .yotpo a {
  color: #2d2d2e;
  font-family: GT Pressura;
  padding-left:5px;
}
ul#product-grid .card__media img.motion-reduce {
  cursor: pointer;
  transition: 0.5s all;
}

.card__media .media.media--transparent {
    background-color: #eeeeee;
}
.card__inner {
  max-width: 279px;
  margin-bottom: 10px;
}
.card__information {
  position: relative;
  padding: 0 3px 0 0;
}
ul#product-grid .card__media img.motion-reduce:hover {
  transform: scale(1.1);
}
ul#product-grid  .media.media--transparent.media--hover-effect {
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .ss__autocomplete--target.ss__autocomplete--default {
    top: 70px !important;
  }
}
@media only screen and (min-width: 990px) {
  .ss__autocomplete--target.ss__autocomplete--default {
      top: 52px !important;
      right: 2.8% !important;
  }
}

.flickity-prev-next-button {
  --icon-width: 18px;
}

.flickity-prev-next-button svg.flickity-button-icon {
  top: 50%;
  left: 50%;
  width: var(--icon-width);
  height: var(--icon-width);
  margin: calc(-1 * (var(--icon-width) / 2)) 0 0 calc(-1 * (var(--icon-width) / 2));
}

/* Highlight True Block */
.highlight-true {
  background-color: #ffcb05;
  width:fit-content;
  padding:8px;
  padding-bottom:10px;
}
.theme-block:has(.highlight-true) {
  margin-bottom: 0;
}
.text-center:has(.highlight-true) {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.otto-grid-item__header {
  font-size: 1.25em !important;
  letter-spacing: 0 !important;
}

@media screen and (max-width:1024px) {
  .otto-banner .otto-header {
    font-size: 2em !important;
  }
  .otto-body {
    font-size:20px !important;
  }
  .otto-grid:has(.otto-grid-item) {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .card__inner {
    max-width: 100%;
  }
}

@media screen and (min-width:1024px) {
.otto-banner-content--center-left {
    padding-left: 50px !important;
}

.otto-banner-content--center-right {
    padding-right: 50px !important;
  text-align:right;
}
}

/* Featured Collection Products */
.grid-product__title, .grid-product__price, ul#product-grid span.price-item.price-item--regular {
    letter-spacing: 0;
    font-size: 14px;
  }
.collection__view-all {
    text-align: center;
    margin-top:10px;
}

.collection__view-all a {
  font-size:14px !important;
}

.grid-product__meta .yotpo-sr-bottom-line-summary svg {
    width: 12px;
}
.grid-product__meta button.yotpo-sr-bottom-line-summary.yotpo-sr-bottom-line-button {
    align-items: center !important;
}

.yotpo-sr-bottom-line-summary svg {
    margin-inline-end: 10px !important;
}
@media screen and (max-width:768px) {
  .yotpo-sr-bottom-line-summary svg {
    margin-inline-end: 4px !important;
  }
}


/* Footer */
@media screen and (min-width:769px) {
.footer__item--menu_mL7G8W ul.no-bullets.site-footer__linklist {
    display: flex;
  flex-wrap:wrap;
}
  .footer__item--menu_mL7G8W ul li {
    margin-right:15px;
  }
}

@media screen and (max-width:768px) {
  .grid--4-col-desktop li.ss__result.ss__result--products.ss__result--item.grid__item {
    width: 100%;
  }
  .grid-product__title.grid-product__title--heading, ul#product-grid h3.card__heading.h5 {
    font-size: 14px;
  }
  div#searchspring-content {
    margin-top: 0;
  }
}
@media screen and (min-width:768px) and (max-width:1050px) {
  ul#product-grid .card__media img.motion-reduce{
    height: 100%;
  }
  #CollectionAjaxContent .page-width{
    padding: 0 20px;
  }
}

/* PDP CSS */
.product-block.product-block--header {
    margin-bottom: 0;
}

.product__policies.rte.small--text-center {
    display: none;
}

.rte a, a#lcly-button-buy, .cart__remove a {
    text-decoration: underline;
    text-underline-offset: 0.3rem;
    color: rgb(18,18,18, 0.85);
}

a.yotpo-reviews-trademark.yotpo-reviews-by {
    display: none;
}

.template-product nav.breadcrumb {
    text-align: left !important;
}

.product-single__meta div[id*="star_rating"] .yotpo-widget-instance {
    margin-bottom: 10px;
}
span.bold {
  font-size:18px;
}

.disabled {
  opacity: 1 !important;
}

.product-block .breadcrumb {
    margin-top: 0px !important;
}

.product-block:has(p.width-copy) {
    margin-bottom: 10px;
}

.size-chart__standalone {
    margin-bottom: 10px !important;
}

/* Large Image w/ Text Box Center Alignment */
.background-media-text--center .animation-cropper {
    display: flex;
    justify-content: center;
  align-items:center;
}
.background-media-text--center .background-media-text__text {
    text-align: center;
}
.background-media-text__inner:has(.background-media-text--center) {
    display:flex;
  justify-content:center;
  align-items:center;
}
.h3 {
  font-size:28px;
}

.rte.background-media-text__subtext p {
    margin-bottom: 0 !important;
    font-weight: 400;
    text-shadow: none;
}

.feature-row__item.feature-row__images {
    padding-top: 0;
}

.label {
    letter-spacing: unset;
}

h3 {
    font-size: 1.5em;
}
.ss__autocomplete--active .ss__autocomplete--target.ss__autocomplete--default{
  width: 100vw!important;
  max-width: 740px;
  
}
@media screen and (min-width: 990px) {
  .page-content.page-content--product .page-width .grid {
    display: flex;
  }
}

/* Filter selection info styling */
.filter-selection-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block-end: 8px;
  border-bottom: 1px solid var(--colorBorder);
  font-size: 13px;
  margin-bottom: 16px;
  gap: 35px;
}

.filter-count {
  color: #333;
  font-weight: 500;
}

.filter-reset {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  transition: opacity 0.2s ease;
}

.filter-reset:hover {
  opacity: 0.7;
}

.filter-reset.disabled {
  color: #aaa;
  cursor: default;
  font-weight: 400;
}

/* Ensure proper spacing in filter dropdowns */

.ss__autocomplete--active .ss__autocomplete--target.ss__autocomplete--default{
  position: absolute;
  width: 100%;
  top: 51px;
}

.ss__has-results .grid--4-col-desktop {
  
  row-gap: 35px;
  column-gap: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 25px 0px 20px 20px;
  
}

@media  only screen and (max-width: 990px) {
  .ss__has-results .grid--4-col-desktop {
    grid-template-columns: 1fr 1fr;
  }
}
@media  only screen and (max-width: 786px) {
  .ss__has-results .grid--4-col-desktop {
    margin: 0px 0 20px 20px;
  }
  #searchspring-toolbar > div > div.facets-container > menu-drawer > details > summary > span.mobile-facets__open > svg > path {
    fill: black;
    stroke-width: 0;
  }
}

/* SearchSpring Product Card Fixes */
.ss__result.ss__result--products {
  position: relative;
  overflow: hidden;
}

.ss__result.ss__result--products .ss__result-image-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.ss__result.ss__result--products .ss__result-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.ss__result.ss__result--products:hover .ss__result-image {
  transform: scale(1.1);
}

.ss__result.ss__result--products .ss__result-content {
  position: relative;
  z-index: 2;
}

/* Make the entire product card clickable */
.ss__result.ss__result--products .ss__result-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
}

/* .product__thumb-item.hide,
.product__thumb-item[style*="display: none"] {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  left: -9999px !important;
} */

/* Ensure interactive elements stay above the link */
.ss__result.ss__result--products .yotpo,
.ss__result.ss__result--products .ss__result-variants,
.ss__result.ss__result--products .ss__result-colors {
  position: relative;
  z-index: 3;
}

/* Improve hover state visibility */
.ss__result.ss__result--products:hover .ss__result-title {
  text-decoration: underline;
}

.size-details-container {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #000000;
}

.size-detail {
  display: inline-block;
}
.size-detail:hover {
  cursor: pointer;
}

#shopify-section- .product-single__meta .variant__label .size-detail[data-size-display] {
  display: inline-block !important;
  font-size: 13px !important;
  color: #000000 !important;
  margin-left: 5px !important;
  font-weight: 500 !important;
  font-family: GT Pressura !important;
  text-shadow: 0 0 black !important;
  transition: opacity 0.2s ease !important;
}

/* Hide the data container */
.size-details-data {
  display: none !important;
}

/* Hide any line breaks between Size: and the detail text */
.variant__label br {
  display: none;
}
@media screen and (max-width:768px) {
.grid.grid--uniform.grid--flush-bottom {
    flex-direction: column;
}
}

/* Cart Terms Checkbox */
.rale-container {
    margin-bottom: 10px;
}

/* AE Widget Placement */
aside#ae_launcher {
    bottom: 10px!important;
    right: 100px!important;
}

/* Hide ShopPay PDP Call Out */
.shopify-payment-terms.product__policies {
    display: none;
}

ul#product-grid .card__media {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}

ul#product-grid .card__media img.motion-reduce {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* AGGRESSIVE LCP optimization for product images */
  content-visibility: auto;
  contain-intrinsic-size: 280px 280px; /* Reserve space for better CLS */
  image-rendering: -webkit-optimize-contrast; /* Safari optimization */
  image-rendering: crisp-edges; /* Better rendering performance */
}

/* Critical CSS for faster first paint of product grid */
ul#product-grid .card__media {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  background: #f8f8f8; /* Prevent flash during load */
  border-radius: 8px; /* Pre-apply styling */
}

/* LCP optimization now handled dynamically by JavaScript */

/* Breadcrumbs */



/* Border Outline Fix */
html:not(.no-js):not(.tab-outline) :focus-visible {
    outline: unset !important;
}
/* PDP Information Updates */
@media screen and (max-width:768px) {
  .product-details-list li, .fit-feel-list li {
   font-size:14px !important;
}
  .product-details-list svg, .fit-feel-list svg {
    width: 30px !important;
    height: 30px !important;
}
}


ul.product-details-list, ul.fit-feel-list {
    list-style-type: none !important;
  margin-left:0px !important;
  margin-bottom: 0px !important;
}
.product-details-list li, .fit-feel-list li {
    display: flex;
    align-items: center;
  margin-bottom:10px;
  font-size:16px;
}
span.product-detail-title {
    margin: 0 5px 0px 10px;
    font-weight: 600 !important;
}
.product-details-list svg, .fit-feel-list svg {
    width: 35px;
    height: 35px;
}
.product__quantity {
    margin-top: 25px;
}

.width-copy {
  margin-bottom:5px !important;
}

@media screen and (max-width:768px) {
.product-block hr {
  display:none;
}
}

/* Mobile Hero Text Alignment */
@media screen and (max-width:768px) {
    .hero__text-content.vertical-center-mobile{
        vertical-align:middle;
    }

    .overlaid-header .index-section--hero:first-child .hero__text-content.vertical-center-mobile{
        padding-top:50px;
    }

    .hero__text-content.vertical-bottom-mobile{
        vertical-align:bottom;
    }

    .hero__text-content.horizontal-center-mobile{
        text-align:center;
    }

    .hero__text-content.horizontal-right-mobile{
        text-align:right;
    }

    .hero__text-content.horizontal-left-mobile{
        text-align:left;
}
}

/* Sticky ATC Styling */
div[data-essential-cart-element="title"] {
    font-family: 'GT Pressura Bold' !important;
    text-transform: uppercase !important;
}
div[data-essential-cart-element="add-to-cart-button-text"] {
    font-family: 'GT PRESSURA BOLD' !important;
}

@media screen and (max-width:768px) {
  div[data-essential-cart-element="title"], div[data-essential-cart-element="variant-select"] select {
    font-size:14px !important;
  }
  div[data-essential-cart-element="title"] {
    white-space:wrap !important;
  }
  div[data-essential-cart-element="add-to-cart-mobile-button-text"], div[data-essential-cart-element="price"] {
    font-family:'GT PRESSURA BOLD' !important;
  }
}

/* Hide Sticky ATC for AB Test */
div[data-essential-cart-element="container-desktop"], div[data-essential-cart-element="container-mobile"] {
    display: none !important;
}

/* New Locally Embed Widget */
a.lcly-primary-trigger span, button.lcly-primary-trigger {
    line-height: 1.2 !important;
    height: auto !important;
    background: unset !important;
    color: #2d2d2d !important;
    font-size: 16px !important;
    text-align: left !important;
    margin: 0 0 20px 0 !important;;
}
a#lcly-link-0 {
    font-family: 'GT Pressura' !important;
    font-size: 14px !important;
    color: #2d2d2d !important;
    padding-top: 10px;
    text-decoration: underline !important;
}
.lcly-dealer-name {
    font-size: 14px !important;
}
span.lcly-location-features, .lcly-dealer-distance {
    font-size: 12px !important;
    color: #2d2d2d !important;
}
svg.lcly-icon-check-mark, svg.lcly-icon-marker {
    fill: #2d2d2d !important;
}
.lcly-dealer {
    padding: 10px 10px 10px 32px !important;
    background-color: #eeeeee !important;
    border-radius:8px !important;
}
.lcly-dealers-wrap {
    margin-top: 0 !important;
}
.lcly-dealer:hover {
    background-color: #d6d6d6 !important;
}

.product-block:has(p.style-number-label) {
    margin-bottom: 5px !important;
}

@media screen and (max-width:1024px) {
a.otto-btn {
  color:white !important;
  background-color:#2d2d2d !important;
}
}

/* header */

.site-nav__wrapper {
  background: var(--colorNav);
  position: relative;
  z-index: 5;
}

.header-item__secondary-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.header-item__secondary-nav a {
  font-size: 13px;
  color: #696969;
  padding: 5px 15px;
  text-transform: uppercase;
}

.header-item--search {
  max-width: 640px;
  width: 65%;
  flex-grow: 0;
  padding-inline: 20px;
  margin-inline: auto;
}

.search__categories {
  width: 160px;
  background: var(--colorBtnPrimary);
  color: var(--colorBtnPrimaryText);
  border-radius: 6px 0 0 6px;
  position: relative;
  user-select: none;
}

.search__categories[open] {
  border-bottom-left-radius: 0;
}

.search__categories summary {
  font-size: 14px;
  line-height: 18px;
  padding: 13px 32px 13px 16px;
  position: relative;
  cursor: pointer;
}

.search__categories summary svg {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
}

.search__categories > div {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: -1px;
  background: #ffffff;
  color: #232323;
  padding: 8px 0;
  border: 1px solid var(--colorBtnPrimary);
  border-radius: 0 0 6px 6px;
  z-index: 6;
}

.search__categories > div a {
  font-size: 14px;
  line-height: 18px;
  display: block;
  color: #232323;
  padding: 8px 14px;
}

.header-item--search .search__input {
  height: 44px;
  font-size: 14px;
  background: #fff;
  padding-inline: 12px 35px;
  border: 1px solid var(--colorBtnPrimary);
  border-radius: 0 6px 6px 0;
}

.header-item--search .search__input::placeholder,
.site-header__search .search__input::placeholder {
  opacity: 1;
}

.header-item--search .search__results {
  left: 0;
  width: 900px;
  background: #FFF;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 1px 1px 6px 1px var(--colorBorder);
}

.header-item--search .predictive__screen,
.header-item--search .btn--close-search {
  display: none !important;
}

.site-header__search predictive-search form {
  width: 100%;
  height: 100%;
  flex-direction: column;
}

.site-header__search .search__input-wrap {
  flex-grow: 0;
  background: #FFF;
  border-bottom: 1px solid #ccc;
}

.site-header__search .search__input {
  height: 56px;
  font-size: 13px;
  padding: 0 48px;
  border: 0;
}

.site-header__search .search__results {
  position: static;
  height: 0;
  max-height: 100%;
  flex: 1 1 0;
  background: transparent;
  margin: 0;
}

@media screen and (max-width: 1199px) {
  .header-item--search .search__results {
    left: -60px;
    width: 820px;
  }
}

@media screen and (min-width: 960px) {
  .header-item--search .results__group-1,
  .header-item--search .results__group-2 {
    max-height: 550px;
    overflow: hidden auto;
  }
}

@media screen and (min-width: 769px) {
  .site-header__search .predictive-search-results {
    height: 100%;
  }

  .site-header__search .results__group-1,
  .site-header__search .results__group-2 {
    overflow: hidden auto;
  }
}

.site-nav__megamenu {
  left: 0;
  padding: 24px 0;
  border-top: 1px solid var(--colorBorder);
  box-shadow: 0 6px 6px rgba(0,0,0,0.1);
}

.site-nav__megamenu .grid {
  margin: 0 0 -20px -20px;
  justify-content: center;
}

.site-nav__megamenu .grid .grid__item {
  width: 25%;
  padding: 0 0 20px 20px;
}

.site-nav__megamenu h6 {
  font-size: 14px;
  letter-spacing: 0;
}

.site-nav__megamenu ul {
  margin: 0;
}

.site-nav__megamenu li {
  margin-bottom: 6px;
}

.site-nav__megamenu a {
  font-size: 14px;
}

.site-nav__megamenu a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media screen and (min-width: 990px) {
  .site-nav__megamenu .grid .grid__item {
    width: 20%;
  }
}

@media screen and (min-width: 1200px) {
  .site-nav__megamenu .grid .grid__item {
    width: 16.6666667%;
  }
}

/* product grid */

.product-grid,
.collection-grid,
.article-grid {
  --grid-vertical-spacing: 6px;
  --grid-horizontal-spacing: 6px;

  display: flex;
  flex-wrap: wrap;
  row-gap: var(--grid-vertical-spacing);
  column-gap: var(--grid-horizontal-spacing);
  margin: 0;
}

.collection-grid .grid__item,
.product-grid .grid__item,
.article-grid .grid__item {
  width: calc(50% - var(--grid-horizontal-spacing) * 0.5);
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .grid-1--mobile .grid__item {
    width: 100%;
  }

  .grid-3--mobile .grid__item {
    width: calc(33.3333333% - var(--grid-horizontal-spacing) *  2 / 3);
  }
}

@media screen and (min-width: 769px) {
  .product-grid,
  .collection-grid,
  .article-grid {
    --grid-vertical-spacing: 12px;
    --grid-horizontal-spacing: 12px;
  }

  .collection-grid .grid__item,
  .product-grid .grid__item {
    width: calc(33.3333333% - var(--grid-horizontal-spacing) *  2 / 3);
  }

  .grid-1--tablet .grid__item {
    width: 100%;
  }

  .grid-2--tablet .grid__item {
    width: calc(50% - var(--grid-horizontal-spacing) * 0.5);
  }

  .grid-4--tablet .grid__item {
    width: calc(25% - var(--grid-horizontal-spacing) *  3 / 4);
  }
}

@media screen and (min-width: 990px) {
  .grid-1--desktop .grid__item {
    width: 100%;
  }

  .grid-2--desktop .grid__item {
    width: calc(50% - var(--grid-horizontal-spacing) * 0.5);
  }

  .grid-4--desktop .grid__item,
  .grid-5--desktop .grid__item,
  .grid-6--desktop .grid__item {
    width: calc(25% - var(--grid-horizontal-spacing) *  3 / 4);
  }
}

@media screen and (min-width: 1200px) {
  .grid-5--desktop .grid__item,
  .grid-6--desktop .grid__item {
    width: calc(20% - var(--grid-horizontal-spacing) *  4 / 5);
  }
}

@media screen and (min-width: 1360px) {
  .grid-6--desktop .grid__item {
    width: calc(16.6666667% - var(--grid-horizontal-spacing) *  5 / 6);
  }
}

/* swiper component */

swiper-component {
  display: block;
  position: relative;
}

swiper-component .swiper {
  position: static;
}

@media screen and (max-width: 989px) {
  swiper-component.swiper-overflow {
    margin-inline: calc(-1 * var(--container-spacing));
    padding-inline: var(--container-spacing);
    overflow: hidden;
  }

  swiper-component.swiper-overflow .swiper {
    overflow: visible;
  }

  swiper-component.swiper-overflow .swiper-button-prev,
  swiper-component.swiper-overflow .swiper-button-next {
    --swiper-navigation-sides-offset: 10px;
  }
}

@media screen and (max-width: 768px) {
  swiper-component.swiper-overflow .swiper-button-prev,
  swiper-component.swiper-overflow .swiper-button-next {
    --swiper-navigation-sides-offset: 8px;
  }
}

swiper-component .product-grid .grid__item,
swiper-component .collection-grid .grid__item {
  height: auto;
  margin-inline-end: var(--grid-horizontal-spacing);
}

swiper-component .product-grid .grid__item:last-child,
swiper-component .collection-grid .grid__item:last-child {
  margin-inline-end: 0;
}

.swiper-button-next, 
.swiper-button-prev {
  --swiper-navigation-sides-offset: -0.5rem;
  width: 2rem;
  height: 2rem;
  background: var(--colorBtnPrimary);
  color: var(--colorBtnPrimaryText);
  margin-top: -1rem;
  border-radius: 50%;
  box-shadow: 0 0 0.9rem rgba(0, 0, 0, 0.15);
  user-select: none;
}

.swiper-button-prev {
  transform: scaleX(-1);
}

.swiper-button-next:after, 
.swiper-button-prev:after {
  display: none;
}

.swiper-button-next svg, 
.swiper-button-prev svg {
  width: 1rem;
  height: 1rem;
}

@media screen and (min-width: 769px) {
  .swiper-button-next, 
  .swiper-button-prev {
    --swiper-navigation-sides-offset: -1.25rem;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: -1.375rem;
  }

  .swiper-button-next svg, 
  .swiper-button-prev svg {
    width: 1.125rem;
    height: 1.125rem;
  }
}

@media screen and (min-width: 990px) and (hover: hover) and (pointer: fine) {
  .swiper-button-next, 
  .swiper-button-prev {
    transition: 0.3s ease;
  }

  .swiper:not(:hover) .swiper-button-next, 
  .swiper:not(:hover) .swiper-button-prev {
    --swiper-navigation-sides-offset: -2rem;
    opacity: 0;
  }
}

@media screen and (min-width: 1200px) {
  .swiper-button-next, 
  .swiper-button-prev {
    --swiper-navigation-sides-offset: -1.375rem;
    width: 2.75rem;
    height: 2.75rem;
  }
}

@media screen and (min-width: 1200px) and (hover: hover) and (pointer: fine) {

  .swiper:not(:hover) .swiper-button-next, 
  .swiper:not(:hover) .swiper-button-prev {
    --swiper-navigation-sides-offset: -2.5rem;
  }
}

@media screen and (max-width: 989px) {
  .product-grid__overflow {
    --grid-horizontal-spacing: 20px;
    width: calc(100% + 48px);
    flex-wrap: nowrap;
    gap: 10px;
    padding: 20px 24px;
    margin: -20px -24px 0;
    scroll-snap-type: x mandatory;
    overflow: auto hidden;
  }

  .product-grid__overflow .grid__item {
    flex-shrink: 0;
    scroll-snap-align: start;
    scroll-margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .product-grid__overflow {
    width: calc(100% + 30px);
    padding-inline: 15px;
    margin-inline: -15px;
  }

  .product-grid__overflow .grid__item {
    scroll-margin-left: 15px;
  }
}

.grid-product .grid-product__content {
  min-height: 100%;
  background: var(--colorBodySecondary, #FFFFFF);
  border: 1px solid var(--colorBorder);
  border-radius: 4px;
}

.grid-product .grid-product__image-mask {
  border-radius: 3px 3px 0 0;
}

.grid-product .grid-product__meta {
  padding: 12px 14px;
  text-align: left;
}

.grid-product .grid-product__title {
  max-height: 2.5em;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
}

.grid-product .jdgm-widget {
  font-size: 12px;
  margin-block: 6px 0;
}

.grid-product .jdgm-widget .jdgm-prev-badge__stars {
  font-size: 11px;
}

.grid-product .jdgm-widget .jdgm-star {
  padding-right: 1px !important;
}

.grid-product .grid-product__price {
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 4px;
  margin-block: 4px 0;
}

.grid-product .grid-product__price--sale {
  margin-inline-end: 5px;
}

.grid-product .grid-product__price--original {
  color: #a9a9a9;
  margin: 0 5px 0 0;
}

.grid-product .grid-product__price--savings {
  font-size: 10px;
  line-height: 14px;
  background: var(--colorBtnPrimary);
  color: var(--colorBtnPrimaryText);
  padding: 2px 6px;
  margin: 0;
  border-radius: 4px;
}

.grid-product .grid-product__badges {
  position: absolute;
  top: 8px;
  left: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  z-index: 1;
}

.grid-product .grid-product__badges span {
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  background: #000000;
  color: #FFF;
  padding: 3px 6px;
  border-radius: 3px;
  text-align: center;
  text-transform: none;
}

.grid-product .grid-product__badges span.savings {
  background: #7a3665;
  text-transform: uppercase;
}

.grid-product .grid-product__badges span.out-stock {
  background: #c70000;
}

@media screen and (min-width: 480px) {
  .grid-product .grid-product__meta {
    padding: 14px;
  }

  .grid-product .jdgm-widget {
    font-size: 13px;
  }

  .grid-product .jdgm-widget .jdgm-prev-badge__stars {
    font-size: 12px;
  }

  .grid-product .jdgm-widget .jdgm-star {
    padding-right: 2px !important;
  }

  .grid-product .grid-product__price {
    font-size: 14px;
  }

  .grid-product .grid-product__price--savings {
    font-size: 11px;
    line-height: 15px;
    padding: 2px 6px;
  }

  .grid-product .grid-product__badges {
    top: 10px;
    left: 10px;
  }
  
  .grid-product .grid-product__badges span {
    font-size: 13px;
    line-height: 16px;
    padding: 4px 10px;
  }
}

@media screen and (min-width: 1200px) {
  .grid-product .grid-product__title {
    font-size: 16px;
  }

  .grid-product .jdgm-widget {
    font-size: 14px;
  }

  .grid-product .jdgm-widget .jdgm-prev-badge__stars {
    font-size: 13px;
  }
}

/* shop by reel */

.shop-by-reel {
  display: block;
}

swiper-component .shop-reel__grid .grid__item {
  margin-block-end: 0;
}

swiper-component .shop-reel__grid .grid__item:last-child {
  margin-inline-end: 0;
}

.shop-reel__item {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  background-color: #FFF;
  border: 1px solid #ddd;
  border-radius: 6px;
  scroll-snap-align: start;
  scroll-margin: 0;
  overflow: hidden;
  cursor: pointer;
}

.shop-reel__video {
  border-radius: 4px 4px 0 0;
  position: relative;
  overflow: hidden;
}

.shop-reel__video:before {
  content: '';
  display: block;
  padding-block-end: 150%;
}

.shop-reel__video > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-reel__info {
  display: flex;
  align-items: flex-start;
  padding: 12px;
  text-align: left;
  position: relative;
}

.shop-reel__image {
  width: 48px;
  flex-shrink: 0;
  background: #F3F4F4;
  margin-inline-end: 12px;
  border-radius: 6px;
  overflow: hidden;
}

.shop-reel__image img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1 / 1.25;
  object-fit: cover;
}

.shop-reel__title {
  max-height: 2.7em;
  font-family: var(--typeBasePrimary),var(--typeBaseFallback);
  font-weight: bold;
  font-size: 14px;
  line-height: 1.35;
  margin-block-end: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-overflow: ellipsis;
  text-transform: none;
  overflow: hidden;
}

.shop-reel__price {
  font-size: 13px;
}

.shop-reel__price > span {
  margin-inline: 2px;
}

.shop-reel__price .price--original {
  color: #a9a9a9;
  text-decoration: line-through;
}

.shop-reel__price .price--savings {
  font-size: 12px;
  background: #946f3d;
  color: #FFF;
  padding: 2px 4px;
  border-radius: 4px;
}

.shop-reel__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 20;
}

.shop-reel__modal.open {
  opacity: 1;
  pointer-events: auto;
}

.shop-reel__modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.15);
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  z-index: 2;
}

.shop-reel__modal__close svg {
  --iconWeight: 4px;
  width: 34px;
  height: 34px;
  display: block;
}

.shop-reel__volume {
  position: absolute;
  top: 10px;
  left: calc(50% - 54px);
  width: 44px;
  height: 44px;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
}

.shop-reel__volume svg {
  width: 24px;
  height: 24px;
}

.shop-reel__volume:not(.muted) .icon-volume-down, 
.shop-reel__volume.muted .icon-volume-up {
  display: none;
}

.shop-reel__modal__slider {
  width: 100%;
  height: 100%;
}

.shop-reel__modal__slider .flickity-viewport {
  height: 100% !important;
}

.shop-reel__modal__slider .flickity-button:focus {
  outline: none;
  box-shadow: none;
}

.shop-reel__modal__slide {
  width: 100%;
  height: 100%;
}

.shop-reel__modal__inner {
  width: 720px;
  display: flex;
  flex-direction: column;
  background: #FFF;
  position: relative;
}

@media screen and (min-width: 769px) {
  .shop-reel__modal__slide {
    display: flex;
    justify-content: center;
    align-items: safe center;
  }

  .shop-reel__modal__inner {
    max-height: calc(100% - 40px);
    flex-direction: row;
    border-radius: 6px;
  }

  .shop-reel__modal__inner:before {
    content: '';
    width: 0;
    padding-bottom: 90%;
  }
}

@media screen and (min-width: 990px) {
  .shop-reel__image {
    width: 52px;
  }
  
  .shop-reel__title {
    font-size: 15px;
  }

  .shop-reel__price {
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) {
  .shop-reel__modal__slider {
    max-width: 1600px;
    margin-inline: auto;
  }

  .shop-reel__modal__slide {
    width: 500px;
  }

  .shop-reel__modal__slide.is-selected .shop-reel__modal__inner {
    min-width: 700px;
  }

  .shop-reel__modal__slide:not(.is-selected) .shop-reel__modal__inner {
    width: 45%;
    max-height: calc(100% - 120px);
  }

  .shop-reel__modal__slide:not(.is-selected) .shop-reel__modal__inner:before {
    padding-bottom: 180%;
  }

  .shop-reel__modal__slide:not(.is-selected) .shop-reel__modal-media {
    width: 100%;
  }

  .shop-reel__modal__slide:not(.is-selected) .shop-reel__modal-info, 
  .shop-reel__modal__slide:not(.is-selected) .shop-reel__volume {
    display: none;
  }
}

.shop-reel__modal-media,
.shop-reel__modal-info {
  width: 50%;
}

.shop-reel__modal-media {
  position: relative;
}

.shop-reel__modal-media > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-reel__modal-info > * {
  flex-shrink: 0;
}

.shop-reel__modal-image {
  width: 180px;
  display: block;
  margin-block-end: 20px;
}

.shop-reel__modal-title {
  max-height: 2.7em;
  font-size: 20px;
  line-height: 1.35;
  font-weight: bold;
  margin-block-end: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-overflow: ellipsis;
  text-transform: none;
  overflow: hidden;
}

.shop-reel__modal-price {
  font-size: 16px;
  font-weight: bold;
  color: green;
  margin-block-end: 10px;
}

.shop-reel__modal-price .price--original {
  font-weight: 400;
  font-size: 14px;
  color: red;
  margin-inline-end: 4px;
  text-decoration: line-through;
}

.shop-reel__modal-price .price--savings {
  font-weight: 400;
  font-size: 14px;
  color: var(--colorTextBody);
}

.shop-reel__modal-price .price--savings strong {
  color: green;
}

.shop-reel__modal-description {
  font-size: 14px;
}

.shop-reel__modal-url {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  padding: 12px 20px;
}

.shop-reel__modal-url[disabled] {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .shop-reel__modal {
    background: #FFF;
    padding: 0;
  }

  .shop-reel__modal__inner {
    width: 100%;
    height: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .shop-reel__modal__close,
  .shop-reel__volume {
    width: 42px;
    height: 42px;
    background: #FFF;
    color: #000000;
    border: 1px solid #ccc;
    border-radius: 50%;
  }

  .shop-reel__modal__close {
    top: 12px;
    right: 12px;
  }

  .shop-reel__modal__close svg {
    width: 28px;
    height: 28px;
  }

  .shop-reel__volume {
    top: 64px;
    left: auto;
    right: 12px;
  }

  .shop-reel__modal-media, 
  .shop-reel__modal-info {
    width: 100%;
  }

  .shop-reel__modal-media {
    flex: 1 1 0;
    height: 0;
  }

  .shop-reel__modal-media > * {
    height: 100%;
    object-fit: contain;
  }

  .shop-reel__modal-info {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    column-gap: 10px;
    padding: 15px;
  }

  .shop-reel__modal-image {
    width: 64px;
    grid-row: 1 / 3;
    margin-block-end: 0;
    border-radius: 6px;
  }

  .shop-reel__modal-title {
    font-size: 15px;
    margin-block-end: 2px;
  }

  .shop-reel__modal-price {
    font-size: 14px;
    grid-column: 2 / 3;
    margin: 0;
    order: 4;
  }

  .shop-reel__modal-price .price--original {
    font-size: 13px;
  }

  .shop-reel__modal-buttons {
    grid-area: 1 / 3 / 3 / 4;
  }

  .shop-reel__modal-url {
    font-size: 13px;
    line-height: 16px;
    padding: 10px 14px;
  }
}

@media screen and (min-width: 769px) {
  .shop-reel__modal-media video,
  .shop-reel__modal-media img {
    border-radius: 6px 0 0 6px;
  }

  .shop-reel__modal__slide:not(.is-selected) .shop-reel__modal-media video,
  .shop-reel__modal__slide:not(.is-selected) .shop-reel__modal-media img {
    border-radius: 6px;
  }

  .shop-reel__modal-info {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 28px 24px 24px;
    overflow: hidden auto;
  }

  .shop-reel__modal-buttons {
    position: sticky;
    bottom: -25px;
    background: #FFF;
    padding: 10px 24px 24px;
    margin: auto -24px -24px;
    border-bottom-right-radius: 6px;
  }
}

/* featured collections */

.featured-collections .collection-grid {
  justify-content: center;
}

/* seo - richtext */

.collection-richtext {
  margin-top: 60px;
}

.collection-richtext__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-height: 610px;
  overflow: hidden;
}

.collection-richtext.is-open .collection-richtext__inner {
  max-height: none;
}

.collection-richtext__info {
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  .collection-richtext__inner {
    flex-direction: row;
  }

  .collection-richtext__info {
    width: 60%;
  }

  .collection-richtext__table {
    width: 40%;
  }
}

@media screen and (min-width: 960px) {
  .collection-richtext__inner {
    gap: 40px;
  }

  .collection-richtext__info {
    width: 75%;
    font-size: 15px;
  }

  .collection-richtext__table {
    width: 35%;
  }
}

.collection-richtext .rte ol, 
.collection-richtext .rte p, 
.collection-richtext .rte table, 
.collection-richtext .rte ul {
  margin-bottom: 15px;
}

.collection-richtext__category {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid var(--colorBorder);
}

.collection-richtext__category a {
  width: 50%;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.25;
  padding: 8px;
  border-bottom: 1px solid var(--colorBorder);
  text-decoration: underline;
}

.collection-richtext__category a:nth-child(odd) {
  border-right: 1px solid var(--colorBorder);
}

.collection-richtext__category a:last-child, 
.collection-richtext__category a:nth-last-child(2):not(:nth-child(even)) {
  border-bottom: 0;
}

.collection-richtext__table h6 {
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 14px;
  text-transform: none;
}

.collection-richtext__table table td {
  font-size: 13px;
  padding: 8px 12px;
}

.collection-richtext__table table td a {
  font-weight: 500;
  color: #7a3665;
}

.collection-richtext__table .note-text {
  font-size: 13px;
  margin-block: 10px 0;
}

.collection-richtext__toggle {
  font-weight: bold;
  font-size: 15px;
  padding: 0;
  margin: 15px 0 0;
  text-decoration: underline;
}

/* product media modal */

.product__media-modal-opener {
  margin-top: 15px;
  text-align: center;
}

.product__media-modal-opener button {
  font-weight: 500;
  font-size: 15px;
  color: #2162a1;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.product-media-modal.open {
  opacity: 1;
  pointer-events: auto;
}

.product-media-modal {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: flex;
  justify-content: safe center;
  align-items: safe center;
  opacity: 0;
  pointer-events: none;
  z-index: 30;
}

.product-media-modal__inner {
  width: calc(100% - 40px);
  height: calc(100% - 100px);
  background: #FFF;
  padding: 45px 25px 25px;
  border-radius: 10px;
  position: relative;
  overflow: hidden auto;
}

.product-media-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.product-media-modal__close svg {
  --iconWeight: 4px;
  width: 34px;
  height: 34px;
}

.product-media-modal__heading {
  font-size: 18px;
  margin-bottom: 16px;
  text-transform: none;
}

.product-media-modal__tabs {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  border-bottom: 2px solid var(--colorBorder);
}

.product-media-modal__tab {
  font-size: 15px;
  line-height: 20px;
  color: #858585;
  padding: 0 0 10px;
  border-bottom: 2px solid transparent;
  margin: 0 0 -2px;
}

.product-media-modal__tab.is-active {
  color: var(--colorTextBody);
  border-bottom-color: var(--colorTextBody);
}

.product-media-modal__tab-content .grid {
  row-gap: 22px;
}

@media screen and (min-width: 769px) {
  .product-media-modal__inner {
    width: calc(100% - 60px);
  }
}

@media screen and (min-width: 960px) {
  .product-media-modal__inner {
    width: calc(100% - 80px);
    padding: 45px;
  }
}

@media screen and (min-width: 1280px) {
  .product-media-modal__tab-content .medium-up--two-thirds {
    width: 70%;
  }

  .product-media-modal__tab-content .medium-up--two-sixths {
    width: 30%;
  }
}

.product-media-modal__video {
  max-width: 950px;
  margin-inline: auto;
}

.product-media-modal__video video {
  width: 100%;
  height: auto;
  display: block;
}

.product-media-modal__video h6 {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0;
  margin: 15px 0 0;
  text-transform: none;
}

.product-media-modal__video-thumb {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  cursor: pointer;
}

.product-media-modal__video-thumb:last-child {
  margin-bottom: 0;
}

.product-media-modal__video-thumb .image {
  max-width: 160px;
  width: 40%;
  flex-shrink: 0;
  margin-right: 15px;
  position: relative;
}

.product-media-modal__video-thumb .image img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1 / 0.5625;
  object-fit: cover;
}

.product-media-modal__video-thumb .icon-play {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  background: rgba(0,0,0,0.35);
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -16px 0 0 -16px;
  padding-left: 2px;
  border-radius: 50%;
}

.product-media-modal__video-thumb .text {
  max-height: 3.75em;
  font-size: clamp(14px, 1.25vw, 18px);
  line-height: 1.25;
  flex: 1 1 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (min-width: 960px) {
  .product-media-modal__video h6 {
    font-size: 18px;
  }

  .product-media-modal__heading {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.product-media-modal__image img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1;
  object-fit: contain;
}

.product-media-modal__image-thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.product-media-modal__image-thumb {
  border: 2px solid var(--colorBorder);
  cursor: pointer;
}

.product-media-modal__image-thumb.active {
  border-color: var(--colorTextBody);
}

.product-media-modal__image-thumb img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1;
  object-fit: cover;
}

@media screen and (min-width: 480px) and (max-width: 768px),
       screen and (min-width: 1280px) {
  .product-media-modal__image-thumbs {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 1280px) {
  .product-media-modal__image img {
    aspect-ratio: 1 / 0.5;
  }
}

.product-offers h6 {
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 15px;
  text-transform: none;
}

.product-offers ul {
  list-style: none;
  margin: 0;
}

.product-offers ul li {
  font-size: 13px;
  padding-left: 42px;
  margin-bottom: 15px;
  position: relative;
}

.product-offers ul li svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
}

.product__social-sharing {
  display: flex;
}

.product__social-sharing > label {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
  margin-right: 10px;
}

.product__social-sharing .social-sharing__link {
  display: inline-flex;
  padding-block: 4px;
}

.product__social-sharing .social-sharing__title {
  display: none;
}

@media screen and (min-width: 960px) {
  .product-offers h6 {
    font-size: 20px;
  }

  .product__social-sharing > label {
    font-size: 18px;
  }
}

.product__rich-media img,
.product__rich-media video {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
}

.multi-icon__text-container {
  background: #f9f4ee;
  padding: 15px 20px;
  border-radius: 4px;
}

.multi-icon__text-container h6 {
  font-size: 14px;
  letter-spacing: 0;
}

.multi-icon__text-list {
  display: flex;
  gap: 12px;
}

.multi-icon__text {
  flex: 1 1 16.67%;
  font-size: 13px;
  line-height: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.multi-icon__text img {
  width: 28px;
  height: 28px;
  margin-bottom: 6px;
}

@media screen and (max-width: 479px) {
  .multi-icon__text {
    font-size: 12px;
    line-height: 16px;
  }
}

[data-section-type="recently-viewed"] {
  background-color: var(--colorBody);
  color: var(--colorTextBody);
}

.insta-stories {
  display: block;
}

.insta-stories__categories {
  display: flex;
  padding-inline: 8px;
  margin-inline: -16px;
  scroll-snap-type: x mandatory;
  overflow: auto hidden;
  scrollbar-width: thin;
}

.insta-stories__category {
  width: 78px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  padding: 8px 4px;
  scroll-snap-align: start;
  scroll-margin: 8px;
  text-align: center;
  cursor: pointer;
}

.insta-stories__category-image {
  width: 56px;
  padding: 2px;
  border: 1px solid #bbb;
  border-radius: 50%;
}

.insta-stories__category-image img, 
.insta-stories__category-image svg {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  display: block;
  border-radius: 50%;
}

.insta-stories__category-image img {
  object-fit: cover;
}

.insta-stories__category h6 {
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0;
  margin-block: 8px 4px;
}

@media screen and (min-width: 769px) {
  .insta-stories__category {
    width: 90px;
  }

  .insta-stories__category-image {
    width: 64px;
  }

  .insta-stories__category h6 {
    font-size: 13px;
  }
}

.insta-stories__modal.is-opened {
  opacity: 1;
  pointer-events: auto;
}

.insta-stories__modal {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: var(--colorModalBg);
  opacity: 0;
  transition: 0.3s ease-in-out;
  pointer-events: none;
  z-index: 30;
}

.insta-stories__slider:not(.flickity-enabled) {
  display: flex;
  overflow: hidden;
}

.insta-stories__slider:not(.flickity-enabled) .insta-stories__slide {
  flex-shrink: 0;
}

.insta-stories__slider {
  width: 100%;
  height: 100%;
}

.insta-stories__slider .swiper-button-prev, 
.insta-stories__slider .swiper-button-next {
  --swiper-navigation-sides-offset: 24px;
}

.insta-stories__slide {
  width: 100%;
  height: 100%;
}

.insta-stories__slide-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.insta-stories__reel {
  width: 100%;
  height: 100%;
}

.insta-stories__reel video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.insta-stories__progress {
  position: absolute;
  inset-block-start: 12px;
  inset-inline: 12px;
  display: flex;
  gap: 6px;
  z-index: 3;
}

@media screen and (min-width: 769px) {
  .insta-stories__slide {
    display: flex;
    align-items: safe center;
    justify-content: safe center;
  }

 .insta-stories__slide-inner {
    width: 50%;
    height: 90%;
    border-radius: 16px;
    overflow: hidden;
  }
}

@media screen and (min-width: 1024px) {
  .insta-stories__slide-inner {
    width: 27%;
  }
}

.insta-stories__progress-level {
  width: 8px;
  height: 4px;
  flex: 1 1 auto;
  background: #808080;
  position: relative;
}

.insta-stories__progress-level:before {
  content: '';
  position: absolute;
  inset: 0;
  width: 0;
  background: #FFF;
}

.insta-stories__progress-level.active:before {
  animation: progress var(--video-duration, 0.3s) linear;
}

.insta-stories__progress-level.completed:before {
  width: 100%;
}

@keyframes progress {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}

.insta-stories__header {
  position: absolute;
  top: 16px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 12px;
  z-index: 3;
}

.insta-stories__header-image {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  margin-inline-end: 12px;
  border: 2px solid rgb(255 255 255);
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 2px 4px #0003;
}

.insta-stories__header-image img, 
.insta-stories__header-image svg {
  width: 100%;
  height: 100%;
  display: block;
}

.insta-stories__header-image img {
  object-fit: cover;
}

.insta-stories__header-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: #FFF;
}

.insta-stories__header-actions {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-inline-start: auto;
}

.insta-stories__header-actions button {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  padding: 5px;
}

.insta-stories__header-actions button svg {
  width: 18px;
  height: 18px;
  display: block;
}

.insta-stories__header-actions .insta-stories__close svg {
  width: 20px;
  height: 20px;
}

.insta-stories__volume.muted .icon-volume-up, 
.insta-stories__volume:not(.muted) .icon-volume-down {
  display: none;
}

.insta-stories__navigation {
  position: absolute;
  inset: 0;
  display: flex;
  z-index: 2;
}

.insta-stories__navigation > div {
  width: 50%;
  height: 100%;
  cursor: pointer;
}

.insta-stories__reel-products {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: safe center;
  gap: 12px;
  padding: 12px 12px;
  scroll-snap-type: x mandatory;
  overflow: auto hidden;
  scrollbar-width: thin;
  z-index: 3;
}

.reel__product {
  min-width: 290px;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-shrink: 0;
  row-gap: 8px;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  padding: 8px;
  scroll-snap-align: start;
  scroll-margin: 12px;
  border-radius: 8px;
  position: relative;
}

.reel__product:hover {
  color: #FFF;
}

.reel__product .icon-redirect {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
}

.reel__product-image {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  margin-inline: 8px 16px;
  border: 2px solid rgba(203, 203, 203, .5);
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 2px 4px #0003;
}

.reel__product-image img, 
.reel__product-image svg {
  width: 100%;
  height: 100%;
  display: block;
}

.reel__product-image img {
  object-fit: cover;
}

.reel__product-info {
  width: calc(100% - 68px);
}

.reel__product-info h6 {
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0;
  color: #FFF;
  padding-inline-end: 28px;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: none;
  overflow: hidden;
}

.reel__product-info .price {
  font-weight: 600;
  font-size: 12px;
  margin-block: 4px;
}

.reel__product-info .price > span {
  margin-inline-end: 5px;
}

.reel__product-info .price s {
  font-weight: 400;
  font-size: 11px;
  opacity: 0.5;
}

.reel__product-info .price .saving {
  font-weight: 400;
  color: green;
  font-size: 11px;
  line-height: 12px;
  background: red;
  color: #FFF;
  padding: 2px 4px;
  display: inline-block;
  border-radius: 2px;
}

.reel__product-buttons {
  width: 100%;
}

.reel__product-buttons .btn {
  font-size: 13px;
  line-height: 16px;
  padding: 10px 20px;
}

/* size chart */

size-chart-table {
  display: block;
  margin-block-end: 30px;
}

size-chart-table h2 {
  font-size: 32px;
}

size-chart-table table th {
  background: #f5f5f5;
}

size-chart-table table th, 
size-chart-table table td {
  font-size: 13px;
  line-height: 18px;
  padding: 10px 14px;
}

.size-chart__toggle {
  font-size: 14px;
  line-height: 18px;
  display: flex;
  gap: 4px;
  margin-block-end: 14px;
}

.size-chart__toggle-controls {
  width: 36px;
  height: 18px;
  margin-inline: 4px;
  border: 1px solid;
  border-radius: 24px;
  position: relative;
}

.size-chart__toggle-controls:before {
  content: '';
  position: absolute;
  inset: 2px;
  background: #000;
  width: 12px;
  height: 12px;
  border-radius: 12px;
}

[data-unit="inch"] .size-chart__toggle-controls:before {
  inset-inline-start: 19px;
}

.how-to-measure {
  padding-block-start: 20px;
  margin-block-start: 20px;
  border-top: 1px solid var(--colorBorder);
}

.how-to-measure h3 {
  font-family: inherit;
  font-weight: bold;
  font-size: 18px;
  margin-block-end: 18px;
  text-transform: none;
}

.how-to-measure ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.how-to-measure li {
  display: flex;
  margin-block-end: 12px;
}

.how-to-measure li img {
  width: 120px;
  height: auto;
  flex-shrink: 0;
  display: block;
  margin-inline-end: 12px;
}

.how-to-measure li > div {
  align-self: center;
}

.how-to-measure li h6 {
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0;
  margin-block-end: 4px;
}

.how-to-measure li p {
  font-size: 13px;
  line-height: 1.5;
}

.product__care-guide {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product__care-guide li {
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: flex-start;
  margin-block-end: 8px;
}

.product__care-guide li img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 8px;
}

.product__care-guide li > span {
  align-self: center;
}

.product__materials {
  --horizontal-spacing: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--horizontal-spacing);
  list-style: none;
  margin: 0;
}

.product__materials li {
  max-width: calc(16.6666667% - var(--horizontal-spacing) * 5 / 6);
  width: 60px;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.25;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.product__materials li img {
  max-width: 80%;
  width: 42px;
  height: auto;
  aspect-ratio: 1;
  display: block;
  margin-block-end: 6px;
}

@media screen and (min-width: 990px) {
  .product__materials {
    --horizontal-spacing: 12px;
  } 
}

.footer__republic-separator {
  background: linear-gradient(135deg, orange 35%, white calc(35% + 1px), white 65%, green calc(65% + 1px), #128807 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-block-start: -60px;
  overflow: hidden;
}

.footer__republic-separator .divider {
  min-width: 1400px;
  width: 100%;
  height: 40px;
  filter: drop-shadow(0 -3px 0 black);
}

.footer__republic-separator .divider:first-child {
  margin-block-start: -2px;
  transform: scaleY(-1);
}

.footer__republic-separator .divider:last-child {
  margin-block-end: -2px;
}

.footer__republic-separator .divider:first-child path {
  fill: #FFF;
}

.template-collection .footer__republic-separator .divider:first-child path {
  fill: #f9f4ee;
}

.footer__republic-inner {
  height: 120px;
  position: relative;
}

.site-footer__chakra {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 210px;
  height: 210px;
  margin-left: -105px;
  margin-top: -105px;
  transform: scale(0.5);
}

@media screen and (max-width: 768px) {
  .footer__republic-separator {
    background: linear-gradient(140deg, orange 35%, white calc(35% + 1px), white 65%, green calc(65% + 1px), #128807 100%);
  }

  .footer__republic-separator .divider {
    min-width: 1340px;
  }

  .footer__republic-inner {
    height: 80px;
  }

  .site-footer__chakra {
    transform: scale(0.375);
  }
}

.collapsible-trigger__icon-plus {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  position: relative;
}

.collapsible-trigger__icon-plus:before,
 .collapsible-trigger__icon-plus:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: currentColor;
  transform: translate(-50%, -50%);
  transition: 0.25s ease;
}

.collapsible-trigger__icon-plus:before {
  width: 100%;
  height: 2px;
}

.collapsible-trigger__icon-plus:after {
  width: 2px;
  height: 100%;
}

.collapsible-trigger.is-open .collapsible-trigger__icon-plus:after,
.footer__item.is-open .collapsible-trigger__icon-plus:after,
details[open] > summary .collapsible-trigger__icon-plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-collapsible {
  border-bottom: 1px solid var(--colorBorder);
}

.faq-collapsible:last-child {
  border-bottom: 0;
}

.faq-collapsible .collapsible-trigger {
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.125;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}

@media screen and (max-width: 768px) {
  .faq-section .page-width {
    --container-spacing: 24px;
  }

  .collapsible-trigger__icon-plus {
    width: 16px;
    height: 16px;
  }
}

@media screen and (min-width: 769px) {
  .faq-section__inner {
    display: flex;
    justify-content: space-between;
  }

  .faq-section .section-header {
    max-width: 260px;
    flex-shrink: 0;
    margin-inline-end: 32px;
    margin-block-end: 0;
    text-align: left;
  }

  .faq-section__list {
    flex: 1 1 auto;
  }

  .faq-collapsible:first-child .collapsible-trigger {
    padding-block-start: 0;
  }
}

@media screen and (min-width: 990px) {
  .faq-section .section-header {
    max-width: 310px;
    margin-inline-end: 40px;
  }

  .faq-collapsible .collapsible-trigger {
    font-size: 21px;
  }
}

@media screen and (min-width: 1200px) {
  .faq-section .section-header {
    max-width: 460px;
    margin-inline-end: 60px;
  }
}

.variant-wrapper:has(.variant__color-category) fieldset {
  display: none;
}

.variant__color-category {
  background: var(--colorBody);
  margin-block-end: 5px;
  border: 1px solid var(--colorBorder);
  border-radius: 4px;
  position: relative;
}

.variant__color-category summary {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 20px;
  cursor: pointer;
}

.variant__color-category .collapsible-trigger__icon-plus {
  width: 12px;
  height: 12px;
}

.variant__label-badge {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  background: green;
  color: #FFF;
  padding: 2px 8px;
  border-radius: 4px;
  text-transform: uppercase;
}

.variant__color-category > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0 20px 20px;
}

.variant__color-category label {
  margin: 0;
  cursor: pointer;
}

.variant__color-category label .swatch {
  width: 36px;
  height: 36px;
  display: block;
  background: var(--swatch-value, #FFFFFF);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  outline: 1px solid var(--colorBorder);
  outline-offset: 1px;
}

.variant__color-category label.active .swatch {
  outline-color: var(--colorTextBody);
}

.variant-frame-color .color-swatch {
  width: 72px;
  height: 72px;
}

.variant-frame-color .color-swatch .swatch {
  width: 100%;
  height: 100%;
  display: block;
  background: var(--swatch-value, #FFFFFF);
  background-repeat: no-repeat;
  background-size: cover;
}

.product-personalization {
  display: block;
  background: #FFF;
  display: block;
  padding: 12px 18px;
  margin-block-start: 12px;
  border: 1px solid var(--colorBorder);
  border-radius: 4px;
}

.personalization__tabs {
  max-width: 210px;
  display: flex;
  justify-content: center;
  padding: 2px;
  margin: 0 auto 12px;
  border: 1px solid var(--colorBorder);
  border-radius: 4px;
}

.personalization__tab {
  font-size: 14px;
  line-height: 19px;
  flex: 1 1 50%;
  padding: 5px 10px;
  border-radius: 3px;
}

.personalization__tab.active {
  background: var(--colorTextBody);
  color: var(--colorBody);
}

.personalization__text-preview {
  min-height: 100px;
  background: var(--colorBodySecondary);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  margin-block-end: 14px;
  border: 1px dashed var(--colorBorder);
  border-radius: 4px;
  text-align: center;
}

.personalization__preview-empty {
  font-size: 14px;
  margin: 0;
}

.personalization__text-preview canvas {
  max-width: 400px;
  max-height: 200px;
  height: auto;
  object-fit: contain;
}

.personalization__remove-line {
  position: absolute;
  top: 14px;
  right: 0;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  color: #ad0000;
  padding: 0;
  border-radius: 4px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.personalization__text-line {
  margin-block-end: 4px;
  position: relative;
}

.personalization__text-line + .personalization__text-line {
  padding-block-start: 14px;
  margin-block-start: 8px;
  border-top: 1px solid var(--colorBorder);
}

.personalization__text-line label {
  font-weight: 500;
  font-size: 14px;
  margin-block-end: 6px;
}

.personalization__text-line input, 
.personalization__text-line select {
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 19px;
  padding: 10px 15px;
  margin: 0;
}

.personalization__text-line input.field-error, 
.personalization__text-line select.field-error {
  color: red;
  border-color: red;
}

.personalization__text-line select {
  padding-inline-end: 28px;
}

.personalization__text-line input[type="range"] {
  background: var(--colorTextBodyAlpha015);
  height: 4px;
  padding: 0;
  margin-block: 21px;
  border: 0;
}

.personalization__text-line input[type="range"]::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid var(--colorBtnPrimary);
  -webkit-appearance: none;
  appearance: none;
}

.personalization__text-line input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid var(--colorBtnPrimary);
  -webkit-appearance: none;
  appearance: none;
}

.personalization__content label[for="PersonalizationLogo"] {
  font-size: 14px;
  line-height: 17px;
  padding: 12px 18px;
  background-color: var(--colorBodySecondary);
  border: 1px dashed var(--colorBorder);
  border-radius: 4px;
  text-align: center;
}

.personalization__content:only-child label[for="PersonalizationLogo"] {
  margin-block-end: 0;
}

.personalization__content label[for="PersonalizationLogo"].field-error {
  color: red;
  border-color: red;
}

.variant-card-type .variant-input:has(.disabled) {
  display: none;
}

.template-article .collection-hero__content:before {
  --colorImageOverlayOpacity: 0.35;
}

.contact-form--custom {
  padding: 32px 20px;
  border: 1px solid var(--colorBorder);
  border-radius: 4px;
}

.contact-form--custom .section-header__text {
  max-width: 420px;
  display: inline-block;
}

.contact-form--custom .section-header__text strong {
  color: var(--colorHighlight);
}

.contact-form--custom .grid {
  row-gap: 20px;
  margin-block-end: 30px;
}

.contact-form--custom .field-label {
  font-weight: 600;
  font-size: 15px;
  margin-block-end: 5px;
}

.contact-form--custom .field-label sup {
  top: 0;
  font-size: 14px;
  color: red;
}

.contact-form--custom .note-text {
  font-size: 13px;
  opacity: 0.75;
  margin-block: -2px 12px;
}

@media screen and (min-width: 768px) {
  .contact-form--custom {
    padding: 48px;
  }
}

.input-file__label {
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  border: 1px dashed var(--colorBorder);
  border-radius: 4px;
}

.input-file__label .icon--text {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
}

.input-file__label .icon--text svg {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.input-file__label .icon--text p {
  margin-block: 2px;
}

.form-crm-default--header-h2 {
  text-align: center;
}

.form-crm-default--paragraph {
  max-width: 380px;
  margin-inline: auto;
  margin-block-end: 24px;
  text-align: center;
}

.form-crm--free-version-watermark {
  display: none !important;
}

.form-crm-root .form-crm--error-global-message,
.form-crm-root .form-crm--button-container {
  margin-inline: 10px;
}

@media screen and (max-width: 768px) {
  .form-crm-root .form-crm-default--header-h2 {
    --form-crm-default--header-font-size: calc((var(--typeHeaderSize) * .6) + 3px);
    margin-block-start: 10px;
  }

  .form-crm-root .form-crm--button-container {
    margin-block-end: 18px;
  }
}

.line-item__option-error {
  font-size: 14px;
  color: red;
  margin-block-start: 10px;
}

.qty-picker-v2 {
  display: block;
}

.product-single__form .qty-picker-v2 {
  margin-block-end: 18px;
}

.qty-picker-v2 label {
  font-weight: bold;
  margin-block-end: 6px;
}

.qty-picker-v2__box {
  min-width: 120px;
  height: 40px;
  display: inline-block;
  position: relative;
}

.qty-picker-v2__value {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 20px;
  padding: 9px 24px 9px 12px;
  border: 1px solid var(--colorBorder);
  border-radius: 4px;
  user-select: none;
}

.qty-picker-v2__box .qty-plus, 
.qty-picker-v2__box .qty-minus {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid var(--colorBorder);
  user-select: none;
  cursor: pointer;
}

.qty-picker-v2__box .qty-minus {
  top: 50%;
  border-top: 1px solid var(--colorBorder);
}

.qty-picker-v2__box .qty-plus svg, 
.qty-picker-v2__box .qty-minus svg {
  width: 11px;
  height: 11px;
  opacity: 0.765;
}

.qty-picker-v2__box .qty-plus[aria-disabled="true"],
.qty-picker-v2__box .qty-minus[aria-disabled="true"] {
  pointer-events: none;
}

.qty-picker-v2__box .qty-plus[aria-disabled="true"] svg,
.qty-picker-v2__box .qty-minus[aria-disabled="true"] svg {
  opacity: 0.3;
}

.btn--whatsapp {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-block-start: 10px;
}

.blog-page .section-header {
  background: var(--colorBodySecondary);
  padding-block: 32px 40px;
  margin-block-end: 48px;
}

.blog-page .section-header select {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  background-position: right 20px center;
  background-size: 12px;
  padding: 14px 42px 14px 21px;
  margin-block: 20px 0;
}

@media screen and (min-width: 600px) {
  .blog-page .section-header {
    padding-block: 40px 48px;
    margin-block-end: 60px;
  }

 .blog-page .section-header select {
    min-width: 480px;
    width: auto;
  } 
}