@import url(https://fonts.googleapis.com/css?family=Archivo);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,700);
/* FRETTE: Start Variables
-------------------------- */
@font-face {
  font-family: 'Didot';
  src: url("../fonts/Didot/DidoteTextPro-Regular.otf") format("opentype"); }

@font-face {
  font-family: 'Didot';
  font-weight: bold;
  src: url("../fonts/Didot/DidoteTextPro-Bold.otf") format("opentype"); }

@font-face {
  font-family: 'Didot';
  font-style: italic;
  src: url("../fonts/Didot/DidoteTextPro-Italic.otf") format("opentype"); }

@font-face {
  font-family: 'Didot';
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/Didot/DidoteTextPro-BoldItalic.otf") format("opentype"); }

@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeue/HelveticaNeueeTextPro-Roman.otf") format("opentype"); }

@font-face {
  font-family: 'HelveticaNeueMd';
  src: url("../fonts/HelveticaNeue/HelveticaNeueeTextPro-Md.otf") format("opentype"); }

/*Replace old fonts with new fonts by default*/
body {
  margin: 0; }

/* FRETTE: End Variables
------------------------ */
/*------------------------------------*\
  #FORMS
\*------------------------------------*/
/*------------------------------------*\
  #TRANSITIONS
\*------------------------------------*/
.slot__container:has(.shop-by-look) {
  position: relative;
  overflow: hidden; }

.shop-by-look__container {
  position: relative; }

.shop-by-look__tile-wrapper {
  width: 250px;
  padding: 20px 12px;
  background: #ffffff;
  margin: 0 11px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 100%; }

.shop-by-look__background-img {
  width: 100%; }

.shop-by-look__content {
  background: #212529;
  padding: 48px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  color: #ffffff;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.shop-by-look__content-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px; }

.shop-by-look__content-title {
  font-size: 20px;
  font-family: "Butler";
  font-weight: 400;
  line-height: 1.25;
  margin: 0; }

.shop-by-look__content-cta {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 2px;
  border: 1px solid #ffffff;
  height: 48px;
  min-width: 224px;
  font-family: "Archivo";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.01em;
  color: #ffffff;
  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;
  padding: 18px;
  text-decoration: none;
  text-align: center; }
  .shop-by-look__content-cta:hover, .shop-by-look__content-cta:active {
    color: #212529;
    text-decoration: none;
    background-color: #ffffff; }

.shop-by-look__body {
  font-size: 14px;
  font-family: "Archivo";
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.03em; }

.shop-by-look__modal-button {
  position: absolute;
  top: var(--shthlk-btn-y, 0);
  left: var(--shthlk-btn-x, 0);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  background: transparent;
  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; }
  .shop-by-look__modal-button::before {
    content: '';
    display: block;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    border: 2px solid #ffffff;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -o-transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55); }
  .shop-by-look__modal-button:focus-visible {
    outline: none; }
    .shop-by-look__modal-button:focus-visible::before {
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); }

.shop-by-look__modal {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .shop-by-look:not(.modal-shown) .shop-by-look__modal {
    display: none; }
  .shop-by-look__modal .slick-list {
    padding: 0 !important; }
  .shop-by-look__modal .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100vw !important; }
  .shop-by-look__modal .slick-slide {
    width: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .shop-by-look__modal .slide {
    height: 100%; }
  .shop-by-look__modal .tile-body {
    margin-bottom: 0; }
  .shop-by-look__modal .price .strike-through {
    display: none; }

@media (min-width: 1200px) {
  .shop-by-look__container {
    margin: 0; }
  .shop-by-look__modal-close-button {
    position: absolute; }
    .shop-by-look__modal-close-button span {
      display: none; }
  .shop-by-look__content {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    padding: 128px 64px 48px 48px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 28px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: left; }
  .shop-by-look__content-title {
    font-size: 32px; }
  .shop-by-look__body {
    font-size: 16px; }
  .shop-by-look__content-cta {
    margin-left: auto; }
  .shop-by-look__content-info {
    gap: 28px; }
  .shop-by-look__modal {
    top: calc(var(--center-y, 50) * 1%);
    left: calc(var(--center-x, 50) * 1%); }
  .shop-by-look__tile-wrapper {
    padding: 20px 20px 32px; }
    .shop-by-look__tile-wrapper:not(:is(.selected > div)) {
      display: none; }
  .shop-by-look__modal-button {
    top: var(--shthlk-btn-y-lg, var(--shthlk-btn-y, 0));
    left: var(--shthlk-btn-x-lg, var(--shthlk-btn-x, 0)); } }

@media (max-width: 1199.98px) {
  .shop-by-look__modal {
    width: 100%;
    height: 100%; }
  .shop-by-look__modal-close-button {
    position: static;
    margin-bottom: 20px;
    width: 250px;
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .shop-by-look__modal-close-button::after {
      content: "\D7";
      border-radius: 50%;
      border: 1px solid #ffffff;
      line-height: 0;
      position: relative;
      width: 24px;
      height: 24px;
      font-size: 20px;
      line-height: 20px;
      color: #ffffff;
      margin-right: -12px;
      background-color: rgba(0, 0, 0, 0.5); }
    .shop-by-look__modal-close-button::before {
      content: "";
      display: block;
      position: absolute;
      inset: 0;
      background: #212529;
      opacity: 0.5; }
    .shop-by-look__modal-close-button span {
      color: #ffffff;
      margin-right: 10px;
      z-index: 1; } }

.gift-guide__container {
  position: relative; }

.gift-guide__content-info {
  position: absolute;
  bottom: 32px;
  z-index: 1;
  left: 16px; }
  @media (min-width: 769px) {
    .gift-guide__content-info {
      bottom: 24px;
      left: 48px; } }

.gift-guide__main-title {
  margin: 0; }

.gift-guide__title {
  font-family: "Archivo";
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 145%;
  letter-spacing: 0.14px;
  color: #ffffff;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .gift-guide__title {
      font-size: 16px;
      letter-spacing: .16px; } }

.gift-guide__subtitle {
  font-family: "Butler";
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 115%;
  color: #ffffff; }
  @media (min-width: 768px) {
    .gift-guide__subtitle {
      font-size: 48px;
      line-height: 125%; } }

.gift-guide__description {
  font-family: "Archivo";
  font-size: 14px;
  color: #ffffff;
  max-width: 300px; }
  @media (min-width: 768px) {
    .gift-guide__description {
      font-size: 16px; } }

.gift-guide__image {
  position: relative; }
  .gift-guide__image:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #000;
    opacity: 0.25;
    opacity: 0.79;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.33)), color-stop(rgba(67, 67, 67, 0.52)), to(rgba(0, 0, 0, 0.71)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.33), rgba(67, 67, 67, 0.52), rgba(0, 0, 0, 0.71));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.33), rgba(67, 67, 67, 0.52), rgba(0, 0, 0, 0.71));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.33), rgba(67, 67, 67, 0.52), rgba(0, 0, 0, 0.71)); }
  .gift-guide__image .largedesktop-img, .gift-guide__image .tablet-img, .gift-guide__image .mobile-img {
    border-radius: 8px; }
  .gift-guide__image .desktop-img {
    border-radius: 6px; }
  .gift-guide__image img {
    width: 100%;
    height: 375px;
    max-height: 375px;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (min-width: 768px) {
      .gift-guide__image img {
        max-height: 360px; } }
    @media (min-width: 1920px) {
      .gift-guide__image img {
        height: 480px;
        max-height: 480px; } }

.navigation__mainMenu {
  margin-bottom: 22px; }
  @media (min-width: 768px) {
    .navigation__mainMenu {
      margin-bottom: 0; } }

.product-grid .navigation__mainMenu {
  display: none; }

.sticky_mainMenu {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 1; }

@media (max-width: 767.98px) {
  .navigation {
    padding-bottom: 1.5px; }
    .navigation.no-banner {
      padding-bottom: 2px; } }

.navigation__subMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767.8px) {
    .navigation__subMenu {
      height: 60px;
      padding: 22px 0 21px;
      background-color: #ffffff;
      border-top: 0.5px solid  #afafaf;
      border-bottom: 0.5px solid  #afafaf; }
      .navigation__subMenu .slick-arrow {
        position: absolute;
        top: 77%;
        margin-top: -20px; }
      .navigation__subMenu .slick-slide {
        text-align: right; }
        .navigation__subMenu .slick-slide .navigation__subMenu-item {
          text-align: right !important; }
      .navigation__subMenu .slick-active {
        text-align: center !important; }
        .navigation__subMenu .slick-active .navigation__subMenu-item {
          text-align: center !important; }
      .navigation__subMenu .slick-active + .slick-slide {
        text-align: left !important; }
        .navigation__subMenu .slick-active + .slick-slide .navigation__subMenu-item {
          text-align: left !important; }
      .navigation__subMenu .slick-prev {
        font-size: 1.875rem;
        color: #000;
        left: 84px; }
        .navigation__subMenu .slick-prev::before {
          content: '';
          background-image: url("../images/icons/leftarrow-giftguide.svg");
          width: 5px;
          height: 8px;
          opacity: 1;
          position: absolute;
          background-size: contain; }
      .navigation__subMenu .slick-next {
        font-size: 1.875rem;
        color: #000;
        right: 89px; }
        .navigation__subMenu .slick-next::before {
          content: '';
          background-image: url("../images/icons/rightarrow-giftguide.svg");
          width: 5px;
          height: 8px;
          opacity: 1;
          position: absolute;
          background-size: contain; } }
  @media (min-width: 768px) {
    .navigation__subMenu {
      height: 64px;
      padding: 20px 0;
      background-color: var(--white); } }
  @media (min-width: 1280px) {
    .navigation__subMenu {
      height: 64px;
      padding: 25px 0;
      background-color: var(--white); } }
  @media (min-width: 1920px) {
    .navigation__subMenu {
      height: 95px;
      padding: 39px 0;
      background-color: var(--white); } }

@media (min-width: 768px) {
  .navigation__subMenu-item {
    margin: 0 16.4px; } }

@media (min-width: 1280px) {
  .navigation__subMenu-item {
    margin: 0 18.4px; } }

@media (min-width: 1920px) {
  .navigation__subMenu-item {
    margin-right: 34px; } }

.navigation__subMenu-anchor {
  opacity: 0.3;
  font-family: 'Archivo-Light';
  font-stretch: normal;
  font-style: normal;
  color: #000;
  text-align: center;
  font-weight: 300;
  text-transform: capitalize !important; }
  @media (max-width: 767.8px) {
    .navigation__subMenu-anchor {
      font-weight: 300;
      font-size: 16px; } }
  @media (min-width: 768px) {
    .navigation__subMenu-anchor {
      font-size: 12px;
      line-height: 1.67; }
      .navigation__subMenu-anchor:hover {
        text-decoration: none;
        opacity: 1; } }
  @media (min-width: 1280px) {
    .navigation__subMenu-anchor {
      font-size: 13px;
      line-height: 1.54; }
      .navigation__subMenu-anchor:hover {
        text-decoration: none;
        opacity: 1; } }
  @media (min-width: 1920px) {
    .navigation__subMenu-anchor {
      font-size: 16px;
      line-height: 2.38; }
      .navigation__subMenu-anchor:hover {
        text-decoration: none;
        opacity: 1; } }

.opacity_active {
  opacity: 1; }

.filters-main, .filter-sort-view, .refinements {
  display: none !important; }

.product-list__grid {
  width: 100% !important;
  padding: 0; }
  @media (min-width: 1280px) {
    .product-list__grid {
      margin-left: 0 !important; } }

@media (min-width: 768px) {
  .navigation__direction-next {
    display: none; } }

.product-grid-tile {
  width: 50% !important;
  padding: 0 9px !important; }
  @media (min-width: 768px) {
    .product-grid-tile {
      padding: 0 5px !important; } }
  @media (min-width: 1280px) {
    .product-grid-tile {
      padding: 0 12px 0 0 !important; } }
  @media (min-width: 1920px) {
    .product-grid-tile {
      padding: 0 18px 0 0 !important; } }
  @media (min-width: 1280px) {
    .product-grid-tile {
      width: 33.333% !important; } }

.gift-guide-container .container.plp-page {
  padding: 0 11px 0 12px; }
  @media (min-width: 768px) {
    .gift-guide-container .container.plp-page {
      padding: 0 15px; } }
  @media (min-width: 1280px) {
    .gift-guide-container .container.plp-page {
      padding: 0 14px 0 27px; } }
  @media (min-width: 1920px) {
    .gift-guide-container .container.plp-page {
      padding: 0 21px 0 39px; } }

.gift-guide-container .product-grid > .container.plp-page {
  padding: 0; }

.gift-guide-container #refinement-selections {
  padding: 0 !important;
  height: 0; }

