<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --main-black: #252525;
  --white: #ffffff;
  --main-grey: #f4f2f0;
  --transparent-grey: #f5f5f5;
  --border-grey: #cbcbcb;
  --main-red: #f34467;
  --grey-gradient: #e6e6e6;
  --font-size-en: 19px;
  --font-size-he: 17px;
  --first-font-family: Assistant;
  --secund-font-family: Georgia;
  --third-font-family: Playfair Display; }

.modal-open .modal#quickViewModal {
  z-index: 9999;
  direction: ltr; }
  @media (max-width: 767px) {
    .modal-open .modal#quickViewModal {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      visibility: hidden; } }
  @media (max-width: 767px) {
    .modal-open .modal#quickViewModal .modal-content {
      transform: translateY(20%);
      opacity: 0;
      transition: all 0.4s; } }
  @media (max-width: 767px) {
    .modal-open .modal#quickViewModal.show {
      visibility: visible;
      z-index: 9999999999; } }
  @media (max-width: 767px) {
    .modal-open .modal#quickViewModal.show .modal-content {
      transform: translateY(0);
      opacity: 1; } }
  @media (max-width: 767px) {
    .modal-open .modal#quickViewModal.show .quick-view-dialog {
      bottom: 0;
      transition: all 0.4s ease-out; } }

@media (max-width: 767px) {
  #quickViewModal {
    padding-right: 0 !important; } }

@media (max-width: 767px) {
  #quickViewModal.show .quick-view-dialog {
    bottom: 0; } }

