/*
 * Mini Store Home Template 2
 * Scoped homepage template styles.
 */

.home-template-2 {
  box-sizing: border-box;
  --home-t2-radius: 0px;
  font-family: var(--font-family-sans, system-ui, -apple-system, "Segoe UI", sans-serif);
  color: var(--design-body-text-color, #1a1a1a);
  background: var(--design-background-color, #f6f7f9);
  padding: 0 0 2.5rem;
  margin: 0;
}

.home-template-2 *,
.home-template-2 *::before,
.home-template-2 *::after {
  box-sizing: border-box;
}

/* HOME-TPL-3.6: توب بار ملاصق للأعلى — بدون فراغ على template_2 */
body.home-template-2-active {
  padding-top: 0 !important;
}

body.home-template-2-active main.home-template-2 {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.home-template-2-active .container.py-3 {
  padding-top: 0 !important;
}

.home-template-2 .lab-t3-header-fullbleed,
.home-template-2 .lab-t2-t3-header,
.home-template-2 .lab-t3-header.lab-t2-t3-header {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.home-template-2 .lab-t3-header.lab-t2-t3-header.py-3,
.home-template-2 .lab-t2-t3-header.py-3,
.home-template-2 .lab-t3-header.py-3 {
  padding-top: 0 !important;
}

/* HOME-TPL-3.7-SAFE: Template 2 squared visual system */
.home-template-2 .lab-t3-header,
.home-template-2 .lab-t3-top-strip,
.home-template-2 .lab-t3-mainbar,
.home-template-2 .lab-t3-tools,
.home-template-2 .lab-t3-tool,
.home-template-2 .lab-t3-brand,
.home-template-2 .lab-t3-brand img,
.home-template-2 .lab-t3-brand__logo,
.home-template-2 .lab-t3-brand__logo-fallback,
.home-template-2 button.lab-t3-search-trigger,
.home-template-2 a.lab-t3-cart-trigger,
.home-template-2 a.lab-t3-auth-trigger,
.home-template-2 .lab-t3-nav-link.lab-t3-nav-link--mega,
.home-template-2 .lab-t3-menu-panel,
.home-template-2 .lab-t3-menu-panel__item,
.home-template-2 .lab-t1-cat-slide,
.home-template-2 .lab-t1-cat-media,
.home-template-2 .lab-t1-cat-img,
.home-template-2 .lab-t1-cat-image,
.home-template-2 .lab-t1-cat-letter,
.home-template-2 .lab-t1-cat-content,
.home-template-2 .lab-base-feature-item,
.home-template-2 .lab-t3-featured-card,
.home-template-2 .lab-t3-featured-thumb,
.home-template-2 .lab-t3-featured-image,
.home-template-2 .lab-modern-split-banner,
.home-template-2 .lab-modern-split-img,
.home-template-2 .lab-modern-split-img img,
.home-template-2 .lab-modern-pill-bar,
.home-template-2 .lab-modern-pill-item,
.home-template-2 .lab-t3-mobile-topbar,
.home-template-2 .lab-t3-mobile-topbar-inner,
.home-template-2 .lab-t3-mobile-brand-link,
.home-template-2 .lab-t3-mobile-brand-fallback,
.home-template-2 .lab-t3-mobile-brand-logo,
.home-template-2 .lab-t3-mobile-icon-btn,
.home-template-2 .lab-t3-mobile-account-icon,
.home-template-2 .lab-t3-mobile-search-trigger,
.home-template-2 .lab-t3-mobile-cart-trigger,
.home-template-2 .lab-t3-mobile-menu,
.home-template-2 .lab-t3-mobile-menu-sheet,
.home-template-2 .lab-t3-mobile-menu-currency-bar,
.home-template-2 .lab-t3-mobile-menu-currency-muted,
.home-template-2 .lab-t3-mobile-menu-currency-val,
.home-template-2 .lab-t3-mobile-menu-panel,
.home-template-2 .lab-t3-mobile-nav-row,
.home-template-2 .lab-t3-mobile-nav-row--accordion,
.home-template-2 .lab-t3-mobile-nav-chevron,
.home-template-2 .lab-t3-mobile-nav-cats-panel,
.home-template-2 .lab-t3-mobile-nav-cat-link,
.home-template-2 .lab-t3-mobile-menu-toggle,
.home-template-2 button.zoom-icon,
.home-template-2 .lab-base-slideshow,
.home-template-2 .lab-base-slideshow-viewport,
.home-template-2 .lab-base-slideshow-frame {
  border-radius: 0 !important;
}

/* استثناءات: نقاط السلايدشو + شارات دائرية للقراءة */
.home-template-2 .lab-base-slideshow-dot {
  border-radius: 99px !important;
}

.home-template-2 .lab-t3-cart-badge,
.home-template-2 .lab-modern-pill-badge {
  border-radius: 50% !important;
}

/* HOME-TPL-4.0: الشريط السفلي للجوال يحافظ على شكل الـ pill */
@media (max-width: 767.98px) {
  .home-template-2 .lab-modern-pill-bar {
    border-radius: 999px !important;
  }

  .home-template-2 a.lab-modern-pill-item {
    border-radius: 999px !important;
  }
}

/* HOME-TPL-4.1 — أيقونات موحّدة داخل القالب */
.home-template-2 svg.home-t2-icon {
  display: block;
  flex-shrink: 0;
  overflow: visible;
}

.home-template-2 .lab-base-feature-ico svg.home-t2-icon {
  margin: 0 auto;
}

/* HOME-TPL-4.0 / 4.1 — غلاف الجوال + توب بار + قائمة */
.home-template-2 .lab-t3-mobile-shell {
  display: none;
  box-sizing: border-box;
  width: 100%;
}

.home-template-2 .lab-t3-mobile-topbar {
  display: block;
  box-sizing: border-box;
  width: 100%;
}

.home-template-2 .lab-t3-mobile-menu[hidden] {
  display: none !important;
}

@media (max-width: 767.98px) {
  .home-template-2 .lab-t3-header-desktop {
    display: none !important;
  }

  .home-template-2 .lab-t3-mobile-shell {
    display: block;
    position: relative;
    z-index: 28;
    width: 100%;
  }

  .home-template-2 .lab-t3-mobile-topbar {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid var(--design-card-border, #e4e4e7);
    background: var(--design-card-bg, #ffffff);
    box-shadow: 0 2px 12px color-mix(in srgb, var(--design-body-text-color, #0f172a) 6%, transparent);
  }

  .home-template-2 .lab-t3-mobile-topbar-inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.35rem;
    max-width: 1200px;
    margin-inline: auto;
    padding: 0.45rem clamp(0.65rem, 3vw, 1rem);
    box-sizing: border-box;
  }

  .home-template-2 .lab-t3-mobile-brand {
    flex: 0 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
  }

  .home-template-2 .lab-t3-mobile-brand-link {
    display: inline-flex;
    align-items: center;
    line-height: 0;
    text-decoration: none;
    color: inherit;
  }

  .home-template-2 .lab-t3-mobile-brand-logo {
    display: block;
    max-width: 96px;
    height: auto;
    max-height: 34px;
    width: auto;
    object-fit: contain;
  }

  .home-template-2 .lab-t3-mobile-brand-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1rem;
    font-weight: 800;
    text-decoration: none;
    color: var(--design-card-bg, #fafafa);
    background: var(--design-body-text-color, #18181b);
    border: 1px solid color-mix(in srgb, var(--design-body-text-color, #18181b) 85%, var(--design-card-border, rgba(0, 0, 0, 0.12)) 15%);
  }

  .home-template-2 .lab-t3-mobile-actions {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.3rem;
    flex-shrink: 0;
  }

  .home-template-2 .lab-t3-mobile-icon-btn,
  .home-template-2 .lab-t3-mobile-menu-toggle,
  .home-template-2 a.lab-t3-mobile-account-icon,
  .home-template-2 .lab-t3-mobile-search-trigger,
  .home-template-2 .lab-t3-mobile-cart-trigger {
    display: inline-grid;
    place-items: center;
    width: 2.1rem;
    height: 2.1rem;
    padding: 0;
    margin: 0;
    border: 2px solid var(--design-primary, #fcc316);
    background: transparent;
    color: var(--design-secondary, var(--design-primary, #fcc316));
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
    font: inherit;
    appearance: none;
    -webkit-appearance: none;
    transition:
      background 0.2s ease,
      color 0.2s ease,
      border-color 0.2s ease;
  }

  .home-template-2 .lab-t3-mobile-icon-btn:hover,
  .home-template-2 .lab-t3-mobile-menu-toggle:hover,
  .home-template-2 a.lab-t3-mobile-account-icon:hover,
  .home-template-2 .lab-t3-mobile-search-trigger:hover,
  .home-template-2 .lab-t3-mobile-cart-trigger:hover,
  .home-template-2 .lab-t3-mobile-icon-btn:active,
  .home-template-2 .lab-t3-mobile-menu-toggle:active,
  .home-template-2 a.lab-t3-mobile-account-icon:active,
  .home-template-2 .lab-t3-mobile-search-trigger:active,
  .home-template-2 .lab-t3-mobile-cart-trigger:active,
  .home-template-2 .lab-t3-mobile-icon-btn:focus-visible,
  .home-template-2 .lab-t3-mobile-menu-toggle:focus-visible,
  .home-template-2 a.lab-t3-mobile-account-icon:focus-visible,
  .home-template-2 .lab-t3-mobile-search-trigger:focus-visible,
  .home-template-2 .lab-t3-mobile-cart-trigger:focus-visible {
    background: var(--design-secondary, var(--design-primary, #fcc316));
    color: var(--design-button-text, #ffffff);
    border-color: var(--design-secondary, var(--design-primary, #fcc316));
  }

  .home-template-2 .lab-t3-mobile-menu-toggle:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--design-primary, #fcc316) 55%, transparent);
  }

  .home-template-2 .lab-t3-mobile-actions svg.home-t2-icon {
    width: 1rem;
    height: 1rem;
  }

  .home-template-2 .lab-t3-mobile-search-trigger {
    width: 2.1rem;
    height: 2.1rem;
    padding: 0;
  }

  .home-template-2 .lab-t3-mobile-currency-select {
    width: 4.45rem;
    min-width: 4.45rem;
    max-width: 4.45rem;
    height: 2.1rem;
    padding: 0 0.28rem;
    font-size: 0.66rem;
    text-align: center;
  }

  .home-template-2 .lab-t3-mobile-cart-trigger {
    width: 2.1rem;
    height: 2.1rem;
    padding: 0;
  }

  .home-template-2 .lab-t3-mobile-menu-currency-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.55rem;
    padding: 0.46rem 0.62rem;
    border-bottom: 1px solid color-mix(in srgb, var(--design-card-border, #e4e4e7) 55%, transparent);
    background: color-mix(in srgb, var(--design-background-color, #f4f4f5) 72%, var(--design-card-bg, #ffffff) 28%);
    box-sizing: border-box;
  }

  .home-template-2 .lab-t3-mobile-menu-currency-muted {
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--design-muted-text, #64748b);
  }

  .home-template-2 .lab-t3-mobile-menu-currency-val {
    font-size: 0.78rem;
    font-weight: 800;
    color: var(--design-primary, #fcc316);
    font-variant-numeric: tabular-nums;
  }

  .home-template-2 .lab-t3-mobile-menu-currency-select {
    flex: 0 0 auto;
    min-width: 7.5rem;
    padding: 0.18rem 0.45rem;
  }

  .home-template-2 .lab-t3-mobile-menu {
    position: absolute;
    inset-inline: 0;
    top: 100%;
    margin-top: 0;
    border-top: 1px solid var(--design-card-border, #e4e4e7);
    background: var(--design-card-bg, #ffffff);
    max-height: min(82vh, 560px);
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 14px 36px color-mix(in srgb, var(--design-body-text-color, #0f172a) 14%, transparent);
    box-sizing: border-box;
  }

  .home-template-2 .lab-t3-mobile-menu-panel {
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
    padding: 0.42rem 0.55rem 0.72rem;
    box-sizing: border-box;
  }

  .home-template-2 .lab-t3-mobile-nav-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0.55rem;
    padding: 0.4rem 0.42rem;
    margin: 0;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--design-body-text-color, #18181b);
    text-decoration: none;
    border-radius: 0;
    border: 1px solid transparent;
    border-bottom: 1px solid color-mix(in srgb, var(--design-card-border, #e4e4e7) 45%, transparent);
    background: transparent;
    transition:
      background 0.18s ease,
      border-color 0.18s ease;
    box-sizing: border-box;
    min-height: 2.35rem;
  }

  .home-template-2 .lab-t3-mobile-nav-row:hover {
    background: color-mix(in srgb, var(--design-background-color, #f4f4f5) 88%, var(--design-card-bg, #ffffff) 12%);
    border-inline-color: color-mix(in srgb, var(--design-card-border, #e4e4e7) 65%, transparent);
  }

  .home-template-2 .lab-t3-mobile-nav-row-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 2rem;
    width: 2rem;
    color: var(--design-primary, #fcc316);
  }

  .home-template-2 .lab-t3-mobile-nav-row-ico svg.home-t2-icon {
    width: 1rem;
    height: 1rem;
  }

  .home-template-2 .lab-t3-mobile-nav-row-ico-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    min-height: 1.35rem;
  }

  .home-template-2 .lab-t3-mobile-nav-row--cart .lab-t3-cart-badge {
    top: -7px;
    inset-inline-start: -5px;
  }

  .home-template-2 .lab-t3-mobile-nav-row-label {
    flex: 1 1 auto;
    margin: 0;
    min-width: 0;
    text-align: start;
    line-height: 1.35;
  }

  .home-template-2 button.lab-t3-mobile-nav-row--accordion {
    width: 100%;
    cursor: pointer;
    font: inherit;
    text-align: inherit;
    appearance: none;
    -webkit-appearance: none;
  }

  .home-template-2 .lab-t3-mobile-nav-chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-inline-start: auto;
    color: var(--design-secondary, var(--design-primary, #fcc316));
    transition: transform 0.22s ease;
  }

  .home-template-2 .lab-t3-mobile-nav-chevron svg.home-t2-icon {
    width: 1rem;
    height: 1rem;
  }

  .home-template-2 .lab-t3-mobile-nav-row--accordion-open .lab-t3-mobile-nav-chevron svg {
    transform: rotate(180deg);
  }

  .home-template-2 .lab-t3-mobile-nav-cats-panel {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 0 0 0.12rem;
    border-bottom: 1px solid color-mix(in srgb, var(--design-card-border, #e4e4e7) 45%, transparent);
  }

  .home-template-2 .lab-t3-mobile-nav-cat-link {
    position: relative;
    display: block;
    padding-block: 0.42rem;
    padding-inline-start: 2.85rem;
    padding-inline-end: 0.55rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--design-body-text-color, #18181b);
    text-decoration: none;
    border-radius: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--design-card-border, #e4e4e7) 35%, transparent);
    transition:
      color 0.15s ease,
      background 0.15s ease;
  }

  .home-template-2 .lab-t3-mobile-nav-cat-link::before {
    content: "";
    position: absolute;
    inset-inline-start: 0.72rem;
    top: 50%;
    width: 0.45rem;
    height: 0.45rem;
    border: 1px solid var(--design-primary, #fcc316);
    border-radius: 50%;
    box-sizing: border-box;
    background: transparent;
    pointer-events: none;
    transform: translateY(-50%);
  }

  .home-template-2 .lab-t3-mobile-nav-cats-panel .lab-t3-mobile-nav-cat-link:last-child {
    border-bottom: 0;
  }

  .home-template-2 .lab-t3-mobile-nav-cat-link:hover {
    color: color-mix(in srgb, var(--design-primary, #fcc316) 38%, var(--design-body-text-color, #18181b) 62%);
    background: color-mix(in srgb, var(--design-background-color, #f4f4f5) 55%, var(--design-card-bg, #ffffff) 45%);
  }

  .home-template-2 .lab-t3-mobile-nav-cat-link--all {
    margin-top: 0;
    padding-block: 0.42rem;
    padding-inline-start: 2.85rem;
    padding-inline-end: 0.55rem;
    font-weight: 600;
    font-size: 0.8rem;
    color: var(--design-body-text-color, #18181b);
    border-top: 0;
  }

  .home-template-2 .lab-t3-mobile-nav-cat-link--all:hover {
    text-decoration: none;
    color: color-mix(in srgb, var(--design-primary, #fcc316) 38%, var(--design-body-text-color, #18181b) 62%);
    background: color-mix(in srgb, var(--design-background-color, #f4f4f5) 55%, var(--design-card-bg, #ffffff) 45%);
  }

  .home-template-2 .lab-t2-split-banner.lab-modern-split-banner {
    margin-top: 0.65rem;
    margin-bottom: 0.28rem;
    width: calc(100% - 1.15rem);
  }

  .home-template-2 .lab-modern-split-text {
    padding: 14px 14px;
  }
}

@media (min-width: 768px) {
  .home-template-2 .lab-t3-mobile-shell {
    display: none !important;
  }
}

.home-template-2 .lab-base-slideshow-wrap {
  max-width: 1200px;
  margin: 1rem auto 0;
  padding: 0 1rem;
}

.home-template-2 .lab-base-slideshow {
  position: relative;
  border-radius: var(--home-t2-radius, 0px);
  overflow: hidden;
  box-shadow: var(--design-shadow-card, 0 0.5rem 1rem rgba(0, 0, 0, 0.1));
}

.home-template-2 .lab-base-slideshow-viewport {
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  direction: ltr;
}

.home-template-2 .lab-base-slideshow-track--t2-autoplay {
  display: flex;
  width: 100%;
  transition: transform var(--homepage-slide-transition-ms, 600ms) ease;
  will-change: transform;
}

.home-template-2 .lab-base-slideshow-track--t2-autoplay.is-manual {
  transition: transform var(--homepage-slide-transition-ms, 600ms) ease;
}

@media (prefers-reduced-motion: reduce) {
  .home-template-2 .lab-base-slideshow-track--t2-autoplay {
    animation: none;
  }

  .home-template-2 .lab-base-slideshow-track--t2-autoplay.is-manual {
    transition: none;
  }
}

.home-template-2 .lab-base-slideshow--t2-autoplay:hover .lab-base-slideshow-track--t2-autoplay {
  animation-play-state: paused;
}

.home-template-2 .lab-base-slideshow--t2-autoplay:hover .lab-base-slideshow-dots--t2-static .lab-base-slideshow-dot:nth-child(1),
.home-template-2 .lab-base-slideshow--t2-autoplay:hover .lab-base-slideshow-dots--t2-static .lab-base-slideshow-dot:nth-child(2),
.home-template-2 .lab-base-slideshow--t2-autoplay:hover .lab-base-slideshow-dots--t2-static .lab-base-slideshow-dot:nth-child(3) {
  animation-play-state: paused;
}

@keyframes homeT2SlideshowTrack {
  0%,
  22% {
    transform: translateX(0);
  }
  31%,
  53% {
    transform: translateX(-33.333333%);
  }
  62%,
  84% {
    transform: translateX(-66.666666%);
  }
  93%,
  100% {
    transform: translateX(0);
  }
}

.home-template-2 .lab-base-slideshow-slide {
  flex: 0 0 100%;
  min-width: 100%;
}

.home-template-2 .lab-base-slideshow-stack--t2-fade {
  display: grid;
  width: 100%;
}

.home-template-2 .lab-base-slideshow-stack--t2-fade > .lab-base-slideshow-slide {
  grid-area: 1 / 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--homepage-slide-transition-ms, 600ms) ease;
}

.home-template-2 .lab-base-slideshow-stack--t2-fade > .lab-base-slideshow-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.home-template-2 .lab-base-slideshow-frame {
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  aspect-ratio: 16 / 6;
  background: linear-gradient(
    120deg,
    color-mix(in srgb, var(--design-body-text-color, #1e293b) 78%, var(--design-primary, #fcc316) 22%) 0%,
    color-mix(in srgb, var(--design-muted-text, #64748b) 55%, var(--design-secondary, #46b376) 45%) 50%,
    color-mix(in srgb, var(--design-primary, #fcc316) 42%, var(--design-body-text-color, #1e293b) 58%) 100%
  );
}

.home-template-2 .lab-base-slideshow-frame--2 {
  background: linear-gradient(
    120deg,
    color-mix(in srgb, var(--design-secondary, #065f46) 72%, var(--design-body-text-color, #1e293b) 28%) 0%,
    color-mix(in srgb, var(--design-secondary, #46b376) 48%, var(--design-muted-text, #64748b) 52%) 50%,
    color-mix(in srgb, var(--design-body-text-color, #1e293b) 70%, var(--design-primary, #fcc316) 30%) 100%
  );
}

.home-template-2 .lab-base-slideshow-frame--3 {
  background: linear-gradient(
    120deg,
    color-mix(in srgb, var(--design-primary, #fcc316) 55%, var(--design-body-text-color, #1e293b) 45%) 0%,
    color-mix(in srgb, var(--design-muted-text, #64748b) 50%, var(--design-secondary, #46b376) 50%) 50%,
    color-mix(in srgb, var(--design-body-text-color, #0f172a) 65%, var(--design-primary, #fcc316) 35%) 100%
  );
}

.home-template-2 .lab-base-slideshow-bg-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  pointer-events: none;
}

.home-template-2 .lab-base-slideshow-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    color-mix(in srgb, var(--design-body-text-color, #000000) 55%, transparent) 0%,
    color-mix(in srgb, var(--design-body-text-color, #000000) 12%, transparent) 45%,
    transparent 70%
  );
  pointer-events: none;
  z-index: 1;
}

.home-template-2 .lab-base-slideshow-content {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  padding: 0 clamp(16px, 4vw, 24px) 2.5rem;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  direction: rtl;
  text-align: right;
}

.home-template-2 .lab-base-slideshow-content-right .lab-base-slideshow-content {
  justify-content: flex-start;
  text-align: right;
}

.home-template-2 .lab-base-slideshow-content-center .lab-base-slideshow-content {
  justify-content: center;
  text-align: center;
}

.home-template-2 .lab-base-slideshow-content-left .lab-base-slideshow-content {
  justify-content: flex-end;
  text-align: left;
}

.home-template-2 .lab-base-slideshow-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: flex-start;
  max-width: min(70%, 420px);
  width: auto;
  text-align: right;
  direction: rtl;
  min-width: 0;
}

.home-template-2 .lab-base-slideshow-title {
  color: var(--design-card-bg, #ffffff);
  font-size: clamp(1.05rem, 3.5vw, 1.55rem);
  font-weight: 700;
  margin: 0 0 0.35rem;
  line-height: 1.25;
  text-align: right;
  width: 100%;
  text-shadow: 0 1px 8px color-mix(in srgb, var(--design-body-text-color, #000000) 35%, transparent);
}

.home-template-2 .lab-base-slideshow-subtitle {
  color: color-mix(in srgb, var(--design-card-bg, #ffffff) 95%, var(--design-muted-text, #94a3b8) 5%);
  font-size: clamp(0.8rem, 2.2vw, 0.95rem);
  margin: 0 0 0.65rem;
  line-height: 1.45;
  text-align: right;
  width: 100%;
  text-shadow: 0 1px 6px color-mix(in srgb, var(--design-body-text-color, #000000) 35%, transparent);
}

.home-template-2 .lab-base-slideshow-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--design-button-bg, var(--design-primary, #fcc316));
  color: var(--design-button-text, #222222);
  border-radius: var(--home-t2-radius, 0px);
  padding: 0.44rem 0.95rem;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  text-align: right;
  align-self: flex-start;
  margin-inline-start: 0;
  margin-inline-end: 0;
  box-shadow: 0 2px 8px color-mix(in srgb, var(--design-body-text-color, #000000) 12%, transparent);
  transition:
    background-color 0.18s ease,
    color 0.18s ease,
    box-shadow 0.18s ease;
}

.home-template-2 .lab-base-slideshow-btn:hover {
  background: var(--design-button-hover-bg, color-mix(in srgb, var(--design-button-bg, var(--design-primary, #fcc316)) 88%, #000000 12%));
  color: var(--design-button-text, #222222);
}

.home-template-2 .lab-base-slideshow-btn:focus-visible {
  outline: none;
  box-shadow:
    0 2px 8px color-mix(in srgb, var(--design-body-text-color, #000000) 12%, transparent),
    0 0 0 0.2rem color-mix(in srgb, var(--design-primary, #fcc316) 35%, transparent);
}

@media (max-width: 767.98px) {
  .home-template-2 .lab-base-slideshow-btn {
    font-size: 0.78rem;
    padding: 0.32rem 0.72rem;
    min-height: 2.15rem;
  }
}

/* Design Lab #lab-07 Style 01 — نقاط السلايدشو (نفس أبعاد/انتقالات Lab، ألوان عبر متغيرات الهوية) */
.home-template-2 .lab-base-slideshow-dots {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  z-index: 8;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.home-template-2 .lab-base-slideshow-dot {
  width: 8px;
  height: 8px;
  border: 2px solid color-mix(in srgb, var(--design-card-bg, #ffffff) 70%, transparent);
  border-radius: 99px;
  background: color-mix(in srgb, var(--design-card-bg, #ffffff) 28%, transparent);
  opacity: 0.42;
  transition:
    width 0.2s ease,
    background 0.2s ease,
    opacity 0.2s ease;
  box-sizing: border-box;
  flex-shrink: 0;
}

.home-template-2 .lab-base-slideshow-dot--active {
  width: 18px;
  background: color-mix(in srgb, var(--design-card-bg, #ffffff) 80%, transparent);
  opacity: 1;
}

.home-template-2 .lab-base-slideshow-dots--t2-static {
  pointer-events: auto;
}

.home-template-2 .lab-base-slideshow--t2-manual .lab-base-slideshow-dots--t2-static .lab-base-slideshow-dot {
  animation: none !important;
}

.home-template-2 button.lab-base-slideshow-dot {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  box-shadow: none;
}

/* مزامنة بصرية مع شرائح الـ CSS autoplay (15s) — شكل active كـ Lab دون JS */
.home-template-2 .lab-base-slideshow--t2-autoplay .lab-base-slideshow-dots--t2-static .lab-base-slideshow-dot:nth-child(1) {
  animation: homeT2SlideshowDot1 15s ease-in-out infinite;
}

.home-template-2 .lab-base-slideshow--t2-autoplay .lab-base-slideshow-dots--t2-static .lab-base-slideshow-dot:nth-child(2) {
  animation: homeT2SlideshowDot2 15s ease-in-out infinite;
}

.home-template-2 .lab-base-slideshow--t2-autoplay .lab-base-slideshow-dots--t2-static .lab-base-slideshow-dot:nth-child(3) {
  animation: homeT2SlideshowDot3 15s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .home-template-2 .lab-base-slideshow--t2-autoplay .lab-base-slideshow-dots--t2-static .lab-base-slideshow-dot:nth-child(1),
  .home-template-2 .lab-base-slideshow--t2-autoplay .lab-base-slideshow-dots--t2-static .lab-base-slideshow-dot:nth-child(2),
  .home-template-2 .lab-base-slideshow--t2-autoplay .lab-base-slideshow-dots--t2-static .lab-base-slideshow-dot:nth-child(3) {
    animation: none;
  }

  .home-template-2 .lab-base-slideshow-dots--t2-static .lab-base-slideshow-dot:first-child {
    width: 18px;
    opacity: 1;
    background: color-mix(in srgb, var(--design-card-bg, #ffffff) 80%, transparent);
  }

  .home-template-2 .lab-base-slideshow-dots--t2-static .lab-base-slideshow-dot:nth-child(2),
  .home-template-2 .lab-base-slideshow-dots--t2-static .lab-base-slideshow-dot:nth-child(3) {
    width: 8px;
    opacity: 0.58;
    background: color-mix(in srgb, var(--design-card-bg, #ffffff) 28%, transparent);
  }
}

@keyframes homeT2SlideshowDot1 {
  0%,
  22% {
    width: 18px;
    opacity: 1;
    background: color-mix(in srgb, var(--design-card-bg, #ffffff) 80%, transparent);
  }
  25%,
  100% {
    width: 8px;
    opacity: 0.58;
    background: color-mix(in srgb, var(--design-card-bg, #ffffff) 28%, transparent);
  }
}

@keyframes homeT2SlideshowDot2 {
  0%,
  28% {
    width: 8px;
    opacity: 0.58;
    background: color-mix(in srgb, var(--design-card-bg, #ffffff) 28%, transparent);
  }
  31%,
  53% {
    width: 18px;
    opacity: 1;
    background: color-mix(in srgb, var(--design-card-bg, #ffffff) 80%, transparent);
  }
  56%,
  100% {
    width: 8px;
    opacity: 0.58;
    background: color-mix(in srgb, var(--design-card-bg, #ffffff) 28%, transparent);
  }
}

@keyframes homeT2SlideshowDot3 {
  0%,
  59% {
    width: 8px;
    opacity: 0.58;
    background: color-mix(in srgb, var(--design-card-bg, #ffffff) 28%, transparent);
  }
  62%,
  84% {
    width: 18px;
    opacity: 1;
    background: color-mix(in srgb, var(--design-card-bg, #ffffff) 80%, transparent);
  }
  87%,
  100% {
    width: 8px;
    opacity: 0.58;
    background: color-mix(in srgb, var(--design-card-bg, #ffffff) 28%, transparent);
  }
}

.home-template-2 .lab-base-slideshow--t2-autoplay .lab-base-slideshow-dots--t2-static .lab-base-slideshow-dot {
  animation: none !important;
}

.home-template-2 .lab-base-slideshow-dots--t2-static .lab-base-slideshow-dot.lab-base-slideshow-dot--active {
  width: 18px;
  background: color-mix(in srgb, var(--design-card-bg, #ffffff) 80%, transparent);
  opacity: 1;
}

@media (max-width: 576px) {
  .home-template-2 .lab-base-slideshow-frame {
    aspect-ratio: 16 / 9;
  }

  .home-template-2 .lab-base-slideshow-content {
    padding-bottom: clamp(1.35rem, 6vw, 2rem);
  }

  .home-template-2 .lab-base-slideshow-inner {
    max-width: min(92%, 420px);
  }
}

/* T3 topbar — عرض كامل، ملاصق للأعلى، زوايا علوية مستقيمة */
.home-template-2 .lab-t3-header-fullbleed {
  width: 100vw;
  margin: 0;
  margin-top: 0;
  padding: 0;
  padding-top: 0;
  margin-inline-start: calc(50% - 50vw);
  margin-inline-end: calc(50% - 50vw);
  position: relative;
  box-sizing: border-box;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.home-template-2 .lab-t3-header.lab-t2-t3-header,
.home-template-2 .lab-t2-t3-header {
  position: relative;
  z-index: 40;
  max-width: none;
  width: 100%;
  margin: 0;
  padding-inline: 0;
  border-radius: var(--home-t2-radius, 0px);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 1px solid var(--design-card-border, #d4d4d8);
  background: var(--design-card-bg, #ffffff);
  box-shadow: var(--design-shadow-card, 0 18px 42px color-mix(in srgb, var(--design-body-text-color, #0f172a) 7%, transparent));
  overflow: visible;
  font-family: var(--font-family-sans, inherit);
}

.home-template-2 .lab-t3-top-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0;
  margin: 0;
  font-size: 0.76rem;
  font-weight: 600;
  color: var(--design-button-text, #ffffff);
  background: var(--design-primary, #fcc316);
  border-bottom: 1px solid color-mix(in srgb, var(--design-primary, #fcc316) 82%, var(--design-secondary, #27272a) 18%);
  border-radius: 0;
}

.home-template-2 .lab-t3-bar-inner {
  max-width: 1200px;
  margin-inline: auto;
  width: 100%;
  box-sizing: border-box;
}

.home-template-2 .lab-t3-top-strip-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem 0.85rem;
  padding: 0.45rem clamp(1rem, 3vw, 2.5rem);
}

.home-template-2 .lab-t3-top-strip__contacts {
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  min-height: 1.85rem;
}

.home-template-2 .lab-t3-top-strip__contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.32rem;
  min-height: 1.72rem;
  padding: 0.16rem 0.42rem;
  border-radius: var(--design-radius-sm, 6px);
  color: var(--design-button-text, #ffffff);
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1;
  background: color-mix(in srgb, var(--design-button-text, #ffffff) 10%, transparent);
  transition: background-color 0.18s ease, color 0.18s ease;
}

.home-template-2 .lab-t3-top-strip__contact:hover,
.home-template-2 .lab-t3-top-strip__contact:focus-visible {
  color: var(--design-button-text, #ffffff);
  background: color-mix(in srgb, var(--design-button-text, #ffffff) 18%, transparent);
}

.home-template-2 .lab-t3-top-strip__phone {
  direction: ltr;
  unicode-bidi: isolate;
  letter-spacing: 0;
  font-family: Arial, var(--font-family-sans, sans-serif);
}

.home-template-2 .lab-t3-top-strip__whatsapp {
  width: 1.78rem;
  padding-inline: 0;
  color: var(--design-button-text, #ffffff);
}

.home-template-2 .lab-t3-top-strip__whatsapp i {
  font-size: 1rem;
}

.home-template-2 .lab-t3-top-strip__ship {
  flex: 1 1 auto;
  text-align: center;
  color: color-mix(in srgb, var(--design-button-text, #ffffff) 90%, transparent);
}

.home-template-2 .lab-t3-top-strip__meta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: color-mix(in srgb, var(--design-button-text, #ffffff) 92%, transparent);
}

.home-template-2 .lab-t3-top-strip__link {
  color: var(--design-button-text, #ffffff);
  text-decoration: none;
  font-weight: 600;
}

.home-template-2 .lab-t3-top-strip__link:hover {
  color: color-mix(in srgb, var(--design-button-text, #ffffff) 82%, var(--design-secondary, #27272a) 18%);
}

.home-template-2 .lab-t3-top-strip__sep {
  opacity: 0.45;
}

.home-template-2 .lab-t3-top-strip__muted {
  font-weight: 500;
}

.home-template-2 .lab-t3-currency-label {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 600;
  color: color-mix(in srgb, var(--design-button-text, #ffffff) 88%, transparent);
}

.home-template-2 .lab-t3-currency-select {
  min-height: 1.85rem;
  border: 0;
  border-radius: var(--design-radius-sm, 6px);
  background: color-mix(in srgb, var(--design-button-text, #ffffff) 10%, transparent);
  color: var(--design-button-text, #ffffff);
  font-family: var(--font-family-sans, inherit);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.home-template-2 .lab-t3-currency-select {
  width: auto;
  max-width: 8.5rem;
  padding: 0.18rem 0.52rem;
}

.home-template-2 .lab-t3-currency-select:hover,
.home-template-2 .lab-t3-currency-select:focus-visible {
  color: var(--design-button-text, #ffffff);
  background: color-mix(in srgb, var(--design-button-text, #ffffff) 18%, transparent);
}

.home-template-2 .lab-t3-currency-select option {
  color: #111827;
  background: #ffffff;
}

.home-template-2 .lab-t3-mobile-currency-select {
  min-height: 1.85rem;
  border: 2px solid var(--design-primary, #fcc316);
  border-radius: var(--home-t2-radius, 0);
  background: transparent;
  color: var(--design-secondary, var(--design-primary, #fcc316));
  font-family: var(--font-family-sans, inherit);
  font-weight: 800;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.home-template-2 .lab-t3-mobile-menu-currency-select {
  min-height: 1.85rem;
  border: 1px solid color-mix(in srgb, var(--design-card-border, #e4e4e7) 88%, var(--design-body-text-color, #111827) 12%);
  border-radius: var(--home-t2-radius, 0);
  background: var(--design-card-bg, #ffffff);
  color: var(--design-body-text-color, #111827);
  font-family: var(--font-family-sans, inherit);
  font-size: 0.76rem;
  font-weight: 800;
  outline: none;
}

.home-template-2 .lab-t3-mainbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid var(--design-card-border, #f4f4f5);
  position: relative;
}

.home-template-2 .lab-t3-mainbar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem 1rem;
  padding: 0.65rem clamp(1rem, 3vw, 2.5rem) 0.85rem;
  max-width: 1200px;
  margin-inline: auto;
  width: 100%;
  box-sizing: border-box;
}

.home-template-2 .lab-t3-brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}

.home-template-2 .lab-base-slideshow-content-center .lab-base-slideshow-inner {
  align-items: center;
  text-align: center;
}

.home-template-2 .lab-base-slideshow-content-left .lab-base-slideshow-inner {
  align-items: flex-end;
  text-align: left;
}

.home-template-2 .lab-base-slideshow-content-center .lab-base-slideshow-title,
.home-template-2 .lab-base-slideshow-content-center .lab-base-slideshow-subtitle {
  text-align: center;
}

.home-template-2 .lab-base-slideshow-content-left .lab-base-slideshow-title,
.home-template-2 .lab-base-slideshow-content-left .lab-base-slideshow-subtitle {
  text-align: left;
}

.home-template-2 .lab-base-slideshow-content-center .lab-base-slideshow-btn,
.home-template-2 .lab-base-slideshow-content-left .lab-base-slideshow-btn {
  align-self: center;
}

.home-template-2 .lab-base-slideshow-content-left .lab-base-slideshow-btn {
  align-self: flex-end;
}

.home-template-2 .lab-t3-brand-link {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.home-template-2 .lab-t3-brand__logo {
  display: block;
  max-width: 130px;
  height: auto;
  object-fit: contain;
}

.home-template-2 .lab-t3-brand__logo-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: var(--home-t2-radius, 0px);
  background: var(--design-primary, #fcc316);
  color: var(--design-button-text, #18181b);
  font-weight: 800;
  font-size: 1.1rem;
  text-decoration: none;
}

.home-template-2 .lab-t3-nav-wrap {
  flex: 1 1 220px;
  display: flex;
  justify-content: center;
  min-width: 0;
}

.home-template-2 .lab-t3-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.15rem 0.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-template-2 .lab-t3-nav-item {
  position: relative;
}

.home-template-2 .lab-t3-nav-item + .lab-t3-nav-item::after {
  content: "";
  position: absolute;
  inset-inline-start: -0.24rem;
  top: 50%;
  width: 1px;
  height: 0.95rem;
  transform: translateY(-50%);
  background: color-mix(in srgb, var(--design-card-border, #e4e4e7) 70%, var(--design-primary, #fcc316) 30%);
  opacity: 0.72;
}

.home-template-2 a.lab-t3-nav-link {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.55rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--design-body-text-color, #18181b);
  text-decoration: none;
  border-radius: var(--home-t2-radius, 0px);
  background: transparent;
  transition:
    color 0.22s ease,
    opacity 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.home-template-2 a.lab-t3-nav-link:hover {
  color: color-mix(in srgb, var(--design-body-text-color, #52525b) 90%, var(--design-primary, #fcc316) 10%);
  opacity: 0.92;
  transform: translateY(-2px);
}

.home-template-2 .lab-t3-nav-link--current {
  color: color-mix(in srgb, var(--design-body-text-color, #334155) 88%, var(--design-primary, #fcc316) 12%);
  background: color-mix(in srgb, var(--design-primary, #fcc316) 10%, transparent);
  box-shadow:
    inset 0 -2px 0 color-mix(in srgb, var(--design-primary, #fcc316) 72%, var(--design-body-text-color, #111827) 28%),
    0 4px 12px color-mix(in srgb, var(--design-body-text-color, #0f172a) 4%, transparent);
}

.home-template-2 .lab-t3-nav-link--mega {
  cursor: default;
}

.home-template-2 .lab-t3-nav-link--mega::after {
  content: "⌄";
  display: inline-block;
  margin-inline-start: 0.32rem;
  font-size: 0.62rem;
  line-height: 1;
  font-weight: 800;
  color: inherit;
  opacity: 0.65;
  vertical-align: middle;
  transform: translateY(-1px);
}

.home-template-2 .lab-t3-nav-item--mega {
  position: relative;
}

.home-template-2 .lab-t3-nav-item--mega::before {
  content: "";
  position: absolute;
  left: -0.35rem;
  right: -0.35rem;
  top: 100%;
  width: auto;
  height: 14px;
  transform: none;
  background: transparent;
  opacity: 1;
  pointer-events: auto;
  z-index: 39;
}

.home-template-2 .lab-t3-menu-panel {
  position: absolute;
  top: calc(100% + 6px);
  left: auto;
  right: 0;
  width: min(220px, calc(100vw - 2rem));
  padding: 0.35rem 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  background: var(--design-card-bg, #ffffff);
  color: var(--design-body-text-color, #18181b);
  border: 1px solid var(--design-card-border, #e4e4e7);
  border-radius: var(--design-radius-md, 10px);
  box-shadow: var(--design-shadow-card, 0 14px 32px color-mix(in srgb, var(--design-body-text-color, #0f172a) 14%, transparent));
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition:
    opacity 0.26s ease,
    visibility 0.26s ease,
    transform 0.26s ease;
  z-index: 50;
}

.home-template-2 .lab-t3-nav-item--mega:focus-within .lab-t3-menu-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

@media (hover: hover) {
  .home-template-2 .lab-t3-nav-item--mega:hover .lab-t3-menu-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
}

.home-template-2 a.lab-t3-menu-panel__item {
  display: block;
  padding: 0.48rem 0.85rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: color-mix(in srgb, var(--design-body-text-color, #3f3f46) 92%, var(--design-muted-text, #71717a) 8%);
  text-decoration: none;
  border-radius: 0;
  transition:
    background 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease;
}

.home-template-2 a.lab-t3-menu-panel__item:hover {
  background: color-mix(in srgb, var(--design-background-color, #f4f4f5) 88%, var(--design-card-bg, #ffffff) 12%);
  color: var(--design-body-text-color, #0f172a);
  transform: translateY(-2px);
}

.home-template-2 .lab-t3-tools {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.home-template-2 .lab-t3-search-zone,
.home-template-2 .lab-t3-cart-zone {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.home-template-2 .lab-t3-search-trigger,
.home-template-2 a.lab-t3-cart-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 0;
  border: 2px solid var(--design-primary, #fcc316);
  background: transparent;
  color: var(--design-secondary, var(--design-primary, #fcc316));
  cursor: pointer;
  text-decoration: none;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.home-template-2 a.lab-t3-cart-trigger {
  position: relative;
}

.home-template-2 .lab-t3-tools .lab-t3-search-trigger svg.home-t2-icon,
.home-template-2 .lab-t3-tools a.lab-t3-cart-trigger svg.home-t2-icon,
.home-template-2 .lab-t3-tools a.lab-t3-auth-trigger svg.home-t2-icon {
  width: 1rem;
  height: 1rem;
}

.home-template-2 .lab-t3-search-trigger:hover,
.home-template-2 a.lab-t3-cart-trigger:hover,
.home-template-2 .lab-t3-search-trigger:active,
.home-template-2 a.lab-t3-cart-trigger:active,
.home-template-2 .lab-t3-search-trigger:focus-visible,
.home-template-2 a.lab-t3-cart-trigger:focus-visible {
  background: var(--design-secondary, var(--design-primary, #fcc316));
  color: var(--design-button-text, #ffffff);
  border-color: var(--design-secondary, var(--design-primary, #fcc316));
  box-shadow: 0 8px 18px color-mix(in srgb, var(--design-secondary, var(--design-primary, #fcc316)) 22%, transparent);
}

.home-template-2 .lab-t3-cart-badge {
  position: absolute;
  top: -6px;
  inset-inline-start: -6px;
  width: 1.25rem;
  min-width: 1.25rem;
  max-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  max-height: 1.25rem;
  padding: 0;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  white-space: nowrap;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  color: var(--design-button-text, #fff);
  background: var(--design-danger, #d5292c);
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--design-card-bg, #fff) 88%, transparent);
  text-shadow: 0 1px 1px color-mix(in srgb, #000 34%, transparent);
  pointer-events: none;
}

.home-template-2 span.lab-t3-nav-link {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.55rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--design-body-text-color, #18181b);
  border-radius: var(--design-radius-md, 8px);
  background: transparent;
}

.home-template-2 span.lab-t3-nav-link--current {
  color: color-mix(in srgb, var(--design-body-text-color, #334155) 88%, var(--design-primary, #fcc316) 12%);
  background: color-mix(in srgb, var(--design-primary, #fcc316) 10%, transparent);
  box-shadow:
    inset 0 -2px 0 color-mix(in srgb, var(--design-primary, #fcc316) 72%, var(--design-body-text-color, #111827) 28%),
    0 4px 12px color-mix(in srgb, var(--design-body-text-color, #0f172a) 4%, transparent);
}

@media (min-width: 992px) {
  .home-template-2 a.lab-t3-nav-link,
  .home-template-2 span.lab-t3-nav-link {
    font-size: 0.9rem;
  }

  .home-template-2 a.lab-t3-menu-panel__item {
    font-size: 0.86rem;
  }
}

@media (max-width: 720px) {
  .home-template-2 .lab-t3-menu-panel {
    width: min(200px, calc(100vw - 1.5rem));
    left: auto;
    right: 0;
  }

  .home-template-2 .lab-t3-mainbar {
    flex-direction: column;
    align-items: stretch;
  }

  .home-template-2 .lab-t3-nav-wrap {
    justify-content: flex-start;
  }

  .home-template-2 .lab-t3-nav {
    justify-content: flex-start;
  }

  .home-template-2 .lab-t3-tools {
    justify-content: flex-end;
  }
}

/* Design Lab #lab-03 Style 04 — عناوين بلوكات خارجية فقط (.lab-t2-block-heading-minimal) */
.home-template-2 .lab-t2-block-heading-minimal.lab-modern-heading-minimal-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.home-template-2 .lab-t2-block-heading-minimal .lab-modern-heading-minimal-mark {
  display: inline-block;
  width: 4px;
  height: 1.25em;
  background: var(--design-primary, #fcc316);
  border-radius: 2px;
  flex-shrink: 0;
}

.home-template-2 .lab-t2-block-heading-minimal .lab-modern-heading-minimal-text {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--design-body-text-color, #111827);
  margin: 0;
}

.home-template-2 .lab-t2-block-heading-minimal.lab-modern-heading-minimal-wrap--block {
  align-items: center;
}

.home-template-2 .lab-t2-block-head {
  max-width: 1200px;
  margin: 0 auto 0.65rem;
  padding: 0 1rem;
}

.home-template-2 .lab-t3-featured-title-wrap {
  flex: 1 1 auto;
  min-width: 0;
}

.home-template-2 .lab-t3-featured-head .lab-t2-block-heading-minimal .lab-modern-heading-minimal-text.lab-t3-featured-title {
  font-size: clamp(1rem, 2.4vw, 1.12rem);
  font-weight: 800;
  letter-spacing: 0.02em;
}

.home-template-2 .lab-t3-featured-window--empty {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 6rem;
}

.home-template-2 .lab-t3-featured-window--empty .lab-t3-featured-empty {
  margin: 0;
  text-align: center;
}

/* Design Lab #lab-06 — بنر مقسوم (template_2) */
.home-template-2 .lab-t2-split-banner.lab-modern-split-banner {
  display: flex;
  flex-direction: column;
  border-radius: var(--home-t2-radius, 0px);
  overflow: hidden;
  min-height: 200px;
  background: color-mix(in srgb, var(--design-primary, #fcc316) 14%, transparent);
  border: 1px solid color-mix(in srgb, var(--design-primary, #fcc316) 24%, var(--design-card-border, #e5e7eb) 76%);
  max-width: 1200px;
  margin: 2rem auto 0;
  width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto;
}

.home-template-2 .lab-t2-split-banner-cols {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
  min-height: 0;
  align-items: stretch;
}

.home-template-2 .lab-modern-split-text {
  flex: 1;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  direction: rtl;
  text-align: right;
  align-items: flex-start;
}

.home-template-2 .lab-modern-split-title {
  font-size: clamp(1.05rem, 2.4vw, 1.35rem);
  font-weight: 800;
  color: var(--design-body-text-color, #111827);
  margin: 0;
  line-height: 1.35;
  text-align: right;
  width: 100%;
}

.home-template-2 .lab-modern-split-desc {
  font-size: 0.82rem;
  color: var(--design-muted-text, #6b7280);
  margin: 0;
  text-align: right;
  width: 100%;
}

.home-template-2 a.lab-modern-split-cta {
  display: inline-flex;
  align-self: flex-start;
  background: var(--design-button-bg, var(--design-primary, #fcc316));
  color: var(--design-button-text, #222222);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: var(--home-t2-radius, 0px);
  margin-top: 4px;
  text-decoration: none;
  transition:
    background 0.18s ease,
    color 0.18s ease;
}

.home-template-2 .lab-modern-split-banner:hover a.lab-modern-split-cta {
  background: var(--design-button-hover-bg, color-mix(in srgb, var(--design-button-bg, var(--design-primary, #fcc316)) 88%, #000000 12%));
  color: var(--design-button-text, #222222);
}

.home-template-2 .lab-modern-split-img {
  width: 40%;
  flex-shrink: 0;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  align-self: stretch;
  max-height: none;
}

.home-template-2 .lab-modern-split-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.35s ease;
}

.home-template-2 .lab-modern-split-banner:hover .lab-modern-split-img img {
  transform: scale(1.05);
}

@media (max-width: 900px) {
  .home-template-2 .lab-modern-split-img {
    width: 35%;
  }
}

@media (max-width: 500px) {
  .home-template-2 .lab-t2-split-banner-cols {
    flex-direction: column;
  }

  .home-template-2 .lab-modern-split-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    max-width: none;
    flex-shrink: 0;
  }
}

/* Design Lab #lab-09 Style 04 — Modern Floating Pill Bar (جوال فقط ≤767.98px) */
.home-template-2 .lab-t2-pill-host {
  display: none !important;
}

@media (max-width: 767.98px) {
  .home-template-2 .lab-t2-pill-host {
    display: flex !important;
    justify-content: center;
    position: fixed;
    left: auto;
    right: auto;
    inset-inline: 0.5rem;
    width: auto;
    max-width: none;
    bottom: max(0.35rem, env(safe-area-inset-bottom, 0px));
    z-index: 1035;
    padding: 0;
    pointer-events: none;
  }

  .home-template-2 .lab-t2-pill-host .lab-modern-pill-bar {
    pointer-events: auto;
    width: min(calc(100vw - 1rem), 520px);
    max-width: 100%;
    box-sizing: border-box;
    justify-content: space-evenly;
    padding: 5px 6px;
    gap: 0.15rem;
  }

  .home-template-2 {
    padding-bottom: calc(2.8rem + env(safe-area-inset-bottom, 0px));
  }

  body.home-template-2-active footer.site-footer {
    margin-top: 0.65rem !important;
  }
}

@media (min-width: 768px) {
  .home-template-2 .lab-t2-pill-host {
    display: none !important;
  }

  .home-template-2 {
    padding-bottom: 2.5rem;
  }
}

.home-template-2 .lab-modern-pill-bar-host {
  display: flex;
  justify-content: center;
  padding: 10px 12px;
  background: transparent;
}

.home-template-2 .lab-modern-pill-bar {
  display: inline-flex;
  align-items: center;
  background: var(--design-card-bg, #fff);
  border-radius: 999px;
  box-shadow: 0 8px 32px color-mix(in srgb, var(--design-body-text-color, #111827) 14%, transparent);
  padding: 6px 8px;
  gap: 0;
}

.home-template-2 a.lab-modern-pill-item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 0.7rem;
  color: var(--design-muted-text, #6b7280);
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease;
  white-space: nowrap;
  flex-shrink: 0;
  font-family: var(--font-family-sans, inherit);
}

.home-template-2 a.lab-modern-pill-item:hover {
  background: color-mix(in srgb, var(--design-background-color, #f9fafb) 88%, var(--design-card-bg, #ffffff) 12%);
  color: var(--design-body-text-color, #111827);
}

.home-template-2 a.lab-modern-pill-item--active {
  background: var(--design-primary, #fcc316);
  color: var(--design-body-text-color, #111827);
  font-weight: 700;
}

.home-template-2 a.lab-modern-pill-item--active:hover {
  background: color-mix(in srgb, var(--design-primary, #fcc316) 88%, var(--design-body-text-color, #000000) 12%);
}

.home-template-2 .lab-modern-pill-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-template-2 .lab-modern-pill-ico svg {
  display: block;
}

.home-template-2 .lab-modern-pill-ico-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-template-2 .lab-modern-pill-badge {
  position: absolute;
  top: -7px;
  inset-inline-start: -4px;
  width: 1.15rem;
  min-width: 1.15rem;
  max-width: 1.15rem;
  height: 1.15rem;
  min-height: 1.15rem;
  max-height: 1.15rem;
  padding: 0;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  white-space: nowrap;
  font-size: 0.62rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background: var(--design-danger, #d5292c);
  color: var(--design-button-text, #fff);
  border: 1px solid color-mix(in srgb, var(--design-card-bg, #fff) 88%, transparent);
  text-shadow: 0 1px 1px color-mix(in srgb, #000 34%, transparent);
}

@media (max-width: 380px) {
  .home-template-2 a.lab-modern-pill-item {
    padding-inline: 8px;
    font-size: 0.62rem;
  }
}

/* Design Lab #lab-04 Style 02 — lab-t1-cat horizontal strip (storefront, scoped) */
.home-template-2 .lab-t1-cat-section {
  margin-top: 1.25rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}

.home-template-2 .lab-t1-cat-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.85rem;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.home-template-2 .lab-t1-cat-head .lab-t2-block-heading-minimal .lab-modern-heading-minimal-text.lab-t1-cat-title {
  font-size: clamp(1rem, 2.4vw, 1.12rem);
}

.home-template-2 .lab-t1-cat-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.home-template-2 .lab-t1-cat-view-all {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.85rem;
  color: var(--design-primary, #fcc316);
  font-weight: 600;
  text-decoration: none;
  font-family: var(--font-family-sans, inherit);
}

.home-template-2 .lab-t1-cat-view-all-glyph {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.home-template-2 .lab-t1-cat-controls {
  display: inline-flex;
  gap: 0.3rem;
}

.home-template-2 .lab-t1-cat-control {
  display: inline-grid;
  place-items: center;
  width: 1.85rem;
  height: 1.85rem;
  padding: 0;
  margin: 0;
  border: 2px solid var(--design-primary, #fcc316);
  border-radius: 0 !important;
  background: transparent;
  color: var(--design-secondary, var(--design-primary, #fcc316));
  font-size: 0.95rem;
  line-height: 1;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  transition:
    background 0.26s ease,
    color 0.26s ease,
    border-color 0.26s ease;
}

.home-template-2 button.lab-t1-cat-control {
  appearance: none;
  -webkit-appearance: none;
  font: inherit;
  opacity: 1;
}

.home-template-2 .lab-t1-cat-control:hover,
.home-template-2 .lab-t1-cat-control:active,
.home-template-2 .lab-t1-cat-control:focus-visible {
  background: var(--design-secondary, var(--design-primary, #fcc316));
  color: var(--design-button-text, #ffffff);
  border-color: var(--design-secondary, var(--design-primary, #fcc316));
}

.home-template-2 .lab-t1-cat-control svg.home-t2-icon {
  color: inherit;
}

.home-template-2 .lab-t1-cat-control:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--design-primary, #fcc316) 45%, transparent);
}

.home-template-2 .lab-t1-cat-control-glyph {
  display: inline-grid;
  place-items: center;
  line-height: 0;
  pointer-events: none;
}

.home-template-2 .lab-t1-cat-strip {
  overflow: hidden;
  position: relative;
  direction: ltr;
}

.home-template-2 .lab-t1-cat-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
  direction: ltr;
}

.home-template-2 .lab-t1-cat-track::-webkit-scrollbar {
  display: none;
}

.home-template-2 a.lab-t1-cat-slide {
  position: relative;
  border-radius: var(--design-radius-md, 12px);
  overflow: hidden;
  flex: 0 0 calc((100% - 60px) / 5);
  min-width: 120px;
  height: 140px;
  scroll-snap-align: start;
  box-shadow: var(--design-shadow-card, 0 4px 14px color-mix(in srgb, var(--design-body-text-color, #111827) 9%, transparent));
  text-decoration: none;
  color: inherit;
  display: block;
}

.home-template-2 .lab-t1-cat-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: color-mix(in srgb, var(--design-background-color, #f1f5f9) 82%, var(--design-primary, #fcc316) 18%);
}

.home-template-2 .lab-t1-cat-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.28s ease;
}

.home-template-2 .lab-t1-cat-letter {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.35rem, 5vw, 2rem);
  font-weight: 900;
  color: var(--design-body-text-color, #111827);
  letter-spacing: 0.02em;
}

.home-template-2 a.lab-t1-cat-slide:hover .lab-t1-cat-image {
  transform: scale(1.05);
}

.home-template-2 .lab-t1-cat-content {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    color-mix(in srgb, var(--design-body-text-color, #000000) 65%, transparent) 0%,
    transparent 60%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10px 10px 8px;
  text-align: right;
  direction: rtl;
}

.home-template-2 .lab-t1-cat-name {
  display: block;
  color: var(--design-card-bg, #ffffff);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  text-shadow: 0 1px 3px color-mix(in srgb, var(--design-body-text-color, #000000) 50%, transparent);
}

.home-template-2 .lab-t1-cat-hint {
  margin: 0.75rem 0 0;
  color: var(--design-muted-text, #9ca3af);
  font-size: 0.8rem;
  line-height: 1.5;
  font-family: var(--font-family-sans, inherit);
}

@media (max-width: 800px) and (min-width: 768px) {
  .home-template-2 a.lab-t1-cat-slide {
    flex: 0 0 calc((100% - 36px) / 3);
    min-width: 100px;
    height: 115px;
  }
}

@media (max-width: 767.98px) {
  .home-template-2 .lab-t1-cat-track {
    --home-t2-cat-gap: 12px;
    gap: var(--home-t2-cat-gap);
    scroll-padding-inline: 10px;
    padding-inline: 8px;
    box-sizing: border-box;
  }

  .home-template-2 a.lab-t1-cat-slide {
    flex: 0 0 calc((100% - 2 * var(--home-t2-cat-gap)) / 3);
    min-width: calc((100% - 2 * var(--home-t2-cat-gap)) / 3);
    max-width: calc((100% - 2 * var(--home-t2-cat-gap)) / 3);
    width: calc((100% - 2 * var(--home-t2-cat-gap)) / 3);
    box-sizing: border-box;
    height: 118px;
    scroll-snap-align: start;
    scroll-margin-inline: 4px;
  }
}

/* Design Lab #lab-05 Style 01 — lab-base-feature (storefront: identity tokens, .home-template-2 scope) */
.home-template-2 .lab-base-feature-wrap {
  max-width: 1200px;
  margin: 2rem auto 0;
  padding: 0 1rem;
}

.home-template-2 .lab-base-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.home-template-2 .lab-base-feature-item {
  box-sizing: border-box;
  background: var(--design-card-bg, #ffffff);
  border: 1px solid var(--design-card-border, rgba(0, 0, 0, 0.08));
  border-radius: var(--design-radius-md, 14px);
  padding: 0.85rem 0.8rem;
  text-align: center;
  box-shadow: none;
}

.home-template-2 .lab-base-feature-item:hover {
  box-shadow: none;
}

.home-template-2 .lab-base-feature-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: var(--design-radius-md, 0.65rem);
  background: color-mix(in srgb, var(--design-primary, #fcc316) 18%, transparent);
  color: var(--design-primary, #fcc316);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1;
  font-family: var(--font-family-sans, inherit);
  margin-bottom: 0.55rem;
}

.home-template-2 .lab-base-feature-ico svg.home-t2-icon {
  color: inherit;
}

.home-template-2 .lab-base-feature-title {
  margin: 0 0 0.28rem;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--design-body-text-color, #111827);
  font-family: var(--font-family-sans, inherit);
}

.home-template-2 .lab-base-feature-text {
  margin: 0;
  color: var(--design-muted-text, #6b7280);
  font-size: 0.84rem;
  line-height: 1.5;
  font-family: var(--font-family-sans, inherit);
}

@media (max-width: 720px) {
  .home-template-2 .lab-base-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 400px) {
  .home-template-2 .lab-base-feature-grid {
    grid-template-columns: 1fr;
  }
}

/* Featured product block (Design Lab #lab-10 lab-t3-featured) — scoped for template 2 */
.home-template-2 .lab-t3-featured-lab-wrap {
  width: 100%;
  min-width: 0;
  max-width: 1200px;
  margin: 2rem auto 0;
  padding: 0 1rem;
}

.home-template-2 .lab-t3-featured {
  padding: 0;
  border-radius: 0;
}

.home-template-2 .lab-t3-featured-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 0.85rem;
}

.home-template-2 .lab-t3-featured-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.home-template-2 .lab-t3-featured-all-link {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--design-muted-text, #64748b);
  text-decoration: none;
  border-bottom: 1px dashed color-mix(in srgb, var(--design-muted-text, #64748b) 50%, var(--design-card-border, rgba(0, 0, 0, 0.12)) 50%);
  padding-bottom: 0.06rem;
  transition:
    color 0.2s ease,
    border-color 0.2s ease;
}

.home-template-2 .lab-t3-featured-all-link.lab-t1-cat-view-all {
  border-bottom: none;
  padding-bottom: 0;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--design-primary, #fcc316);
}

.home-template-2 .lab-t3-featured-all-link:hover {
  color: var(--design-body-text-color, #0f172a);
  border-bottom-color: color-mix(in srgb, var(--design-body-text-color, #334155) 55%, var(--design-card-border, rgba(0, 0, 0, 0.12)) 45%);
}

.home-template-2 .lab-t3-featured-all-link.lab-t1-cat-view-all:hover {
  color: color-mix(in srgb, var(--design-primary, #fcc316) 55%, var(--design-body-text-color, #0f172a) 45%);
}

.home-template-2 .lab-t3-featured-nav {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.home-template-2 .lab-t3-featured-nav-control {
  display: inline-grid;
  place-items: center;
  width: 1.85rem;
  height: 1.85rem;
  padding: 0;
  margin: 0;
  border: 2px solid var(--design-primary, #fcc316);
  border-radius: 0 !important;
  background: transparent;
  color: var(--design-secondary, var(--design-primary, #fcc316));
  cursor: pointer;
  transition:
    background 0.26s ease,
    color 0.26s ease,
    border-color 0.26s ease;
}

.home-template-2 .lab-t3-featured-nav-control:not(:disabled):hover,
.home-template-2 .lab-t3-featured-nav-control:not(:disabled):active,
.home-template-2 .lab-t3-featured-nav-control:not(:disabled):focus-visible {
  background: var(--design-secondary, var(--design-primary, #fcc316));
  color: var(--design-button-text, #ffffff);
  border-color: var(--design-secondary, var(--design-primary, #fcc316));
}

.home-template-2 .lab-t3-featured-nav-control svg.home-t2-icon {
  color: inherit;
}

.home-template-2 button.lab-t3-featured-nav-control {
  appearance: none;
  -webkit-appearance: none;
  font: inherit;
}

.home-template-2 .lab-t3-featured-nav-control:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--design-primary, #fcc316) 45%, transparent);
}

.home-template-2 .lab-t3-featured-nav-control:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.home-template-2 .lab-t3-featured-nav-glyph {
  font-size: 0.95rem;
  line-height: 1;
  pointer-events: none;
  display: inline-grid;
  place-items: center;
}

.home-template-2 .lab-t3-featured-window {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  width: 100%;
  container-type: inline-size;
  container-name: lab-t3-f;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
}

.home-template-2 .lab-t3-featured-window::-webkit-scrollbar {
  display: none;
}

.home-template-2 .lab-t3-featured-empty {
  margin: 0;
  padding: 1.5rem 1rem;
  text-align: center;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--design-muted-text, #64748b);
  border: 1px dashed var(--design-card-border, rgba(0, 0, 0, 0.12));
  background: color-mix(in srgb, var(--design-card-bg, #ffffff) 94%, var(--design-background-color, #f1f5f9) 6%);
}

.home-template-2 .lab-t3-featured-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  --home-t2-featured-gap: 0.5rem;
  gap: var(--home-t2-featured-gap);
  width: max-content;
  min-width: 100%;
  padding-bottom: 2px;
}

/* HOME-TPL-2.2R-STYLE-FIX: isolate lab-t3-featured cards from legacy .product-card rules */

.home-template-2 article.lab-t3-featured-card.product-card {
  background: var(--design-card-bg, #fff);
  border: 1px solid color-mix(in srgb, var(--design-card-border, rgba(148, 163, 184, 0.35)) 85%, var(--design-primary, #fcc316) 15%);
  border-radius: var(--home-t2-radius, 0px);
  box-shadow: none;
  overflow: hidden;
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-self: stretch;
  transform: none;
}

.home-template-2 article.lab-t3-featured-card.product-card:hover {
  transform: none;
  border-color: color-mix(in srgb, var(--design-primary, #fcc316) 35%, var(--design-card-border, rgba(148, 163, 184, 0.35)) 65%);
  box-shadow: 0 6px 18px color-mix(in srgb, var(--design-body-text-color, #0f172a) 8%, transparent);
}

.home-template-2 .lab-t3-featured-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Featured product cards — Design Lab #lab-10 lab-t3-featured (store: identity vars) */
.home-template-2 .lab-t3-featured-card {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc((100cqi - 3 * var(--home-t2-featured-gap)) / 4);
  box-sizing: border-box;
  width: calc((100cqi - 3 * var(--home-t2-featured-gap)) / 4);
  min-width: calc((100cqi - 3 * var(--home-t2-featured-gap)) / 4);
  height: 100%;
  align-self: stretch;
  max-width: none;
  overflow: hidden;
  border-radius: var(--home-t2-radius, 0px);
  scroll-snap-align: start;
  scroll-snap-stop: always;
  background: var(--design-card-bg, #ffffff);
  border: 1px solid color-mix(in srgb, var(--design-card-border, rgba(148, 163, 184, 0.35)) 70%, var(--design-muted-text, #94a3b8) 30%);
  box-shadow: none;
  padding: 0;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.home-template-2 .lab-t3-featured-card:hover {
  border-color: color-mix(in srgb, var(--design-muted-text, #64748b) 55%, var(--design-card-border, rgba(0, 0, 0, 0.08)) 45%);
  box-shadow: 0 6px 18px color-mix(in srgb, var(--design-body-text-color, #0f172a) 6%, transparent);
}

@media (min-width: 768px) {
  @container lab-t3-f (max-width: 767px) {
  .home-template-2 .lab-t3-featured-card {
      flex: 0 0 calc((100cqi - 2 * var(--home-t2-featured-gap)) / 3);
      width: calc((100cqi - 2 * var(--home-t2-featured-gap)) / 3);
      min-width: calc((100cqi - 2 * var(--home-t2-featured-gap)) / 3);
  }
}

  @container lab-t3-f (max-width: 640px) {
  .home-template-2 .lab-t3-featured-card {
      flex: 0 0 calc((100cqi - 1 * var(--home-t2-featured-gap)) / 2);
      width: calc((100cqi - 1 * var(--home-t2-featured-gap)) / 2);
      min-width: calc((100cqi - 1 * var(--home-t2-featured-gap)) / 2);
    }
  }
}

.home-template-2 .lab-t3-featured-media {
  margin: 0;
  padding: 0;
  flex: 0 0 auto;
  width: 100%;
  min-width: 0;
}

.home-template-2 .lab-t3-featured-thumb {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  width: 100%;
  min-height: 0;
  flex-shrink: 0;
  background: color-mix(in srgb, var(--design-background-color, #f1f5f9) 88%, var(--design-body-text-color, #0f172a) 12%);
}

.home-template-2 .lab-t3-featured-image-link {
  position: absolute;
  inset: 0;
  display: block;
  text-decoration: none;
  color: inherit;
}

.home-template-2 .lab-t3-featured-thumb.zoom-box .zoom-icon.lab-t3-featured-zoom-btn {
  opacity: 1;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0 !important;
  background: color-mix(in srgb, var(--design-card-bg, #ffffff) 88%, transparent);
  border: 1px solid color-mix(in srgb, var(--design-body-text-color, #0f172a) 22%, transparent);
  color: var(--design-body-text-color, #1e293b);
  z-index: 4;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    opacity 0.2s ease;
}

.home-template-2 .lab-t3-featured-thumb.zoom-box:hover .zoom-icon.lab-t3-featured-zoom-btn {
  opacity: 1;
}

.home-template-2 .lab-t3-featured-zoom-btn .lab-t3-featured-eye-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.home-template-2 .lab-t3-featured-zoom-btn .lab-t3-featured-eye-symbol svg {
  display: block;
}

.home-template-2 .lab-t3-featured-zoom-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--design-primary, #fcc316) 55%, transparent);
}

.home-template-2 .lab-t3-featured-thumb .lab-t3-featured-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.45s ease;
}

.home-template-2 .lab-t3-featured-card:hover .lab-t3-featured-thumb .lab-t3-featured-image {
  transform: scale(1.05);
}

.home-template-2 .lab-t3-featured-badge {
  position: absolute;
  top: 0.45rem;
  inset-inline-end: 0.45rem;
  z-index: 2;
  min-width: 0;
  min-height: 1.45rem;
  padding: 0.25rem 0.48rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #ffffff;
  background: #e53935;
  border: 0;
  border-radius: 0 !important;
  box-shadow: none;
  pointer-events: none;
  line-height: 1.15;
  white-space: nowrap;
}

.home-template-2 .lab-t3-featured-badge--pct {
  font-size: 0.58rem;
  letter-spacing: 0.02em;
}

.home-template-2 .lab-t3-featured-badges {
  position: absolute;
  top: 0.45rem;
  inset-inline-end: 0.45rem;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.28rem;
  flex-wrap: wrap;
  max-width: calc(100% - 0.9rem);
  pointer-events: none;
}

.home-template-2 .lab-t3-featured-badges .lab-t3-featured-badge {
  position: static;
  top: auto;
  inset-inline-end: auto;
}

.home-template-2 .lab-t3-featured-badge--timed {
  min-width: 0;
  min-height: 1.45rem;
  padding: 0.25rem 0.48rem;
  border-radius: 0 !important;
  background: #e53935;
  color: #fff;
  font-size: 0.58rem;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  animation: labT3TimedBadgePulse 1.35s ease-in-out infinite;
  will-change: filter;
}

@keyframes labT3TimedBadgePulse {
  0%,
  100% {
    filter: brightness(1);
  }

  50% {
    filter: brightness(1.34);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-template-2 .lab-t3-featured-badge--timed {
    animation: none !important;
    filter: none !important;
  }
}

.home-template-2 .lab-t3-featured-body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0.55rem 0.6rem 0.65rem;
  flex: 1 1 auto;
  min-height: 0;
}

.home-template-2 .lab-t3-featured-name {
  margin: 0;
  flex: 0 0 auto;
  font-size: clamp(0.88rem, 2.1vw, 0.97rem);
  font-weight: 700;
  line-height: 1.45;
  color: var(--design-body-text-color, #0f172a);
  text-align: center;
}

.home-template-2 .lab-t3-featured-name-link {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.45;
  min-height: calc(1.45em * 2);
  max-height: calc(1.45em * 2);
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.home-template-2 .lab-t3-featured-name-link:hover {
  color: color-mix(in srgb, var(--design-primary, #fcc316) 42%, var(--design-body-text-color, #0f172a) 58%);
}

.home-template-2 .lab-t3-featured-rule {
  height: 1px;
  margin: 0;
  border: 0;
  background: color-mix(in srgb, var(--design-muted-text, #94a3b8) 45%, var(--design-card-border, rgba(148, 163, 184, 0.45)) 55%);
}

.home-template-2 .lab-t3-featured-prices {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.16rem;
  flex: 0 0 auto;
  min-height: calc(1.15em * 2 + 0.35em);
  margin-top: 0;
  text-align: center;
}

.home-template-2 .lab-t3-featured-prices--single {
  align-items: center;
  justify-content: center;
  min-height: calc(1.15em * 2 + 0.35em);
}

.home-template-2 .lab-t3-featured-price-now {
  font-size: 0.88rem;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  color: #16a34a;
  order: -1;
}

.home-template-2 .lab-t3-featured-price-old {
  font-size: 0.68rem;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  color: color-mix(in srgb, var(--design-muted-text, #64748b) 95%, var(--design-body-text-color, #0f172a) 5%);
  text-decoration: line-through;
  order: 1;
}

.home-template-2 .lab-t3-featured-prices--single .lab-t3-featured-price-now {
  order: 0;
}

.home-template-2 .lab-t3-featured-action {
  position: relative;
  display: block;
  width: 100%;
  margin-top: auto;
  flex: 0 0 auto;
  padding: 0.48rem 2.35rem;
  box-sizing: border-box;
  font-family: var(--font-family-sans, inherit);
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--design-body-text-color, #1e293b);
  background: transparent;
  border: 1px solid color-mix(in srgb, var(--design-body-text-color, #1e293b) 85%, var(--design-card-border, rgba(0, 0, 0, 0.12)) 15%);
  border-radius: 0;
  cursor: default;
  text-align: center;
  box-shadow: none;
  transition:
    background 0.28s ease,
    color 0.28s ease,
    border-color 0.28s ease;
}

.home-template-2 .lab-t3-featured-action-text {
  display: block;
  width: 100%;
  text-align: center;
}

.home-template-2 .lab-t3-featured-cart-icon {
  position: absolute;
  top: 50%;
  inset-inline-start: 0.58rem;
  transform: translateY(-50%);
  font-size: 0.95rem;
  line-height: 1;
  opacity: 0.92;
  pointer-events: none;
}

.home-template-2 button.lab-t3-featured-action {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  cursor: pointer;
  background: transparent;
  font: inherit;
  line-height: inherit;
  color: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: color-mix(in srgb, var(--design-body-text-color, #1e293b) 85%, var(--design-card-border, rgba(0, 0, 0, 0.12)) 15%);
  border-radius: 0;
  padding: 0.48rem 2.35rem;
  width: 100%;
  text-align: center;
  box-shadow: none;
}

.home-template-2 button.lab-t3-featured-action:hover {
  background: var(--design-body-text-color, #1e293b);
  color: var(--design-card-bg, #f8fafc);
  border-color: var(--design-body-text-color, #1e293b);
}

.home-template-2 button.lab-t3-featured-action:hover .lab-t3-featured-cart-icon {
  color: inherit;
  opacity: 1;
}

.home-template-2 button.lab-t3-featured-action:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--design-primary, #fcc316) 32%, transparent);
}

/* Override legacy .product-card .btn-options !important (style.css) — outline Lab look only here */
.home-template-2 button.lab-t3-featured-action.btn-options {
  background: transparent !important;
  color: var(--design-body-text-color, #1e293b) !important;
  border-color: color-mix(in srgb, var(--design-body-text-color, #1e293b) 85%, var(--design-card-border, rgba(0, 0, 0, 0.12)) 15%) !important;
}

.home-template-2 button.lab-t3-featured-action.btn-options:hover {
  background: var(--design-body-text-color, #1e293b) !important;
  color: var(--design-card-bg, #f8fafc) !important;
  border-color: var(--design-body-text-color, #1e293b) !important;
}

.home-template-2 button.lab-t3-featured-action.btn-options:focus,
.home-template-2 button.lab-t3-featured-action.btn-options:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--design-primary, #fcc316) 32%, transparent) !important;
  background: transparent !important;
  color: var(--design-body-text-color, #1e293b) !important;
  border-color: color-mix(in srgb, var(--design-body-text-color, #1e293b) 85%, var(--design-card-border, rgba(0, 0, 0, 0.12)) 15%) !important;
}

.home-template-2 button.lab-t3-featured-action.btn-options:active {
  background: var(--design-body-text-color, #1e293b) !important;
  color: var(--design-card-bg, #f8fafc) !important;
  border-color: var(--design-body-text-color, #1e293b) !important;
}

.home-template-2 .lab-t3-featured-action--soldout {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.88;
  background: color-mix(in srgb, var(--design-card-bg, #ffffff) 90%, var(--design-muted-text, #94a3b8) 10%);
  border-color: color-mix(in srgb, var(--design-card-border, rgba(0, 0, 0, 0.12)) 75%, var(--design-muted-text, #9ca3af) 25%);
  color: var(--design-muted-text, #64748b);
}

.home-template-2 .lab-t2-product-columns-block {
  width: min(1200px, calc(100% - 2rem));
  margin: 2rem auto 0;
  direction: rtl;
}

.home-template-2 .lab-t2-product-columns-block__head {
  margin-bottom: 0.8rem;
}

.home-template-2 .lab-t2-product-columns-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  align-items: stretch;
}

.home-template-2 .lab-t2-product-column {
  min-width: 0;
  overflow: hidden;
  background: color-mix(in srgb, var(--design-card-bg, #fff) 76%, var(--design-background-color, #f4f4f5) 24%);
  border: 1px solid color-mix(in srgb, var(--design-card-border, rgba(15, 23, 42, 0.12)) 78%, var(--design-body-text-color, #0f172a) 8%);
  border-radius: var(--home-t2-card-radius, 0);
  box-shadow: none;
}

.home-template-2 .lab-t2-product-column__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  padding: 0.72rem 0.78rem;
  border-bottom: 1px solid color-mix(in srgb, var(--design-card-border, rgba(15, 23, 42, 0.12)) 78%, transparent);
  background: color-mix(in srgb, var(--design-background-color, #f4f4f5) 66%, var(--design-card-bg, #fff) 34%);
}

.home-template-2 .lab-t2-product-column__head--link-only {
  justify-content: flex-end;
}

.home-template-2 .lab-t2-product-column__head h4 {
  margin: 0;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--design-body-text-color, #0f172a);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.35;
}

.home-template-2 .lab-t2-product-column__head a {
  flex: 0 0 auto;
  color: color-mix(in srgb, var(--design-primary, #fcc316) 42%, var(--design-body-text-color, #0f172a) 58%);
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
}

.home-template-2 .lab-t2-product-column__head a:hover {
  color: var(--design-button-hover-bg, var(--design-secondary, #46b376));
}

.home-template-2 .lab-t2-product-column__viewport {
  position: relative;
  overflow: hidden;
  overflow: clip;
  clip-path: inset(0);
  contain: paint;
  padding: 0;
  isolation: isolate;
}

.home-template-2 .lab-t2-product-column__list {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  direction: ltr;
  transform: translate3d(var(--t2-column-shift, 0), 0, 0);
  transition: transform 1.35s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
  backface-visibility: hidden;
}

.home-template-2 .lab-t2-product-column__page {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0.56rem;
  direction: rtl;
  padding: 0.65rem;
  overflow: hidden;
}

.home-template-2 .lab-t2-product-column__empty {
  margin: 0;
  padding: 1.2rem 0.65rem;
  text-align: center;
  color: var(--design-muted-text, #64748b);
  font-size: 0.82rem;
}

.home-template-2 .lab-t2-product-column__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--design-body-text-color, #0f172a);
  background: color-mix(in srgb, var(--design-card-bg, #ffffff) 88%, transparent);
  border: 1px solid color-mix(in srgb, var(--design-card-border, rgba(15, 23, 42, 0.14)) 78%, transparent);
  border-radius: 999px;
  box-shadow: 0 0.4rem 1rem color-mix(in srgb, var(--design-body-text-color, #0f172a) 10%, transparent);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%) scale(0.96);
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease,
    transform 0.2s ease,
    background 0.2s ease;
}

.home-template-2 .lab-t2-product-column__nav--next {
  inset-inline-start: 0.42rem;
}

.home-template-2 .lab-t2-product-column__nav--prev {
  inset-inline-end: 0.42rem;
}

.home-template-2 .lab-t2-product-column:hover .lab-t2-product-column__nav,
.home-template-2 .lab-t2-product-column:focus-within .lab-t2-product-column__nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
}

.home-template-2 .lab-t2-product-column.is-single-page .lab-t2-product-column__nav {
  display: none;
}

.home-template-2 .lab-t2-product-column__nav:hover,
.home-template-2 .lab-t2-product-column__nav:focus-visible {
  background: var(--design-card-bg, #ffffff);
  outline: none;
}

.home-template-2 .lab-t2-column-product {
  display: grid;
  grid-template-columns: 4.55rem minmax(0, 1fr);
  gap: 0.58rem;
  align-items: center;
  min-width: 0;
  padding: 0.42rem;
  background: color-mix(in srgb, var(--design-card-bg, #fff) 84%, var(--design-background-color, #f4f4f5) 16%);
  border: 1px solid color-mix(in srgb, var(--design-card-border, rgba(15, 23, 42, 0.12)) 78%, transparent);
  border-radius: 0;
}

.home-template-2 .lab-t2-column-product__media {
  display: block;
  width: 4.55rem;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f8fafc;
  border: 1px solid color-mix(in srgb, var(--design-card-border, rgba(15, 23, 42, 0.12)) 78%, transparent);
}

.home-template-2 .lab-t2-column-product__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.home-template-2 .lab-t2-column-product:hover .lab-t2-column-product__media img {
  transform: scale(1.04);
}

.home-template-2 .lab-t2-column-product__body {
  position: relative;
  min-width: 0;
  min-height: 4.55rem;
  display: grid;
  gap: 0.2rem;
  align-content: center;
  padding-inline-end: 2rem;
  text-align: start;
}

.home-template-2 .lab-t2-column-product__name {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.38;
}

.home-template-2 .lab-t2-column-product__name a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: var(--design-body-text-color, #0f172a);
  text-decoration: none;
}

.home-template-2 .lab-t2-column-product__prices {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.08rem;
  line-height: 1.15;
}

.home-template-2 .lab-t2-column-product__price-now {
  color: #16a34a;
  font-size: 0.72rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.home-template-2 .lab-t2-column-product__price-old {
  color: var(--design-muted-text, #64748b);
  font-size: 0.62rem;
  font-weight: 500;
  text-decoration: line-through;
  font-variant-numeric: tabular-nums;
}

.home-template-2 .lab-t2-column-product__action {
  position: absolute;
  inset-inline-end: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.58rem;
  height: 1.58rem;
  min-height: 1.58rem;
  padding: 0;
  margin: 0;
  color: var(--design-body-text-color, #0f172a);
  background: transparent;
  border: 1px solid color-mix(in srgb, var(--design-body-text-color, #0f172a) 82%, var(--design-card-border, rgba(15, 23, 42, 0.14)) 18%);
  border-radius: 0;
  font-size: 0;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.home-template-2 .lab-t2-column-product__action svg {
  width: 0.88rem;
  height: 0.88rem;
}

.home-template-2 .lab-t2-column-product__action-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.home-template-2 button.lab-t2-column-product__action {
  appearance: none;
  cursor: pointer;
}

.home-template-2 button.lab-t2-column-product__action:hover,
.home-template-2 button.lab-t2-column-product__action:focus-visible {
  color: var(--design-button-text, #fff);
  background: var(--design-button-bg, var(--design-primary, #fcc316));
  border-color: var(--design-button-bg, var(--design-primary, #fcc316));
  outline: none;
}

.home-template-2 .lab-t2-column-product__action.is-soldout {
  position: static;
  width: auto;
  height: auto;
  min-height: 1.3rem;
  padding: 0.12rem 0.45rem;
  margin-top: 0.1rem;
  font-size: 0.58rem;
  color: var(--design-muted-text, #64748b);
  border-color: color-mix(in srgb, var(--design-card-border, rgba(15, 23, 42, 0.14)) 78%, transparent);
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .home-template-2 .lab-t2-product-columns-grid {
    grid-template-columns: 1fr;
  }

  .home-template-2 .lab-t2-product-column__viewport {
    padding: 0;
  }

  .home-template-2 .lab-t2-product-column__page {
    padding: 0.6rem;
  }
}

@media (max-width: 767.98px) {
  .home-template-2 .lab-base-feature-wrap {
    margin-bottom: 0.12rem;
  }

  .home-template-2 .lab-base-slideshow-wrap {
    margin-top: 0.65rem;
  }

  .home-template-2 .lab-t3-featured-lab-wrap {
    margin-top: 1rem;
    padding-inline: 0.65rem;
  }

  .home-template-2 .lab-t3-featured-head {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.72rem;
    gap: 0.45rem;
    flex-wrap: wrap;
  }

  .home-template-2 .lab-t3-featured-head .lab-t3-featured-title-wrap {
    flex: 0 1 auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    max-width: min(100%, 52%);
  }

  .home-template-2 .lab-t3-featured-head .lab-t3-featured-title-wrap.lab-modern-heading-minimal-wrap {
    gap: 0.22rem;
  }

  .home-template-2 .lab-t3-featured-head .lab-t2-block-heading-minimal.lab-modern-heading-minimal-wrap {
    margin: 0;
    padding: 0;
  }

  .home-template-2 .lab-t3-featured-title-wrap .lab-modern-heading-minimal-mark {
    height: 1em;
  }

  .home-template-2 .lab-t2-block-heading-minimal .lab-t3-featured-title {
    font-size: clamp(0.96rem, 2.5vw, 1.06rem);
    letter-spacing: 0.01em;
    margin: 0;
    line-height: 1.3;
  }

  .home-template-2 .lab-t3-featured-meta {
    flex: 1 1 auto;
    min-width: 0;
    justify-content: flex-end;
    align-items: center;
    gap: 0.45rem;
  }

  .home-template-2 .lab-t3-featured-nav {
    display: inline-flex;
    flex: 0 0 auto;
    gap: 0.3rem;
    align-items: center;
    flex-shrink: 0;
  }

  .home-template-2 .lab-t3-featured-nav-control {
    flex-shrink: 0;
  }

  .home-template-2 .lab-t3-featured-window {
    scroll-padding-inline: 0.35rem;
    padding-inline: 0;
    padding-block: 0;
  }

  /* Mobile featured cards only; narrow containers handled inside desktop media above */
  .home-template-2 .lab-t3-featured-track {
    --home-t2-featured-gap-m: 0.58rem;
    --home-t2-featured-gap: var(--home-t2-featured-gap-m);
    gap: var(--home-t2-featured-gap-m);
    padding-inline: 1px;
    box-sizing: border-box;
  }

  .home-template-2 article.lab-t3-featured-card.product-card,
  .home-template-2 .lab-t3-featured-card {
    flex: 0 0 calc((100cqi - var(--home-t2-featured-gap-m, 0.58rem)) / 2) !important;
    width: calc((100cqi - var(--home-t2-featured-gap-m, 0.58rem)) / 2) !important;
    min-width: calc((100cqi - var(--home-t2-featured-gap-m, 0.58rem)) / 2) !important;
    max-width: calc((100cqi - var(--home-t2-featured-gap-m, 0.58rem)) / 2) !important;
    box-sizing: border-box !important;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
  }

  .home-template-2 .lab-t3-featured-thumb.zoom-box .zoom-icon.lab-t3-featured-zoom-btn {
    width: 1.75rem;
    height: 1.75rem;
  }

  .home-template-2 .lab-t3-featured-badge {
    min-width: 0;
    min-height: 1.24rem;
    padding: 0.18rem 0.4rem;
    font-size: 0.52rem;
    top: 0.32rem;
    inset-inline-end: 0.32rem;
  }

  .home-template-2 .lab-t3-featured-badges {
    top: 0.32rem;
    inset-inline-end: 0.32rem;
    gap: 0.22rem;
    max-width: calc(100% - 0.64rem);
  }

  .home-template-2 .lab-t3-featured-badge--timed {
    min-width: 0;
    min-height: 1.24rem;
    padding: 0.18rem 0.34rem;
    font-size: 0.5rem;
  }

  .home-template-2 .lab-t3-featured-body {
    padding: 0.48rem 0.45rem 0.58rem;
    gap: 0.26rem;
  }

  .home-template-2 .lab-t3-featured-name {
    font-size: 0.76rem;
  }

  .home-template-2 .lab-t3-featured-name-link {
    line-height: 1.35;
    min-height: calc(1.35em * 2);
    max-height: calc(1.35em * 2);
    -webkit-line-clamp: 2;
  }

  .home-template-2 .lab-t3-featured-prices {
    min-height: calc(1.08em * 2 + 0.26em);
  }

  .home-template-2 .lab-t3-featured-prices--single {
    min-height: calc(1.08em * 2 + 0.26em);
  }

  .home-template-2 .lab-t3-featured-price-now {
    font-size: 0.8rem;
  }

  .home-template-2 .lab-t2-product-columns-block {
    width: calc(100% - 1.3rem);
    margin-top: 1rem;
  }

  .home-template-2 .lab-t2-product-columns-grid {
    gap: 0.65rem;
  }

  .home-template-2 .lab-t2-product-column__head {
    padding: 0.62rem 0.65rem;
  }

  .home-template-2 .lab-t2-product-column__viewport {
    padding: 0;
  }

  .home-template-2 .lab-t2-product-column__page {
    padding: 0.55rem;
  }

  .home-template-2 .lab-t2-product-column__nav {
    width: 1.85rem;
    height: 1.85rem;
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) scale(1);
  }

  .home-template-2 .lab-t2-column-product {
    grid-template-columns: 4.1rem minmax(0, 1fr);
    gap: 0.5rem;
    padding: 0.38rem;
  }

  .home-template-2 .lab-t2-column-product__media {
    width: 4.1rem;
  }

  .home-template-2 .lab-t2-column-product__name {
    font-size: 0.72rem;
  }

  .home-template-2 .lab-t2-column-product__body {
    min-height: 4.1rem;
    padding-inline-end: 1.86rem;
  }

  .home-template-2 .lab-t2-column-product__action {
    width: 1.48rem;
    height: 1.48rem;
    min-height: 1.48rem;
    padding: 0;
  }

  .home-template-2 .lab-t2-column-product__action.is-soldout {
    width: auto;
    height: auto;
    min-height: 1.25rem;
    padding: 0.1rem 0.4rem;
  }

  .home-template-2 .lab-t3-featured-price-old {
    font-size: 0.64rem;
  }

  .home-template-2 button.lab-t3-featured-action,
  .home-template-2 .lab-t3-featured-action {
    min-height: 1.88rem;
    padding: 0.34rem 0.42rem;
    padding-inline-start: 1.72rem;
    font-size: 0.7rem;
    box-sizing: border-box;
  }

  .home-template-2 button.lab-t3-featured-action.btn-options {
    padding-inline: 0.42rem;
  }

  .home-template-2 .lab-t3-featured-cart-icon {
    inset-inline-start: 0.44rem;
  }

  .home-template-2 .lab-t3-featured-cart-icon svg.home-t2-icon {
    width: 0.94rem;
    height: 0.94rem;
    display: block;
  }
}

@media (max-width: 360px) {
  .home-template-2 .lab-t3-featured-track {
    --home-t2-featured-gap-m: 0.5rem;
    --home-t2-featured-gap: var(--home-t2-featured-gap-m);
  }

  .home-template-2 article.lab-t3-featured-card.product-card,
  .home-template-2 .lab-t3-featured-card {
    flex: 0 0 72% !important;
    width: 72% !important;
    min-width: 72% !important;
    max-width: 72% !important;
  }
}

.home-template-2 .lab-t2-image-banner {
  width: min(1160px, calc(100% - 1.5rem));
  margin: 1.15rem auto 0;
  text-align: center;
}

.home-template-2 .lab-t2-image-banner-link {
  display: inline-block;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
}

.home-template-2 .lab-t2-image-banner-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: clamp(140px, 28vw, 360px);
  margin-inline: auto;
  object-fit: contain;
  border-radius: 10px;
  border: 1px solid var(--design-card-border, rgba(0, 0, 0, 0.08));
  background: var(--design-card-bg, #fff);
}

@media (max-width: 767.98px) {
  .home-template-2 .lab-t2-image-banner {
    width: calc(100% - 1.3rem);
    margin-top: 0.95rem;
  }

  .home-template-2 .lab-t2-image-banner-img {
    max-height: 240px;
    border-radius: 8px;
  }
}

/* Timed offer banner block */
.home-template-2 .lab-t2-timed-offer-banner {
  width: calc(100% - 2rem);
  max-width: 1200px;
  margin: 2rem auto 0;
  direction: rtl;
  box-sizing: border-box;
}

.home-template-2 .lab-t2-timed-offer-banner__inner {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(250px, 0.95fr);
  min-height: 225px;
  overflow: hidden;
  border: 1px solid rgba(229, 57, 53, 0.28);
  border-radius: var(--home-t2-radius, 0px);
  background:
    linear-gradient(135deg, rgba(229, 57, 53, 0.08), rgba(229, 57, 53, 0.035) 55%, rgba(255, 255, 255, 0.95)),
    var(--design-card-bg, #fff);
  box-shadow:
    0 14px 30px rgba(153, 27, 27, 0.07),
    0 0 0 1px rgba(229, 57, 53, 0.08);
}

.home-template-2 .lab-t2-timed-offer-banner__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 4px;
  pointer-events: none;
  background: conic-gradient(
    from var(--lab-t2-timed-border-angle, 0deg),
    rgba(229, 57, 53, 0.02) 0deg,
    rgba(229, 57, 53, 0.2) 72deg,
    rgba(229, 57, 53, 0.98) 104deg,
    rgba(255, 117, 117, 0.7) 126deg,
    rgba(229, 57, 53, 0.16) 170deg,
    rgba(229, 57, 53, 0.02) 224deg,
    rgba(229, 57, 53, 0) 360deg
  );
  filter: drop-shadow(0 0 9px rgba(229, 57, 53, 0.48));
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: labT2TimedBannerBorderSweep 4.8s cubic-bezier(0.68, 0, 0.18, 1) infinite;
}

.home-template-2 .lab-t2-timed-offer-banner__inner > * {
  position: relative;
  z-index: 1;
}

.home-template-2 .lab-t2-timed-offer-banner__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.74rem;
  min-width: 0;
  padding: clamp(1.1rem, 3vw, 2rem);
  text-align: right;
}

.home-template-2 .lab-t2-timed-offer-banner__eyebrow {
  display: none;
  align-items: center;
  min-height: 1.55rem;
  padding: 0.18rem 0.62rem;
  border: 1px solid color-mix(in srgb, var(--design-primary, #fcc316) 32%, transparent);
  background: color-mix(in srgb, var(--design-primary, #fcc316) 13%, var(--design-card-bg, #fff) 87%);
  color: color-mix(in srgb, var(--design-primary, #fcc316) 52%, var(--design-body-text-color, #111827) 48%);
  font-size: 0.78rem;
  font-weight: 700;
}

.home-template-2 .lab-t2-timed-offer-banner__title {
  margin: 0;
  color: #e53935;
  font-size: clamp(1.18rem, 2.9vw, 1.75rem);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
}

.home-template-2 .lab-t2-timed-offer-banner__subtitle {
  max-width: 38rem;
  margin: 0;
  color: #e53935;
  font-size: clamp(0.88rem, 2vw, 1rem);
  line-height: 1.8;
}

.home-template-2 .lab-t2-timed-countdown {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.52rem;
  width: 100%;
  margin-top: 0.15rem;
}

.home-template-2 .lab-t2-timed-countdown__status {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111827;
  font-size: 0.82rem;
  font-weight: 700;
}

.home-template-2 .lab-t2-timed-countdown__units {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 0;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, #f04444 0%, #e53935 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.home-template-2 .lab-t2-timed-countdown__unit {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 4.25rem;
  padding: 0.5rem 0.45rem;
  border: 0;
  background: transparent;
  color: #fff;
  box-shadow: none;
}

.home-template-2 .lab-t2-timed-countdown__unit + .lab-t2-timed-countdown__unit::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background: rgba(255, 255, 255, 0.38);
  pointer-events: none;
}

.home-template-2 .lab-t2-timed-countdown__unit strong {
  direction: ltr;
  unicode-bidi: embed;
  font-size: clamp(1.12rem, 2.4vw, 1.42rem);
  line-height: 1.15;
  font-weight: 800;
}

.home-template-2 .lab-t2-timed-countdown__unit small {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.72rem;
  line-height: 1.35;
}

.home-template-2 .lab-t2-timed-countdown.is-ended {
  opacity: 0.72;
}

.home-template-2 .lab-t2-timed-offer-banner__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.25rem;
  margin-top: 0.1rem;
  padding: 0.38rem 1.25rem;
  border: 1px solid #e53935;
  background: #e53935;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 800;
  animation: labT2TimedCtaPulse 2.8s ease-in-out infinite;
  will-change: background, border-color;
  transition: box-shadow 0.2s ease;
}

.home-template-2 .lab-t2-timed-offer-banner__cta:hover,
.home-template-2 .lab-t2-timed-offer-banner__cta:focus-visible {
  background: #c92f2f;
  border-color: #c92f2f;
  color: #ffffff;
  box-shadow: 0 0 0 0.16rem rgba(229, 57, 53, 0.18);
}

.home-template-2 .lab-t2-timed-offer-banner__media {
  position: relative;
  min-width: 0;
  min-height: 100%;
  background: rgba(229, 57, 53, 0.055);
}

.home-template-2 .lab-t2-timed-offer-banner__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 225px;
  object-fit: cover;
}

.home-template-2 .lab-t2-timed-offer-banner__placeholder {
  display: grid;
  place-items: center;
  min-height: 225px;
  color: #e53935;
  font-size: 1rem;
  font-weight: 800;
}

@property --lab-t2-timed-border-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@keyframes labT2TimedBannerBorderSweep {
  0%,
  46% {
    --lab-t2-timed-border-angle: 0deg;
    opacity: 0.62;
  }

  58% {
    --lab-t2-timed-border-angle: 18deg;
    opacity: 0.78;
  }

  76% {
    --lab-t2-timed-border-angle: 272deg;
    opacity: 1;
  }

  100% {
    --lab-t2-timed-border-angle: 360deg;
    opacity: 0.66;
  }
}

@keyframes labT2TimedCtaPulse {
  0%,
  100% {
    background: #111827;
    border-color: #111827;
  }

  50% {
    background: #e53935;
    border-color: #e53935;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-template-2 .lab-t2-timed-offer-banner__inner::before,
  .home-template-2 .lab-t2-timed-offer-banner__cta {
    animation: none !important;
    filter: none !important;
  }
}

@media (max-width: 767.98px) {
  .home-template-2 .lab-t2-timed-offer-banner {
    width: calc(100% - 1.3rem);
    margin-top: 1.25rem;
  }

  .home-template-2 .lab-t2-timed-offer-banner__inner {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home-template-2 .lab-t2-timed-offer-banner__media {
    order: -1;
  }

  .home-template-2 .lab-t2-timed-offer-banner__media img,
  .home-template-2 .lab-t2-timed-offer-banner__placeholder {
    min-height: 165px;
    max-height: 260px;
  }

  .home-template-2 .lab-t2-timed-offer-banner__content {
    padding: 1rem;
    gap: 0.62rem;
    align-items: stretch;
  }

  .home-template-2 .lab-t2-timed-countdown {
    width: 100%;
    align-items: stretch;
  }

  .home-template-2 .lab-t2-timed-countdown__status {
    min-height: 0;
    justify-content: flex-start;
  }

  .home-template-2 .lab-t2-timed-countdown__units {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    width: 100%;
  }

  .home-template-2 .lab-t2-timed-countdown__unit {
    min-width: 0;
    min-height: 3.35rem;
    padding-inline: 0.2rem;
  }

  .home-template-2 .lab-t2-timed-offer-banner__cta {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .home-template-2 .lab-t2-timed-countdown__units {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-template-2 .lab-t2-timed-countdown__unit + .lab-t2-timed-countdown__unit::before {
    display: none;
  }

  .home-template-2 .lab-t2-timed-countdown__unit:nth-child(odd)::after {
    content: "";
    position: absolute;
    inset-inline-end: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background: rgba(255, 255, 255, 0.38);
    pointer-events: none;
  }

  .home-template-2 .lab-t2-timed-countdown__unit {
    min-height: 3.25rem;
  }
}

/* Template 2 identity colors: product, slideshow, and banner actions */
.home-template-2 .lab-base-slideshow-btn,
.home-template-2 a.lab-modern-split-cta,
.home-template-2 button.lab-t3-featured-action,
.home-template-2 button.lab-t3-featured-action.btn-options {
  background: var(--design-button-bg, var(--design-primary, #fcc316)) !important;
  border-color: color-mix(in srgb, var(--design-button-bg, var(--design-primary, #fcc316)) 88%, #111 12%) !important;
  color: var(--design-button-text, #fff) !important;
}

.home-template-2 .lab-base-slideshow-btn:hover,
.home-template-2 .lab-base-slideshow-btn:focus-visible,
.home-template-2 a.lab-modern-split-cta:hover,
.home-template-2 a.lab-modern-split-cta:focus-visible,
.home-template-2 .lab-modern-split-banner:hover a.lab-modern-split-cta,
.home-template-2 button.lab-t3-featured-action:hover,
.home-template-2 button.lab-t3-featured-action:focus-visible,
.home-template-2 button.lab-t3-featured-action.btn-options:hover,
.home-template-2 button.lab-t3-featured-action.btn-options:focus-visible {
  background: var(--design-button-hover-bg, var(--design-secondary, var(--design-primary, #46b376))) !important;
  border-color: color-mix(in srgb, var(--design-button-hover-bg, var(--design-secondary, var(--design-primary, #46b376))) 88%, #111 12%) !important;
  color: var(--design-button-text, #fff) !important;
  box-shadow: 0 0 0 0.18rem color-mix(in srgb, var(--design-button-hover-bg, var(--design-secondary, #46b376)) 24%, transparent) !important;
}

.home-template-2 button.lab-t3-featured-action {
  min-height: 1.58rem;
  padding: 0.11rem 2.35rem;
}

@media (max-width: 767.98px) {
  .home-template-2 button.lab-t3-featured-action {
    min-height: 1.78rem;
    padding: 0.22rem 0.42rem;
    padding-inline-start: 1.72rem;
  }

  .home-template-2 button.lab-t3-featured-action.btn-options {
    padding-inline: 0.42rem;
  }
}

/* Template 2 homepage consistency pass */
.home-template-2 {
  --home-t2-block-gap: 2rem;
}

.home-template-2 .lab-t1-cat-section,
.home-template-2 .lab-base-feature-wrap,
.home-template-2 .lab-t3-featured-lab-wrap,
.home-template-2 .lab-t2-product-columns-block,
.home-template-2 .lab-t2-split-banner.lab-modern-split-banner,
.home-template-2 .lab-t2-image-banner,
.home-template-2 .lab-t2-banner-pair,
.home-template-2 .lab-t2-help-contact,
.home-template-2 .lab-t2-timed-offer-banner {
  margin-top: var(--home-t2-block-gap);
}

.home-template-2 .lab-t2-block-heading-minimal .lab-modern-heading-minimal-text,
.home-template-2 .lab-t1-cat-head .lab-t2-block-heading-minimal .lab-modern-heading-minimal-text.lab-t1-cat-title,
.home-template-2 .lab-t3-featured-head .lab-t2-block-heading-minimal .lab-modern-heading-minimal-text.lab-t3-featured-title {
  font-size: clamp(1rem, 2.4vw, 1.12rem);
  font-weight: 800;
  letter-spacing: 0;
}

.home-template-2 .lab-t2-column-product {
  margin-left: 2px;
}

.home-template-2 .lab-t3-featured-thumb.zoom-box .zoom-icon.lab-t3-featured-zoom-btn {
  opacity: 0;
  pointer-events: none;
}

.home-template-2 .lab-t3-featured-card:hover .lab-t3-featured-thumb.zoom-box .zoom-icon.lab-t3-featured-zoom-btn,
.home-template-2 .lab-t3-featured-thumb.zoom-box:hover .zoom-icon.lab-t3-featured-zoom-btn,
.home-template-2 .lab-t3-featured-thumb.zoom-box:focus-within .zoom-icon.lab-t3-featured-zoom-btn {
  opacity: 1;
  pointer-events: auto;
}

body.template-2-active .footer-banner,
body.template-2-active .footer-hero {
  margin-top: var(--home-t2-block-gap, 2rem);
  margin-bottom: var(--home-t2-block-gap, 2rem);
}

@media (max-width: 767.98px) {
  .home-template-2 {
    --home-t2-block-gap: 1.25rem;
  }
}

/* Template 2 general design fixes */
.home-template-2 .lab-base-slideshow-bg-img {
  position: relative;
  inset: auto;
  width: 100%;
  height: auto;
  min-height: 0;
  display: block;
  object-fit: contain;
  opacity: 1;
}

.home-template-2 .lab-base-slideshow-frame {
  display: grid;
  aspect-ratio: auto;
  min-height: 0;
  background: var(--design-card-bg, #ffffff);
}

.home-template-2 .lab-base-slideshow-overlay {
  display: none;
}

.home-template-2 .lab-t1-cat-image {
  transition: none;
}

.home-template-2 a.lab-t1-cat-slide:hover .lab-t1-cat-image {
  transform: none;
}

.home-template-2 .lab-t1-cat-content {
  inset: auto 0 0;
  min-height: 28%;
  background: linear-gradient(
    to top,
    color-mix(in srgb, var(--design-body-text-color, #000000) 46%, transparent) 0%,
    color-mix(in srgb, var(--design-body-text-color, #000000) 18%, transparent) 58%,
    transparent 100%
  );
}

.home-template-2 .lab-t3-menu-panel--cols {
  width: auto;
  min-width: 220px;
  max-width: min(720px, calc(100vw - 2rem));
  padding: 0.45rem;
}

.home-template-2 .lab-t3-menu-panel__cols {
  display: grid;
  grid-template-columns: repeat(var(--t2-menu-cols, 1), minmax(170px, 1fr));
  gap: 0.35rem;
}

.home-template-2 .lab-t3-menu-panel--cols-2 .lab-t3-menu-panel__col + .lab-t3-menu-panel__col,
.home-template-2 .lab-t3-menu-panel--cols-3 .lab-t3-menu-panel__col + .lab-t3-menu-panel__col {
  border-inline-start: 1px solid color-mix(in srgb, var(--design-primary, #fcc316) 24%, transparent);
  padding-inline-start: 0.45rem;
}

.home-template-2 .lab-t3-menu-panel--cols-2 {
  --t2-menu-cols: 2;
}

.home-template-2 .lab-t3-menu-panel--cols-3 {
  --t2-menu-cols: 3;
}

.home-template-2 .lab-t3-menu-panel__col {
  min-width: 0;
}

.home-template-2 .lab-t3-menu-panel__all {
  margin-top: 0.35rem;
  padding-top: 0.35rem;
  border-top: 1px solid color-mix(in srgb, var(--design-card-border, #e4e4e7) 82%, transparent);
}

.home-template-2 .lab-t3-menu-panel__item--all {
  text-align: center;
  color: var(--design-link-color, var(--design-primary, #fcc316)) !important;
}

.home-template-2 a.lab-t3-auth-trigger,
.home-template-2 .lab-t3-mobile-theme-toggle .lab-t3-theme-toggle,
.home-template-2 .lab-t3-theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-template-2 a.lab-t3-auth-trigger {
  width: 2.1rem;
  height: 2.1rem;
  border: 2px solid var(--design-primary, #fcc316);
  color: var(--design-secondary, var(--design-primary, #fcc316));
  text-decoration: none;
  background: transparent;
}

.home-template-2 a.lab-t3-auth-trigger:hover,
.home-template-2 a.lab-t3-auth-trigger:focus-visible {
  background: var(--design-secondary, var(--design-primary, #fcc316));
  border-color: var(--design-secondary, var(--design-primary, #fcc316));
  color: var(--design-button-text, #ffffff);
  box-shadow: 0 8px 18px color-mix(in srgb, var(--design-secondary, var(--design-primary, #fcc316)) 22%, transparent);
}

.home-template-2 .lab-t3-theme-toggle {
  width: 3rem;
  height: 1.72rem;
  padding: 0;
  border: 1px solid color-mix(in srgb, var(--design-card-border, #e4e4e7) 80%, transparent);
  background: transparent;
  color: var(--design-muted-text, #6b7280);
  cursor: pointer;
}

.home-template-2 .lab-t3-theme-toggle__track {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: color-mix(in srgb, var(--design-card-border, #e4e4e7) 72%, var(--design-card-bg, #ffffff) 28%);
  transition: background-color 0.22s ease;
}

.home-template-2 .lab-t3-theme-toggle__thumb {
  position: absolute;
  top: 3px;
  inset-inline-end: 3px;
  display: grid;
  place-items: center;
  width: calc(1.72rem - 6px);
  height: calc(1.72rem - 6px);
  border-radius: 999px;
  background: var(--design-card-bg, #ffffff);
  color: var(--design-primary, #fcc316);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.15);
  transition: transform 0.22s ease, color 0.22s ease, background-color 0.22s ease;
}

.home-template-2 .lab-t3-theme-toggle__icon {
  grid-area: 1 / 1;
  width: 0.82rem;
  height: 0.82rem;
}

.home-template-2 .lab-t3-theme-toggle__icon--moon,
.home-template-2 .lab-t3-theme-toggle.is-active .lab-t3-theme-toggle__icon--sun,
.home-template-2 .js-t2-theme-toggle.is-active .lab-t3-theme-toggle__icon--sun {
  opacity: 0;
}

.home-template-2 .lab-t3-theme-toggle.is-active .lab-t3-theme-toggle__icon--moon,
.home-template-2 .js-t2-theme-toggle.is-active .lab-t3-theme-toggle__icon--moon {
  opacity: 1;
}

.home-template-2 .js-t2-theme-toggle.is-active .lab-t3-theme-toggle__track,
.home-template-2 .lab-t3-theme-toggle.is-active .lab-t3-theme-toggle__track {
  background: #374151;
}

.home-template-2 .js-t2-theme-toggle.is-active .lab-t3-theme-toggle__thumb,
.home-template-2 .lab-t3-theme-toggle.is-active .lab-t3-theme-toggle__thumb {
  transform: translateX(-1.28rem);
  color: #f8fafc;
  background: #111827;
}

.home-template-2 .lab-t2-banner-pair {
  width: auto;
  max-width: min(100% - 1.5rem, 1180px);
  margin-inline: auto;
}

.home-template-2 .lab-t2-banner-pair__viewport {
  position: relative;
  direction: ltr;
  overflow: hidden;
  border: 1px solid var(--design-card-border, #e4e4e7);
  background: var(--design-card-bg, #ffffff);
}

.home-template-2 .lab-t2-banner-pair__track {
  display: flex;
  direction: ltr;
  width: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform 0.95s cubic-bezier(0.45, 0, 0.15, 1);
  will-change: transform;
}

.home-template-2 .lab-t2-banner-pair__slide {
  flex: 0 0 100%;
  min-width: 100%;
}

.home-template-2 .lab-t2-banner-pair__link {
  display: block;
  width: 100%;
  color: inherit;
  text-decoration: none;
  text-align: center;
}

.home-template-2 .lab-t2-banner-pair__img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin-inline: auto;
  object-fit: contain;
  object-position: center;
}

.home-template-2 .lab-t2-banner-pair__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.55rem;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.34rem;
  pointer-events: none;
}

.home-template-2 .lab-t2-banner-pair__dot {
  width: 0.48rem;
  height: 0.48rem;
  padding: 0;
  border: 0;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 1px 5px rgba(15, 23, 42, 0.24);
  pointer-events: auto;
  transition: width 0.22s ease, background-color 0.22s ease;
}

.home-template-2 .lab-t2-banner-pair__dot.is-active {
  width: 1.25rem;
  background: var(--design-primary, #fcc316);
}

@media (max-width: 767.98px) {
  .home-template-2 .lab-t2-banner-pair {
    max-width: calc(100% - 1.3rem);
  }
}

.home-template-2 .lab-t2-help-contact {
  width: min(100% - 1.5rem, 1180px);
  margin-inline: auto;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid var(--design-card-border, #e4e4e7);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--design-primary, #fcc316) 9%, transparent), transparent 52%),
    var(--design-card-bg, #ffffff);
}

.home-template-2 .lab-t2-help-contact__content {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.home-template-2 .lab-t2-help-contact__icon {
  width: 3rem;
  height: 3rem;
  flex: 0 0 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--design-primary, #fcc316) 38%, transparent);
  background: color-mix(in srgb, var(--design-primary, #fcc316) 12%, transparent);
  color: var(--design-primary, #fcc316);
  font-size: 1.25rem;
}

.home-template-2 .lab-t2-help-contact__copy h2 {
  margin: 0;
  color: var(--design-heading-color, #111827);
  font-size: clamp(1rem, 2.4vw, 1.18rem);
  font-weight: 800;
  line-height: 1.35;
}

.home-template-2 .lab-t2-help-contact__copy p {
  margin: 0.25rem 0 0;
  color: var(--design-muted-text, #6b7280);
  font-size: 0.88rem;
  line-height: 1.7;
}

.home-template-2 .lab-t2-help-contact__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.home-template-2 .lab-t2-help-contact__action {
  min-height: 2.45rem;
  padding: 0.45rem 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 1px solid var(--design-card-border, #e4e4e7);
  background: rgba(255, 255, 255, 0.72);
  color: var(--design-body-text-color, #111827);
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 700;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.home-template-2 .lab-t2-help-contact__action:hover,
.home-template-2 .lab-t2-help-contact__action:focus-visible {
  transform: translateY(-1px);
  background: color-mix(in srgb, var(--design-primary, #fcc316) 12%, #ffffff);
  border-color: color-mix(in srgb, var(--design-primary, #fcc316) 45%, var(--design-card-border, #e4e4e7));
  color: var(--design-heading-color, #111827);
}

.home-template-2 .lab-t2-help-contact__action--whatsapp i {
  color: #16a34a;
}

.home-template-2 .lab-t2-help-contact__action--phone i {
  color: var(--design-primary, #fcc316);
}

@media (max-width: 767.98px) {
  .home-template-2 .lab-t2-help-contact {
    width: calc(100% - 1.3rem);
    padding: 0.85rem;
    align-items: stretch;
    flex-direction: column;
  }

  .home-template-2 .lab-t2-help-contact__actions {
    justify-content: stretch;
  }

  .home-template-2 .lab-t2-help-contact__action {
    flex: 1 1 calc(50% - 0.5rem);
  }
}

@media (min-width: 768px) {
  .home-template-2 {
    padding-bottom: 0;
  }
}

html.store-t2-dark body.template-2-active {
  --design-background-color: #0f172a;
  --design-card-bg: #111827;
  --design-card-border: rgba(148, 163, 184, 0.28);
  --design-body-text-color: #e5e7eb;
  --design-heading-color: #f8fafc;
  --design-muted-text: #a7b0c0;
  --color-text: #e5e7eb;
  --color-muted: #a7b0c0;
  background: #0f172a !important;
  color: #e5e7eb;
}

html.store-t2-dark .home-template-2,
html.store-t2-dark body.template-2-active .home-template-2 {
  background: #0f172a;
  color: #e5e7eb;
}

html.store-t2-dark .home-template-2 .lab-t3-top-strip,
html.store-t2-dark .home-template-2 .lab-t3-mainbar,
html.store-t2-dark .home-template-2 .lab-t3-mobile-topbar,
html.store-t2-dark .home-template-2 .lab-t3-mobile-menu-sheet,
html.store-t2-dark .home-template-2 .lab-modern-pill-bar {
  background: #111827;
  color: #e5e7eb;
  border-color: rgba(148, 163, 184, 0.26);
}

html.store-t2-dark .home-template-2 .lab-t3-top-strip__link,
html.store-t2-dark .home-template-2 .lab-t3-top-strip__contact,
html.store-t2-dark .home-template-2 .lab-t3-nav-link,
html.store-t2-dark .home-template-2 .lab-t3-mobile-nav-row,
html.store-t2-dark .home-template-2 .lab-t3-mobile-nav-cat-link {
  color: #e5e7eb;
}

html.store-t2-dark .home-template-2 .lab-t3-currency-select,
html.store-t2-dark .home-template-2 .lab-t3-mobile-currency-select,
html.store-t2-dark .home-template-2 .lab-t3-mobile-menu-currency-select {
  background: #0b1220;
  border-color: rgba(148, 163, 184, 0.28);
  color: #e5e7eb;
}

html.store-t2-dark .home-template-2 .lab-t3-menu-panel,
html.store-t2-dark .home-template-2 .lab-t1-cat-section,
html.store-t2-dark .home-template-2 .lab-base-feature-item,
html.store-t2-dark .home-template-2 .lab-t3-featured-card,
html.store-t2-dark .home-template-2 .lab-t2-product-column,
html.store-t2-dark .home-template-2 .lab-t2-banner-pair__viewport,
html.store-t2-dark .home-template-2 .lab-t2-help-contact,
html.store-t2-dark .home-template-2 .lab-modern-split-banner {
  background: #111827;
  color: #e5e7eb;
  border-color: rgba(148, 163, 184, 0.26);
}

html.store-t2-dark .home-template-2 .lab-t3-featured-name-link,
html.store-t2-dark .home-template-2 a.lab-t3-menu-panel__item,
html.store-t2-dark .home-template-2 .lab-t2-column-product__name,
html.store-t2-dark .home-template-2 .lab-t2-help-contact__copy h2,
html.store-t2-dark .home-template-2 .lab-modern-split-title {
  color: #f8fafc;
}

html.store-t2-dark .home-template-2 .lab-t2-help-contact__action {
  background: rgba(15, 23, 42, 0.74);
  color: #e5e7eb;
  border-color: rgba(148, 163, 184, 0.26);
}

html.store-t2-dark .home-template-2 .lab-t3-search-trigger,
html.store-t2-dark .home-template-2 a.lab-t3-cart-trigger,
html.store-t2-dark .home-template-2 a.lab-t3-auth-trigger,
html.store-t2-dark .home-template-2 .lab-t3-mobile-icon-btn,
html.store-t2-dark .home-template-2 .lab-t3-mobile-search-trigger,
html.store-t2-dark .home-template-2 .lab-t3-mobile-cart-trigger {
  background: #0b1220;
  color: #f8fafc;
  border-color: rgba(148, 163, 184, 0.32);
}

html.store-t2-dark .home-template-2 button.lab-t3-featured-action,
html.store-t2-dark .home-template-2 button.lab-t3-featured-action.btn-options,
html.store-t2-dark .home-template-2 .lab-t2-column-product__cart {
  background: var(--design-button-bg, var(--design-primary, #fcc316)) !important;
  border-color: var(--design-button-bg, var(--design-primary, #fcc316)) !important;
  color: var(--design-button-text, #ffffff) !important;
}

html.store-t2-dark body.template-2-active .site-footer {
  background: #0b1220;
  color: #e5e7eb;
  border-top: 1px solid rgba(148, 163, 184, 0.22);
}

html.store-t2-dark body.template-2-active .site-footer .text-muted,
html.store-t2-dark body.template-2-active .footer-payment-title {
  color: #a7b0c0 !important;
}

html.store-t2-dark body.template-2-active .footer-managed-links a,
html.store-t2-dark body.template-2-active .site-footer a {
  color: #e5e7eb;
}

html.store-t2-dark body.template-2-active .footer-payment-pill,
html.store-t2-dark body.template-2-active .footer-social a {
  background: #111827;
  color: #f8fafc;
  border-color: rgba(148, 163, 184, 0.26);
}

html.store-t2-dark body.template-2-active .footer-divider {
  border-color: rgba(148, 163, 184, 0.22);
}
