/** Shopify CDN: Minification failed

Line 236:16 Expected identifier but found whitespace
Line 236:18 Unexpected "{"
Line 236:27 Expected ":"
Line 236:60 Expected ":"
Line 237:19 Expected identifier but found whitespace
Line 237:21 Unexpected "{"
Line 237:30 Expected ":"
Line 237:66 Expected ":"
Line 273:18 Expected identifier but found whitespace
Line 273:20 Unexpected "{"
... and 22 more hidden warnings

**/


/* CSS from section stylesheet tags */
.bestsellers-preorder {
    width: 100%;
    background-color: #F6F6F5;
  }


  .bestsellers-preorder__header {
    text-align: center;
    margin-bottom: 40px;
  }


  .bestsellers-preorder__title {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.4;
    text-align: center !important;
  }


  .bestsellers-preorder__title-italic {
    font-style: italic;
    font-family: 'Riccione-Serial-Light', Georgia, serif;
    font-weight: 300;
    text-transform: none;
    display: block;
  }


  .bestsellers-preorder__grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }


  .bestsellers-preorder__item {
    text-align: center;
  }


  .bestsellers-preorder__link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease;
  }


  .bestsellers-preorder__link:hover {
    opacity: 0.95;
  }


  .bestsellers-preorder__image-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding: 32px 32px;
  }


  .bestsellers-preorder__image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }


  .bestsellers-preorder__content {
    padding: 0 20px 20px;
  }


  .bestsellers-preorder__product-title {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 8px;
    text-align: center !important;
  }


  .bestsellers-preorder__button-text {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    text-align: center !important;
    cursor: pointer;
  }


  .arrow {
    display: inline-block;
    margin-left: 4px;
    transition: transform 0.3s ease;
  }


  .bestsellers-preorder__link:hover .arrow {
    transform: translateX(4px);
  }


  .bestsellers-preorder__note {
    text-align: center !important;
    margin-top: 30px;
    font-size: 11px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #666;
  }


  .bestsellers-preorder__note p {
    margin: 0;
    text-align: center !important;
  }


  /* Desktop styles */
  @media screen and (min-width: 750px) {
    .bestsellers-preorder__title {
      font-size: 36px;
    }


    .bestsellers-preorder__title-italic {
      display: inline;
    }


    .bestsellers-preorder__grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      flex-direction: initial;
    }


    .bestsellers-preorder__product-title {
      font-size: 14px;
    }


    .bestsellers-preorder__button-text {
      font-size: 12px;
    }


    .bestsellers-preorder__note {
      font-size: 12px;
      margin-top: 40px;
    }
  }


  /* RTL Support - Force Center Alignment and Flip Arrow */
  html[dir="rtl"] .bestsellers-preorder__header {
    text-align: center;
  }


  html[dir="rtl"] .bestsellers-preorder__title {
    text-align: center !important;
  }


  html[dir="rtl"] .bestsellers-preorder__item {
    text-align: center;
  }


  html[dir="rtl"] .bestsellers-preorder__content {
    text-align: center;
  }


  html[dir="rtl"] .bestsellers-preorder__product-title {
    text-align: center !important;
  }


  html[dir="rtl"] .bestsellers-preorder__button-text {
    text-align: center !important;
  }


  html[dir="rtl"] .bestsellers-preorder__note {
    text-align: center !important;
  }


  html[dir="rtl"] .bestsellers-preorder__note p {
    text-align: center !important;
  }


  /* Flip arrow for RTL */
  html[dir="rtl"] .arrow {
    margin-left: 0;
    margin-right: 4px;
    transform: scaleX(-1);
  }


  html[dir="rtl"] .bestsellers-preorder__link:hover .arrow {
    transform: scaleX(-1) translateX(-4px);
  }
