/*
 * Colors: Base
\* -------------------------------------------------------------------------- */
/*
 * Colors: System color
\* -------------------------------------------------------------------------- */
/*
 * Colors: Overrides
\* -------------------------------------------------------------------------- */
/*
 * Colors: ADN-club
\* -------------------------------------------------------------------------- */
/** System monospace */
/**
 * Returns a rem value from a number of pixels.
 * Its uses 16px as root font-size
 */
/* -- Not on redesign -- */
/* 1025 is used instead of 1024 because touch devices design is not specified */
/* Scrollbars customization */
/**
 * Returns an url encoded SVG with the given color
 * @param {String} $icon - SVG code
 * @param {String} $color - Final color
 * @return {String} URL encoded svg
 */
/* stylelint-disable function-parentheses-newline-inside */
/* stylelint-enable function-parentheses-newline-inside */
/*
 * https://allyjs.io/tutorials/hiding-elements.html#2017-edition-of-visuallyhidden
 */
/* Mixin to use if touch devices design is specified */
/** Vertical scrollbar with custom color & size
*     @include ad-scrollbars(color, size);
*/
/** Horizontal scrollbar with custom color & size
*     @include ad-scrollbars();
*     @include ad-scrollbars-horizontal(color, size);
*/
.pull-left-xs {
  float: left;
}

.pull-right-xs {
  float: right;
}

