/** Shopify CDN: Minification failed

Line 2323:37 Invalid escape

**/
.template-collection .grid__item .custom-pg-content {
  z-index: 2 !important;
  justify-content: unset;
}

.template-collection .custom-show-filter-btn {
  display: block;
}

.template-collection .jci-container {
  position: sticky;
  top: 0;
  z-index: 3;
  padding-top: 0;
  padding-bottom: 0;
}

.template-collection .custom-pg:hover .custom-pg-sale--price {
  color: #8e99e4;
}

.grid--2-col-tablet-down .jci-title-price-wrapper .custom-pg-title {
  min-height: 48px;
}

.jci-wishlist-trigger {
  cursor: pointer;
}

.header__icon--wishlist {
  position: relative;
}

.wishlist-count-bubble {
  align-items: center;
  background-color: #8e99e4;
  bottom: unset;
  color: #fff;
  display: flex;
  font-size: 8.5px;
  font-style: normal;
  font-weight: 400;
  height: 15px;
  justify-content: center;
  left: unset;
  line-height: 0;
  right: 0;
  top: 0;
  transform: translate(30%, -30%);
  width: 15px;
  position: absolute;
  border-radius: 50%;
  display: none;
}

@media screen and (min-width: 990px) {
  .wishlist-count-bubble {
      right: 20%;
      top: 1px;
  }
}

.pd-main-product .price {
  margin-bottom: 10px !important;
}

.size-title-wrapper .size-guide-link {
    margin-top: 10px !important;
}

.jci-wishlist-trigger {
  fill: transparent;
}

.jci-wishlist-trigger.active svg path {
    fill: black;
}

.jci-wishlist-trigger svg path {
  transition: all .25s ease;
}

.jci-product-card-wrapper {
    position: relative;
}

.custom-pg--badge.jci-hl-label {
  left: 0;
  top: 0;
  text-transform: uppercase;
}

.custom-pg--badge {
  width: 134px;
  text-align: center;
}

