img {
  max-width: 100%;
  height: auto; }

#template-cart header, #template-search header {
  position: relative !important; }

.container-new-big {
  padding: 0 3rem; }
  @media (max-width: 991px) {
    .container-new-big {
      padding: 0 1rem; } }

.container-new {
  padding: 0 1rem; }

/* Toast Message System */
.toast-container {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 360px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  pointer-events: none; }
  @media (max-width: 600px) {
    .toast-container {
      width: calc(100% - 48px);
      left: 1.5rem;
      right: 1.5rem; } }

/* Toast Wrapper - animation */
.toast-wrapper {
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .toast-wrapper.toast-show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible; }
  .toast-wrapper.toast-hide {
    transform: translateY(-20px);
    opacity: 0;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

/* Toast Layout/Styling */
.toast {
  width: 100%;
  min-height: 56px;
  padding: 1rem 1.25rem;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  pointer-events: auto;
  position: relative;
  overflow: hidden; }

.toast-message {
  flex: 1;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  word-break: break-word; }

.toast-close {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  opacity: 0.9;
  transition: opacity 0.2s, transform 0.1s; }
  .toast-close:hover {
    opacity: 1; }
  .toast-close:active {
    transform: scale(0.95); }

/* Toast Types */
.toast-default {
  background-color: #070707; }

.toast-warning {
  background-color: #E5A000; }

.toast-success {
  background-color: #009951; }

body .ega-header.fixHeader {
  background: transparent !important;
  position: fixed !important;
  left: 0;
  right: 0;
  width: 100%;
  transition: all .5s; }
  body .ega-header.fixHeader.active {
    background: rgba(255, 252, 250, 0.2) !important;
    backdrop-filter: blur(10px); }
  body .ega-header.fixHeader:hover, body .ega-header.fixHeader.showMega {
    background: #FFFCFA !important;
    backdrop-filter: inherit; }

@media (max-width: 991px) {
  body:not(#template-index) .ega-header.fixHeader {
    position: sticky !important; } }

.ega-header.fixHeader {
  background: #FFFCFA; }
  .ega-header.fixHeader .header-wrap {
    max-width: 100% !important; }
    @media (min-width: 1200px) {
      .ega-header.fixHeader .header-wrap {
        grid-template-columns: 1.5rem 1fr 150px;
        padding: 0 3rem;
        gap: 1.5rem; }
        .ega-header.fixHeader .header-wrap .header-right .header-right__icons {
          width: 120px; }
          .ega-header.fixHeader .header-wrap .header-right .header-right__icons .count_item {
            right: -10px; }
        .ega-header.fixHeader .header-wrap .header-right .header-right__icons {
          min-width: auto;
          width: auto;
          align-items: center;
          gap: .75rem;
          background: transparent; }
          .ega-header.fixHeader .header-wrap .header-right .header-right__icons .fixHeader-newSearch {
            background: transparent;
            display: flex;
            align-items: center;
            gap: .5rem;
            width: 100%; }
            .ega-header.fixHeader .header-wrap .header-right .header-right__icons .fixHeader-newSearch input {
              height: 2.25rem;
              border: none;
              background: transparent;
              outline: 0;
              box-shadow: 0;
              min-width: 260px;
              color: #070707; }
              .ega-header.fixHeader .header-wrap .header-right .header-right__icons .fixHeader-newSearch input::placeholder {
                color: #070707; }
            .ega-header.fixHeader .header-wrap .header-right .header-right__icons .fixHeader-newSearch button {
              background: none;
              border: none;
              box-shadow: 0;
              outline: 0;
              padding: 0; }
        .ega-header.fixHeader .header-wrap #logo img {
          max-height: 1.85rem;
          width: auto; } }
    @media (max-width: 1200px) {
      .ega-header.fixHeader .header-wrap {
        grid-template-columns: 100px 1fr 100px; }
        .ega-header.fixHeader .header-wrap #logo .logo-wrapper {
          text-align: center; }
          .ega-header.fixHeader .header-wrap #logo .logo-wrapper img {
            max-height: 40px;
            width: auto; }
        .ega-header.fixHeader .header-wrap .header-right .header-right__icons {
          grid-template-columns: 1fr 1fr; } }
  .ega-header.fixHeader.showMega .fixHeader-newMega {
    opacity: 1;
    visibility: visible; }
  .ega-header.fixHeader .fixHeader-newMega {
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(18, 18, 18, 0.4);
    backdrop-filter: blur(10px);
    display: grid;
    grid-template-columns: 1fr 30%;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s; }
    @media (max-width: 1200px) {
      .ega-header.fixHeader .fixHeader-newMega {
        grid-template-columns: 1fr;
        height: calc(100vh - 65px); } }
    .ega-header.fixHeader .fixHeader-newMega > * {
      min-width: 0; }
    .ega-header.fixHeader .fixHeader-newMega .fixHeader-newMega-left {
      padding: 3rem; }
      @media (max-width: 1200px) {
        .ega-header.fixHeader .fixHeader-newMega .fixHeader-newMega-left {
          padding: 1rem;
          max-height: 50vh;
          overflow: auto; } }
      .ega-header.fixHeader .fixHeader-newMega .fixHeader-newMega-left ul, .ega-header.fixHeader .fixHeader-newMega .fixHeader-newMega-left li {
        margin: 0;
        padding: 0;
        list-style: none; }
      .ega-header.fixHeader .fixHeader-newMega .fixHeader-newMega-left a {
        color: #FFF;
        font-size: .875rem;
        font-weight: 400 !important;
        font-family: "Be Vietnam Pro" !important;
        padding: .375rem 0;
        display: block;
        text-underline-offset: 3px; }
        .ega-header.fixHeader .fixHeader-newMega .fixHeader-newMega-left a:hover {
          text-decoration: underline; }
      .ega-header.fixHeader .fixHeader-newMega .fixHeader-newMega-left > ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem; }
        .ega-header.fixHeader .fixHeader-newMega .fixHeader-newMega-left > ul > * {
          min-width: 0; }
        @media (max-width: 992px) {
          .ega-header.fixHeader .fixHeader-newMega .fixHeader-newMega-left > ul {
            grid-template-columns: 1fr 1fr;
            gap: 1rem; } }
        .ega-header.fixHeader .fixHeader-newMega .fixHeader-newMega-left > ul > li > a {
          text-decoration: underline; }
    .ega-header.fixHeader .fixHeader-newMega .fixHeader-newMega-right {
      height: 100%; }
      .ega-header.fixHeader .fixHeader-newMega .fixHeader-newMega-right img {
        height: 100%;
        width: 100%;
        object-fit: cover; }

.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 3rem;
  height: 0.25rem;
  border-radius: 0;
  background: #121212;
  opacity: .2; }
  .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #D84144;
    opacity: 1; }

.global-heading, .adore-coupon .coupon-header .coupon-title, .adore-flash-sale .flash-sale-title > a, .adore-new-arrival .new-arrival-title, .adore-two-banner .banner-title a, .adore-three-banner .three-banner-title, .adore-sale-up .sale-up-title-left,
.adore-sale-up .sale-up-title-right, .fixCollection .title_page, .adore-blog-page .adore-blog-page-head .adore-blog-page-title, .adore-article-detail .adore-article-main .adore-article-header .adore-article-title, .adore-collection-list .collection-list-title, .adore-store-locator__title, .adore-page-default__title {
  font-family: "EB Garamond", sans-serif !important;
  font-size: 5.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 5.25rem */
  letter-spacing: -0.21rem;
  text-transform: uppercase; }
  @media (max-width: 992px) {
    .global-heading, .adore-coupon .coupon-header .coupon-title, .adore-flash-sale .flash-sale-title > a, .adore-new-arrival .new-arrival-title, .adore-two-banner .banner-title a, .adore-three-banner .three-banner-title, .adore-sale-up .sale-up-title-left,
    .adore-sale-up .sale-up-title-right, .fixCollection .title_page, .adore-blog-page .adore-blog-page-head .adore-blog-page-title, .adore-article-detail .adore-article-main .adore-article-header .adore-article-title, .adore-collection-list .collection-list-title, .adore-store-locator__title, .adore-page-default__title {
      font-size: 2.5rem; } }

.global-heading1, .adore-instagram .instagram-title, .fixCollection.fixCollectionBST .collection-description h2, .fixCollection.fixCollectionBST .fixCollectionBST-title, .product-detail-wrapper .product-detail-grid .product-info .product-title, .adore-product-recommend .product-recommend-title-left .recommend-title, .adore-product-suggestion .product-suggestion-wrapper .suggestion-title, .adore-article-detail .adore-article-related .adore-article-related-title {
  color: var(--Body-text, #070707);
  text-align: center;
  /* Heading 1 */
  font-family: "EB Garamond";
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 3.5rem */
  letter-spacing: -0.14rem; }
  @media (max-width: 992px) {
    .global-heading1, .adore-instagram .instagram-title, .fixCollection.fixCollectionBST .collection-description h2, .fixCollection.fixCollectionBST .fixCollectionBST-title, .product-detail-wrapper .product-detail-grid .product-info .product-title, .adore-product-recommend .product-recommend-title-left .recommend-title, .adore-product-suggestion .product-suggestion-wrapper .suggestion-title, .adore-article-detail .adore-article-related .adore-article-related-title {
      font-size: 2.25rem; } }

.global-heading2, .adore-three-banner .banner-title, .adore-blog-item .adore-blog-item-content .adore-blog-item-title a, .adore-article-detail .adore-article-related .adore-article-related-list .adore-article-related-item .adore-article-related-item-title a, .adore-collection-list .collection-title {
  color: var(--Body-text, #070707);
  /* Heading 2 */
  font-family: "EB Garamond";
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 3rem */
  letter-spacing: -0.12rem; }
  @media (max-width: 992px) {
    .global-heading2, .adore-three-banner .banner-title, .adore-blog-item .adore-blog-item-content .adore-blog-item-title a, .adore-article-detail .adore-article-related .adore-article-related-list .adore-article-related-item .adore-article-related-item-title a, .adore-collection-list .collection-title {
      font-size: 2rem; } }

.global-subheading, .adore-form-contact .form-contact-title {
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 3.375rem */
  text-transform: uppercase; }
  @media (max-width: 992px) {
    .global-subheading, .adore-form-contact .form-contact-title {
      font-size: 1.75rem; } }

.global-content, .ega-header.fixHeader .header-wrap .header-right .header-right__icons .fixHeader-newSearch input, .ega-header.fixHeader .header-wrap .header-right .header-right__icons .fixHeader-newSearch input::placeholder, .ega-header.fixHeader .fixHeader-newMega .fixHeader-newMega-left a, .global-button, .adore-product-recommend .product-recommend-title-right button, .ega-smartsearch-item__title, .adore-coupon .coupon-code, .adore-coupon .coupon-date, .adore-coupon .coupon-description, .adore-flash-sale .countdown-label-group .countdown-label, .item_product_main .product-action.product-item-new .product-info .product-name a, .adore-policy .policy-title, .adore-policy .policy-description, .adore-form-contact .form-contact-subtitle, .adore-form-contact form .form-contact-grid input, .adore-form-contact form .form-contact-grid input::placeholder, .adore-form-contact form .form-contact-button, .adore-footer, .adore-footer .footer-title, .adore-footer .footer-info .footer-title, .adore-footer .footer-info .footer-contact-item, .adore-footer .footer-menu .footer-links li a, .adore-footer .footer-newsletter .footer-title, .adore-footer .footer-newsletter .newsletter-form .newsletter-input, .adore-footer .footer-newsletter .newsletter-form .btn-newsletter, .adore-footer .footer-payment .payment-title, .fixCollection.fixCollectionBST .collection-description, .fixCollection .bg_collection .coll-head > p, .fixCollection .bg_collection .coll-head .coll-sortby select, product-card .product-card-gallery .sale-price-label, product-card .product-card-info .product-card-info-title h2 a, .product-detail-wrapper .product-detail-grid .product-info .product-price-wrapper .product-price .price, .product-detail-wrapper .product-detail-grid .product-info .product-price-wrapper .product-price .price-sale, .product-detail-wrapper .product-detail-grid .product-info .product-price-wrapper .product-price .price-compare, .product-detail-wrapper .product-detail-grid .product-info .product-price-wrapper .product-price .price-badge, .product-detail-wrapper .product-detail-grid .product-info #add-item-form .select-swatch .swatch .header, .product-detail-wrapper .product-detail-grid .product-info #add-item-form .select-swatch .swatch .swatch-element-list .swatch-element label, .product-detail-wrapper .product-detail-grid .product-info #add-item-form .product-contact-info .product-hotline, .product-detail-wrapper .product-detail-grid .product-info #add-item-form .product-contact-info .product-hotline span, .product-detail-wrapper .product-detail-grid .product-info #add-item-form .product-contact-info .product-store-link, .product-detail-wrapper .product-detail-grid .product-info .product-info-tabs .tab-header .tab-btn, .product-detail-wrapper .product-detail-grid .product-info .product-info-tabs .tab-content .product-description, .adore-product-recommend .product-recommend-title-left p, .adore-product-recommend .product-recommend-title-left b, .adore-product-recommend .product-recommend-title-right, .adore-blog-item .adore-blog-item-content .adore-blog-item-date, .adore-article-detail .adore-article-main .adore-article-header .adore-article-date, .adore-article-detail .adore-article-main .adore-article-content, .adore-article-detail .adore-article-related .adore-article-related-list .adore-article-related-item .adore-article-related-item-date, .adore-page-default__description {
  font-family: "Be Vietnam Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.5rem */ }
  @media (max-width: 992px) {
    .global-content, .ega-header.fixHeader .header-wrap .header-right .header-right__icons .fixHeader-newSearch input, .ega-header.fixHeader .header-wrap .header-right .header-right__icons .fixHeader-newSearch input::placeholder, .ega-header.fixHeader .fixHeader-newMega .fixHeader-newMega-left a, .global-button, .adore-product-recommend .product-recommend-title-right button, .ega-smartsearch-item__title, .adore-coupon .coupon-code, .adore-coupon .coupon-date, .adore-coupon .coupon-description, .adore-flash-sale .countdown-label-group .countdown-label, .item_product_main .product-action.product-item-new .product-info .product-name a, .adore-policy .policy-title, .adore-policy .policy-description, .adore-form-contact .form-contact-subtitle, .adore-form-contact form .form-contact-grid input, .adore-form-contact form .form-contact-grid input::placeholder, .adore-form-contact form .form-contact-button, .adore-footer, .adore-footer .footer-title, .adore-footer .footer-info .footer-title, .adore-footer .footer-info .footer-contact-item, .adore-footer .footer-menu .footer-links li a, .adore-footer .footer-newsletter .footer-title, .adore-footer .footer-newsletter .newsletter-form .newsletter-input, .adore-footer .footer-newsletter .newsletter-form .btn-newsletter, .adore-footer .footer-payment .payment-title, .fixCollection.fixCollectionBST .collection-description, .fixCollection .bg_collection .coll-head > p, .fixCollection .bg_collection .coll-head .coll-sortby select, product-card .product-card-gallery .sale-price-label, product-card .product-card-info .product-card-info-title h2 a, .product-detail-wrapper .product-detail-grid .product-info .product-price-wrapper .product-price .price, .product-detail-wrapper .product-detail-grid .product-info .product-price-wrapper .product-price .price-sale, .product-detail-wrapper .product-detail-grid .product-info .product-price-wrapper .product-price .price-compare, .product-detail-wrapper .product-detail-grid .product-info .product-price-wrapper .product-price .price-badge, .product-detail-wrapper .product-detail-grid .product-info #add-item-form .select-swatch .swatch .header, .product-detail-wrapper .product-detail-grid .product-info #add-item-form .select-swatch .swatch .swatch-element-list .swatch-element label, .product-detail-wrapper .product-detail-grid .product-info #add-item-form .product-contact-info .product-hotline, .product-detail-wrapper .product-detail-grid .product-info #add-item-form .product-contact-info .product-hotline span, .product-detail-wrapper .product-detail-grid .product-info #add-item-form .product-contact-info .product-store-link, .product-detail-wrapper .product-detail-grid .product-info .product-info-tabs .tab-header .tab-btn, .product-detail-wrapper .product-detail-grid .product-info .product-info-tabs .tab-content .product-description, .adore-product-recommend .product-recommend-title-left p, .adore-product-recommend .product-recommend-title-left b, .adore-product-recommend .product-recommend-title-right, .adore-blog-item .adore-blog-item-content .adore-blog-item-date, .adore-article-detail .adore-article-main .adore-article-header .adore-article-date, .adore-article-detail .adore-article-main .adore-article-content, .adore-article-detail .adore-article-related .adore-article-related-list .adore-article-related-item .adore-article-related-item-date, .adore-page-default__description {
      font-size: .85rem; } }

.global-content-small, .fixCollection .bg_collection .adore-collection-page-loadmore a, .adore-blog-page .adore-blog-page-loadmore .adore-blog-page-loadmore-button {
  color: #121212;
  text-align: center;
  /* Body small UP */
  font-family: "Be Vietnam Pro";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 1.09375rem */
  text-transform: uppercase; }
  @media (max-width: 992px) {
    .global-content-small, .fixCollection .bg_collection .adore-collection-page-loadmore a, .adore-blog-page .adore-blog-page-loadmore .adore-blog-page-loadmore-button {
      font-size: .75rem; } }

.global-button, .adore-product-recommend .product-recommend-title-right button {
  height: 2.25rem;
  padding: 0 var(--S5, 1.5rem);
  background: #070707;
  border: 1px solid #070707;
  color: #FFF;
  transition: all .5s; }
  @media (max-width: 992px) {
    .global-button, .adore-product-recommend .product-recommend-title-right button {
      padding: 0 1rem; } }
  .global-button:hover, .adore-product-recommend .product-recommend-title-right button:hover {
    background: transparent;
    color: #070707; }

.ega-smartsearch-item__title {
  font-size: 1rem !important;
  font-family: "Be Vietnam Pro", sans-serif !important;
  text-transform: uppercase; }

body, html {
  font-family: "Be Vietnam Pro" !important; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "EB Garamond", sans-serif !important; }

.adore-hero-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  @media (max-width: 992px) {
    .adore-hero-banner {
      height: auto;
      margin-bottom: 0 !important; } }
  .adore-hero-banner picture,
  .adore-hero-banner img,
  .adore-hero-banner .hero-video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; }
  @media (max-width: 767px) {
    .adore-hero-banner .hero-desktop {
      display: none; } }
  .adore-hero-banner .hero-mobile {
    display: none; }
    @media (max-width: 767px) {
      .adore-hero-banner .hero-mobile {
        display: block; } }
  .adore-hero-banner .parallax-scroll {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*@media(max-width: 767px){ background-attachment: inherit; }*/ }

.adore-coupon {
  padding: 7.5rem 0;
  background: #fff; }
  @media (max-width: 992px) {
    .adore-coupon {
      padding: 2.5rem 0; } }
  .adore-coupon .coupon-wrapper {
    display: grid;
    grid-template-columns: 47.5% 1fr;
    align-items: center;
    gap: 1.5rem; }
    @media (max-width: 992px) {
      .adore-coupon .coupon-wrapper {
        grid-template-columns: 1fr;
        gap: 40px; } }
    .adore-coupon .coupon-wrapper > * {
      min-width: 0; }
  .adore-coupon .coupon-header .coupon-title {
    margin: 0; }
  .adore-coupon .coupon-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem; }
    @media (max-width: 768px) {
      .adore-coupon .coupon-list {
        grid-template-columns: 1fr; } }
    .adore-coupon .coupon-list > * {
      min-width: 0; }
  .adore-coupon .coupon-item {
    border: 1px solid #070707;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: none;
    transition: all ease-in-out .5s;
    position: relative; }
    .adore-coupon .coupon-item:hover {
      box-shadow: 8px 8px; }
      .adore-coupon .coupon-item:hover .coupon-popover {
        opacity: 1;
        visibility: visible;
        transform: translateY(0); }
  .adore-coupon .coupon-top {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: .5rem;
    border-bottom: 1px solid #070707; }
  .adore-coupon .coupon-code {
    font-size: .875rem;
    margin: 0;
    color: #D84144; }
  .adore-coupon .coupon-copy {
    width: 24px;
    height: 24px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666; }
    .adore-coupon .coupon-copy:hover {
      color: #ff6b6b; }
    .adore-coupon .coupon-copy svg {
      width: 1.5rem;
      height: 1.5rem; }
  .adore-coupon .coupon-date {
    margin: 0;
    font-size: .875rem;
    margin-left: auto; }
  .adore-coupon .coupon-description {
    padding: .5rem;
    text-align: center; }
  .adore-coupon .coupon-popover {
    position: absolute;
    top: 80%;
    left: 40%;
    transform: translateX(-50%) translateY(10px);
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    pointer-events: none; }
    .adore-coupon .coupon-popover-content {
      background: #000;
      color: #fff;
      padding: 12px 16px;
      border-radius: 6px;
      font-size: 13px;
      line-height: 1.5;
      white-space: pre-line;
      min-width: 200px;
      max-width: 300px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
    .adore-coupon .coupon-popover-arrow {
      position: absolute;
      top: -4px;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid #000; }

.adore-flash-sale {
  padding: 0 1.5rem;
  margin: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (max-width: 992px) {
    .adore-flash-sale {
      padding: 0 1rem; } }
  .adore-flash-sale .flash-sale-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3.25rem 0 1rem; }
    @media (max-width: 992px) {
      .adore-flash-sale .flash-sale-header {
        padding: 2.5rem 0;
        flex-direction: column;
        gap: 20px;
        align-items: flex-start; } }
  .adore-flash-sale .flash-sale-title > a {
    color: #FFF;
    text-shadow: 2px 8px 2px rgba(16, 16, 16, 0.3);
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: #000;
    text-transform: uppercase; }
    .adore-flash-sale .flash-sale-title > a img {
      max-height: 5.25rem; }
  .adore-flash-sale .flash-sale-subtitle {
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    margin: 1rem 0 0 0;
    font-family: "Be Vietnam Pro" !important;
    line-height: 1.5rem;
    max-width: 640px; }
    @media (max-width: 640px) {
      .adore-flash-sale .flash-sale-subtitle {
        text-align: center; } }
  .adore-flash-sale .flash-sale-countdown-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.75rem; }
    @media (max-width: 992px) {
      .adore-flash-sale .flash-sale-countdown-wrap {
        width: 100%;
        align-items: center; } }
  .adore-flash-sale .countdown-label-group {
    display: flex;
    align-items: flex-end;
    gap: 0.25rem;
    background: #FED401;
    border-radius: 0.25rem;
    padding: 0.25rem 0.5rem; }
    .adore-flash-sale .countdown-label-group .countdown-label {
      font-weight: 900;
      font-size: 0.875rem;
      margin: 0;
      text-transform: uppercase; }
      .adore-flash-sale .countdown-label-group .countdown-label svg {
        width: 1.5rem;
        height: 1.5rem;
        aspect-ratio: 1/1; }
  .adore-flash-sale .flash-sale-countdown {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px; }
  .adore-flash-sale .countdown-item .countdown-value {
    font-size: 3rem;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    /* 3rem */
    text-transform: uppercase;
    color: #FFF; }
    @media (max-width: 480px) {
      .adore-flash-sale .countdown-item .countdown-value {
        font-size: 2rem; } }
  .adore-flash-sale .countdown-separator {
    font-size: 3rem;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    /* 3rem */
    text-transform: uppercase;
    color: #FFF; }
    @media (max-width: 480px) {
      .adore-flash-sale .countdown-separator {
        font-size: 2rem; } }
  .adore-flash-sale .flash-sale-products {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
    padding-bottom: 1.5rem; }
    @media (max-width: 1200px) {
      .adore-flash-sale .flash-sale-products {
        grid-template-columns: inherit;
        grid-auto-flow: column;
        grid-auto-columns: 45%;
        overflow: auto hidden;
        gap: 1.45rem; } }
    @media (max-width: 992px) {
      .adore-flash-sale .flash-sale-products {
        grid-auto-columns: 55%;
        gap: 1.35rem; } }
    @media (max-width: 767px) {
      .adore-flash-sale .flash-sale-products {
        grid-auto-columns: 65%;
        gap: 1.25rem; } }
    @media (max-width: 575px) {
      .adore-flash-sale .flash-sale-products {
        grid-auto-columns: 75%;
        gap: 1rem; } }
    .adore-flash-sale .flash-sale-products > * {
      min-width: 0; }
    .adore-flash-sale .flash-sale-products .item_product_main .product-name {
      font-size: .875rem !important; }
      .adore-flash-sale .flash-sale-products .item_product_main .product-name a {
        font-size: .875rem !important; }
    .adore-flash-sale .flash-sale-products .item_product_main .product-price {
      height: 105px; }
  .adore-flash-sale .flash-sale-view-all {
    display: flex;
    justify-content: center;
    padding: 0 0 2rem; }
    .adore-flash-sale .flash-sale-view-all .flash-sale-view-all-btn {
      display: inline-block;
      padding: 12px 32px;
      background: transparent;
      color: #FFF;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      text-decoration: none;
      border-radius: 4px;
      transition: all 0.3s ease;
      border: 1px solid #F0F0F0;
      text-transform: uppercase; }
      .adore-flash-sale .flash-sale-view-all .flash-sale-view-all-btn:hover {
        background: #FFF;
        color: #000;
        transform: translateY(-2px); }

.item_product_main {
  background: transparent;
  margin: 0; }
  .item_product_main .product-action.product-item-new:hover .product-info .product-name a {
    text-decoration: underline; }
  .item_product_main .product-action.product-item-new.product-item-fsale .product-info {
    padding-top: 0;
    background: transparent; }
    .item_product_main .product-action.product-item-new.product-item-fsale .product-info .product-price {
      display: flex;
      background: var(--fs-bg-color-price); }
      .item_product_main .product-action.product-item-new.product-item-fsale .product-info .product-price .product-price-left {
        padding: 0.5rem 0 .5rem 0.75rem;
        flex: 1; }
        .item_product_main .product-action.product-item-new.product-item-fsale .product-info .product-price .product-price-left strong {
          color: var(--Body-text-white, #FFF);
          font-family: "Be Vietnam Pro" !important;
          font-size: 1.35rem;
          font-style: normal;
          font-weight: 500;
          line-height: 150%;
          /* 2.625rem */
          text-transform: uppercase; }
        .item_product_main .product-action.product-item-new.product-item-fsale .product-info .product-price .product-price-left del {
          color: var(--Body-text-white, #FFF);
          font-family: "Be Vietnam Pro" !important;
          font-size: 0.775rem;
          font-style: normal;
          font-weight: 400;
          line-height: 125%;
          /* 1.09375rem */
          text-decoration-line: line-through;
          text-transform: uppercase;
          display: block;
          opacity: .6; }
        .item_product_main .product-action.product-item-new.product-item-fsale .product-info .product-price .product-price-left sold {
          border-radius: 0.25rem;
          background: var(--fs-bg-color-sold);
          display: inline-block;
          padding: var(--S0, 0.25rem) var(--S1, 0.5rem);
          padding-top: 6px;
          width: fit-content;
          justify-content: center;
          align-items: center;
          gap: 0.625rem;
          color: var(--Body-text, #070707);
          /* Body small */
          font-family: "Be Vietnam Pro" !important;
          font-size: 0.775rem;
          font-style: normal;
          font-weight: 400;
          line-height: 125%;
          /* 1.09375rem */
          margin-top: 0.75rem; }
          @media (max-width: 640px) {
            .item_product_main .product-action.product-item-new.product-item-fsale .product-info .product-price .product-price-left sold {
              padding: .25rem; } }
      .item_product_main .product-action.product-item-new.product-item-fsale .product-info .product-price .product-price-right {
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--fs-bg-color-sale);
        color: #FFCC4D;
        text-align: right;
        font-family: "Be Vietnam Pro" !important;
        font-size: 1.45rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        padding: 0 1rem;
        /* 2.625rem */
        text-transform: uppercase; }
        @media (max-width: 640px) {
          .item_product_main .product-action.product-item-new.product-item-fsale .product-info .product-price .product-price-right {
            padding: 0 1rem;
            font-size: 1.35rem; } }
    .item_product_main .product-action.product-item-new.product-item-fsale .product-info .product-name a {
      color: #FFF; }
  .item_product_main .product-action.product-item-new .product-info .product-name {
    margin-top: 0.75rem; }
    .item_product_main .product-action.product-item-new .product-info .product-name a {
      text-transform: uppercase; }
  .item_product_main .product-action.product-item-new .product-info .product-item-cta .price-box {
    display: none; }

.adore-new-arrival {
  padding: 7.5rem 1.5rem 0;
  background: #fff; }
  @media (max-width: 992px) {
    .adore-new-arrival {
      padding: 2.5rem 1rem; } }
  .adore-new-arrival .new-arrival-header {
    text-align: center;
    margin-bottom: 3.5rem; }
  .adore-new-arrival .new-arrival-title {
    color: #070707;
    display: inline-block;
    position: relative; }
    .adore-new-arrival .new-arrival-title:hover:after {
      width: 100%;
      left: 0;
      background: #070707; }
    .adore-new-arrival .new-arrival-title:after {
      content: '';
      position: absolute;
      width: 0;
      height: 5px;
      display: block;
      margin-top: 5px;
      right: 0;
      background: #fff;
      transition: width .2s ease;
      -webkit-transition: width .2s ease; }
  .adore-new-arrival .new-arrival-slider {
    position: relative;
    overflow: hidden; }
  .adore-new-arrival .swiper-wrapper {
    padding-bottom: 3rem; }
  .adore-new-arrival .new-arrival-prev,
  .adore-new-arrival .new-arrival-next {
    width: 48px;
    height: 48px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 50%; }
    .adore-new-arrival .new-arrival-prev:after,
    .adore-new-arrival .new-arrival-next:after {
      font-size: 16px;
      color: #070707;
      font-weight: 700; }
    .adore-new-arrival .new-arrival-prev:hover,
    .adore-new-arrival .new-arrival-next:hover {
      background: #070707; }
      .adore-new-arrival .new-arrival-prev:hover:after,
      .adore-new-arrival .new-arrival-next:hover:after {
        color: #fff; }
  .adore-new-arrival .new-arrival-prev {
    left: -24px; }
    @media (max-width: 768px) {
      .adore-new-arrival .new-arrival-prev {
        left: 0; } }
  .adore-new-arrival .new-arrival-next {
    right: -24px; }
    @media (max-width: 768px) {
      .adore-new-arrival .new-arrival-next {
        right: 0; } }

.adore-two-banner {
  padding: 8rem .5rem 0;
  background: #fff; }
  @media (max-width: 992px) {
    .adore-two-banner {
      padding: 0 1rem 2.5rem; } }
  .adore-two-banner .two-banner-grid {
    display: flex;
    flex-direction: column; }
  .adore-two-banner .banner-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center; }
    @media (max-width: 992px) {
      .adore-two-banner .banner-row {
        grid-template-columns: 1fr; } }
    .adore-two-banner .banner-row > * {
      min-width: 0; }
  .adore-two-banner .banner-reverse .banner-image {
    order: 2; }
  .adore-two-banner .banner-reverse .banner-content {
    order: 1; }
  .adore-two-banner .banner-image {
    display: block;
    overflow: hidden; }
    @media (max-width: 992px) {
      .adore-two-banner .banner-image {
        order: 2 !important; } }
    .adore-two-banner .banner-image img {
      width: 100%;
      height: auto;
      display: block;
      transition: transform 0.3s ease; }
    .adore-two-banner .banner-image:hover img {
      transform: scale(1.05); }
  .adore-two-banner .banner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 40px; }
    @media (max-width: 992px) {
      .adore-two-banner .banner-content {
        order: 1 !important; } }
    @media (max-width: 768px) {
      .adore-two-banner .banner-content {
        padding: 30px 20px; } }
  .adore-two-banner .banner-title a {
    color: #070707;
    text-align: center;
    text-transform: uppercase;
    position: relative; }
    .adore-two-banner .banner-title a:hover:after {
      width: 100%;
      left: 0;
      background: #070707; }
    .adore-two-banner .banner-title a:after {
      content: '';
      position: absolute;
      width: 0;
      height: 5px;
      display: block;
      margin-top: 5px;
      right: 0;
      background: #fff;
      transition: width .2s ease;
      -webkit-transition: width .2s ease; }

.adore-three-banner {
  padding: 7.5rem 1.5rem;
  background: #fff; }
  @media (max-width: 992px) {
    .adore-three-banner {
      padding: 2.5rem 1rem; } }
  .adore-three-banner h2 {
    text-align: center; }
  .adore-three-banner .three-banner-title {
    color: #070707;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    margin-bottom: 4.5rem;
    transition: all .35s;
    display: inline-block;
    position: relative; }
    @media (max-width: 992px) {
      .adore-three-banner .three-banner-title {
        margin-bottom: 2.5rem; } }
    .adore-three-banner .three-banner-title:hover:after {
      width: 100%;
      left: 0;
      background: #070707; }
    .adore-three-banner .three-banner-title:after {
      content: '';
      position: absolute;
      width: 0;
      height: 5px;
      display: block;
      margin-top: 5px;
      right: 0;
      background: #fff;
      transition: width .2s ease;
      -webkit-transition: width .2s ease; }
  .adore-three-banner .three-banner-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem; }
    @media (max-width: 992px) {
      .adore-three-banner .three-banner-grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 576px) {
      .adore-three-banner .three-banner-grid {
        grid-template-columns: 1fr; } }
    .adore-three-banner .three-banner-grid > * {
      min-width: 0; }
    .adore-three-banner .three-banner-grid .banner-item:first-child {
      grid-column: 1 / -1; }
  .adore-three-banner .banner-item {
    position: relative;
    display: block;
    overflow: hidden; }
    .adore-three-banner .banner-item:hover .banner-overlay {
      background: rgba(0, 0, 0, 0.4); }
      .adore-three-banner .banner-item:hover .banner-overlay .banner-title {
        color: #FFF !important; }
  .adore-three-banner .banner-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease; }
  .adore-three-banner .banner-overlay {
    background: transparent;
    transition: all .5s;
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
  .adore-three-banner .banner-title {
    margin: 0;
    width: 100%;
    text-align: center;
    transition: all .5s; }

.adore-three-banner .banner-title {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: .75rem; }

.adore-three-banner .banner-item:hover .banner-overlay .banner-title {
  text-decoration-color: #fff; }

@keyframes scroll-left {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }

@keyframes scroll-right {
  0% {
    transform: translateX(-50%); }
  100% {
    transform: translateX(0); } }

.adore-instagram {
  position: relative;
  padding: .25rem;
  margin: 0;
  background: #fff; }
  .adore-instagram .instagram-title-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10; }
  .adore-instagram .instagram-title {
    background: #070707;
    padding: .25rem 1rem;
    color: #FFF;
    text-align: center; }
  .adore-instagram .instagram-slider-top,
  .adore-instagram .instagram-slider-bottom {
    overflow: hidden; }
    .adore-instagram .instagram-slider-top .instagram-track,
    .adore-instagram .instagram-slider-bottom .instagram-track {
      display: flex;
      gap: 8px;
      animation: scroll-left 45s linear infinite;
      width: fit-content; }
    .adore-instagram .instagram-slider-top .instagram-track-reverse,
    .adore-instagram .instagram-slider-bottom .instagram-track-reverse {
      animation: scroll-right 45s linear infinite; }
    .adore-instagram .instagram-slider-top .instagram-track:hover,
    .adore-instagram .instagram-slider-bottom .instagram-track:hover {
      animation-play-state: paused; }
    .adore-instagram .instagram-slider-top .instagram-item,
    .adore-instagram .instagram-slider-bottom .instagram-item {
      width: auto;
      padding: 0; }
      .adore-instagram .instagram-slider-top .instagram-item img,
      .adore-instagram .instagram-slider-bottom .instagram-item img {
        aspect-ratio: 310.67/466.00;
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-height: 29.125rem;
        min-width: 19rem; }
        @media (max-width: 992px) {
          .adore-instagram .instagram-slider-top .instagram-item img,
          .adore-instagram .instagram-slider-bottom .instagram-item img {
            max-height: 20.3875rem;
            min-width: 13.3rem; } }
  .adore-instagram .instagram-slider-top {
    margin-bottom: .5rem; }

.adore-sale-up {
  padding: 7.5rem 0;
  background: #fff; }
  @media (max-width: 992px) {
    .adore-sale-up {
      padding: 2.5rem 1rem; } }
  .adore-sale-up .sale-up-wrapper {
    display: grid;
    max-width: 100vw;
    grid-template-columns: 1fr 28.6rem 1fr;
    gap: 1.5rem;
    align-items: center; }
    @media (max-width: 992px) {
      .adore-sale-up .sale-up-wrapper {
        grid-template-columns: 1fr; } }
    .adore-sale-up .sale-up-wrapper > * {
      min-width: 0; }
  @media (max-width: 992px) {
    .adore-sale-up .sale-up-desktop {
      display: none; } }
  .adore-sale-up .sale-up-mobile {
    display: none; }
    @media (max-width: 992px) {
      .adore-sale-up .sale-up-mobile {
        display: flex;
        gap: .5rem; }
        .adore-sale-up .sale-up-mobile b {
          color: #D84144; } }
  .adore-sale-up .sale-up-title-left,
  .adore-sale-up .sale-up-title-right {
    font-weight: 400;
    color: #070707;
    text-align: center; }
    .adore-sale-up .sale-up-title-left b,
    .adore-sale-up .sale-up-title-right b {
      font-weight: 400; }
  .adore-sale-up .sale-up-title-left b {
    color: #D84144; }
  @media (max-width: 992px) {
    .adore-sale-up .sale-up-title-left {
      justify-self: center; } }
  .adore-sale-up .sale-up-title-right b {
    color: #D84144;
    display: inline-block; }
  @media (max-width: 992px) {
    .adore-sale-up .sale-up-title-right {
      justify-self: center;
      order: -1; } }
  .adore-sale-up .sale-up-slider {
    position: relative;
    overflow: hidden;
    max-width: 100%; }
  .adore-sale-up .swiper-outside {
    position: relative; }
  .adore-sale-up .sale-up-prev {
    left: -4rem; }
  .adore-sale-up .sale-up-next {
    right: -4rem; }
  .adore-sale-up .sale-up-prev,
  .adore-sale-up .sale-up-next {
    width: 1.75rem;
    height: 1.75rem;
    background: transparent;
    border: none;
    outline: 0; }
    .adore-sale-up .sale-up-prev svg,
    .adore-sale-up .sale-up-next svg {
      stroke: rgba(0, 0, 0, 0.8); }
    .adore-sale-up .sale-up-prev.swiper-button-disabled svg,
    .adore-sale-up .sale-up-next.swiper-button-disabled svg {
      stroke: rgba(0, 0, 0, 0.2); }
    .adore-sale-up .sale-up-prev:after,
    .adore-sale-up .sale-up-next:after {
      display: none !important; }
    @media (max-width: 992px) {
      .adore-sale-up .sale-up-prev,
      .adore-sale-up .sale-up-next {
        display: none !important; } }
  .adore-sale-up .swiper-wrapper {
    padding-bottom: 5rem; }
  .adore-sale-up .swiper-pagination {
    bottom: 0; }

.adore-policy {
  padding: 3rem 0;
  background: #FFF9F5; }
  @media (max-width: 992px) {
    .adore-policy {
      padding: 2.5rem 0;
      margin: .25rem 0 2.5rem; } }
  .adore-policy .policy-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px; }
    @media (max-width: 992px) {
      .adore-policy .policy-grid {
        grid-template-columns: 1fr;
        gap: 30px; } }
    .adore-policy .policy-grid > * {
      min-width: 0; }
  .adore-policy .policy-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1.5rem; }
  .adore-policy .policy-icon {
    flex-shrink: 0; }
    .adore-policy .policy-icon img {
      width: 100%;
      max-width: 3rem;
      display: block; }
  .adore-policy .policy-content {
    flex: 1; }
  .adore-policy .policy-title {
    font-family: "Be Vietnam Pro", sans-serif !important;
    font-weight: 500;
    text-transform: uppercase; }
  .adore-policy .policy-description {
    color: var(--Label-text, rgba(0, 0, 0, 0.6));
    font-weight: 400;
    text-transform: inherit; }

.adore-form-contact {
  padding: 7.5rem 0;
  max-width: 30rem;
  margin: 0 auto;
  width: 100%; }
  @media (max-width: 992px) {
    .adore-form-contact {
      padding: 2.5rem 1rem; } }
  .adore-form-contact .form-contact-header {
    text-align: center; }
  .adore-form-contact .form-contact-title {
    font-family: "Be Vietnam Pro" !important;
    margin-bottom: 1.5rem; }
  .adore-form-contact .form-contact-subtitle {
    margin-bottom: 3rem; }
  .adore-form-contact form .form-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 20px; }
    @media (max-width: 576px) {
      .adore-form-contact form .form-contact-grid {
        grid-template-columns: 1fr; } }
    .adore-form-contact form .form-contact-grid > * {
      min-width: 0; }
    .adore-form-contact form .form-contact-grid input {
      padding: 0;
      height: 2.25rem;
      border: none;
      border-bottom: 1px solid #e5e5e5;
      background: transparent;
      text-transform: inherit; }
      .adore-form-contact form .form-contact-grid input::placeholder {
        color: #999;
        text-transform: inherit; }
      .adore-form-contact form .form-contact-grid input:focus {
        outline: none;
        border-color: #070707; }
  .adore-form-contact form .form-contact-button {
    width: 100%;
    padding: 0 1rem;
    height: 2.25rem;
    background: #070707;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease; }
    .adore-form-contact form .form-contact-button:hover {
      background: #333; }

.adore-footer {
  background: #fff;
  padding: 7.5rem 1.5rem;
  max-width: 85rem;
  margin: 0 auto; }
  .adore-footer .footer-logo-top {
    text-align: center;
    padding-bottom: 3rem;
    border-bottom: 1px solid #070707;
    margin-bottom: 3rem; }
    .adore-footer .footer-logo-top a {
      display: inline-block; }
    .adore-footer .footer-logo-top img {
      max-width: 100%;
      max-height: 3.75rem;
      width: 100%;
      height: auto; }
  .adore-footer .footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3.5rem; }
    @media (max-width: 992px) {
      .adore-footer .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px; } }
    @media (max-width: 767px) {
      .adore-footer .footer-grid {
        grid-template-columns: 1fr;
        gap: 20px; } }
  .adore-footer .footer-column {
    margin-bottom: 0; }
  .adore-footer .footer-title {
    font-size: 14px !important;
    font-family: "Be Vietnam Pro" !important;
    font-weight: 500 !important; }
    .adore-footer .footer-title .footer-toggle-icon {
      display: none; }
    @media (max-width: 767px) {
      .adore-footer .footer-title {
        cursor: pointer;
        padding-right: 20px; }
        .adore-footer .footer-title .footer-toggle-icon {
          display: inline-block;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          transition: transform 0.3s ease; }
        .adore-footer .footer-title.active .footer-toggle-icon {
          transform: translateY(-50%) rotate(180deg); } }
  .adore-footer .footer-info .footer-title {
    font-size: 14px !important; }
  .adore-footer .footer-info .footer-contact-list {
    margin-bottom: .75rem; }
    .adore-footer .footer-info .footer-contact-list, .adore-footer .footer-info .footer-contact-list * {
      font-size: 14px;
      font-weight: 400; }
  .adore-footer .footer-info .footer-contact-item {
    margin-bottom: .75rem;
    text-transform: inherit; }
    .adore-footer .footer-info .footer-contact-item, .adore-footer .footer-info .footer-contact-item * {
      font-size: 14px; }
    .adore-footer .footer-info .footer-contact-item .contact-link {
      color: #070707; }
  .adore-footer .footer-social {
    display: flex;
    gap: 1.5rem;
    margin-top: 3rem;
    margin-bottom: 1rem; }
    .adore-footer .footer-social .social-icon {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease;
      text-decoration: none; }
      .adore-footer .footer-social .social-icon i {
        font-size: 16px; }
      .adore-footer .footer-social .social-icon:hover {
        background: #333;
        transform: translateY(-2px); }
  .adore-footer .footer-bct img {
    max-width: 7.8125rem;
    width: 100%;
    height: auto; }
  .adore-footer .footer-menu .footer-links {
    list-style: none;
    padding: 0;
    margin: 0; }
    .adore-footer .footer-menu .footer-links li {
      margin-bottom: 12px; }
      .adore-footer .footer-menu .footer-links li a {
        font-weight: 400;
        color: #070707; }
        .adore-footer .footer-menu .footer-links li a, .adore-footer .footer-menu .footer-links li a * {
          font-size: 14px; }
        .adore-footer .footer-menu .footer-links li a:hover {
          text-decoration: underline; }
  .adore-footer .footer-newsletter .newsletter-form {
    margin-bottom: 25px; }
    .adore-footer .footer-newsletter .newsletter-form .newsletter-form-group {
      position: relative;
      margin-bottom: 10px; }
    .adore-footer .footer-newsletter .newsletter-form .newsletter-input {
      width: 100%;
      padding: 0;
      height: 2.25rem;
      border: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.4);
      outline: none;
      transition: border-color 0.3s ease;
      box-sizing: border-box; }
      .adore-footer .footer-newsletter .newsletter-form .newsletter-input::placeholder {
        color: #999; }
      .adore-footer .footer-newsletter .newsletter-form .newsletter-input:focus {
        border-color: #000; }
    .adore-footer .footer-newsletter .newsletter-form .btn-newsletter {
      padding: 0 1.5rem;
      height: 2.25rem;
      background: transparent;
      border: 1px solid #070707;
      color: #070707;
      border-radius: 0;
      cursor: pointer;
      transition: background 0.3s ease;
      margin-top: 10px; }
      .adore-footer .footer-newsletter .newsletter-form .btn-newsletter:hover {
        background: #070707;
        color: #FFF; }
    .adore-footer .footer-newsletter .newsletter-form .newsletter-success {
      color: #28a745;
      font-size: 13px;
      margin: 10px 0 0; }
    .adore-footer .footer-newsletter .newsletter-form .newsletter-error {
      color: #dc3545;
      font-size: 13px;
      margin: 10px 0 0; }
  .adore-footer .footer-payment {
    margin-top: 25px; }
    .adore-footer .footer-payment .payment-title {
      font-family: "Be Vietnam Pro", sans-serif !important; }
    .adore-footer .footer-payment .payment-methods {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      align-items: center; }
      .adore-footer .footer-payment .payment-methods img {
        height: 25px;
        width: auto;
        object-fit: contain;
        border: 1px solid rgba(0, 0, 0, 0.3);
        border-radius: .25rem;
        padding: .25rem; }
  @media (max-width: 992px) {
    .adore-footer {
      padding: 2rem 1.5rem; } }
  @media (max-width: 767px) {
    .adore-footer {
      padding: 1.5rem 1rem; }
      .adore-footer .footer-title {
        font-size: 13px;
        margin-bottom: 15px; }
      .adore-footer .footer-info .footer-title {
        font-size: 11px; }
      .adore-footer .footer-social {
        gap: 8px; }
        .adore-footer .footer-social .social-icon {
          width: 32px;
          height: 32px; }
          .adore-footer .footer-social .social-icon i {
            font-size: 14px; }
      .adore-footer .footer-payment {
        margin-top: 20px; }
        .adore-footer .footer-payment .payment-methods img {
          height: 25px; } }

.fixCollection {
  margin-top: 11.25rem; }
  @media (max-width: 992px) {
    .fixCollection {
      margin-top: 2.5rem; } }
  .fixCollection .containerz {
    padding: 0 .5rem; }
    @media (max-width: 992px) {
      .fixCollection .containerz {
        padding: 0 1rem; } }
  .fixCollection .title_page {
    text-align: center;
    margin-bottom: 7.5rem !important; }
    @media (max-width: 992px) {
      .fixCollection .title_page {
        margin-bottom: 2.5rem !important; } }
  .fixCollection.fixCollectionBST .collection-description {
    text-align: center; }
    .fixCollection.fixCollectionBST .collection-description img {
      width: 100% !important;
      height: auto !important; }
    .fixCollection.fixCollectionBST .collection-description h2 {
      max-width: 60rem;
      margin: 0 auto;
      margin-bottom: 7.5rem; }
      @media (max-width: 992px) {
        .fixCollection.fixCollectionBST .collection-description h2 {
          margin-bottom: 2.5rem; } }
    .fixCollection.fixCollectionBST .collection-description div:empty, .fixCollection.fixCollectionBST .collection-description p:empty {
      display: none !important; }
    @media (max-width: 992px) {
      .fixCollection.fixCollectionBST .collection-description div {
        grid-template-columns: 1fr !important;
        gap: 2.5rem !important; } }
  .fixCollection.fixCollectionBST .fixCollectionBST-title {
    text-align: center;
    margin-bottom: 5rem; }
    @media (max-width: 992px) {
      .fixCollection.fixCollectionBST .fixCollectionBST-title {
        margin-bottom: 2.5rem; } }
  .fixCollection .bg_collection .coll-head > p {
    font-size: .875rem;
    line-height: 125%;
    margin: 0;
    color: rgba(0, 0, 0, 0.6); }
  .fixCollection .bg_collection .coll-head .coll-sortby {
    width: auto !important; }
    @media (max-width: 992px) {
      .fixCollection .bg_collection .coll-head .coll-sortby {
        padding-left: 0;
        padding-right: 0; } }
    .fixCollection .bg_collection .coll-head .coll-sortby label {
      display: none; }
    .fixCollection .bg_collection .coll-head .coll-sortby #sort-by {
      margin-right: 0 !important; }
    .fixCollection .bg_collection .coll-head .coll-sortby select {
      font-size: .875rem;
      padding: .25rem .75rem;
      color: #000; }
      @media (max-width: 992px) {
        .fixCollection .bg_collection .coll-head .coll-sortby select {
          margin-right: 0; } }
  .fixCollection .bg_collection #open-filter {
    display: none !important; }
  .fixCollection .bg_collection .main_container .category-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem 1.5rem;
    grid-auto-flow: row dense; }
    @media (max-width: 992px) {
      .fixCollection .bg_collection .main_container .category-products {
        grid-template-columns: 1fr 1fr;
        gap: 1rem; } }
    .fixCollection .bg_collection .main_container .category-products > * {
      min-width: 0; }
    .fixCollection .bg_collection .main_container .category-products .item_product_main:has(.highlight) {
      grid-column: span 2;
      grid-row: span 2; }
      .fixCollection .bg_collection .main_container .category-products .item_product_main:has(.highlight) product-card .product-card-gallery .product_image_list .swiper-slide {
        padding-bottom: calc(150% + 2rem) !important; }
  .fixCollection .bg_collection .adore-collection-page-loadmore {
    padding-top: 2.5rem;
    text-align: center;
    grid-column: 1 / -1; }
    .fixCollection .bg_collection .adore-collection-page-loadmore a {
      opacity: 0.6;
      color: #121212;
      text-align: center; }

product-card:hover .product-card-gallery .product_image_list .swiper-button-prev,
product-card:hover .product-card-gallery .product_image_list .swiper-button-next {
  opacity: 1;
  visibility: visible; }

product-card:hover .product-card-gallery .product-card_sizes {
  opacity: 1;
  visibility: visible;
  transform: none; }

product-card:hover .product-card-info .product-card-info-title a {
  text-decoration: underline; }

product-card.product-item-fsale .product-info {
  padding-top: 0;
  background: transparent; }
  product-card.product-item-fsale .product-info .product-price {
    display: flex;
    background: #070707; }
    product-card.product-item-fsale .product-info .product-price .product-price-left {
      padding: 0.5rem 0.75rem;
      flex: 1; }
      product-card.product-item-fsale .product-info .product-price .product-price-left strong {
        color: var(--Body-text-white, #FFF);
        font-family: "Be Vietnam Pro" !important;
        font-size: 1.65rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 2.625rem */
        text-transform: uppercase; }
      product-card.product-item-fsale .product-info .product-price .product-price-left del {
        color: var(--Body-text-white, #FFF);
        font-family: "Be Vietnam Pro" !important;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 125%;
        /* 1.09375rem */
        text-decoration-line: line-through;
        text-transform: uppercase;
        display: block;
        opacity: .6; }
      product-card.product-item-fsale .product-info .product-price .product-price-left sold {
        border-radius: 0.25rem;
        background: var(--Semantic-Warning, #E5A000);
        display: flex;
        padding: var(--S0, 0.25rem) var(--S1, 0.5rem);
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        color: var(--Body-text, #070707);
        /* Body small */
        font-family: "Be Vietnam Pro" !important;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 125%;
        /* 1.09375rem */
        margin-top: 0.75rem; }
    product-card.product-item-fsale .product-info .product-price .product-price-right {
      width: 8rem;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #000;
      color: #FFCC4D;
      text-align: right;
      font-family: "Be Vietnam Pro" !important;
      font-size: 1.75rem;
      font-style: normal;
      font-weight: 500;
      line-height: 150%;
      /* 2.625rem */
      text-transform: uppercase; }
  product-card.product-item-fsale .product-info .product-name a {
    color: #FFF; }

product-card .product-card-gallery {
  overflow: hidden;
  position: relative; }
  product-card .product-card-gallery .swiper-wrapper {
    padding-bottom: 0 !important; }
  product-card .product-card-gallery .product_image_list {
    overflow: hidden;
    position: relative; }
    product-card .product-card-gallery .product_image_list a {
      display: block;
      padding-bottom: 150%; }
      product-card .product-card-gallery .product_image_list a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        inset: 0; }
    product-card .product-card-gallery .product_image_list .swiper-button-prev,
    product-card .product-card-gallery .product_image_list .swiper-button-next {
      width: 3rem;
      height: 3rem;
      background: transparent;
      border: none;
      opacity: 0;
      visibility: hidden; }
      product-card .product-card-gallery .product_image_list .swiper-button-prev:after,
      product-card .product-card-gallery .product_image_list .swiper-button-next:after {
        display: none !important; }
      product-card .product-card-gallery .product_image_list .swiper-button-prev[aria-disabled="true"],
      product-card .product-card-gallery .product_image_list .swiper-button-next[aria-disabled="true"] {
        opacity: .2; }
      product-card .product-card-gallery .product_image_list .swiper-button-prev img,
      product-card .product-card-gallery .product_image_list .swiper-button-next img {
        width: 2rem;
        color: #070707; }
    product-card .product-card-gallery .product_image_list .swiper-button-left {
      left: 0px; }
    product-card .product-card-gallery .product_image_list .swiper-button-next {
      right: 0px; }
  product-card .product-card-gallery .sale-price-label {
    position: absolute;
    top: .5rem;
    right: .5rem;
    color: #070707;
    border: 1px solid #070707;
    padding: .25rem;
    z-index: 9; }
    @media (max-width: 992px) {
      product-card .product-card-gallery .sale-price-label {
        top: .25rem;
        right: .25rem;
        padding: .125rem; } }
  product-card .product-card-gallery .product-card_sizes {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%); }
    product-card .product-card-gallery .product-card_sizes ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      justify-content: center;
      align-items: center; }
      product-card .product-card-gallery .product-card_sizes ul li {
        padding: .62rem;
        cursor: pointer; }
        product-card .product-card-gallery .product-card_sizes ul li:hover {
          text-decoration: underline;
          text-underline-offset: 2px; }

product-card .product-card-info {
  margin-top: .75rem;
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-start;
  gap: .5rem; }
  product-card .product-card-info:has(.product-card-info-color) {
    grid-template-columns: 1fr 100px; }
  @media (max-width: 992px) {
    product-card .product-card-info {
      grid-template-columns: 1fr !important;
      gap: .25rem; } }
  product-card .product-card-info > * {
    min-width: 0; }
  product-card .product-card-info .product-card-info-title h2 {
    line-height: 0 !important;
    margin: 0 !important; }
    product-card .product-card-info .product-card-info-title h2 a {
      font-size: .875rem;
      color: #070707;
      text-transform: uppercase;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      transition: all 0.25s;
      line-height: 1.4;
      -webkit-line-clamp: 1; }
  product-card .product-card-info .product-card-info-color ul {
    display: flex;
    justify-content: flex-end;
    gap: .25rem;
    margin: 0;
    padding: 0;
    list-style: none; }
    product-card .product-card-info .product-card-info-color ul li {
      width: 1.25rem;
      height: 1.25rem;
      border: 1px solid transparent;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
      product-card .product-card-info .product-card-info-color ul li:first-child {
        border-color: #070707; }
      product-card .product-card-info .product-card-info-color ul li span {
        display: inline-block;
        width: .75rem;
        height: .75rem; }
  product-card .product-card-info .product-item-cta .price-box {
    display: none; }

.product-detail-wrapper {
  padding: 0; }
  .product-detail-wrapper .selector-wrapper {
    display: none; }
  .product-detail-wrapper .product-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; }
    .product-detail-wrapper .product-detail-grid > * {
      min-width: 0; }
    @media (max-width: 992px) {
      .product-detail-wrapper .product-detail-grid {
        grid-template-columns: 1fr; } }
    .product-detail-wrapper .product-detail-grid .product-gallery .gallery-images {
      display: flex;
      flex-direction: column; }
      @media (max-width: 992px) {
        .product-detail-wrapper .product-detail-grid .product-gallery .gallery-images {
          flex-direction: row;
          flex-wrap: nowrap;
          overflow: auto hidden; } }
      .product-detail-wrapper .product-detail-grid .product-gallery .gallery-images .gallery-item {
        width: 100%; }
        @media (max-width: 992px) {
          .product-detail-wrapper .product-detail-grid .product-gallery .gallery-images .gallery-item {
            min-width: 85%; } }
        .product-detail-wrapper .product-detail-grid .product-gallery .gallery-images .gallery-item img,
        .product-detail-wrapper .product-detail-grid .product-gallery .gallery-images .gallery-item video {
          width: 100%;
          height: auto;
          display: block;
          object-fit: cover; }
        .product-detail-wrapper .product-detail-grid .product-gallery .gallery-images .gallery-item .gallery-video {
          position: relative;
          width: 100%;
          padding-bottom: 133.33%;
          overflow: hidden; }
          .product-detail-wrapper .product-detail-grid .product-gallery .gallery-images .gallery-item .gallery-video video,
          .product-detail-wrapper .product-detail-grid .product-gallery .gallery-images .gallery-item .gallery-video iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover; }
    .product-detail-wrapper .product-detail-grid .product-info {
      padding: 10% 16px;
      position: sticky;
      top: 0;
      height: min-content;
      max-width: 672px;
      margin: 0 auto; }
      @media (max-width: 992px) {
        .product-detail-wrapper .product-detail-grid .product-info {
          padding: 5% 1rem; } }
      .product-detail-wrapper .product-detail-grid .product-info .product-title {
        margin-bottom: 1.5rem;
        text-align: start; }
      .product-detail-wrapper .product-detail-grid .product-info .product-price-wrapper {
        margin-bottom: 1.5rem; }
        .product-detail-wrapper .product-detail-grid .product-info .product-price-wrapper .product-price {
          display: flex;
          align-items: center;
          gap: 1.5rem;
          flex-wrap: wrap; }
          .product-detail-wrapper .product-detail-grid .product-info .product-price-wrapper .product-price .price-compare {
            color: rgba(0, 0, 0, 0.2);
            text-decoration-line: line-through; }
          .product-detail-wrapper .product-detail-grid .product-info .product-price-wrapper .product-price .price-badge {
            color: #121212;
            border: 1px solid #070707;
            padding: .25rem; }
      .product-detail-wrapper .product-detail-grid .product-info .product-flashsale-label {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px;
        background: var(--fs-bg-gradient);
        margin-bottom: 1.5rem;
        gap: 1rem; }
        @media (max-width: 575px) {
          .product-detail-wrapper .product-detail-grid .product-info .product-flashsale-label {
            flex-direction: column;
            align-items: flex-start;
            gap: 0.75rem; } }
        .product-detail-wrapper .product-detail-grid .product-info .product-flashsale-label .flashsale-label-left .flashsale-text {
          display: inline-block;
          font-size: 14px;
          font-weight: 900;
          text-transform: uppercase;
          line-height: 1; }
          .product-detail-wrapper .product-detail-grid .product-info .product-flashsale-label .flashsale-label-left .flashsale-text img {
            max-height: 1.5rem; }
        .product-detail-wrapper .product-detail-grid .product-info .product-flashsale-label .flashsale-label-right {
          display: flex;
          align-items: center;
          gap: 1.5rem; }
          @media (max-width: 575px) {
            .product-detail-wrapper .product-detail-grid .product-info .product-flashsale-label .flashsale-label-right {
              width: 100%;
              justify-content: space-between;
              gap: 1rem; } }
          .product-detail-wrapper .product-detail-grid .product-info .product-flashsale-label .flashsale-label-right .flashsale-countdown {
            display: flex;
            align-items: center;
            gap: 0.5rem; }
            .product-detail-wrapper .product-detail-grid .product-info .product-flashsale-label .flashsale-label-right .flashsale-countdown .countdown-value {
              color: var(--fs-text-color);
              font-size: 24px;
              font-weight: 900;
              text-transform: uppercase;
              line-height: 1; }
            .product-detail-wrapper .product-detail-grid .product-info .product-flashsale-label .flashsale-label-right .flashsale-countdown .countdown-separator {
              color: var(--fs-text-color);
              font-size: 24px;
              font-weight: 900;
              line-height: 1; }
          .product-detail-wrapper .product-detail-grid .product-info .product-flashsale-label .flashsale-label-right .flashsale-badge {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            padding: 4px 8px 4px 4px;
            background: var(--fs-badge-bg);
            border-radius: 4px; }
            .product-detail-wrapper .product-detail-grid .product-info .product-flashsale-label .flashsale-label-right .flashsale-badge svg {
              width: 24px;
              height: 24px;
              flex-shrink: 0; }
            .product-detail-wrapper .product-detail-grid .product-info .product-flashsale-label .flashsale-label-right .flashsale-badge .flashsale-badge-text {
              color: var(--fs-badge-text);
              font-size: 14px;
              font-style: italic;
              font-weight: 900;
              text-transform: uppercase;
              line-height: 1;
              white-space: nowrap;
              margin-top: 2px; }
      .product-detail-wrapper .product-detail-grid .product-info .product-divider {
        height: 1px;
        background: #070707;
        margin: 25px 0; }
      .product-detail-wrapper .product-detail-grid .product-info #add-item-form .swatch-element-list {
        align-items: center; }
      .product-detail-wrapper .product-detail-grid .product-info #add-item-form .select-swatch {
        margin-bottom: 25px; }
        .product-detail-wrapper .product-detail-grid .product-info #add-item-form .select-swatch .swatch {
          margin-bottom: 1.5rem;
          gap: .75rem; }
          .product-detail-wrapper .product-detail-grid .product-info #add-item-form .select-swatch .swatch:after {
            display: none; }
          .product-detail-wrapper .product-detail-grid .product-info #add-item-form .select-swatch .swatch .header {
            flex: inherit;
            color: #000;
            text-transform: inherit; }
            .product-detail-wrapper .product-detail-grid .product-info #add-item-form .select-swatch .swatch .header .swatch-value {
              display: none; }
          .product-detail-wrapper .product-detail-grid .product-info #add-item-form .select-swatch .swatch .swatch-element-list {
            gap: .75rem; }
            .product-detail-wrapper .product-detail-grid .product-info #add-item-form .select-swatch .swatch .swatch-element-list .swatch-element {
              display: inline-block;
              height: 1.75rem;
              width: 1.75rem; }
              .product-detail-wrapper .product-detail-grid .product-info #add-item-form .select-swatch .swatch .swatch-element-list .swatch-element input {
                display: none; }
              .product-detail-wrapper .product-detail-grid .product-info #add-item-form .select-swatch .swatch .swatch-element-list .swatch-element label {
                display: flex;
                align-items: center;
                justify-content: center;
                min-width: 1.75rem !important;
                height: 1.75rem !important;
                aspect-ratio: 1;
                padding: 0;
                border: 1px solid transparent;
                border-radius: 50%;
                cursor: pointer;
                transition: all 0.3s ease;
                background: #fff;
                margin: 0; }
                .product-detail-wrapper .product-detail-grid .product-info #add-item-form .select-swatch .swatch .swatch-element-list .swatch-element label:hover {
                  border-color: rgba(0, 0, 0, 0.2) !important; }
                .product-detail-wrapper .product-detail-grid .product-info #add-item-form .select-swatch .swatch .swatch-element-list .swatch-element label.sd {
                  background: transparent !important;
                  color: #070707 !important;
                  border-color: black !important; }
                .product-detail-wrapper .product-detail-grid .product-info #add-item-form .select-swatch .swatch .swatch-element-list .swatch-element label:before {
                  display: none; }
              .product-detail-wrapper .product-detail-grid .product-info #add-item-form .select-swatch .swatch .swatch-element-list .swatch-element.soldout {
                opacity: .25; }
                .product-detail-wrapper .product-detail-grid .product-info #add-item-form .select-swatch .swatch .swatch-element-list .swatch-element.soldout label {
                  cursor: not-allowed;
                  position: relative;
                  opacity: 1;
                  color: rgba(0, 0, 0, 0.2); }
                  .product-detail-wrapper .product-detail-grid .product-info #add-item-form .select-swatch .swatch .swatch-element-list .swatch-element.soldout label::after {
                    content: '';
                    position: absolute;
                    top: 50%;
                    left: 10%;
                    right: 10%;
                    height: 1px;
                    z-index: 1111;
                    width: 80%;
                    background: rgba(0, 0, 0, 0.2); }
              .product-detail-wrapper .product-detail-grid .product-info #add-item-form .select-swatch .swatch .swatch-element-list .swatch-element.color {
                width: 1.5rem;
                height: 1.5rem;
                border: 1px solid transparent; }
                .product-detail-wrapper .product-detail-grid .product-info #add-item-form .select-swatch .swatch .swatch-element-list .swatch-element.color:has(.sd), .product-detail-wrapper .product-detail-grid .product-info #add-item-form .select-swatch .swatch .swatch-element-list .swatch-element.color:has(:checked) {
                  border-color: #070707; }
                .product-detail-wrapper .product-detail-grid .product-info #add-item-form .select-swatch .swatch .swatch-element-list .swatch-element.color label {
                  min-width: auto !important;
                  min-height: auto !important;
                  width: auto !important;
                  height: auto !important;
                  padding: 0;
                  margin: .25rem !important;
                  position: relative;
                  border: 1px solid transparent;
                  border-radius: 0 !important;
                  box-shadow: none !important; }
                  .product-detail-wrapper .product-detail-grid .product-info #add-item-form .select-swatch .swatch .swatch-element-list .swatch-element.color label.sd {
                    border-color: transparent; }
          .product-detail-wrapper .product-detail-grid .product-info #add-item-form .select-swatch .swatch .open-size-modal {
            margin-left: auto;
            color: rgba(0, 0, 0, 0.6);
            text-decoration: none !important; }
            .product-detail-wrapper .product-detail-grid .product-info #add-item-form .select-swatch .swatch .open-size-modal:before {
              content: '('; }
            .product-detail-wrapper .product-detail-grid .product-info #add-item-form .select-swatch .swatch .open-size-modal:after {
              content: ')'; }
      .product-detail-wrapper .product-detail-grid .product-info #add-item-form .btn-add-to-cart {
        width: 100%;
        background: #000;
        color: #fff;
        border: none;
        padding: 0 1.5rem;
        height: 3.5rem;
        font-size: 1.125rem;
        font-weight: 500;
        border-radius: 0;
        line-height: 135%;
        cursor: pointer;
        transition: all 0.3s ease;
        margin-bottom: 1.5rem; }
        .product-detail-wrapper .product-detail-grid .product-info #add-item-form .btn-add-to-cart:hover {
          background: #333; }
        .product-detail-wrapper .product-detail-grid .product-info #add-item-form .btn-add-to-cart:disabled {
          background: #999;
          cursor: not-allowed; }
      .product-detail-wrapper .product-detail-grid .product-info #add-item-form .product-contact-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 1.5rem; }
        @media (max-width: 575px) {
          .product-detail-wrapper .product-detail-grid .product-info #add-item-form .product-contact-info {
            flex-direction: column;
            align-items: flex-start; } }
        .product-detail-wrapper .product-detail-grid .product-info #add-item-form .product-contact-info .product-hotline a {
          color: #000;
          font-weight: 400;
          text-decoration: none;
          margin-left: 5px; }
          .product-detail-wrapper .product-detail-grid .product-info #add-item-form .product-contact-info .product-hotline a:hover {
            text-decoration: underline; }
        .product-detail-wrapper .product-detail-grid .product-info #add-item-form .product-contact-info .product-store-link {
          font-weight: 400;
          color: rgba(0, 0, 0, 0.6); }
          .product-detail-wrapper .product-detail-grid .product-info #add-item-form .product-contact-info .product-store-link:hover {
            color: #121212; }
      .product-detail-wrapper .product-detail-grid .product-info .product-info-tabs .tab-header {
        display: flex;
        gap: 1.5rem;
        margin-bottom: 1.5rem; }
        .product-detail-wrapper .product-detail-grid .product-info .product-info-tabs .tab-header .tab-btn {
          background: none;
          border: none;
          padding: 0;
          border-bottom: 1px solid transparent;
          transition: all 0.3s ease;
          color: rgba(0, 0, 0, 0.6);
          font-weight: 500; }
          .product-detail-wrapper .product-detail-grid .product-info .product-info-tabs .tab-header .tab-btn:hover {
            color: #121212; }
          .product-detail-wrapper .product-detail-grid .product-info .product-info-tabs .tab-header .tab-btn.active {
            color: #121212;
            border-bottom-color: #121212; }
      .product-detail-wrapper .product-detail-grid .product-info .product-info-tabs .tab-content {
        display: block; }
        .product-detail-wrapper .product-detail-grid .product-info .product-info-tabs .tab-content .tab-panel {
          display: none; }
          .product-detail-wrapper .product-detail-grid .product-info .product-info-tabs .tab-content .tab-panel.active {
            display: block; }
        .product-detail-wrapper .product-detail-grid .product-info .product-info-tabs .tab-content .product-description ul {
          margin: 10px 0;
          padding-left: 20px; }
          .product-detail-wrapper .product-detail-grid .product-info .product-info-tabs .tab-content .product-description ul li {
            margin-bottom: 5px; }
            .product-detail-wrapper .product-detail-grid .product-info .product-info-tabs .tab-content .product-description ul li::marker {
              color: #000; }

.adore-product-recommend {
  padding: 10rem 0;
  background: #fff; }
  @media (max-width: 992px) {
    .adore-product-recommend {
      padding: 2.5rem 1rem; } }
  .adore-product-recommend .product-recommend-wrapper {
    display: grid;
    max-width: 100vw;
    grid-template-columns: 1fr 28.6rem 1fr;
    gap: 1.5rem;
    align-items: center; }
    @media (max-width: 992px) {
      .adore-product-recommend .product-recommend-wrapper {
        grid-template-columns: 1fr; } }
    .adore-product-recommend .product-recommend-wrapper > * {
      min-width: 0; }
  .adore-product-recommend .product-recommend-title-left {
    padding: 10%;
    text-align: center;
    text-transform: initial; }
    @media (max-width: 992px) {
      .adore-product-recommend .product-recommend-title-left {
        padding: 0; } }
    .adore-product-recommend .product-recommend-title-left .recommend-title {
      margin-bottom: 1.5rem; }
    .adore-product-recommend .product-recommend-title-left p, .adore-product-recommend .product-recommend-title-left b {
      text-transform: initial;
      letter-spacing: .5px;
      font-family: "Be Vietnam Pro", sans-serif !important; }
  .adore-product-recommend .product-recommend-title-right {
    padding: 10%;
    text-align: center; }
    .adore-product-recommend .product-recommend-title-right h2 {
      margin-bottom: 1.5rem;
      text-align: center;
      /* Body base UP */
      font-family: "Be Vietnam Pro", sans-serif !important;
      font-size: 1rem;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      /* 1.5rem */
      text-transform: uppercase; }
    .adore-product-recommend .product-recommend-title-right p {
      margin-bottom: 1.5rem;
      display: flex;
      flex-wrap: wrap;
      gap: .5rem;
      justify-content: center;
      align-items: center; }
      .adore-product-recommend .product-recommend-title-right p .new-price {
        color: var(--Body-text, #070707);
        text-align: center;
        /* Body strong */
        font-family: "Be Vietnam Pro";
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; }
      .adore-product-recommend .product-recommend-title-right p .compare-price {
        font-family: "Be Vietnam Pro" !important;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 125%;
        /* 1.09375rem */
        text-decoration-line: line-through;
        text-transform: uppercase;
        opacity: .6;
        display: none !important; }
      .adore-product-recommend .product-recommend-title-right p .sale-price {
        padding: .25rem;
        border: 1px solid rgba(0, 0, 0, 0.6);
        line-height: 1;
        border-radius: .125rem;
        display: none !important; }
    .adore-product-recommend .product-recommend-title-right button {
      max-width: 22.5rem;
      width: 100%; }
  .adore-product-recommend .product-recommend-slider {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 3rem; }
    .adore-product-recommend .product-recommend-slider product-card .product-card-info {
      display: block; }
      .adore-product-recommend .product-recommend-slider product-card .product-card-info .product-card-info-title {
        display: none; }
      .adore-product-recommend .product-recommend-slider product-card .product-card-info .product-card-info-color ul {
        width: 100%;
        justify-content: center; }
  .adore-product-recommend .swiper-outside {
    position: relative; }
  .adore-product-recommend .product-recommend-prev {
    left: -4rem; }
  .adore-product-recommend .product-recommend-next {
    right: -4rem; }
  .adore-product-recommend .product-recommend-prev,
  .adore-product-recommend .product-recommend-next {
    width: 3rem;
    height: 3rem;
    background: transparent;
    border: none; }
    .adore-product-recommend .product-recommend-prev:after,
    .adore-product-recommend .product-recommend-next:after {
      display: none !important; }
    @media (max-width: 992px) {
      .adore-product-recommend .product-recommend-prev,
      .adore-product-recommend .product-recommend-next {
        display: none !important; } }
  .adore-product-recommend .swiper-pagination {
    bottom: 0; }

.adore-product-suggestion {
  background: #fff;
  padding: 10rem 0 5rem; }
  @media (max-width: 992px) {
    .adore-product-suggestion {
      padding: 5rem 0 2.5rem; } }
  .adore-product-suggestion .product-suggestion-wrapper .suggestion-title {
    text-align: center;
    margin-bottom: 5rem; }
    @media (max-width: 992px) {
      .adore-product-suggestion .product-suggestion-wrapper .suggestion-title {
        margin-bottom: 2.5rem; } }
  .adore-product-suggestion .product-suggestion-wrapper .suggestion-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px; }
    .adore-product-suggestion .product-suggestion-wrapper .suggestion-grid > * {
      min-width: 0; }
    @media (max-width: 1024px) {
      .adore-product-suggestion .product-suggestion-wrapper .suggestion-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px; } }
    @media (max-width: 768px) {
      .adore-product-suggestion .product-suggestion-wrapper .suggestion-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px; } }
    @media (max-width: 480px) {
      .adore-product-suggestion .product-suggestion-wrapper .suggestion-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px; } }
    .adore-product-suggestion .product-suggestion-wrapper .suggestion-grid .suggestion-item {
      width: 100%; }
  .adore-product-suggestion .product-suggestion-wrapper .suggestion-empty {
    text-align: center;
    font-size: 15px;
    color: #666;
    padding: 40px 20px;
    grid-column: 1 / -1; }

.adore-blog-page .adore-blog-page-head {
  padding: 11.25rem 0 7.5rem;
  text-align: center; }
  @media (max-width: 992px) {
    .adore-blog-page .adore-blog-page-head {
      padding: 2.5rem 1rem; } }

.adore-blog-page .adore-blog-page-wrap {
  display: flex;
  flex-direction: column;
  gap: 5rem; }
  @media (max-width: 992px) {
    .adore-blog-page .adore-blog-page-wrap {
      gap: 2.5rem; } }

.adore-blog-page .adore-blog-page-loadmore {
  margin: 5rem 0 7.5rem;
  text-align: center; }
  @media (max-width: 992px) {
    .adore-blog-page .adore-blog-page-loadmore {
      margin: 2.5rem 0; } }
  .adore-blog-page .adore-blog-page-loadmore .adore-blog-page-loadmore-button {
    opacity: 0.6; }

.adore-blog-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center; }
  @media (max-width: 992px) {
    .adore-blog-item {
      grid-template-columns: 1fr;
      gap: 1rem; } }
  .adore-blog-item > * {
    min-width: 0; }
  .adore-blog-item .adore-blog-item-content {
    margin: 0 auto;
    max-width: 40rem;
    width: 100%; }
    .adore-blog-item .adore-blog-item-content .adore-blog-item-title {
      margin-bottom: 1.5rem; }
      @media (max-width: 992px) {
        .adore-blog-item .adore-blog-item-content .adore-blog-item-title {
          margin-bottom: 1rem; } }
      .adore-blog-item .adore-blog-item-content .adore-blog-item-title a:hover {
        text-decoration: underline; }
    .adore-blog-item .adore-blog-item-content .adore-blog-item-date {
      color: var(--Label-text, rgba(0, 0, 0, 0.6)); }
  .adore-blog-item .adore-blog-item-images .adore-blog-item-swiper {
    margin-right: -10px; }
    .adore-blog-item .adore-blog-item-images .adore-blog-item-swiper .swiper-slide {
      width: auto; }
  .adore-blog-item .adore-blog-item-images img {
    max-width: 100%;
    height: auto;
    width: 100%; }
    @media (min-width: 1200px) {
      .adore-blog-item .adore-blog-item-images img {
        height: 560px;
        width: auto; } }
    @media (max-width: 992px) {
      .adore-blog-item .adore-blog-item-images img {
        height: 240px; } }

