.w-full {
  width: 100% !important;
}

@media (min-width: 960px) {
  .w-small {
    width: 33% !important;
  }
  .w-xsmall {
    width: 18% !important;
  }
}
.section-header-new {
  position: sticky;
  position: relative;
  top: 0;
  z-index: 999;
}
.section-header-new .header {
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  align-items: center;
  height: var(--header-height);
  background-color: transparent;
  padding: 0 32px;
}
.section-header-new .header__logo {
  width: 7.5rem;
}
.section-header-new .header__nav {
  justify-self: center;
}
.section-header-new .header__utils {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 16px;
}
.section-header-new .header__icon {
  position: relative;
  cursor: pointer;
  border-radius: 3px;
}
.section-header-new .header__icon svg {
  width: 32px;
  height: 32px;
  padding: 4px;
  transition: all 0.3s;
}
.section-header-new .header__icon.is-not-active svg {
  color: #b8b8b8;
}
.section-header-new .header .logo svg {
  width: 79px;
  height: 22px;
}
.section-header-new .header .icon-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em;
}
.section-header-new .header .nav-link {
  font-size: 0.9375rem;
}
.section-header-new .header .nav-link > svg {
  transform: translateY(2px);
}
.section-header-new .header .nav-link--highlight {
  font-weight: 500;
}
.section-header-new .header .header-nav__list {
  display: flex;
}
.section-header-new .header .nav-toggle {
  cursor: pointer;
  border: none;
  outline: none;
  appearance: none;
  background: none;
}
.section-header-new .header .nav-item {
  font-weight: 500;
  padding: 16px;
}
.section-header-new .header .nav-item-list {
  transition: all 0.3s ease;
  line-height: 1.3;
}
.section-header-new .header .nav-item-list.is-active {
  color: #3b3b3b;
}
.section-header-new .header .nav-item-list.is-not-active {
  color: #b8b8b8 !important;
}
.section-header-new .header .nav-item-list.is-not-active.shop-all {
  color: #3b3b3b !important;
}
.section-header-new .header .nav-dropdown .nav-link {
  transition: all 0.3s ease;
}
.is-active .section-header-new .header .nav-dropdown .nav-link {
  color: #3b3b3b;
}
.is-not-active .section-header-new .header .nav-dropdown .nav-link {
  color: #b8b8b8;
}
.section-header-new .header .nav-icon path {
  fill: transparent;
}
.section-header-new .navigation-dropdown {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fafaf5;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  padding-inline: 32px;
  padding-bottom: 40px;
  padding-top: 15px;
  height: auto;
  max-height: 0;
  transition: opacity 0.3s ease-out, max-height 0s linear 0.3s, visibility 0s linear 0.3s;
}
.section-header-new .navigation-dropdown.is-active {
  opacity: 1;
  visibility: visible;
  max-height: 1000px;
  min-height: 501px;
  transition: opacity 0.3s ease-out, max-height 0s linear, visibility 0s linear;
}
.section-header-new .navigation-dropdown.is-active .navigation-dropdown__promo {
  opacity: 1;
}
.section-header-new .navigation-dropdown__content {
  display: grid;
  grid-template-columns: auto auto;
  grid-row: 1;
  grid-column: 1;
  grid-template-rows: repeat(12, auto);
  top: -50vh;
  opacity: 0;
  visibility: hidden;
  color: #3b3b3b;
  justify-content: space-between;
  width: 100%;
}
.section-header-new .navigation-dropdown__content.is-active {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
}
.section-header-new .navigation-dropdown__content.is-active .navigation-dropdown__inner {
  opacity: 1;
  visibility: visible;
  padding-top: 32px;
  min-height: 420px;
}
.section-header-new .navigation-dropdown__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 207px;
  opacity: 0;
  transition: opacity 0.3s ease-out 0.3s, visibility 0.3s ease-in 0.3s;
  visibility: hidden;
}
.section-header-new .navigation-dropdown__link {
  font-size: 14px;
}
.section-header-new .navigation-dropdown__link.shop-all {
  position: absolute;
  bottom: 0;
  font-size: 14px;
  margin-top: 20px;
}
.section-header-new .navigation-dropdown__promo {
  display: flex;
  gap: 12px;
  color: #3b3b3b;
  transition: opacity 0.3s ease-out 0.3s;
  margin-left: auto;
  opacity: 0;
}
.section-header-new .navigation-dropdown__promo-link {
  position: relative;
  display: block;
}
.section-header-new .navigation-dropdown__promo-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
.section-header-new .navigation-dropdown__promo-title {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  font-family: var(--font-titles);
  font-weight: 500;
  color: white;
  font-size: 18px;
  z-index: 9;
  letter-spacing: 1.2px;
  line-height: 23.4px;
}
.section-header-new .navigation-dropdown__promo-image {
  object-fit: cover;
}
.section-header-new .mobile-nav {
  --nav-w: 500px;
  position: fixed;
  height: 100vh;
  width: 96vw;
  max-width: var(--nav-w);
  top: 0;
  z-index: 101;
  background-color: rgb(var(--color-bg));
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  left: -100%;
  transition: left 0.3s ease-out;
}
.section-header-new .mobile-nav.nav--visible {
  display: block;
  animation: fadeIn forwards 0.3s;
  left: 0;
}
.section-header-new .mobile-navigation__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 32px;
}
.section-header-new .mobile-navigation__header svg {
  color: #3b3b3b;
}
.section-header-new .mobile-navigation__content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 48px;
  opacity: 0;
  transition: opacity 0.3s ease;
  transition-delay: 0s;
}
.section-header-new .mobile-navigation__label, .section-header-new .mobile-navigation__label--clickable {
  color: #3b3b3b;
  text-align: right;
  margin-bottom: 32px;
  font-size: 14px !important;
  font-weight: 500 !important;
  margin-left: auto;
  line-height: 130%;
}
.section-header-new .mobile-navigation__label--clickable, .section-header-new .mobile-navigation__label--clickable--clickable {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  margin-left: auto;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  line-height: 130%;
}
.section-header-new .mobile-navigation__submenu {
  width: 100%;
  position: absolute;
  transform: translateX(150%);
  transition: transform 0.7s ease;
  opacity: 0;
  pointer-events: none;
  background-color: #fafaf5;
  min-height: -webkit-fill-available;
  z-index: 999;
  padding-bottom: 24px;
}
.section-header-new .mobile-navigation__submenu.is-active {
  position: absolute;
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0.3s;
}
.section-header-new .mobile-navigation__submenu.hide {
  display: unset;
  opacity: 0;
  pointer-events: none;
  transition: transform 1s ease, opacity 1s ease;
  transition-delay: 0.6s;
}
.section-header-new .mobile-navigation__menu {
  width: 100%;
}
.section-header-new .mobile-navigation__menu.hide {
  display: unset;
  pointer-events: none;
}
.section-header-new .mobile-navigation__menu.is-active {
  transition: transform 0.6s ease, opacity 0.6s ease;
  transform: translateX(0);
}
.section-header-new .mobile-navigation .mobile-navigation__promos {
  width: 100%;
  transition: transform 0.6s ease, opacity 0.6s ease;
}
.section-header-new .mobile-navigation .mobile-navigation__promos.hide {
  display: flex;
  pointer-events: none;
}
.section-header-new .mobile-navigation .mobile-navigation__promos.is-active {
  transition: transform 0.6s ease, opacity 0.6s ease;
  transform: translateX(0);
}
.section-header-new .mobile-navigation__list, .section-header-new .mobile-navigation__sublist {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section-header-new .mobile-navigation__item, .section-header-new .mobile-navigation__subitem {
  color: #3b3b3b;
  text-align: right;
  line-height: 130%;
  font-weight: 500;
}
.section-header-new .mobile-navigation__item.shop-all, .section-header-new .mobile-navigation__subitem.shop-all {
  margin-top: 32px;
}
.section-header-new .mobile-navigation__link, .section-header-new .mobile-navigation__sublink {
  color: inherit;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  cursor: pointer;
}
.section-header-new .mobile-navigation__promo-link {
  display: block;
  position: relative;
}
.section-header-new .mobile-navigation__promo-link:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
.section-header-new .mobile-navigation__promos {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
.section-header-new .mobile-navigation__promos.hide {
  display: none;
}
.section-header-new .mobile-navigation__promo-image {
  width: 173px;
  height: 230px;
  object-fit: cover;
  aspect-ratio: 4/5;
}
.section-header-new .mobile-navigation__promo-title {
  left: 12px;
  right: 12px;
  bottom: 12px;
  letter-spacing: 1.2px;
}
.section-header-new .mobile-navigation__menu--secondary .mobile-navigation__item {
  font-size: 14px;
}
.section-header-new .mobile-navigation__secondary {
  display: block;
}
.section-header-new .mobile-navigation__secondary.hide {
  display: none;
}
.section-header-new .mobile-navigation__utils {
  display: flex;
  gap: 16px;
}
.section-header-new .mobile-navigation__utils svg {
  width: 32px;
  height: 32px;
  padding: 4px;
}
@media screen and (max-width: 1023px) {
  .section-header-new .header {
    grid-template-columns: max-content 1fr;
    padding: 16px;
    height: unset;
  }
  .section-header-new .mobile-navigation {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fafaf5;
    z-index: 1000;
    overflow-y: auto;
    padding: 16px 16px 120px 16px;
    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.6s ease, opacity 0.6s ease;
  }
  .section-header-new .mobile-navigation.is-active {
    transform: translateX(0);
    opacity: 1;
    overflow-x: hidden;
  }
  .section-header-new .mobile-navigation.is-active .mobile-navigation__content {
    opacity: 1;
    transition-delay: 0.3s;
  }
}
@media (min-width: 744px) {
  .section-header-new .mobile-navigation {
    padding-bottom: 176px;
  }
  .section-header-new .mobile-navigation__promos {
    gap: 23.866px;
  }
  .section-header-new .mobile-navigation__promo-image {
    width: 344.067px;
    height: 457.43px;
  }
  .section-header-new .mobile-navigation__promo-title {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
  .section-header-new .mobile-navigation__sublist {
    margin-bottom: -56px;
  }
}
@media (max-width: 744px) {
  .section-header-new .mobile-navigation__promos {
    width: 100%;
  }
  .section-header-new .mobile-navigation__promos.hide {
    display: none;
  }
  .section-header-new .mobile-navigation__promos .mobile-navigation__promo {
    width: 100%;
  }
  .section-header-new .mobile-navigation__promo-image {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
@media (min-width: 880px) {
  .section-header-new .mobile-nav {
    left: calc(-1 * var(--nav-w));
  }
}
@media (min-width: 1024px) {
  .section-header-new:hover,
  .section-header-new .header-new.is-active {
    background-color: #fafaf5;
  }
  .section-header-new:hover .header-nav__item,
  .section-header-new:hover svg,
  .section-header-new .header-new.is-active .header-nav__item,
  .section-header-new .header-new.is-active svg {
    color: #3b3b3b;
  }
  .section-header-new .mobile-navigation {
    position: absolute;
    right: -1000vh;
  }
  .section-header-new .navigation-dropdown__promo-image {
    width: 22.5586vw;
    aspect-ratio: 4/5;
    height: auto;
  }
}
@media (min-width: 1366px) {
  .section-header-new .navigation-dropdown__promo-image {
    width: 23.134vw;
    height: auto;
    aspect-ratio: 3/4;
  }
}

.notice-bar {
  position: relative;
  z-index: 9;
}
.notice-bar a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
}

.overlay-is-active:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background-color: rgba(0, 0, 0, 0.4);
}

.shop-the-look {
  position: sticky;
  bottom: 24px;
  left: 24px;
  width: max-content;
  background: #fafaf5;
  padding: 8px 24px;
  cursor: pointer;
  color: #3b3b3b;
  margin-top: -80px;
  margin-bottom: 40px;
}

.overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  transition: all 0.35s ease;
  z-index: -9;
}

.overlay--open {
  opacity: 1;
  z-index: 99;
}

.shop-the-look-modal {
  display: flex;
  opacity: 0;
  width: 906px;
  height: auto;
  padding: 24px;
  position: fixed;
  top: 50%;
  left: 50%;
  background: #ffffff;
  z-index: -9;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.shop-the-look-modal .modal-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.shop-the-look-modal .modal-content-wrapper .heading {
  font-size: 28px;
}
.shop-the-look-modal .modal-content-wrapper .product-card__title,
.shop-the-look-modal .modal-content-wrapper .product-card__subtitle {
  min-height: 16px;
}
.shop-the-look-modal .product-slider-sm {
  gap: 16px;
  margin-top: 16px;
}

.shop-the-look-modal.modal--open {
  opacity: 1;
  z-index: 999;
  transform: translate(-50%, -50%);
}

.no-scroll {
  overflow: hidden;
}

.pairs-with-container,
.pairs-with-pm-container {
  display: flex;
  gap: 16px;
  flex-wrap: nowrap;
}

.carousel-controls {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-right: -8px;
  padding-left: 32px;
  height: 32px;
}
.carousel-controls .switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 15px;
}
.carousel-controls .switch::before {
  content: "AM";
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  color: #202020;
}
.carousel-controls .switch::after {
  content: "PM";
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  color: #202020;
}
.carousel-controls .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.carousel-controls .switch input:checked + .slider {
  background-color: #202020;
}
.carousel-controls .switch input:checked + .slider:before {
  transform: translateX(16px);
  background-color: #ffffff;
  border-color: #202020;
}
.carousel-controls .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c2c2c2;
  transition: 0.3s;
  border-radius: 120px;
}
.carousel-controls .switch .slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 2px;
  background-color: #202020;
  border: 1px solid #ffffff;
  transition: 0.3s;
  border-radius: 360px;
}
.carousel-controls .carousel-controls__button-wrapper {
  position: absolute;
  right: 0;
  display: flex;
}
.carousel-controls .carousel-controls__button-wrapper .carousel-prev,
.carousel-controls .carousel-controls__button-wrapper .carousel-next {
  cursor: pointer;
  text-align: right;
  padding: 10px;
  line-height: 0.5;
  user-select: none;
}
.carousel-controls .carousel-controls__button-wrapper .carousel-prev svg,
.carousel-controls .carousel-controls__button-wrapper .carousel-next svg {
  width: 8px;
}
.carousel-controls .carousel-controls__button-wrapper .carousel-prev {
  transform: rotate(180deg);
}