@media (max-width: 749px) {
  .custom-pg--badge {
    font-size: 12px;
    width: 85px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

.jci-cta-wrapper {
  display: flex;
  gap: 24px;
}

.custom-search-results-main-wrapper {
  left: 0;
  right: unset;
}

.custom-plp-collection-list-li {
  border-left: 1px solid #D1D1D1;
  border-top: 1px solid #D1D1D1;
  /* border-bottom: 1px solid #D1D1D1; */
  cursor: grabbing;
}

@media (min-width: 750px) {
  .custom-plp-collection-list-li {
    padding: 11px 0;
    max-width: 316px !important;
    width: 100%;
  }
}

@media (max-width: 749px) {
  .custom-plp-collection-list-li {
    padding: 11px 50px;
  }
}

.custom-plp-collection-list-li:last-child {
  border-right: 1px solid #D1D1D1;
}

.custom-plp-collection-list-ul {
  gap: 20px 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid #d1d1d1;
  scrollbar-width: none;
}

.custom-plp-collection-list-wrapper {
  background-color: unset !important;
  margin-top: 20px !important;
}

.product-count__text {
  margin-top: 20px !important;
}

.custom-plp-collection-list-a {
  color: #505050;
  text-align: center;
  font-family: "Space Grotesk", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.coll-titlee-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.coll-titlee {
  flex: 1 1 35%;
  margin: 0;
}

.coll-description {
  position: relative;
  overflow: hidden;
  max-width: 45%;
}

/* .jci-hide, .template-collection #FacetFiltersForm .active-facets.active-facets-desktop {
  display: none !important;
} */

/* .jci-sticky-component .active-facets-vertical-filter {
  display: flex;
  gap: 16px;
} */

.coll-description__inner {
  transition: all 0.3s ease;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.coll-description__inner.expanded {
  max-height: none !important;
}

.coll-description__toggle {
  background: none;
  border: none;
  margin-top: 8px;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  display: inline-block;
  font-family: "Space Grotesk", sans-serif !important;
}

span.oke-showMore-button-text.oke-button-text {
  text-align: center;
  font-family: Space Grotesk !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal !important;
  letter-spacing: 0.24px;
  background-color: unset !important;
}

/* .jci-sticky-component {
  position: sticky;
  top: 0;
  z-index: 3;
  background: #fff;
  padding: 20px;
  margin: 0 !important;
} */

/* .template-collection .active-facets.active-facets-desktop {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 5;
  width: fit-content;
} */

/* .template-collection .active-facets.active-facets-desktop .active-facets-vertical-filter {
  margin: 0;
} */

/* @media (min-width: 750px) {
  .template-collection .facets-vertical .facets-wrapper {
    top: 65px !important;
  }
} */

@media (max-width: 749px) {
  .coll-titlee-wrapper {
    align-items: flex-start !important;
    flex-direction: column !important;
  }
  .coll-description {
    max-width: 100%;
  }
  .template-collection .facets-container .product-count {
    display: none;
  }
  .template-collection .facets-vertical.page-width {
    padding: 0;
  }
}

@media (min-width: 750px) {
  .custom-scroll-indicator {
    display: none;
  }
}

@media (max-width: 468px) {
  .jci-cta-wrapper {
    gap: 16px;
  }
  .coll-description__inner {
    max-height: 4.6em;
  }
}

.custom-plp-collection-list-li:hover {
  background-color: #000 !important;
}

.custom-plp-collection-list-li:hover .custom-plp-collection-list-a {
  color: #fff !important;
}

/* Scroll indicator */
.custom-plp-collection-list-wrapper {
  position: relative;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.custom-plp-collection-list-ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  padding-right: 30px; /* space for arrow */
  text-align: center;
}

.custom-scroll-indicator {
  position: absolute;
  top: calc(50% + 3px);
  right: 5px;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
  animation: bounceRight 1s infinite;
  transition: opacity 0.3s ease;
  color: #333;
  background: rgba(255,255,255,.8);
}

@keyframes bounceRight {
  0%,
  100% {
    transform: translateY(-50%) translateX(0);
  }
  50% {
    transform: translateY(-50%) translateX(5px);
  }
}

.custom-scroll-indicator.hidden {
  opacity: 0;
  pointer-events: none;
}

/* ONLY apply to collection pages */
body.template-collection .page-width,
body.template-collection .collection,
body.template-collection .product-grid-container {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/*──────────────────────────────────────────────────────────────────
  === COLLECTION PAGE === 
──────────────────────────────────────────────────────────────────*/

.template-collection .page-width,
.template-collection .collection {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.template-collection .coll-titlee,
.template-collection .coll-description,
.template-collection .product-count__text {
  padding-left: 25px;
  padding-right: 25px;
}

.template-collection #main-collection-filters.facets-wrapper {
  padding-left: 25px;
}

.template-collection .coll-titlee {
  color: #1e1e1e;
  font-family: var(--space-grotesk) !important;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px !important;
}

.coll-description__inner p {
  font-family: var(--space-grotesk) !important;
  font-weight: 400;
}

p.MsoNormal {
  font-family: var(--space-grotesk) !important;
  font-weight: 400;
}

@media (max-width: 749px) {
  .template-collection .coll-titlee {
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.48px !important;
    padding-left: 12px;
  }

  .template-collection .coll-description {
    padding-left: 12px;
  }
}

.template-collection #coll-description {
  text-align: right;
}

@media (max-width: 749px) {
  .template-collection #coll-description {
    text-align: left;
  }
}

#coll-description-inner span {
  color: #000;
  font-family: var(--space-grotesk) !important;
  font-size: 14px;
}

span.custom-show-filter-btn {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-family: "Space Mono", sans-serif !important;
}

span#ProductCountDesktop {
  color: #000;
  font-family: var(--space-grotesk) !important;
  font-size: 14px;
}

.template-collection .custom-pg-content {
  background-color: #ffffff;
  /* flex-direction: column-reverse; */
}

@media (max-width: 749px) {
  .template-collection .custom-pg-content {
    flex-direction: column;
    padding-top: 7px;
    justify-content: start;
  }
}

.collection .custom-pg-title {
  color: #1e1e1e;
  font-family: var(--space-grotesk) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  width: 75%;
}

@media (max-width: 749px) {
  .collection .custom-pg-title {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
  }
}

.custom-pg:hover {
  color: #000000;
}

.custom-pg-content div[data-oke-star-rating] .oke-sr-rating {
  font-family: var(--space-grotesk);
  color: #1e1e1e !important;
}

.template-collection .custom-pg-sale--price .money {
    color: #000;
    text-align: right;
    font-family: "Space Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.095px;
    text-transform: capitalize;
}

.custom-pg-content div[data-oke-star-rating] .oke-sr-count-number {
  color: #b7b7b7;
  font-family: var(--space-grotesk) !important;
  font-style: normal;
  font-weight: 500;
}

.jci-compare-at-price .money:before {
  position: absolute;
    content: "";
    width: 130%;
    height: 1px;
    background: #ff0505;
    transform: rotate(-10deg);
    top: 7px;
    left: -7px;
}
.jci-compare-at-price .money {
    position: relative;
    color: #B2B2B2;
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.095px;
    text-transform: capitalize;
}

@media (max-width: 750px) {
  .custom-pg-content div[data-oke-star-rating] .oke-sr-count-number {
    font-size: 8px !important;
    display: flex;
    justify-content: center;
  }

  .custom-pg-content div[data-oke-star-rating] .oke-sr-count:before,
  .custom-pg-content div[data-oke-star-rating] .oke-sr-count:after {
    font-size: 8px !important;
  }

  .custom-pg-content div[data-oke-star-rating] .oke-sr-rating {
    font-size: 10.5px !important;
  }
}

.custom-pg-content div[data-oke-star-rating] .oke-sr-count:before,
.custom-pg-content div[data-oke-star-rating] .oke-sr-count:after {
  color: #b7b7b7;
}

.jci-title-price-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.jci-title-price-wrapper p {
  margin: 0;
}

.custom-pg:hover .custom-pg-img2-wrapper {
    background: var(--Gradient-product, linear-gradient(180deg, var(--Color-01, #F6F6F6) 2.28%, #868FDE 85.34%));
}

.jci-bundle-linker-collection {
  color: #4B92FF;
  font-family: "Space Grotesk";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 13.15px;
  text-transform: capitalize;
  margin-bottom: 15px;
  margin-top: 3px;
  width: 100%;
}

.template-collection .custom-pg--badge {
  top: 0;
  left: 0;
}

.custom-pg--badge {
  background: #505050;
}

@media (min-width: 750px) {
  .custom-pg-content div[data-oke-star-rating] .oke-sr-rating {
    font-size: 12.5px !important;
  }
}

.template-collection .custom-pg-price {
  color: #000;
  text-align: right;
  font-family: var(--space-grotesk) !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 17.095px !important;
  text-transform: capitalize;
  flex-wrap: unset;
  flex-direction: column;
  gap: 3px;
  align-items: center;
  position: relative;
  top: 6px;
}

@media (min-width: 750px) {
  .custom-pg-content div[data-oke-star-rating] .oke-sr-stars svg {
    height: 22px;
    margin-right: 3px;
  }

  .custom-pg-content div[data-oke-star-rating] .oke-sr-count-number {
    font-size: 12.477px !important;
    line-height: 26.107px;
  }

  .custom-pg-content div[data-oke-star-rating] .oke-sr-count:before,
  .custom-pg-content div[data-oke-star-rating] .oke-sr-count:after {
    font-size: 12.477px !important;
  }
}

@media (max-width: 749px) {
  .template-collection .custom-pg-price {
    flex-direction: row-reverse;
    gap: 10px;
  }
}
/*──────────────────────────────────────────────────────────────────
  === PRODUCT PAGES === 
──────────────────────────────────────────────────────────────────*/

svg.jci-caret {
  display: none;
} 

.pd-size-guide-drawer__wrapper {
  padding: 20px !important;
}

.jci-bundle-box {
    text-align: center;
    border: 0.6px solid #B2B2B2;
    margin-top: 1.5rem !important;
    margin-bottom: 1rem !important;
}

.jci-bundle-box > .jci-bundle summary {
    border-bottom: 0.6px solid #B2B2B2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    color: #6A6A6A;
    font-family: "Space Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 11px;
    text-transform: capitalize;
}

.jci-bundle-box .jci-bundle-text {
    color: #1E1E1E;
    font-family: "Space Grotesk";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    text-transform: capitalize;
    max-width: 75%;
    margin: auto;
    padding: 10px
}

.template-product .pd-main-product__info .product__text:first-of-type {
  display: none;
}

.pd-main-product__shipping-message .shiping-text a {
  font-size: 15px;
  background-color: #8f9ae4;
  color: #fff !important;
  padding: 1px 5px;
}

@media (max-width: 1570px) and (min-width: 1390px) {
  .pd-main-product__shipping-message .shiping-text a {
    font-size: 13px;
  }
}

@media (max-width: 1389.98px) and (min-width: 990px) {
  .pd-main-product__shipping-message .shiping-text a {
    font-size: 12px;
  }
}

.custom-pg-quick-view-btn-new {
  border: 1px solid #000;
}

.template-product .pd-main-product__design-swatches__items {
  flex-wrap: wrap;
}

.template-product .page-width,
.template-product .product__container,
.template-product .product {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pd-main-product div[data-oke-star-rating] .oke-sr-count-number,
.pd-main-product div[data-oke-star-rating] .oke-sr-count:before,
.pd-main-product div[data-oke-star-rating] .oke-sr-count:after {
  font-size: 10px !important;
}

.pd-main-product div[data-oke-star-rating] .oke-sr-count {
  line-height: 1 !important;
}

/* Layout widths */
@media (min-width: 750px) {
  .pd-main-product__media {
    max-width: 100%;
    width: calc(100% - 33.33%);
  }

  .pd-main-product h1.pd-main-product__title {
    font-size: 20px !important;
    color: #000 !important;
    font-weight: 700 !important;
    letter-spacing: 0.4px !important;
    line-height: normal !important;
    padding-bottom: 15px;
  }

  .pd-main-product div[data-oke-star-rating] .oke-sr-count {
    display: flex !important;
    justify-content: center !important;
    padding: 0 5px !important;
  }

  .pd-main-product__design-swatches {
    padding-bottom: 14px !important;
  }

  .pd-main-product__short-desc li,
  .pd-main-product__short-desc p,
  .pd-main-product__uvp p {
    color: #6a6a6a;
    font-family: var(--space-grotesk) !important;
    font-size: 14px !important;
    font-weight: 400;
    font-style: normal;
    line-height: 20px !important;
  }

  .pd-main-product__size-label__button__label {
    font-size: 18px;
    line-height: 26px;
  }

  div[id^="price-template"] span.money {
    font-size: 20px !important;
    font-family: var(--space-grotesk) !important;
  }

  .pd-product-card .pd-product-card__info .price * {
    font-family: var(--space-grotesk) !important;
    font-size: 14px !important;
  }
  .pd-complementary-products {
    margin-top: 60px !important;
  }

  .pd-main-product__info {
    padding: 0 0 80px 12px;
  }

  .pd-main-product__info-wrapper {
    width: 35%;
  }

  .pd-complementary-products__heading {
    font-size: 20px !important;
    font-family: var(--space-grotesk) !important;
    text-transform: uppercase;
    color: #000000 !important;
  }

  .pd-product-card__title {
    font-size: 14px;
    font-family: var(--space-grotesk) !important;
    line-height: normal;
    color: #1e1e1e;
    font-weight: 500 !important;
  }

  .pd-main-product .price__regular .money {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .pd-main-product__inner {
    padding: 0 30px 0 0;
  }
}

/* Title styling */
.pd-main-product h1.pd-main-product__title {
  margin-bottom: 0 !important;
}

#shopify-section-template--17874687459398__product-recommendations
  .card__inner {
  transform: scale(0.8) !important;
}

/* Star rating block */
.pd-main-product div[data-oke-star-rating] {
  border-bottom: 1px solid #d1d1d1;
  padding: 15px 0 10px;
  border-top: 1px solid #d1d1d1;
}

.card__content {
  margin-top: -28px;
}

.pd-main-product div[data-oke-star-rating] .oke-sr-rating {
  font-size: 12.5px !important;
  font-family: var(--space-grotesk) !important;
  color: #1e1e1e !important;
}

.pd-main-product div[data-oke-star-rating] .oke-sr-stars svg {
  height: 20px !important;
}

/* Sizing tool label */
.pd-main-product__sizing-tool,
.pd-main-product__size-label__text,
.pd-main-product__size-label__button__label {
  color: #000 !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.3px !important;
  font-family: var(--space-grotesk) !important;
}

/* Size swatch inputs */
.pd-main-product
  .product-form__input
  .cstm-var-size-cls
  input[type="radio"]
  + label {
  font-size: 12px !important;
  color: #1e1e1e !important;
  font-family: "Space Grotesk";
  font-weight: 400;
  min-width: 35px !important;
  /*margin-top: -31px !important;*/
  padding: 10px 10px !important;
  border: 1px solid gray !important;
  border-radius: 20px;
}
.pd-main-product
  .product-form__input
  .cstm-var-size-cls
  input[type="radio"]:checked + label{
  background-color: #8b97cf !important;
  border: 1px solid #000 !important;
  appearance: none !important;
}
.pd-main-product
  .product-form__input
  .cstm-var-size-cls
  input[type="radio"]{
  height: 0;
  width: 0;
  display: none;
}

/* Options list wrapper */
.pd-main-product__options-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding-bottom: 0 !important;
}

.jci-bundle-box h5 {
    color: #868FDE;
    font-family: "Space Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 13.895px;
    text-transform: capitalize;
}

.pd-main-product__uvps .pd-main-product__uvps-head,
.pd-product-info-accordion details {
    border-bottom: none;
}

.pd-main-product__shipping-message {
  padding-bottom: 30px;
}

/* Accordion and UVP title */
.pd-main-product__uvps .pd-main-product__uvps-head h2,
.pd-product-info-accordion summary span {
  color: #1e1e1e !important;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.28px;
  font-family: var(--space-grotesk) !important;
  text-transform: uppercase !important;
}

/* Read more/less in UVP */
span.kkkk.pd-main-product__uvps__read-more,
span.pd-main-product__uvps__read-less {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-family: Space Mono, sans-serif !important;
  text-transform: uppercase;
}

/* Accordion content body */
.pd-product-info-accordion__content p {
  color: #6a6a6a !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-family: aptos !important;
}

/* Button styling */
.pd-button,
a.pd-button--black {
  font-family: aptos;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.24px;
  line-height: 1;
}

/* Quantity styling */
.pd-main-product__add-to-cart-row {
  padding: 10px 0 6px;
  margin-bottom: 1rem !important;
}

.pd-main-product__add-to-cart-row .product-form__input .quantity {
  border: 1px solid #1e1e1e;
  padding: 0 10px !important;
  height: 36px;
}

.pd-main-product__add-to-cart-row .product-form__input .quantity__button {
  width: 12px;
  height: 12px;
}

p.product__text.pd-main-product__text.uppercase {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: var(--space-grotesk) !important;
  text-transform: uppercase;
  letter-spacing: 0 !important;
  padding-bottom: 0 !important;
}

.pd-okendo-review-pdp
  .oke-w-header-content-block
  .oke-w-ratingAverageModule-rating-average,
.pd-okendo-review-pdp
  .oke-w-header-content-block
  .oke-w-recommendsModule-value {
  padding: 4px 10px !important;
}

.pd-okendo-review-pdp
  .oke-w-reviews-list-item
  .oke-w-review-side
  .oke-w-review-side-expandContent
  .oke-w-selectAttr-item-title {
  font-size: 14px !important;
  line-height: 22px !important;
  font-family: var(--space-grotesk) !important;
  font-weight: 400 !important;
  text-decoration: underline;
  letter-spacing: 0.3px;
}

.pd-okendo-review-pdp
  .oke-w-reviews-list-item
  .oke-w-review-side
  .oke-w-reviewer-name {
  text-transform: uppercase !important;
}

.pd-okendo-review-pdp
  .oke-w-reviews-list-item
  .oke-w-review-main
  .oke-reviewContent-date
  span {
  color: #6a6a6a !important;
}

div.okeReviews[data-oke-container] .oke-reviewContent .oke-reviewContent-title {
  letter-spacing: 0.05rem !important;
  font-weight: 600 !important;
  color: #1e1e1e !important;
  text-transform: capitalize !important;
}

.pd-okendo-review-pdp .oke-w-reviews-controls .oke-w-reviews-sort select {
  border: 1px solid #000000 !important;
  border-radius: unset !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 22px !important;
  padding: 7px 14px;
  background-color: #000;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'><path stroke='%23fff' stroke-linecap='round' stroke-width='2' d='m11 1.97-5 4-5-4'/></svg>") !important;
}

.pd-okendo-review-pdp .oke-w-reviews-controls .oke-w-reviews-count {
  text-transform: capitalize !important;
}

.card__content h3.card__heading.h5 {
  color: #1e1e1e;
  font-family: var(--space-grotesk) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none !important;
  text-transform: capitalize !important;
}

.card-information > *:not(.visually-hidden:first-child) + *:not(.rating) {
  color: #b7b7b7;
  font-family: "Space Grotesk";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 18.063px;
  text-transform: capitalize;
}

.card-information .price .price__container {
  color: #000;
  font-family: "Space Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 144.444% */
  text-transform: capitalize;
}

/* Meta override */
.custom-meta-title {
  text-align: left !important;
}

/* MOBILE DEFAULTS */
.pd-media-grid-wrapper {
  display: none;
}
/* CARD WRAPPER */
.card-wrapper .rating-star {
  --letter-spacing: 0.1 !important;
}

.card__information {
  padding-top: 0 !important;
}

.template-collection .custom-pg--badge,
.coll-description__toggle,
.coll-description__inner p, p.MsoNormal,
.custom-plp-collection-list-a,
.list-menu--inline .nav-item a,
.list-menu--inline .nav-items a,
.submenu-inner h5{
  font-family: "aptos" !important;
}

/* DESKTOP (≥750px) */
@media (min-width: 750px) {
  .pd-media-carousel-mobile {
    display: none;
  }

  .pd-media-grid-wrapper {
    display: block;
  }

  .pd-media-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    width: 100%;
    padding-right: 0px;
  }

  .pd-media-grid__item {
    width: 100%;
    aspect-ratio: 1 / 1;
    cursor: zoom-in;
  }

  .pd-media-grid__item img {
    width: 100% !important;
    height: auto;
    object-fit: contain;
    display: block;
    aspect-ratio: 1 / 1;
  }

  .pd-media-grid__item.is-hidden {
    display: none;
  }

  .pd-media-grid__load-more {
    grid-column: span 2;
    margin: 30px auto 0;
    padding: 12px 24px;
    text-align: center;
    background-color: #1e1e1e;
    color: #fff;
    border: none;
    font-size: 14px;
    letter-spacing: 0.5px;
    cursor: pointer;
    text-transform: uppercase;
    display: none; /* revealed via JS when needed */
    font-family: var(--space-grotesk);
    width: 200px;
  }

  body.template-product
    .swiper-wrapper.pd-main-product__design-swatches__items
    .swiper-slide,
  body.template-product
    .swiper-wrapper.pd-main-product__design-swatches__items
    .swiper-slide.swiper-slide-active,
  body.template-product
    .swiper-wrapper.pd-main-product__design-swatches__items
    .swiper-slide.swiper-slide-next {
    width: 38px !important;
  }

  .okeReviews[data-oke-container] .oke-is-large .oke-w-review-side,
  .okeReviews[data-oke-container] .oke-is-medium .oke-w-review-side,
  div.okeReviews .oke-is-large .oke-w-review-side,
  div.okeReviews .oke-is-medium .oke-w-review-side {
    flex-basis: 478px !important;
  }

  .pd-okendo-review-pdp
    .oke-w-reviews-list-item
    .oke-w-review-side
    .oke-w-review-side-expandContent
    .oke-w-selectAttr-item-value {
    font-size: 14px !important;
    line-height: 24px !important;
  }

  .pd-okendo-review-pdp
    .oke-w-reviews-list-item
    .oke-w-review-main
    .oke-reviewContent-body
    p {
    color: #1e1e1e !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    letter-spacing: 0.2px;
  }

  div.okeReviews[data-oke-container]
    .oke-reviewContent
    .oke-reviewContent-title {
    font-size: 20px !important;
    line-height: 1 !important;
  }

  .okeReviews[data-oke-container] .oke-w-navBar-item[aria-selected="true"],
  div.okeReviews .oke-w-navBar-item[aria-selected="true"] {
    color: #000 !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
    font-family: var(--space-grotesk) !important;
  }

  div.okeReviews[data-oke-container] .oke-w-navBar-item {
    color: #000 !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal !important;
    letter-spacing: 0.3px !important;
    font-family: var(--space-grotesk) !important;
    text-transform: uppercase !important;
  }

  .pd-okendo-review-pdp
    .oke-w-header-content-block
    .oke-w-ratingAverageModule-count,
  .pd-okendo-review-pdp
    .oke-w-header-content-block
    .oke-w-recommendsModule-text {
    font-size: 14px !important;
    padding-top: 20px !important;
    text-transform: Capitalize !important;
    color: #6a6a6a !important;
  }

  h2.product-recommendations__heading.h2 {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    text-align: center;
    font-family: var(--space-grotesk) !important;
  }

  .final--sale p {
    padding: 0 !important;
    margin-bottom: 0 !important;
  }

  .pd-okendo-review-pdp .oke-button-text,
  .pd-okendo-review-pdp .oke-state-empty-text {
    padding-bottom: 10px !important;
  }

  .okeReviews[data-oke-container] .oke-state,
  div.okeReviews .oke-state {
    padding: 16px 0 30px;
  }

  .card-information > .rating {
    margin-top: 12px;
  }

  .pd-okendo-review-pdp
    .okeReviews[data-oke-container]
    .oke-w-reviews-footer
    .oke-showMore
    .oke-button {
    border: none !important;
    width: 109px !important;
  }

  span.oke-showMore-button-text.oke-button-text {
    color: #6a6a6a;
  }

  .list-menu--inline .nav-item a,
  .list-menu--inline .nav-items a {
    /* styles for ALL top-level and dropdown nav links */
    color: #505050;
    font-family: "aptos";
    font-size: 16px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
  }
.custom-search-input
  .pd-header__inline-menu .list-menu {
    gap: 22px !important;
  }
}

/*** MOBILE (≤749px) ***/
@media (max-width: 749.98px) {
  /* Title */
  .pd-main-product h1.pd-main-product__title {
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    text-align: center;
    margin-top: 25px;
    color: #000 !important;
    padding-bottom: 25px;
  }

  .final--sale {
    text-align: center;
    font-size: 14px;
  } 

  .template-product .price-item__sale-badge {
    font-size: 16px !important;
  } 

  .product-detail-sizes .size-title-wrapper {
    padding-top: 20px !important;
  } 

  .pd-main-product__shipping-message .shiping-text a {
    font-size: 13px;
    gap: 6px;
  }  

  .pd-main-product__design-swatches {
    padding-bottom: 30px !important;
  } 

  .pd-main-product__options-list {
    gap: 6px;
    padding-top: 15px;
  } 

  .pd-main-product .price__sale .price-item__sale-badge {
    font-size: 16px !important;
}

  .jci-bundle-linker-collection {
    padding-top: 20px;
    margin-bottom: 0;
  }

  /* Reverse media/order */
  .pd-main-product__media {
    display: flex;
    flex-direction: column-reverse;
  }

  /* Variant circles */
  .product-form__input
    .pd-main-product__options-list
    .cstm-var-size-cls
    input[type="radio"] {
    width: 45px;
    height: 45px;
  }
  .pd-main-product
    .product-form__input
    .cstm-var-size-cls
    input[type="radio"]
    + label {
    font-size: 12px !important;
    margin-top: -33px !important;
    margin-left: 2px !important;
  }

  /* Shipping & returns row */
  .shipping-message.pd-main-product__shipping-message {
    flex-direction: row;
    justify-content: space-between;
  }

  /* Complementary heading */
  p.pd-complementary-products__heading {
    font-size: 20px !important;
    font-family: var(--space-grotesk) !important;
    text-transform: uppercase !important;
    color: #000 !important;
    text-align: center;
  }

  /* Sizes padding */
  .product-detail-sizes .option-list {
    padding-bottom: 15px;
  }
  .pd-main-product__size-label {
    padding-bottom: 20px;
  }

  /* Star ratings block */
  .pd-main-product div[data-oke-star-rating] {
    text-align: center;
    border-top: 1px solid #d1d1d1;
  }
  .pd-main-product div[data-oke-star-rating] .oke-sr-count {
    padding: 0 6px 3px !important;
  }

  /* Short description under media */
  .product-detail-mob-cls p {
    color: #6a6a6a !important;
    font-family: var(--space-grotesk) !important;
    text-align: center;
  }

  .price__sale {
    display: flex !important;
    align-items: center;
  }

  .price__sale .price-item__sale-badge {
    order: -1;
  }

  .pd-main-product .price__sale .price-item__sale-badge {
    margin-right: 10px;
  } 

  /* Price styling */
  div[id^="price-template"] span.money {
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: normal !important;
    text-align: center !important;
    font-family: var(--space-grotesk) !important;
  }

  .pd-main-product div[data-oke-star-rating] .oke-sr-rating {
    font-size: 14px !important;
  } 

  .pd-main-product div[data-oke-star-rating] .oke-sr-count-number, .pd-main-product div[data-oke-star-rating] .oke-sr-count:before, .pd-main-product div[data-oke-star-rating] .oke-sr-count:after {
    font-size: 14px !important;
  }

  .pd-main-product div[data-oke-star-rating] .oke-sr-count {
    font-size: 19px !important;
  } 

  /* UVP icons & text */
  .pd-main-product__uvp img {
    width: 22px !important;
  }
  .pd-main-product__uvp p {
    font-size: 14px;
  }

  /* UVP “see more” layout */
  .pd-main-product__uvps:not(:has(.uvp-cstm-cls.hidden)) .uvp-cstm-cls {
    gap: 13px !important;
  }

  /* Main carousel tweaks */
  .pd-main-product-media-carousel__main-swiper .swiper-slide__inner,
  .pd-main-product-media-carousel__main-swiper .swiper-slide img {
    padding: 0 !important;
    width: 100% !important;
  }
  .pd-main-product-media-carousel__main-swiper .swiper {
    padding-bottom: 0 !important;
  }
  .pd-main-product-media-carousel__main-swiper .swiper-pagination {
    bottom: 10px !important;
    justify-content: start !important;
    padding-left: 40px !important;
  }

  /* Uppercase text */
  p.product__text.pd-main-product__text.uppercase {
    text-align: center;
    padding: 10px 0 20px !important;
  }

  /* Final description paragraph */
  .product__info-container.pd-main-product__info > p:last-of-type {
    color: #6a6a6a;
    font-family: var(--space-grotesk) !important;
    font-size: 14px !important;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    padding-top: 20px;
  }

  /* Quick-view card tweaks */
  .pd-product-card__title {
    font-size: 14px !important;
  }
  .pd-product-card .pd-product-card__info .price * {
    font-size: 12px !important;
  }

  /* Hide extra padding if title block is present */
  .pd-main-product__inner:has(.product__title.hide-cls, .product__title)
    .pd-main-product__design-swatches {
    padding-top: 0 !important;
  }

  /* Okendo tab styling (both selected & unselected) */
  .okeReviews[data-oke-container] .oke-w-navBar-item,
  .okeReviews .oke-w-navBar-item {
    color: #000 !important;
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
    letter-spacing: 0.3px !important;
    font-family: var(--space-grotesk) !important;
    text-transform: uppercase !important;
  }

  /* Okendo review counts/text */
  .pd-okendo-review-pdp
    .oke-w-header-content-block
    .oke-w-ratingAverageModule-count,
  .pd-okendo-review-pdp
    .oke-w-header-content-block
    .oke-w-recommendsModule-text {
    font-size: 12px !important;
    padding-top: 20px !important;
    text-transform: capitalize !important;
    color: #6a6a6a !important;
  }

  .okeReviews[data-oke-container] .oke-w-review-main,
  div.okeReviews .oke-w-review-main {
    padding: 16px;
    width: 100%;
  }

  .pd-okendo-review-pdp
    .oke-w-reviews-list-item
    .oke-w-review-main
    .oke-reviewContent-date
    span {
    font-size: 12px;
  }

  div.okeReviews[data-oke-container]
    .oke-reviewContent
    .oke-reviewContent-title {
    font-size: 18px !important;
  }

  .pd-okendo-review-pdp
    .oke-w-reviews-list-item
    .oke-w-review-main
    .oke-reviewContent-body
    p {
    color: #1e1e1e !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    letter-spacing: 0.2px;
    font-family: var(--space-grotesk) !important;
  }

  .product-recommendations__heading {
    display: flex;
    justify-content: center;
    text-transform: capitalize;
    font-size: 25px;
    margin-bottom: 0 !important;
    padding-top: 50px;
  }
}

.media--transparent {
  background-color: #ffffff !important;
}

.jci-wishlist-trigger {
  width: fit-content;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  z-index: 2;
}

.nav-items.drop-menu .sub-menu-top li {
  padding-bottom: 5px;
}

header.header > .pd-header__icons .custom-search-input {
  padding-left: 50px;
}

.pd-complementary-products .pd-product-card,
.pd-product-card__inner {
  width: 100%;
}
 

@media screen and (min-width: 990px) {
  .pd-complementary-products__heading {
    padding-left: 5px;
  }

  .template-collection .custom-pg-title {
    margin-bottom: 5px;
  }

  .jci-title-price-wrapper {
    flex-wrap: unset;
  }

  .pd-header {
    display: flex;
    flex-direction: column;
  }

  .jci-wishlist-trigger {
    right: 1rem;
    top: 1rem;
  }

  .jci-wishlist-trigger:hover svg path {
    fill: black;
  }

  .pd-header__link-group,
  .pd-header__icons {
    width: 100% !important;
  }

  .pd-header__link-group {
    height: 50px;
    padding-left: 25px;
  }

  .pd-header__icons {
    display: flex;
    align-items: center;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    flex: 1;
    gap: 0 !important;
  }

  .pd-header__icons > .custom-search-form-wrapper {
    width: 100%;
  }

  .pd-header__icons > .header__icon:first-of-type {
    margin-left: auto;
  }

  .pd-header__icons > .header__icon {
    flex: 0 0 auto;
    padding-inline: 20px;
    border-left: 1px solid #d1d1d1;
    display: block !important;
  }

  .custom-search-input {
    background: transparent;
    color: #6a6a6a;
    font-family: Space Grotesk;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 8px 10px 8px 1.7%;
    width: 100%;
  }

  .custom-search-btn {
    left: 25px;
    width: fit-content;
    justify-content: flex-start;
    z-index: 1;
  }

  .custom-search-input {
    z-index: 2;
    position: relative;
  }

  .header--has-menu:not(.header--middle-left) {
    padding: 0 !important;
    max-width: 100%;
  }

  .icon--search-v2,
  .header__icon .icon {
    width: 15px;
    height: 15px;
  }

  .shopify-section-header-sticky .pd-header__icons {
    border-bottom: none;
  }

  .shopify-section-header-sticky {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  }

  .pd-footer__top {
    max-width: 100%;
  }

  .pd-footer__middle {
    max-width: 100%;
  }

  .pd-footer__inner {
    border-top: 1px solid #d1d1d1;
  }

  .pd-main-product__inner {
    padding: 0 20px 0 0;
  }

  .pd-header .cart-count-bubble {
    right: 20%;
    top: 1px;
  }
}

@media screen and (max-width: 1267px) {
  .pd-header__icons > .header__icon {
    padding-inline: 15px;
  }
}

@media screen and (max-width: 425px) {
  .pd-announcement-bar-v2__announcements .pd-announcement-item span {
    font-size: 10px !important;
  }
}

.pd-announcement-bar-v2__inner {
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}

.pd-announcement-bar-v2__announcements .pd-announcement-item span {
  color: #fff;
  text-align: center;
  font-family: var(--space-grotesk) !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

/* targets both prev & next announcement buttons */
.slider-button--announcement svg {
  width: 4px;
  height: 7px;
}

.submenu-inner {
  margin: unset !important;
  top: 57% !important;
}

/*--------------------------------------------------------
** JCI WISHLIST
--------------------------------------------------------*/

/* Wishlist Popup Overlay */
#jci-wishlist-popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 10000;
  overflow-y: auto;
}

/* Popup Content */
.jci-wishlist-content {
  max-width: 800px;
  margin: 4em auto;
  padding: 1.5em;
  background: #fff;
  border-radius: 8px;
  position: relative;
}

/* Close Button */
#jci-wishlist-close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  height: 100%;
}

/* Title */
.jci-wishlist-title {
  margin: 0 0 1em;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #1e1e1e;
  text-align: center;
  margin: 0;
}

/* Loading Spinner */
.jci-wishlist-loading {
  text-align: center;
  padding: 2em 0;
}

/* Grid Layout */
.jci-wishlist-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px,1fr));
  gap: 1.5em;
  padding: 0.5em 0;
}

