<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***
*** Media query ***
***/
/***
*** Grid system ***
***/
/***
*** Colors ***
***/
/* Secondary colors */
/* Grey scale */
/* Functional colors */
/* Benefeet color */
/*
* Altezza bottoni
* 3 tipologia: default, big, small
*/
/*
* Mixin reverse
*/
/*
* Header style mixin: trasparent header and gradient
*/
/*
* Font setting
* Size, weight, line-height, letter-spacing
*/
/***
*** Font import on htmlHead.isml with preload ***
*** Font family: Open Sans
*** Font weight: 400, 600, 700
***/
body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal; }
  @media (min-width: 768px) and (max-width: 1279px), (max-width: 767px) {
    body {
      font-size: 14px; } }

/***
*** Heading Desktop***
***/
h1,
.h1 {
  font-size: 72px !important;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: normal; }
  h1.h1-bold,
  .h1.h1-bold {
    font-weight: 600; }

h2,
.h2 {
  font-size: 48px !important;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: normal; }
  h2.h2-bold,
  .h2.h2-bold {
    font-weight: 600; }

h3,
.h3 {
  font-size: 40px !important;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: normal; }
  h3.h3-bold,
  .h3.h3-bold {
    font-weight: 600; }

h4,
.h4 {
  font-size: 32px !important;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: normal; }
  h4.h4-bold,
  .h4.h4-bold {
    font-weight: 600; }

h5,
.h5 {
  font-size: 24px !important;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: normal; }
  h5.h5-bold,
  .h5.h5-bold {
    font-weight: 700; }

h6,
.h6 {
  font-size: 20px !important;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: normal; }
  h6.h6-bold,
  .h6.h6-bold {
    font-weight: 700; }

/***
*** Heading Mobile ***
*** Only font-size changes between desktop and mobile heading, define mobile font-size with "!important" to oveeride values set by font-size-custom mixin
***/
@media (max-width: 767px), (min-width: 768px) and (max-width: 1279px) {
  h1,
  .h1 {
    font-size: 40px !important; }
  h2,
  .h2 {
    font-size: 32px !important; }
  h3,
  .h3 {
    font-size: 28px !important; }
  h4,
  .h4 {
    font-size: 24px !important; }
  h5,
  .h5 {
    font-size: 20px !important; }
  h6,
  .h6 {
    font-size: 16px !important; } }

/***
*** Body Text ***
*** Default font text: .font-m desktop, .font-s mobile ***
***/
.font-xl {
  font-size: 20px !important;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: normal; }

.font-l {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: normal; }

.font-m {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: normal; }

.font-s {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: normal; }

/***
*** Link Text ***
***/
.link-font-xl {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.8px; }

.link-font-l {
  font-size: 18px !important;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.72px; }

.link-font-m {
  font-size: 16px !important;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.64px; }

.link-font-s {
  font-size: 14px !important;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.56px; }

.link-font-xs {
  font-size: 12px !important;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.48px; }

/***
*** Link Text Mobile ***
*** Usage: add Link Text Mobile class to Link Text class to change mobile font-size for links
*** Example: &lt;a class="link-font-xl link-font-mobile-m"&gt;
***/
@media (max-width: 767px), (min-width: 768px) and (max-width: 1279px) {
  .link-font-mobile-xl {
    font-size: 20px !important;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.8px; }
  .link-font-mobile-l {
    font-size: 18px !important;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.72px; }
  .link-font-mobile-m {
    font-size: 16px !important;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.64px; }
  .link-font-mobile-s {
    font-size: 14px !important;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.56px; }
  .link-font-mobile-xs {
    font-size: 12px !important;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.48px; } }

/***
*** Label Text ***
***/
.label-font-xl {
  font-size: 20px !important;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: normal; }

.label-font-semibold-xl {
  font-size: 20px !important;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: normal; }

.label-font-bold-xl, .wishlistItemCards .product-info .product-tile-bottom .visible-section .pdp-link {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: normal; }

.label-font-l {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: normal; }

.label-font-semibold-l {
  font-size: 16px !important;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: normal; }

.label-font-bold-l {
  font-size: 16px !important;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: normal; }

.label-font-m, .wishlistItemCards .product-info .product-tile-top .product-badges .badge-icon .text {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: normal; }