.adore-article-detail .adore-article-main {
  padding: 7.5rem 0; }
  @media (max-width: 992px) {
    .adore-article-detail .adore-article-main {
      padding: 2.5rem 0; } }
  .adore-article-detail .adore-article-main .adore-article-header .adore-article-title {
    max-width: 60rem;
    text-align: center;
    margin: 0 auto 1.5rem;
    text-transform: initial; }
  .adore-article-detail .adore-article-main .adore-article-header .adore-article-date {
    text-align: center;
    color: #121212;
    opacity: .6;
    margin-bottom: 5rem; }
    @media (max-width: 992px) {
      .adore-article-detail .adore-article-main .adore-article-header .adore-article-date {
        margin-bottom: 2.5rem; } }
  .adore-article-detail .adore-article-main .adore-article-content {
    max-width: 45rem;
    margin: 0 auto;
    font-weight: 400;
    font-size: 18px; }

.adore-article-detail .adore-article-related .adore-article-related-title {
  margin: 7.5rem 0 5rem;
  text-align: center; }
  @media (max-width: 992px) {
    .adore-article-detail .adore-article-related .adore-article-related-title {
      margin: 2.5rem 1rem; } }

.adore-article-detail .adore-article-related .adore-article-related-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem; }
  @media (max-width: 992px) {
    .adore-article-detail .adore-article-related .adore-article-related-list {
      grid-template-columns: 1fr;
      gap: 2.5rem; } }
  .adore-article-detail .adore-article-related .adore-article-related-list > * {
    min-width: 0; }
  .adore-article-detail .adore-article-related .adore-article-related-list .adore-article-related-item .adore-article-related-item-title {
    margin-bottom: 1.5rem;
    text-align: center; }
    .adore-article-detail .adore-article-related .adore-article-related-list .adore-article-related-item .adore-article-related-item-title a {
      text-align: center;
      font-weight: 400;
      color: #070707; }
      .adore-article-detail .adore-article-related .adore-article-related-list .adore-article-related-item .adore-article-related-item-title a:hover {
        text-decoration: underline; }
  .adore-article-detail .adore-article-related .adore-article-related-list .adore-article-related-item .adore-article-related-item-date {
    text-align: center;
    color: #121212;
    opacity: .6; }

.adore-collection-list {
  background: #fff;
  padding: 0 1.5rem; }
  .adore-collection-list .collection-list-title {
    padding: 11.25rem 0 7.5rem;
    text-align: center; }
    @media (max-width: 992px) {
      .adore-collection-list .collection-list-title {
        padding: 2.5rem 0; } }
  .adore-collection-list .collection-list-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem; }
    @media (max-width: 992px) {
      .adore-collection-list .collection-list-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: .75rem; } }
    @media (max-width: 576px) {
      .adore-collection-list .collection-list-grid {
        grid-template-columns: 1fr;
        gap: 0; } }
    .adore-collection-list .collection-list-grid > * {
      min-width: 0; }
    .adore-collection-list .collection-list-grid .collection-item:first-child {
      grid-column: 1 / -1; }
  .adore-collection-list .collection-item {
    position: relative;
    display: block;
    overflow: hidden; }
    .adore-collection-list .collection-item:hover .collection-overlay {
      background: rgba(0, 0, 0, 0.4); }
      .adore-collection-list .collection-item:hover .collection-overlay .collection-title {
        color: #FFF !important;
        text-decoration: underline !important;
        text-underline-offset: .75rem; }
  .adore-collection-list .collection-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease; }
  .adore-collection-list .collection-overlay {
    background: transparent;
    transition: all .5s;
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
  .adore-collection-list .collection-title {
    color: #070707;
    text-transform: uppercase;
    margin: 0;
    width: 100%;
    text-align: center;
    transition: all .5s; }

.adore-store-locator {
  padding: 7.5rem 0;
  min-height: 100vh; }
  @media (max-width: 992px) {
    .adore-store-locator {
      padding: 2.5rem 0; } }
  .adore-store-locator__title {
    text-align: center;
    margin-bottom: 7.5rem; }
    @media (max-width: 992px) {
      .adore-store-locator__title {
        margin-bottom: 3.75rem; } }
    @media (max-width: 767px) {
      .adore-store-locator__title {
        margin-bottom: 2.5rem; } }
  .adore-store-locator__container {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start; }
    @media (max-width: 992px) {
      .adore-store-locator__container {
        flex-direction: column;
        gap: 2rem; } }
  .adore-store-locator__left {
    width: 17.5rem;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    border: 1px solid #070707; }
    @media (max-width: 992px) {
      .adore-store-locator__left {
        width: 100%; } }
  .adore-store-locator__city-item {
    border-bottom: 1px solid #070707; }
    .adore-store-locator__city-item:last-child {
      border-bottom: none; }
    .adore-store-locator__city-item-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0.75rem 1rem;
      cursor: pointer;
      transition: background-color 0.2s ease;
      border-bottom: 1px solid #070707; }
      .adore-store-locator__city-item-header:hover {
        background-color: rgba(0, 0, 0, 0.02); }
      .adore-store-locator__city-item-header--expanded {
        border-bottom: 1px solid #070707; }
    .adore-store-locator__city-item-title {
      font-family: 'Be Vietnam Pro', sans-serif !important;
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.5;
      color: #070707;
      text-transform: uppercase;
      margin: 0; }
    .adore-store-locator__city-item-icon {
      width: 1.5rem;
      height: 1.5rem;
      flex-shrink: 0;
      transition: transform 0.3s ease; }
      .adore-store-locator__city-item-icon img {
        width: 100%;
        height: 100%;
        display: block; }
      .adore-store-locator__city-item-icon--expanded {
        transform: rotate(180deg); }
    .adore-store-locator__city-item-body {
      display: none;
      flex-direction: column;
      padding: 0.5rem 1rem;
      max-height: 26.25rem;
      overflow-y: auto;
      position: relative; }
      .adore-store-locator__city-item-body::-webkit-scrollbar {
        width: 0.25rem; }
      .adore-store-locator__city-item-body::-webkit-scrollbar-track {
        background: transparent; }
      .adore-store-locator__city-item-body::-webkit-scrollbar-thumb {
        background: #bbbbbb;
        border-radius: 0.125rem; }
      .adore-store-locator__city-item-body--expanded {
        display: flex; }
    .adore-store-locator__city-item-store {
      display: flex;
      flex-direction: column;
      gap: 0.75rem;
      padding: 0.75rem 0;
      cursor: pointer;
      transition: color 0.2s ease; }
      .adore-store-locator__city-item-store:not(:last-child) {
        border-bottom: 1px solid rgba(7, 7, 7, 0.5);
        margin-bottom: 0; }
      .adore-store-locator__city-item-store--active {
        color: #D84144; }
        .adore-store-locator__city-item-store--active .adore-store-locator__city-item-store-address,
        .adore-store-locator__city-item-store--active .adore-store-locator__city-item-store-phone {
          color: #d84144; }
      .adore-store-locator__city-item-store:hover {
        color: #d84144; }
    .adore-store-locator__city-item-store-address, .adore-store-locator__city-item-store-phone {
      font-family: 'Be Vietnam Pro', sans-serif;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #070707;
      margin: 0;
      transition: color 0.2s ease; }
  .adore-store-locator__right {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem; }
    @media (max-width: 992px) {
      .adore-store-locator__right {
        width: 100%; } }
  .adore-store-locator__map {
    width: 100%;
    height: 35.9375rem;
    overflow: hidden;
    background-color: #f5f5f5; }
    .adore-store-locator__map iframe {
      width: 100%;
      height: 100%;
      border: none;
      display: block; }
    @media (max-width: 992px) {
      .adore-store-locator__map {
        height: 25rem; } }
    @media (max-width: 767px) {
      .adore-store-locator__map {
        height: 18.75rem; } }
  .adore-store-locator__loading {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 3.75rem 1.25rem;
    min-height: 25rem; }
    .adore-store-locator__loading-icon {
      width: 3rem;
      height: 3rem;
      animation: spin 1s linear infinite; }
      .adore-store-locator__loading-icon svg {
        width: 100%;
        height: 100%; }
  .adore-store-locator__not-found {
    display: none;
    text-align: center;
    padding: 3.75rem 1.25rem;
    color: #070707;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 1rem; }
    .adore-store-locator__not-found--show {
      display: block; }
  .adore-store-locator--loading .adore-store-locator__loading {
    display: flex; }
  .adore-store-locator--loading .adore-store-locator__container {
    display: none; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.adore-footer .footer-payment .payment-title {
  font-size: 14px !important; }

.adore-page-default {
  padding-bottom: 7.5rem; }
  @media (max-width: 992px) {
    .adore-page-default {
      padding-bottom: 2.5rem;
      padding-left: 1rem;
      padding-right: 1rem; } }
  .adore-page-default__header {
    padding: 7.5rem 0;
    text-align: center; }
    @media (max-width: 992px) {
      .adore-page-default__header {
        padding: 5rem 0 3.75rem; } }
    @media (max-width: 767px) {
      .adore-page-default__header {
        padding: 2.5rem 0; } }
  .adore-page-default__title {
    margin: 0; }
  .adore-page-default__description {
    max-width: 60rem;
    margin: 0 auto;
    font-size: 18px; }

.adore-collection-list .collection-item:hover .collection-overlay .collection-title {
  text-decoration-color: #fff; }

.adore-collection-list .collection-item .collection-overlay .collection-title {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: .75rem; }