.gift-style-banner {
    width: 100%;
    padding-top: {{ section.settings.mobile_padding_top }}px;
    padding-bottom: {{ section.settings.mobile_padding_bottom }}px;
  }

  .gift-style-banner__wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  .gift-style-banner__link {
    display: block;
    width: 100%;
    cursor: pointer;
    transition: opacity 0.3s ease;
  }

  .gift-style-banner__link:hover {
    opacity: 0.95;
  }

  .gift-style-banner__picture {
    display: block;
    width: 100%;
    line-height: 0;
  }

  .gift-style-banner__image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

  /* Desktop styles */
  @media screen and (min-width: 750px) {
    .gift-style-banner {
      padding-top: {{ section.settings.desktop_padding_top }}px;
      padding-bottom: {{ section.settings.desktop_padding_bottom }}px;
    }
  }
.gift-card-banner {
    width: 100%;
    background-color: #fff;
  }

  .gift-card-banner__container {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }

  .gift-card-banner__header {
    margin-bottom: 32px;
  }

  .gift-card-banner__title {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    line-height: 0.9;
    text-align: center;
  }

  .gift-card-banner__title-italic {
    display: block;
    font-style: italic;
    font-family: 'Riccione-Serial-Light', Georgia, serif;
    font-weight: 300;
    text-transform: none;
    margin-top: 4px;
  }

  .gift-card-banner__image-wrapper {
    margin-bottom: 32px;
    padding: 0 20px;
  }

  .gift-card-banner__image-wrapper picture {
    display: block;
    width: 100%;
  }

  .gift-card-banner__image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }

  .gift-card-banner__footer {
    text-align: center;
  }

  .gift-card-banner__subtitle {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0 0 20px;
    line-height: 1.2;
    text-align: center;
  }

  .gift-card-banner__subtitle-regular {
    display: block;
  }

  .gift-card-banner__subtitle-italic {
    display: block;
    font-style: italic;
    font-family: 'Riccione-Serial-Light', Georgia, serif;
    font-weight: 300;
    text-transform: none;
  }

  .gift-card-banner__button-wrapper {
    text-align: center;
  }

  .gift-card-banner__button {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    padding-bottom: 2px;
    transition: opacity 0.3s ease;
  }

  .gift-card-banner__button:hover {
    opacity: 0.7;
  }

  .arrow {
    display: inline-block;
    margin-left: 4px;
    transition: transform 0.3s ease;
  }

  .gift-card-banner__button:hover .arrow {
    transform: translateX(4px);
  }

  /* Desktop styles */
  @media screen and (min-width: 750px) {
    .gift-card-banner__container {
      max-width: 900px;
    }

    .gift-card-banner__header {
      margin-bottom: 48px;
    }

    .gift-card-banner__title {
      font-size: 40px;
      letter-spacing: 3px;
    }

    .gift-card-banner__title-italic {
      display: inline;
      margin-top: 0;
      margin-left: 8px;
    }

    .gift-card-banner__image-wrapper {
      margin-bottom: 48px;
      padding: 0 40px;
    }

    .gift-card-banner__subtitle {
      font-size: 28px;
      letter-spacing: 2px;
      margin-bottom: 28px;
    }

    .gift-card-banner__subtitle-regular {
      display: inline;
    }

    .gift-card-banner__subtitle-italic {
      display: inline;
      margin-left: 8px;
    }

    .gift-card-banner__button {
      font-size: 12px;
    }
  }

  /* RTL Support - Center button and flip arrow */
  html[dir="rtl"] .gift-card-banner__container {
    text-align: center;
  }

  html[dir="rtl"] .gift-card-banner__title {
    text-align: center;
  }

  html[dir="rtl"] .gift-card-banner__subtitle {
    text-align: center;
  }

  html[dir="rtl"] .gift-card-banner__button-wrapper {
    text-align: center;
  }

  html[dir="rtl"] .gift-card-banner__button {
    direction: rtl;
  }

  html[dir="rtl"] .arrow {
    margin-left: 0;
    margin-right: 4px;
    transform: scaleX(-1);
  }

  html[dir="rtl"] .gift-card-banner__button:hover .arrow {
    transform: scaleX(-1) translateX(-4px);
  }