/* Card Styles */
.jci-wishlist-item {
  background: #fdfdfd;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  padding: 20px;
}
.jci-wishlist-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

/* Link & Image */
.jci-wishlist-item a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
.jci-wishlist-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* Title & Price */
.jci-wishlist-item p {
  margin: 0.5em 0 0;
  font-family: "Space Grotesk", sans-serif;
}
.jci-wishlist-item strike {
  color: #b2b2b2;
  margin-right: 0.3em;
}
.jci-wishlist-item span {
  font-size: 0.9rem;
}

/* ensure card is positioned for absolute child */
.jci-wishlist-item {
  position: relative;
}

/* remove-button circle */
.jci-wishlist-remove {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 50%;
  background: #f3f3f3;
  color: #333;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease;
}

/* rotate on hover */
.jci-wishlist-remove:hover {
  transform: rotate(360deg);
}

.jci-wishlist-header {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*--------------------------------------------------------
** JCI BUNDLE LINKER ON PRODUCT PAGE TEMPLATE
--------------------------------------------------------*/
.jci-bundle-linker-product {
  text-align: center;
  margin: 1.5em 0;
}

.jci-bundle-linker-product__link {
  display: inline-block;
  padding: 0.6em 1.2em;
  background-color: rgb(142, 153, 228, 0.7);
  color: #fff;
  border-radius: 4px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.25s ease, transform 0.25s ease;
  width: 100%;
}

.jci-bundle-linker-product__link:hover {
  background-color: rgb(142, 153, 228, 1);
  /* transform: translateY(-2px); */
}




/*--------------------------------------------------------
** JCI HOMEPAGE EDITS
--------------------------------------------------------*/
@media (min-width: 990px) {
  #shopify-section-template--17874687000646__pd_image_with_text_Vyjnrx .pd-image-with-text__content,
  #shopify-section-template--17874687000646__pd_image_with_text_pzfQJP .pd-image-with-text__content {
      padding-left: 0;
  }
  #shopify-section-template--17874687000646__pd_image_with_text_Vyjnrx > section,
  #shopify-section-template--17874687000646__pd_image_with_text_pzfQJP > section {
    padding-right: 0;
  }
  #shopify-section-template--17874687000646__pd_image_with_text_cynRC3 .pd-image-with-text__content,
  #shopify-section-template--17874687000646__pd_image_with_text_dRFYAT .pd-image-with-text__content  {
    padding-right: 0;
    position: relative;
    text-align: right;
    align-items: flex-end;
  }
  .jci-view-switcher-wrapper {
    display: none !important;
  }
}

