.pdp-summary {
  margin: 1rem 1rem .4rem;
  width: 100%
}

@media (min-width: 768px) {
  .pdp-summary {
      margin:0 auto .4rem
  }
}

.pdp-summary__title-and-price {
  display: flex;
  flex-direction: row;
  gap: .5rem;
  justify-content: space-between
}

@media (min-width: 768px) {
  .pdp-summary__title-and-price {
      position:relative
  }
}
@media (min-width: 1026px) {
  .pdp-highlight__video {
      height: 400px !important;
  }
}

.pdp-summary__title-and-review {
  display: flex;
  flex-direction: column;
  width: 100%
}
img.play-icon.pdp-highlight__video-play-button {
  width: var(--3a906577);
}
.pdp-summary__review-container--hidden {
  height: 16px;
  visibility: hidden
}

.pdp-summary__title {
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  margin-top: .2rem;
  text-align: left
}

.pdp-summary__title--ghost {
  background-color: #f0eeed;
  color: #f0eeed;
  width: 80%
}

@media (min-width: 1026px) {
  .pdp-summary__title--ghost {
      width:50%
  }
}

.pdp-summary__product-pill {
  margin: 0 0 .2rem
}

.pdp-summary__product-pill--tag-only {
  margin-top: 1rem
}

.pdp-summary__price-and-savings {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  min-height: 84px;
  white-space: nowrap
}

.pdp-summary__price {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  margin-left: .5rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
  text-align: right
}

.pdp-summary__price--ghost {
  background: #f0eeed;
  color: #f0eeed;
  height: 50px;
  margin-top: 4px;
  width: 65px
}

.pdp-summary__price-item--campaign {
  background-color: none;
  color: #000;
  display: inline-block;
  margin-top: .1rem
}

.pdp-summary__price-item--campaign-red-color {
  color: #df0037
}

.pdp-summary__price-item--campaign.club-price {
  color: #117f7f
}

.pdp-summary__price-item--original {
  color: #afafaf;
  display: inline-block;
  font-size: 16px;
  margin: .2rem 0 0 .5rem;
  position: relative
}

.pdp-summary__price-item--original:after {
  background-color: #afafaf;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 45%;
  transform: rotate(8deg);
  width: 95%
}

.pdp-summary__savings {
  text-align: right
}

.pdp-summary__savings-text {
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
  margin: 0
}

.pdp-summary__login {
  align-items: center;
  display: flex;
  gap: .2rem
}

.pdp-summary__login-text {
  font-size: 11px;
  font-weight: 400;
  margin: 0
}

.pdp-summary__login-link a {
  color: #117f7f;
  font-size: 11px;
  font-weight: 600
}

.model-wears-label {
  background-color: #fff;
  border-radius: 2px;
  color: #000;
  flex-direction: column;
  font-size: 12px;
  font-weight: 500;
  padding: 0;
  white-space: nowrap;
  z-index: 1
}

.model-wears-label:hover {
  cursor: pointer
}

.model-wears-label__header {
  align-items: center;
  display: flex;
  gap: 5px;
  margin: .1rem;
  padding: .2rem .5rem 0
}

.model-wears-label__info {
  font-weight: 400;
  line-height: 14px;
  max-width: 100px;
  padding: 0 .5rem .2rem;
  white-space: break-spaces
}

.model-wears-label__icon {
  padding-bottom: 2px
}