@media (min-width: 375px) and (max-width: 767.98px) {
  .pull-left-sm {
    float: left;
  }
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 1024.98px) {
  .pull-left-md {
    float: left;
  }
  .pull-right-md {
    float: right;
  }
}
@media (min-width: 1025px) and (max-width: 1279.98px) {
  .pull-left-lg {
    float: left;
  }
  .pull-right-lg {
    float: right;
  }
}
@media (min-width: 1280px) and (max-width: 1439.98px) {
  .pull-left-xl {
    float: left;
  }
  .pull-right-xl {
    float: right;
  }
}
@media (min-width: 1440px) and (max-width: 1919.98px) {
  .pull-left-xxl {
    float: left;
  }
  .pull-right-xxl {
    float: right;
  }
}
@media (min-width: 1920px) {
  .pull-left-xxxl {
    float: left;
  }
  .pull-right-xxxl {
    float: right;
  }
}
@media (max-width: 374.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 1024.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 1279.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (max-width: 1439.98px) {
  .hidden-xl-down {
    display: none !important;
  }
}

@media (max-width: 1919.98px) {
  .hidden-xxl-down {
    display: none !important;
  }
}

.hidden-xxxl-down {
  display: none !important;
}

.row.equal-height > [class^=col] {
  display: flex;
}

/*
 * Colors: Base
\* -------------------------------------------------------------------------- */
/*
 * Colors: System color
\* -------------------------------------------------------------------------- */
/*
 * Colors: Overrides
\* -------------------------------------------------------------------------- */
/*
 * Colors: ADN-club
\* -------------------------------------------------------------------------- */
/** System monospace */
/**
 * Returns a rem value from a number of pixels.
 * Its uses 16px as root font-size
 */
/* -- Not on redesign -- */
/* 1025 is used instead of 1024 because touch devices design is not specified */
/* Scrollbars customization */
/**
 * Returns an url encoded SVG with the given color
 * @param {String} $icon - SVG code
 * @param {String} $color - Final color
 * @return {String} URL encoded svg
 */
/* stylelint-disable function-parentheses-newline-inside */
/* stylelint-enable function-parentheses-newline-inside */
/*
 * https://allyjs.io/tutorials/hiding-elements.html#2017-edition-of-visuallyhidden
 */
/* Mixin to use if touch devices design is specified */
/** Vertical scrollbar with custom color & size
*     @include ad-scrollbars(color, size);
*/
/** Horizontal scrollbar with custom color & size
*     @include ad-scrollbars();
*     @include ad-scrollbars-horizontal(color, size);
*/
.recommendations {
  margin-bottom: 3rem;
}
@media (min-width: 1025px) {
  .recommendations {
    margin-bottom: 3.5rem;
  }
}
.recommendations--grid .recommendations__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 2rem;
  row-gap: 2rem;
  grid-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
@media (min-width: 768px) {
  .recommendations--grid .recommendations__wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 4rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
.recommendations__title {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  color: rgb(0, 0, 0);
  margin-top: 0;
  margin-bottom: 1rem;
  padding-right: 1rem;
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .recommendations__title {
    font-size: 1.375rem;
    line-height: 1.27;
  }
}
@media (min-width: 768px) {
  .recommendations__title {
    padding-right: 2rem;
  }
}
@media (min-width: 1025px) {
  .recommendations__title {
    margin-bottom: 1.5rem;
    padding-right: 3rem;
  }
}
.recommendations__pagination {
  display: none;
}
@media (max-width: 767px) {
  .recommendations__pagination {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.recommendations__slide-item {
  width: 16.666%;
  min-width: 225px;
}
@media (min-width: 1025px) {
  .recommendations__slide-item {
    min-width: 295px;
  }
}
.recommendations__slide-item:last-child {
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .recommendations__slide-item:last-child {
    margin-right: 2rem;
  }
}
@media (min-width: 1025px) {
  .recommendations__slide-item:last-child {
    margin-right: 3rem;
  }
}
@media (max-width: 767px) {
  .recommendations .image-container a {
    cursor: grab;
  }
}
@media (max-width: 767px) {
  .recommendations .tile-image__pic {
    pointer-events: none;
  }
}

.swiper-container .pdp-link {
  font-size: 1rem;
}
@media (min-width: 480px) {
  .swiper-container .pdp-link {
    font-size: 0.75rem;
  }
}
@media (min-width: 1025px) {
  .swiper-container .pdp-link {
    font-size: 0.875rem;
  }
}

/*
 * Colors: Base
\* -------------------------------------------------------------------------- */
/*
 * Colors: System color
\* -------------------------------------------------------------------------- */
/*
 * Colors: Overrides
\* -------------------------------------------------------------------------- */
/*
 * Colors: ADN-club
\* -------------------------------------------------------------------------- */
/** System monospace */
/**
 * Returns a rem value from a number of pixels.
 * Its uses 16px as root font-size
 */
/* -- Not on redesign -- */
/* 1025 is used instead of 1024 because touch devices design is not specified */
/* Scrollbars customization */
/**
 * Returns an url encoded SVG with the given color
 * @param {String} $icon - SVG code
 * @param {String} $color - Final color
 * @return {String} URL encoded svg
 */
/* stylelint-disable function-parentheses-newline-inside */
/* stylelint-enable function-parentheses-newline-inside */
/*
 * https://allyjs.io/tutorials/hiding-elements.html#2017-edition-of-visuallyhidden
 */
/* Mixin to use if touch devices design is specified */
/** Vertical scrollbar with custom color & size
*     @include ad-scrollbars(color, size);
*/
/** Horizontal scrollbar with custom color & size
*     @include ad-scrollbars();
*     @include ad-scrollbars-horizontal(color, size);
*/
.usizy-adviser-container--mobile {
  position: absolute;
  right: 2.5rem;
  left: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 3.75rem;
  padding: 0.5rem 1.5rem;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  transform: translateY(calc(-100% - 1.125rem));
}
@media (min-width: 768px) {
  .usizy-adviser-container--mobile {
    display: none;
  }
}
.usizy-adviser-container--desktop {
  display: none;
}
@media (min-width: 768px) {
  .usizy-adviser-container--desktop {
    display: block;
  }
}
.usizy-adviser-container__text {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  margin: 0;
  text-align: center;
}

.product-info__sizes-info:not(.opened) .usizy-adviser-container--mobile {
  display: none;
}

.social-container {
  padding-top: 0.9375em;
  text-align: center;
}
.social-container .social-icons {
  padding: 0;
  color: #444;
  font-size: 1.875em;
  -webkit-text-decoration: none;
  text-decoration: none;
  list-style-type: none;
}
@media (max-width: 1024.98px) {
  .social-container .social-icons {
    font-size: 1.5625em;
  }
}
.social-container .social-icons i,
.social-container .social-icons a {
  padding-right: 0.2em;
  color: #444;
}

@media (min-width: 375px) {
  .product-number-rating {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 768px) {
  .product-number-rating {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 375px) {
  .ratings {
    margin-top: 0.625em;
  }
}
@media (max-width: 374.98px) {
  .ratings {
    margin-top: -1.875em; /* 30/16 */
    margin-right: -0.9375em; /* 15/16 */
    padding: 0.1875em; /* 3/16 */
    background-color: #fff;
  }
}

.promotions {
  height: 85%;
  font-weight: normal;
  text-align: center;
}
.promotions .collapsible-xl .callout {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: rgb(229, 57, 53);
  font-size: 1.25em;
}
@media (min-width: 375px) {
  .promotions .collapsible-xl .callout {
    font-size: 1.375em;
  }
}

.product-breadcrumb .breadcrumb {
  margin-bottom: 0;
  margin-left: -1rem;
  border-bottom-style: none;
}

.product-options {
  margin-top: 1.25em;
}

.color-attribute {
  padding: 0;
  background: none;
  border-style: none;
}

.product-detail {
  position: relative;
}
@media (min-width: 768px) {
  .product-detail {
    padding: 0 2rem 0 0;
  }
}
@media (min-width: 1025px) {
  .product-detail {
    padding: 0 3rem 0 0;
  }
}
.product-detail__back-link {
  position: fixed;
  top: calc(0.25rem + 3.25rem);
  left: 0.5rem;
  z-index: 9;
}
@media (min-width: 768px) {
  .product-detail__back-link {
    position: absolute;
    top: 1rem;
    left: 1rem;
  }
}
.bundle-detail-page .product-detail__back-link {
  position: absolute;
}
.product-detail__back-link .go-back-link {
  display: inline-block;
  padding: 0.75rem;
  font-size: 0;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .product-detail__back-link .go-back-link {
    font-family: "AdFont", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: rgb(0, 0, 0);
    font-weight: 600;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    border-style: none;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: 0;
  }
  .product-detail__back-link .go-back-link:hover, .product-detail__back-link .go-back-link:active, .product-detail__back-link .go-back-link:focus {
    color: rgb(33, 33, 33);
  }
  .product-detail__back-link .go-back-link:disabled {
    color: rgb(117, 117, 117);
  }
  .product-detail__back-link .go-back-link--mini {
    font-family: "AdFont", sans-serif;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: rgb(0, 0, 0);
    font-weight: 600;
  }
}
.product-detail__back-link-icon {
  width: 1.375rem;
  height: 1.375rem;
}
.product-detail__back-link-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden;
  border: 0 !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.product-detail__main {
  z-index: 2;
  margin: 0 0 6.25rem;
}
@media (min-width: 768px) {
  .product-detail__main {
    margin: 0 0 12.5rem;
  }
}
@media (max-width: 767px) {
  .product-detail-page .product-detail__main {
    margin-top: -3.25rem;
  }
}
.product-detail__color-swatches {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: auto;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  transform: translateY(-100%);
}
@media (min-width: 768px) {
  .product-detail__color-swatches {
    display: none;
  }
}
.product-detail__color-swatches .product-colors__name {
  position: relative;
  display: none;
  width: -moz-fit-content;
  width: fit-content;
}
.product-detail__color-swatches .color-swatches__more {
  display: block;
}
.product-detail__color-swatches--all-visible {
  justify-content: flex-start;
  width: 100%;
  padding-top: 1.5rem;
  padding-left: 1rem;
  background-color: rgb(255, 255, 255);
}
.product-detail__color-swatches--all-visible .product-colors__name {
  display: block;
}
.product-detail__color-swatches--all-visible .color-swatches__more {
  display: none;
}
@media (max-width: 767px) {
  .product-detail__color-swatches-img {
    border: 1px solid rgb(224, 224, 224);
  }
}
.product-detail__complete-the-look {
  margin-bottom: 3rem;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .product-detail__complete-the-look {
    margin-right: -2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1025px) {
  .product-detail__complete-the-look {
    margin-right: -3rem;
    margin-bottom: 3.5rem;
    padding-left: 3rem;
  }
}
.product-detail__complete-the-look, .product-detail__recommendations {
  position: relative;
  background-color: rgb(255, 255, 255);
}
.product-detail__complete-the-look .recommendations--slider, .product-detail__recommendations .recommendations--slider {
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .product-detail__complete-the-look .recommendations--slider, .product-detail__recommendations .recommendations--slider {
    margin-right: -2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1025px) {
  .product-detail__complete-the-look .recommendations--slider, .product-detail__recommendations .recommendations--slider {
    margin-right: -3rem;
    padding-left: 3rem;
  }
}
.product-detail__complete-the-look .recommendations--grid, .product-detail__recommendations .recommendations--grid {
  padding: 0;
}
@media (min-width: 768px) {
  .product-detail__complete-the-look .recommendations--grid, .product-detail__recommendations .recommendations--grid {
    padding-left: 2rem;
  }
}
@media (min-width: 1025px) {
  .product-detail__complete-the-look .recommendations--grid, .product-detail__recommendations .recommendations--grid {
    padding-left: 3rem;
  }
}
.product-detail__complete-the-look .recommendations--grid .title,
.product-detail__complete-the-look .recommendations--grid .tile-body, .product-detail__recommendations .recommendations--grid .title,
.product-detail__recommendations .recommendations--grid .tile-body {
  padding-left: 0.5rem;
}
@media (min-width: 768px) {
  .product-detail__complete-the-look .recommendations--grid .title,
  .product-detail__complete-the-look .recommendations--grid .tile-body, .product-detail__recommendations .recommendations--grid .title,
  .product-detail__recommendations .recommendations--grid .tile-body {
    padding-left: 0;
  }
}
@media (min-width: 1025px) {
  .product-detail__complete-the-look + .product-detail__recommendations {
    margin-top: 6.25rem;
  }
}
.product-detail .discount-message {
  margin: 0.125rem 0 0;
}

@media (min-width: 768px) {
  .select-size-button {
    display: none;
  }
}
.one-size-product .select-size-button {
  display: none;
}

.cart-and-ipay {
  display: none;
}
@media (min-width: 768px) {
  .cart-and-ipay {
    display: block;
  }
}
@media (max-width: 767px) {
  .one-size-product .cart-and-ipay, .product-info__bundle-actions .cart-and-ipay {
    display: block;
  }
}
@media (min-width: 768px) {
  .cart-and-ipay .add-to-cart--one-size-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .cart-and-ipay .add-to-cart--one-size-desktop {
    display: none;
  }
}

.product-number {
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 400;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .product-colors {
    display: none;
  }
}
.product-colors__label {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 600;
  display: block;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.product-colors__options-wrapper {
  margin: -0.5rem;
}
.product-colors__selector-container {
  display: inline-block;
}
@media (min-width: 1025px) {
  .product-colors__selector-container {
    margin: 0.5rem;
  }
}
.product-colors__selector {
  display: block;
  padding: 0.75rem;
}
@media (min-width: 1025px) {
  .product-colors__selector {
    padding: 0;
  }
}
.product-colors__selector-label {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  display: block;
  margin: 0.5rem 0 0;
}
.product-colors__selected-name {
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 600;
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem 0 0;
}
@media (max-width: 767px) {
  .product-colors .product-colors__selected-name {
    display: none;
  }
}

.product-detail-page .product-images-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .product-detail-page .product-images-container {
    position: inherit;
    height: auto;
    padding-right: 2.5%;
  }
}
@media (min-width: 1440px) {
  .product-detail-page .product-images-container {
    padding-right: 8.33%;
  }
}
.bundle-detail-page .product-images-container {
  position: relative;
}

.product-images-slider {
  overflow: hidden;
}
@media (max-width: 767px) {
  .product-images-slider img,
  .product-images-slider .pdp-video {
    height: calc(100vh - 50px);
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .product-images-slider .placeholder {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.product-images-slider__slide {
  display: inline-block;
  line-height: 0;
  text-align: center;
}
.product-images-slider__image {
  width: 100%;
}
@media (min-width: 768px) {
  .product-images-slider__slide:not(.video-slide) {
    cursor: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22"><g fill-rule="evenodd"><path d="M7.006 4.925L6.006 4.925 6.006 6.925 4.006 6.925 4.006 7.925 6.006 7.925 6.006 9.925 7.006 9.925 7.006 7.925 9.006 7.925 9.006 6.925 7.006 6.925zM11.999 12.211L11.999 13.625 15.152 16.778 15.86 16.071z" transform="translate(3 2)"/><path d="M6.506 12.925c-3.033 0-5.5-2.468-5.5-5.5 0-3.034 2.467-5.5 5.5-5.5 3.032 0 5.5 2.466 5.5 5.5 0 3.032-2.468 5.5-5.5 5.5m0-12c-3.585 0-6.5 2.915-6.5 6.5 0 3.583 2.915 6.5 6.5 6.5 3.584 0 6.5-2.917 6.5-6.5 0-3.584-2.916-6.5-6.5-6.5" transform="translate(3 2)"/></g></svg>'), auto;
  }
}
.product-images-slider__slide.video-slide {
  cursor: pointer;
}
@media (max-width: 767px) {
  .product-images-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
  }
}
.product-images-slider .swiper-container {
  position: static;
  overflow: hidden;
}
@media (min-width: 768px) {
  .product-detail-page .product-images-slider__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .bundle-detail-page .product-images-slider__wrapper {
    display: block;
  }
}
.product-images-slider .pdp-video {
  max-width: 100%;
}
@media (min-width: 1920px) {
  .product-images-slider .pdp-video {
    width: 100%;
  }
}

.product-images-zoom {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1350;
  width: 100vw;
  height: 100vh;
  background-color: rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .product-images-zoom {
    overflow-y: auto;
    /* W3C Working Draft */
    scrollbar-color: rgb(158, 158, 158) transparent; /* stylelint-disable-line property-no-unknown */
    /* Internet Explorer */
    scrollbar-face-color: rgb(158, 158, 158);
    scrollbar-track-color: transparent;
    /* Firefox */
    scrollbar-width: thin;
  }
  .product-images-zoom::-webkit-scrollbar-thumb {
    background-color: rgb(158, 158, 158);
    border-radius: 1.5px;
  }
  .product-images-zoom::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .product-images-zoom::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
  .product-images-zoom::-webkit-scrollbar:horizontal {
    width: 1px;
    height: 1px;
  }
  .product-images-zoom::-webkit-scrollbar-thumb:horizontal {
    background-color: rgb(0, 0, 0);
    border-radius: 1.5px;
  }
  .product-images-zoom::-webkit-scrollbar-track:horizontal {
    background-color: rgb(245, 245, 245);
  }
  @supports (scrollbar-width: auto) {
    .product-images-zoom {
      scrollbar-color: auto; /* Chrome +121 */
    }
  }
  @supports (scrollbar-width: auto) {
    .product-images-zoom {
      scrollbar-width: auto; /* Chrome +121 */
    }
  }
}
.product-images-zoom__btn-close {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 1;
  width: 3.375rem;
  height: 3.375rem;
  color: rgb(0, 0, 0);
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
}
@media (min-width: 768px) {
  .product-images-zoom__btn-close {
    right: 2rem;
  }
}
@media (min-width: 1025px) {
  .product-images-zoom__btn-close {
    top: 2.5rem;
    right: 4rem;
  }
}
.product-images-zoom__btn-close.close {
  background-color: rgba(250, 250, 250, 0.3);
}
.product-images-zoom__close-icon {
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: auto;
  margin-left: auto;
}

.zoom-image {
  width: 100%;
  transform-origin: center center;
  cursor: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44"><g fill="none" fill-rule="evenodd"><g fill="rgb(0, 0, 0)"><path d="M8.014 14L18.012 14 18.012 12 8.014 12zM24.001 22.574L24.001 25.402 30.305 31.708 31.719 30.294z" transform="translate(6 6)"/><path d="M13.012 24c-6.066 0-11-4.934-11-11s4.934-11 11-11c6.064 0 11 4.934 11 11s-4.936 11-11 11m0-24c-7.168 0-13 5.832-13 13s5.832 13 13 13 13-5.832 13-13-5.832-13-13-13" transform="translate(6 6)"/></g><path d="M0 0H44V44H0z"/></g></svg>'), auto;
  transition: all 0.35s ease-in-out;
}

.zoom-picture {
  display: flex;
}

.zoom-images-wrapper {
  position: relative;
}
.zoom-images-wrapper--mobile {
  display: block;
}
@media (min-width: 768px) {
  .zoom-images-wrapper--mobile {
    display: none;
  }
}
.zoom-images-wrapper--desktop {
  display: none;
}
@media (min-width: 768px) {
  .zoom-images-wrapper--desktop {
    display: flex;
    flex-direction: column;
    height: 100vh;
  }
}
.zoom-images-wrapper__image {
  -o-object-fit: cover;
     object-fit: cover;
}

.pdp-in-store-inventory {
  display: none;
}

.product-sustainability {
  white-space: pre-wrap;
}

.product-care,
.product-characteristics {
  margin: 1.5rem 0 0;
  padding-left: 0;
  list-style: none;
}
.product-care li,
.product-characteristics li {
  display: flex;
  align-items: center;
}
.product-care li::before,
.product-characteristics li::before {
  display: inline-block;
  width: 2px;
  height: 2px;
  margin-right: 1.5rem;
  background-color: currentColor;
  border-radius: 100%;
  content: "";
}

.composition-and-care__block:first-child .product-care {
  margin-top: 0;
}

.shipping-and-returns__condition-title {
  font-weight: 600;
}
.shipping-and-returns__condition-subtitle {
  display: block;
  font-weight: 600;
}
.shipping-and-returns__condition-subtitle::before {
  content: "- ";
}
.shipping-and-returns__conditions + .shipping-and-returns__conditions {
  margin-top: 1em;
}

.bundle-detail-page > .product-detail__main {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .bundle-detail-page > .product-detail__main {
    margin-bottom: 6.25rem;
  }
}
@media (max-width: 767px) {
  .bundle-detail-page .product-info__bundled-items {
    width: 100%;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
  }
}
.bundle-detail-page .product-info__primary-section {
  margin-top: 0;
}
@media (max-width: 767px) {
  .bundle-detail-page .product-info__primary-section {
    grid-template-areas: "productName productName productName productName" "productPrice productPrice realValue realValue" "actions actions actions actions";
  }
}
@media (min-width: 768px) {
  .bundle-detail-page .product-info__primary-section {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }
}
.bundle-detail-page .product-info__name {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  color: rgb(0, 0, 0);
}
@media (min-width: 1025px) {
  .bundle-detail-page .product-info__name {
    font-size: 1.375rem;
    line-height: 1.27;
  }
}

.bundle-info {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .bundle-info {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .bundle-info {
    margin-top: 0;
    padding-right: 0;
    padding-left: 2.5%;
  }
}
@media (min-width: 1440px) {
  .bundle-info {
    padding-left: 0;
  }
}
.bundle-info__value {
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 600;
  display: none;
  grid-area: realValue;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .bundle-info__value {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }
}
@media (max-width: 767px) {
  .bundle-info__value {
    margin-top: 0;
    text-align: right;
  }
}
.bundle-info__info {
  order: 10;
}
.bundle-info__bundled-items {
  order: 20;
  margin-top: 0;
}
.bundle-info__buttons {
  order: 30;
}
@media (min-width: 768px) {
  .bundle-info__buttons--mobile {
    display: none;
  }
}
.bundle-info__buttons--desktop {
  display: none;
  margin-top: 0;
}
@media (min-width: 768px) {
  .bundle-info__buttons--desktop {
    display: block;
    margin-bottom: 1.5rem;
  }
}
.bundle-info__collapsibles {
  order: 40;
}
@media (max-width: 767px) {
  .bundle-info__collapsibles {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.bundle-items {
  overflow-y: auto;
  /* W3C Working Draft */
  scrollbar-color: rgb(158, 158, 158) transparent; /* stylelint-disable-line property-no-unknown */
  /* Internet Explorer */
  scrollbar-face-color: rgb(158, 158, 158);
  scrollbar-track-color: transparent;
  /* Firefox */
  scrollbar-width: thin;
  margin-top: 1.5rem;
}
.bundle-items::-webkit-scrollbar-thumb {
  background-color: rgb(158, 158, 158);
  border-radius: 1.5px;
}
.bundle-items::-webkit-scrollbar-track {
  background-color: transparent;
}
.bundle-items::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.bundle-items::-webkit-scrollbar:horizontal {
  width: 1px;
  height: 1px;
}
.bundle-items::-webkit-scrollbar-thumb:horizontal {
  background-color: rgb(0, 0, 0);
  border-radius: 1.5px;
}
.bundle-items::-webkit-scrollbar-track:horizontal {
  background-color: rgb(245, 245, 245);
}
@supports (scrollbar-width: auto) {
  .bundle-items {
    scrollbar-color: auto; /* Chrome +121 */
  }
}
@supports (scrollbar-width: auto) {
  .bundle-items {
    scrollbar-width: auto; /* Chrome +121 */
  }
}
@media (min-width: 768px) {
  .bundle-items {
    margin-top: 0;
    padding-right: 0.5rem;
    overflow-y: scroll;
  }
}
.bundle-items__title {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  color: rgb(0, 0, 0);
  margin-top: 0;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .bundle-items__title {
    font-size: 1rem;
    line-height: 1.37;
  }
}
.bundle-items .bundle-item-group:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media (min-width: 1025px) {
  .bundle-items .bundle-item-group:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.bundle-items__swiper-button-prev, .bundle-items__swiper-button-next {
  padding: calc(2.5rem / 2);
}
@media (max-width: 767px) {
  .bundle-items__swiper-button-prev, .bundle-items__swiper-button-next {
    display: none;
  }
}
.bundle-items__swiper-button-prev::after, .bundle-items__swiper-button-next::after {
  width: 0.75rem;
  height: 1.375rem;
  background-size: 2rem;
}
.bundle-items__swiper-button-next {
  right: 0;
}

.bundled-product {
  position: relative;
  max-width: 241px;
}
@media (min-width: 1025px) {
  .bundled-product {
    max-width: 290px;
  }
}
.bundled-product .form-check-input {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}
.bundled-product .form-check-label {
  display: block;
  padding: calc(1.375rem + 0.5rem + 0.5rem) 0.5rem 0.5rem;
  border: 1px solid rgb(224, 224, 224);
}
.bundled-product .form-check-input:checked ~ .form-check-label {
  border-color: rgb(0, 0, 0);
}
.bundled-product .form-check-input:checked ~ .form-check-label.unselected-size {
  border-color: rgb(229, 57, 53);
}
.bundled-product__size-and-edit {
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 600;
  position: absolute;
  top: 0.5rem;
  right: calc(0.5rem + 1px);
  display: none;
  align-items: center;
  cursor: default;
}
.bundled-product__size-and-edit.show {
  display: flex;
}
.bundled-product__size-and-edit .size-text {
  padding-top: 0.125rem;
}
.bundled-product__size-and-edit .edit-icon {
  cursor: pointer;
}
.bundled-product__error {
  position: absolute;
  top: 0.5rem;
  left: calc(1.375rem + 0.5rem + 1rem);
  display: none;
}
.bundled-product__size {
  padding-left: 0.25rem;
}
.bundled-product.disabled {
  opacity: 0.5;
}

.bundle-item {
  margin-bottom: 0;
  padding-right: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.bundle-item:not(:first-child) {
  margin-top: 1.5rem;
}
.bundle-item__body {
  margin-top: 1rem;
}
.bundle-item__price {
  margin-top: 0.25rem;
}
.bundle-item__name {
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 1025px) {
  .bundle-item__name {
    font-size: 0.875rem;
    line-height: 1.75;
  }
}
.bundle-item__unselected-error {
  display: none;
  margin-bottom: 0.5rem;
}
.bundle-item__sizes-info {
  display: none;
}
@media (min-width: 768px) {
  .bundle-item__sizes-info {
    position: absolute;
    display: inline;
    display: initial;
    width: 100%;
    margin-top: calc(0.5rem + 1px);
    transition: top 0.35s linear;
  }
}
.cloned-sizes .bundle-item__sizes-info {
  top: auto;
  top: initial;
  bottom: 0;
  display: block;
  transition: bottom 0.35s linear;
}
@media (min-width: 768px) {
  .cloned-sizes .bundle-item__sizes-info {
    display: none;
  }
}
@media (min-width: 768px) {
  .bundle-item .product-info__chart {
    margin-right: 0;
    margin-left: 0;
    padding: 0;
  }
}
.bundle-item .size-chart-link {
  display: block;
  padding: 0.375rem 0.5rem 0.3125rem;
}
.bundle-item .product-detail__main {
  margin-bottom: 1.5rem;
}
.bundle-item .product-images-container {
  position: relative;
  max-width: 166px;
}
@media (min-width: 768px) {
  .bundle-item .product-images-container {
    max-width: none;
    max-width: initial;
    padding-right: 0;
  }
}
.bundle-item__zoom {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 1.375rem;
  height: 1.375rem;
  padding: 0;
  background-color: inherit;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22"><g fill-rule="evenodd"><path d="M7.006 4.925L6.006 4.925 6.006 6.925 4.006 6.925 4.006 7.925 6.006 7.925 6.006 9.925 7.006 9.925 7.006 7.925 9.006 7.925 9.006 6.925 7.006 6.925zM11.999 12.211L11.999 13.625 15.152 16.778 15.86 16.071z" transform="translate(3 2)"/><path d="M6.506 12.925c-3.033 0-5.5-2.468-5.5-5.5 0-3.034 2.467-5.5 5.5-5.5 3.032 0 5.5 2.466 5.5 5.5 0 3.032-2.468 5.5-5.5 5.5m0-12c-3.585 0-6.5 2.915-6.5 6.5 0 3.583 2.915 6.5 6.5 6.5 3.584 0 6.5-2.917 6.5-6.5 0-3.584-2.916-6.5-6.5-6.5" transform="translate(3 2)"/></g></svg>');
  background-repeat: no-repeat;
  background-size: 1.375rem;
  border-style: none;
}
.bundle-item .product-info__number {
  margin-top: 1rem;
  margin-bottom: 0;
}
.bundle-item .product-sizes {
  margin-top: 0;
}
.bundle-item .product-sizes__label {
  display: none;
}

.usz-empty {
  display: none;
}

/*# sourceMappingURL=detail.css.map*/