.gift-style-grid {
    width: 100%;
  }

  .gift-style-grid__wrapper {
    display: flex;
    gap: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .gift-style-grid__wrapper::-webkit-scrollbar {
    display: none;
  }

  .gift-style-grid__item {
    flex: 0 0 100%;
    scroll-snap-align: start;
    position: relative;
  }

  .gift-style-grid__link {
    display: block;
    width: 100%;
    cursor: pointer;
    transition: opacity 0.3s ease;
  }

  .gift-style-grid__link:hover {
    opacity: 0.95;
  }

  .gift-style-grid__image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

  .gift-style-grid__placeholder {
    width: 100%;
    height: 400px;
  }

  .gift-style-grid__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
  }

  .gift-style-grid__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d1d1d1;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .gift-style-grid__dot.active {
    background-color: #000;
    width: 10px;
    height: 10px;
  }

  @media screen and (min-width: 750px) {
    .gift-style-grid__wrapper {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      overflow: visible;
      scroll-snap-type: none;
    }

    .gift-style-grid__item {
      flex: initial;
    }

    .gift-style-grid__dots {
      display: none;
    }
  }

  html[dir="rtl"] .gift-style-grid__wrapper {
    direction: ltr;
  }
.holiday-exclusives-mobile {
    position: relative;
    padding: 40px 32px;
    background: #fff;
  }


  .holiday-mobile-container {
    max-width: 500px;
    margin: 0 auto;
  }


  .holiday-mobile-badge {
    text-align: center;
    margin-bottom: 30px;
    padding: 20px 0;
    white-space: nowrap;
  }


  .holiday-mobile-badge__title {
    display: inline;
    font-size: 32px;
    letter-spacing: 3px;
    font-weight: 400;
    line-height: 1;
    margin-right: 8px;
  }


  .holiday-mobile-badge__subtitle {
    display: inline;
    font-size: 32px;
    font-style: italic;
    font-family: Georgia, serif;
    line-height: 1;
  }


  .holiday-mobile-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }


  .holiday-mobile-item {
    position: relative;
  }


  .holiday-mobile-item__image-wrapper {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    background: #f8f8f8;
    margin-bottom: 20px;
  }


  .holiday-mobile-item__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  .holiday-mobile-item__content {
    text-align: center;
  }


  .holiday-mobile-item__title {
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    margin: 0 0 8px;
    text-transform: uppercase;
    text-align: center !important;
  }


  .holiday-mobile-item__price {
    font-size: 13px;
    margin: 0 0 15px;
    font-weight: 300;
    text-align: center !important;
  }


  .holiday-mobile-item__button {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    padding-bottom: 2px;
    transition: all 0.3s ease;
  }


  .holiday-mobile-item__button:hover {
    opacity: 0.6;
  }


  /* RTL Support for Arabic - Force Center Alignment */
  html[dir="rtl"] .holiday-mobile-badge {
    text-align: center;
  }


  html[dir="rtl"] .holiday-mobile-badge__title {
    margin-right: 0;
    margin-left: 8px;
  }


  html[dir="rtl"] .holiday-mobile-badge__subtitle {
    text-align: center !important;
  }


  html[dir="rtl"] .holiday-mobile-item__content {
    text-align: center;
  }


  html[dir="rtl"] .holiday-mobile-item__title {
    text-align: center !important;
  }


  html[dir="rtl"] .holiday-mobile-item__price {
    text-align: center !important;
  }


  html[dir="rtl"] .arrow {
    transform: scaleX(-1);
    display: inline-block;
  }


  /* Tablet adjustments */
  @media screen and (min-width: 750px) and (max-width: 989px) {
    .holiday-mobile-container {
      max-width: 600px;
    }


    .holiday-mobile-badge__title {
      font-size: 36px;
    }


    .holiday-mobile-badge__subtitle {
      font-size: 36px;
    }


    .holiday-mobile-item__title {
      font-size: 15px;
    }


    .holiday-mobile-item__price {
      font-size: 14px;
    }
  }


  /* Small mobile adjustments */
  @media screen and (max-width: 549px) {
    .holiday-exclusives-mobile {
      padding: 30px 32px;
    }


    .holiday-mobile-badge {
      margin-bottom: 25px;
      padding: 15px 0;
    }


    .holiday-mobile-badge__title {
      font-size: 28px;
      letter-spacing: 2px;
    }


    .holiday-mobile-badge__subtitle {
      font-size: 28px;
    }


    .holiday-mobile-grid {
      gap: 35px;
    }


    .holiday-mobile-item__image-wrapper {
      margin-bottom: 15px;
    }


    .holiday-mobile-item__title {
      font-size: 13px;
      letter-spacing: 1.5px;
    }


    .holiday-mobile-item__price {
      font-size: 12px;
    }


    .holiday-mobile-item__button {
      font-size: 10px;
    }
  }