@media (min-width: 1440px) {
  #shopify-section-template--17874687000646__pd_image_with_text_cynRC3 .pd-image-with-text__content,
  #shopify-section-template--17874687000646__pd_image_with_text_dRFYAT .pd-image-with-text__content {
    right: -40px;
  }
}

.pd-hero-banner__media deferred-media, .pd-hero-banner__media img, .pd-hero-banner__media video {
    max-height: unset !important;
    min-height: unset !important;
}

.pd-hero-banner__media--desktop:has(deferred-media),
.pd-hero-banner__media--desktop:has(img) {
  display: none;
}

@media (min-width: 769px) {
  .pd-hero-banner__media--desktop:has(deferred-media),
  .pd-hero-banner__media--desktop:has(img) {
    display: block;
  }
  .pd-hero-banner__media--mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  /* hide desktop by default */
  .pd-hero-banner__media--desktop {
    display: none;
  }

  /* if the desktop block is immediately followed by a mobile block
     that does NOT contain img or deferred-media */
  .pd-hero-banner__media--desktop:has(+ .pd-hero-banner__media--mobile:not(:has(img, deferred-media))) {
    display: block;
  }
}




/*--------------------------------------------------------
** JCI COLLECTION PAGE EDITS
--------------------------------------------------------*/
.jci-view-label {
    color: #000;
    font-family: "Space Mono";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.custom-pg-quick-view-btn {
  border: 1px solid #000;
}
.jci-sticky-component {
    justify-content: space-between;
    align-items: center;
}

.jci-view-switcher-wrapper {
  display: flex;
  align-items: center;
}

.jci-view-label {
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-right: 4px;
}

.jci-view-btn {
  appearance: none;
  border: 0;
  background: none;
  padding: 2px;
  line-height: 0;
  cursor: pointer;
  color: #cfcfcf;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.jci-view-btn.is-2x2 {
  margin-right: 7px;
}

.jci-view-btn svg rect {
  fill: #D9D9D9; /* default inactive color */
  transition: fill 0.2s ease;
}

.jci-view-btn.active svg rect {
  fill: #505050; /* active color */
}

.jci-view-btn:focus-visible {
  outline: 2px solid #505050;
  outline-offset: 2px;
}


.custom-count-text #ProductCountDesktop {
  display: none;
}