.native-video-element__cover-parent {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.miniature-images {
  background-color: #fff;
  bottom: 0;
  -moz-column-gap: .5rem;
  column-gap: .5rem;
  display: flex;
  left: 0;
  margin: auto;
  overflow-x: auto;
  overflow-y: hidden;
  padding: .5rem 0;
  pointer-events: all;
  position: absolute;
  right: 0;
  scroll-behavior: smooth;
  width: calc(100% - 1rem)
}

@media (min-width: 1026px) {
  .miniature-images {
      bottom:auto;
      padding: .5rem 0 1rem;
      top: -95px;
      width: 662px
  }
}

.miniature-images:hover {
  cursor: pointer
}

.miniature-images__container {
  bottom: 0;
  height: 137px;
  left: 0;
  position: fixed;
  right: 0
}

@media (min-width: 1026px) {
  .miniature-images__container {
      background-color:#fff;
      margin: auto;
      width: 662px
  }
}

.miniature-images__image {
  background-color: #dad9d9;
  display: flex;
  flex-direction: column;
  height: 91px;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: all;
  width: 75px
}

.miniature-images__image--active {
  border: 1.5px solid #000
}

.miniature-images__video-image {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative
}

.miniature-images__video-image-play-button {
  position: absolute
}

.slim-size-selector {
  display: flex;
  flex-wrap: wrap
}

.slim-size-selector__size-dropdown {
  align-items: center;
  background-color: #f0eeed;
  border-radius: 2px;
  color: #181516;
  cursor: pointer;
  display: flex;
  flex-grow: .2;
  font-size: 16px;
  justify-content: center;
  margin-right: .5rem;
  padding: .9rem;
  text-align: center
}

.slim-size-selector__size-dropdown:hover {
  background-color: #f0eeed
}

.slim-size-selector__stock-monitor {
  flex-grow: 1;
  width: auto
}

.slim-size-selector__button {
  flex-grow: 1;
  outline: 1px solid #fff;
  padding: 10px 1rem;
  width: auto
}

.slim-size-selector__dropdown-arrow {
  margin-left: .5rem
}

.slim-size-selector__error {
  color: #e35404;
  font-weight: 400;
  text-align: center;
  width: 100%
}

.zoom-modal {
  background-color: #fff;
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 700
}

.zoom-modal__carousel {
  flex: 1
}

.zoom-modal__button {
  background-color: #ffffff80;
  border-radius: 7px;
  bottom: 80px;
  padding: .2rem;
  position: absolute;
  right: .5rem;
  transform: scaleX(-1) translateY(-100%);
  width: auto
}

@media (min-width: 1026px) {
  .zoom-modal__button {
      right:1.5rem;
      top: auto
  }
}

.zoom-modal__button-icon {
  display: block;
  width: 1.1rem
}

@media (min-width: 1026px) {
  .zoom-modal__button-icon {
      width:2.1rem
  }
}

.zoom-modal__button--background {
  background: #fff;
  border-radius: 0;
  width: calc(100% - .5rem)
}

@media (min-width: 1026px) {
  .zoom-modal__button--background {
      width:auto
  }
}

.zoom-modal__arrow-navigation {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  left: 1rem;
  position: absolute;
  right: 1rem;
  top: 0
}

@media (min-width: 1026px) {
  .zoom-modal__arrow-navigation {
      height:73%
  }
}

.zoom-modal__arrow {
  padding: 0 1rem;
  width: calc(20px + 2rem)
}

.zoom-modal__arrow-left,.zoom-modal__arrow-right {
  background-color: #ffffff80;
  border-radius: 50%;
  cursor: pointer;
  font-size: 2em;
  height: 2rem;
  line-height: 2rem;
  pointer-events: all;
  text-align: center;
  width: 20px;
  width: 2rem
}

.zoom-modal__add-to-cart {
  display: none
}

@media (min-width: 1026px) {
  .zoom-modal__add-to-cart {
      background-color:#fff;
      border-top: 1px solid #f0eeed;
      display: block;
      padding: .5rem 0
  }
}

.zoom-modal__add-to-cart-wrap {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: calc(1500px + 2rem);
  padding: 0 1rem
}

.zoom-modal__close-button {
  background-color: #ffffff80;
  border-radius: 50%;
  height: 2rem;
  line-height: 2rem;
  position: absolute;
  right: 1rem;
  text-align: center;
  top: 1rem;
  width: 2rem
}

@media (min-width: 768px) {
  .zoom-modal__close-button {
      right:3rem;
      top: 3rem
  }
}

@media (min-width: 1026px) {
  .zoom-modal__size-selector {
      width:25rem
  }
}

@media (max-width: 767px) {
  .zoom-modal__youtube-iframe {
      height:calc(100% - 5rem);
      margin-bottom: 1rem;
      margin-top: 4rem
  }
}

.zoom-modal__carousel-image,.zoom-modal__carousel-item-container,.zoom-modal__carousel-video {
  margin: auto;
  width: calc(100% - .5rem)
}

@media (min-width: 1026px) {
  .zoom-modal__carousel-image,.zoom-modal__carousel-item-container,.zoom-modal__carousel-video {
      height:73%
  }
}

.zoom-modal__carousel-youtube {
  height: 73%;
  margin: auto;
  width: calc(100% - .5rem)
}

@media (min-width: 768px) {
  .zoom-modal__carousel-youtube {
      height:85%
  }
}

@media (min-width: 1026px) {
  .zoom-modal__carousel-image--zoomed {
      height:100%
  }
}

.zoom-modal__carousel-item-container,.zoom-modal__carousel-video {
  height: 100%
}

.zoom-modal__carousel-item-container .zoom-modal__carousel-video {
  height: 60%
}

@media (min-width: 768px) and (max-width:1025px) {
  .zoom-modal__carousel-item-container .zoom-modal__carousel-video {
      height:100%
  }
}

@media (min-width: 1026px) {
  .zoom-modal__carousel-item-container .zoom-modal__carousel-video {
      height:73%;
      max-width: 662px;
      min-width: 662px;
      -o-object-fit: cover;
      object-fit: cover;
      width: auto
  }
}

.zoom-modal__carousel-item-container {
  display: flex
}

@media (min-width: 1026px) {
  .zoom-modal__carousel-item-container {
      display:block
  }
}

.zoom-modal__carousel .content-carousel,.zoom-modal__carousel .content-carousel__slide {
  height: 100%
}

.zoom-modal__carousel .zoomable-image {
  cursor: zoom-in;
  height: 100%
}

.zoom-modal__carousel .zoomable-image.zoomable-image--zoomed {
  cursor: zoom-out;
  height: 100%;
  max-width: 100%;
  min-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%
}

@media (min-width: 1026px) {
  .zoom-modal__carousel .zoomable-image {
      max-width:662px;
      min-width: 662px;
      -o-object-fit: cover;
      object-fit: cover;
      width: auto
  }
}

.pdp-images {
  display: block;
  position: relative;
  width: 100%
}

.pdp-images__row {
  display: flex;
  flex-wrap: nowrap;
  gap: .3rem;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  width: 100%
}

@media (max-width: 767px) {
  .pdp-images__row--desktop-test-ghosts {
      display:none
  }
}

@media (min-width: 768px) {
  .pdp-images__row {
      flex-wrap:wrap;
      gap: .5rem;
      margin: -5px 0 0 -5px;
      overflow: hidden;
      padding: 5px 0 0 5px
  }
}

.pdp-images__item {
  background: transparent;
  cursor: zoom-in;
  min-height: 100%;
  min-width: 65vw;
  padding: 0;
  position: relative;
  scroll-snap-align: start
}

@media (min-width: 768px) {
  .pdp-images__item {
      min-width:calc(50% - .5rem)
  }

  .pdp-images__item:focus-visible {
      border-radius: 2px;
      box-shadow: 0 0 0 4px #fff;
      outline: 3px solid #117f7f;
      outline-offset: 2px
  }

  .pdp-images__item:nth-child(n+3) {
      margin-bottom: 5px;
      min-width: calc(33.33% - .5rem)
  }

  .pdp-images__item:nth-child(n+6) {
      display: none
  }

  .pdp-images__item-lower-row {
      cursor: zoom-in;
      margin-top: .5rem;
      min-height: 100%;
      min-width: calc(33.33% - .5rem);
      position: relative;
      scroll-snap-align: start
  }
}

.pdp-images__item-spacer {
  padding-top: 122%
}

.pdp-images__item-ghost,.pdp-images__item-image,.pdp-images__item-video,.pdp-images__item-youtube {
  background-color: #f0eeed;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%
}

.pdp-images__item-ghost video,.pdp-images__item-image video,.pdp-images__item-video video,.pdp-images__item-youtube video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.pdp-images__item-ghost-thumbnail,.pdp-images__item-image-thumbnail,.pdp-images__item-video-thumbnail,.pdp-images__item-youtube-thumbnail {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%
}

.pdp-images__item-video,.pdp-images__item-youtube {
  cursor: pointer
}

.pdp-images__item-video-play-button {
  position: absolute;
  right: -.2rem;
  top: 2rem;
  transform: translate(-50%,-50%)
}

@media (min-width: 768px) {
  .pdp-images__item-video-play-button {
      top:2.2rem
  }
}

.pdp-images__item-youtube-click-area-left,.pdp-images__item-youtube-click-area-right {
  position: absolute;
  top: 50px
}

.pdp-images__item-youtube-click-area-left {
  bottom: 50px;
  left: calc(50% + 35px);
  right: 0
}

.pdp-images__item-youtube-click-area-right {
  bottom: 0;
  left: 0;
  right: calc(50% + 35px)
}

@media (min-width: 768px) {
  .pdp-images__item--abtest-ghost {
      flex:1;
      max-width: calc(100% - .5rem);
      position: relative
  }
}

.pdp-images__open-modal-btn-row {
  display: none
}

@media (min-width: 768px) {
  .pdp-images__open-modal-btn-row {
      align-items:flex-end;
      background: transparent linear-gradient(0deg,#fff,#fff0) 0 0 no-repeat padding-box;
      color: #000;
      cursor: pointer;
      display: flex;
      font-weight: 500;
      height: 78px;
      justify-content: center;
      margin-top: -60px;
      padding: 0;
      position: relative;
      width: calc(100% - .5rem)
  }

  .pdp-images__open-modal-btn-row-text {
      display: inline-block
  }

  .pdp-images__open-modal-btn-row-arrow {
      display: inline-block;
      margin-left: .3rem
  }
}

.pdp-images__pills--mobile {
  bottom: .5rem;
  display: flex;
  gap: .5rem;
  left: .5rem;
  position: absolute
}

@media (min-width: 768px) {
  .pdp-images__pills--mobile {
      display:none
  }
}

.pdp-images__pills--desktop {
  display: none
}

@media (min-width: 768px) {
  .pdp-images__pills--desktop {
      bottom:.625rem;
      display: flex;
      gap: .5rem;
      left: .625rem;
      position: absolute
  }
}

.pdp-images__model-wears--mobile {
  left: .5rem;
  position: absolute;
  top: .5rem
}

@media (min-width: 768px) {
  .pdp-images__model-wears--mobile {
      display:none
  }
}

.pdp-images__model-wears--desktop {
  display: none
}

@media (min-width: 768px) {
  .pdp-images__model-wears--desktop {
      display:flex;
      left: .625rem;
      position: absolute;
      top: .625rem
  }
}

.social-proof {
  align-items: center;
  cursor: pointer;
  display: flex;
  margin-bottom: 12px;
  text-align: center
}

.social-proof--ghost {
  background-color: #f0eeed;
  color: #f0eeed;
  width: 80%
}

.social-proof__text {
  margin: 0
}

.social-proof__text p {
  font-weight: 400;
  margin: 0
}

.social-proof__text strong {
  color: #e35404
}

.social-proof__text--ghost strong {
  color: #f0eeed
}

.social-proof__arrow {
  margin-left: 5px
}

.social-proof__arrow--ghost {
  display: none
}

@media (min-width: 768px) {
  .social-proof {
      display:none
  }
}

.product-color-option {
  align-items: center;
  background: transparent;
  color: #000;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding: 2px;
  position: relative;
  text-align: center
}

.product-color-option__container {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 142%;
  position: relative;
  width: 100%
}

.product-color-option__container-image {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.product-color-option__container-image--selected {
  outline: 1.5px solid #333;
  outline-offset: .2rem
}

.product-color-option__container-image .out-of-stock-banner {
  padding: .2rem 0;
  top: 50%
}

.product-color-option__container-image .out-of-stock-banner__text {
  font-size: .5rem;
  vertical-align: middle
}

.product-color-option__product-pill {
  bottom: .375rem;
  left: .375rem;
  margin: 0;
  position: absolute
}

.product-color-option__color {
  font-size: .8rem;
  margin-top: .6rem
}

.product-color-option__discount {
  position: absolute;
  right: .5rem;
  top: .5rem
}

.fullscreen-layer {
  background-color: #fff;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 900
}

.fullscreen-layer--hidden {
  display: none
}

.fullscreen-layer__container {
  margin: 0 auto;
  max-width: 900px;
  min-height: 4rem;
  position: relative
}

.fullscreen-layer__close {
  align-items: center;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 35px;
  font-weight: 300;
  height: calc(2rem + 22px);
  justify-content: center;
  position: absolute;
  right: .5rem;
  top: .5rem;
  width: calc(2rem + 22px)
}

.fullscreen-layer__close,.fullscreen-layer__close:hover {
  background-color: transparent
}

.fullscreen-layer__close-btn {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  height: 35px;
  justify-content: center;
  width: 35px
}

.pdp-color-select {
  padding-bottom: .6rem
}

.pdp-color-select__selected-color {
  font-weight: 300
}

.pdp-color-select--ghost {
  background-color: #f0eeed;
  height: 175px;
  margin-top: 10px
}

.pdp-color-select__title {
  font-size: 14px;
  font-weight: 500;
  padding: .4rem 0 .8rem;
  text-align: left
}

.pdp-color-select__list {
  -moz-column-gap: .2rem;
  column-gap: .2rem;
  display: flex;
  justify-content: left
}

.pdp-color-select__list-item {
  max-width: 80px;
  width: 17%
}

.pdp-color-select__show-all {
  align-items: center;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  font-size: 11px;
  height: 80px;
  justify-content: center;
  margin-left: .4rem;
  padding: 0;
  row-gap: .5rem;
  text-align: center
}

@media (min-width: 1026px) {
  .pdp-color-select__show-all {
      height:100px
  }
}

.pdp-color-select__show-all-link {
  color: #000;
  -webkit-text-decoration: none;
  text-decoration: none
}

@media (min-width: 768px) {
  .pdp-color-select__show-all-link {
      width:60px
  }
}

.pdp-color-select__show-all-icon {
  cursor: pointer;
  width: 34px
}

.pdp-color-select__modal-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  padding-top: 1rem;
  text-align: center
}

@media (min-width: 768px) and (max-width:1025px) {
  .pdp-color-select__modal-title {
      font-size:24px;
      line-height: 29px;
      padding-top: 2rem
  }
}

@media (min-width: 1026px) {
  .pdp-color-select__modal-title {
      padding-top:3rem
  }
}

.pdp-color-select__modal-subtitle {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  padding-top: .5rem;
  text-align: center
}

.pdp-color-select__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1rem auto 0;
  max-width: 800px
}

.pdp-color-select__grid.pdp-color-select__grid--size1,.pdp-color-select__grid.pdp-color-select__grid--size2 {
  padding: 0 .5rem
}

.pdp-color-select__grid.pdp-color-select__grid--size1 .pdp-color-select__grid-item,.pdp-color-select__grid.pdp-color-select__grid--size2 .pdp-color-select__grid-item {
  padding: .5rem;
  width: 50%
}

@media (min-width: 768px) {
  .pdp-color-select__grid.pdp-color-select__grid--size1 {
      padding:.5rem 0
  }

  .pdp-color-select__grid.pdp-color-select__grid--size1 .pdp-color-select__grid-item {
      padding: .5rem 2rem;
      width: 33.33%
  }
}

@media (min-width: 768px) {
  .pdp-color-select__grid.pdp-color-select__grid--size1 .product-color-option__image {
      padding-top:120%
  }
}

@media (min-width: 768px) {
  .pdp-color-select__grid.pdp-color-select__grid--size2 .pdp-color-select__grid-item {
      padding:1rem;
      width: 25%
  }
}

.pdp-color-select__grid.pdp-color-select__grid--size3 {
  padding: 0 .5rem
}

@media (min-width: 768px) {
  .pdp-color-select__grid.pdp-color-select__grid--size3 {
      padding:.5rem
  }
}

.pdp-color-select__grid.pdp-color-select__grid--size3 .pdp-color-select__grid-item {
  padding: .25rem;
  width: 33.3333%
}

@media (min-width: 768px) {
  .pdp-color-select__grid.pdp-color-select__grid--size3 .pdp-color-select__grid-item {
      padding:.5rem;
      width: 16.66666%
  }
}

@media (min-width: 768px) {
  .pdp-color-select__grid.pdp-color-select__grid--size3 .pdp-color-select__grid-item .product-color-option__image {
      padding-top:120%
  }
}

.pdp-size-info__size-info-frame {
  border: 1px solid #f0eeed;
  margin-top: 1rem;
  padding: .5rem 2rem;
  text-align: center
}

.pdp-size-info__size-measurements {
  border-top: 1px solid #f0eeed;
  margin-top: 1rem;
  padding-top: 1rem
}

.measurement-instructions {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin: 0
}

@media (min-width: 768px) and (max-width:1025px) {
  .measurement-instructions {
      flex-direction:row
  }
}

.measurement-instructions__instructions {
  display: flex;
  flex-wrap: wrap
}

.measurement-instructions__instructions-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0
}