.gift-guide-container .product-tile .product-tile__name-link {
  font-family: 'Archivo-Light';
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: 0.64px;
  text-align: center;
  color: #000; }
  @media (min-width: 768px) {
    .gift-guide-container .product-tile .product-tile__name-link {
      font-size: 17px;
      line-height: 1.35;
      letter-spacing: 0.68px; } }
  @media (min-width: 1920px) {
    .gift-guide-container .product-tile .product-tile__name-link {
      font-size: 20px;
      line-height: 1.15;
      letter-spacing: 0.8px; } }

.gift-guide-container .product-tile .value, .gift-guide-container .product-tile .range, .gift-guide-container .product-tile .price {
  font-family: 'Archivo-ExtraLight';
  font-size: 14px !important;
  font-weight: 200 !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64 !important;
  letter-spacing: 0.42px !important;
  text-align: left;
  color: #868686 !important; }
  @media (min-width: 768px) {
    .gift-guide-container .product-tile .value, .gift-guide-container .product-tile .range, .gift-guide-container .product-tile .price {
      text-align: center; } }
  @media (min-width: 1920px) {
    .gift-guide-container .product-tile .value, .gift-guide-container .product-tile .range, .gift-guide-container .product-tile .price {
      font-size: 15px !important;
      line-height: 1.53 !important;
      letter-spacing: 0.45px !important; } }

.gift-guide-container .product-tile .swatch-circle {
  width: 15px;
  height: 15px; }
  @media (min-width: 768px) {
    .gift-guide-container .product-tile .swatch-circle {
      width: 17px;
      height: 17px; } }
  @media (min-width: 1920px) {
    .gift-guide-container .product-tile .swatch-circle {
      width: 20px;
      height: 20px; } }

.gift-guide-container .product-tile .tile-body {
  margin-top: 21px;
  margin-bottom: 55px; }
  @media (min-width: 1280px) {
    .gift-guide-container .product-tile .tile-body {
      margin-top: 20px;
      margin-bottom: 60px; } }
  @media (min-width: 1920px) {
    .gift-guide-container .product-tile .tile-body {
      margin-top: 22px;
      margin-bottom: 120px; } }

.gift-guide-container .product-tile .more-colors-wrapper {
  bottom: 3px; }
  @media (min-width: 768px) {
    .gift-guide-container .product-tile .more-colors-wrapper {
      bottom: 4px; } }
  @media (min-width: 1920px) {
    .gift-guide-container .product-tile .more-colors-wrapper {
      bottom: 6px; } }
  .gift-guide-container .product-tile .more-colors-wrapper a {
    pointer-events: auto !important;
    cursor: pointer !important; }

.plp-fabric-finder {
  display: none; }

.gift-guide-row-animation,
.gift-guide-row-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media (max-width: 768.98px) {
  .gift-guide-row-three {
    margin-top: -2px; } }

.gift-guide-tile {
  position: relative;
  width: 100%; }
  .gift-guide-tile .tile-img::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65)); }
  .gift-guide-tile.mobile-full {
    width: 100%; }
    @media (min-width: 544px) {
      .gift-guide-tile.mobile-full.desktop-half {
        width: 50%; }
        .gift-guide-tile.mobile-full.desktop-half img {
          aspect-ratio: 1; }
      .gift-guide-tile.mobile-full.desktop-third {
        width: 33.33%; }
        .gift-guide-tile.mobile-full.desktop-third img {
          aspect-ratio: .75; } }
  .gift-guide-tile.mobile-half {
    width: 50%; }
    @media (max-width: 768.98px) {
      .gift-guide-tile.mobile-half.desktop-half img {
        height: 100%; } }
    @media (min-width: 544px) {
      .gift-guide-tile.mobile-half.desktop-full {
        width: 100%; }
        .gift-guide-tile.mobile-half.desktop-full img {
          aspect-ratio: auto; }
      .gift-guide-tile.mobile-half.desktop-third {
        width: 33.33%; }
        .gift-guide-tile.mobile-half.desktop-third img {
          aspect-ratio: .75; } }
  .gift-guide-tile.mobile-third {
    width: 33.33%;
    aspect-ratio: 3/4; }
    @media (min-width: 544px) {
      .gift-guide-tile.mobile-third.desktop-full {
        width: 100%; }
        .gift-guide-tile.mobile-third.desktop-full img {
          aspect-ratio: auto; }
      .gift-guide-tile.mobile-third.desktop-half {
        width: 50%; }
        .gift-guide-tile.mobile-third.desktop-half img {
          aspect-ratio: .75; } }
  .gift-guide-tile img {
    width: 100%; }
  .gift-guide-tile .gift-tile-text {
    position: absolute;
    bottom: 16px;
    left: 16px;
    color: #ffffff; }
    @media (min-width: 769px) {
      .gift-guide-tile .gift-tile-text {
        bottom: 24px;
        left: 48px; } }
    .gift-guide-tile .gift-tile-text h4 {
      font-family: "Butler";
      font-size: 20px;
      line-height: 125%; }
      @media (min-width: 769px) {
        .gift-guide-tile .gift-tile-text h4 {
          font-size: 32px; } }
    .gift-guide-tile .gift-tile-text p {
      text-decoration: underline;
      font-family: "Archivo";
      font-size: 12px;
      line-height: 145%;
      letter-spacing: 0.24px;
      color: #f8f8f8; }
      @media (min-width: 769px) {
        .gift-guide-tile .gift-tile-text p {
          font-size: 14px;
          letter-spacing: 0.14px; } }
      .gift-guide-tile .gift-tile-text p:hover {
        color: #ffffff; }

.hover-video {
  display: none; }

.gift-guide-row-animation .desktop-half a {
  display: block;
  width: 100%;
  height: 100%; }

@media (min-width: 769px) {
  .gift-guide-row-animation .desktop-half {
    will-change: width;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    position: relative;
    height: 720px; } }

@media (min-width: 769px) {
  .gift-guide-row-animation .desktop-half img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover; } }

@media (min-width: 769px) {
  .gift-guide-row-animation:hover .desktop-half {
    width: 35%; } }

@media (min-width: 769px) {
  .gift-guide-row-animation:hover .desktop-half:hover {
    width: 65%; }
    .gift-guide-row-animation:hover .desktop-half:hover .hover-video {
      display: block; }
    .gift-guide-row-animation:hover .desktop-half:hover .default-img {
      display: none; } }

@media (min-width: 769px) {
  .gift-guide-row-three:hover .gift-guide-tile:hover .hover-video {
    display: block;
    -o-object-fit: cover;
       object-fit: cover; }
  .gift-guide-row-three:hover .gift-guide-tile:hover .default-img {
    display: none; } }

.explore-more-gift2024 {
  padding: 24px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 769px) {
    .explore-more-gift2024 {
      padding: 48px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .explore-more-gift2024 .explore-title {
    text-align: center;
    padding: 12px 24px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    @media (min-width: 769px) {
      .explore-more-gift2024 .explore-title {
        margin-right: 32px;
        padding: 0; } }
    .explore-more-gift2024 .explore-title h4 {
      margin-bottom: 0; }
  .explore-more-gift2024 .explore-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    overflow: auto;
    gap: 8px;
    margin-left: 16px;
    padding-bottom: 20px; }
    .explore-more-gift2024 .explore-buttons::-webkit-scrollbar {
      height: 9px; }
    .explore-more-gift2024 .explore-buttons::-webkit-scrollbar-track {
      background: -webkit-linear-gradient(bottom, #ffffff 0px, #ffffff 3px, #bcbcbc 3px, #bcbcbc 6px, #ffffff 6px, #ffffff 9px);
      background: linear-gradient(to top, #ffffff 0px, #ffffff 3px, #bcbcbc 3px, #bcbcbc 6px, #ffffff 6px, #ffffff 9px);
      background-size: 100% 9px;
      border-radius: 9px; }
    .explore-more-gift2024 .explore-buttons::-webkit-scrollbar-thumb {
      background: #71767c;
      border-radius: 9px; }
    @supports not (scrollbar-width: thin) {
      .explore-more-gift2024 .explore-buttons {
        scrollbar-color: #71767c; } }
    @media (min-width: 769px) {
      .explore-more-gift2024 .explore-buttons {
        margin-left: 0;
        padding-bottom: 0; } }
    .explore-more-gift2024 .explore-buttons .explore-button {
      color: #71767c;
      font-size: 16px;
      line-height: normal;
      padding: 12px 24px;
      letter-spacing: 0.48px;
      border: 1px solid #71767c; }
      .explore-more-gift2024 .explore-buttons .explore-button:hover {
        border-color: #212529;
        color: #212529;
        background: rgba(0, 0, 0, 0.1); }

@media screen and (min-width: 1920px) {
  .giftguide-our-selection {
    padding: 0 100px;
    margin-bottom: 80px; } }

@media screen and (max-width: 767.9px) {
  .giftguide-our-selection .scrollable-container .giftguide-scrollable::-webkit-scrollbar-track {
    background: -webkit-linear-gradient(bottom, #efede9 0px, #efede9 3px, #bcbcbc 3px, #bcbcbc 6px, #efede9 6px, #efede9 9px);
    background: linear-gradient(to top, #efede9 0px, #efede9 3px, #bcbcbc 3px, #bcbcbc 6px, #efede9 6px, #efede9 9px); } }

@media screen and (max-width: 1279.9px) {
  .giftguide-our-selection .scrollable-container {
    padding-left: 16px; } }

.giftguide-our-selection .product.product-detail,
.giftguide-our-selection .category-tile {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 280px; }
  @media (min-width: 769px) {
    .giftguide-our-selection .product.product-detail,
    .giftguide-our-selection .category-tile {
      width: 320px; } }
  .giftguide-our-selection .product.product-detail .price,
  .giftguide-our-selection .category-tile .price {
    display: none; }
  .giftguide-our-selection .product.product-detail .color-swatches,
  .giftguide-our-selection .category-tile .color-swatches {
    min-height: 16px; }
  .giftguide-our-selection .product.product-detail .category-name,
  .giftguide-our-selection .category-tile .category-name {
    font-size: 20px;
    font-family: "Butler";
    margin: 12px 0 40px;
    text-align: center; }
    @media (min-width: 769px) {
      .giftguide-our-selection .product.product-detail .category-name,
      .giftguide-our-selection .category-tile .category-name {
        margin-bottom: 32px; } }

.giftguide-our-selection .category-tile {
  margin-right: 4px; }

.giftguide-favorites {
  margin-bottom: 24px;
  padding-left: 16px; }
  @media screen and (min-width: 1280px) {
    .giftguide-favorites {
      margin-bottom: 64px; } }
  @media screen and (min-width: 1920px) {
    .giftguide-favorites {
      padding: 0 100px;
      margin-bottom: 110px; } }
  .giftguide-favorites .giftguide-scrollable {
    gap: 8px; }
  .giftguide-favorites .product.product-detail {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 240px; }
    @media screen and (min-width: 1440px) {
      .giftguide-favorites .product.product-detail {
        width: 250px; } }
    @media screen and (min-width: 1920px) {
      .giftguide-favorites .product.product-detail {
        width: 255px; } }
    .giftguide-favorites .product.product-detail .color-swatches {
      min-height: 16px; }
  .giftguide-favorites .plp-productBadge {
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    color: #ffffff;
    margin: 2px;
    padding: 8px 10px 12px; }

@media screen and (min-width: 1920px) {
  .giftguide-our-selection {
    padding: 0 100px;
    margin-bottom: 80px; } }

@media screen and (max-width: 1279.9px) {
  .giftguide-our-selection .scrollable-container {
    padding-left: 16px; } }

.giftguide-our-selection .product.product-detail {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 280px; }
  @media (min-width: 769px) {
    .giftguide-our-selection .product.product-detail {
      width: 320px; } }
  .giftguide-our-selection .product.product-detail .price {
    display: none; }
  .giftguide-our-selection .product.product-detail .color-swatches {
    min-height: 16px; }

.giftguide-favorites {
  margin-bottom: 24px;
  padding-left: 16px; }
  @media screen and (min-width: 1280px) {
    .giftguide-favorites {
      margin-bottom: 64px; } }
  @media screen and (min-width: 1920px) {
    .giftguide-favorites {
      padding: 0 100px;
      margin-bottom: 110px; } }
  .giftguide-favorites .giftguide-scrollable {
    gap: 8px; }
  .giftguide-favorites .product.product-detail {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 240px; }
    @media screen and (min-width: 1440px) {
      .giftguide-favorites .product.product-detail {
        width: 250px; } }
    @media screen and (min-width: 1920px) {
      .giftguide-favorites .product.product-detail {
        width: 255px; } }
    .giftguide-favorites .product.product-detail .color-swatches {
      min-height: 16px; }

.giftguide-favorites,
.giftguide-our-selection {
  overflow: hidden; }
  .giftguide-favorites .favorites-header,
  .giftguide-our-selection .favorites-header {
    margin: 40px 16px 20px; }
    @media (min-width: 769px) {
      .giftguide-favorites .favorites-header,
      .giftguide-our-selection .favorites-header {
        margin: 48px 48px 24px 32px; } }
  .giftguide-favorites .scrollable-container,
  .giftguide-our-selection .scrollable-container {
    width: 100%;
    position: relative; }
  .giftguide-favorites .scrollable-nav,
  .giftguide-our-selection .scrollable-nav {
    position: absolute;
    bottom: 100%;
    right: 20px; }
    .giftguide-favorites .scrollable-nav .scrollable-nav__prev,
    .giftguide-favorites .scrollable-nav .scrollable-nav__next,
    .giftguide-our-selection .scrollable-nav .scrollable-nav__prev,
    .giftguide-our-selection .scrollable-nav .scrollable-nav__next {
      font-size: 0; }
      .giftguide-favorites .scrollable-nav .scrollable-nav__prev[disabled],
      .giftguide-favorites .scrollable-nav .scrollable-nav__next[disabled],
      .giftguide-our-selection .scrollable-nav .scrollable-nav__prev[disabled],
      .giftguide-our-selection .scrollable-nav .scrollable-nav__next[disabled] {
        opacity: .25; }
      .giftguide-favorites .scrollable-nav .scrollable-nav__prev::before,
      .giftguide-favorites .scrollable-nav .scrollable-nav__next::before,
      .giftguide-our-selection .scrollable-nav .scrollable-nav__prev::before,
      .giftguide-our-selection .scrollable-nav .scrollable-nav__next::before {
        content: '';
        display: block;
        height: 20px;
        width: 20px; }
    .giftguide-favorites .scrollable-nav .scrollable-nav__prev::before,
    .giftguide-our-selection .scrollable-nav .scrollable-nav__prev::before {
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><mask id="mask0_1145_16217" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23212529"/></mask><g mask="url(%23mask0_1145_16217)"><path d="M13 17.711L5.28857 9.99955L13 2.28809L14.1202 3.40829L7.52878 9.99955L14.1202 16.5908L13 17.711Z" fill="%23212529"/></g></svg>');
      background-repeat: no-repeat; }
    .giftguide-favorites .scrollable-nav .scrollable-nav__next::before,
    .giftguide-our-selection .scrollable-nav .scrollable-nav__next::before {
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><mask id="mask0_1145_16218" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23212529"/></mask><g mask="url(%23mask0_1145_16218)"><path d="M5.99203 17.711L4.87183 16.5908L11.4631 9.99955L4.87183 3.40829L5.99203 2.28809L13.7035 9.99955L5.99203 17.711Z" fill="%23212529"/></g></svg>');
      background-repeat: no-repeat; }
  .giftguide-favorites .giftguide-scrollable,
  .giftguide-our-selection .giftguide-scrollable {
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .giftguide-favorites .giftguide-scrollable::-webkit-scrollbar,
    .giftguide-our-selection .giftguide-scrollable::-webkit-scrollbar {
      height: 9px; }
    .giftguide-favorites .giftguide-scrollable::-webkit-scrollbar-track,
    .giftguide-our-selection .giftguide-scrollable::-webkit-scrollbar-track {
      background: -webkit-linear-gradient(bottom, #ffffff 0px, #ffffff 3px, #bcbcbc 3px, #bcbcbc 6px, #ffffff 6px, #ffffff 9px);
      background: linear-gradient(to top, #ffffff 0px, #ffffff 3px, #bcbcbc 3px, #bcbcbc 6px, #ffffff 6px, #ffffff 9px);
      background-size: 100% 9px;
      border-radius: 9px; }
    .giftguide-favorites .giftguide-scrollable::-webkit-scrollbar-thumb,
    .giftguide-our-selection .giftguide-scrollable::-webkit-scrollbar-thumb {
      background: #71767c;
      border-radius: 9px; }
    @supports not (scrollbar-width: thin) {
      .giftguide-favorites .giftguide-scrollable,
      .giftguide-our-selection .giftguide-scrollable {
        scrollbar-color: #71767c; } }
  .giftguide-favorites .product.product-detail .color-swatches,
  .giftguide-our-selection .product.product-detail .color-swatches {
    padding-left: 3px; }

.giftguide-our-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #efede9; }
  @media (min-width: 769px) {
    .giftguide-our-selection {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      background-color: #ffffff;
      padding-top: 30px; } }
  .giftguide-our-selection .favorites-header {
    padding: 32px 16px;
    margin: 0; }
    @media (min-width: 769px) {
      .giftguide-our-selection .favorites-header {
        width: 529px;
        padding: 36px 48px; } }
    .giftguide-our-selection .favorites-header p {
      color: #71767c;
      font-size: 14px;
      line-height: 145%;
      letter-spacing: 0.42px;
      margin-bottom: 20px;
      text-transform: uppercase; }
      @media (min-width: 769px) {
        .giftguide-our-selection .favorites-header p {
          font-size: 16px;
          line-height: 155%;
          letter-spacing: 0.48px; } }
    .giftguide-our-selection .favorites-header h4 {
      font-family: "Butler";
      font-size: 20px;
      line-height: 125%; }
      @media (min-width: 769px) {
        .giftguide-our-selection .favorites-header h4 {
          font-size: 26px; } }
  .giftguide-our-selection .explore-button-top a,
  .giftguide-our-selection .explore-button-bottom a {
    padding: 12px 32px;
    color: #212529;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.48px;
    border: 1px solid #212529; }
    .giftguide-our-selection .explore-button-top a:hover,
    .giftguide-our-selection .explore-button-bottom a:hover {
      background: rgba(0, 0, 0, 0.1); }
  .giftguide-our-selection .explore-button-top {
    display: none; }
    @media (min-width: 769px) {
      .giftguide-our-selection .explore-button-top {
        display: block;
        margin-top: 96px; } }
  .giftguide-our-selection .explore-button-bottom {
    margin: 24px 16px 32px;
    text-align: center; }
    @media (min-width: 769px) {
      .giftguide-our-selection .explore-button-bottom {
        display: none; } }
    .giftguide-our-selection .explore-button-bottom a {
      display: block; }
  .giftguide-our-selection .scrollable-container {
    width: 100%; }
    @media (min-width: 769px) {
      .giftguide-our-selection .scrollable-container {
        width: calc(100% - 530px); } }


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