/** Shopify CDN: Minification failed

Line 3882:9 Expected identifier but found whitespace
Line 3882:11 Unexpected "{"
Line 3882:20 Expected ":"
Line 3882:49 Expected ":"

**/
/* @font-face {
  font-family: 'Altone';
  src: url('Altone-Regular.ttf') format('truetype'),
    url('Altone-RegularOblique.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Altone';
  src: url('Altone-Bold.ttf') format('truetype'),
    url('Altone-BoldOblique.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
} */

header[part="header"] {
  display: none;
}

[x-cloak] {
  display: none !important;
}

.h1,
:where(.prose h1) {
  font-size: 28px;
}

.h2,
:where(.prose h2) {
  font-size: 24px;
}

.h3,
:where(.prose h3) {
  font-size: 20px;
}

.h4,
:where(.prose h4) {
  font-size: 20px;
}

.h5,
:where(.prose h5) {
  font-size: 18px;
}

.h6,
:where(.prose h6) {
  font-size: 18px;
}

.h7,
:where(.prose h7) {
  font-size: 18px;
  font-style: italic;
}

@media screen and (min-width: 700px) {
  .h1,
  :where(.prose h1) {
    font-size: 32px;
  }

  .h2,
  :where(.prose h2) {
    font-size: 28px;
  }

  .h3,
  :where(.prose h3) {
    font-size: 24px;
  }

  .h4,
  :where(.prose h4) {
    font-size: 24px;
  }

  .h5,
  :where(.prose h5) {
    font-size: 18px;
  }

  .h6,
  :where(.prose h6) {
    font-size: 18px;
  }

  .h7,
  :where(.prose h7) {
    font-size: 22px;
  }
}

.header-sidebar__back-button.h6,
.header-sidebar__linklist-button.h6 {
  font-size: 16px;
}