.measurement-instructions__instructions-text {
  font-size: 16px;
  margin-top: 0;
  padding-right: 1rem
}

.measurement-instructions__image {
  height: 13rem
}

.measurement-instructions__image-wrapper {
  margin: 0 auto 1rem
}

@media (min-width: 768px) and (max-width:1025px) {
  .measurement-instructions__image-wrapper {
      margin-top:1rem
  }
}

.garment-measurements {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap
}

@media (min-width: 1026px) {
  .garment-measurements {
      flex-direction:row
  }

  .garment-measurements__how-to-measure,.garment-measurements__table-wrapper {
      width: calc(50% - 2.8rem)
  }
}

.garment-measurements__how-to-measure {
  margin-top: 2rem
}

@media (min-width: 1026px) {
  .garment-measurements__how-to-measure {
      margin-left:3rem;
      margin-top: 0
  }
}

.garment-measurements__sizeguide-link {
  margin-top: 1rem
}

.garment-measurements__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1rem
}

.garment-measurements__open-sizeguide-page {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.5rem
}

 .garment-measurements__open-sizeguide-page-link:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline
}

.garment-measurements__open-sizeguide-page-icon {
  height: .8rem;
  margin-right: .3rem;
  width: auto
}

.garment-measurements__info {
  font-size: 16px
}