.label-font-semibold-m {
  font-size: 14px !important;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: normal; }

.label-font-bold-m, .wishlistItemCards .product-info .product-tile-bottom .visible-section .product-tags .product-tag {
  font-size: 14px !important;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: normal; }

.label-font-s, .wishlistItemCards .product-info .product-tile-top .product-badges .product-discount {
  font-size: 12px !important;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: normal; }

.label-font-semibold-s {
  font-size: 12px !important;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: normal; }

.label-font-bold-s {
  font-size: 12px !important;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: normal; }

.label-font-xs {
  font-size: 10px !important;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: normal; }

.label-font-semibold-xs {
  font-size: 10px !important;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: normal; }

@media (min-width: 768px) and (max-width: 1279px), (max-width: 767px) {
  .label-font-xl {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: normal; }
  .label-font-semibold-xl {
    font-size: 16px !important;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: normal; }
  .label-font-bold-xl, .wishlistItemCards .product-info .product-tile-bottom .visible-section .pdp-link {
    font-size: 16px !important;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: normal; }
  .label-font-l {
    font-size: 14px !important;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: normal; }
  .label-font-semibold-l {
    font-size: 14px !important;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: normal; }
  .label-font-bold-l {
    font-size: 14px !important;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: normal; }
  .label-font-m, .wishlistItemCards .product-info .product-tile-top .product-badges .badge-icon .text {
    font-size: 12px !important;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: normal; }
  .label-font-semibold-m {
    font-size: 12px !important;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: normal; }
  .label-font-bold-m, .wishlistItemCards .product-info .product-tile-bottom .visible-section .product-tags .product-tag {
    font-size: 12px !important;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: normal; }
  .label-font-s, .wishlistItemCards .product-info .product-tile-top .product-badges .product-discount {
    font-size: 10px !important;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: normal; }
  .label-font-semibold-s {
    font-size: 10px !important;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: normal; }
  .label-font-bold-s {
    font-size: 10px !important;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: normal; }
  .label-font-xs {
    font-size: 8px !important;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: normal; }
  .label-font-semibold-xs {
    font-size: 8px !important;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: normal; } }

/***
*** Editorial Paragraph Text ***
***/
.p-font-m {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: normal; }
  .p-font-m &gt; p {
    font-size: inherit; }

.p-font-l {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: normal; }
  .p-font-l &gt; p {
    font-size: inherit; }

@media (min-width: 768px) and (max-width: 1279px), (max-width: 767px) {
  .p-font-m {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: normal; }
  .p-font-l {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: normal; } }

