/* stylelint-disable */
/* stylelint-disable at-rule-no-vendor-prefix */
/* stylelint-disable */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.reset-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.show-for-small,
.hide-for-large,
.hide-for-medium {
  display: block !important; }

.show-for-large,
.show-for-medium,
.hide-for-small {
  display: none !important; }

.show-for-small-inline,
.hide-for-large-inline,
.hide-for-medium-inline {
  display: inline-block !important; }

.show-for-large-inline,
.show-for-medium-inline,
.hide-for-small-inline {
  display: none !important; }

@media screen and (min-width: 768px) {
  .show-for-medium,
  .hide-for-large,
  .hide-for-small {
    display: block !important; }
  .show-for-large,
  .show-for-small,
  .hide-for-medium {
    display: none !important; }
  .show-for-medium-inline,
  .hide-for-large-inline,
  .hide-for-small-inline {
    display: inline-block !important; }
  .show-for-large-inline,
  .show-for-small-inline,
  .hide-for-medium-inline {
    display: none !important; } }

@media screen and (min-width: 1024px) {
  .show-for-large,
  .hide-for-medium,
  .hide-for-small {
    display: block !important; }
  .show-for-medium,
  .show-for-small,
  .hide-for-large {
    display: none !important; }
  .show-for-large-inline,
  .hide-for-medium-inline,
  .hide-for-small-inline {
    display: inline-block !important; }
  .show-for-medium-inline,
  .show-for-small-inline,
  .hide-for-large-inline {
    display: none !important; } }

.group::before, .group::after,
.clearfix::before,
.clearfix::after {
  content: ' ';
  display: table; }

.group::after,
.clearfix::after {
  clear: both; }

.clear {
  clear: both; }

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.reset-border {
  border: none !important; }

.hidden {
  display: none !important; }