@media (min-width: 1026px) {
  .garment-measurements__info.mobile {
      display:none
  }
}

.garment-measurements__info.desktop {
  display: none
}

@media (min-width: 1026px) {
  .garment-measurements__info.desktop {
      display:block;
      margin-top: 2.8rem
  }
}

.garment-measurements table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  padding: 20px;
  width: 100%
}

.garment-measurements table tr {
  border: 0;
  font: inherit;
  font-size: 100%;
  height: 2rem;
  margin: 0;
  padding: 0;
  vertical-align: baseline
}

.garment-measurements table tr sub {
  bottom: 0
}

.garment-measurements table tr th {
  font-weight: 400;
  padding: 1rem 0;
  position: relative
}

.garment-measurements table tr td,.garment-measurements table tr th {
  border: 1px solid #f0eeed
}

.garment-measurements table tr td {
  padding: .6rem 0;
  text-align: center;
  vertical-align: middle
}

.garment-measurements table tr:nth-child(odd) td {
  background-color: #fafafa
}

.garment-measurements table tr td:first-child {
  background-color: #fff;
  font-weight: 600;
  text-align: center
}

.body-measurements {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%
}

@media (min-width: 1026px) {
  .body-measurements {
      flex-direction:row
  }
}

.body-measurements__measure-instruction {
  display: flex;
  flex-wrap: wrap
}

.body-measurements__body-instruction-image {
  height: 16rem;
  margin: 0 auto 1rem
}

.body-measurements-instruction {
  display: flex;
  flex-wrap: nowrap;
  margin: 2rem 0
}

.body-measurements__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1rem
}

.body-measurements__how-to-measure {
  margin-top: 2rem
}

@media (min-width: 1026px) {
  .body-measurements__how-to-measure {
      margin-left:3rem;
      margin-top: 0;
      width: calc(50% - 2.8rem)
  }
}

.body-measurements__open-sizeguide-page {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.5rem
}

.body-measurements__open-sizeguide-page-link:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline
}

.body-measurements__open-sizeguide-page-icon {
  height: .8rem;
  margin-right: .3rem;
  width: auto
}

@media (min-width: 1026px) {
  .body-measurements__info-mobile {
      display:none
  }
}

.body-measurements__info-mobile-text {
  font-size: 16px
}

.body-measurements__info-desktop {
  display: none
}

@media (min-width: 1026px) {
  .body-measurements__info-desktop {
      display:block;
      margin-top: 2rem
  }
}

.body-measurements__table-wrapper {
  width: 100%
}

@media (min-width: 1026px) {
  .body-measurements__table-wrapper {
      width:calc(50% - 2.8rem)
  }
}

.body-measurements table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  padding: 20px;
  width: 100%
}

.body-measurements table tr {
  border: 0;
  font: inherit;
  font-size: 100%;
  height: 2rem;
  margin: 0;
  padding: 0;
  vertical-align: baseline
}

.body-measurements table tr sub {
  bottom: 0
}

.body-measurements table tr th {
  font-weight: 400;
  padding: 1rem 0;
  position: relative
}

.body-measurements table tr td,.body-measurements table tr th {
  border: 1px solid #f0eeed
}

.body-measurements table tr td {
  padding: .6rem 0;
  text-align: center;
  vertical-align: middle
}

.body-measurements table tr:nth-child(odd) td {
  background-color: #fafafa
}

.body-measurements table tr td:first-child {
  background-color: #fff;
  font-weight: 600;
  text-align: center
}

.body-measurements__instructions-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0
}

.body-measurements__instructions-text {
  font-size: 16px;
  margin-top: 0;
  padding-right: 1rem
}

.body-measurements__image {
  height: 100%;
  width: 50%
}

@media (min-width: 1026px) {
  .body-measurements__image {
      width:30%
  }
}

.pdp-size-guide-reviews {
  margin: 1rem auto 0;
  max-width: calc(1080px - 2rem)
}

.pdp-size-guide-reviews__heading {
  font-size: 16px
}

.pdp-size-guide-reviews__load-more {
  margin: 1rem;
  text-align: center
}

.international-sizes__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1rem
}

.international-sizes table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  padding: 20px;
  width: 100%
}

.international-sizes table tr {
  border: 0;
  font: inherit;
  font-size: 100%;
  height: 2rem;
  margin: 0;
  padding: 0;
  vertical-align: baseline
}

.international-sizes table tr th {
  font-weight: 400;
  padding: 1rem 0;
  position: relative
}

.international-sizes table tr td,.international-sizes table tr th {
  border: 1px solid #f0eeed
}

.international-sizes table tr td {
  padding: .6rem 0;
  text-align: center;
  vertical-align: middle;
  width: 4rem
}

.international-sizes table tr td:first-child {
  background-color: #fff;
  font-weight: 600;
  text-align: center
}

.international-sizes table tr:nth-child(odd) td {
  background-color: #fafafa
}

.size-guide {
  margin: 2.6rem 2.8rem
}

.size-guide__title {
  border-bottom: 1px solid #cbc6c4;
  font-weight: 600;
  line-height: 3rem;
  margin: 0
}

.size-guide__tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: .8rem -.4rem
}

.size-guide__tab {
  background-color: #f0eeed;
  border-radius: 16px;
  color: #181516;
  cursor: pointer;
  font-size: 14px;
  margin: .4rem;
  padding: .6rem .7rem
}

.size-guide__tab:focus-visible {
  border-radius: 16px
}

.size-guide__tab:hover {
  background-color: #007170;
  color: #fff
}

.size-guide__tab--selected {
  background-color: #117f7f;
  color: #fff
}

.size-guide__content {
  display: none
}

.size-guide__content--selected {
  display: block
}

@media (max-width: 1025px) {
  .size-guide {
      height:100%;
      margin: 1rem 1rem 2rem
  }
}

.pdp-add-to-cart__desktop {
  display: none;
  position: relative
}

@media (min-width: 1026px) {
  .pdp-add-to-cart__desktop {
      display:block
  }
}

.pdp-add-to-cart__phone {
  margin: 0 auto;
  max-width: 30rem
}

@media (min-width: 1026px) {
  .pdp-add-to-cart__phone {
      display:none
  }
}

.pdp-add-to-cart__size-info-frame {
  border: 1px solid #f0eeed;
  margin-top: 1rem;
  padding: .5rem 2rem;
  text-align: center
}

.pdp-add-to-cart__size-measurements {
  border-top: 1px solid #f0eeed;
  margin-top: 1rem;
  padding-top: 1rem
}

.pdp-add-to-cart__reviews {
  display: inline-block;
  margin: .5rem 0
}

.pdp-add-to-cart__sticky-spacer {
  background-color: #fff;
  height: 60px
}

.pdp-add-to-cart__sticky {
  background-color: #fff;
  border-top: 1px solid #f0eeed;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  transform: translateY(100%);
  transition: transform .2s;
  z-index: 2
}

.pdp-add-to-cart__sticky--visible {
  transform: translateY(0)
}

.pdp-add-to-cart__sticky-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: auto;
  max-width: 1500px;
  padding: 1rem
}

@media (min-width: 1026px) {
  .pdp-add-to-cart__sticky-wrap {
      flex-direction:row
  }
}

.pdp-add-to-cart__sticky-size-selector {
  width: 25rem
}

@media (max-width: 767px) {
  .pdp-add-to-cart__sticky-size-selector {
      margin:auto;
      max-width: 30rem;
      width: 100%
  }
}