@media (min-width: 989.98px) {
  .header__icons > .header__icon--wishlist{
    order: 2;
  }
  .header__icons > .header__icon--account{
    order: 1;
  }
  .header__icons > .header__icon--cart{
    order: 3;
  }
}

@media (max-width: 989.98px) {
  .template-collection .product-count__text {
    padding: 0 12px;
  }
  .header__icon--wishlist svg {
    width: 20px;
    height: 20px;
  }
  .pd-header__icon.header__icon--account {
    display: initial !important;
  }
  .pd-header__icon.header__icon--account svg {
    position: relative;
    top: 2px;
  }
  .custom-plp-collection-list-wrapper {
    display: none;
  }
}

@media (max-width: 500px) {
  .template-collection .jci-title-price-wrapper {
    flex-direction: column;
  }
  .template-collection .grid--2-col-tablet-down .jci-bundle-linker-collection,
  .template-collection .grid--2-col-tablet-down .custom-pg-title {
    font-size: 11px;
    line-height: 13px;
    min-height: unset;
    margin-bottom: 8px;
  }
  .template-collection .jci-bundle-linker-collection {
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .template-collection #product-grid {
    column-gap: 3px;
  }
  .template-collection .grid--2-col-tablet-down .grid__item {
      min-width: calc(50% - 1.5px) !important;
  }
}