.uppercase,
.uppercase.vcr {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.page-product-details .header-container {
  mix-blend-mode: difference; }
  .page-product-details .header-container.state-activated {
    mix-blend-mode: unset; }
  .page-product-details .header-container .header__wrapper {
    background: transparent;
    margin-top: 4rem;
    position: relative; }
  .page-product-details .header-container .logo-img.show-for-large {
    display: block !important; }
  .page-product-details .header-container .logo-img.hide-for-large {
    display: none !important; }
  .page-product-details .header-container .header__products, .page-product-details .header-container .header__secondary {
    color: #fff; }
    .page-product-details .header-container .header__products .minicart-quantity, .page-product-details .header-container .header__secondary .minicart-quantity {
      color: #fff; }
  .page-product-details .header-container .shop-img-white,
  .page-product-details .header-container .bag-img-white {
    display: block; }
  .page-product-details .header-container .shop-img-black,
  .page-product-details .header-container .bag-img-black {
    display: none; }
  .page-product-details .header-container.white-background {
    mix-blend-mode: normal;
    background: #fff; }
    .page-product-details .header-container.white-background .logo-img.show-for-large {
      display: none !important; }
    .page-product-details .header-container.white-background .logo-img.hide-for-large {
      display: block !important; }
    .page-product-details .header-container.white-background .shop-img-white,
    .page-product-details .header-container.white-background .bag-img-white {
      display: none; }
    .page-product-details .header-container.white-background .shop-img-black,
    .page-product-details .header-container.white-background .bag-img-black {
      display: block; }
    .page-product-details .header-container.white-background .header__products, .page-product-details .header-container.white-background .header__secondary {
      color: #000; }
      .page-product-details .header-container.white-background .header__products .minicart-quantity, .page-product-details .header-container.white-background .header__secondary .minicart-quantity {
        color: #000; }

.page-product-details .product_container {
  position: relative;
  margin-top: -4rem; }

.product__carousel {
  height: calc(100vw + 8rem);
  background: #000; }
  .product__carousel.desktop-carousel {
    display: none; }
  .product__carousel .owl-stage-outer {
    z-index: 1; }
  .product__carousel .owl-nav {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin-top: 0; }
    .product__carousel .owl-nav .disabled {
      opacity: 1; }
    .product__carousel .owl-nav .owl-prev,
    .product__carousel .owl-nav .owl-next {
      width: auto;
      height: auto;
      margin: auto 0; }
    .product__carousel .owl-nav .icon-arrow-up-left,
    .product__carousel .owl-nav .icon-arrow-up-right {
      width: 4.4rem;
      height: 4.4rem;
      position: absolute;
      right: 2rem;
      color: #fff;
      z-index: 2; }
    .product__carousel .owl-nav .icon-arrow-up-left {
      left: 2rem; }
    .product__carousel .owl-nav .icon-arrow-up-right::before,
    .product__carousel .owl-nav .icon-arrow-up-left::before {
      content: '';
      background-image: url("../../images/icons/icon-arrow-carousel.svg");
      background-repeat: no-repeat;
      background-size: 100%;
      width: 4.4rem;
      height: 4.4rem;
      position: absolute;
      right: 0; }
    .product__carousel .owl-nav .icon-arrow-up-left::before {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      left: 0;
      right: auto; }
  .product__carousel .product-carousel__image-item {
    width: 100%;
    height: calc(100vw + 8rem);
    cursor: pointer;
    position: relative; }
    .product__carousel .product-carousel__image-item::after {
      content: "";
      width: 100vw;
      position: absolute;
      top: 0;
      background: linear-gradient(45deg, #f2f2f2 0%, #e4e4e4 100%);
      height: calc(100vw + 8rem);
      mix-blend-mode: multiply; }
    .product__carousel .product-carousel__image-item img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: 50% 50%; }

.product_container {
  width: 100%;
  position: relative;
  background-image: url("../../images/transparency.jpg");
  background-size: 6px 6px;
  background-repeat: repeat;
  background-attachment: fixed;
  image-rendering: pixelated; }

.product-detail__wrapper {
  display: inline-block;
  padding: 0 1.5rem;
  width: 100%; }
  .product-detail__wrapper .accordion__content {
    color: #000;
    text-transform: unset;
    padding: 0.2rem 0 1.5rem; }
  .product-detail__wrapper .accordion__content-overlay {
    display: none; }
  .product-detail__wrapper .accordion__title > .accordion__trigger, .product-detail__wrapper .accordion__trigger {
    padding: 1.2rem 0; }
    .product-detail__wrapper .accordion__title > .accordion__trigger .title, .product-detail__wrapper .accordion__trigger .title {
      display: inline-block; }
  .product-detail__wrapper .accordion__title > .accordion__trigger {
    font-size: 1.8rem;
    line-height: 1.11111;
    letter-spacing: -0.01rem;
    text-transform: none; }
  .product-detail__wrapper .accordion__title .icon-plus::before,
  .product-detail__wrapper .accordion__title .icon-minus::before {
    right: 0; }
  .product-detail__wrapper .accordion__title .icon-minus::before {
    background: url("../../images/icons/icon-minus.svg") no-repeat; }
  .product-detail__wrapper .accordion__item {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid transparent; }
    .product-detail__wrapper .accordion__item .accordion__trigger + .icon-minus::before,
    .product-detail__wrapper .accordion__item .accordion__trigger + .icon-plus::before {
      background: url("../../images/icons/icon-arrow-down.svg") no-repeat;
      background-position: 50% 50%;
      background-size: 100%;
      width: 1rem;
      height: 1.8rem;
      top: 2.3rem; }
    .product-detail__wrapper .accordion__item .accordion__trigger + .icon-minus::before {
      transform: rotate(90deg);
      height: 1rem;
      top: 1.8rem; }
    .product-detail__wrapper .accordion__item .faq-wrapper .accordion__trigger {
      font-family: "Helvetica Now Display W02 Rg", sans-serif;
      font-family: "Helvetica Now Display W02 Rg";
      font-style: normal;
      font-weight: 700;
      text-transform: none;
      letter-spacing: 0.03rem;
      font-size: 1.6rem;
      line-height: 1.125;
      border-top: 1px solid gainsboro;
      padding: 1.3rem 1rem 1.3rem 0; }
      .product-detail__wrapper .accordion__item .faq-wrapper .accordion__trigger + .icon-minus::before,
      .product-detail__wrapper .accordion__item .faq-wrapper .accordion__trigger + .icon-plus::before {
        background: url("../../images/icons/icon-arrow-down.svg") no-repeat;
        background-position: 50% 50%;
        background-size: 100%;
        width: 1rem;
        height: 1.8rem;
        top: 2.3rem; }
      .product-detail__wrapper .accordion__item .faq-wrapper .accordion__trigger + .icon-minus::before {
        transform: rotate(90deg);
        height: 1rem;
        top: 1.8rem; }
    .product-detail__wrapper .accordion__item .faq-wrapper .accordion__title.active .accordion__trigger {
      color: #4d4d4d; }
    .product-detail__wrapper .accordion__item .faq-wrapper .accordion__content {
      font-size: 1.6rem;
      line-height: 1.125; }
  .product-detail__wrapper .text-m {
    display: none; }
  .product-detail__wrapper .product-detail__ratings {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    margin: 0.1rem 0 0 1rem; }
  .product-detail__wrapper .yotpo.bottomLine .yotpo-icon.rating-star {
    width: 1.2rem !important;
    height: 1.2rem !important;
    background: none !important;
    color: #000 !important;
    font-size: 1.2rem;
    margin: 0 0.1rem 0 0; }
  .product-detail__wrapper .review-trigger {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.product-detail__bottom {
  padding: 3rem 0 1.2rem; }
  .product-detail__bottom-description {
    font-size: 1.8rem;
    line-height: 1.11111;
    margin-bottom: 1.8rem; }
    .product-detail__bottom-description a {
      font-size: 1.8rem;
      line-height: 1.11111;
      color: #0029ff; }
      .product-detail__bottom-description a:hover {
        color: #0029ff;
        text-decoration: underline; }
  .product-detail__bottom-product-title {
    display: none; }
  .product-detail__bottom-tiles-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
    .product-detail__bottom-tiles-wrapper .product-tile {
      width: 50%;
      box-sizing: border-box;
      height: 62.5vw;
      position: relative; }
      .product-detail__bottom-tiles-wrapper .product-tile__details-colors {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 1rem; }
        .product-detail__bottom-tiles-wrapper .product-tile__details-colors .swatch_link {
          padding-right: 0.4rem;
          padding-left: 0.4rem; }
          .product-detail__bottom-tiles-wrapper .product-tile__details-colors .swatch_link .dot {
            display: inline-block;
            width: 1.2rem;
            height: 1.2rem;
            border-radius: 100%; }
          .product-detail__bottom-tiles-wrapper .product-tile__details-colors .swatch_link:first-of-type {
            padding-left: 0; }
          .product-detail__bottom-tiles-wrapper .product-tile__details-colors .swatch_link:hover .dot {
            border: 1px solid #000; }
      .product-detail__bottom-tiles-wrapper .product-tile .product-tile__image_container {
        width: 100%;
        height: 0;
        position: relative;
        padding-bottom: 100%; }
        .product-detail__bottom-tiles-wrapper .product-tile .product-tile__image_container img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: 50% 50%;
          position: absolute;
          z-index: 1;
          transition: none; }
      .product-detail__bottom-tiles-wrapper .product-tile .product-tile__details {
        position: absolute;
        padding: 0 1.5rem;
        bottom: 1.5rem; }
        .product-detail__bottom-tiles-wrapper .product-tile .product-tile__details a {
          font-family: "Helvetica Now Display W02 Rg", sans-serif;
          font-family: "Helvetica Now Display W02 Rg";
          font-style: normal;
          font-weight: 400;
          text-transform: none;
          letter-spacing: 0.03rem;
          font-size: 1.2rem;
          line-height: 1.08333;
          text-transform: uppercase; }
        .product-detail__bottom-tiles-wrapper .product-tile .product-tile__details .product-tile__masterName {
          text-transform: uppercase; }
        .product-detail__bottom-tiles-wrapper .product-tile .product-tile__details-name {
          display: none; }
        .product-detail__bottom-tiles-wrapper .product-tile .product-tile__details-price {
          padding-top: 0.1rem;
          text-transform: uppercase; }
        .product-detail__bottom-tiles-wrapper .product-tile .product-tile__details-button {
          display: none; }
        .product-detail__bottom-tiles-wrapper .product-tile .product-tile__details .product-price__default {
          display: flex;
          padding-top: 0.1rem; }
        .product-detail__bottom-tiles-wrapper .product-tile .product-tile__details .price-adjusted {
          padding-right: 1rem; }
      .product-detail__bottom-tiles-wrapper .product-tile .out-of-stock-message {
        display: none; }
      .product-detail__bottom-tiles-wrapper .product-tile:hover {
        box-shadow: inset 0 0 0 1px #6e6e6e;
        z-index: 1; }
        .product-detail__bottom-tiles-wrapper .product-tile:hover .product-tile__label-text {
          display: inline-block; }
      .product-detail__bottom-tiles-wrapper .product-tile:focus {
        box-shadow: inset 0 0 0 1px #0029ff;
        z-index: 1; }
    .product-detail__bottom-tiles-wrapper .product-tile__image {
      opacity: 0; }
      .product-detail__bottom-tiles-wrapper .product-tile__image.active {
        opacity: 1; }

.product-detail__product-name-prices {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 1rem; }
  .product-detail__product-name-prices .price-adjusted,
  .product-detail__product-name-prices .price-non-adjusted {
    display: inline-block; }
  .product-detail__product-name-prices .price-non-adjusted {
    float: right;
    padding-left: 1rem; }
  .product-detail__product-name-prices .product-price__default {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap; }
  .product-detail__product-name-prices .out-of-stock-message {
    text-transform: uppercase;
    text-align: right;
    color: #6e6e6e;
    white-space: nowrap; }

.product-detail-product__name, .product-detail-color__name, .product-detail__prices {
  font-family: "Helvetica Now Display W02 Rg";
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.01rem;
  font-size: 1.4rem;
  line-height: 1.14286;
  font-size: 1.8rem;
  margin: 0;
  letter-spacing: -0.01rem; }

.product-detail__availability-color {
  padding-bottom: 1.2rem; }

.product-detail__attributes {
  display: none; }

.product-detail__variations {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .product-detail__variations div[class^="product-variation"] {
    border-bottom: 1px solid transparent;
    width: 6.2rem;
    height: 8rem; }
    .product-detail__variations div[class^="product-variation"] img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
    .product-detail__variations div[class^="product-variation"].active {
      border-bottom: 1px solid #000; }
    .product-detail__variations div[class^="product-variation"]:hover {
      border-bottom: 1px solid #898989; }
      .product-detail__variations div[class^="product-variation"]:hover .color__name {
        color: #6e6e6e; }
    .product-detail__variations div[class^="product-variation"]:active {
      border-bottom: 1px solid #5b5b5b; }
    .product-detail__variations div[class^="product-variation"]:focus {
      border: 1px solid #0029ff; }

.product-detail__add-to-cart {
  padding: 3rem 0 0;
  position: static;
  z-index: 10;
  width: 100%;
  bottom: 0;
  left: 0; }
  .product-detail__add-to-cart .add-to-cart {
    position: relative;
    z-index: 19;
    transition: padding-bottom 0.15s ease;
    padding: 1.7rem 1.5rem; }
    .state--country-dropdown .product-detail__add-to-cart .add-to-cart {
      position: static; }
  .product-detail__add-to-cart .newsletter-popup:not(.visually-hidden) + .add-to-cart-url + .add-to-cart,
  .product-detail__add-to-cart .newsletter-popup:not(.visually-hidden) + .add-to-cart {
    display: none; }

.product-detail-availability__container .availability-msg {
  list-style: none;
  margin: 1.2rem 0;
  text-align: center; }
  .product-detail-availability__container .availability-msg:not(.coming-soon-msg):not(.pre-order-msg) {
    display: none; }
  .product-detail-availability__container .availability-msg li {
    font-size: 1.4rem;
    line-height: 1.14286;
    color: #4d4d4d; }

.product-detail__promotions .callout {
  position: relative;
  color: #4d4d4d; }
  .product-detail__promotions .callout::before {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    content: " ";
    position: absolute;
    left: -2rem;
    background: #898989;
    width: 1rem;
    height: 1rem;
    border-radius: 100%; }

.product-detail__price-former {
  font-family: "Helvetica Now Display W02 Rg";
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.01rem;
  font-size: 1.2rem;
  line-height: 1.08333;
  text-transform: uppercase;
  color: #000;
  padding-top: 2rem; }
  .product-detail__price-former .icon-questionmark {
    position: relative;
    margin-left: 0.2rem;
    cursor: pointer; }
    .product-detail__price-former .icon-questionmark::before {
      content: "";
      background: url("../../images/icons/icon-questionmark.svg") no-repeat;
      background-size: 100% 100%;
      height: 1.2rem;
      width: 1.2rem;
      position: absolute; }
    .product-detail__price-former .icon-questionmark:hover::before {
      background: url("../../images/icons/icon-questionmark-full.svg") no-repeat; }

.product-banner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  .product-banner .half-image-widget {
    width: 100vw; }
  .product-banner .full-image-widget {
    width: 100vw;
    height: 125vw;
    max-height: 125vw;
    overflow: hidden; }
    .product-banner .full-image-widget__wrapper {
      left: 0; }
    .product-banner .full-image-widget .wrapper-full .widget-description.top,
    .product-banner .full-image-widget .wrapper-full .widget-description.center,
    .product-banner .full-image-widget .wrapper-full .widget-description.bottom {
      width: 100%;
      height: 100%; }
    .product-banner .full-image-widget .widget-image-banner__image {
      height: 125vw;
      max-height: 125vw; }
    .product-banner .full-image-widget .widget-image-banner .widget-description.no-image {
      width: 100%; }
  .product-banner .widget-description.widget-no-button .widget-description.widget-no-button {
    margin: 0; }
  .product-banner .widget-half-image-banner-pdp .widget-description.widget-no-button .widget-description__text {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    width: 100%;
    height: 100%; }
    .product-banner .widget-half-image-banner-pdp .widget-description.widget-no-button .widget-description__text .widget-two-columns {
      background: transparent;
      width: 100%;
      height: 100%; }
    .product-banner .widget-half-image-banner-pdp .widget-description.widget-no-button .widget-description__text-inner {
      padding: 1.5rem; }
  .product-banner .widget-half-image-banner-pdp .widget-description.widget-no-button.center .widget-description__text {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .product-banner .widget-half-image-banner-pdp .widget-description.widget-no-button.top .widget-description__text {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  .product-banner .widget-half-image-banner-pdp .widget-description.widget-no-button.bottom .widget-description__text {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
  .product-banner .widget-half-image-banner-pdp .widget-description.widget-no-button img {
    width: auto !important;
    position: static; }

.hero-widget {
  width: 100vw; }
  .hero-widget .wrapper,
  .hero-widget .widget-description {
    width: 100%; }

.widget-image-banner.widget-half-image-banner-pdp .widget-image-banner__image-wrapper .widget-video-wrapper {
  position: relative;
  height: 125vw;
  overflow: hidden; }

.product-detail__technical-specifications_container .product-detail__attribute {
  position: relative; }
  .product-detail__technical-specifications_container .product-detail__attribute_title {
    font-family: "Helvetica Now Display W02 Bold";
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.03rem;
    font-size: 1.6rem;
    line-height: 1.125;
    padding: 1.2rem 0 1.6rem;
    letter-spacing: -0.01rem; }
  .product-detail__technical-specifications_container .product-detail__attribute_container {
    padding-top: 3rem; }
    .product-detail__technical-specifications_container .product-detail__attribute_container:first-of-type {
      padding-top: 0; }
  .product-detail__technical-specifications_container .product-detail__attribute-description-text {
    padding: 1.2rem 0;
    font-weight: normal; }
  .product-detail__technical-specifications_container .product-detail__attribute-description-title {
    border-top: 1px solid #e3e3e3;
    font-family: "Helvetica Now Display W02 Bold";
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.03rem;
    font-size: 1.4rem;
    line-height: 1.14286;
    letter-spacing: 0.03rem;
    padding-top: 1.2rem; }
    .product-detail__technical-specifications_container .product-detail__attribute-description-title + .product-detail__attribute-description-text {
      border: none; }
      .product-detail__technical-specifications_container .product-detail__attribute-description-title + .product-detail__attribute-description-text + .product-detail__attribute-description-text {
        margin-top: -1.2rem; }
      .product-detail__technical-specifications_container .product-detail__attribute-description-title + .product-detail__attribute-description-text ~ .product-detail__attribute-description-text {
        padding: 0; }
      .product-detail__technical-specifications_container .product-detail__attribute-description-title + .product-detail__attribute-description-text ~ .product-detail__attribute-description-title + .product-detail__attribute-description-text {
        padding: 1.2rem 0; }
    .product-detail__technical-specifications_container .product-detail__attribute-description-title.title-znd-included-in-the-box-box-contents {
      display: none; }
      .product-detail__technical-specifications_container .product-detail__attribute-description-title.title-znd-included-in-the-box-box-contents + .product-detail__attribute-description-text {
        padding-top: 1.2rem; }

.product-detail__technical-specifications_container .icon-audio-power-output + .product-detail__attribute_title,
.product-detail__technical-specifications_container .icon-power-consumption + .product-detail__attribute_title {
  padding: 6.6rem 0 1.6rem; }

.product-detail__technical-specifications_container .icon-audio-power-output::before {
  content: '';
  background-image: url("../../images/icons/techspec/icon-techspec-audio.svg");
  position: absolute;
  width: 6.3rem;
  height: 5.4rem; }

.product-detail__technical-specifications_container .icon-battery-playtime::before {
  content: '';
  background-image: url("../../images/icons/techspec/icon-techspec-battery.svg");
  width: 5.8rem;
  height: 4.6rem;
  position: absolute; }

.product-detail__technical-specifications_container .icon-battery-playtime + .product-detail__attribute_title {
  padding-top: 5.8rem; }

.product-detail__technical-specifications_container .icon-control-knob::before, .product-detail__technical-specifications_container .icon-whats-in-the-box::before, .product-detail__technical-specifications_container .icon-dimensions::before {
  content: ''; }

.product-detail__faq-container .accordion__trigger {
  text-transform: none; }

.product-detail__faq-container .faq-wrapper-collapsible::after {
  border-bottom: 1px solid #e3e3e3;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.product-detail__faq-container .faq-wrapper-collapsible:last-of-type::after {
  display: none; }

.product-detail__features_container .product-detail__attribute {
  position: relative; }
  .product-detail__features_container .product-detail__attribute_image_container {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 58px auto;
    width: 80px;
    height: 80px; }
  .product-detail__features_container .product-detail__attribute_title {
    font-family: "Helvetica Now Display W02 Bold";
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.03rem;
    font-size: 1.6rem;
    line-height: 1.125;
    padding: 0 0 0.4rem; }
  .product-detail__features_container .product-detail__attribute_container {
    padding-top: 3rem; }
    .product-detail__features_container .product-detail__attribute_container:first-of-type {
      padding-top: 0; }
    .product-detail__features_container .product-detail__attribute_container:last-of-type {
      padding-bottom: 3rem; }

.product-detail__shipping-taxes-returns_container .content-header {
  margin: 1.5rem 0 4px;
  letter-spacing: -0.01rem; }
  .product-detail__shipping-taxes-returns_container .content-header + p {
    margin-top: 0; }

.product-detail__shipping-taxes-returns_container .content-notification {
  background-color: #f2f2f2;
  padding: 1.2rem 1.5rem; }

.product-detail__shipping-method_container .static-page__shipping-table .shipping-item__container {
  width: 100%; }
  .product-detail__shipping-method_container .static-page__shipping-table .shipping-item__container .shipping-item__delivery {
    display: flex;
    background-color: #f2f2f2; }
    .product-detail__shipping-method_container .static-page__shipping-table .shipping-item__container .shipping-item__delivery .shipping-item__value {
      font-family: "Helvetica Now Display W02 Rg", sans-serif;
      font-family: "Helvetica Now Display W02 Rg";
      font-style: normal;
      font-weight: 700;
      text-transform: none;
      letter-spacing: 0.03rem;
      font-size: 1.4rem;
      line-height: 1.14286; }
  .product-detail__shipping-method_container .static-page__shipping-table .shipping-item__container .shipping-item__cost,
  .product-detail__shipping-method_container .static-page__shipping-table .shipping-item__container .shipping-item__time,
  .product-detail__shipping-method_container .static-page__shipping-table .shipping-item__container .shipping-item__free-from {
    display: flex; }
  .product-detail__shipping-method_container .static-page__shipping-table .shipping-item__container .shipping-item__headline {
    font-family: "Helvetica Now Display W02 Rg", sans-serif;
    font-family: "Helvetica Now Display W02 Rg";
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.03rem;
    font-size: 1.4rem;
    line-height: 1.14286;
    text-align: left;
    padding: 0.6rem 0.9rem;
    word-break: break-word;
    white-space: nowrap;
    flex-basis: 50%; }
  .product-detail__shipping-method_container .static-page__shipping-table .shipping-item__container .shipping-item__value {
    font-family: "Helvetica Now Display W02 Rg", sans-serif;
    font-family: "Helvetica Now Display W02 Rg";
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.03rem;
    font-size: 1.4rem;
    line-height: 1.14286;
    padding: 0.6rem 0.9rem;
    word-break: break-word;
    flex-basis: 50%; }
    .product-detail__shipping-method_container .static-page__shipping-table .shipping-item__container .shipping-item__value.specific-delivery__time {
      display: none; }

.product-detail__taxes-returns_container .content-header {
  margin: 3rem 0 4px;
  letter-spacing: -0.01rem; }

.product-detail__taxes-returns_container .taxes-list,
.product-detail__taxes-returns_container .returns-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  list-style: none; }
  .product-detail__taxes-returns_container .taxes-list li,
  .product-detail__taxes-returns_container .returns-list li {
    flex: 0 0 50%;
    padding: 1.2rem 0;
    border-top: 1px solid #e3e3e3; }
    .product-detail__taxes-returns_container .taxes-list li.content-title,
    .product-detail__taxes-returns_container .returns-list li.content-title {
      font-weight: bold;
      letter-spacing: 0.03rem; }

@media screen and (min-width: 768px) {
  .product-banner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap row;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100vw; }
    .product-banner .half-image-widget {
      width: 50vw; }
    .product-banner .full-image-widget {
      height: 62.5vw;
      max-height: 62.5vw; }
    .pdp-overlay .product-banner {
      width: 100vw; }
    .product-banner .widget-half-image-banner-pdp .widget-description.widget-no-button .medium-left-center .widget-description__text {
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
    .product-banner .widget-half-image-banner-pdp .widget-description.widget-no-button .medium-left-top .widget-description__text {
      -webkit-box-pack: start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; }
    .product-banner .widget-half-image-banner-pdp .widget-description.widget-no-button .medium-left-bottom .widget-description__text {
      -webkit-box-pack: end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
  .hero-widget {
    width: 50vw; }
    .hero-widget .widget-image-banner.widget-100-vh .widget-image-banner__image-wrapper .widget-video-wrapper {
      height: 62.5vw;
      width: 100%; }
  .product-detail__wrapper .product-detail__ratings {
    height: auto; }
  .product-detail__wrapper .product-detail__top,
  .product-detail__wrapper .product-detail__bottom-description {
    width: calc(50% - 1.5rem); } }

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable at-rule-no-vendor-prefix */
@media screen and (min-width: 1024px) {
  body.pdp-overlay {
    overflow: hidden; }
  .pdp-open-overlay {
    opacity: 0.4;
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0; }
  .page-product-details .header-container {
    mix-blend-mode: normal; }
    .page-product-details .header-container .header__products {
      color: #000; }
    .page-product-details .header-container .header__products, .page-product-details .header-container .header__secondary {
      color: #000; }
      .page-product-details .header-container .header__products .minicart-quantity, .page-product-details .header-container .header__secondary .minicart-quantity {
        color: #000; }
    .page-product-details .header-container .header__secondary {
      z-index: 10; }
    .page-product-details .header-container .header__wrapper {
      margin-top: 0;
      position: absolute;
      z-index: auto; }
  .page-product-details .product_container {
    position: static;
    margin-top: 0; }
  .owl-carousel .owl-item img {
    object-fit: contain;
    height: 100vh; }
  .product__carousel {
    height: 100vh;
    width: 50vw; }
    .pdp-overlay .product__carousel {
      width: 50vw; }
    .product__carousel::before {
      height: 100vh;
      width: 50vw; }
      .pdp-overlay .product__carousel::before {
        width: 50vw; }
    .product__carousel.mobile-carousel {
      display: none; }
    .product__carousel.desktop-carousel {
      display: block; }
    .product__carousel .product-carousel__image-item.product-image_item-zoom {
      height: auto; }
    .product__carousel .owl-nav .owl-prev,
    .product__carousel .owl-nav .owl-next {
      height: 100%;
      width: 50%; }
    .product__carousel .owl-nav .icon-arrow-up-left,
    .product__carousel .owl-nav .icon-arrow-up-right {
      width: 100%;
      height: 100%;
      right: 0;
      top: 0; }
    .product__carousel .owl-nav .icon-arrow-up-left {
      left: 0; }
    .product__carousel .owl-nav .icon-arrow-up-right::before,
    .product__carousel .owl-nav .icon-arrow-up-left::before {
      right: 2rem;
      top: 50%; }
    .product__carousel .owl-nav .icon-arrow-up-left::before {
      left: 2rem; }
  .product-banner {
    display: block; }
    .product-banner .hero-widget {
      width: 50vw; }
      .product-banner .hero-widget .wrapper {
        width: 100%; }
    .product-banner .widget-image-banner .widget-image-banner__image-wrapper .widget-video-wrapper {
      height: 62.5vw; }
    .product-banner .widget-image-banner .widget-image-banner__image-wrapper .widget-video-container {
      width: 50vw; }
    .product-banner .wrapper-full .widget-description.top,
    .product-banner .wrapper-full .widget-description.center,
    .product-banner .wrapper-full .widget-description.bottom {
      left: 0;
      width: 100%; }
    .product-banner .widget-half-image-banner-pdp .widget-description.widget-no-button.large-left-center .widget-description__text, .product-banner .widget-half-image-banner-pdp .widget-description.widget-no-button.large-center-center .widget-description__text {
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
    .product-banner .widget-half-image-banner-pdp .widget-description.widget-no-button.large-left-top .widget-description__text, .product-banner .widget-half-image-banner-pdp .widget-description.widget-no-button.large-center-top .widget-description__text {
      -webkit-box-pack: start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; }
    .product-banner .widget-half-image-banner-pdp .widget-description.widget-no-button.large-left-bottom .widget-description__text, .product-banner .widget-half-image-banner-pdp .widget-description.widget-no-button.large-center-bottom .widget-description__text {
      -webkit-box-pack: end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
    .product-banner .widget-half-image-banner-pdp .widget-description.widget-no-button.large-center-center .widget-description__text, .product-banner .widget-half-image-banner-pdp .widget-description.widget-no-button.large-center-top .widget-description__text, .product-banner .widget-half-image-banner-pdp .widget-description.widget-no-button.large-center-bottom .widget-description__text {
      text-align: center;
      left: 50%;
      width: 100%; }
  .product-detail {
    position: relative; }
    .product-detail__wrapper {
      display: inline-block;
      position: fixed;
      left: 50vw;
      bottom: 0;
      height: 100vh;
      width: 50vw;
      z-index: 1;
      padding: 0; }
      .pdp-overlay .product-detail__wrapper {
        width: 50vw;
        left: 50vw; }
      .product-detail__wrapper.not-sticky {
        position: absolute;
        top: auto; }
      .product-detail__wrapper .product-detail__top,
      .product-detail__wrapper .product-detail__bottom-description {
        width: calc(100% - 1.5rem); }
    .product-detail__product-name-prices {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      .product-detail__product-name-prices .price-adjusted,
      .product-detail__product-name-prices .price-non-adjusted {
        display: inline-block; }
      .product-detail__product-name-prices .price-non-adjusted {
        float: right;
        padding-left: 1rem; }
    .product-detail-product__name, .product-detail-color__name, .product-detail__prices {
      margin: 0; }
    .product-detail-product__name {
      margin-right: 2rem; }
    .product-detail__top {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      margin-bottom: 1rem;
      height: 45vh;
      width: 50%; }
    .product-detail__bottom {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 4rem 0 1.5rem; }
      .product-detail__bottom-description {
        font-size: 1.4rem;
        line-height: 1.14286;
        margin-bottom: 1.6rem; }
        .product-detail__bottom-description a {
          font-size: 1.4rem;
          line-height: 1.14286; }
      .product-detail__bottom .accordion__item {
        border: 0; }
        .product-detail__bottom .accordion__item > .accordion__title .icon-plus::before,
        .product-detail__bottom .accordion__item > .accordion__title .icon-minus::before {
          right: auto;
          left: 0; }
        .product-detail__bottom .accordion__item > .accordion__title .accordion__trigger + .icon-plus,
        .product-detail__bottom .accordion__item > .accordion__title .accordion__trigger + .icon-minus {
          display: none; }
        .product-detail__bottom .accordion__item > .accordion__content {
          display: none; }
        .product-detail__bottom .accordion__item .accordion__content-overlay > .accordion__title .icon-minus::before {
          background: url("../../images/icons/icon-x-minus.svg") no-repeat;
          background-size: 100%;
          background-position: center center;
          right: 1.5rem;
          width: 1.6rem;
          height: 1.6rem; }
        .product-detail__bottom .accordion__item .accordion__content-overlay .accordion__content {
          padding: 0 0 1.5rem; }
          .product-detail__bottom .accordion__item .accordion__content-overlay .accordion__content p {
            margin: 0; }
        .product-detail__bottom .accordion__item .faq-wrapper .icon-plus {
          display: block; }
        .product-detail__bottom .accordion__item .faq-wrapper .accordion__title.active .accordion__trigger {
          color: #000; }
        .product-detail__bottom .accordion__item .faq-wrapper .accordion__trigger {
          font-family: "Helvetica Now Display W02 Bold";
          font-style: normal;
          font-weight: 700;
          text-transform: none;
          letter-spacing: 0.03rem;
          font-size: 1.6rem;
          line-height: 1.125;
          padding: 1.2rem 1.5rem 1.2rem 0;
          width: 100%; }
          .product-detail__bottom .accordion__item .faq-wrapper .accordion__trigger + .icon-plus::before,
          .product-detail__bottom .accordion__item .faq-wrapper .accordion__trigger + .icon-minus::before {
            background: url("../../images/icons/icon-plus.svg") no-repeat;
            background-size: 100%;
            width: 1.4rem;
            height: 1.4rem; }
          .product-detail__bottom .accordion__item .faq-wrapper .accordion__trigger + .icon-minus::before {
            background: url("../../images/icons/icon-minus.svg") no-repeat;
            transform: rotate(180deg); }
      .product-detail__bottom .accordion__content + .accordion__content-overlay {
        display: block;
        position: fixed;
        right: -200vw;
        width: 50vw; }
      .product-detail__bottom .accordion__title > .accordion__trigger {
        font-size: 1.4rem;
        line-height: 1.14286;
        padding: 0.5rem 0 0.3rem 2rem;
        cursor: pointer; }
      .product-detail__bottom-product-title {
        font-size: 1.8rem;
        line-height: 1.11111;
        display: block;
        text-transform: uppercase;
        padding: 1.5rem 0; }
      .product-detail__bottom-tiles-wrapper {
        margin-left: -1.5rem; }
        .product-detail__bottom-tiles-wrapper .product-tile {
          width: calc(50vw * 0.3724);
          height: calc(((50vw * 0.3724) * 5) / 4); }
          .product-detail__bottom-tiles-wrapper .product-tile .product-tile__image_container img {
            width: calc(100% - 3rem);
            left: 1.5rem; }
    .product-detail__add-to-cart {
      margin: 1.1rem 0 0;
      position: static;
      background: transparent;
      padding: 0; }
      .product-detail__add-to-cart .add-to-cart {
        padding-bottom: 1.2rem;
        padding-top: 1.2rem; }
        .product-detail__add-to-cart .add-to-cart::before {
          display: none; }
    .product-detail-availability__container {
      position: absolute;
      top: 50vh;
      width: calc(100% - 4.5rem);
      text-align: center; }
    .product-detail__promotions {
      position: relative; }
      .product-detail__promotions .callout {
        position: relative;
        margin-top: 1.3rem; }
        .product-detail__promotions .callout::before {
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          top: 50%;
          content: " ";
          position: absolute;
          left: -2rem;
          background: #898989;
          width: 1rem;
          height: 1rem;
          border-radius: 100%; }
    .product-detail__price-former {
      padding-left: 1.6rem;
      padding-top: 0.2rem; } }
  @media screen and (min-width: 1024px) and (max-height: 670px) {
    .product-detail__wrapper {
      overflow-y: scroll;
      max-height: calc(100vh - 4rem);
      top: 0;
      margin-top: 4rem; }
    .product-detail__top {
      position: static; }
    .product-detail__bottom {
      position: static; } }

@media screen and (min-width: 1024px) {
    .product-detail .product-detail__ratings {
      margin-top: 0; }
  .product-detail__inner-wrapper .product-detail__top {
    padding: 0 0 0 1.5rem; }
  .product-detail__inner-wrapper .product-detail__bottom {
    padding: 1rem 1.5rem 1.1rem; }
    .product-detail__inner-wrapper .product-detail__bottom > .accordion__item {
      width: 50%; }
  .overlay-active {
    z-index: 20; }
    .overlay-active.not-sticky.overlay-active-added {
      position: fixed;
      bottom: 0 !important; }
    .overlay-active .product-detail__inner-wrapper {
      position: relative;
      max-height: 100vh;
      height: 100vh;
      width: 100%; }
      .overlay-active .product-detail__inner-wrapper .product-detail__bottom {
        top: 0; }
      .overlay-active .product-detail__inner-wrapper .accordion__content + .accordion__content-overlay {
        left: auto;
        top: 0;
        width: 50vw;
        padding: 0 1.5rem 1.5rem;
        overflow: auto;
        height: 100vh;
        background: #fff;
        z-index: 20;
        transition: right 0.3s ease;
        margin: 0 -1.5rem;
        overflow-x: hidden;
        max-width: 100%; }
        .overlay-active .product-detail__inner-wrapper .accordion__content + .accordion__content-overlay > .accordion__title {
          padding: 0;
          position: sticky;
          top: 0;
          background: #fff;
          z-index: 30; }
          .overlay-active .product-detail__inner-wrapper .accordion__content + .accordion__content-overlay > .accordion__title + div {
            padding-top: 2.8rem; }
          .overlay-active .product-detail__inner-wrapper .accordion__content + .accordion__content-overlay > .accordion__title + .product-detail__bottom-product-title {
            padding-top: 1.5rem; }
          .overlay-active .product-detail__inner-wrapper .accordion__content + .accordion__content-overlay > .accordion__title .accordion__trigger {
            font-family: "Helvetica Now Display W02 Rg";
            font-style: normal;
            font-weight: 400;
            text-transform: none;
            letter-spacing: 0.01rem;
            font-size: 1.4rem;
            line-height: 1.14286;
            position: relative;
            padding: 1.2rem 0;
            text-transform: uppercase; }
            .overlay-active .product-detail__inner-wrapper .accordion__content + .accordion__content-overlay > .accordion__title .accordion__trigger + .icon-plus::before {
              background: url("../../images/icons/icon-minus.svg") no-repeat; }
            .overlay-active .product-detail__inner-wrapper .accordion__content + .accordion__content-overlay > .accordion__title .accordion__trigger + .icon-minus {
              cursor: pointer;
              width: 4rem;
              height: 4rem;
              display: inline-block;
              right: -1.5rem;
              position: absolute;
              top: 0; }
              .overlay-active .product-detail__inner-wrapper .accordion__content + .accordion__content-overlay > .accordion__title .accordion__trigger + .icon-minus::before {
                right: 1.1rem;
                top: 50%;
                transform: translateY(-50%); }
            .overlay-active .product-detail__inner-wrapper .accordion__content + .accordion__content-overlay > .accordion__title .accordion__trigger::after {
              border-bottom: 1px solid #e3e3e3;
              position: absolute;
              content: "";
              width: calc(100% + 3rem);
              left: -1.5rem;
              bottom: 0; }
      .overlay-active .product-detail__inner-wrapper .accordion__content.product-detail__faq-container {
        padding: 0; }
      .overlay-active .product-detail__inner-wrapper .accordion__content.active + .accordion__content-overlay {
        right: 1.5rem; }
  .product-detail__technical-specifications_container .product-detail__attribute-description {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .product-detail__technical-specifications_container .product-detail__attribute-description-title, .product-detail__technical-specifications_container .product-detail__attribute-description-text {
      width: 50%;
      padding: 1.2rem 0; }
    .product-detail__technical-specifications_container .product-detail__attribute-description-title + .product-detail__attribute-description-text {
      border-top: 1px solid #e3e3e3;
      padding: 1.2rem 0; }
      .product-detail__technical-specifications_container .product-detail__attribute-description-title + .product-detail__attribute-description-text ~ .product-detail__attribute-description-text {
        width: 100%;
        padding: 0 0 0 50%; }
      .product-detail__technical-specifications_container .product-detail__attribute-description-title + .product-detail__attribute-description-text ~ .product-detail__attribute-description-title + .product-detail__attribute-description-text {
        width: 50%;
        padding: 1.2rem 0; }
  .product-detail__faq-container .faq-wrapper .icon-plus {
    display: block; }
  .product-detail__faq-container .faq-wrapper .icon-minus::before {
    background: url("../../images/icons/icon-minus.svg") no-repeat; }
  .product-detail__faq-container .faq-wrapper .icon-minus::before, .product-detail__faq-container .faq-wrapper .icon-plus::before {
    right: 1.5rem;
    cursor: pointer; }
  .product-detail__faq-container .faq-wrapper-collapsible::after {
    left: 1.5rem;
    width: calc(100% - 3rem); }
  .product-detail__shipping-taxes-returns_container .content-header {
    margin-top: 0; }
  .product-detail__taxes-returns_container .content-header {
    margin-top: 4rem; }
  .product-detail__shipping-method .static-page__shipping-table .shipping-item__container .shipping-item__headline {
    flex-basis: 30%; }
  .product-detail__shipping-method .static-page__shipping-table .shipping-item__container .shipping-item__value {
    flex-basis: 70%; } }

@media screen and (min-width: 1280px) {
  .product-detail__wrapper .product-detail__top {
    width: 50%; }
  .product-detail__wrapper .product-detail__bottom-description {
    width: calc(50% - 1.5rem); }
  .product-detail__wrapper .product-detail-availability__container {
    width: calc(50% - 3rem); } }

@media screen and (min-width: 1440px) {
  .product-detail__bottom-description {
    font-size: 1.8rem;
    line-height: 1.11111; }
    .product-detail__bottom-description a {
      font-size: 1.8rem;
      line-height: 1.11111; }
  .product-detail__wrapper .accordion__title > .accordion__trigger {
    font-size: 1.8rem;
    line-height: 1.11111; }
  .product-detail__inner-wrapper .product-detail__top {
    padding: 0 1.5rem; }
  .overlay-active .product-detail__inner-wrapper .accordion__content + .accordion__content-overlay > .accordion__title + div {
    width: 50%;
    margin: 0; } }