.modal-layer .pdp-add-to-cart__size-guide-modal {
  bottom: 0;
  height: 70%;
  max-width: 100vw;
  position: fixed;
  width: 100vw
}

@media (min-width: 1026px) {
  .modal-layer .pdp-add-to-cart__size-guide-modal {
      height:100%;
      max-width: 900px;
      position: relative;
      width: calc(100% - 1rem)
  }
}

.price-with-campaign {
  display: flex;
  font-size: 17px;
  font-weight: 600;
  text-align: left
}

.price-with-campaign__display-price {
  padding: 0
}

.price-with-campaign__display-price--reduced {
  color: #df0037;
  padding: 0 .25em
}

.price-with-campaign__old-price {
  color: #cbc6c4;
  display: inline-block;
  position: relative
}

.price-with-campaign__old-price:after {
  background-color: #cbc6c4;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 45%;
  transform: rotate(8deg);
  width: 95%
}

.set-bundle-content__title {
  border-bottom: 1px solid #cbc6c4;
  font-weight: 600;
  line-height: 3rem;
  margin: 0
}

.set-bundle-content__products {
  display: flex;
  flex-direction: column
}

.set-bundle-content__images {
  align-items: center;
  display: flex;
  gap: .8rem;
  justify-content: space-between
}

.set-bundle-content__product-image-wrapper {
  position: relative;
  width: calc(50% - 10px)
}

.set-bundle-content__product-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%
}

.set-bundle-content__product-name {
  font-size: .9rem;
  font-weight: 300;
  line-height: 17px;
  width: 50%
}

.set-bundle-content__product-name-link {
  -webkit-text-decoration: none;
  text-decoration: none
}

.set-bundle-content__images-plus {
  font-size: 2rem;
  font-weight: 400
}

.set-bundle-content__names {
  display: flex;
  gap: 3.2rem;
  margin: .4rem 0
}

.set-bundle-content__prices {
  display: flex;
  gap: 3.2rem;
  margin-bottom: .9rem;
  white-space: wrap
}

.set-bundle-content__price {
  width: 50%
}

.set-bundle-content__price .price-with-campaign {
  flex-wrap: wrap
}

.set-bundle-content__variant-selectors {
  display: flex;
  flex-direction: row;
  gap: 3.2rem;
  margin-bottom: 1rem
}

.set-bundle-content__variant-selector {
  flex: 1;
  width: 30%
}

.set-bundle-content__variant-selector .dropdown {
  margin-bottom: .6rem
}

.set-bundle-content__variant-selector .dropdown_border {
  background-color: #f0eeed;
  border-color: transparent;
  font-size: 13px;
  height: 37px
}

.set-bundle-content__variant-selector .dropdown__selected-value {
  font-weight: 600
}

.set-bundle-content__variant-selector .dropdown--expanded .dropdown_border {
  background-color: #fff;
  border-color: #cdc8c6
}

.set-bundle-content__variant-selector .dropdown_border .arrow-expandable .arrow__path {
  fill: #837975
}

.set-bundle-content__variant-selector .dropdown--expanded .dropdown__select {
  border: 1px solid #cdc8c6
}

.set-bundle-content__variant-selector .dropdown .dropdown__select {
  border-top: 0
}

.set-bundle-content__variant-selector .dropdown__option--hover {
  background-color: #f0eeed;
  -webkit-text-decoration: none;
  text-decoration: none
}

.set-bundle-content__variant-selector .dropdown__option--selected,.set-bundle-content__variant-selector .dropdown__selected-value {
  font-weight: 500
}

.set-bundle-content__button {
  background-color: #000;
  width: 100%
}

.set-bundle-content__button:hover {
  background-color: #000
}

.set-bundle-content__button:disabled {
  background-color: #8f8f8f;
  cursor: auto
}

.set-bundle-content__button-title {
  font-size: 14px;
  font-weight: 600;
  margin: 0
}

.set-bundle-content__button-price {
  font-size: 16px;
  justify-content: center
}

.set-bundle-content__button-price .price-with-campaign__display-price {
  color: #fff;
  font-weight: 600
}

.set-bundle-content__button-price .price-with-campaign__old-price {
  color: #fff;
  font-weight: 400
}

.set-bundle-content__button-price .price-with-campaign__old-price:after {
  background-color: #fff
}

.set-bundle-content__info {
  text-align: center
}

.set-bundle-content__info-savings b {
  font-weight: 600
}

.set-bundle-content__info-valid {
  font-size: 12px
}

.set-bundle-content__pill {
  left: 10px;
  position: absolute;
  top: 10px
}

.modal-layer__container.pdp-set-bundle__modal {
  max-width: 490px;
  overflow: visible;
  padding: 1.3rem 2.7rem
}

@media (max-width: 767px) {
  .modal-layer__container.pdp-set-bundle__modal {
      bottom:0;
      height: 645px;
      max-height: calc(100% - 1rem);
      max-width: 100%;
      padding: .5rem 1.1rem 4rem;
      position: fixed;
      width: 100%
  }
}

.pdp-set-bundle {
  background-color: #f6f6f6;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  margin: 10px 0;
  padding: 1rem 0
}

.pdp-set-bundle--ghost {
  background-color: #f0eeed;
  height: 162px
}

@media (min-width: 768px) {
  .pdp-set-bundle--ghost {
      height:105px
  }
}

.pdp-set-bundle__images {
  align-items: center;
  display: flex;
  position: relative
}

.pdp-set-bundle__images-image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 5rem
}

.pdp-set-bundle__images-plus {
  font-size: 1.5rem;
  font-weight: 400
}

.pdp-set-bundle__content {
  padding: 0 1rem
}

.pdp-set-bundle__title {
  font-size: 14px;
  line-height: 16px;
  margin: 0
}

.pdp-set-bundle__savings {
  color: #df0037
}

.pdp-set-bundle__subtitle {
  font-size: 13px;
  line-height: 14px;
  margin: .6rem 0
}

.pdp-set-bundle__add-to-cart-button {
  font-weight: 400;
  padding: .5rem 1rem
}

@media (max-width: 767px) {
  .pdp-set-bundle__add-to-cart-button {
      max-width:100%;
      width: 100%
  }
}

.cross-sell-product {
  border: 1px solid #dad9d9;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: .5rem;
  scroll-snap-align: center;
  width: 13rem
}

@media (min-width: 768px) {
  .cross-sell-product {
      width:100%
  }
}

.cross-sell-product__info {
  display: flex;
  flex-direction: row;
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 100%
}

.cross-sell-product__text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  padding: .4rem .7rem
}

.cross-sell-product__name {
  font-size: 11px;
  padding-top: .3rem
}

.cross-sell-product__price {
  font-size: 14px;
  font-weight: 500
}

.cross-sell-product__image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 3rem
}

.cross-sell-product__add-to-cart {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding-right: 7px
}

.pdp-cross-sell-container {
  overflow-x: hidden;
  padding-top: .6rem
}

@media (max-width: 767px) {
  .pdp-cross-sell-container {
      width:calc(100vw - 2rem)
  }
}

.pdp-cross-sell-container--ghost {
  background-color: #f0eeed;
  height: 182px
}

@media (max-width: 1025px) {
  .pdp-cross-sell-container--ghost {
      height:117px
  }
}

.pdp-cross-sell-container__title {
  font-size: 11px;
  font-weight: 600
}

.pdp-cross-sell-container__grid {
  display: grid;
  grid-template-columns: repeat(2,calc(50% - .5rem));
  grid-template-rows: repeat(2,auto);
  grid-gap: 1rem;
  gap: 1rem;
  justify-content: stretch;
  margin-top: .5rem
}