.holiday-exclusives-section {
    position: relative;
    padding: 0 160px;
  }

  .holiday-container {
    background: white;
    padding: 25px;
    position: relative;
  }

  .holiday-badge {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, 50%);
    background: white;
    padding: 25px 60px;
    z-index: 200;
    text-align: center;
  }

  .holiday-badge__title {
    display: block;
    font-size: 38px;
    letter-spacing: 3px;
    font-weight: 400;
    text-align: center !important;
    line-height: 1;
    width: 100%;
  }

  .holiday-badge__subtitle {
    display: block;
    font-size: 38px;
    font-style: italic;
    font-family: Georgia, serif;
    margin-top: 5px;
    text-align: center !important;
    line-height: 1;
    width: 100%;
  }

  /* Force center alignment for RTL */
  html[dir="rtl"] .holiday-badge {
    text-align: center;
  }

  html[dir="rtl"] .holiday-badge__title {
    text-align: center !important;
  }

  html[dir="rtl"] .holiday-badge__subtitle {
    text-align: center !important;
  }

  .holiday-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .holiday-item {
    position: relative;
  }

  .holiday-item__image-wrapper {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    background: #f8f8f8;
  }

  .holiday-item__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .holiday-item__content {
    margin-top: 20px;
  }

  .holiday-item__content--1 {
    text-align: left;
  }

  .holiday-item__content--2 {
    text-align: right;
  }

  .holiday-item__title {
    font-size: 15px;
    letter-spacing: 2.5px;
    font-weight: 600;
    margin: 0 0 8px;
    text-transform: uppercase;
  }

  .holiday-item__title--1 {
    text-align: left;
  }

  .holiday-item__title--2 {
    text-align: right;
  }

  .holiday-item__price {
    font-size: 14px;
    margin: 0 0 15px;
    font-weight: 300;
  }

  .holiday-item__price--1 {
    text-align: left;
  }

  .holiday-item__price--2 {
    text-align: right;
  }

  .holiday-item__button {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    padding-bottom: 2px;
    transition: all 0.3s ease;
  }

  .holiday-item__button:hover {
    opacity: 0.6;
  }

  /* RTL Support for Arabic */
  html[dir="rtl"] .holiday-item__content--1 {
    text-align: right;
  }

  html[dir="rtl"] .holiday-item__content--2 {
    text-align: left;
  }

  html[dir="rtl"] .holiday-item__title--1 {
    text-align: right;
  }

  html[dir="rtl"] .holiday-item__title--2 {
    text-align: left;
  }

  html[dir="rtl"] .holiday-item__price--1 {
    text-align: right;
  }

  html[dir="rtl"] .holiday-item__price--2 {
    text-align: left;
  }

  html[dir="rtl"] .arrow {
    transform: scaleX(-1);
    display: inline-block;
  }