/*--------------------------------------------------------
** CYCOLOGY MOBILE HEADER
--------------------------------------------------------*/
.jci-mobile-search .custom-search-close {
  display: none;
}

.jci-mobile-search {
  border-bottom: 1px solid #D1D1D1;
}

.jci-mobile-search .custom-search-btn {
  right: unset;
  left: 5px;
}

.jci-mobile-search .custom-search-input::placeholder {
  color: #d1d1d1;
  font-family: "Space Grotesk";
}

.jci-mobile-search .custom-search-input {
  padding-left: 45px;
  background: #fff;
}

.pd-header-mobile {
  width: 100%;
}

.pd-header-mobile .header__heading-logo {
    margin: 0 !important;
    width: 81px;
}

.pd-header-mobile .pd-header-mobile__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pd-header-mobile .pd-header-mobile__icons {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.pd-header-mobile #cart-icon-bubble--mobile {
  position: relative;
}

.pd-header-mobile .header__icon {
  color: #000000;
  margin-left: 15px;
}

.pd-header-mobile .pd-header-mobile__logo {
  display: flex;
  padding: 8px 20px;
  border-right: 1px solid #D1D1D1;
  width: fit-content !important;
}

.pd-header-mobile .pd-header-drawer {
  margin-right: 0;
}