@media (max-width: 767px) {
  .pdp-cross-sell-container__grid {
      grid-template-columns:repeat(4,auto);
      grid-template-rows: auto;
      overflow-x: auto;
      scroll-snap-type: x mandatory
  }
}

.pdp-head {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  max-width: calc(1500px + 2rem);
  padding: 0 0 2rem
}

@media (min-width: 768px) and (max-width:1025px) {
  .pdp-head {
      max-width:700px;
      padding: 0 1rem 2rem
  }
}

@media (min-width: 1026px) {
  .pdp-head {
      flex-wrap:nowrap;
      padding: 0 1rem
  }
}

.pdp-head__info {
  flex-basis: 100px;
  flex-grow: 1;
  margin-left: 0;
  margin-top: 1rem;
  max-width: 1500px;
  padding: 0 1rem
}

@media (min-width: 768px) and (max-width:1025px) {
  .pdp-head__info {
      padding:0
  }
}

@media (min-width: 1026px) {
  .pdp-head__info {
      margin-left:1.5rem
  }
}

.pdp-head__info .unique-selling-points__image {
  height: 12px
}

.pdp-head__pdp-summary {
  display: block
}

@media (min-width: 768px) {
  .pdp-head__pdp-summary {
      display:none
  }
}

.pdp-head__pdp-summary--desktop {
  display: none
}

@media (min-width: 768px) {
  .pdp-head__pdp-summary--desktop {
      display:block
  }
}

.pdp-head__stock-monitor {
  margin-bottom: .5rem;
  margin-top: .5rem;
  max-width: 30rem
}

@media (min-width: 1026px) {
  .pdp-head__stock-monitor {
      max-width:100%
  }
}

.pdp-head__stock-monitor-signup {
  bottom: 0;
  max-height: 80vh;
  max-width: 600px;
  position: fixed
}

@media (min-width: 1026px) {
  .pdp-head__stock-monitor-signup {
      padding:2rem 5rem 0
  }
}

.pdp-head__media {
  display: flex;
  flex-wrap: nowrap;
  width: 100%
}

@media (min-width: 1026px) {
  .pdp-head__media {
      width:57%
  }
}

@media (min-width: 768px) {
  .pdp-head__carousel {
      margin-left:1.2rem
  }
}

.pdp-head__add-to-cart {
  margin-bottom: .5rem
}

.pdp-head__klarna-placement {
  display: block
}

.pdp-about__tab--ghost {
  background-color: #fff;
  height: 630px;
  width: 100%
}

@media (min-width: 1026px) {
  .pdp-about__tab--ghost {
      background-color:#f0eeed;
      height: 400px
  }
}

.pdp-about__tab--ghost.pdp-about__tab--ghost-light {
  background-color: #fff
}

.pdp-about__tabs-desktop {
  display: none
}

@media (min-width: 768px) {
  .pdp-about__tabs-desktop {
      background:#f7f7f7;
      display: flex;
      margin: 20px auto 0;
      position: sticky;
      z-index: 1
  }

  .pdp-about__tabs-desktop-buttons {
      display: flex;
      margin: 0 auto;
      max-width: calc(1500px + 2rem);
      padding: 0 1rem;
      width: 100%
  }
}

.pdp-about__tab-button-desktop {
  background: transparent;
  color: #afafaf;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: space-between;
  line-height: 22px;
  padding: 1rem
}

@media (min-width: 768px) {
  .pdp-about__tab-button-desktop {
      padding:1rem
  }
}

.pdp-about__tab-button-desktop-active-tab {
  color: #2c2c2c
}

.pdp-about__review-title {
  font-weight: 400;
  margin-left: 4px
}

.pdp-recco {
  margin: .5rem 1.1rem
}

.pdp-recco__title {
  border-bottom: 1px solid #cbc6c4
}

.pdp-recco__subtitle,.pdp-recco__title {
  font-weight: 600;
  line-height: 3rem;
  margin: 0
}

.pdp-recco__rescue-usps {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 3.5rem
}

.pdp-recco__rescue-usp {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: .6rem
}

.pdp-recco__icon {
  height: 2rem;
  margin: 1rem 0
}

.pdp-recco__recco-logo {
  background-color: red;
  margin: 1.2rem 0;
  padding: .3rem .5rem .5rem;
  width: 4.2rem
}

@media (min-width: 1026px) {
  .pdp-recco {
      margin:1.3rem 2.7rem
  }

  .pdp-recco__about {
      display: flex;
      flex-direction: row
  }

  .pdp-recco__about-recco {
      padding: 1rem 3rem 2rem 0;
      width: 50%
  }

  .pdp-recco__about-rescue {
      padding: .8rem 0 2rem;
      width: 50%
  }
}

.pdp-materials__facts {
  display: grid;
  grid-auto-rows: min-content;
  grid-template-columns: auto;
  grid-row-gap: 1.8rem;
  row-gap: 1.8rem;
  grid-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem
}

.pdp-materials__facts-title {
  font-size: 14px;
  font-weight: 500;
  height: 21px
}

@media (min-width: 1026px) {
  .pdp-materials__facts-title {
      font-size:16px
  }
}

.pdp-materials__facts-paragraph {
  line-height: normal;
  margin: 0
}

.pdp-materials__facts-paragraph-bold {
  font-weight: 500;
  margin-bottom: .5rem
}

.pdp-materials__facts-container {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  grid-template-columns: 110px auto
}

.pdp-materials__facts-container--fit-form {
  align-items: baseline
}

.pdp-materials__facts-recycled-label {
  margin-bottom: .5rem
}

.history-modal-product {
  border: 1px solid #cbc6c4;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 5px
}

.history-modal-product__current {
  border: 2px solid #000
}

.history-modal-product>:nth-child(odd) {
  background-color: #f7f7f7
}

.history-modal-product__title {
  font-size: 14px;
  font-weight: 700;
  margin: 0
}

.history-modal-product__image {
  height: -moz-fit-content;
  height: fit-content;
  width: 50%
}

.history-modal-product__article-number,.history-modal-product__name,.history-modal-product__ratings,.history-modal-product__updates {
  padding: 1rem
}

.history-modal-product__rating {
  align-items: center;
  display: flex;
  gap: 5px
}

.history-modal-product__updates {
  display: flex;
  flex: 1;
  flex-direction: column
}

.history-modal-product__updates-content {
  flex: 1
}

.history-modal-product__updates-content ul {
  margin: .25rem 0;
  padding-left: 1rem
}

.history-modal-product__updates-content ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: inherit;
  padding-left: 0
}

.history-modal-product__link {
  display: block;
  font-weight: 500;
  margin: 2rem 0 0;
  max-width: none;
  width: auto
}

.history-modal-product__link-active {
  background-color: #cbc6c4;
  cursor: default;
  pointer-events: none
}

.product-history-modal__container {
  height: 100%;
  max-height: 100vh;
  max-width: none;
  padding-bottom: 7rem;
  width: 100%
}

@media (min-width: 768px) {
  .product-history-modal__container {
      height:auto;
      max-width: 60%;
      width: auto
  }
}

.product-history-modal__title {
  font-size: 18px;
  line-height: 2.5rem;
  margin: 1rem 1rem .5rem
}

.product-history-modal__products {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
  overflow-x: auto;
  padding: 0 1rem;
  scroll-snap-type: x mandatory
}

.product-history-modal__error {
  padding: 5rem 1rem;
  text-align: center
}

.product-history-modal__ghost {
  background-color: #f0eeed;
  height: 500px
}

