/* Bigstore V8: premium-neutral responsive banners and product cards. */
body.bigstore-luxe-ui {
  --bigstore-v8-page: #f6f3ee;
  --bigstore-v8-surface: #fffdf9;
  --bigstore-v8-ink: #24201c;
  --bigstore-v8-muted: #70675d;
  --bigstore-v8-line: rgba(36, 32, 28, 0.11);
  --bigstore-v8-accent-soft: #efe4d5;
  --bigstore-v8-shadow: 0 18px 42px rgba(36, 32, 28, 0.08);
  background: var(--bigstore-v8-page) !important;
  color: var(--bigstore-v8-ink);
}

body.bigstore-luxe-ui .bigstore-homepage {
  background: linear-gradient(180deg, #f7f4ef 0%, #fffdf9 32%, #f6f3ee 100%) !important;
}

body.bigstore-luxe-ui .bigstore-homepage > section,
body.bigstore-luxe-ui .bigstore-home-showcase,
body.bigstore-luxe-ui #bigstore-showcase-1,
body.bigstore-luxe-ui #bigstore-showcase-2,
body.bigstore-luxe-ui #bigstore-showcase-3,
body.bigstore-luxe-ui #bigstore-showcase-4,
body.bigstore-luxe-ui #bigstore-bestsellers {
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.95) 0%, rgba(246, 243, 238, 0.98) 100%) !important;
}

body.bigstore-luxe-ui .bigstore-home-hero {
  padding-block: clamp(22px, 3.2vw, 42px) !important;
}

body.bigstore-luxe-ui .bigstore-home-hero__stage {
  aspect-ratio: 16 / 5.35 !important;
  min-height: 430px !important;
  max-height: 650px !important;
  border-radius: clamp(18px, 2vw, 30px) !important;
  border: 1px solid rgba(255, 255, 255, 0.74) !important;
  background: #e7e0d5 !important;
  box-shadow: 0 22px 58px rgba(36, 32, 28, 0.13) !important;
}

body.bigstore-luxe-ui .bigstore-hero-slide__media,
body.bigstore-luxe-ui .bigstore-support-banner__media,
body.bigstore-luxe-ui .bigstore-home-showcase__media,
body.bigstore-luxe-ui .bigstore-panorama-banner__media {
  background: linear-gradient(135deg, #eee7dc 0%, #f8f5ef 100%) !important;
}

body.bigstore-luxe-ui .bigstore-hero-slide__media img,
body.bigstore-luxe-ui .bigstore-support-banner__media img,
body.bigstore-luxe-ui .bigstore-home-showcase__media img,
body.bigstore-luxe-ui .bigstore-panorama-banner__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: var(--bigstore-image-position, center center) !important;
}

body.bigstore-luxe-ui .bigstore-hero-slide__veil,
body.bigstore-luxe-ui .bigstore-support-banner__veil,
body.bigstore-luxe-ui .bigstore-home-showcase__veil,
body.bigstore-luxe-ui .bigstore-panorama-banner__veil {
  background:
    linear-gradient(90deg, rgba(18, 15, 12, 0.2), rgba(18, 15, 12, 0.02) 48%, rgba(18, 15, 12, 0.24)),
    linear-gradient(180deg, rgba(18, 15, 12, 0.02), rgba(18, 15, 12, 0.14)) !important;
}