#quickViewModal .quick-view-dialog {
  margin: 7rem auto;
  max-width: 754px;
  height: 477px; }
  @media (max-width: 767px) {
    #quickViewModal .quick-view-dialog {
      margin: 0;
      height: 370px;
      position: fixed;
      bottom: -380px;
      right: 0;
      left: 0;
      transition: all 0.4s; } }
  #quickViewModal .quick-view-dialog .modal-header {
    background-color: #ffffff;
    border-bottom: none;
    border-radius: unset;
    padding: 24px 22px 12px 0; }
    @media (max-width: 767px) {
      #quickViewModal .quick-view-dialog .modal-header {
        padding: 26px 27px 0 0; } }
    #quickViewModal .quick-view-dialog .modal-header .close {
      font-size: 2rem;
      line-height: 1.5rem;
      opacity: 1;
      display: -ms-flexbox;
      display: flex;
      width: 18px;
      height: 18px;
      padding-top: 0px;
      padding-right: 20px; }
      @media (max-width: 767px) {
        #quickViewModal .quick-view-dialog .modal-header .close {
          padding-top: 7px;
          padding-right: 21px;
          font-size: 1.5rem;
          line-height: 0.65rem; } }
      #quickViewModal .quick-view-dialog .modal-header .close:hover {
        opacity: 1; }
      #quickViewModal .quick-view-dialog .modal-header .close span.hidden {
        display: block !important;
        font-size: 36px;
        font-weight: 100; }
      #quickViewModal .quick-view-dialog .modal-header .close img {
        display: none; }
    #quickViewModal .quick-view-dialog .modal-header a.full-pdp-link {
      display: none; }
  #quickViewModal .quick-view-dialog .modal-title {
    font-size: 1em; }
  #quickViewModal .quick-view-dialog .product-name.name-product__brand {
    font-family: 'Assistant';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    text-transform: capitalize;
    color: #000000; }
    @media (max-width: 767px) {
      #quickViewModal .quick-view-dialog .product-name.name-product__brand {
        display: none; } }
  #quickViewModal .quick-view-dialog .product-name.name-product__product {
    font-family: 'Assistant';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    text-transform: capitalize;
    color: #000000; }
    @media (max-width: 767px) {
      #quickViewModal .quick-view-dialog .product-name.name-product__product {
        display: none; } }
  #quickViewModal .quick-view-dialog .availablity-container {
    text-align: right; }
  #quickViewModal .quick-view-dialog .availablity-container,
  #quickViewModal .quick-view-dialog .size-chart {
    margin-top: 0.938em; }
  #quickViewModal .quick-view-dialog .modal-content {
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    border-radius: unset; }
    @media all and (max-width: 768px) {
      #quickViewModal .quick-view-dialog .modal-content {
        margin: 0;
        min-height: unset;
        border: none;
        border-radius: 0;
        height: 100%; } }
  #quickViewModal .quick-view-dialog .modal-body {
    max-height: unset;
    overflow-y: auto;
    padding: 0 43px 42px 39px;
    direction: ltr !important; }
    @media all and (max-width: 767px) {
      #quickViewModal .quick-view-dialog .modal-body {
        margin: 0 22px;
        padding: 0;
        overflow-y: unset;
        max-height: unset; } }
    #quickViewModal .quick-view-dialog .modal-body::-webkit-scrollbar {
      width: 4px;
      background-color: transparent; }
      @media (max-width: 767px) {
        #quickViewModal .quick-view-dialog .modal-body::-webkit-scrollbar {
          position: absolute;
          left: 0; } }
    #quickViewModal .quick-view-dialog .modal-body::-webkit-scrollbar-thumb {
      border-radius: 2px;
      background-color: #d8d8d8; }
    #quickViewModal .quick-view-dialog .modal-body .product-quickview {
      padding: 0; }
      #quickViewModal .quick-view-dialog .modal-body .product-quickview .pdp-page__images--flex {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between; }
        @media (max-width: 767px) {
          #quickViewModal .quick-view-dialog .modal-body .product-quickview .pdp-page__images--flex {
            -ms-flex-direction: column;
                flex-direction: column; } }
        #quickViewModal .quick-view-dialog .modal-body .product-quickview .pdp-page__images--flex .pdp-carrousel {
          padding: 0; }
          @media (max-width: 767px) {
            #quickViewModal .quick-view-dialog .modal-body .product-quickview .pdp-page__images--flex .pdp-carrousel {
              display: none; } }
          #quickViewModal .quick-view-dialog .modal-body .product-quickview .pdp-page__images--flex .pdp-carrousel .carousel .primary-images {
            display: none; }
          #quickViewModal .quick-view-dialog .modal-body .product-quickview .pdp-page__images--flex .pdp-carrousel .carousel .carousel-inner .carousel-control-prev,
          #quickViewModal .quick-view-dialog .modal-body .product-quickview .pdp-page__images--flex .pdp-carrousel .carousel .carousel-inner .carousel-control-next {
            display: none; }
          #quickViewModal .quick-view-dialog .modal-body .product-quickview .pdp-page__images--flex .pdp-carrousel .carousel .carousel-inner .carousel-item {
            display: none; }
            #quickViewModal .quick-view-dialog .modal-body .product-quickview .pdp-page__images--flex .pdp-carrousel .carousel .carousel-inner .carousel-item.active {
              display: block;
              width: 265px;
              height: 399px; }
          #quickViewModal .quick-view-dialog .modal-body .product-quickview .pdp-page__images--flex .pdp-carrousel .pdp-carousel__mobile {
            display: none; }
        @media (max-width: 767px) {
          #quickViewModal .quick-view-dialog .modal-body .product-quickview .pdp-page__images--flex .pdp-page__images--description {
            padding: 0; } }
        #quickViewModal .quick-view-dialog .modal-body .product-quickview .pdp-page__images--flex .pdp-page__images--description .price-info {
          display: none; }
        #quickViewModal .quick-view-dialog .modal-body .product-quickview .pdp-page__images--flex .pdp-page__images--description .attributes .attribute {
          margin-top: 65px;
          -ms-flex-pack: start;
              justify-content: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
          @media (max-width: 767px) {
            #quickViewModal .quick-view-dialog .modal-body .product-quickview .pdp-page__images--flex .pdp-page__images--description .attributes .attribute {
              margin-top: 14px; } }
        #quickViewModal .quick-view-dialog .modal-body .product-quickview .pdp-page__images--flex .pdp-page__images--description .attributes .attributes__flex[data-attr="f54ProductColor"] {
          display: none; }
        #quickViewModal .quick-view-dialog .modal-body .product-quickview .pdp-page__images--flex .pdp-page__images--description .attributes .label-select-pdp {
          display: block;
          font-family: 'Assistant';
          font-style: normal;
          font-weight: 700;
          font-size: 17px;
          line-height: 24px;
          text-transform: capitalize;
          color: #000000;
          margin-bottom: 0; }
          @media (max-width: 767px) {
            #quickViewModal .quick-view-dialog .modal-body .product-quickview .pdp-page__images--flex .pdp-page__images--description .attributes .label-select-pdp {
              font-size: 16px;
              margin-left: 8px;
              direction: rtl; } }
        @media (max-width: 767px) {
          #quickViewModal .quick-view-dialog .modal-body .product-quickview .pdp-page__images--flex .pdp-page__images--description .attributes .product-attributes__flex {
            width: 100%; } }
        #quickViewModal .quick-view-dialog .modal-body .product-quickview .pdp-page__images--flex .pdp-page__images--description .attributes .product-attributes__flex .select-variant {
          border: none;
          direction: ltr !important;
          padding-left: 0;
          padding-right: 0;
          margin-top: 0;
          background: none;
          width: 322px;
          max-width: 100%;
          height: 196px;
          overflow-y: scroll;
          padding-right: 20px; }
          @media (max-width: 767px) {
            #quickViewModal .quick-view-dialog .modal-body .product-quickview .pdp-page__images--flex .pdp-page__images--description .attributes .product-attributes__flex .select-variant {
              padding-right: 0;
              min-width: 100%;
              width: 330px; } }
          @media (max-width: 388px) {
            #quickViewModal .quick-view-dialog .modal-body .product-quickview .pdp-page__images--flex .pdp-page__images--description .attributes .product-attributes__flex .select-variant {
              max-width: 94%; } }
          #quickViewModal .quick-view-dialog .modal-body .product-quickview .pdp-page__images--flex .pdp-page__images--description .attributes .product-attributes__flex .select-variant::-webkit-scrollbar {
            width: 5px;
            height: 10px;
            background-color: transparent; }
            @media (max-width: 767px) {
              #quickViewModal .quick-view-dialog .modal-body .product-quickview .pdp-page__images--flex .pdp-page__images--description .attributes .product-attributes__flex .select-variant::-webkit-scrollbar {
                position: absolute;
                left: 0; } }
          #quickViewModal .quick-view-dialog .modal-body .product-quickview .pdp-page__images--flex .pdp-page__images--description .attributes .product-attributes__flex .select-variant::-webkit-scrollbar-thumb {
            border-radius: 2px;
            background-color: #d8d8d8; }
          #quickViewModal .quick-view-dialog .modal-body .product-quickview .pdp-page__images--flex .pdp-page__images--description .attributes .product-attributes__flex .select-variant .size-select-lm {
            display: block;
            padding: 12px 0;
            font-family: 'Assistant';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
            color: #000000;
            border-bottom: 0.5px solid #d7d7d7; }
            @media (max-width: 767px) {
              #quickViewModal .quick-view-dialog .modal-body .product-quickview .pdp-page__images--flex .pdp-page__images--description .attributes .product-attributes__flex .select-variant .size-select-lm {
                margin-right: 10px;
                margin-left: 10px; } }
            #quickViewModal .quick-view-dialog .modal-body .product-quickview .pdp-page__images--flex .pdp-page__images--description .attributes .product-attributes__flex .select-variant .size-select-lm.selected {
              font-weight: 800; }
            #quickViewModal .quick-view-dialog .modal-body .product-quickview .pdp-page__images--flex .pdp-page__images--description .attributes .product-attributes__flex .select-variant .size-select-lm.disabled {
              color: #C9C9C9 !important; }
        #quickViewModal .quick-view-dialog .modal-body .product-quickview .pdp-page__images--flex .pdp-page__images--description .attributes .product-attributes__flex .rtl {
          direction: rtl !important; }
        #quickViewModal .quick-view-dialog .modal-body .product-quickview .pdp-page__images--flex .pdp-page__images--description .attributes .f54ProductColor {
          display: none; }
        #quickViewModal .quick-view-dialog .modal-body .product-quickview .pdp-page__images--flex .pdp-page__images--description .attributes .quantity {
          display: none; }
        #quickViewModal .quick-view-dialog .modal-body .product-quickview .pdp-page__images--flex .pdp-page__images--description .cart-and-ipay {
          margin-top: 11px;
          -ms-flex-pack: center;
              justify-content: center; }
          @media (max-width: 767px) {
            #quickViewModal .quick-view-dialog .modal-body .product-quickview .pdp-page__images--flex .pdp-page__images--description .cart-and-ipay {
              margin-top: 19px; } }
          #quickViewModal .quick-view-dialog .modal-body .product-quickview .pdp-page__images--flex .pdp-page__images--description .cart-and-ipay .add-to-cart-global {
            background-color: #252525;
            border-color: #252525;
            height: 42px;
            min-width: 321px;
            font-family: 'Assistant';
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 24px;
            border-radius: 0;
            color: #FFFFFF;
            text-transform: capitalize; }
            @media (max-width: 767px) {
              #quickViewModal .quick-view-dialog .modal-body .product-quickview .pdp-page__images--flex .pdp-page__images--description .cart-and-ipay .add-to-cart-global {
                min-width: 98%;
                margin: 0 0 11px 6px;
                border-radius: 0;
                height: 37px;
                text-transform: inherit; } }
          #quickViewModal .quick-view-dialog .modal-body .product-quickview .pdp-page__images--flex .pdp-page__images--description .cart-and-ipay.comingsoon {
            margin-top: 130px; }
            #quickViewModal .quick-view-dialog .modal-body .product-quickview .pdp-page__images--flex .pdp-page__images--description .cart-and-ipay.comingsoon .button-comingsoon {
              min-width: 321px;
              height: 42px; }
          #quickViewModal .quick-view-dialog .modal-body .product-quickview .pdp-page__images--flex .pdp-page__images--description .cart-and-ipay .quickview-error {
            font-family: 'Assistant';
            font-style: normal;
            font-weight: 600;
            font-size: 12px;
            line-height: 24px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
            text-align: center;
            color: #000000;
            -ms-flex-pack: center;
                justify-content: center; }
  #quickViewModal .quick-view-dialog button.close {
    font-size: 1.25em; }
  #quickViewModal .quick-view-dialog .modal-footer {
    background-color: #ffffff;
    border: none;
    border-radius: unset;
    display: none; }
    #quickViewModal .quick-view-dialog .modal-footer .prices .price {
      font-size: 1.6em; }
  #quickViewModal .quick-view-dialog .prices .sales {
    font-size: 1.5rem; }
  #quickViewModal .quick-view-dialog .promotions {
    text-align: left; }
  @media (max-width: 767px) {
    #quickViewModal .quick-view-dialog .bonus-summary {
      font-size: 0.625em; } }
  @media (max-width: 767px) {
    #quickViewModal .quick-view-dialog .bonus-summary .bonus-product-name {
      padding: 0; } }
  #quickViewModal .quick-view-dialog .pre-cart-products {
    margin-right: 0.125em; }
  #quickViewModal .quick-view-dialog .non-input-label {
    display: block;
    margin-bottom: 0.5rem; }