.product-history-modal__ghost,.product-history-modal__product {
  min-width: 75%;
  scroll-snap-align: center;
  width: 75%
}

@media (min-width: 768px) {
  .product-history-modal__ghost,.product-history-modal__product {
      min-width:300px;
      width: 300px
  }
}

.segmented-progress-bar {
  display: flex;
  flex-direction: row;
  margin-left: -2px;
  min-height: 4px;
  position: relative;
  width: 100%
}

.segmented-progress-bar__bar {
  background: #d6d6d6;
  border-radius: 6px;
  height: 6px;
  margin-left: 4px;
  width: calc(20% - 2px)
}

.product-attribute-range {
  display: flex;
  flex-direction: row;
  margin-bottom: 1.2rem
}

.product-attribute-range__image {
  margin-right: 20px;
  max-height: 40px
}

@media (min-width: 1026px) {
  .product-attribute-range__image {
      margin-right:20px;
      max-height: 50px
  }
}

.product-attribute-range__about {
  flex-grow: 1
}

.product-attribute-range__grade,.product-attribute-range__subtitle,.product-attribute-range__title {
  color: #181516;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px
}

@media (min-width: 1026px) {
  .product-attribute-range__grade,.product-attribute-range__subtitle,.product-attribute-range__title {
      font-size:14px;
      line-height: 20px
  }
}

.product-attribute-range__text-part {
  margin: 0
}

.product-attribute-range__subtitle {
  font-weight: 400
}

.product-attribute-range__progress-bar {
  clear: right;
  height: 4px;
  margin-top: 6px
}

.product-attribute-range__progress-bar .segmented-progress-bar__bar--filled {
  background-color: #117f7f
}

.pdp-description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto
}

.pdp-description__facts {
  display: grid;
  grid-auto-rows: min-content;
  grid-template-columns: auto;
  grid-row-gap: 1.8rem;
  row-gap: 1.8rem;
  grid-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  margin-top: .8em
}

@media (min-width: 1026px) {
  .pdp-description__facts {
      width:35%
  }
}

.pdp-description__facts-recco-container {
  align-items: center;
  display: flex
}

.pdp-description__facts-title {
  font-size: 14px;
  font-weight: 500;
  height: 21px
}

@media (min-width: 1026px) {
  .pdp-description__facts-title {
      font-size:16px
  }
}

.pdp-description__facts-paragraph {
  line-height: normal;
  margin: 0
}

.pdp-description__facts-paragraph-bold {
  font-weight: 500;
  margin-bottom: .5rem
}

.pdp-description__facts-container {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  grid-template-columns: 110px auto
}

.pdp-description__facts-container--fit-form {
  align-items: baseline
}

.pdp-description__product-label {
  visibility: visible
}

.pdp-description__product-label.recycled {
  margin-bottom: .5rem
}

.pdp-description__chip {
  display: inline-block;
  font-size: 12px;
  max-width: -moz-max-content;
  max-width: max-content;
  min-width: -moz-max-content;
  min-width: max-content
}

.pdp-description__chip--aqua {
  background: #e5f4f4;
  color: #000
}

.pdp-description__activities,.pdp-description__documents {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem
}

.pdp-description__ranges {
  background: #f7f6f6;
  margin: 0 auto 1rem 0;
  padding: 1.5rem 1rem;
  width: 100%
}

@media (min-width: 768px) {
  .pdp-description__ranges {
      margin:2rem auto 1rem 0;
      padding: 3rem 1rem
  }
}

@media (min-width: 1920px) {
  .pdp-description__ranges {
      margin:2rem auto 0
  }
}

@media (max-width: 767px) {
  .pdp-description__ranges {
      margin-left:calc(50% - 50vw);
      width: 100vw
  }
}

.pdp-description__ranges-descriptive-text {
  font-size: 12px;
  margin: 1rem auto 0;
  max-width: 550px;
  text-align: left
}

@media (min-width: 768px) {
  .pdp-description__ranges-descriptive-text {
      margin:3rem auto 0;
      max-width: calc(1500px + 2rem);
      padding: 0 1rem
  }
}

.pdp-description__ranges-content {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  grid-gap: 1rem;
  gap: 1rem;
  margin: 0 auto;
  max-width: 550px
}

@media (min-width: 768px) and (max-width:1025px) {
  .pdp-description__ranges-content {
      grid-template-columns:repeat(2,1fr)
  }
}

@media (min-width: 768px) {
  .pdp-description__ranges-content {
      display:grid;
      grid-template-columns: repeat(3,1fr);
      margin: 0 auto;
      max-width: 1500px;
      grid-gap: 2.5rem;
      gap: 2.5rem
  }
}

.pdp-description__recco-logo {
  background-color: red;
  padding: .3rem .5rem .5rem;
  width: 4.2rem
}

.pdp-description__data-points {
  border-collapse: separate;
  border-spacing: 0 1em
}

.pdp-description__data-label {
  font-weight: 500;
  padding-right: .3rem;
  vertical-align: baseline;
  white-space: nowrap
}

@media (min-width: 1026px) {
  .pdp-description__data-label {
      font-size:16px
  }
}

.pdp-description__data-value {
  font-weight: 300
}

@media (min-width: 1026px) {
  .pdp-description__data-value {
      font-size:16px
  }
}

.pdp-description__primary {
  margin: 0 auto;
  max-width: 550px;
  padding: 0 1rem
}

@media (min-width: 768px) {
  .pdp-description__primary {
      display:flex;
      flex-grow: 1;
      gap: 4rem;
      -webkit-mask-image: initial;
      mask-image: none;
      max-height: none;
      max-width: calc(1500px + 2rem);
      padding: 2rem 1rem;
      width: 100%
  }
}

@media (min-width: 1026px) {
  .pdp-description__primary-text {
      font-size:16px;
      width: 65%
  }
}

.pdp-description__primary--show-full-description {
  -webkit-mask-image: initial;
  mask-image: none;
  max-height: 100%
}

.pdp-description__primary-description-toggle {
  font-weight: 500;
  margin: 1.4rem 1rem;
  text-align: right;
  z-index: 1
}

@media (min-width: 768px) {
  .pdp-description__primary-description-toggle {
      display:none
  }
}

.pdp-description__recco-button {
  cursor: pointer;
  font-weight: 300;
  -webkit-text-decoration: underline;
  text-decoration: underline
}

@media (min-width: 1026px) {
  .pdp-description__recco-button {
      font-size:16px
  }
}

.pdp-description__updates {
  margin: 1.5rem 0
}

@media (max-width: 1025px) {
  .pdp-description__recco-modal {
      bottom:0;
      max-height: calc(100vh - 11rem);
      max-width: 100%;
      position: fixed;
      width: 100%
  }
}

.pdp-highlight {
  margin-bottom: .6rem;
  width: 260px
}

@media (min-width: 768px) {
  .pdp-highlight {
      width:100%
  }
}

.pdp-highlight__video-container {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: relative
}
img.pdp-highlight__image {
  height: 400px;
}
.pdp-highlight__video-play-button {
  position: absolute
}