.accordion__toggle.h6,
.collection-toolbar__products-count.h6 {
  font-size: 14px;
  font-weight: 600;
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 1rem;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.popup-overlay .popup {
  width: 450px;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}

.popup-title {
  font-size: 26px;
}

.popup-overlay .popup p {
  flex: 0 1 100%;
  padding: 0 1rem;
  margin: 0;
  margin-top: 1rem;
  font-family: sans-serif;
}

.btn-wrapper {
  display: flex;
  gap: 5px;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
}

.close-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yes-btn {
  background-color: #5383ec;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  min-width: 65px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
}

.no-btn {
  background-color: #dddddd;
  color: #000;
  border-radius: 4px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  min-width: 65px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
}

.border-bottom {
  border-bottom: 1px solid rgba(28, 28, 28, 0.1);
}

.link-wrap {
  padding-left: 0;
  padding-right: 0;
}

.link-wrap a {
  padding-top: 24px;
  padding-bottom: 24px;
}

.top-bar {
  position: relative;
  overflow: hidden;
  background: #e3d4be;
  padding: 8.5px 0;
}

.tob-bar__info {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-bar__item {
  flex: 1;
}

.link-text {
  display: block;
}

.link-text a {
  color: #1c1c1c;

  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.15px;
  /* 165% */
  letter-spacing: 1.98px;
  text-transform: uppercase;
}

.top-bar__item:last-child {
  text-align: right;
}

.dektop-only {
  display: block;
}

.mobile-only {
  display: none;
}

.w-100 {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .dektop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .carosel-wrap {
    display: flex;
    align-items: center;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .link-text {
    display: none;
  }
}

.campaign-text {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.campaign-text p {
  color: #1c1c1c;

  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.15px;
  /* 165% */
  letter-spacing: 1.98px;
  text-transform: uppercase;
}

.campaign-text img {
  max-width: 16px;
}

.announce-list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  justify-content: space-between;
}

.list-item .item,
.flex-item {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.logo-list-section {
  background: #1c1c1c;
  position: relative;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-list-wrapper {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  gap: 50px;
  justify-content: center;
}

.logo-list-item .item > svg {
  width: 50px;
  height: 50px;
  background-color: #dddddd;
}

.logo-list-slider {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.logo-list-slider .logo-list-item {
  text-align: center;
  margin: 0 20px;
}

.logo-list-slider .logo-list-item img {
  margin: 0 auto;
}

.logo-text {
  color: #fff;

  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.15px;
  /* 151.25% */
  letter-spacing: 1.98px;
  text-transform: uppercase;
}



.logo-text.title {
  margin: 20px auto 0 auto;
  text-align: center;
  padding: 0 20px;
}

@media (min-width: 1000px) {
  .logo-text.title {
    display: none;
  }
}

.product-card .product-title {
  color: #1c1c1c;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20.4px;
  letter-spacing: 2.16px;
  text-transform: uppercase;
  white-space: normal;
  text-wrap: wrap;
}

.product-card .price-list .text-on-sale,
.product-card .price-list .text-subdued {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.4px;
  /* 170% */
  letter-spacing: 2.16px;
  text-transform: uppercase;
}

@media screen and (max-width: 699px) {
  .logo-list-section-story .logo-list-wrapper {
    gap: 40px;
    flex-wrap: wrap;
  }

  .logo-list-section-story .logo-list-item:first-child {
    width: 100%;
    text-align: center;
    display: none;
  }

  .image-text-story .image-with-text > .prose {
    margin-inline: auto;
    padding: 0;
  }
}

.collection-banner .content-over-media > picture img {
  max-height: 170px !important;
}

.shopify-section--collection-banner
  [allow-transparent-header]
  > .content-over-media
  > :not(img, video, iframe, svg, video-media, picture) {
  padding-block-start: 0 !important;
}

.shopify-section--collection-banner h1 {
  color: #fff;
  text-align: center;

  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 41.6px;
  letter-spacing: 5.76px;
  text-transform: uppercase;
}

.usp-section {
  background: #1c1c1c;
  position: relative;
  padding: 12px 0;
}

.usp-list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  gap: 14px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.usp-list-item {
  padding: 0 !important;
}

.usp-item {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.usp-item img {
  max-width: 16px;
}

.usp-item .usp-heading {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.15px;
  /* 129.643% */
  letter-spacing: 1.98px;
  text-transform: uppercase;
}

@media screen and (max-width: 699px) {
  .usp-list {
    justify-content: center;
    gap: 8px;
  }

  .usp-item .usp-heading {
    font-size: 11px;
  }

  .usp-section .container {
    margin: 0 12px;
  }

  .usp-list-item:nth-child(1) {
    order: 1;
  }

  .usp-list-item:nth-child(2) {
    order: 3;
  }

  .usp-list-item:nth-child(3) {
    order: 2;
  }

  .usp-list-item:nth-child(4) {
    order: 4;
  }
}

.space-top {
  margin-top: -1rem !important;
}

.product__badge {
  z-index: 1;
  position: absolute;
  flex-wrap: wrap;
  gap: 0.25rem;
  display: flex;
  margin: 10px;
}

.p__badge {
  border-radius: 10px;
  border: 1px solid rgba(28, 28, 28, 0.4);
  background: #e3d4be;
  display: inline-flex;
  padding: 0 8px;
  min-height: 24px;
  line-height: 24px;
  color: #1c1c1c;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
}

.badge-new {
  padding: 4px 12px;
  color: #fff;
  background: #000;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  border: 0;
}

.badge-custom {
  padding: 0 12px;
  color: #fff;
  background: #000;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  border: 0;
}

.badge-sold-out {
  background: #929292;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  border: 0;
}

.badge-pre-order {
  background: #000;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  border: 0;
}

.badge-1-chain {
  background: #000;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  border: 0;
}

.badge-coming-soon {
  background-color: #000;
  color: white;
}

.payment-method-list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  gap: 6.5px;
  justify-content: start;
  flex-wrap: wrap;
  margin: 8px 0 0;
}

.payment-method-list li {
  padding: 0;
}

.free-shipping {
  display: flex;
  align-items: center;
  margin-bottom: 20px !important;
  max-width: 44rem;
  background-color: #f8f8f8;
  padding: 16px 24px;
}

.free-shipping p {
  margin: 0;
  margin-right: 15px;
}

.free-shipping h2 {
  margin-bottom: 12px;
  margin-top: 0;
  color: #1c1c1c;

  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 1px;
}

.free-shipping h4 {
  margin-bottom: 0;
  color: #1c1c1c;

  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 1px;
}

.product-gallery__carousel-with-arrows .tap-area {
  position: relative;
  color: #fff;
  background-color: #1c1c1c;
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.product-gallery__carousel-with-arrows .tap-area svg {
  width: 10px;
  height: 10px;
  opacity: 1;
}

.product-gallery__carousel-with-arrows {
  position: relative;
}

.product-gallery__carousel-with-arrows .tap-area {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

.product-gallery__carousel-with-arrows .tap-area.prev-button {
  left: 16px;
}

.product-gallery__carousel-with-arrows .tap-area.next-button {
  right: 16px;
}

@media screen and (max-width: 699px) {
  .product-gallery__carousel-with-arrows .tap-area {
    top: 42%;
    transform: translateY(-42%);
  }
}

.save-badge__wrap {
  display: inline-block;
  margin-bottom: 36px;
}

.save-badge__wrap .badge-save {
  border-radius: 32px;
  border: 1px solid #1c1c1c;
  background: #e6d3bb;
  display: flex;
  line-height: 32px;
  padding: 0px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #1c1c1c;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 23.1px;
}

@media screen and (max-width: 699px) {
  .save-badge__wrap {
    margin-bottom: 24px;
  }

  .product {
    gap: 16px;
  }

  .product-gallery {
    gap: 16px;
  }
}

.total-wrapper {
  width: 100%;
}

.save-text-wrap,
.total-text-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.save-text {
  color: #1c1c1c;

  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 15.6px */
}

.save-amonut {
  color: rgba(28, 28, 28, 0.65);
  text-align: center;

  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 14.4px */
  letter-spacing: 2.885px;
  text-transform: uppercase;
}

.total-text {
  color: #1c1c1c;

  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 24px */
}

.total-amonut {
  color: #1c1c1c;
  text-align: center;
  font-family: " Univers Next";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: 2.885px;
  text-transform: uppercase;
}

.shipping-html {
  text-align: center;
  width: 100%;
  margin: 32px 0 8px 0 !important;
}

.shipping-html p {
  color: rgba(28, 28, 28, 0.65);
  text-align: center;

  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 14.4px */
}

.gap-0 {
  gap: 0 !important;
}

.payment-method-list__cart {
  margin: 16px 0 8px !important;
  justify-content: center;
}

.wrranty-text {
  text-align: center;
  width: 100%;
}

.wrranty-text p {
  color: rgba(28, 28, 28, 0.65);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 14.4px */
}

.footer__block--links P.h6 {
  font-size: 12px;
  font-style: normal;
  line-height: 20.4px;
  /* 170% */
  letter-spacing: 2.16px;
  text-transform: uppercase;
}

.footer__block .h6 {
  font-weight: 600;
}

.image-with-story-text {
  background-color: #000;
}

.image-with-story-text .image-with-text img {
  width: 100%;
}

.image-with-story-text .prose h2 {
  color: #fff;

  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 44.8px */
  letter-spacing: 6px;
  text-transform: uppercase;
}

.image-with-story-text .prose p {
  color: #fff;
  color: #fff;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.image-with-story-text .prose:last-child {
  margin-top: 32px !important;
}

@media screen and (min-width: 700px) {
  .image-with-story-text .image-with-text--reverse > .prose {
    max-width: 380px;
    padding: 2.5rem 2.5rem 2.5rem 2.5rem;
    margin: 0;
  }
}

@media screen and (max-width: 699px) {
  .image-with-story-text .image-with-text--reverse > .prose {
    padding: 40px 24px 80px 24px;
  }
}

.image-with-story-text-2 .prose h2 {
  color: #1c1c1c;

  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 39.2px;
  /* 140% */
  letter-spacing: 5.04px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.image-with-story-text-2 .prose p {
  color: #1c1c1c;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.1px;
}

.image-with-story-text-2 .prose:last-child {
  margin-top: 32px !important;
}

.image-with-story-text-2 .image-with-text img {
  width: 100%;
}

@media screen and (min-width: 700px) {
  .image-with-story-text-2 .image-with-text--reverse > .prose {
    padding-left: 0;
  }
}

@media screen and (min-width: 769px) {
  .image-with-story-text-2 .section-spacing:not(.section-spacing--padded) {
    margin-block-start: 120px;
    margin-block-end: 120px;
  }

  .image-with-story-text-2 .image-with-text {
    display: flex !important;
    overflow: hidden;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .image-with-story-text-2 .image-with-text > .prose {
    flex: 1;
    margin: 0;
  }

  .image-with-story-text-2 .prose:last-child {
    margin: 0 !important;
  }
}

@media screen and (min-width: 991px) {
  .image-with-story-text-2 .image-with-text > .prose {
    flex: 1;
    margin: 0;
  }
}

@media screen and (max-width: 699px) {
  .image-with-story-text-2 .prose:last-child {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .image-with-story-text-2 .image-with-text {
    padding: 0 24px;
  }

  .image-with-story-text-2 .prose:last-child {
    padding: 0;
  }

  .image-with-story-text-2 .prose:last-child {
    margin-top: 0 !important;
  }

  .image-with-story-text-2 .image-with-text--reverse > :is(picture, svg, img) {
    order: 9999;
  }

  .image-with-story-text-2 .image-with-text > :is(picture, svg, img) {
    order: 9999;
  }

  .image-with-story-text-2 .section-spacing:not(.section-spacing--padded) {
    margin-block-start: 80px;
    margin-block-end: 80px;
  }
}

.story-richtext {
  background-color: #000;
  padding: 40px 0 80px;
}

.story-richtext .section-spacing {
  padding: 0;
  margin: 0;
}

.story-richtext .prose {
  max-width: 488px;
  margin: 0 auto;
}

.story-richtext .prose .h1 {
  color: #fff;
  text-align: center;

  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 39.2px;
  /* 140% */
  letter-spacing: 5.04px;
  text-transform: uppercase;
  margin: 40px 0;
}

.story-richtext .prose p {
  color: #fff;
  text-align: center;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.1px;
}

.story-richtext .icon svg {
  margin: 0 auto;
}

.timer-text {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.timer-text p {
  color: #202223;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16.8px;
}

.timer {
  display: flex;
  align-items: center;
}

.timer span {
  display: inline-block;
  margin: 0 3px;
  position: relative;
}

.timer span > span {
  display: block;
  color: #6d7175;
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 11px;
  background: none;
}

.timer span {
  color: #202223;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}

.clone {
  color: #202223;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}

:has(.shopify-section:first-child [allow-transparent-header]):not(
    :has(.shopify-section--header + .shopify-section-group-header-group)
  )
  .header {
  margin-block-end: calc(-1 * var(--header-height, 81px)) !important;
  --header-show-transparent-logo: 0 !important;
  --text-color: #000 !important;
}

.shopify-section--header {
  position: relative;
  /* height: 81px !important; */
}

@media screen and (max-width: 699px) {
  .shopify-section--header {
    position: relative;
    /* height: 54px !important; */
  }

  .story-richtext .prose .h1 {
    margin: 24px 0;
  }
}

.image-with-text-custom .image-with-text > .prose h2 {
  color: #1c1c1c;

  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 39.2px;
  letter-spacing: 5.04px;
  text-transform: uppercase;
}

.image-with-text-custom .image-with-text > .prose p {
  color: #1c1c1c;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.1px;
}

.image-with-text-custom .image-with-text > .prose .button {
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.45px;
  letter-spacing: 2.34px;
  text-transform: uppercase;
}

.story-richtext .max-content {
  max-width: 415px;
  margin: 0 auto;
}

@media screen and (max-width: 699px) {
  .story-richtext .max-content {
    max-width: 300px;
    margin: 0 auto;
  }
}

.product-gallery__thumbnail {
  border: 2px solid #0000;
}

.product-gallery__thumbnail[aria-current="true"] {
  border-color: currentColor;
}

@media screen and (max-width: 999px) {
  .shopify-section--main-product .section-spacing {
    margin-block-start: 10px;
  }

  .shopify-section--main-product .section-spacing.set--product {
    margin-block-start: 0;
  }
}

@media screen and (min-width: 1000px) {
  .shopify-section--main-product .section-spacing {
    margin-block-start: 56px;
  }
}

@media (min-width: 700px) and (max-width: 1000px) {
  .shopify-section--main-product .section-spacing {
    margin-block-start: 18px;
  }
}

.collapsiable_action_btn {
  cursor: pointer;
}

.collapsiable_action_btn .arrow-icon svg {
  transition: 0.2s ease-in;
}

.collapsiable_action_btn.active .arrow-icon svg {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  transition: 0.2s ease-in;
}

.collapsiable_item:not(:first-child) .collapsiable_content {
  display: none;
}

.collapsiable_item:not(:first-child) {
  padding-top: 20px;
  border-top: 1px solid rgba(28, 28, 28, 0.1);
  margin-top: 8px;
}

.collapsiable_item legend {
  color: #1c1c1c;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.collapsiable_action_btn .h-stack span {
  color: #1c1c1c;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.collapsiable_item .block-swatch {
  border: 1px solid #ddd;
  color: rgba(28, 28, 28, 0.65);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.1px;
}

.collapsiable_item :checked + .block-swatch,
.collapsiable_item .block-swatch.is-selected {
  background: #000;
  color: #fff;
}

@media screen and (min-width: 700px) {
  .product-info__block-list
    .product-info__block-item[data-block-type="title"]
    + div[data-block-type="@app"] {
    display: block;
  }
}

@media screen and (max-width: 699px) {
  .product-info__block-list
    .product-info__block-item[data-block-type="title"]
    + div[data-block-type="@app"] {
    display: none;
  }

  .set--product
    .product-info__block-list
    .product-info__block-item[data-block-type="@app"] {
    display: none !important;
  }

  .set--product
    .product-info__block-list
    .product-info__block-item[data-block-type="title"]
    + div[data-block-type="@app"] {
    display: block !important;
  }

  .payment-method-list {
    justify-content: center;
  }
}

.arrow-icon-right {
  position: absolute;
  right: 0;
}

.product-info__block-item {
  position: relative;
}

@media screen and (max-width: 699px) {
  .product-main-section .container.container--lg {
    margin: 0 !important;
  }

  .product-main-section .product-gallery__thumbnail-list {
    padding: 0 20px;
  }

  .product-main-section .product-info {
    padding: 0 20px;
  }
}

.infinite-Pagination {
  display: block;
  text-align: center;
  max-width: 400px;
  margin: 0 auto 16px;
  width: 100%;
}

.load-more_wrap {
  display: block;
  text-align: center;
  max-width: 400px;
  margin: 0 auto 16px;
  width: 100%;
}

.show-counter-text {
  color: #1c1c1c;
  text-align: center;

  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 20.4px;
  letter-spacing: 2.16px;
  margin-top: 0;
}

.bar {
  position: relative;
  float: left;
  min-width: 1%;
  height: 100%;
  background: #000;
  border-radius: 32px;
}

.progress {
  margin: 8px auto 8px;
  padding: 0;
  width: 100%;
  height: 8px;
  background: rgba(146, 146, 146, 0.4);
  border-radius: 32px;
}

.counter-progress {
  position: relative;
  margin: 0 auto 16px;
  text-align: center;
}

.btn-load-more {
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 15.6px */
  letter-spacing: 2.34px;
  text-transform: uppercase;
  padding: 16px;
  height: 48px;
  width: 100%;
}

@media screen and (max-width: 699px) {
  .infinite-Pagination {
    margin-bottom: 40px;
  }

  .show-counter-text {
    font-size: 11px;
    line-height: 20.4px;
    /* 185.455% */
    letter-spacing: 2.16px;
  }

  .btn-load-more {
    font-size: 13px;
    line-height: 120%;
    letter-spacing: 2.34px;
  }
}

/* REVIEW HIGLIGHTED */

.image-review .prose > div p {
  font-size: 16px;
  font-weight: 400px;
  font-family: "Lato", sans-serif;
}

.image-review .h1 {
  letter-spacing: normal !important;
  font-weight: 600 !important;
  font-size: 32px !important;
}

.review-box {
  height: auto;
  max-width: 733px;
  padding: 1rem 1.5rem;
  background-color: #f8f8f8;
}

.reviews-wrapper {
  display: flex !important;
}

.image-holder-reviews {
  margin-right: 1.5rem;
}

.reviws-container {
  margin-top: 0 !important;
}

.stars-reviews img {
  margin: 0 !important;
}

.review-title {
  margin-top: 0 !important;
  font-weight: 600;
  font-size: 16px;
}

.review-text {
  font-size: 14px !important;
}

.review-text span {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0.5rem;
}

.image-holder-verified {
  margin-top: 0.5rem !important;
}

.image-holder-verified span {
  margin: 0 !important;
  font-size: 12px;
  font-weight: 400px;
  color: #909090;
}

.image-review {
  grid-template-columns: 70% 30% !important;
  margin-bottom: 5rem !important;
}

.image-review .prose {
  max-width: 760px;
  padding: 0 !important;
  margin-right: 7rem;
}

.image-review .bordered-section {
  border-style: none !important;
}

.image-review picture {
  margin: 1rem auto;
  display: flex;
  justify-content: center;
}

.image-review > picture > img {
  margin: 0 auto;
  border-radius: 12px;
  height: 533px;
  width: 399px;
}

.mobile-h1 {
  display: none !important;
}

.desktop-h1 {
  display: none !important;
}

.review-content p {
  font-family: "Lato", sans-serif !important;
  font-size: 16px !important;
}

@media (min-width: 990px) {
  .desktop-h1 {
    display: block !important;
  }
}

@media screen and (max-width: 991px) {
  .image-review .prose {
    margin-right: 3rem;
  }

  .image-review .h1 {
    font-size: 22px !important;
  }
}

@media screen and (max-width: 699px) {
  .image-review.container {
    margin: 0 !important;
  }

  .image-review .prose {
    margin-right: 0 !important;
    text-align: unset;
  }

  .review-content {
    padding: 0 1rem !important;
  }

  .image-review {
    display: block !important;
    padding-bottom: 3rem !important;
  }

  .image-review .h1 {
    display: none;
  }

  .image-review > picture {
    margin: 1rem;
    height: auto;
    width: auto;
  }

  .mobile-h1 {
    display: block !important;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 1rem;
  }

  .review-box {
    height: auto;
    width: auto;
  }

  .review-text span {
    font-size: 14px;
  }
}

button.js-load-more[disabled="true"] {
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}

.trending .scroll {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.trending .content {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 8px;
}

.trending .content a:first-child {
  margin-left: 10px;
}

.trending .content a:last-child {
  margin-right: 10px;
}

.trending a,
.trending span {
  border-radius: 1px;
  height: 27px;
  padding: 2px 10px;
  text-decoration: none;
  color: #1a1919;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
}

.breadcrumb__wrapper {
  position: relative;
}

.collection-banner .breadcrumb__wrapper {
  margin-top: 0 !important;
}

@media (max-width: 700px) {
  .collection-section .breadcrumb__wrapper,
  .product-main-section .breadcrumb__wrapper {
    margin: 5px 20px;
  }
}

@media (min-width: 700px) and (max-width: 1000px) {
  .collection-section .breadcrumb__wrapper,
  .product-main-section .breadcrumb__wrapper {
    margin: 5px 20px;
  }
}

@media (min-width: 1000px) {
  .collection-section .breadcrumb__wrapper,
  .product-main-section .breadcrumb__wrapper {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
  }
}

.breadcrumbs {
  list-style: none !important;
  display: flex !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow-x: scroll;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.breadcrumbs::-webkit-scrollbar {
  display: none;
}

.collection-banner .breadcrumbs {
  flex-wrap: wrap !important;
  justify-content: center !important;
}

.breadcrumb__item {
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
}

.breadcrumb__link {
  background: none !important;
  transition: none !important;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.collection-section .breadcrumb__link,
.product-main-section .breadcrumb__link {
  text-transform: none;
  font-size: 12px;
  text-decoration: none;
}

.breadcrumb__chevron {
  margin: 0 6px !important;
  margin-block-start: 0 !important;
}

.collection-section .breadcrumb__chevron,
.product-main-section .breadcrumb__chevron {
  width: 6px;
  height: 6px;
}

@media (max-width: 700px) {
  .collection-header .breadcrumb__wrapper:before,
  .collection-section .breadcrumb__wrapper:before,
  .product-main-section .breadcrumb__wrapper:before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 50px;
    background: linear-gradient(to right, transparent, white);
  }

  .collection-header .breadcrumb__item:last-child,
  .collection-section
    .breadcrumb__item:last-child
    .product-main-section
    .breadcrumb__item:last-child {
    padding-right: 50px !important;
  }
}

@media (min-width: 960px) {
  .collection-header {
    display: grid;
  }

  .collection-header__banner {
    order: -1;
  }
}

@media (min-width: 960px) {
  .collection-header {
    grid-template-columns: repeat(2, 1fr);
  }

  .collection-header__banner {
    order: 1;
  }
}

.collection-header__info {
  padding: 20px;
}

@media (min-width: 960px) {
  .collection-header__info {
    padding: 40px;
  }
}

.collection-header__info .breadcrumbs {
  margin-bottom: 20px !important;
}

.collection-header__banner img {
  object-fit: cover;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 200px;
}

@media (min-width: 960px) {
  .collection-header__banner img {
    max-height: 300px;
  }
}

.collection-copy .metafield-rich_text_field:nth-child(2) {
  display: none;
}

.collection-copy.is-expanded .metafield-rich_text_field:nth-child(2) {
  display: block;
}

.collection-copy__expand {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.collection-footer p,
.collection-footer h2 {
  text-align: left;
}

.collection-footer h2 {
  margin: 20px 0 10px 0;
}

.collection-footer a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.shopify-section--collection-banner .collection-title {
  color: rgb(var(--text-color));
  text-align: left;
}

/* CRAFTD ADJUST MARGIN */
.is-index .container {
  margin: 0 10px;
}

@media (min-width: 680px) {
  .is-index .container {
    margin: 0 20px;
  }
}

/* CRAFTD SECTION HEADER + FOOTER */
.c-section__header {
  margin-bottom: 10px;
}

.c-section__title {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.2;
}

.c-section__title span {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 500;
  text-transform: none;
  font-size: 18px;
  margin-bottom: 5px;
}

@media (min-width: 680px) {
  .c-section__header {
    margin-bottom: 20px;
  }

  .c-section__title span {
    font-size: 22px;
  }
}

.c-section__footer {
  display: flex;
  padding: 0 10px;
  margin-top: 20px;
}

@media (min-width: 680px) {
  .c-section__footer {
    padding: 0 20px;
  }
}

.c-section__footer .button {
  border-radius: 50px;
  background: white;
  color: black;
  transition: all 0.2s;
}

.c-section__footer .button:hover {
  background: black;
  color: white;
  height: 44px;
}

/* CRAFTD SLIDER */

.slider-container {
  position: relative;
}

.slider-wrapper {
  overflow: hidden;
}

.slider-controls {
  position: absolute;
  top: -38px;
  right: 10px;
  display: flex;
}

.slider-controls .slider-arrow {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
}

.slider-controls .slider-arrow[disabled] {
  opacity: 0.2;
}

.slide-item {
  display: inline-block;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

@media (min-width: 680px) {
  .has-slider .slider-controls {
    gap: 10px;
    top: -48px;
    right: 20px;
  }

  .has-slider.mobile-arrows .carousel-arrow {
    display: none !important;
  }
}

/* CRAFTD SLIDESHOW */
.slideshow__slide-content .prose p.h1 {
  max-width: unset !important;
}

.slideshow__slide-content .prose p {
  margin-top: 5px !important;
  max-width: 350px;
}

.slideshow__slide-content .button-group {
  margin-top: 15px !important;
}

.slideshow__slide-content .button {
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 12px 30px;
  height: 44px;
}

.slideshow__slide-content .button span {
  line-height: 1;
}

.slideshow__slide-content .button svg {
  margin: 0 !important;
  width: 16px;
  height: auto;
}

@media (min-width: 680px) {
  .slideshow__slide-content .button-group {
    margin-top: 30px !important;
  }
}

/* CRAFTD BLOG SECTION */
@media (max-width: 960px) {
  .c-articles__container {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 10px;
  }

  .c-article-tile__wrapper {
    min-width: 300px;
  }
}

.c-articles__container {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.c-articles__container::-webkit-scrollbar {
  display: none;
}

@media (min-width: 960px) {
  .c-articles__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 0 20px;
  }
}

.c-article-tile__wrapper {
  white-space: normal;
}

.c-article-tile__wrapper .blog-post-card__image {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.c-article-tile__image-wrapper {
  display: block;
  overflow: hidden;
}

.c-article-tile__image {
  aspect-ratio: 4 / 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.c-article-tile__image-wrapper:hover .c-article-tile__image {
  transform: scale(1.1);
}

.c-article-tile__text-container {
  padding-right: 40px;
}

.c-article-tile__title {
  margin: 30px 0;
  text-transform: uppercase;
}

.c-article-tile__excerpt {
  font-size: 16px;
}

@media (max-width: 960px) {
  .c-articles__container.slider-wrapper--partial {
    padding-right: 100px;
  }

  .c-article-tile__wrapper .c-article-tile__container {
    padding-left: 10px;
  }
}

/* CRAFTD COLLECTIONS */

.c-collections__container {
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  gap: 2px;
}

.c-collection-tile__container {
  aspect-ratio: 3 / 4;
  padding: 20px;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.c-collection-tile__image {
  background-color: #fafafa;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 8s;
}

.c-collection-tile__container:hover .c-collection-tile__image {
  transform: scale(1.2);
}

.c-collection-tile__text-container {
  position: relative;
  z-index: 1;
}

.c-collection-tile__title,
.c-collection-tile__subtitle {
  color: white;
  text-transform: uppercase;
}

.c-collection-tile__title {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.c-collection-tile__subtitle {
  font-size: 14px;
}

@media (max-width: 680px) {
  .c-collection-tile__subtitle {
    display: none;
  }

  .c-collection-tile__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}

@media (max-width: 960px) {
  .c-collection-tile__container {
    padding: 10px;
  }

  .c-collections__container {
    grid-template-columns: repeat(2, 1fr);
  }

  .c-collections__container--collapse {
    grid-template-columns: repeat(1, 1fr);
  }

  .c-collections__container--collapse .c-collection-tile__container {
    aspect-ratio: 16 / 9;
  }
}

/* CRAFTD COLLECTION */

.c-featured-collection__slider .slider-items:not(.tns-slider) {
  overflow-x: auto;
  white-space: nowrap;
}

.c-featured-collection__slider
  .slider-items:not(.tns-slider)::-webkit-scrollbar {
  display: none;
}

@media (max-width: 680px) {
  .c-featured-collection__slider {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}

.c-featured-collection__slider .slide-item {
  width: 100%;
  display: inline-block;
  padding-left: 5px;
}

.c-featured-collection__container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

@media (max-width: 680px) {
  .c-featured-collection__slider .slide-item {
    max-width: 310px;
  }
}

.c-featured-collection__slider .product-card {
  padding-left: 10px;
}

@media (min-width: 680px) {
  .c-featured-collection__slider.slider-wrapper--partial {
    padding-right: 200px;
    padding-left: 10px;
  }

  .c-featured-collection__slider .slider-items:not(.tns-slider) .slide-item {
    width: 25%;
  }
}

/* NAV */
.header__primary-nav-item .h6 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}

.header__primary-nav-item::before {
  display: none;
}

.header__primary-nav-item:hover > a,
.header__primary-nav-item:hover summary.h6 {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (min-width: 1150px) {
  .header__primary-nav {
    column-gap: 1.25rem;
  }
}

.mega-menu {
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
}

.mega-menu__linklist {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.mega-menu__linklist .h6 {
  font-weight: 700;
}

.mega-menu__linklist .link-faded {
  color: #000;
  font-size: 14px;
}

.mega-menu__linklist a.link-faded:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mega-menu__promo {
  gap: 2px;
  margin-right: -3rem;
}

.mega-menu__promo .overflow-hidden {
  position: relative;
}

.mega-menu__promo .overflow-hidden::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 80%,
    rgba(0, 0, 0, 1) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.mega-menu__promo .promo-wrapper {
  position: relative;
}

.mega-menu__promo .promo-text-content {
  gap: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 1rem;
}

.mega-menu__promo .promo-text-content .h6 {
  font-weight: 600;
  font-size: 18px;
}

.mega-menu__promo .promo-text-content .h6,
.mega-menu__promo .promo-text-content p {
  color: white;
}

@media (max-width: 999px) {
  .header {
    --header-grid: "primary-nav logo secondary-nav" / auto auto minmax(0, 1fr);
  }
}

@media (max-width: 700px) {
  .header__logo {
    position: fixed;
    left: calc(50% - 50px);
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .header__logo {
    position: fixed;
    left: calc(50% - 70px);
  }
}

.header-sidebar__linklist.divide-y .header-sidebar__linklist-button {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 16px 12px;
}

.header-sidebar__linklist.divide-y > :not([hidden]) ~ :not([hidden]) {
  border-top: 0;
}

.header-sidebar__back-button.is-divided {
  border-block-end-width: 1px;
  border-color: #f1eff0;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}

.header-sidebar__linklist.divide-y .header-sidebar__nested-linklist {
  border: 0 none;
  margin: 0 0 20px;
  padding: 0;
}

.header-sidebar__linklist .header-sidebar__nested-linklist .link-faded-reverse {
  font-size: 16px;
  padding: 10px;
  border-block-end-width: 1px;
  border-color: #f1eff0;
}

.header-sidebar__nested-linklist {
  gap: 0;
}

.header-sidebar__sub-panel {
  padding-top: 20px;
}

.header-sidebar__sub-panel .header-sidebar__linklist.divide-y > :not([hidden]) {
  border: 0 none;
}

.header-sidebar__linklist.divide-y .header-sidebar__linklist-button {
  border-bottom: 1px solid #f1eff0;
}

.header-sidebar__sub-panel
  .header-sidebar__linklist.divide-y
  .header-sidebar__linklist-button {
  padding: 12px;
  letter-spacing: 1px;
}

.header-sidebar__footer .link-wrap a {
  padding: 16px 12px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}

.header-sidebar__footer .localization-selectors {
  padding: 16px 12px;
  border: 0 none;
}

.header-sidebar__promo .promo-text-content {
  padding: 5px;
}

.header-sidebar__promo {
  margin-top: 2.5rem;
  gap: 5px;
}

.header-sidebar__promo .promo-wrapper {
  position: relative;
}

.header-sidebar__promo .promo-text-content {
  gap: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 1rem;
}

.header-sidebar__promo .overflow-hidden::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 80%,
    rgba(0, 0, 0, 1) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.header-sidebar__promo .promo-text-content .h6,
.header-sidebar__promo .promo-text-content p {
  color: white;
}

.header-sidebar__back-button {
  background: white;
  position: fixed;
  top: -54px;
  left: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.header-sidebar::part(logo) {
  display: flex;
  padding: 0 10px;
  max-width: 120px;
}

.header-sidebar::part(header) {
  border-bottom: 1px solid #f1eff0;
  height: 62px;
}

.header-sidebar__footer .localization-toggle span {
  font-size: 16px;
}

.header-sidebar__footer::before {
  display: none;
}

.header-sidebar__promo > * {
  min-width: 14rem;
}

.menu-overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(var(--page-overlay));
  z-index: 999;
  opacity: 0;
  transition: all 0.2s ease;
}

.menu-overlay.visible {
  visibility: visible;
  opacity: 1;
}

.pdp-overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(var(--page-overlay));
  z-index: 10000;
  opacity: 0;
  transition: all 0.2s ease;
}

.pdp-overlay.visible {
  visibility: visible;
  opacity: 1;
}

/* ACCORDION */

.collection-accordions__container {
  border: 1px solid #f5f4f0;
}

.collection-accordion:not(:last-child) {
  border-bottom: 1px solid #f5f4f0;
}

.collection-accordion__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  padding: 12px;
}

@media (min-width: 980px) {
  .collection-accordion__button {
    font-size: 14px;
    padding: 12px 18px;
  }
}

.collection-accordion__content {
  max-height: 0;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  padding: 0 12px;
}

@media (min-width: 980px) {
  .collection-accordion__content {
    font-size: 14px;
    padding: 0 18px;
  }
}

.collection-accordion__content > * {
  margin-bottom: 10px;
}

.collection-accordion__toggle {
  width: 15px;
  height: 1px;
  background: black;
  position: relative;
  transition: 0.25s all cubic-bezier(0.17, 0.67, 0.09, 0.97);
}

.collection-accordion__toggle::after {
  content: "";
  width: 15px;
  transition: 0.25s all cubic-bezier(0.17, 0.67, 0.09, 0.97);
  transition-delay: 0.1s;
  height: 1px;
  position: absolute;
  opacity: 0;
  background: black;
  opacity: 1;
  transform: rotate(90deg);
}

.collection-accordion__toggle.open::after {
  opacity: 0;
  transform: rotate(0deg);
}

/* FOOTER */

.social-media--list {
  justify-content: center;
}

@media (max-width: 1000px) {
  .footer {
    padding: 0;
  }

  .footer .container {
    margin: 0;
  }

  .footer__block {
    max-width: unset;
    padding: 10px 20px;
    border-bottom: 1px solid rgb(var(--border-color));
    width: 100%;
  }

  .footer__block > * {
    gap: 0;
    text-align: center;
  }

  .footer__block .h6 {
    cursor: pointer;
    padding: 10px 0;
    font-size: 12px;
    position: relative;
  }

  .footer__block .h6 svg {
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
    transition: none;
  }

  .footer__block.open .h6 svg {
    transform: rotate(180deg);
  }

  .footer__block-list {
    flex-direction: column;
    gap: 0;
  }

  .footer__block--text {
    flex-basis: unset;
  }

  .footer-accordion {
    max-height: 0;
    visibility: hidden;
    gap: 1rem;
    display: flex;
    flex-direction: column;
  }

  .footer__block.open .footer-accordion {
    max-height: unset;
    visibility: visible;
    margin-top: 0.5rem;
  }

  .footer__inner {
    gap: 1.5rem;
  }

  .footer__aside {
    padding: 0 10px 20px 10px;
  }

  .footer__aside .localization-selectors {
    font-size: 11px;
  }

  .footer__aside .payment-methods {
    gap: 5px;
  }

  .footer__aside .payment-methods svg {
    width: 24px;
  }
}

@media (min-width: 1000px) {
  .footer__aside > *:nth-child(2) {
    position: absolute;
    left: calc(50% - 100px);
    width: 200px;
  }

  .footer__block .h6 svg {
    display: none;
  }
}

.usp-banner__container {
  position: relative;
  width: 100%;
  height: 100%;
}

.usp-banner__desktop-image,
.usp-banner__mobile-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.usp-banner__desktop-image {
  display: none;
  min-height: 500px;
}

.usp-banner__mobile-image {
  display: block;
  min-height: 300px;
}

.usp-banner__text-container {
  padding: 40px;
  text-align: center;
}

.usp-banner__title {
  font-family: Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.usp-banner__subtitle {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.usp-banner__list {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}

.usp-banner__item {
  position: relative;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 28px;
  letter-spacing: 0.5px;
  margin: 10px 0;
  padding-left: 26px;
}

.usp-banner__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("tick-mark.svg") no-repeat center center;
  background-size: contain;
}

.usp-banner__divider {
  display: block;
  width: 60%;
  margin: 30px auto;
  height: 1px;
  border: 1px solid #eaeaea;
}

@media (min-width: 1000px) {
  .usp-banner__desktop-image {
    display: block;
  }

  .usp-banner__mobile-image {
    display: none;
  }

  .usp-banner__title {
    font-size: 32px;
    line-height: 52px;
  }

  .usp-banner__subtitle {
    font-size: 22px;
  }

  .usp-banner__item {
    font-size: 18px;
  }

  .usp-banner__divider {
    display: none;
  }

  .usp-banner__text-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-30%, -50%);
    text-align: left;
    color: #fff;
  }
}

slideshow-carousel .content-over-media {
  height: calc(
    100vh - var(--announcement-bar-height) - var(--header-height) -
      var(--logo-list-height) - var(--scroll-menu-height)
  );
}

@media (min-width: 1000px) {
  slideshow-carousel .content-over-media {
    height: calc(
      100vh - var(--announcement-bar-height) - var(--header-height) -
        var(--logo-list-height)
    );
  }
}
/* 
.product-card__figure,
.product-card__carousel {
  overflow: hidden;
  border-radius: 12px;
}

.product-card__carousel .slider-items {
  display: flex;
}

.product-card__carousel .slider-item {
  padding: 1px
}

.product-card__carousel .slider-items:not(.tns-slider) .slider-item:first-child {
  width: 100%;
}

.product-card__carousel .slider-items:not(.tns-slider) .slider-item:not(:first-child) {
  display: none;
}

.product-card__carousel .product-card__media {
  aspect-ratio: 1 / 1;
}

.product-card__carousel .product-card__media a {
  display: block;
}

.product-card__carousel .product-card__media .product-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card__slider-container {
  position: relative;
}

.product-card__slider-container .prev,
.product-card__slider-container .next {
  position: absolute;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: rgba(255, 255, 255, .8);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s;
  visibility: hidden;
  opacity: 0;
}

@media (min-width: 700px) {
  .product-card__slider-container:hover .prev,
  .product-card__slider-container:hover .next {
    opacity: 1;
    visibility: visible;
  }
}

.product-card__slider-container .prev {
  left: 15px;
}

.product-card__slider-container .next {
  right: 15px;
}

.product-card__carousel .tns-nav {
  position: absolute;
  bottom: 10px;
  left: 10px;
  --dot-size: .375rem;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  display: flex;
  background: rgba(255, 255, 255, .8);
  padding: 5px 8px;
  border-radius: 10px;
}

.product-card__carousel .tns-nav button {
  width: var(--dot-size);
  height: var(--dot-size);
  border-radius: var(--rounded-full);
  place-content: center;
  display: grid;
  transition: opacity .25s, background .25s;
  background: currentColor;
  opacity: .4;
}

.product-card__carousel .tns-nav button.tns-nav-active {
  width: 15px;
  opacity: 1;
}

.product-card {
  flex-direction: column;
  display: flex;
  height: 100%;
  gap: 10px;
}

.p__badge.badge-reviews {
  border: 0 none;
  background: rgba(255, 255, 255, .8);
}

.p__badge.badge-reviews .icon {
  margin-right: 3px;
}

.p__badge.badge-reviews .icon-star-rating path {
  fill: #FFCB42;
}

.product-card__info {
  padding: 0 10px;
  text-align: left;
  justify-content: normal;
  justify-items: normal;
  align-content: space-between;
  flex-grow: 1;
}

.product-card .product-title {
  font-size: 12px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
}

.product-card__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.product-card__actions {
  gap: 5px;
  flex-direction: column;
}

.product-card__info {
  gap: 5px;
}

.product-card__info :is(.price-list,.rating-badge) {
  justify-content: flex-start;
  width: 100%;
}

@media (max-width: 700px) {
  .product-card__info {
    gap: 5px;
  }

  .product-card__actions {
    flex-wrap: wrap;
    gap: 5px;
  }

  .product-card__info :is(.price-list,.rating-badge) {
    justify-content: flex-start;
    width: 100%;
  }

  .product-card__atc,
  .quick-add__form {
    margin-left: auto;
  }
}

.product-card .price-list .text-subdued {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}

.product-card__atc {
  height: 38px;
  padding: 0 14px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: black;
  color: #fff;
  transition: all .2s;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 12px;
}

.product-card__atc:hover {
  opacity: .8;
}

form.quick-add__form .product-card__atc {
  width: 100%;
}

@media (min-width: 700px) {
  .product-card__atc,
  .quick-add__form {
    margin-left: auto;
  }
}

@media (max-width: 700px) {
  .product-card__atc,
  .quick-add__form {
    margin-right: auto;
  }

  .quick-add__container {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    padding: 20px;
    z-index: 10000000000;
    background-color: white;
    transition: all .5s;
    box-shadow: 0 0 #0000, 0 0 #0000, 20px -15px 15px -20px rgba(0, 0, 0, .45);
  }

  .quick-add__container.show {
    visibility: visible;
    opacity: 1;
    bottom: 0;
    transition: all .2s;
  }
}

@media (min-width: 700px) {
  .product-card__atc.hide {
    display: none;
  }

  .quick-add__container {
    display: none;
  }

  .quick-add__container.show { 
    display: block;
  }

  .quick-add__info {
    display: none;
  }
}

.quick-add__container .kl_reviews__stars_badge .kl_reviews__full_star,
.quick-add__container .kl_reviews__stars_badge .kl_reviews__partial_star {
  width: 16px !important;
  height: 16px !important;
}

.quick-add__container .kl_reviews__star_rating_widget__label {
  font-size: 13px !important;
}

.quick-add__options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.quick-add__label {
  display: flex;
  padding: 0 14px;
  align-items: center;
  justify-content: center;
  border: 1px solid #00000033;
  box-shadow: 0 2px 4px #e4e2decc;
  border-radius: 8px;
  min-width: 60px;
  min-height: 38px;
}

.quick-add__input:checked+label {
  border: 1px solid #000000;
  box-shadow: inset 0 0 0 1px #000;
}

.quick-add__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.quick-add__input[disabled]+label {
  opacity: .25;
  cursor: not-allowed;
}

.collection-toolbar__button.is-filter {
  font-weight: 600;
  color: black;
  opacity: 1;
} */

.quick-add__input[disabled] + .quick-add__label {
  opacity: 0.25;
}

.collection-toolbar__button.is-filter {
  display: flex;
  gap: 5px;
  justify-content: center;
}

.collection-toolbar__button.is-filter svg {
  width: 16px;
  height: 16px;
}

.pv2-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pv2-card__slider {
  overflow: hidden;
  border-radius: 10px;
}

.pv2-card__slider-items {
  display: flex;
  list-style: none;
}

.pv2-card__slider-items:not(.tns-slider)
  .pv2-card__slider-item:not(:first-child) {
  display: none;
}

.pv2-card__slider-item {
  margin: 1px;
  padding: 0 !important;
}

.pv2-card__slider-controls .prev,
.pv2-card__slider-controls .next {
  position: absolute;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  visibility: hidden;
  opacity: 0;
}

.pv2-card__slider-controls .prev {
  left: 10px;
}

.pv2-card__slider-controls .next {
  right: 10px;
}

@media (min-width: 700px) {
  .pv2-card__slider:hover .pv2-card__slider-controls .prev,
  .pv2-card__slider:hover .pv2-card__slider-controls .next {
    visibility: visible;
    opacity: 1;
  }
}

.pv2-card__slider .tns-nav {
  position: absolute;
  bottom: 10px;
  left: 10px;
  --dot-size: 0.375rem;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  display: flex;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px 8px;
  border-radius: 10px;
}

.pv2-card__slider .tns-nav button {
  width: var(--dot-size);
  height: var(--dot-size);
  border-radius: var(--rounded-full);
  place-content: center;
  display: grid;
  transition: opacity 0.25s, background 0.25s;
  background: currentColor;
  opacity: 0.4;
}

.pv2-card__slider .tns-nav button.tns-nav-active {
  width: 15px;
  opacity: 1;
}

.pv2-card__info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 10px 0 5px 0;
  padding: 0 10px;
}

.pv2-card__title {
  font-size: 12px;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pv2-card__price {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pv2-card__actions {
  display: flex;
  padding: 0 10px;
  margin-top: auto;
  flex-wrap: wrap;
}

.pv2-card__button {
  height: 38px;
  padding: 0 14px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #000;
  color: #fff;
  transition: all 0.2s;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 12px;
  margin-left: auto;
  transition: all 0.2s;
}

.pv2-card__button:hover {
  opacity: 0.7;
}

.quick-add__container {
  width: 100%;
}

.quick-add__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.quick-add__options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.quick-add__label {
  display: flex;
  padding: 0 14px;
  align-items: center;
  justify-content: center;
  border: 1px solid #00000033;
  box-shadow: 0 2px 4px #e4e2decc;
  border-radius: 8px;
  min-width: 60px;
  min-height: 38px;
}

.quick-add__input:checked + label {
  border: 1px solid #000000;
  box-shadow: inset 0 0 0 1px #000;
}
/* 
.quick-add__form:not(.single-variant) .pv2-card__button {
  width: 100%;
} */

.quick-add__container .pv2-card__title,
.quick-add__container .klaviyo-star-rating-widget {
  display: none;
}

@media (max-width: 700px) {
  .quick-add__container {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    padding: 20px;
    z-index: 10000000000;
    background-color: white;
    transition: all 0.5s;
    box-shadow: 0 0 #0000, 0 0 #0000, 20px -15px 15px -20px rgba(0, 0, 0, 0.45);
  }

  .quick-add__container.show {
    visibility: visible;
    opacity: 1;
    bottom: 0;
    transition: all 0.2s;
  }

  .quick-add__container .pv2-card__title,
  .quick-add__container .klaviyo-star-rating-widget {
    display: block;
  }

  .quick-add__container .pv2-card__title {
    font-size: 14px;
  }
}

.quick-add__footer {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.quick-add__footer > * {
  width: 50%;
}

.quick-add__view,
.quick-add__oos {
  border-radius: 8px;
  background-color: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 38px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 12px;
  transition: all 0.2s;
}

.quick-add__oos {
  width: 100%;
}

.quick-add__view:hover {
  filter: brightness(90%);
}

#quick-add-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}

@media (max-width: 700px) {
  #quick-add-overlay.show {
    visibility: visible;
    opacity: 1;
    bottom: 0;
    transition: all 0.2s;
  }
}

.p__badge.badge-reviews {
  border: 0 none;
  background: rgba(255, 255, 255, 0.8);
}

.p__badge.badge-reviews .icon {
  margin-right: 3px;
}

.p__badge.badge-reviews .icon-star-rating path {
  fill: #ffcb42;
}

.pv2-card__image-link {
  display: block;
  aspect-ratio: 1 / 1;
}

.pv2-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slideshow-full-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

@media (min-width: 700px) {
  .collection-toolbar {
    min-height: 54px;
  }

  .collection-toolbar__layout-switch-list {
    display: none;
  }
}

.collection-toolbar__button-container.sort {
  display: none;
}

.filter-sort-button {
  width: 100%;
  opacity: 0.65;
  margin: 5px 0;
  text-align: left;
}

@media (max-width: 700px) {
  .collection-toolbar__products-count.h6 {
    display: flex;
    align-items: center;
    font-size: 11px;
    padding: 0 20px;
    font-weight: 400;
    opacity: 0.8;
    order: -1;
    flex-grow: 1;
    text-align: center;
    justify-content: center;
    border-right: 1px solid rgb(var(--border-color));
  }
}

.cart-drawer .h4 {
  font-weight: 500;
  letter-spacing: 0.5px;
}

.cart-drawer .free-shipping-bar {
  text-align: center;
  background-color: black;
  color: white;
  font-size: 15px;
}

.cart-drawer .free-shipping-bar .money {
  font-size: 15px;
  font-weight: 600;
}

.cart-drawer .total-wrapper {
  padding: 10px 0;
}

.cart-drawer .line-title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.cart-drawer .money {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}

.cart-drawer .button {
  width: 100%;
  background-color: #231f20;
  color: white;
  padding: 12px 24px;
  text-transform: uppercase;
  border-radius: 8px;
  margin-bottom: 5px;
  transition: all 0.2s;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  height: 50px;
}

.cart-drawer .button span {
  line-height: normal;
}

.cart-drawer .button span:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.cart-drawer .button svg {
  width: 18px;
  height: 18px;
}

.cart-drawer .total-text {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.cart-drawer .total-amount .money {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.cart-drawer .line-item-info {
  width: 100%;
}

.cart-drawer line-item-quantity {
  width: 100%;
  justify-content: space-between;
}

.cart-drawer .total-text {
  font-weight: 600;
}

.cart-drawer .total-text-wrap {
  font-size: 16px;
}

.collection-disruptor__wrapper {
  grid-column: 1 / span 2;
  height: 100%;
}

.collection-disruptor__wrapper.full-width {
  grid-column: 1 / span 2;
}

@media (min-width: 700px) {
  .collection-disruptor__wrapper.full-width {
    grid-column: 1 / span 3;
  }
}

@media (min-width: 1000px) {
  .collection-disruptor__wrapper.full-width {
    grid-column: 1 / span 4;
  }
}

.collection-disruptor__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

[collection-mobile-layout="large"] .collection-disruptor__wrapper {
  grid-column: auto;
}

.pv2-select {
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
  margin-bottom: 20px;
  font-weight: normal;
}

@media (max-width: 768px) {
  .payment-method-list__cart svg {
    max-width: 26px;
  }
}

.cart-drawer__items {
  gap: 1.25rem;
}

.free-shipping-bar {
  position: sticky;
  top: 0;
  z-index: 10;
}

@media (max-width: 680px) {
  .drawer.cart-drawer::part(content) {
    max-width: 100%;
  }
}

.half-text-image {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
}

.half-text-image.is-centered {
  max-width: 1200px;
}

.half-text-image__image-wrapper {
  width: 45%;
  align-self: stretch;
  min-height: 100%;
  display: flex;
  position: relative;
}

.half-text-image.is-centered .half-text-image__image-wrapper {
  width: 50%;
}

.half-text-image__image-wrapper.image-right {
  order: 1;
}

.half-text-image__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.half-text-image__text-wrapper {
  width: 55%;
  padding: 0 20px;
}

.half-text-image.is-centered .half-text-image__text-wrapper {
  width: 50%;
}

.half-text-image__title {
  text-transform: uppercase;
  font-size: 28px;
  line-height: normal;
  margin-bottom: 15px;
}

.half-text-image__cta {
  display: inline-block;
  margin-top: 40px;
  padding: 15px 50px;
  background-color: black;
  color: white;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 1000px) {
  .half-text-image {
    gap: 10px;
  }

  .half-text-image__text-wrapper {
    padding: 20px 20px 20px 10px;
  }

  .half-text-image__cta {
    padding: 15px 35px
  }
  
  .half-text-image__image.is-desktop {
    display: none;
  }
}

@media (min-width: 1000px) {
  .half-text-image.is-centered {
    padding: 0 20px;
  }
  
  .half-text-image__image-wrapper {
    width: 65%;
  }

  .half-text-image__image.is-mobile {
    display: none;
  }

  .half-text-image__image.is-desktop {
    display: block;
    width: 100%;
  }

  .half-text-image__text-wrapper {
    width: 35%;
    padding: 0 40px;
    max-width: 600px;
    text-align: right;
  }

  .half-text-image__title {
    font-size: 36px;
  }

  .half-text-image.is-centered .half-text-image__image-wrapper {
    width: 50%;
  }

  .half-text-image.is-centered .half-text-image__text-wrapper {
    width: 50%;
    text-align: left;
    padding: 40px;
  }
}

.collection-grid__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.collection-grid__header {
  max-width: 600px;
  margin: 0 auto 40px auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

.collection-grid__title {
  text-transform: uppercase;
  font-size: 28px;
  line-height: normal;
}

.collection-grid__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.collection-grid__item {
  padding-inline-start: 0 !important;
}

.collection-grid__link {
  display: block;
  position: relative;
}

.collection-grid__item-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.collection-grid__item-title {
  text-transform: uppercase;
  color: white;
  font-weight: bold;
}


@media (min-width: 1000px) {
  .collection-grid__title {
    font-size: 36px;
  }

  .collection-grid__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.masonry__item {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 10px;
}

.masonry__item-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.masonry__item-title {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  color: black;
  z-index: 1;
}

.masonry__title {
  display: none;
}

.masonry__columns {
  display: flex;
  height: {{ section.settings.section_height }}vh;
}

.masonry__column {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.masonry__column:first-child .masonry__item:first-child {
  height: 45%;
}

.masonry__column:first-child .masonry__item:not(:first-child) {
  height: 27.5%;
}

.masonry__column:last-child .masonry__item:first-child {
  height: 60%;
}

.masonry__column:last-child .masonry__item:not(:first-child) {
  flex: 45%;
}

.masonry__container .slider-controls {
  top: 0;
}

@media (max-width: 1000px) {
  .masonry__container .slider-container {
    display: none;
  }

  .masonry__columns {
    background: black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
  }

  .masonry__columns {
    gap: 1px;
  }

  .masonry__column {
    gap: 1px;
  }
}

@media (min-width: 1000px) {
  .masonry__title {
    display: block;
    margin: 10px 15px;
    font-size: 20px;
  }
  
  .masonry__columns {
    display: none;
  }

  .masonry__container .slider-container {
    margin: 60px 0;
  }

  .masonry__container .slider-container .masonry__item-title {
    color: black;
    margin: 10px 0;
    line-height: normal;
  }

  .masonry__item {
    aspect-ratio: 1 / 1.25;
  }
}

.ring-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.ring-banner__content {
  padding: 40px;
}

.ring-banner__products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0 20px;
}

.ring-banner__product-link {
  display: block;
}

.ring-banner__product-image {
  aspect-ratio: 1.2 / 1;
  object-fit: cover;
}

.ring-banner__product-image.is-hover {
  display: none;
}

.ring-banner__product-title {
  margin-top: 5px;
  text-transform: uppercase;
  position: relative;
  padding-right: 10px;
  font-weight: 600;
}

.ring-banner__product-title svg {
  position: absolute;
  top: 5px;
  right: 0;
}

.ring-banner__title {
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.ring-banner__cta {
  display: inline-block;
  margin: 20px 0 20px 0;
  padding: 15px 30px;
  background-color: black;
  color: white;
  text-transform: uppercase;
}

.ring-banner__mobile-callout {
  padding: 10px;
  margin: 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}

@media (max-width: 1000px) {
  .ring-banner__content {
    text-align: center;
    padding: 20px;
  }

  .ring-banner__product-title {
    font-size: 12px;
  }
}

@media (min-width: 1000px) {
  .ring-banner {
    flex-direction: row;
  }

  .ring-banner__products {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0;
    gap: 20px;
  }

  .ring-banner__products {
    width: 60%;
  }

  .ring-banner__content {
    width: 40%;
  }

  .ring-banner__mobile-callout {
    display: none;
  }

  .ring-banner__cta {
    margin: 40px 0 0 0;
  }

  .ring-banner__product-link.hide-desktop {
    display: none;
  }

  .ring-banner__product-title {
    text-transform: uppercase;
  }

  .ring-banner__product-image {
    aspect-ratio: 1 / 1.5;
  }

  .ring-banner__product-image.is-hover {
    display: none;
  }

  .ring-banner__product-link.has-hover:hover .ring-banner__product-image {
    display: none;
  }

  .ring-banner__product-link.has-hover:hover .ring-banner__product-image.is-hover {
    display: block;
  }
}

.static-banner__container {
  position: relative;
}

.static-banner {
  position: absolute;
  top: 0;
  right: 0; 
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  display: flex;
}

/* Base positioning for mobile */
.static-banner__content {
  z-index: 10;
  width: 100%;
  max-width: 100%;
}

/* Mobile position classes */
.static-banner--top-left {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}

.static-banner--top-center {
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}

.static-banner--top-right {
  align-items: flex-start;
  justify-content: flex-end;
  text-align: right;
}

.static-banner--middle-left {
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

.static-banner--middle-center {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.static-banner--middle-right {
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}

.static-banner--bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
}

.static-banner--bottom-center {
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}

.static-banner--bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
}

/* We now apply positioning to the banner container, not the content */

.static-banner__title {
  font-size: 38px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}

.static-banner__subtitle {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 20px;
}

.static-banner__cta {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 40px;
}

.static-banner__image {
  width: 100%;
}

@media (max-width: 999px) {
  .static-banner__image.is-mobile {
    display: block;
  }
  .static-banner__image.is-desktop {
    display: none;
  }
}

@media (min-width: 1000px) {
  .static-banner {
    padding: 80px;
  }
  
  .static-banner__image.is-mobile {
    display: none;
  }
  .static-banner__image.is-desktop {
    display: block;
  }

  /* Desktop position classes override mobile positioning */
  .static-banner--desktop-top-left {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }

  .static-banner--desktop-top-center {
    align-items: flex-start !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .static-banner--desktop-top-right {
    align-items: flex-start !important;
    justify-content: flex-end !important;
    text-align: right !important;
  }

  .static-banner--desktop-middle-left {
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }

  .static-banner--desktop-middle-center {
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .static-banner--desktop-middle-right {
    align-items: center !important;
    justify-content: flex-end !important;
    text-align: right !important;
  }

  .static-banner--desktop-bottom-left {
    align-items: flex-end !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }

  .static-banner--desktop-bottom-center {
    align-items: flex-end !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .static-banner--desktop-bottom-right {
    align-items: flex-end !important;
    justify-content: flex-end !important;
    text-align: right !important;
  }
}

.reviews__container {
  max-width: 1200px;
  margin: 0 auto;
}

.reviews__header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px auto;
  max-width: 600px;
  text-align: center;
}

.reviews__title {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.reviews__subtitle {
  text-transform: uppercase;
  font-size: 18px;
}

.review__container {
  text-align: center;
  padding: 0 10px;
}

.review__list {
  position: relative;
  margin-top: 40px;
  padding: 0 40px;
}

.review__list .slider-items:not(.tns-slider) .slide-item:not(:first-child) {
  display: none;
}

.review__list .slider-items {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.review__list .tns-inner {
  overflow: hidden;
}

.review__stars {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.review__stars svg {
  width: 20px;
  height: auto;
}

.review__stars svg path {
  fill: #F3CB42;
}

.review__title {
  font-weight: bold;
  margin: 10px 0;
}

.review__name {
  margin-top: 10px;
}

.review__list .slider-arrow {
  position: absolute;
  top: 50%;
}

.review__list .slider-arrow.prev {
  left: 15px;
}

.review__list .slider-arrow.next {
  right: 15px;
}

.review__list .slider-arrow svg {
  width: 15px;
  height: auto;
}

.usps__container {
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.usp__container {
  flex: 1;
  padding: 10px;
  background-color: white;
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 400px;
}

.usp__image-wrapper {
  width: 70px;
  min-width: 70px;
}

.usp__title {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 1000px) {
  .usps__container {
    padding: 20px;
    flex-direction: column;  
    padding: 0 20px;
    margin: 80px 0;
    gap: 20px;
  }

  .usp__container:first-child {
    margin-top: -20px;
  }

  .usp__container:last-child {
    margin-bottom: -20px;
  }

  .usp__container {
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
}

.rte p:not(:last-child) {
  margin: 15px 0;
}

.ring-carousel {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

.ring-carousel__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 16px;
  letter-spacing: 1px;
}

@media (max-width: 680px) {
  .ring-carousel__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .ring-carousel__cta {
    margin-left: auto;
  }

  .ring-carousel .slider-wrapper {
    margin: 0 -20px;
  }

  .ring-carousel .slider-items {
    display: flex;
    gap: 5px;
    white-space: nowrap;
    overflow-x: scroll;
  }

  .ring-carousel .slide-item {
    width: 200px;
    min-width: 200px;
  }

  .ring-carousel .slide-item:first-child {
    margin-left: 20px;
  }

  .ring-carousel .slide-item:last-child {
    margin-right: 20px;
  }
}

.ring-carousel__title {
  text-transform: uppercase;
}

.ring-carousel__subtitle {
  text-transform: uppercase;
  font-weight: 600;
}

.ring-carousel__cta-button {
  display: inline-block;
  padding: 8px 30px;
  background-color: black;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
}

.ring-carousel .slider-container {
  padding: 20px 0 60px;
}

.ring-carousel .slider-controls {
  top: unset;
  bottom: 15px;
  right: 0;
}

.ring-carousel .slider-items:not(.tns-slider) .slide-item {
  width: 12.5%;
}

.ring-carousel__item {
  display: block;
  aspect-ratio: 1 / 1;
}

.ring-carousel__item-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ring-carousel__item svg {
  background: #fafafa;
}

.scroll-menu {
  position: sticky;
  top: var(--sticky-area-height);
  z-index: 100;
  background-color: white;
}

@media (max-width: 1000px) {
  .scroll-menu {
    border-bottom: 1px solid rgb(var(--border-color));
  }
}

@media (min-width: 700px) and (max-width: 1000px) {
  .scroll-menu {
    top: var(--sticky-area-height);
  }
}

.container.pl2 {
  margin: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  --distance-to-bleed: 0;
}

.container.pl2 > div {
  gap: 0;
}

.collection.pl2 .product-list {
  --product-list-calculated-column-gap: 2px;
}

.pv2-qa {
  display: none;
}

.collection.pl2 .pv2-card .pv2-card__slider {
  border-radius: 0;
}

.collection.pl2 .pv2-card .quick-add__footer {
  display: none;
}

.collection.pl2 .pv2-card .pv2-qa {
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 10;
  transition: all 0.2s;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.collection.pl2 .pv2-card .pv2-qa__button {
  border-radius: 100%;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.2s;
}

.collection.pl2 .pv2-card .pv2-qa__button:hover {
  background: rgba(255, 255, 255, 1);
}

@media (min-width: 768px) {
  .collection.pl2 .pv2-card .pv2-qa {
    visibility: hidden;
    opacity: 0;
  }

  .collection.pl2 .pv2-card .slider-container:hover .pv2-qa {
    visibility: visible;
    opacity: 1;
  }

  .collection.pl2 .pv2-card .slider-container .tns-nav {
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
  }
  
  .collection.pl2 .pv2-card .slider-container:hover .tns-nav {
    visibility: visible;
    opacity: 1;
  }
}

.collection.pl2 .pv2-card .pv2-qa__options {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  width: 100%;
}

/* @media (max-width: 680px) {
  .collection.pl2 .pv2-card .pv2-qa__options {
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    max-width: unset;
  }
} */

.collection.pl2 .pv2-card .pv2-qa__option {
  cursor: pointer;
  display: flex; 
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.9);
  min-width: 30px;
  height: 30px;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 500;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.2s
}

.collection.pl2 .pv2-card .pv2-qa__option:hover {
  background: rgba(255, 255, 255, 1);
}

.collection.pl2 .pv2-card .pv2-qa__option.unavailable {
  text-decoration: line-through;
  color: #999
}

.collection.pl2 .collection-disruptor__image {
  border-radius: 0;
}

@media screen and (max-width: 699px) {
  .collection.pl2 .product-list:not(.product-list--carousel) {
    margin-inline: 0;
  }
}

.pv2-card.show-qa .tns-nav {
  visibility: hidden;
  opacity: 0;
}