.container.product-detail {
  margin-top: 2em;
  margin-bottom: 2em;
  max-width: 1310px; }

.pdp-page {
  padding: 0;
  width: unset;
  max-width: unset; }
  @media all and (max-width: 768px) {
    .pdp-page__images--description {
      margin: 0 auto !important;
      width: 100%; } }
  .pdp-page__images--description .size-guide {
    text-align: right;
    margin-bottom: 1.5625rem; }
    .pdp-page__images--description .size-guide a {
      font-size: 14px;
      font-weight: 600;
      line-height: normal;
      letter-spacing: normal;
      color: #616161 !important;
      text-decoration: underline; }
      .pdp-page__images--description .size-guide a img {
        margin-left: 0.4375rem; }
  .pdp-page__images--description .show_size_guide {
    background: none;
    border: none;
    padding: 0; }
    .pdp-page__images--description .show_size_guide:focus {
      text-decoration: underline;
      text-underline-offset: 2px; }

.description-and-detail {
  margin: 1.25rem 0; }
  .description-and-detail .choose-size {
    font-size: 14px !important;
    font-weight: 600 !important; }
  .description-and-detail .margin-space {
    margin: 0 0 40px 0; }
  .description-and-detail .size-btn {
    min-width: 62px;
    height: 30px;
    margin-left: 8px;
    margin-bottom: 14px;
    background: none;
    border: 1px solid #B7B7B7;
    color: #252525;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer; }
    .description-and-detail .size-btn.active {
      background-color: #252525;
      border: 1px solid #252525;
      color: #ffffff; }
    .description-and-detail .size-btn:disabled {
      cursor: default;
      background: none;
      border: 1px solid #252525;
      color: #252525;
      opacity: 0.2; }
    .description-and-detail .size-btn:focus {
      border: 2px solid #252525; }
  .description-and-detail .btn-stores {
    padding-right: 10px;
    padding-left: 10px;
    width: 46%;
    margin: 1rem 0 1rem 0.5rem;
    height: 35px; }
    .description-and-detail .btn-stores:disabled {
      pointer-events: none; }
    .description-and-detail .btn-stores:focus {
      border: 2px solid #252525; }
  .description-and-detail .availability {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 15px; }
    .description-and-detail .availability ::-webkit-scrollbar {
      width: 5px;
      background-color: transparent; }
    .description-and-detail .availability ::-webkit-scrollbar-thumb {
      border-radius: 2px;
      background-color: #d8d8d8; }
    .description-and-detail .availability .store-locator-stores {
      display: none;
      overflow-y: scroll;
      max-height: 22rem;
      height: -webkit-fit-content;
      height: fit-content;
      padding: 0; }
    .description-and-detail .availability .checkbox {
      display: block; }
    .description-and-detail .availability .availability-loader {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: start;
          justify-content: flex-start;
      width: 100%;
      height: 100%;
      /* SCSS for the unified text loader with dots */ }
      .description-and-detail .availability .availability-loader .veil {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.7);
        /* Adjust opacity as needed */
        z-index: 10;
        /* Ensure it appears above other elements */ }
      .description-and-detail .availability .availability-loader .text-dot-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        position: relative;
        top: 61%;
        -ms-flex-align: baseline;
            align-items: baseline;
        z-index: 1000; }
      .description-and-detail .availability .availability-loader .text-loader {
        font-size: 14px;
        font-weight: 400;
        color: #000;
        z-index: 1001; }
      .description-and-detail .availability .availability-loader .dot-ellipsis {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
      .description-and-detail .availability .availability-loader .dot {
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background-color: #000;
        margin: 0 4px;
        animation: dotAnimation 1s infinite; }
      .description-and-detail .availability .availability-loader .dot:nth-child(2) {
        animation-delay: 0.2s; }
      .description-and-detail .availability .availability-loader .dot:nth-child(3) {
        animation-delay: 0.4s; }

@keyframes dotAnimation {
  0%,
  100% {
    opacity: 0.4;
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: scale(1); } }
  .description-and-detail .store-locator-no-stock {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 1rem 1rem; }
  .description-and-detail .store-locator-item {
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .description-and-detail .store-locator-item__text {
      width: 100%;
      border-bottom: 1px solid #ccc; }
      .description-and-detail .store-locator-item__text .store-name {
        font-size: 15px;
        font-weight: bold;
        margin-top: 1rem; }
      .description-and-detail .store-locator-item__text .icons-access-store {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
            justify-content: end;
        margin: 1rem; }
        .description-and-detail .store-locator-item__text .icons-access-store a:focus img {
          transition: transform 0.3s ease;
          transform: scale(1.1); }
      .description-and-detail .store-locator-item__text .size {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        font-size: medium;
        font-weight: bold;
        margin-top: 0.8rem; }
        .description-and-detail .store-locator-item__text .size .size-row-display {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-align: end;
              align-items: flex-end; }
          .description-and-detail .store-locator-item__text .size .size-row-display .limited {
            font-size: 14px !important;
            font-weight: 600 !important;
            -ms-flex-align: center;
                align-items: center; }
  .description-and-detail .label-info {
    padding: 0;
    width: 100%;
    border: none;
    position: relative;
    cursor: pointer; }
    .description-and-detail .label-info:focus, .description-and-detail .label-info:focus-visible {
      transition: all 0.3s;
      outline: none; }
      .description-and-detail .label-info:focus h2, .description-and-detail .label-info:focus-visible h2 {
        font-weight: 700; }
    .description-and-detail .label-info h2 {
      font-size: 17px;
      font-weight: 600;
      text-align: right;
      color: #252525; }
  .description-and-detail .number-item {
    margin-top: 1.25rem;
    width: 100%;
    text-align: right; }
  .description-and-detail .card {
    border: none;
    direction: rtl; }
  .description-and-detail .card-body {
    padding: 0;
    display: none;
    font-size: 14px;
    line-height: 1.64;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
    margin: 0.75rem 0 1.25rem 0.875rem;
    width: 100%; }
    .description-and-detail .card-body ul {
      padding-right: 19px; }
      .description-and-detail .card-body ul .free-shipping-msg-container {
        width: 100%;
        text-align: right; }
    .description-and-detail .card-body .washing-instructions {
      direction: rtl;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start; }
      .description-and-detail .card-body .washing-instructions-header {
        font-weight: 600;
        line-height: 22.96px; }
      .description-and-detail .card-body .washing-instructions-icons {
        width: 146px; }
        .description-and-detail .card-body .washing-instructions-icons img {
          width: 26px;
          height: 26px;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
        .description-and-detail .card-body .washing-instructions-icons p {
          width: 100%; }
    .description-and-detail .card-body .pdp-additional-info {
      margin-top: 2rem; }
      .description-and-detail .card-body .pdp-additional-info-title {
        font-weight: 700;
        font-size: 15px; }
      .description-and-detail .card-body .pdp-additional-info-body {
        font-size: 14px; }
  .description-and-detail .card-header__list-icon.is-plus {
    background: url("../images/icon-collapsable-section-plus.svg") no-repeat right;
    background-size: 14px 14px;
    width: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transition: all 0.1s;
    height: 14px;
    left: 0; }
  .description-and-detail .card-header__list-icon.is-minus {
    background: url("../images/icon-collapsable-section-minus.svg") no-repeat right;
    background-size: 14px 14px;
    width: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    height: 14px;
    transition: all 0.1s;
    left: 0px; }

.social-icons {
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin: 0;
  list-style: none; }
  .social-icons__input {
    display: none; }
  .social-icons li {
    margin-left: 1.875rem; }

.add-product-option {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end; }
  .add-product-option .product-option {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    direction: rtl; }
    .add-product-option .product-option__add {
      width: unset;
      max-width: unset;
      -ms-flex: none;
          flex: none;
      padding: 0;
      margin-left: 24px; }
      .add-product-option .product-option__add a {
        font-size: 14px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #616161 !important;
        text-decoration: underline; }
  .add-product-option h2 {
    font-size: 17px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #252525;
    margin-bottom: 0.75rem; }

.add-to-wish-list.added-to-wishlist {
  background-color: #c1c1c1; }

.add-to-wish-list.button-white {
  padding: 0.625rem 0;
  margin: 0.9375rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 40px;
  white-space: nowrap; }
  .add-to-wish-list.button-white .add-to-wishlist-text {
    display: -ms-flexbox;
    display: flex; }
  .add-to-wish-list.button-white:hover .add-to-wishlist-text img.add-to-wishlist-button-img {
    filter: invert(100%) sepia(24%) saturate(91%) hue-rotate(279deg) brightness(116%) contrast(100%); }
  .add-to-wish-list.button-white img {
    padding: 0 5px;
    margin-bottom: 3px; }
  .add-to-wish-list.button-white:disabled {
    background-color: #c1c1c1;
    opacity: 1;
    border-color: #c1c1c1;
    color: #ffffff; }
  .add-to-wish-list.button-white:focus {
    transition: border-width 0.3s;
    border-width: 2px; }

.pdp-add-to-cart.coming-soon {
  margin-bottom: 18px; }

.pdp-add-to-cart {
  margin: 0; }
  .pdp-add-to-cart__message {
    padding: 0;
    color: #f34467;
    text-align: right;
    height: 1.5em; }
  .pdp-add-to-cart__button {
    padding: 0; }
    .pdp-add-to-cart__button .add-to-cart.btn.btn-primary.button-black,
    .pdp-add-to-cart__button .add-to-cart.btn.btn-primary.button-comingsoon {
      width: 100%;
      padding: 10px;
      height: 40px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      margin: auto; }
      .pdp-add-to-cart__button .add-to-cart.btn.btn-primary.button-black:hover,
      .pdp-add-to-cart__button .add-to-cart.btn.btn-primary.button-comingsoon:hover {
        background-color: #252525;
        border: #252525 solid 1px;
        color: #ffffff; }
      .pdp-add-to-cart__button .add-to-cart.btn.btn-primary.button-black:focus,
      .pdp-add-to-cart__button .add-to-cart.btn.btn-primary.button-comingsoon:focus {
        background-color: #ffffff;
        border: #252525 solid 2px;
        color: #252525; }
      .pdp-add-to-cart__button .add-to-cart.btn.btn-primary.button-black:focus.added-to-cart,
      .pdp-add-to-cart__button .add-to-cart.btn.btn-primary.button-comingsoon:focus.added-to-cart {
        background-color: #c1c1c1;
        border: white; }
    .pdp-add-to-cart__button .added-to-cart {
      background-color: #c1c1c1;
      border: white;
      cursor: default; }
      .pdp-add-to-cart__button .added-to-cart .added-to-cart-text {
        color: #ffffff; }

.zoomWindowContainer &gt; div {
  background-color: #e6e6e6 !important; }

@media (min-width: 769px) {
  .zoomLens {
    max-width: 190px;
    max-height: 190px; } }

@media (min-width: 769px) {
  .zoomWindow {
    border: 1.5px solid #888888 !important;
    margin-left: 25px;
    background-color: #e6e6e6; } }

.shop-style {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .shop-style__title {
    font-family: var(--third-font-family, Playfair Display);
    font-size: 34px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.76;
    letter-spacing: normal;
    text-align: center;
    color: #2a2a2a;
    padding-bottom: 20px; }
    @media all and (max-width: 768px) {
      .shop-style__title {
        padding-bottom: 8px; } }
  .shop-style__product {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 2.5rem 0; }
    .shop-style__product--flex {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start; }
    .shop-style__product .product-option:not(:first-child) {
      margin: 0 1.5625rem 0 0; }
    .shop-style__product--option {
      margin: 0 1.5625rem 0 0;
      position: relative;
      width: -webkit-min-content;
      width: min-content; }
      .shop-style__product--option .present-product {
        position: relative; }
        .shop-style__product--option .present-product__tag {
          text-align: end; }
        .shop-style__product--option .present-product .tile-body__product-name p {
          max-width: 175px; }
        .shop-style__product--option .present-product__wishlistTile {
          position: absolute;
          top: 11px;
          right: 0.6875rem;
          z-index: 1; }
    .shop-style__product--label-item {
      font-size: 12px;
      font-weight: 600;
      line-height: normal;
      letter-spacing: 1.2px;
      text-align: center;
      color: #515151;
      text-transform: uppercase;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
  .shop-style__product.also-like {
    padding: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    display: table-cell; }
    .shop-style__product.also-like .section-landed__slider-prev {
      left: 0; }
    .shop-style__product.also-like .button-img {
      height: 12px;
      top: 0;
      margin: 0; }
    .shop-style__product.also-like .shop-style__product--option .present-product__wishlistTile {
      position: absolute;
      top: 15px;
      right: 15px; }
    .shop-style__product.also-like .shop-style__product--option .look-tile .tile-body {
      margin: 0.625rem 0; }
    .shop-style__product.also-like .shop-style__product--option .tile-body__product-name {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: end;
          align-items: end; }
      .shop-style__product.also-like .shop-style__product--option .tile-body__product-name p {
        text-align: right; }
    .shop-style__product.also-like .shop-style__product--option .price {
      width: 100%; }
      .shop-style__product.also-like .shop-style__product--option .price .sale-price {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: right;
            justify-content: right; }
        .shop-style__product.also-like .shop-style__product--option .price .sale-price .sales {
          width: -webkit-fit-content;
          width: fit-content;
          text-align: right;
          margin-left: 6px; }
          .shop-style__product.also-like .shop-style__product--option .price .sale-price .sales .value {
            text-align: right; }
    .shop-style__product.also-like .tile-body__product-name p {
      max-width: unset; }
  .shop-style__big-img {
    max-width: 400px;
    object-fit: contain;
    max-height: 599px;
    width: 100%;
    min-width: 131px;
    background: var(--grey-gradient, #e6e6e6); }

.product-stores {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0 0 5rem 0; }
  .product-stores p {
    margin-right: 15px; }

.shop-look__img--tile {
  max-width: 12.5rem;
  height: 100%;
  object-fit: contain;
  width: 100%;
  min-width: 117px;
  background: var(--grey-gradient, #e6e6e6); }

.shop-look__img .sale-price {
  display: -ms-flexbox;
  display: flex;
  direction: rtl;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center; }

.shop-look__img .membership-price-display, .also-like__img .membership-price-display {
  font-size: 14px;
  line-height: 18px;
  color: #515151;
  direction: rtl;
  font-weight: 500; }
  .shop-look__img .membership-price-display .price-inverse.sales__red, .also-like__img .membership-price-display .price-inverse.sales__red {
    font-size: inherit; }

.zoom-modal.modal.show .zoom-modal__dialog.modal-dialog {
  margin: 0; }
  .zoom-modal.modal.show .zoom-modal__dialog.modal-dialog .zoom-modal__content {
    border-radius: 0;
    height: 100vh;
    border: none;
    -ms-flex-pack: center;
        justify-content: center; }
    .zoom-modal.modal.show .zoom-modal__dialog.modal-dialog .zoom-modal__content .zoom-modal__close span {
      position: absolute;
      right: 20px;
      top: 10px;
      font-size: 2.5rem;
      font-weight: 500; }
    .zoom-modal.modal.show .zoom-modal__dialog.modal-dialog .zoom-modal__content .zommed-image {
      object-fit: contain;
      height: 100%;
      width: 100%;
      background: #e6e6e6; }

@media (max-width: 768px) {
  .zoomContainer {
    z-index: 99999999999;
    top: 45px !important;
    left: 16px !important; } }

@media (max-width: 768px) {
  .zoomWindow {
    background-color: #e6e6e6;
    width: calc(100vw - 32px) !important;
    height: calc(100vh - 90px) !important; } }

.present-product__image-container {
  position: relative;
  direction: rtl; }
  .present-product__image-container .quickview {
    position: absolute;
    bottom: 10px;
    right: 7px; }

.present-product:hover .popover {
  display: block; }

@media (max-width: 768px) {
  .present-product:hover .popover {
    display: none; } }

.present-product__popover {
  bottom: 0;
  top: unset;
  width: 100%;
  max-width: unset;
  left: unset;
  border: none;
  background-color: rgba(255, 255, 255, 0.94); }

.present-product__popover-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  min-height: 64px;
  border: solid 1px #eaeaea;
  padding: 5px 0; }
  .present-product__popover-box .sizes-header {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    font-family: 'Assistant';
    color: #000000; }
  .present-product__popover-box .sizes-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    column-gap: 10px; }
    .present-product__popover-box .sizes-container .size-button {
      padding: 0 5px;
      margin: 0;
      border: none;
      background-color: transparent;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
      .present-product__popover-box .sizes-container .size-button span {
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        color: #252525; }
        .present-product__popover-box .sizes-container .size-button span:hover {
          font-weight: 700; }
        .present-product__popover-box .sizes-container .size-button span img {
          width: 20px;
          height: 20px; }
      .present-product__popover-box .sizes-container .size-button .check-icon-span {
        display: none; }
  .present-product__popover-box .non-clickable {
    pointer-events: none;
    cursor: default; }

.present-product__tile-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center; }
  .present-product__tile-body a {
    text-decoration: none; }
  .present-product__tile-body h2 {
    font-size: 1rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 0.25rem; }
  .present-product__tile-body p {
    height: 2.5rem;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: #515151;
    margin-bottom: 0.375rem; }
  .present-product__tile-body .sale-price {
    display: -ms-flexbox;
    display: flex;
    direction: ltr; }
    .present-product__tile-body .sale-price__purcent {
      font-size: 16px;
      color: #000000;
      line-height: initial !important; }
    .present-product__tile-body .sale-price .sales__red {
      color: #d61f27;
      margin-right: 3px; }
  .present-product__tile-body span {
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center; }
  .present-product__tile-body .strike-through.list {
    margin: 0; }
    .present-product__tile-body .strike-through.list .sale-price__value {
      font-size: 16px;
      font-weight: normal;
      margin-right: 2.5px; }

.popover {
  display: none; }

.look-tile .tile-body {
  margin: 0.625rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end; }
  .look-tile .tile-body__product-name-brand {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    text-transform: uppercase; }
  .look-tile .tile-body__product-name p {
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: #515151; }
  .look-tile .tile-body .price {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin: 10px 0 7px;
    direction: rtl; }

.also-like__img--tile {
  max-width: 18.625rem;
  height: 100%;
  object-fit: contain;
  width: 100%;
  background: var(--grey-gradient, #e6e6e6); }

.also-like__img .sale-price {
  display: -ms-flexbox;
  display: flex;
  direction: rtl;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center; }

@media all and (max-width: 1400px) and (min-width: 1024px) {
  .pdp-page {
    margin: 2em 5.3125rem; } }

@media all and (max-width: 1024px) and (min-width: 769px) {
  .pdp-page {
    margin: 2em 5em; } }

@media all and (max-width: 768px) and (min-width: 540px) {
  .pdp-page .pdp-carrousel {
    margin: auto;
    width: 100%; }
    .pdp-page .pdp-carrousel .carousel.slide {
      display: none; } }

@media all and (max-width: 768px) {
  .pdp-page {
    margin: 0 18px;
    overflow: hidden; }
    .pdp-page__breadcrumb {
      display: none; }
    .pdp-page__product-name {
      display: none; }
    .pdp-page__images {
      -ms-flex-direction: column;
          flex-direction: column;
      border-bottom: solid 1px #e6e6e6;
      padding-bottom: 44px; }
      .pdp-page__images--description .size-guide {
        margin-bottom: 0.9375rem; }
      .pdp-page__images--description .social-icons {
        border-bottom: solid 1px #ccc;
        padding-bottom: 2.125rem; }
      .pdp-page__images--description .attributes .product-attributes__flex {
        margin-top: 28px;
        gap: 12px; }
      .pdp-page__images--description .description-and-detail {
        margin: 0; }
        .pdp-page__images--description .description-and-detail .product-attributes.margin-space {
          margin: 14px 0 0; }
        .pdp-page__images--description .description-and-detail .margin-space {
          margin: 0 0 25px 0; }
    .pdp-page .pdp-gallery {
      display: none; }
    .pdp-page .pdp-add-to-cart {
      padding: 0; }
    .pdp-page .label-info button.title.btn.btn-block.d-sm-none {
      text-align: right;
      padding: 0;
      font-size: 17px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #252525; }
    .pdp-page .shop-style {
      margin: 36px 0 0; }
      .pdp-page .shop-style__product {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        margin: 33px 0 34px; }
        .pdp-page .shop-style__product.also-like .shop-style__product--option .present-product__wishlistTile {
          top: 10px;
          right: 0.6875rem; }
        .pdp-page .shop-style__product img.tile-image {
          max-width: 9.5625rem;
          height: unset;
          width: unset;
          background: var(--grey-gradient, #e6e6e6); }
        .pdp-page .shop-style__product--flex {
          -ms-flex-direction: row;
              flex-direction: row;
          width: 100%;
          overflow-x: auto; }
          .pdp-page .shop-style__product--flex::-webkit-scrollbar {
            display: none; }
        .pdp-page .shop-style__product--option {
          margin: 10.3px 10px 0 0; }
          .pdp-page .shop-style__product--option:not(:first-child) {
            margin: 10.3px 10px 0 0; }
          .pdp-page .shop-style__product--option .add-to-fav,
          .pdp-page .shop-style__product--option .added-to-fav {
            max-width: 12px; }
      .pdp-page .shop-style .big-img-desktop {
        display: none; }
      .pdp-page .shop-style__big-img {
        max-width: 325px;
        margin: auto;
        width: 100%;
        min-width: 117px; }
      .pdp-page .shop-style button {
        display: none; }
      .pdp-page .shop-style.may-also-like {
        border: none; }
        .pdp-page .shop-style.may-also-like .shop-style_product .present-product__image-container {
          position: relative;
          direction: rtl; }
          .pdp-page .shop-style.may-also-like .shop-style_product .present-product__image-container .quickview {
            position: absolute;
            bottom: 10px;
            right: 7px; }
        .pdp-page .shop-style.may-also-like .shop-style_product .present-product:hover .popover {
          display: block; } }
      @media all and (max-width: 768px) and (max-width: 768px) {
        .pdp-page .shop-style.may-also-like .shop-style_product .present-product:hover .popover {
          display: none; } }

@media all and (max-width: 768px) {
        .pdp-page .shop-style.may-also-like .shop-style_product .present-product__popover {
          bottom: 0;
          top: unset;
          width: 100%;
          max-width: unset;
          left: unset;
          border: none;
          background-color: rgba(255, 255, 255, 0.94); }
        .pdp-page .shop-style.may-also-like .shop-style_product .present-product__popover-box {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center;
          width: 100%;
          min-height: 64px;
          border: solid 1px #eaeaea;
          padding: 5px 0; }
          .pdp-page .shop-style.may-also-like .shop-style_product .present-product__popover-box .sizes-header {
            font-size: 14px;
            font-weight: 600;
            line-height: 24px;
            font-family: 'Assistant';
            color: #000000; }
          .pdp-page .shop-style.may-also-like .shop-style_product .present-product__popover-box .sizes-container {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row;
                flex-direction: row;
            -ms-flex-align: center;
                align-items: center;
            -ms-flex-pack: center;
                justify-content: center;
            width: 100%;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            column-gap: 10px; }
            .pdp-page .shop-style.may-also-like .shop-style_product .present-product__popover-box .sizes-container .size-button {
              padding: 0 5px;
              margin: 0;
              border: none;
              background-color: transparent;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-pack: center;
                  justify-content: center;
              -ms-flex-align: center;
                  align-items: center; }
              .pdp-page .shop-style.may-also-like .shop-style_product .present-product__popover-box .sizes-container .size-button span {
                font-size: 14px;
                font-weight: 400;
                text-align: center;
                color: #252525; }
                .pdp-page .shop-style.may-also-like .shop-style_product .present-product__popover-box .sizes-container .size-button span:hover {
                  font-weight: 700; }
                .pdp-page .shop-style.may-also-like .shop-style_product .present-product__popover-box .sizes-container .size-button span img {
                  width: 20px;
                  height: 20px; }
              .pdp-page .shop-style.may-also-like .shop-style_product .present-product__popover-box .sizes-container .size-button .check-icon-span {
                display: none; }
          .pdp-page .shop-style.may-also-like .shop-style_product .present-product__popover-box .non-clickable {
            pointer-events: none;
            cursor: default; }
        .pdp-page .shop-style.may-also-like .shop-style_product .present-product__tile-body {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-align: center;
              align-items: center; }
          .pdp-page .shop-style.may-also-like .shop-style_product .present-product__tile-body a {
            text-decoration: none; }
          .pdp-page .shop-style.may-also-like .shop-style_product .present-product__tile-body h2 {
            font-size: 1rem;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: center;
            color: #000000;
            text-transform: uppercase;
            margin-bottom: 0.25rem; }
          .pdp-page .shop-style.may-also-like .shop-style_product .present-product__tile-body p {
            height: 2.5rem;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.29;
            letter-spacing: normal;
            text-align: center;
            color: #515151;
            margin-bottom: 0.375rem; }
          .pdp-page .shop-style.may-also-like .shop-style_product .present-product__tile-body .sale-price {
            display: -ms-flexbox;
            display: flex;
            direction: ltr; }
            .pdp-page .shop-style.may-also-like .shop-style_product .present-product__tile-body .sale-price__purcent {
              font-size: 16px;
              color: #000000;
              line-height: initial !important; }
            .pdp-page .shop-style.may-also-like .shop-style_product .present-product__tile-body .sale-price .sales__red {
              color: #d61f27;
              margin-right: 3px; }
          .pdp-page .shop-style.may-also-like .shop-style_product .present-product__tile-body span {
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: center; }
          .pdp-page .shop-style.may-also-like .shop-style_product .present-product__tile-body .strike-through.list {
            margin: 0; }
            .pdp-page .shop-style.may-also-like .shop-style_product .present-product__tile-body .strike-through.list .sale-price__value {
              font-size: 16px;
              font-weight: normal;
              margin-right: 2.5px; }
      .pdp-page .shop-style__carousel--mobile {
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        width: 100%; }
        .pdp-page .shop-style__carousel--mobile .quickview {
          position: absolute;
          bottom: 10px;
          right: 7px; }
        .pdp-page .shop-style__carousel--mobile::-webkit-scrollbar {
          display: none; }
  .pdp-carousel__mobile {
    display: block !important; }
    .pdp-carousel__mobile .slick-slide {
      outline: none; }
    .pdp-carousel__mobile .carousel-mobile img {
      background: var(--grey-gradient, #e6e6e6); }
    .pdp-carousel__mobile .slick-dots {
      position: absolute;
      bottom: -45px;
      list-style: none;
      display: -ms-flexbox;
      display: flex;
      left: 50%;
      padding: 0;
      transform: translateX(-50%); }
      .pdp-carousel__mobile .slick-dots li.slick-active button {
        width: 0.625rem;
        height: 0.625rem;
        background-color: #252525;
        opacity: 1; }
      .pdp-carousel__mobile .slick-dots li button {
        font-size: 0;
        width: 0.4375rem;
        height: 0.4375rem;
        opacity: 0.5;
        background-color: #d8d8d8;
        margin-right: 0.625rem;
        border: none;
        box-shadow: none;
        border-radius: 100%;
        padding: 0;
        cursor: pointer; } }

@media all and (max-width: 540px) {
  .pdp-page .pdp-carrousel {
    padding: 0;
    margin: 0;
    min-width: unset; }
    .pdp-page .pdp-carrousel .carousel.slide {
      display: none; } }
</pre></body></html>