.is-disabled {
  color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  cursor: default;
  user-select: none;
}

.js-carousel {
  display: flex;
  overflow-x: hidden;
  user-select: none;
  cursor: grab;
}
.js-carousel .carousel-is-active {
  flex: 0 0 50%;
  max-width: 48%;
  scroll-snap-align: start;
}

.close-modal {
  position: absolute;
  top: 16px;
  right: 24px;
  cursor: pointer;
}
.close-modal img {
  width: 24px;
  height: 24px;
}

.no-scroll {
  overflow: hidden;
}

.section-product .product__gallery {
  width: 50%;
}
.section-product .product-media-thumbnails {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 153.7px;
  height: 90vh;
  padding-left: 46px;
  padding-right: 55px;
}
.section-product .product-media-thumbnails .product-media-thumbnail {
  cursor: pointer;
}
.section-product .product-media-thumbnails img {
  width: 40.8px;
  height: 54px;
  opacity: 1;
}
.section-product .product-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.section-product .product-gallery-item {
  grid-column: span 2;
}
.section-product .product-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-product .product-gallery-item--half {
  grid-column: span 1;
  margin-bottom: -1px;
}
.section-product .product-gallery-item__media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-product .product-header__main {
  margin-bottom: 8px;
}
.section-product .product__swatches .eyebrow {
  text-transform: none;
  font-size: 11px;
  letter-spacing: 0;
}
.section-product .swatch__item {
  padding-bottom: 4px;
}
.section-product .swatch__item a {
  width: 16px;
  height: 16px;
}
.section-product .product-options {
  margin-bottom: 8px;
}
.section-product .product-size-label {
  gap: 16px;
  margin-bottom: 20px;
}
.section-product .label-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  height: 16px;
}
.section-product .label-wrapper .selected-variant-stock-status {
  position: absolute;
  left: 84px;
  color: #919191;
  font-size: 10px;
}
.section-product .size-buttons {
  width: 100%;
}
.section-product .size-buttons__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10.5px;
  margin-top: 12px;
}
.section-product .size-buttons .eyebrow {
  text-transform: none;
}
.section-product .size-buttons .size-button {
  min-width: max-content;
  height: auto;
  border: 1px solid #c2c2c2;
  padding: 16px;
  font-size: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.section-product .size-buttons .size-button.is-selected, .section-product .size-buttons .size-button:hover {
  border-color: #000000;
}
.section-product .size-buttons .oos .size-button__text {
  color: #c2c2c2;
}
.section-product .size-buttons .oos::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -27%;
  width: 150%;
  height: 1px;
  background: #c2c2c2;
  transform: rotate(-46deg);
}
.section-product .size-buttons .icon-envelop {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 9px;
}
.section-product .size-buttons .icon-envelop path {
  fill: #c2c2c2;
}
.section-product .ks-chart-modal-link {
  text-decoration: none;
}
.section-product .ks-chart-modal-link.with-icon .kiwi-svg {
  color: #202020;
}
.section-product .ks-chart-modal-link ._ks_text {
  display: block;
  width: max-content;
  border-bottom: 1px solid rgba(59, 59, 59, 0.96) !important;
  padding-bottom: 4px;
  color: #202020;
}
.section-product .ks-chart-modal-link:hover ._ks_text {
  border-bottom: 1px solid rgba(59, 59, 59, 0.96) !important;
}
.section-product .accordion-content {
  display: none;
}
.section-product .accordion-content ul {
  margin-top: 12px;
  font-size: 11px;
}
.section-product .accordion-content li {
  list-style: disc;
  margin-left: 16px;
}
.section-product .accordion-content p {
  font-size: 10px;
}
.section-product .accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 11px;
  cursor: pointer;
  border-bottom: 1px solid rgba(32, 32, 32, 0.1);
  padding: 16px 8px 16px 0;
}
.section-product .accordion-item.active .accordion-header {
  border: none;
}
.section-product .accordion-item.active .accordion-content {
  display: block;
  border-bottom: 1px solid rgba(32, 32, 32, 0.1);
  padding-bottom: 24px;
}
.section-product .accordion-item.active .accordion-icon {
  transform: rotate(180deg);
}
.section-product .accordion-item svg {
  scale: 0.4;
}
.section-product .accordion-item svg path {
  stroke: none;
}
.section-product .product-icons {
  position: relative;
  width: 100%;
  height: 48px;
}
.section-product .product__inner {
  margin: 0;
  width: 100%;
}
.section-product .mt-1-5 {
  margin-top: 32px;
}
.section-product .product-icons__grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}
.section-product .product-icons {
  position: relative;
}
.section-product .product-icons__item {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  opacity: 0;
  animation: iconFadeCycle 7s ease-in-out infinite;
  will-change: opacity;
  pointer-events: none;
}
.section-product .product-icons__item:nth-child(1) {
  animation-delay: 0s;
}
.section-product .product-icons__item:nth-child(2) {
  animation-delay: 2.3333333333s;
}
.section-product .product-icons__item:nth-child(3) {
  animation-delay: 4.6666666667s;
}
@keyframes iconFadeCycle {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.section-product .product-icons__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.section-product .product-icons__image img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.section-product .product-icons__text {
  font-size: 10px;
  line-height: 1.2;
  margin: 0;
  text-align: center;
  font-weight: 500;
  width: max-content;
}
.section-product .product-tag-image {
  margin-top: 32px;
  width: 100%;
}
.section-product .product-tag-image__wrapper {
  text-align: center;
}
.section-product .product-tag-image__wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.section-product .product-tag-image__text {
  color: rgba(var(--color-fg), 0.7);
  margin-top: 16px;
}
.section-product .tc {
  text-align: center;
}
.section-product .mt-1 {
  margin-top: 16px;
}
.section-product .product-buttons .button {
  height: 38px;
}

.product-highlights .page-width {
  width: calc(100% - 64px);
}
.product-highlights__header {
  margin-bottom: 24px;
  text-align: center;
}
.product-highlights__features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  cursor: unset;
}
.product-highlights .design-feature__content p {
  font-size: 12px;
}
.product-highlights .design-feature__content h6 {
  font-weight: 500;
  font-size: 14px;
  color: #202020;
  letter-spacing: 0.7px;
  margin-block: 12px;
  line-height: 120%;
}
.product-highlights .design-feature__image {
  aspect-ratio: 1/1;
}
.product-highlights .design-feature__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-highlights .js-carousel .carousel-is-active {
  max-width: unset;
}