.pdp-highlight__video {
  display: block;
  height: 220px;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

@media (min-width: 1026px) {
  .pdp-highlight__video {
      height:400px
  }
}
.pdp-highlight__title {
 
  font-size: 1rem;
}
.pdp-highlight__title {
  margin: .6rem 0 0
}

.pdp-highlight__text {
  line-height: 20px;
  margin: .2rem 0
}

.pdp-specifications {
  width: 100%
}

@media (min-width: 768px) {
  .pdp-specifications {
      width:auto
  }
}

.pdp-specifications__ul {
  margin: 0;
  padding-left: 0
}

@media (min-width: 768px) {
  .pdp-specifications__ul-title {
      display:none
  }
}

.pdp-specifications__arrow-expandable {
  margin-left: 5px
}

.pdp-specifications__li-item {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-weight: 400;
  gap: 15px;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 42px;
  padding-right: 1rem
}

.pdp-specifications__li-item:before {
  display: none
}

.pdp-specifications__li-item:nth-child(odd) {
  background: #f7f7f7
}

.pdp-specifications__check-mark {
  margin-left: 28px
}

.pdp-specifications__span {
  background-color: transparent;
  color: #000;
  cursor: pointer;
  float: right;
  font-size: 14px;
  font-weight: 500;
  margin-top: 1.4rem;
  padding: 0
}

.pdp-specifications__span:hover {
  background-color: transparent;
  -webkit-text-decoration: underline;
  text-decoration: underline
}

@media (min-width: 768px) {
  .pdp-specifications__span {
      margin-right:0
  }
}

@media (max-width: 767px) {
  .pdp-specifications {
      flex-direction:column;
      max-width: 550px
  }
}

@media (min-width: 768px) {
  .pdp-specifications {
      justify-content:space-between
  }
}

.pdp-highlights {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: space-between;
  margin: 0 auto 1rem;
  max-width: calc(1500px + 2rem);
  padding: 1rem
}

@media (min-width: 768px) {
  .pdp-highlights {
      display:grid;
      grid-template-columns: 1fr 1fr 1fr;
      width: 100%
  }
}

@media (min-width: 1026px) {
  .pdp-highlights {
      gap:4rem
  }
}

@media (min-width: 768px) and (max-width:1025px) {
  .pdp-highlights {
      gap:2rem;
      justify-content: space-around
  }
}

.pdp-highlights__header {
  display: none
}

@media (min-width: 768px) {
  .pdp-highlights__header {
      display:block;
      font-size: 18px;
      grid-column: 1/span 3
  }
}

@media (min-width: 1026px) {
  .pdp-highlights__header {
      margin-bottom:-35px
  }
}

@media (min-width: 768px) and (max-width:1025px) {
  .pdp-highlights__header {
      margin-bottom:-10px
  }
}

.pdp-highlights__mobile-container {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  padding-bottom: 1rem
}

@media (min-width: 768px) {
  .pdp-highlights__mobile-container {
      display:none
  }
}

@media (max-width: 767px) {
  .pdp-highlights__desktop-highlight {
      display:none
  }
}

.pdp-reviews {
  margin: 0 auto
}

@media (min-width: 1026px) {
  .pdp-reviews {
      margin:2rem auto 0
  }
}

.pdp-reviews__load-more {
  margin: 1rem;
  text-align: center
}

@font-face {
  font-family: ginetex-symbolsplus;
  src: url(../fonts/ginetex-symbolsplus.ttf)
}

.pdp-wash-symbol {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 8px
}

@media (min-width: 768px) {
  .pdp-wash-symbol {
      gap:4px
  }
}

.pdp-wash-symbol__ginetex-symbol {
  font-family: ginetex-symbolsplus;
  font-size: 2.5rem;
  text-align: center;
  width: 50px
}

@media (min-width: 768px) {
  .pdp-wash-symbol__ginetex-symbol {
      font-size:2.5rem
  }
}

.pdp-wash-symbol__label {
  flex: 1
}

.pdp-clothing-care {
  margin: 0 auto 1rem;
  padding: 1.5rem 1rem;
  width: 100%
}

@media (min-width: 768px) {
  .pdp-clothing-care {
      background:#fff;
      padding: 3rem 1rem
  }
}

@media (max-width: 767px) {
  .pdp-clothing-care {
      margin-left:calc(50% - 50vw);
      width: 100vw
  }
}

.pdp-clothing-care__header {
  display: none;
  font-size: 18px;
  margin: 0 0 2rem
}

@media (min-width: 768px) {
  .pdp-clothing-care__header {
      display:block
  }
}

.pdp-clothing-care__container {
  align-items: flex-start;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  display: flex;
  flex-direction: column;
  width: 100%
}

@media (min-width: 768px) {
  .pdp-clothing-care__container {
      flex-direction:row;
      margin: 0 auto;
      max-width: calc(1500px + 2rem);
      padding: 0 1rem
  }
}

.pdp-clothing-care__container--single-column {
  flex-direction: column
}

.pdp-clothing-care__column {
  flex: 1
}

.pdp-clothing-care__wash-symbols {
  display: grid;
  margin-bottom: 20px;
  grid-gap: 20px;
  gap: 20px;
  grid-auto-rows: 50px;
  grid-template-columns: repeat(2,1fr)
}

@media (min-width: 768px) {
  .pdp-clothing-care__wash-symbols {
      grid-auto-rows:60px;
      grid-template-columns: repeat(2,250px)
  }
}

.pdp-clothing-care__link {
  display: block;
  margin-top: 1.5rem
}

.pdp-traceability {
  margin: 0 auto 1rem;
  padding: 1.5rem 1rem;
  width: 100%
}

@media (min-width: 768px) {
  .pdp-traceability {
      background:#f7f6f6;
      padding: 3rem 1rem
  }
}

@media (max-width: 767px) {
  .pdp-traceability {
      margin-left:calc(50% - 50vw);
      width: 100vw
  }
}

.pdp-traceability__header {
  display: none;
  font-size: 18px;
  margin: 0 0 2rem
}

@media (min-width: 768px) {
  .pdp-traceability__header {
      display:block
  }
}

.pdp-traceability__facts {
  display: grid;
  grid-auto-rows: min-content;
  grid-template-columns: auto;
  grid-row-gap: 1.8rem;
  row-gap: 1.8rem;
  grid-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  margin-top: .8em
}

@media (min-width: 1026px) {
  .pdp-traceability__facts {
      width:50%
  }
}

.pdp-traceability__facts-title {
  font-size: 14px;
  font-weight: 500;
  height: 21px
}

@media (min-width: 1026px) {
  .pdp-traceability__facts-title {
      font-size:16px
  }
}

.pdp-traceability__facts-paragraph {
  line-height: normal;
  margin: 0
}

.pdp-traceability__facts-paragraph-bold {
  font-weight: 500;
  margin-bottom: .5rem
}

.pdp-traceability__facts-container {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  grid-template-columns: 100px auto
}

.pdp-traceability__facts-container--fit-form {
  align-items: baseline
}

.pdp-traceability__description {
  margin-top: 2.8rem
}

.pdp-traceability__container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%
}

@media (min-width: 768px) {
  .pdp-traceability__container {
      flex-direction:row;
      margin: 0 auto;
      max-width: calc(1500px + 2rem);
      padding: 0 1rem
  }
}

.pdp-traceability__column {
  flex: 1
}

.pdp-schema,.product-page__breadcrumbs {
  display: none
}

@media (min-width: 1026px) {
  .product-page__breadcrumbs {
      display:block;
      font-size: .8em;
      font-weight: 300;
      height: 39px;
      margin: 0 auto;
      max-width: calc(1500px + 2rem);
      padding: 0 1rem
  }
}

.product-page__phone-size-info {
  display: block;
  margin: 0 auto 2rem;
  width: calc(100% - 2rem)
}

@media (min-width: 1026px) {
  .product-page__phone-size-info {
      display:none
  }
}
img.icon.pdp-highlight__video-play-button {
  width: 60px
}