@media (max-width: 989.98px) {
  header.pd-header > *:not(.pd-header-mobile) {
    display: none;
  }
  header.pd-header {
    padding: 0;
  }
  .pd-header-mobile .pd-header-mobile__row {
    border-bottom: 1px solid #D1D1D1;
  }
}

@media (min-width: 990px) {
  .pd-header-mobile {
    display: none;
  }
  .header__icon--account svg {
    position: relative;
    top: -2px;
    width: 16px !important;
    height: 15px !important;
  }
}

/*--------------------------------------------------------
** CYCOLOGY COLLECTION PRODUCT CARD SWIPER
--------------------------------------------------------*/
.jci-card-swiper { display: none; }

@media (max-width: 989.98px) {
  /* hide desktop image swap on mobile */
  .custom-pg-img-wrapper,
  .custom-pg-img2-wrapper { display: none !important; }

  /* host (web component) */
  swiper-container.jci-card-swiper {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
    isolation: isolate;                 /* keep blend effects contained */
    background: #F6F6F6;                /* final background (not the grey box) */

    /* pagination colors */
    --swiper-pagination-color: #868FDE;
    --swiper-pagination-bullet-inactive-color: #D9D9D9;
  }

  /* slides + images */
  swiper-container.jci-card-swiper swiper-slide {
    aspect-ratio: 1 / 1;
    display: flex; align-items: center; justify-content: center;
    background: #F6F6F6;                /* base behind white JPGs */
  }
  swiper-container.jci-card-swiper swiper-slide img {
    width: 100%; height: 100%; object-fit: contain;
    mix-blend-mode: multiply;           /* turn white into the backdrop */
    background: transparent !important;
    transition: opacity .2s ease;       /* fade-in when ready */
    will-change: opacity;
  }

  /* ✅ Show the shimmer by default until READY */
  swiper-container.jci-card-swiper:not([data-state="ready"]) img { opacity: 0; }
  swiper-container.jci-card-swiper:not([data-state="ready"])::after {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(90deg,
      rgba(0,0,0,0.04) 25%,
      rgba(0,0,0,0.10) 37%,
      rgba(0,0,0,0.04) 63%);
    transform: translateX(-100%);
    animation: jci-skel 1.2s infinite;
    pointer-events: none;
  }

  /* ✅ (Fix the selector typo you had) */
  swiper-container.jci-card-swiper[data-state="ready"] { background: #F6F6F6; }

  /* Pagination inside Shadow DOM */
  swiper-container.jci-card-swiper::part(pagination) {
    text-align: left; left: 5px; right: auto; bottom: 5px; width: auto;
  }
  swiper-container.jci-card-swiper::part(bullet) { opacity: 1; }

  /* If you want the container/wrapper inside shadow to match bg too: */
  swiper-container.jci-card-swiper::part(container),
  swiper-container.jci-card-swiper::part(wrapper) { background: #F6F6F6; }

  .template-collection .custom-pg:hover .custom-pg-img2-wrapper, .custom-pg:hover .custom-pg-overlay { pointer-events: none; }
}

@keyframes jci-skel { 100% { transform: translateX(100%); } }


/* Product Page - Sale Badge */
.template-product .price-item__sale-badge {
  align-items: center;
  background: #ce3d35;
  color: #fff;
  display: inline-flex;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  justify-content: center;
  line-height: normal;
  padding: 4px 8px;
  text-transform: uppercase;
  width: fit-content;
}

.template-product .price--on-sale {
    display: flex;
    flex-direction: column;
}

.template-product .pd-main-product__design-swatches {
    min-width: 100%;
}

@media (max-width: 749.98px) {
  .template-product .price--on-sale {\
    flex-direction: row;
    gap: 10px;
  }
  .template-product .pd-main-product .price-block {
    justify-content: center;
  }
  .jci-desktop-only {
    display: none !important;
  }
  .template-product .pd-main-product__design-swatches__items {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .template-product .pd-main-product__design-swatches__items>.swiper-slide{
    width: 40px !important;
  }
  .no-swiper .swiper-wrapper{
    flex-wrap: wrap;
  }
}

@media (min-width: 750px) {
  .jci-mobile-only {
    display: none !important;
  }
}


/* FILTERS */
.custom-apply-filter-btn:hover {
    background: #fff;
    color: #232323;
}

.custom-apply-filter-btn {
    display: block;
    padding: 15px 4px;
    font-family: Space Mono;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 10px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #232323;
    color: #fff;
    border: 1px solid #232323;
    transition: all .3s ease;
    margin-top: 40px;
}