body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__content,
body.bigstore-luxe-ui .bigstore-home-showcase__content,
body.bigstore-luxe-ui #bigstore-showcase-1 .bigstore-home-showcase__content,
body.bigstore-luxe-ui .bigstore-panorama-banner__content,
body.bigstore-luxe-ui .bigstore-support-banner__content {
  right: clamp(18px, 2.4vw, 34px) !important;
  bottom: clamp(18px, 2.4vw, 34px) !important;
  left: auto !important;
  width: auto !important;
  max-width: calc(100% - 36px) !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.bigstore-luxe-ui .bigstore-homepage .bigstore-button,
body.bigstore-luxe-ui .bigstore-homepage .bigstore-section-heading__link,
body.bigstore-luxe-ui .bigstore-spotlight-card__cta {
  min-height: 42px !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

body.bigstore-luxe-ui .bigstore-homepage .bigstore-button--solid,
body.bigstore-luxe-ui .bigstore-homepage .bigstore-button--ghost {
  padding-inline: clamp(18px, 2.2vw, 30px) !important;
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
  background: rgba(255, 253, 249, 0.94) !important;
  color: var(--bigstore-v8-ink) !important;
  box-shadow: 0 12px 28px rgba(18, 15, 12, 0.18) !important;
}

body.bigstore-luxe-ui .bigstore-home-hero__footer {
  right: auto !important;
  left: clamp(18px, 2.4vw, 34px) !important;
  bottom: clamp(18px, 2.4vw, 34px) !important;
}

body.bigstore-luxe-ui .bigstore-home-spotlight {
  padding-block: clamp(36px, 5vw, 72px) !important;
}

body.bigstore-luxe-ui .bigstore-spotlight__header {
  align-items: flex-end !important;
  margin-bottom: clamp(18px, 3vw, 30px) !important;
}

body.bigstore-luxe-ui .bigstore-spotlight-card,
body.bigstore-luxe-ui .bigstore-spotlight-card--wide,
body.bigstore-luxe-ui .bigstore-spotlight-card--tall,
body.bigstore-luxe-ui .bigstore-spotlight-card--small {
  border-radius: 14px !important;
  box-shadow: 0 14px 32px rgba(36, 32, 28, 0.08) !important;
}

body.bigstore-luxe-ui .bigstore-spotlight-card__panel {
  inset: auto 10px 10px !important;
  border-radius: 10px !important;
  background: rgba(255, 253, 249, 0.92) !important;
  border: 1px solid rgba(255, 255, 255, 0.68) !important;
}

body.bigstore-luxe-ui .bigstore-home-showcase,
body.bigstore-luxe-ui #bigstore-bestsellers {
  padding-block: clamp(40px, 5.4vw, 82px) !important;
}

body.bigstore-luxe-ui .bigstore-home-showcase__grid,
body.bigstore-luxe-ui #bigstore-showcase-1 .bigstore-home-showcase__grid {
  border-radius: 18px !important;
  border: 1px solid var(--bigstore-v8-line) !important;
  background: rgba(255, 253, 249, 0.78) !important;
  box-shadow: var(--bigstore-v8-shadow) !important;
}

body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-horizontal .bigstore-home-showcase__story,
body.bigstore-luxe-ui #bigstore-showcase-1.bigstore-home-showcase.is-banner-horizontal .bigstore-home-showcase__story {
  aspect-ratio: 16 / 5.2 !important;
  max-height: 380px !important;
  border-radius: 14px !important;
}

body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-vertical .bigstore-home-showcase__story {
  aspect-ratio: 4 / 5 !important;
  min-height: 100% !important;
  border-radius: 14px !important;
}

body.bigstore-luxe-ui .bigstore-support-banner,
body.bigstore-luxe-ui .bigstore-panorama-banner {
  aspect-ratio: 16 / 5.6 !important;
  min-height: 260px !important;
  max-height: 460px !important;
  border-radius: 16px !important;
  box-shadow: var(--bigstore-v8-shadow) !important;
}

body.bigstore-luxe-ui .bigstore-section-heading__title,
body.bigstore-luxe-ui .bigstore-showcase-pane__header h3 {
  color: var(--bigstore-v8-ink) !important;
  letter-spacing: 0 !important;
}

body.bigstore-luxe-ui .bigstore-section-heading__description,
body.bigstore-luxe-ui .bigstore-showcase-pane__header p {
  color: var(--bigstore-v8-muted) !important;
}

body.bigstore-luxe-ui .bigstore-showcase-tab {
  min-height: 42px !important;
  border-radius: 999px !important;
  background: var(--bigstore-v8-surface) !important;
  border: 1px solid var(--bigstore-v8-line) !important;
  color: var(--bigstore-v8-ink) !important;
  white-space: nowrap !important;
}

body.bigstore-luxe-ui .bigstore-showcase-tab.is-active,
body.bigstore-luxe-ui .bigstore-showcase-tab:hover {
  background: var(--bigstore-v8-ink) !important;
  border-color: var(--bigstore-v8-ink) !important;
  color: #fffdf9 !important;
}

body.bigstore-luxe-ui .bigstore-homepage .bigstore-showcase-pane ul.products,
body.bigstore-luxe-ui .bigstore-homepage .bigstore-home-products ul.products,
body.bigstore-luxe-ui.woocommerce-shop ul.products,
body.bigstore-luxe-ui.post-type-archive-product ul.products,
body.bigstore-luxe-ui.tax-product_cat ul.products {
  display: grid !important;
  gap: clamp(18px, 2vw, 28px) !important;
  margin: 0 !important;
  list-style: none !important;
}

