    .header-multilanguage {
      position: relative;
      line-height: 1;
    }

    .header-multilanguage button {
      outline: none !important;
      border: none !important;
      padding-right: 22px !important;
      background: #fff !important;
      border-radius: 5px;
      padding-bottom: 0;
    }

    .header-multilanguage button:after {
      content: '';
      position: absolute;
      right: 5px;
      top: 5px;
      height: 4px;
      display: block;
      width: 4px;
      border: solid #4f4f4f;
      border-width: 0 2px 2px 0;
      display: inline-block;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      padding: 3px;
    }

    .header-multilanguage button img,
    .header-multilanguage button svg {
      width: 22px !important;
      object-fit: contain !important;
      height: 22px !important;
      min-width: 22px !important;
    }

    .header-multilanguage ul {
      position: absolute;
      top: calc(100% + 10px);
      right: 5px;
      display: none;
      z-index: 9999;
      background: #fff;
      border-radius: 5px;
      box-shadow: inset 0 0 0.5px 1px hsla(230, 13%, 9%, 0.075);
      padding: 0;
    }

    .grecaptcha-badge {
      visibility: hidden;
    }

    .header-multilanguage ul li {
      display: flex;
      align-items: center;
      padding: 10px;
      width: max-content;
      font-weight: 500;
      cursor: pointer;
    }

    .header-multilanguage ul li:not(:last-child) {
      border-bottom: 1px solid #ededed;
    }

    .header-multilanguage ul li img,
    .header-multilanguage ul li svg {
      width: 31px !important;
      object-fit: contain !important;
      height: 20px !important;
      min-width: 31px !important;
      margin-right: 5px !important;
    }

    :root {
      --bgheader: #ffffff;
      --color_header: #252a2b;
      --color_menu: #252a2b;
      --bgshop: #252a2b;
      --bg_button: #101012;
      --color_button: #ffffff;
      --colorshop: #252a2b;
      --colorshophover: #085C65;
      --color_headtitle: #ff6517;
      --bgfooter: #ffffff;
      --colorfooter: #292D32;
      --colorbgmenumb: #222222;
      --colortextmenumb: #ffffff;
      --bg_button_add_to_cart: #101012;
      --color_btn_add_to_cart: #ffffff;
      --padding_bottom_support_btn: 30px;
      --padding_bottom_floating_btns: 20px;
      --index_support_btn: 2202;
    }

    .icon-svg {
      overflow: hidden;
      vertical-align: middle;
      display: inline-block;
      position: relative;
      width: var(--width);
      height: var(--height);
      fill: var(--fillcolor);
    }

    .floating-buttons {
      position: fixed;
      z-index: var(--index_support_btn);
    }

    .floating-buttons>a {
      display: flex;
      justify-content: end;
    }


    /*
   #chat_biz_manage_box {
   z-index: var (--index_support_btn) !important;
   }
*/
    @media (any-pointer: coarse) {


      /*
   body > iframe#chat_biz_manage_box {
   top: unset !important;
   right: 3px !important;
   bottom: calc(10px + var(--padding_bottom_support_btn)) !important;
   left: unset !important;
   }
*/
      .menu-bar-bottom,
      .contact-form-bottom {
        bottom: 0 !important;
      }

      .floating-buttons {
        bottom: calc(var(--padding_bottom_floating_btns) + var(--padding_bottom_support_btn) + 30px);
        /* width: 44px; */
        right: 10px;
      }

      @media (max-width: 768px) {
        .floating-buttons a img {
          width: 44px;
          height: 44px;
        }
      }

      .floating-buttons>a {
        margin-bottom: 5px;
      }
    }

    @media (any-pointer: fine) {

      #reminder-icon-btn {
        cursor: pointer;
      }

      /*
   body > iframe#chat_biz_manage_box {
   right: 17px !important;
   bottom: calc(36px + var(--padding_bottom_support_btn)) !important;
   }
*/
      .floating-buttons {
        bottom: calc(var(--padding_bottom_floating_btns) + 25px + var(--padding_bottom_support_btn));
        width: 80px;
        right: 13px;
      }

      .floating-buttons>a {
        margin-bottom: 10px;
      }

      .menu-bar-bottom,
      .contact-form-bottom {
        bottom: 0 !important;
      }
    }

    .menu-bar-bottom {
      width: 100%;
      position: fixed;
      z-index: 999999;
      text-align: center;
      display: none;
      margin-left: auto;
      margin-right: auto;
      bottom: 0 !important;
    }

    .contact-form-bottom {
      width: 100%;
      position: fixed;
      z-index: 10;
      text-align: center;
      display: block;
      margin-left: auto;
      margin-right: auto;
      bottom: 0 !important;
    }

    @media (max-width: 991px) {
      .contact-form-bottom {
        display: none;
      }

      .menu-bar-bottom {
        display: block;
      }

      .phone-icon-button {
        display: none !important;
      }
    }


    /* Loader styles */
    .jemmia-loader-container {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: none;
      justify-content: center;
      align-items: center;
      background-color: rgba(255, 255, 255, 0.6);
      z-index: 9999999999;
    }

    .jemmia-loader {
      position: relative;
      width: 60px;
      height: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .jemmia-loader img {
      width: 35px;
      height: 35px;
      position: absolute;
      z-index: 2;
    }

    .jemmia-spinner {
      position: absolute;
      width: 60px;
      height: 60px;
      border: 3px solid #f3f3f3;
      border-top: 3px solid #d7a461;
      border-radius: 50%;
      animation: jemmia-spin 1s linear infinite;
      z-index: 1;
    }

    @keyframes jemmia-spin {
      0% {
        transform: rotate(0deg);
      }

      100% {
        transform: rotate(360deg);
      }
    }

    .popup-container {
      visibility: hidden;
      opacity: 0;
      transition: all 0.3s ease-in-out;
      transform: scale(1.3);
      position: fixed;
      z-index: 999999999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(21, 17, 17, 0.61);
      display: flex;
      align-items: center;
    }

    .popup-container:target {
      visibility: visible;
      opacity: 1;
      transform: scale(1);
    }

    .popup-container.show {
      visibility: visible;
      opacity: 1;
      transform: scale(1);
    }

    .popup-content {
      background-color: #fefefe;
      margin: auto;
      padding: 20px 28px;
      border: 1px solid #888;
      max-width: 500px;
      position: relative;
    }

    @media (max-width: 758px) {
      .popup-content {
        width: 80%;
      }
    }

    .popup-content #popup-content-description {
      font-size: 17px;
      line-height: 20px;
      margin: 0;
      text-align: center;
    }

    .popup-content #popup-content-title {
      font-size: 20px;
      font-weight: 500;
      line-height: 24px;
      margin: 0 0 16px;
    }

    .popup-content a.close {
      position: absolute;
      color: #aaaaaa;
      float: right;
      font-size: 28px;
      font-weight: bold;
      background: none;
      padding: 0;
      margin: 0;
      text-decoration: none;
      top: 0;
      right: 14px;
    }

    .popup-content a.close:hover {
      color: #333;
    }

    .popup-content span:hover,
    .popup-content span:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
    }

    .popup-container:target {
      visibility: visible;
      opacity: 1;
      transform: scale(1);
    }

    .popup-container h3 {
      margin: 10px;
    }

    /*End popup styles*/

    /* Additional styles */
    .popup-style-2 {
      transform: scale(0.3);

    }

    .popup-style-2:target {
      transform: scale(1);
    }

    .popup-style-3 {
      left: 100%;

    }

    .popup-style-3:target {
      left: 0;
    }

    .popup-style-4 {
      transform: rotate(180deg);
    }

    .popup-style-4:target {
      transform: rotate(0deg);
    }

    .popup-style-5 {
      top: 100%;

    }

    .popup-style-5:target {
      top: 0;
    }

    .popup-style-6 {
      transform: scale(15.3);

    }

    .popup-style-6:target {
      transform: scale(1);
    }

    .popup-style-7 {
      transform: skewY(180deg);
      transition: all 0.7s ease-in-out;
    }

    .popup-style-7:target {
      transform: skewY(0deg);

    }

    .accordion-icon {
      height: 20px;
      width: 20px;
    }

    .exclusive-collection-section-mb {
      max-width: 100%;
      margin: 0 auto;
      margin-bottom: 64px;
      flex-direction: column;
      gap: 20px;
      position: relative;
    }

    .exclusive-collection-header-mobile {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      gap: 8px;
    }

    .exclusive-collection-header-mobile .exclusive-collection-title {
      font-size: 14px;
      font-weight: 400;
      color: rgba(29, 29, 29, 1);
      line-height: 22px;
      letter-spacing: 0.07em;
      text-align: center;
      vertical-align: middle;
    }

    .exclusive-collection-header-mobile .exclusive-collection-subtitle {
      font-weight: 400;
      font-size: 24px;
      line-height: 32px;
      letter-spacing: 0px;
      text-align: center;
      vertical-align: middle;
    }

    .carousel-wrapper {
      position: relative;
      overflow: hidden;
      width: 100%;
      display: flex;
    }

    .carousel-track {
      display: flex;
      flex-direction: column;
      width: 100%;
      position: relative;
    }

    .carousel-slide {
      width: 100%;
      flex-shrink: 0;
      opacity: 0;
      visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      will-change: transform, opacity;
    }

    .carousel-slide.active {
      opacity: 1;
      visibility: visible;
      position: relative;
    }

    .media-container {
      width: 100%;
      aspect-ratio: 16/9;
      background: transparent;
      overflow: hidden;
      position: relative;
    }

    .exclusive-collection-media-mb {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      will-change: transform;
    }

    .exclusive-collection-container-mb {
      display: flex;
      flex-direction: column;
      gap: 10px;
      padding: 5px 0px;
    }

    .exclusive-collection-content {
      display: flex;
      flex-direction: column;
      gap: 5px;
      padding: 0 12px;
      will-change: transform, opacity;
    }

    .exclusive-collection-content-title {
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 500;
    }

    .exclusive-collection-content-subtitle {
      font-size: 14px;
      color: rgba(114, 114, 114, 1);
      line-height: 22px;
    }

    .exclusive-collection-content-link {
      display: flex;
      justify-content: flex-start;
      gap: 10px;
      margin-top: 20px;
    }

    .exclusive-collection-content-link a {
      color: rgba(29, 29, 29, 1);
      text-decoration: none;
      border-bottom: 1px solid rgba(29, 29, 29, 1);
      transition: opacity 0.3s ease;
    }

    .exclusive-collection-content-link a:hover {
      opacity: 0.7;
    }

    .exclusive-collection-navigate {
      position: absolute;
      display: flex;
      gap: 5px;
      align-content: center;
      bottom: 0px;
      right: 0px;
      width: 100px;
      z-index: 10;
    }

    .exclusive-collection-navigate button {
      width: 32px;
      height: 32px;
      border-radius: 100%;
      background: #0000000A;
      border: none;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      transition: background 0.3s ease, transform 0.2s ease;
    }

    .exclusive-collection-navigate button:hover {
      background: #00000015;
      transform: scale(1.05);
    }

    .exclusive-collection-navigate button:active {
      transform: scale(0.95);
    }

    .exclusive-collection-navigate button img {
      width: 16px;
      height: 16px;
    }

    .exclusive-collection-title {
      font-size: 14px;
      font-weight: 400;
      color: rgba(29, 29, 29, 1);
      line-height: 22px;
      letter-spacing: 0.07em;
      text-align: center;
      vertical-align: middle;
    }

    .exclusive-collection-subtitle {
      font-weight: 400;
      height: 36px;
      color: rgba(29, 29, 29, 1);
      font-size: 24px;
      line-height: 32px;
      letter-spacing: 0px;
      text-align: center;
      vertical-align: middle;
    }

    .jem-customize {
      position: relative;
      width: 100%;
      max-height: 640px;
      margin-bottom: 48px;

      .jem-customize-bg {
        max-height: 640px;
        height: 100%;
        width: 100%;
        object-fit: cover;
      }

      iframe {
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        width: 100%;
      }
    }

    @media (max-width: 767px) {
      .jem-customize {
        min-height: 556px;
        height: 100%;
        margin-bottom: 44px;

        .jem-customize-bg {
          min-height: 556px;
          height: 100%;
        }

        iframe {
          width: 100%;
          height: 100%;
        }
      }
    }

    .carousel-gift-section {
      max-width: 650px;
      margin: 0 auto;
      gap: 24px;
      position: relative;
      width: 100%;
      display: flex;
      flex-direction: column;
      margin-bottom: 60px;

      .carousel-gift .slick-prev,
      .carousel-gift .slick-next {
        display: none !important;
      }

      .carousel-gift-header {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 4px;

        .carousel-title {
          color: rgba(29, 29, 29, 1);
          font-weight: 400;
          font-size: 14px;
          line-height: 22px;
          letter-spacing: 0.07em;
          text-align: center;
          vertical-align: middle;

        }

        .carousel-description {
          color: rgba(29, 29, 29, 1);
          font-weight: 400;
          font-size: 28px;
          line-height: 36px;
          letter-spacing: 0px;
          text-align: center;
          vertical-align: middle;
        }
      }

      .carousel-gift-container {
        position: relative;
      }

      .carousel-gift-item {
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .carousel-gift .slick-slide {
        margin: 0;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      }

      /* Style for non-active slides */
      .carousel-gift .slick-slide:not(.slick-center) .carousel-gift-item .carousel-gift-content {
        opacity: 0.5;
        transform: scale(1);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      }

      .carousel-gift .slick-slide.slick-center .carousel-gift-item .carousel-gift-content {
        opacity: 1;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        transform: scale(1);
      }

      .carousel-gift-content {
        background: transparent;
        overflow: hidden;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        will-change: transform, opacity;
      }

      .carousel-image-container {
        position: relative;
        overflow: hidden;
        width: 404px;
        aspect-ratio: 404 / 466;
      }

      .carousel-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
      }

      .carousel-image-link:hover .carousel-image {
        transition: all 0.3s ease;
        transform: scale(1.05);
      }

      .carousel-info {
        display: flex;
        flex-direction: column;
        padding-top: 16px;
        text-align: center;
        gap: 4px;

        .carousel-item-title {
          font-weight: 700;
          font-size: 16px;
          line-height: 24px;
          letter-spacing: 0.2px;
          text-align: center;
          vertical-align: middle;
        }

        .carousel-detail-link {
          display: inline-block;
          color: #000;
          transition: color 0.3s ease;
          font-weight: 400;
          font-size: 14px;
          line-height: 22px;
          letter-spacing: 0.15px;
          text-align: center;
          vertical-align: middle;
          text-decoration: underline;
          text-decoration-style: solid;
          text-decoration-offset: 0%;
          text-decoration-thickness: 0%;
          text-decoration-skip-ink: auto;
        }

        .carousel-detail-link:hover {
          color: #666;
        }
      }

      .carousel-gift-navigation {
        position: absolute;
        top: 200px;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        pointer-events: none;
        z-index: 10;
      }

      .carousel-gift-prev,
      .carousel-gift-next {
        position: absolute;
        top: 0;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.9);
        border: 1px solid #eee;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        pointer-events: auto;
        transition: all 0.3s ease;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      }

      .carousel-gift-prev {
        left: -20px;
      }

      .carousel-gift-next {
        right: -20px;
      }

      .carousel-gift-prev:hover,
      .carousel-gift-next:hover {
        background: #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
      }

      /* Ensure side slides are visible */
      .carousel-gift .slick-list {
        overflow: visible;
      }
    }

    @media (max-width: 767px) {
      .carousel-gift-section {
        max-width: 80%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        gap: 20px;

        .carousel-gift-header {
          display: flex;
          flex-direction: column;
          gap: 4px;

          .carousel-title {
            font-weight: 400;
            font-size: 14px;
            line-height: 22px;
            letter-spacing: 0.07em;
            text-align: center;
            vertical-align: middle;
          }

          .carousel-description {
            font-weight: 400;
            font-size: 24px;
            line-height: 32px;
            letter-spacing: 0px;
            text-align: center;
            vertical-align: middle;
          }
        }

        .carousel-image-container {
          aspect-ratio: 320 / 386;
          width: 320px;
        }

        .carousel-info {
          gap: 0;

          .carousel-item-title {
            font-weight: 700;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0.2px;
            text-align: center;
          }

          .carousel-item-link {
            font-weight: 400;
            font-size: 14px;
            line-height: 22px;
            letter-spacing: 0.15px;
            text-align: center;
            vertical-align: middle;
            text-decoration: underline;
            text-decoration-style: solid;
            text-decoration-offset: 0%;
            text-decoration-thickness: 0%;
            text-decoration-skip-ink: auto;
          }
        }

        .carousel-gift-prev,
        .carousel-gift-next {
          width: 36px;
          height: 36px;
        }

        /* Adjust center padding for mobile */
        .carousel-gift.slick-initialized {
          padding: 0;
        }

        .carousel-gift .slick-slide:not(.slick-center) .carousel-gift-item .carousel-gift-content {
          transform: scale(0.9);
          transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
          opacity: 0.7;
        }

        .carousel-gift .slick-slide.slick-center .carousel-gift-item .carousel-gift-content {
          transform: scale(1);
          transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
          opacity: 1;
        }

        .carousel-gift-navigation {
          top: auto;
          bottom: 40px;
        }

        .carousel-gift-prev,
        .carousel-gift-next {
          border: none;
          box-shadow: none;
        }

        .carousel-gift-prev {
          left: 0;
        }

        .carousel-gift-next {
          right: 0;
        }
      }
    }