/***
*** Color text ***
***/
.text-green {
  color: #1B8847; }

.text-red {
  color: #EA4159; }

.login-box {
  background-color: #FAF4E7;
  color: #373A36;
  padding: 24px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px; }
  @media (max-width: 767px) {
    .login-box {
      padding: 16px; } }
  .login-box p {
    margin-bottom: 0;
    gap: 20px; }
  .login-box .create-account-cta,
  .login-box .login-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px; }
    .login-box .create-account-cta .title,
    .login-box .login-cta .title {
      font-size: 18px;
      font-weight: 600;
      line-height: 130%;
      text-transform: uppercase;
      color: #000000; }
      @media (max-width: 767px) {
        .login-box .create-account-cta .title,
        .login-box .login-cta .title {
          font-size: 16px; } }
    .login-box .create-account-cta .description,
    .login-box .login-cta .description {
      font-size: 16px;
      line-height: 160%; }
    .login-box .create-account-cta .btn-primary,
    .login-box .login-cta .btn-primary {
      font-size: 12px !important;
      min-width: 140px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
    .login-box .create-account-cta .btn-link-black,
    .login-box .create-account-cta .btn-link-gold,
    .login-box .login-cta .btn-link-black,
    .login-box .login-cta .btn-link-gold {
      padding: 0;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      height: auto;
      max-width: -webkit-fit-content;
      max-width: -moz-fit-content;
      max-width: fit-content;
      font-size: 14px;
      font-weight: 700; }
      .login-box .create-account-cta .btn-link-black:hover, .login-box .create-account-cta .btn-link-black:active, .login-box .create-account-cta .btn-link-black:focus,
      .login-box .create-account-cta .btn-link-gold:hover,
      .login-box .create-account-cta .btn-link-gold:active,
      .login-box .create-account-cta .btn-link-gold:focus,
      .login-box .login-cta .btn-link-black:hover,
      .login-box .login-cta .btn-link-black:active,
      .login-box .login-cta .btn-link-black:focus,
      .login-box .login-cta .btn-link-gold:hover,
      .login-box .login-cta .btn-link-gold:active,
      .login-box .login-cta .btn-link-gold:focus {
        text-decoration: none; }
    .login-box .create-account-cta .btn-link-black,
    .login-box .login-cta .btn-link-black {
      color: #373A36;
      border-bottom: 1px solid #373A36; }
    .login-box .create-account-cta .btn-link-gold,
    .login-box .login-cta .btn-link-gold {
      color: #CE920C;
      border-bottom: 1px solid #CE920C; }
  @media (max-width: 767px) {
    .login-box .login-cta {
      gap: 8px; } }

.wishlistItemCards {
  height: 100%; }
  .wishlistItemCards .product-info {
    position: relative;
    overflow-y: hidden;
    margin-bottom: 24px; }
    @media (min-width: 1280px) {
      .wishlistItemCards .product-info {
        aspect-ratio: 302/430; } }
    @media (max-width: 767px) {
      .wishlistItemCards .product-info {
        margin-bottom: 48px; } }
    .wishlistItemCards .product-info .product-tile-top {
      position: relative; }
      .wishlistItemCards .product-info .product-tile-top .image-container {
        aspect-ratio: 1;
        overflow: hidden;
        background: #F2F2F2; }
        .wishlistItemCards .product-info .product-tile-top .image-container .product-image {
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          height: 100%; }
      .wishlistItemCards .product-info .product-tile-top .product-badges {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        padding: 8px 8px 0 16px;
        direction: rtl; }
        .wishlistItemCards .product-info .product-tile-top .product-badges .product-discount {
          color: #373A36;
          border: 1px solid;
          padding: 0 8px;
          text-transform: uppercase;
          line-height: 19px;
          direction: ltr; }
          .wishlistItemCards .product-info .product-tile-top .product-badges .product-discount.discount-benefeet {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            direction: ltr; }
            .wishlistItemCards .product-info .product-tile-top .product-badges .product-discount.discount-benefeet i {
              font-size: 17px;
              margin-right: 4px;
              padding-top: 2px; }
        .wishlistItemCards .product-info .product-tile-top .product-badges .badge-icons {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .wishlistItemCards .product-info .product-tile-top .product-badges .badge-icon {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          width: 40px;
          height: 40px;
          border-radius: 40px;
          background: rgba(255, 255, 255, 0.7); }
          .wishlistItemCards .product-info .product-tile-top .product-badges .badge-icon.wishlistTile {
            font-size: 28px;
            cursor: pointer; }
          .wishlistItemCards .product-info .product-tile-top .product-badges .badge-icon .text {
            color: #373A36; }
    .wishlistItemCards .product-info .product-tile-bottom {
      -webkit-transition: all .3s linear;
      transition: all .3s linear;
      position: absolute;
      bottom: -60px;
      width: calc(100% - 24px);
      background-color: #ffffff; }
      @media (min-width: 768px) and (max-width: 1279px), (max-width: 767px) {
        .wishlistItemCards .product-info .product-tile-bottom {
          position: relative;
          width: 100%;
          bottom: 0; } }
      .wishlistItemCards .product-info .product-tile-bottom .visible-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 24px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 16px; }
        .wishlistItemCards .product-info .product-tile-bottom .visible-section .product-tags {
          text-transform: uppercase;
          white-space: nowrap;
          overflow: hidden;
          font-size: 0;
          text-transform: uppercase;
          margin-bottom: 12px;
          height: 22px; }
          .wishlistItemCards .product-info .product-tile-bottom .visible-section .product-tags .product-tag {
            color: #ffffff;
            padding: 2px 6px;
            line-height: 22px !important; }
          .wishlistItemCards .product-info .product-tile-bottom .visible-section .product-tags .product-tag-isnew {
            background-color: #336699; }
          .wishlistItemCards .product-info .product-tile-bottom .visible-section .product-tags .product-tag:not(:first-child) {
            margin-left: 12px; }
          @media (min-width: 768px) and (max-width: 1279px), (max-width: 767px) {
            .wishlistItemCards .product-info .product-tile-bottom .visible-section .product-tags {
              margin-bottom: 8px; } }
          @media (max-width: 767px) {
            .wishlistItemCards .product-info .product-tile-bottom .visible-section .product-tags {
              height: 17px; }
              .wishlistItemCards .product-info .product-tile-bottom .visible-section .product-tags .product-tag {
                font-size: 10px !important;
                line-height: 17px !important; } }
        .wishlistItemCards .product-info .product-tile-bottom .visible-section .pdp-link {
          line-height: 130%;
          margin-bottom: 8px; }
          @media (min-width: 768px) and (max-width: 1279px), (max-width: 767px) {
            .wishlistItemCards .product-info .product-tile-bottom .visible-section .pdp-link {
              margin-bottom: 4px; } }
          .wishlistItemCards .product-info .product-tile-bottom .visible-section .pdp-link a:hover {
            text-decoration: none; }
        .wishlistItemCards .product-info .product-tile-bottom .visible-section .row-attributes {
          font-size: 14px;
          color: #818181; }
      .wishlistItemCards .product-info .product-tile-bottom .range .product-price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .wishlistItemCards .product-info .product-tile-bottom .range .product-price .sales {
          color: #000000;
          margin-right: 8px; }
          .wishlistItemCards .product-info .product-tile-bottom .range .product-price .sales.discount {
            color: #EA4159; }
      .wishlistItemCards .product-info .product-tile-bottom .product-price del .list-text {
        display: none; }
    .wishlistItemCards .product-info .tile-actions {
      opacity: 0;
      width: 100%;
      padding: 8px 0 0 0; }
      @media (min-width: 768px) and (max-width: 1279px), (max-width: 767px) {
        .wishlistItemCards .product-info .tile-actions {
          opacity: 1; } }
      .wishlistItemCards .product-info .tile-actions .edit-add-to-wishlist {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .wishlistItemCards .product-info .tile-actions .edit-add-to-wishlist .btn-underline {
          height: 48px !important; }
          .wishlistItemCards .product-info .tile-actions .edit-add-to-wishlist .btn-underline:active, .wishlistItemCards .product-info .tile-actions .edit-add-to-wishlist .btn-underline:focus {
            outline: none;
            -webkit-box-shadow: 0 0 0 0;
                    box-shadow: 0 0 0 0; }
        .wishlistItemCards .product-info .tile-actions .edit-add-to-wishlist .add-to-cart-wishList {
          width: 100%;
          padding: 0; }
          .wishlistItemCards .product-info .tile-actions .edit-add-to-wishlist .add-to-cart-wishList button {
            width: 100%; }
    @media (min-width: 1280px) {
      .wishlistItemCards .product-info.is-hovered .product-tile-bottom {
        position: absolute;
        bottom: 0px; }
        .wishlistItemCards .product-info.is-hovered .product-tile-bottom .tile-actions {
          opacity: 1; } }
    @media (min-width: 1280px) {
      .wishlistItemCards .product-info.not-shoppable .product-tile-bottom {
        position: absolute;
        bottom: 45px; } }

.container-wishlist {
  margin-top: 56px;
  padding-bottom: 80px; }
  .container-wishlist .wishlist-top-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 32px;
    font-weight: 600;
    padding-top: 56px;
    padding-bottom: 32px;
    color: #000000; }
    @media (max-width: 767px) {
      .container-wishlist .wishlist-top-section {
        font-size: 24px;
        padding-top: 24px;
        padding-bottom: 16px;
        font-weight: 400; } }
    .container-wishlist .wishlist-top-section .quick-actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 16px;
      font-size: 24px; }
      .container-wishlist .wishlist-top-section .quick-actions i {
        cursor: pointer; }
  .container-wishlist .wishlist-count {
    color: #C5C5C5;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 8px; }
    @media (max-width: 767px) {
      .container-wishlist .wishlist-count {
        padding-bottom: 16px; } }
  @media (max-width: 767px) {
    .container-wishlist .wishlist-login-wrapper.no-order .wishlist-count {
      margin-top: -16px; } }
  @media (max-width: 767px) {
    .container-wishlist .wishlist-login-wrapper:not(.no-order) .wishlist-count {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .container-wishlist .wishlist-login-wrapper:not(.no-order) .login-box-wrapper {
      margin-bottom: 24px;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .container-wishlist .wishlist-login-wrapper:not(.no-order) .wishlist-tiles-wrapper {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; } }
  @media (min-width: 768px) and (max-width: 1023px), (min-width: 1024px) and (max-width: 1279px) {
    .container-wishlist .wishlist-tiles-wrapper {
      min-height: 150px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .container-wishlist .wishlist-tiles-wrapper {
      margin-bottom: 24px; } }
  .container-wishlist .empty-wishlist {
    height: 100%;
    color: #000000;
    min-height: 150px;
    border: 1px solid #C5C5C5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px; }
    @media (max-width: 767px) {
      .container-wishlist .empty-wishlist {
        min-height: 150px;
        padding-bottom: 24px;
        border: 0;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding-left: 0;
        padding-right: 0;
        text-align: left !important;
        font-size: 16px; } }
    .container-wishlist .empty-wishlist p {
      margin-bottom: 0; }
    .container-wishlist .empty-wishlist .cta-section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 767px) {
        .container-wishlist .empty-wishlist .cta-section {
          width: 100%; }
          .container-wishlist .empty-wishlist .cta-section .btn {
            width: 100%; } }
  .container-wishlist .experience-emptyWishlist {
    height: 100%; }

.quick-view-dialog .quickview-link-pdp {
  display: none !important; }

@media (max-width: 767px) {
  .wishlist-swal.share {
    padding-left: 0;
    padding-right: 0; }
    .wishlist-swal.share .swal2-popup {
      display: grid;
      width: 100%;
      position: absolute;
      bottom: 0; } }

@media (max-width: 767px) {
  .wishlist-swal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .wishlist-swal .swal2-popup {
      margin-top: 80px; } }

.wishlist-swal .wishlist-modal-html {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 0 24px 32px;
  text-align: left; }
  .wishlist-swal .wishlist-modal-html .stepOne,
  .wishlist-swal .wishlist-modal-html .stepTwo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px; }
  .wishlist-swal .wishlist-modal-html .stepTwo {
    text-align: left; }
    .wishlist-swal .wishlist-modal-html .stepTwo form {
      position: relative; }
      .wishlist-swal .wishlist-modal-html .stepTwo form label {
        font-size: 14px; }
      .wishlist-swal .wishlist-modal-html .stepTwo form i {
        position: absolute;
        top: 43px;
        left: 8px;
        font-size: 24px; }
      .wishlist-swal .wishlist-modal-html .stepTwo form input {
        padding-left: 36px; }
      .wishlist-swal .wishlist-modal-html .stepTwo form p {
        font-size: 12px;
        margin-bottom: 24px; }
      .wishlist-swal .wishlist-modal-html .stepTwo form .btn {
        width: 100%; }
  .wishlist-swal .wishlist-modal-html .p,
  .wishlist-swal .wishlist-modal-html .p-share {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #373A36; }
    @media (max-width: 767px) {
      .wishlist-swal .wishlist-modal-html .p,
      .wishlist-swal .wishlist-modal-html .p-share {
        font-weight: 600;
        font-size: 14px; } }
  .wishlist-swal .wishlist-modal-html .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 8px; }
    .wishlist-swal .wishlist-modal-html .actions.share {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 0; }
      .wishlist-swal .wishlist-modal-html .actions.share .share-btn {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 8px;
        font-size: 16px;
        cursor: pointer; }
        .wishlist-swal .wishlist-modal-html .actions.share .share-btn:first-of-type {
          padding-bottom: 16px;
          border-bottom: 1px solid #DBDBDB; }
        .wishlist-swal .wishlist-modal-html .actions.share .share-btn:last-of-type {
          padding-top: 16px;
          padding-bottom: 8px; }
        .wishlist-swal .wishlist-modal-html .actions.share .share-btn:only-of-type {
          border-bottom: 0; }
    .wishlist-swal .wishlist-modal-html .actions .btn {
      width: 100%; }
      @media (max-width: 767px) {
        .wishlist-swal .wishlist-modal-html .actions .btn {
          font-size: 12px !important; } }
</pre></body></html>