body.bigstore-luxe-ui .bigstore-homepage .bigstore-showcase-pane ul.products {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.bigstore-luxe-ui .bigstore-homepage .bigstore-home-products ul.products,
body.bigstore-luxe-ui.woocommerce-shop ul.products,
body.bigstore-luxe-ui.post-type-archive-product ul.products,
body.bigstore-luxe-ui.tax-product_cat ul.products {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.bigstore-luxe-ui .products li.product {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.bigstore-luxe-ui .products li.product .product-wrapper {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  overflow: hidden !important;
  border: 1px solid var(--bigstore-v8-line) !important;
  border-radius: 8px !important;
  background: var(--bigstore-v8-surface) !important;
  box-shadow: 0 10px 28px rgba(36, 32, 28, 0.06) !important;
  transform: none !important;
}

body.bigstore-luxe-ui .products li.product .product-wrapper:hover {
  border-color: rgba(156, 115, 71, 0.26) !important;
  box-shadow: 0 16px 36px rgba(36, 32, 28, 0.1) !important;
  transform: translateY(-2px) !important;
}

body.bigstore-luxe-ui .products li.product .product-image {
  position: relative !important;
  padding: 10px 10px 0 !important;
}

body.bigstore-luxe-ui .products li.product .product-image .woocommerce-LoopProduct-link {
  display: block !important;
  overflow: hidden !important;
  border-radius: 8px !important;
  background: #f1eee8 !important;
}

body.bigstore-luxe-ui .products li.product .product-image img {
  width: 100% !important;
  aspect-ratio: 4 / 5 !important;
  height: auto !important;
  margin: 0 !important;
  object-fit: cover !important;
  object-position: center top !important;
  transform: none !important;
}

body.bigstore-luxe-ui .products li.product .whishlist-button,
body.bigstore-luxe-ui .products li.product .wishlist-button,
body.bigstore-luxe-ui .products li.product .yith-wcwl-add-to-wishlist {
  position: absolute !important;
  top: 16px !important;
  left: 16px !important;
  right: auto !important;
  z-index: 5 !important;
  margin: 0 !important;
}

body.bigstore-luxe-ui .products li.product .whishlist-button a,
body.bigstore-luxe-ui .products li.product .wishlist-button a,
body.bigstore-luxe-ui .products li.product .yith-wcwl-add-to-wishlist a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  height: 34px !important;
  min-height: 34px !important;
  padding: 0 !important;
  border: 1px solid rgba(36, 32, 28, 0.12) !important;
  border-radius: 999px !important;
  background: rgba(255, 253, 249, 0.86) !important;
  color: var(--bigstore-v8-ink) !important;
  box-shadow: 0 8px 18px rgba(36, 32, 28, 0.11) !important;
}

body.bigstore-luxe-ui .products li.product .product-info {
  flex: 1 1 auto !important;
  padding: 12px 14px 4px !important;
  text-align: right !important;
}

body.bigstore-luxe-ui .products li.product .product-title {
  min-height: calc(1.55em * 2) !important;
  margin: 8px 0 0 !important;
  color: var(--bigstore-v8-ink) !important;
  font-size: clamp(15px, 1.06vw, 17px) !important;
  font-weight: 700 !important;
  line-height: 1.55 !important;
}

body.bigstore-luxe-ui .products li.product .product-title a {
  display: -webkit-box !important;
  overflow: hidden !important;
  color: inherit !important;
  text-decoration: none !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.bigstore-luxe-ui .products li.product .bigstore-product-context {
  justify-content: flex-start !important;
  gap: 6px !important;
  margin: 0 0 8px !important;
}

body.bigstore-luxe-ui .products li.product .bigstore-product-context__department,
body.bigstore-luxe-ui .products li.product .bigstore-product-context__term,
body.bigstore-luxe-ui .products li.product .bigstore-curated-flag,
body.bigstore-luxe-ui .product-labels span {
  min-height: 24px !important;
  padding: 0 9px !important;
  border-radius: 999px !important;
  background: var(--bigstore-v8-accent-soft) !important;
  color: #7a5732 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

body.bigstore-luxe-ui .products li.product .bigstore-product-context__term {
  background: #f2eee7 !important;
  color: var(--bigstore-v8-muted) !important;
}

body.bigstore-luxe-ui .products li.product .bigstore-curated-flag {
  top: 16px !important;
  right: 16px !important;
  z-index: 5 !important;
  background: rgba(36, 32, 28, 0.88) !important;
  color: #fffdf9 !important;
}

body.bigstore-luxe-ui .products li.product .product-price-buttons {
  margin-top: auto !important;
  padding: 4px 14px 14px !important;
}

body.bigstore-luxe-ui .products li.product .product-price {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  min-height: 30px !important;
  margin: 0 0 10px !important;
}

body.bigstore-luxe-ui .products li.product .price {
  color: var(--bigstore-v8-ink) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

body.bigstore-luxe-ui .products li.product .price del {
  color: var(--bigstore-v8-muted) !important;
  font-size: 0.88em !important;
}

body.bigstore-luxe-ui .products li.product .product-buttons,
body.bigstore-luxe-ui .products li.product .cart-button {
  width: 100% !important;
}

body.bigstore-luxe-ui .products li.product .add_to_cart_button,
body.bigstore-luxe-ui .products li.product .product_type_simple,
body.bigstore-luxe-ui .products li.product .product_type_variable,
body.bigstore-luxe-ui .products li.product .product_type_external,
body.bigstore-luxe-ui .products li.product .button,
body.bigstore-luxe-ui .products li.product .added_to_cart {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  width: 100% !important;
  min-height: 40px !important;
  padding: 0 12px !important;
  overflow: hidden !important;
  border: 1px solid var(--bigstore-v8-ink) !important;
  border-radius: 6px !important;
  background: var(--bigstore-v8-ink) !important;
  color: #fffdf9 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  box-shadow: none !important;
}

body.bigstore-luxe-ui .products li.product .cart-button a::before {
  position: static !important;
  display: inline-flex !important;
  margin: 0 0 0 5px !important;
  line-height: 1 !important;
}

@media (max-width: 1199px) {
  body.bigstore-luxe-ui .bigstore-home-hero__stage {
    aspect-ratio: 16 / 6.2 !important;
    min-height: 360px !important;
  }

  body.bigstore-luxe-ui .bigstore-homepage .bigstore-home-products ul.products,
  body.bigstore-luxe-ui.woocommerce-shop ul.products,
  body.bigstore-luxe-ui.post-type-archive-product ul.products,
  body.bigstore-luxe-ui.tax-product_cat ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 991px) {
  body.bigstore-luxe-ui .site-header .header-main {
    min-height: 66px !important;
  }

  body.bigstore-luxe-ui .site-header .mobile-logo {
    display: inline-grid !important;
    min-width: 104px !important;
    padding: 4px 8px !important;
    border: 1px solid rgba(36, 32, 28, 0.1) !important;
    border-radius: 8px !important;
    background: rgba(255, 253, 249, 0.92) !important;
    color: var(--bigstore-v8-ink) !important;
    text-align: right !important;
    line-height: 1.05 !important;
  }

  body.bigstore-luxe-ui .site-header .mobile-logo img {
    display: none !important;
  }

  body.bigstore-luxe-ui .site-header .mobile-logo::before {
    content: "Big Store";
    font-size: 15px;
    font-weight: 900;
  }

  body.bigstore-luxe-ui .site-header .mobile-logo::after {
    content: "بيج ستور";
    color: var(--bigstore-v8-muted);
    font-size: 13px;
    font-weight: 800;
  }

  body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-vertical .bigstore-home-showcase__grid,
  body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-horizontal .bigstore-home-showcase__grid {
    grid-template-columns: 1fr !important;
  }

  body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-vertical.is-reverse .bigstore-home-showcase__story,
  body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-vertical.is-reverse .bigstore-home-showcase__products {
    order: initial !important;
  }

  body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-vertical .bigstore-home-showcase__story,
  body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-horizontal .bigstore-home-showcase__story,
  body.bigstore-luxe-ui #bigstore-showcase-1.bigstore-home-showcase.is-banner-horizontal .bigstore-home-showcase__story,
  body.bigstore-luxe-ui .bigstore-support-banner,
  body.bigstore-luxe-ui .bigstore-panorama-banner {
    aspect-ratio: 16 / 7.4 !important;
    min-height: 230px !important;
    max-height: none !important;
  }

  body.bigstore-luxe-ui .bigstore-homepage .bigstore-showcase-pane ul.products,
  body.bigstore-luxe-ui .bigstore-homepage .bigstore-home-products ul.products,
  body.bigstore-luxe-ui.woocommerce-shop ul.products,
  body.bigstore-luxe-ui.post-type-archive-product ul.products,
  body.bigstore-luxe-ui.tax-product_cat ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}


/* == TABLET HERO FIX: 768px-991px == */
@media (min-width: 768px) and (max-width: 991px) {
  body.bigstore-luxe-ui .bigstore-home-hero__stage {
    aspect-ratio: 16 / 8 !important;
    min-height: 280px !important;
    max-height: 520px !important;
    border-radius: 20px !important;
  }

  body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__media img,
  body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__image,
  body.bigstore-luxe-ui .bigstore-home-hero-slider .slick-current .bigstore-hero-slide__image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: none !important;
  }

  body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__content,
  body.bigstore-luxe-ui .bigstore-home-showcase__content,
  body.bigstore-luxe-ui #bigstore-showcase-1 .bigstore-home-showcase__content,
  body.bigstore-luxe-ui .bigstore-panorama-banner__content,
  body.bigstore-luxe-ui .bigstore-support-banner__content {
    right: 20px !important;
    bottom: 20px !important;
    max-width: calc(100% - 40px) !important;
  }

  body.bigstore-luxe-ui .bigstore-home-hero .bigstore-button,
  body.bigstore-luxe-ui .bigstore-home-showcase__content .bigstore-button,
  body.bigstore-luxe-ui .bigstore-panorama-banner__content .bigstore-button,
  body.bigstore-luxe-ui .bigstore-support-banner__content .bigstore-button {
    min-height: 40px !important;
    padding-inline: 20px !important;
    font-size: 13px !important;
  }

  body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-vertical .bigstore-home-showcase__story,
  body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-horizontal .bigstore-home-showcase__story,
  body.bigstore-luxe-ui #bigstore-showcase-1.bigstore-home-showcase.is-banner-horizontal .bigstore-home-showcase__story,
  body.bigstore-luxe-ui .bigstore-support-banner,
  body.bigstore-luxe-ui .bigstore-panorama-banner {
    aspect-ratio: 16 / 7 !important;
    min-height: 220px !important;
    border-radius: 14px !important;
  }
}

@media (max-width: 767px) {
  body.bigstore-luxe-ui .bigstore-homepage > section > .container,
  body.bigstore-luxe-ui .bigstore-home-hero > .container {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  body.bigstore-luxe-ui .bigstore-home-hero {
    padding-block: 20px 26px !important;
  }

  body.bigstore-luxe-ui .bigstore-home-hero__stage {
    aspect-ratio: 1 / 1.04 !important;
    min-height: 0 !important;
    max-height: none !important;
    border-radius: 16px !important;
  }

  body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__media img,
  body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__image,
  body.bigstore-luxe-ui .bigstore-home-hero-slider .slick-current .bigstore-hero-slide__image {
    object-position: var(--bigstore-image-position, center center) !important;
    transform: none !important;
  }

  body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__content,
  body.bigstore-luxe-ui .bigstore-home-showcase__content,
  body.bigstore-luxe-ui #bigstore-showcase-1 .bigstore-home-showcase__content,
  body.bigstore-luxe-ui .bigstore-panorama-banner__content,
  body.bigstore-luxe-ui .bigstore-support-banner__content {
    right: 14px !important;
    bottom: 14px !important;
    max-width: calc(100% - 28px) !important;
  }

  body.bigstore-luxe-ui .bigstore-home-hero .bigstore-button,
  body.bigstore-luxe-ui .bigstore-home-showcase__content .bigstore-button,
  body.bigstore-luxe-ui .bigstore-panorama-banner__content .bigstore-button,
  body.bigstore-luxe-ui .bigstore-support-banner__content .bigstore-button {
    min-height: 38px !important;
    padding-inline: 18px !important;
    font-size: 12px !important;
  }

  body.bigstore-luxe-ui .bigstore-home-hero__footer {
    display: none !important;
  }

  body.bigstore-luxe-ui .bigstore-home-showcase,
  body.bigstore-luxe-ui #bigstore-bestsellers {
    padding-block: 30px !important;
  }

  body.bigstore-luxe-ui .bigstore-home-showcase__grid,
  body.bigstore-luxe-ui #bigstore-showcase-1 .bigstore-home-showcase__grid {
    gap: 16px !important;
    padding: 10px !important;
    border-radius: 14px !important;
  }

  body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-vertical .bigstore-home-showcase__story,
  body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-horizontal .bigstore-home-showcase__story,
  body.bigstore-luxe-ui #bigstore-showcase-1.bigstore-home-showcase.is-banner-horizontal .bigstore-home-showcase__story,
  body.bigstore-luxe-ui .bigstore-support-banner,
  body.bigstore-luxe-ui .bigstore-panorama-banner {
    aspect-ratio: 16 / 9.2 !important;
    min-height: 0 !important;
    border-radius: 12px !important;
  }

  body.bigstore-luxe-ui .bigstore-home-showcase__tabs {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin-bottom: 16px !important;
  }

  body.bigstore-luxe-ui .bigstore-showcase-tab {
    min-width: 0 !important;
    width: 100% !important;
    min-height: 40px !important;
    padding-inline: 10px !important;
    font-size: 12px !important;
  }

  body.bigstore-luxe-ui .bigstore-showcase-pane__header h3 {
    font-size: 26px !important;
    line-height: 1.2 !important;
  }

  body.bigstore-luxe-ui .bigstore-homepage .bigstore-showcase-pane ul.products,
  body.bigstore-luxe-ui .bigstore-homepage .bigstore-home-products ul.products,
  body.bigstore-luxe-ui.woocommerce-shop ul.products,
  body.bigstore-luxe-ui.post-type-archive-product ul.products,
  body.bigstore-luxe-ui.tax-product_cat ul.products {
    gap: 14px 10px !important;
  }

  body.bigstore-luxe-ui .products li.product .product-image {
    padding: 8px 8px 0 !important;
  }

  body.bigstore-luxe-ui .products li.product .product-info {
    padding: 10px 10px 2px !important;
  }

  body.bigstore-luxe-ui .products li.product .bigstore-product-context {
    gap: 5px !important;
    margin-bottom: 7px !important;
  }

  body.bigstore-luxe-ui .products li.product .bigstore-product-context__department,
  body.bigstore-luxe-ui .products li.product .bigstore-product-context__term {
    min-height: 21px !important;
    padding-inline: 7px !important;
    font-size: 10px !important;
  }

  body.bigstore-luxe-ui .products li.product .product-title {
    min-height: calc(1.45em * 2) !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  body.bigstore-luxe-ui .products li.product .product-price-buttons {
    padding: 2px 10px 10px !important;
  }

  body.bigstore-luxe-ui .products li.product .product-price {
    justify-content: center !important;
    min-height: 26px !important;
    margin-bottom: 8px !important;
  }

  body.bigstore-luxe-ui .products li.product .price {
    font-size: 13px !important;
  }

  body.bigstore-luxe-ui .products li.product .add_to_cart_button,
  body.bigstore-luxe-ui .products li.product .product_type_simple,
  body.bigstore-luxe-ui .products li.product .product_type_variable,
  body.bigstore-luxe-ui .products li.product .product_type_external,
  body.bigstore-luxe-ui .products li.product .button,
  body.bigstore-luxe-ui .products li.product .added_to_cart {
    min-height: 36px !important;
    padding-inline: 8px !important;
    font-size: 11px !important;
  }

  body.bigstore-luxe-ui .products li.product .cart-button a::before {
    margin-left: 4px !important;
    font-size: 13px !important;
  }

  body.bigstore-luxe-ui .products li.product .whishlist-button,
  body.bigstore-luxe-ui .products li.product .wishlist-button,
  body.bigstore-luxe-ui .products li.product .yith-wcwl-add-to-wishlist {
    top: 12px !important;
    left: 12px !important;
  }

  body.bigstore-luxe-ui .products li.product .whishlist-button a,
  body.bigstore-luxe-ui .products li.product .wishlist-button a,
  body.bigstore-luxe-ui .products li.product .yith-wcwl-add-to-wishlist a {
    width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
  }
}

@media (max-width: 420px) {
  body.bigstore-luxe-ui .bigstore-homepage .bigstore-showcase-pane ul.products,
  body.bigstore-luxe-ui .bigstore-homepage .bigstore-home-products ul.products,
  body.bigstore-luxe-ui.woocommerce-shop ul.products,
  body.bigstore-luxe-ui.post-type-archive-product ul.products,
  body.bigstore-luxe-ui.tax-product_cat ul.products {
    gap: 12px 8px !important;
  }

  body.bigstore-luxe-ui .products li.product .product-title {
    font-size: 12.5px !important;
  }

  body.bigstore-luxe-ui .products li.product .add_to_cart_button,
  body.bigstore-luxe-ui .products li.product .product_type_simple,
  body.bigstore-luxe-ui .products li.product .product_type_variable,
  body.bigstore-luxe-ui .products li.product .product_type_external,
  body.bigstore-luxe-ui .products li.product .button,
  body.bigstore-luxe-ui .products li.product .added_to_cart {
    font-size: 10.5px !important;
  }
}