.breadcrumbs {
  margin-block: 40px;
}

.stamped-header-title {
  font-size: 24px !important;
  text-align: center;
  letter-spacing: 0.03em;
}

@media (max-width: 1200px) {
  .section-product .product-media-thumbnails {
    padding: 0;
    width: 120px;
  }
}
@media (max-width: 640px) {
  .section-product .product-header__main .product-header__title {
    font-size: 20px;
    line-height: 128%;
  }
  .section-product .product-header__main .product-header__price {
    display: flex;
    justify-content: flex-end;
    font-size: 16px;
  }
  .section-product .product-header__main .product-header__price .price {
    width: max-content;
  }
  .section-product .swatch__item a {
    width: 32px;
    height: 32px;
  }
  .section-product .ks-chart-modal-link {
    font-size: 11px;
  }
  .section-product .ks-chart-modal-link.with-icon .kiwi-svg {
    width: 16px !important;
  }
  .section-product .ks-chart-modal-link ._ks_text {
    padding-bottom: 0;
  }
  .section-product .product-gallery {
    gap: 0;
  }
  .section-product .product-gallery .product-gallery-item {
    flex: 0 0 100% !important;
    height: 100% !important;
    aspect-ratio: 5/6;
    position: relative;
  }
  .section-product .product-gallery .product-gallery-item video {
    position: absolute;
  }
  .section-product .product-buttons {
    position: fixed;
    z-index: 9;
    width: 100%;
    left: 0;
    padding: 16px;
    bottom: 0;
    border-top: 1px solid rgba(32, 32, 32, 0.1);
    background-color: #fafaf5;
  }
}
@media (min-width: 960px) {
  .section-product .product-header__price {
    font-size: 16px;
    letter-spacing: 0.6px;
    line-height: 20.8px;
  }
  .section-product .stamped-badge-starrating {
    margin-right: 0 !important;
  }
  .section-product .product__info {
    position: sticky;
    top: 0;
    flex: 1;
    padding: 80px 55px 0 0;
    height: 100%;
  }
  .image-wrapper,
  .modal-content-wrapper {
    width: 50%;
  }
}
@media (min-width: 750px) {
  .section-product .product-header__title {
    font-size: 20px;
    letter-spacing: 0.96px;
    line-height: 25.6px;
  }
}
@media screen and (max-width: 768px) {
  .product-highlights {
    padding: 16px 0 !important;
    padding-bottom: 32px !important;
    overflow: hidden;
  }
  .product-highlights .js-carousel {
    display: flex !important;
    padding: 0 16px;
  }
  .product-highlights .js-carousel .carousel-is-active {
    flex: 0 0 50%;
    max-width: 38%;
    scroll-snap-align: start;
  }
  .product-highlights .page-width {
    width: 100%;
    margin: 0;
  }
  .product-highlights__features {
    gap: 16px;
  }
  .related-products {
    padding: 16px 0 !important;
    padding-bottom: 32px !important;
  }
  .shopify-app-block {
    margin-top: -60px;
    margin-bottom: -40px;
  }
}
@media screen and (max-width: 428px) {
  .product-highlights .js-carousel .carousel-is-active {
    flex: 0 0 65%;
    max-width: 65%;
    scroll-snap-align: start;
  }
}
@media (max-width: 960px) {
  .section-product .product__gallery {
    width: 100% !important;
    overflow: hidden;
  }
  .section-product .product-gallery {
    display: flex !important;
    flex-direction: row;
    gap: 4px;
    white-space: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-left: calc(var(--page-margin-sm) * -1);
    margin-right: calc(var(--page-margin-sm) * -1);
  }
  .section-product .product-gallery .product-gallery-item {
    flex: 0 0 60%;
    height: 650px;
  }
  .section-product .product__inner {
    width: 100%;
  }
  .section-product .shop-the-look {
    position: absolute;
    right: 0;
    left: unset;
    bottom: 0;
  }
  .section-product .product-info__wrap {
    padding: 16px;
  }
  .section-product .product-media-thumbnails {
    display: none;
  }
  .section-product .product-gallery-dots {
    position: absolute;
    bottom: 24px;
    left: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }
  .section-product .product-gallery-dots .dot {
    width: 8px;
    height: 8px;
    border-radius: 360px;
    background-color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: background-color 0.15s;
  }
  .section-product .product-gallery-dots .dot.active {
    background-color: #ffffff;
  }
  .section-product .shop-the-look {
    bottom: -16px;
    right: 18px;
  }
  .shop-the-look-modal {
    width: 100%;
    bottom: 0;
    top: unset;
    transform: translate(-50%, 100%);
    transition: all 0.6s ease;
    padding-bottom: 0;
    padding-top: 56px;
  }
  .shop-the-look-modal .image-wrapper {
    display: none;
  }
  .shop-the-look-modal.modal--open {
    transform: translate(-50%, 0%);
  }
  .shop-the-look-modal .carousel-controls .carousel-prev,
  .shop-the-look-modal .carousel-controls .carousel-next {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .shop-the-look-modal .carousel-controls .carousel-prev svg,
  .shop-the-look-modal .carousel-controls .carousel-next svg {
    width: 9.6px;
  }
  .modal-content-wrapper {
    width: 100%;
  }
}
.related-products {
  width: 100% !important;
}
.related-products .heading-wrapper {
  position: relative;
  margin-bottom: 24px;
  padding-inline: 40px;
}
.related-products .product-recommendations__heading {
  text-align: center;
  line-height: 38.4px;
}
.related-products .product-card__details {
  padding: 15px 0 0 0;
}
.related-products .product-card__details .product-card__title {
  text-transform: none;
  letter-spacing: 0;
}
.related-products .buttons-wrapper {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}
.related-products .buttons-wrapper .carousel-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 14px;
  cursor: pointer;
}
.related-products .buttons-wrapper .carousel-button.carousel-prev {
  transform: rotate(180deg);
}
.related-products .js-carousel {
  padding-inline: 32px;
  gap: 20px;
}
.related-products .js-carousel .carousel-is-active {
  flex: 0 0 50%;
  max-width: 22.5%;
  scroll-snap-align: start;
}
@media (max-width: 768px) {
  .related-products .buttons-wrapper {
    display: none;
  }
  .related-products .js-carousel {
    padding-inline: 16px;
    gap: 16px;
  }
  .related-products .js-carousel .carousel-is-active {
    max-width: 38%;
  }
}
@media (max-width: 428px) {
  .related-products .js-carousel .carousel-is-active {
    flex: 0 0 65%;
    max-width: 65%;
  }
}

/*# sourceMappingURL=main.min.css.map */