.gift-style-banner {
    width: 100%;
    padding-top: {{ section.settings.mobile_padding_top }}px;
    padding-bottom: {{ section.settings.mobile_padding_bottom }}px;
  }

  .gift-style-banner__wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  .gift-style-banner__link {
    display: block;
    width: 100%;
    cursor: pointer;
    transition: opacity 0.3s ease;
  }

  .gift-style-banner__link:hover {
    opacity: 0.95;
  }

  .gift-style-banner__picture {
    display: block;
    width: 100%;
    line-height: 0;
  }

  .gift-style-banner__image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

  /* Desktop styles */
  @media screen and (min-width: 750px) {
    .gift-style-banner {
      padding-top: {{ section.settings.desktop_padding_top }}px;
      padding-bottom: {{ section.settings.desktop_padding_bottom }}px;
    }
  }
.made-gifting-banner {
    width: 100%;
  }

  .made-gifting-banner__container {
    position: relative;
    width: 100%;
    min-height: 400px;
  }

  .made-gifting-banner__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .made-gifting-banner__background picture {
    display: block;
    width: 100%;
    height: 100%;
  }

  .made-gifting-banner__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .made-gifting-banner__overlay {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 60px 20px;
    z-index: 1;
  }

  .made-gifting-banner__content {
    max-width: 500px;
    text-align: left;
    padding-left: 20px;
  }

  .made-gifting-banner__title {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 16px;
    line-height: 1.2;
  }

  .made-gifting-banner__title-italic {
    font-style: italic;
    font-family: 'Riccione-Serial-Light', Georgia, serif;
    font-weight: 300;
    text-transform: lowercase;
  }

  .made-gifting-banner__subtitle {
    font-size: 18px;
    font-style: italic;
    font-family: 'Riccione-Serial-Light', Georgia, serif;
    font-weight: 300;
    color: #fff;
    margin: 0 0 20px;
    line-height: 1.4;
  }

  .made-gifting-banner__description {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.6;
    color: #fff;
    margin: 0 0 24px;
    max-width: 380px;
  }

  .made-gifting-banner__button {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
    transition: opacity 0.3s ease;
  }

  .made-gifting-banner__button:hover {
    opacity: 0.8;
  }

  .arrow {
    display: inline-block;
    margin-left: 4px;
    transition: transform 0.3s ease;
  }

  .made-gifting-banner__button:hover .arrow {
    transform: translateX(4px);
  }

  /* Desktop styles */
  @media screen and (min-width: 750px) {
    .made-gifting-banner__container {
      min-height: 500px;
    }

    .made-gifting-banner__overlay {
      padding: 80px 60px;
    }

    .made-gifting-banner__content {
      max-width: 550px;
      padding-left: 40px;
    }

    .made-gifting-banner__title {
      font-size: 48px;
      margin-bottom: 20px;
    }

    .made-gifting-banner__subtitle {
      font-size: 24px;
      margin-bottom: 24px;
    }

    .made-gifting-banner__description {
      font-size: 14px;
      max-width: 450px;
      margin-bottom: 32px;
    }

    .made-gifting-banner__button {
      font-size: 12px;
    }
  }

  /* RTL Support */
  html[dir="rtl"] .made-gifting-banner__overlay {
    justify-content: flex-end;
  }

  html[dir="rtl"] .made-gifting-banner__content {
    text-align: right;
    padding-left: 0;
    padding-right: 20px;
  }

  html[dir="rtl"] .arrow {
    margin-left: 0;
    margin-right: 4px;
    transform: scaleX(-1);
  }

  html[dir="rtl"] .made-gifting-banner__button:hover .arrow {
    transform: scaleX(-1) translateX(-4px);
  }

  @media screen and (min-width: 750px) {
    html[dir="rtl"] .made-gifting-banner__content {
      padding-right: 40px;
    }
  }