:root {
    --c-bg: #f7f8f4;
    --c-surface: #ffffff;
    --c-text: #17201b;
    --c-text-muted: #68736d;
    --c-text-tertiary: #8a948e;
    --c-border: #e3e6df;
    --c-accent: #8f6512;
    --c-accent-dark: #694a0a;
    --c-green: #0d7f57;
    --shadow-soft: 0 14px 35px rgba(22, 32, 27, 0.09);
}

body {
    background: var(--c-bg);
    color: var(--c-text);
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    min-height: 100vh;
}

body::selection {
    background: #f3e8c8;
    color: var(--c-text);
}

.wc-skip-link {
    background: #111;
    border-radius: 0 0 8px 8px;
    color: #fff;
    left: 12px;
    padding: 0.55rem 0.8rem;
    position: absolute;
    top: -120px;
    z-index: 2000;
}

.wc-skip-link:focus {
    top: 0;
}

h1, h2, h3, h4, h5, h6,
.navbar-brand span,
.wc-hero-title,
.wc-section-title {
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    letter-spacing: 0;
}

.webcatalog-navbar {
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid rgba(227, 230, 223, 0.7);
    backdrop-filter: blur(16px);
    min-height: 72px;
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: box-shadow 180ms ease, min-height 180ms ease;
}

.webcatalog-navbar.scrolled {
    box-shadow: 0 8px 22px rgba(22, 32, 27, 0.08);
    min-height: 62px;
}

.navbar-brand {
    align-items: center;
    display: inline-flex;
    gap: 0.7rem;
    font-weight: 800;
}

.navbar-brand img,
.footer-logo {
    background: #fff;
    border-radius: 8px;
    height: 42px;
    object-fit: contain;
    width: 100%;
}

.navbar-brand img {
    display: block;
    max-width: none;
    width: 150px;
}

.footer-logo {
    display: block;
    max-width: none;
    width: 170px;
}

.brand-mark {
    align-items: center;
    background: var(--c-accent);
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.footer-brand-mark {
    margin-bottom: 1rem;
}

.nav-link {
    color: var(--c-text);
    font-weight: 600;
}

.wc-main-menu {
    justify-content: center;
}

.wc-end-menu {
    align-items: center;
    gap: 0.55rem;
    margin-left: auto;
}

.wc-lang-switch {
    align-items: center;
    background: #f4f5f0;
    border: 1px solid var(--c-border);
    border-radius: 999px;
    display: inline-flex;
    gap: 0.2rem;
    padding: 0.16rem;
}

.wc-lang-link {
    align-items: center;
    border-radius: 999px;
    color: #46524c;
    display: inline-flex;
    gap: 0.35rem;
    min-height: 30px;
    padding: 0.2rem 0.46rem;
    text-decoration: none;
}

.wc-flag-emoji {
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(23, 32, 27, 0.08);
    display: inline-flex;
    font-size: 0.9rem;
    line-height: 1;
}

.wc-flag-icon {
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(23, 32, 27, 0.08);
    display: inline-flex;
    height: 12px;
    line-height: 0;
    overflow: hidden;
    width: 16px;
}

.wc-flag-icon img,
.wc-flag-icon svg {
    display: block;
    height: 100%;
    width: 100%;
}

.wc-lang-code {
    color: inherit;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.wc-lang-link:hover {
    color: var(--c-text);
}

.wc-lang-link.active {
    background: #fff;
    box-shadow: 0 1px 3px rgba(23, 32, 27, 0.12);
    color: var(--c-text);
}

@media (min-width: 992px) {
    .webcatalog-navbar .container {
        position: relative;
    }

    .webcatalog-navbar .navbar-collapse {
        position: static;
    }

    .wc-main-menu {
        left: 50%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        position: absolute;
        transform: translateX(-50%);
    }

    .wc-end-menu {
        position: relative;
        z-index: 2;
    }
}

.wc-mega-item {
    position: static;
}

.wc-mega-item::after {
    content: "";
    display: none;
    height: 18px;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
}

.wc-mega-item:hover::after,
.wc-mega-item:focus-within::after {
    display: block;
}

.wc-mega-menu {
    background: #fff;
    border: 1px solid var(--c-border);
    box-shadow: 0 28px 60px rgba(22, 32, 27, 0.16);
    display: grid;
    grid-template-columns: 320px 1fr;
    left: 50%;
    max-width: min(1368px, calc(100vw - 48px));
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transform: translateX(-50%) translateY(10px);
    transition: opacity 160ms ease, transform 160ms ease;
    width: calc(100vw - 48px);
    z-index: 1001;
}

.wc-mega-item:hover .wc-mega-menu,
.wc-mega-item:focus-within .wc-mega-menu,
.wc-mega-item.is-open .wc-mega-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.wc-mega-menu::before {
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    right: 0;
    top: -16px;
}

.wc-mega-sidebar {
    background: #f5f6f2;
    border-right: 1px solid var(--c-border);
    max-height: 520px;
    overflow-y: auto;
}

.wc-mega-parent {
    align-items: center;
    border-bottom: 1px solid var(--c-border);
    color: var(--c-text);
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 34px 1fr auto;
    min-height: 56px;
    padding: 0.7rem 1rem;
    text-decoration: none;
}

.wc-mega-parent:hover,
.wc-mega-parent.active {
    background: #fff;
}

.wc-mega-thumb,
.wc-mega-card-img {
    align-items: center;
    background: #fff;
    border-radius: 6px;
    display: inline-flex;
    justify-content: center;
    overflow: hidden;
}

.wc-mega-thumb {
    height: 28px;
    width: 28px;
}

.wc-mega-thumb img,
.wc-mega-card-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.wc-mega-thumb i,
.wc-mega-card-img i {
    color: var(--c-accent-dark);
}

.wc-mega-content {
    min-height: 312px;
}

.wc-mega-grid {
    display: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wc-mega-grid.active {
    display: grid;
}

.wc-mega-card {
    align-items: center;
    border-bottom: 1px solid var(--c-border);
    border-right: 1px solid var(--c-border);
    color: var(--c-text);
    display: grid;
    gap: 1rem;
    grid-template-columns: 64px 1fr;
    min-height: 98px;
    padding: 1.25rem 1.5rem;
    text-decoration: none;
}

.wc-mega-card:hover {
    background: #faf8f1;
}

.wc-mega-view-all {
    background: #fbf4df;
}

.wc-mega-card-img {
    height: 48px;
    width: 64px;
}

.wc-mega-card-title,
.wc-mega-card small {
    display: block;
}

.wc-mega-card-title {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 800;
}

.wc-mega-card small {
    color: var(--c-text-muted);
    margin-top: 0.25rem;
}

.search-form {
    display: flex;
    gap: 0.4rem;
}

.search-form button,
.wc-search-trigger,
.btn-primary-custom,
.btn-outline-custom,
.btn-whatsapp,
.btn-cart {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    gap: 0.45rem;
    justify-content: center;
    min-height: 38px;
    padding: 0.55rem 0.8rem;
}

.search-form button,
.btn-primary-custom {
    background: var(--c-accent);
    border: 1px solid var(--c-accent);
    color: #fff;
    font-weight: 700;
}

.btn-outline-custom {
    background: transparent;
    border: 1px solid var(--c-accent);
    color: var(--c-accent-dark);
    font-weight: 700;
}

.btn-whatsapp {
    background: var(--c-green);
    border: 1px solid var(--c-green);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.btn-cart {
    background: #17201b;
    border: 1px solid #17201b;
    color: #fff;
    font-weight: 700;
}

.btn-cart.is-added {
    background: var(--c-green);
    border-color: var(--c-green);
}

.wc-cart-link.is-pulse,
[data-cart-page-count].is-pulse {
    animation: wcCartPulse 420ms ease;
}

@keyframes wcCartPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.08); }
    100% { transform: scale(1); }
}

.wc-cart-fly-dot {
    align-items: center;
    background: #17201b;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(23, 32, 27, 0.22);
    color: #fff;
    display: inline-flex;
    font-size: 0.78rem;
    height: 30px;
    justify-content: center;
    left: 0;
    opacity: 0.96;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform: translate(-50%, -50%) scale(1);
    width: 30px;
    z-index: 2200;
}

.wc-cart-toast {
    align-items: center;
    background: rgba(23, 32, 27, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    bottom: 16px;
    box-shadow: 0 16px 35px rgba(12, 18, 15, 0.32);
    color: #fff;
    display: flex;
    gap: 1rem;
    max-width: min(460px, calc(100vw - 24px));
    opacity: 0;
    padding: 0.7rem 0.85rem;
    pointer-events: none;
    position: fixed;
    right: 12px;
    transform: translateY(18px);
    transition: opacity 220ms ease, transform 220ms ease;
    z-index: 2200;
}

.wc-cart-toast.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.wc-cart-toast-main {
    align-items: center;
    display: inline-flex;
    gap: 0.55rem;
    min-width: 0;
}

.wc-cart-toast-main i {
    color: #3ecf8e;
    font-size: 1rem;
}

.wc-cart-toast-main span {
    font-weight: 600;
    line-height: 1.3;
    white-space: nowrap;
}

.wc-cart-toast-link {
    background: #fff;
    border-radius: 8px;
    color: #17201b;
    font-weight: 800;
    padding: 0.36rem 0.62rem;
    text-decoration: none;
    white-space: nowrap;
}

.wc-cart-toast-link:hover {
    background: #f3f4f0;
    color: #17201b;
}

.wc-cart-link {
    align-items: center;
    display: inline-flex;
    gap: 0.4rem;
}

.wc-cart-count {
    align-items: center;
    background: var(--c-accent);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 0.7rem;
    font-weight: 800;
    height: 20px;
    justify-content: center;
    min-width: 20px;
    padding: 0 0.35rem;
}

.wc-search-trigger {
    background: #f4f5f0;
    border: 1px solid var(--c-border);
    color: var(--c-text-muted);
    min-width: 180px;
}

.wc-search-trigger-icon {
    min-width: 40px;
    padding: 0;
    width: 40px;
}

.wc-search-kbd,
.wc-search-hints kbd {
    background: #e9ebe5;
    border: 0;
    color: var(--c-text-muted);
    font-size: 0.72rem;
}

.wc-search-overlay {
    align-items: flex-start;
    background: rgba(23, 32, 27, 0.45);
    display: none;
    inset: 0;
    justify-content: center;
    padding-top: 12vh;
    position: fixed;
    z-index: 2000;
}

.wc-search-overlay.active {
    display: flex;
}

.wc-search-panel {
    max-width: 720px;
    padding: 0 1rem;
    width: 100%;
}

.wc-search-panel-inner {
    background: var(--c-surface);
    border-radius: 8px;
    box-shadow: var(--shadow-soft);
    padding: 1rem;
}

.wc-search-input-wrap {
    align-items: center;
    display: flex;
    gap: 0.75rem;
}

.wc-search-input-wrap input {
    border: 0;
    flex: 1;
    font-size: 1.1rem;
    outline: 0;
}

.wc-search-close {
    background: #f4f5f0;
    border: 1px solid var(--c-border);
    border-radius: 6px;
    color: var(--c-text-muted);
    font-size: 0.75rem;
}

.wc-search-hints {
    color: var(--c-text-muted);
    display: flex;
    gap: 1rem;
    margin-top: 0.75rem;
}

.wc-hero {
    background:
        linear-gradient(rgba(17, 27, 22, 0.58), rgba(17, 27, 22, 0.44)),
        url("https://images.unsplash.com/photo-1441986300917-64674bd600d8?auto=format&fit=crop&w=1800&q=80") center/cover;
    color: #fff;
    min-height: 720px;
    padding: 230px 0 170px;
}

.wc-hero-slider {
    background: #17201b;
    overflow: hidden;
    position: relative;
}

.wc-hero-slider .container {
    position: relative;
    z-index: 2;
}

.home-hero-content {
    max-width: 760px;
}

.home-hero-kicker,
.home-section-kicker {
    color: var(--c-accent-dark);
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 0.85rem;
    text-transform: uppercase;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.6rem;
}

.btn-hero-ghost {
    align-items: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-weight: 800;
    min-height: 42px;
    padding: 0.65rem 1rem;
}

.btn-hero-ghost:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.home-hero-stats {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(227, 230, 223, 0.9);
    border-radius: 8px;
    bottom: 2rem;
    box-shadow: var(--shadow-soft);
    display: grid;
    gap: 0;
    grid-template-columns: repeat(3, 1fr);
    max-width: 580px;
    position: absolute;
    right: max(1.5rem, calc((100vw - 1140px) / 2));
    z-index: 3;
}

.home-hero-lead {
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 1rem 0 0;
    max-width: 62ch;
}

.home-stat-value {
    color: #fff;
    display: block;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1.55rem;
    font-weight: 800;
    line-height: 1.1;
}

.card-title-emphasis {
    font-weight: 800;
}

.home-hero-stats div {
    padding: 1rem 1.25rem;
}

.home-hero-stats div + div {
    border-left: 1px solid var(--c-border);
}

.home-hero-stats strong,
.home-hero-stats span {
    display: block;
}

.home-hero-stats strong {
    color: var(--c-text);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
}

.home-hero-stats span {
    color: var(--c-text-muted);
    font-size: 0.82rem;
    font-weight: 700;
}

.wc-hero-slides {
    display: flex;
    inset: 0;
    position: absolute;
    transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 0;
}

.wc-hero-slide {
    background-color: #17201b;
    flex: 0 0 100%;
    filter: saturate(0.95);
    min-width: 100%;
    opacity: 1;
    position: relative;
}

.wc-hero-slide-media {
    display: block;
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.wc-hero-slide::after {
    background: linear-gradient(90deg, rgba(17, 27, 22, 0.78), rgba(17, 27, 22, 0.32), rgba(17, 27, 22, 0.58));
    content: "";
    inset: 0;
    position: absolute;
}

.wc-hero-slide.active {
    opacity: 1;
}

.wc-hero-dots {
    align-items: center;
    bottom: 2rem;
    display: flex;
    gap: 0.45rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 3;
}

.home-feature-band {
    background: #fff;
    border-bottom: 1px solid var(--c-border);
    border-top: 1px solid var(--c-border);
}

.home-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-feature-item + .home-feature-item {
    border-left: 1px solid var(--c-border);
}

.home-feature-item i {
    align-items: center;
    background: #fbf4df;
    border-radius: 8px;
    color: var(--c-accent-dark);
    display: inline-flex;
    flex: 0 0 42px;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.home-feature-item h3 {
    font-size: 1rem;
    font-weight: 800;
    margin: 0 0 0.25rem;
}

.home-feature-item p {
    color: var(--c-text-muted);
    margin: 0;
}

.home-cta {
    padding: 44px 0 64px;
}

.home-cta-inner {
    align-items: center;
    background: #0b1410;
    border-radius: 8px;
    color: #ffffff;
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    padding: 2rem;
}

.home-cta-inner h2 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.home-cta-inner p {
    color: #f2f7f4;
    margin: 0;
}

.home-cta-inner .home-section-kicker {
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 999px;
    color: #0b1410;
    padding: 0.24rem 0.6rem;
}

.wc-hero-dots span,
.wc-hero-dots button {
    appearance: none;
    background: rgba(255, 255, 255, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 999px;
    cursor: pointer;
    height: 28px;
    padding: 0;
    transition: background 180ms ease, transform 180ms ease;
    width: 28px;
}

.wc-hero-dots span.active,
.wc-hero-dots button.active {
    background: var(--c-accent);
    border-color: var(--c-accent);
    transform: scaleX(1.18);
}

.wc-hero-compact {
    min-height: 330px;
    padding: 118px 0 78px;
    position: relative;
}

.wc-hero-compact::before {
    background: radial-gradient(circle at 18% 20%, rgba(181, 139, 42, 0.34), transparent 28%);
    content: "";
    inset: 0;
    position: absolute;
}

.wc-hero-compact .container {
    position: relative;
    z-index: 2;
}

.wc-hero-title {
    font-size: clamp(2rem, 5vw, 4.4rem);
    font-weight: 800;
    line-height: 1.05;
    max-width: 850px;
}

.wc-hero-subtitle {
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.1rem;
    margin-top: 1rem;
    max-width: 680px;
}

.wc-section,
.wc-product-section {
    padding: 58px 0;
}

.wc-section > .container,
.wc-product-section > .container {
    position: relative;
}

.wc-section:last-of-type,
.wc-product-section:last-of-type {
    padding-bottom: 36px;
}

.wc-section-header {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    margin-bottom: 1.4rem;
}

.wc-section-actions {
    align-items: center;
    display: inline-flex;
    gap: 0.45rem;
}

.wc-slider-btn {
    align-items: center;
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: 8px;
    color: var(--c-text);
    display: inline-flex;
    height: 36px;
    justify-content: center;
    transition: background 160ms ease, color 160ms ease;
    width: 36px;
}

.wc-slider-btn:hover {
    background: var(--c-accent);
    color: #fff;
}

.wc-section-title {
    font-size: 1.65rem;
    font-weight: 800;
    margin: 0;
}

.wc-section-title.small-title {
    font-size: 1.125rem;
}

.wc-section-count,
.badge-gold {
    background: #f3e8c8;
    color: var(--c-accent-dark);
}

.badge-gold-light {
    background: #fbf4df;
    color: var(--c-accent-dark);
}

.badge-light {
    background: #eef0ea;
    color: var(--c-text-muted);
}

.wc-category-carousel {
    display: grid;
    gap: 1.5rem;
    grid-auto-columns: minmax(260px, 31.8%);
    grid-auto-flow: column;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 0.15rem 0.1rem 1rem;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.wc-category-carousel::-webkit-scrollbar {
    display: none;
}

.wc-category-slide {
    scroll-snap-align: start;
}

.wc-category-slide .card {
    min-height: 100%;
}

.card {
    border: 1px solid var(--c-border);
    border-radius: 8px;
    overflow: hidden;
}

.card-interactive,
.product-card {
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.card-interactive:hover,
.product-card:hover {
    box-shadow: var(--shadow-soft);
    transform: translateY(-3px);
}

.card-img-top {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.product-card .card-img-top {
    aspect-ratio: auto;
    background: #fff;
    height: 340px;
    object-fit: contain;
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

@media (max-width: 576px) {
    .product-card .card-img-top {
        height: 300px;
    }
}

.bg-category-gradient {
    background: linear-gradient(135deg, #f4f6ef, #e7eadf);
}

.wc-no-image {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(181, 139, 42, 0.12), rgba(13, 127, 87, 0.08)),
        #f4f6ef;
    color: var(--c-text-tertiary);
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    justify-content: center;
    position: relative;
}

.wc-no-image i {
    color: var(--c-accent-dark);
    font-size: 1.85rem;
    opacity: 0.72;
    position: relative;
}

.wc-no-image span {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(227, 230, 223, 0.85);
    border-radius: 999px;
    color: var(--c-text-muted);
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
    padding: 0.38rem 0.62rem;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

.wc-no-image-large {
    min-height: 420px;
}

.wc-no-image-large i {
    font-size: 2.75rem;
}

.icon-gold-dark {
    color: var(--c-accent-dark);
}

.card-title-elegant {
    color: var(--c-text);
    font-weight: 800;
    line-height: 1.25;
}

.product-card-title-link:hover .card-title-elegant {
    color: var(--c-accent-dark);
}

.muted-small,
.card-text {
    color: var(--c-text-tertiary);
}

.wc-cat-children {
    margin-top: 0.8rem;
}

.product-card-img-link {
    background: #f1f3ed;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 340px;
    text-decoration: none;
}

@media (max-width: 576px) {
    .product-card-img-link {
        min-height: 300px;
    }
}

.price-badge,
.product-price {
    color: var(--c-accent-dark);
    font-weight: 800;
}

.product-price {
    font-size: 2rem;
}

.wc-card-actions {
    display: grid;
    gap: 0.45rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-card .wc-card-actions {
    margin-top: auto;
    padding-top: 0.5rem;
}

.wc-card-actions .btn-whatsapp,
.wc-card-actions .btn-primary-custom,
.wc-card-actions .btn-cart {
    font-size: 0.8rem;
    min-width: 0;
}

.wc-card-cart {
    min-height: 40px;
}

.product-action-stack {
    display: grid;
    gap: 0.7rem;
}

.wc-product-hero-strip {
    min-height: 250px;
    padding: 94px 0 22px;
}

.product-topbar {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
    display: flex;
    gap: 0.85rem;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding-bottom: 0.65rem;
}

.product-back-btn {
    background: #fff;
    border-color: #fff;
    color: var(--c-accent-dark);
    min-height: 36px;
    padding: 0.4rem 0.8rem;
}

.product-back-btn:hover {
    background: #f7f8f4;
    border-color: #f7f8f4;
    color: var(--c-accent-dark);
}

.product-breadcrumb-compact {
    justify-content: flex-end;
    margin: 0;
}

.product-breadcrumb-compact li,
.product-breadcrumb-compact a {
    color: rgba(255, 255, 255, 0.84);
}

.product-breadcrumb-compact .active {
    color: #fff;
}

.product-title-over-gallery {
    font-size: clamp(1.6rem, 3vw, 2.7rem);
    color: var(--c-text);
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 1rem;
}

.wc-product-page {
    padding-top: 34px;
}

.wc-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
}

.wc-breadcrumb li,
.wc-breadcrumb a {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
}

.wc-breadcrumb li:not(:last-child)::after {
    content: "/";
    margin-left: 0.45rem;
}

.wc-breadcrumb .active {
    color: #fff;
    font-weight: 700;
}

.wc-empty {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid var(--c-border);
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(22, 32, 27, 0.06);
    padding: 3rem 1rem;
    text-align: center;
}

.wc-empty-icon {
    color: var(--c-text-tertiary);
    font-size: 2.25rem;
    margin-bottom: 1rem;
}

.product-info {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--c-border);
    border-radius: 8px;
    box-shadow: var(--shadow-soft);
    padding: 1.25rem;
    position: sticky;
    top: 92px;
}

.product-image-stack {
    display: grid;
    gap: 1rem;
}

.product-carousel {
    background: #f1f3ed;
    border-radius: 8px;
    box-shadow: var(--shadow-soft);
    overflow: hidden;
    position: relative;
}

.product-carousel-track {
    display: grid;
}

.product-carousel-slide {
    grid-area: 1 / 1;
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
}

.product-carousel-slide.active {
    opacity: 1;
    pointer-events: auto;
}

.product-carousel-btn {
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(227, 230, 223, 0.95);
    border-radius: 8px;
    color: var(--c-text);
    display: inline-flex;
    height: 42px;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background 160ms ease, color 160ms ease;
    width: 42px;
    z-index: 2;
}

.product-carousel-btn:hover {
    background: var(--c-accent);
    color: #fff;
}

.product-carousel-prev {
    left: 1rem;
}

.product-carousel-next {
    right: 1rem;
}

.product-carousel-count {
    background: rgba(23, 32, 27, 0.72);
    border-radius: 999px;
    bottom: 1rem;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1;
    padding: 0.45rem 0.7rem;
    position: absolute;
    right: 1rem;
    z-index: 2;
}

.product-carousel-dots {
    align-items: center;
    bottom: 1.08rem;
    display: flex;
    gap: 0.35rem;
    justify-content: center;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 2;
}

.product-carousel-dots button {
    background: rgba(255, 255, 255, 0.75);
    border: 0;
    border-radius: 999px;
    height: 8px;
    padding: 0;
    transition: background 160ms ease, transform 160ms ease;
    width: 8px;
}

.product-carousel-dots button.active {
    background: var(--c-accent);
    transform: scaleX(2.4);
}

.product-image-large,
.product-gallery-empty {
    background: #f1f3ed;
    border-radius: 8px;
    width: 100%;
}

.product-image-large {
    aspect-ratio: 4 / 3;
    display: block;
    max-height: 620px;
    object-fit: contain;
}

.product-gallery-empty {
    min-height: 420px;
}

.stock-in {
    background: #ecfdf5;
    color: #059669;
    font-size: 0.8125rem;
    padding: 0.4em 0.9em;
}

.stock-out {
    background: #fef2f2;
    color: #dc2626;
    font-size: 0.8125rem;
    padding: 0.4em 0.9em;
}

.detail-block {
    border-bottom: 1px solid var(--c-border);
}

.detail-card-header {
    color: var(--c-text);
    font-weight: 800;
    margin-bottom: 0.8rem;
}

.spec-table {
    font-size: 0.8125rem;
    width: 100%;
}

.spec-table td {
    padding: 0.5rem 0;
}

.spec-table td:first-child {
    color: var(--c-text-tertiary);
    width: 35%;
}

.spec-table td:last-child {
    font-weight: 600;
}

.border-accent {
    border-top: 1px solid var(--c-border);
    margin-top: 4rem;
    padding-top: 3rem;
}

.search-sidebar-card {
    border: 1px solid var(--c-border);
    box-shadow: 0 14px 30px rgba(22, 32, 27, 0.06);
    position: sticky;
    top: 92px;
}

.search-sidebar-header {
    font-weight: 800;
}

.search-category-scroll {
    max-height: 460px;
    overflow-y: auto;
    padding-right: 0.2rem;
}

.list-group-item.active {
    background: var(--c-accent);
    border-color: var(--c-accent);
}

.wc-pagination-wrap {
    display: flex;
    justify-content: center;
    margin: 2rem 0 0;
}

.wc-pagination {
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(22, 32, 27, 0.06);
    flex-wrap: wrap;
    gap: 0.25rem;
    justify-content: center;
    max-width: min(100%, 620px);
    padding: 0.45rem;
}

.wc-pagination .page-item {
    margin: 0;
}

.wc-pagination .page-link {
    align-items: center;
    border: 0;
    border-radius: 6px;
    color: var(--c-text-muted);
    display: inline-flex;
    font-weight: 700;
    height: 36px;
    justify-content: center;
    min-width: 36px;
    padding: 0 0.65rem;
}

.wc-pagination .page-link:hover {
    background: #f6f0df;
    color: var(--c-accent-dark);
}

.wc-pagination .active .page-link {
    background: var(--c-accent);
    color: #fff;
}

.wc-pagination .disabled .page-link {
    background: transparent;
    color: #b6bdb8;
}

.wc-pagination .wc-page-gap {
    min-width: 28px;
}

.settings-page {
    max-width: 760px;
}

.static-page-grid {
    align-items: start;
    display: grid;
    gap: 3rem;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
}

.static-lead {
    color: var(--c-text-muted);
    font-size: 1.08rem;
    line-height: 1.75;
}

.static-info-panel {
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: 8px;
    box-shadow: var(--shadow-soft);
    padding: 1rem;
}

.static-info-item {
    display: flex;
    gap: 1rem;
    padding: 1rem;
}

.static-info-item + .static-info-item {
    border-top: 1px solid var(--c-border);
}

.static-info-item i {
    align-items: center;
    background: #fbf4df;
    border-radius: 8px;
    color: var(--c-accent-dark);
    display: inline-flex;
    flex: 0 0 42px;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.static-info-item h3 {
    font-size: 0.98rem;
    font-weight: 800;
    margin: 0 0 0.25rem;
}

.static-info-item p {
    color: var(--c-text-muted);
    margin: 0;
}

.static-info-item a {
    color: var(--c-text);
    text-decoration: none;
}

.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.cart-layout {
    align-items: start;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.55fr);
}

.cart-intro-panel {
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(22, 32, 27, 0.07);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 1.4rem;
    overflow: hidden;
}

.cart-intro-panel div {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    justify-content: center;
    min-height: 82px;
    padding: 1rem;
}

.cart-intro-panel div + div {
    border-left: 1px solid var(--c-border);
}

.cart-intro-panel i {
    align-items: center;
    background: #fbf4df;
    border-radius: 8px;
    color: var(--c-accent-dark);
    display: inline-flex;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.cart-intro-panel span {
    font-weight: 800;
}

.cart-panel,
.cart-checkout {
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: 8px;
    box-shadow: var(--shadow-soft);
    padding: 1.25rem;
}

.cart-checkout {
    position: sticky;
    top: 92px;
}

.cart-checkout h3 {
    font-size: 1.15rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.cart-checkout.is-disabled {
    opacity: 0.7;
}

.cart-item {
    align-items: center;
    border-top: 1px solid var(--c-border);
    display: grid;
    gap: 1rem;
    grid-template-columns: 76px 1fr auto auto;
    padding: 1rem 0;
}

.cart-item:first-child {
    border-top: 0;
}

.cart-item-image {
    align-items: center;
    background: #f1f3ed;
    border-radius: 8px;
    display: inline-flex;
    height: 68px;
    justify-content: center;
    overflow: hidden;
    width: 76px;
}

.cart-item-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.cart-item-image i {
    color: var(--c-accent-dark);
}

.cart-item-main a {
    color: var(--c-text);
    display: block;
    font-weight: 800;
    text-decoration: none;
}

.cart-item-main span {
    color: var(--c-text-muted);
    display: block;
    font-weight: 700;
    margin-top: 0.25rem;
}

.cart-qty {
    align-items: center;
    display: inline-flex;
}

.cart-qty button,
.cart-remove {
    align-items: center;
    background: #f4f5f0;
    border: 1px solid var(--c-border);
    color: var(--c-text);
    display: inline-flex;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.cart-qty button:first-child {
    border-radius: 8px 0 0 8px;
}

.cart-qty button:last-child {
    border-radius: 0 8px 8px 0;
}

.cart-qty input {
    border: 1px solid var(--c-border);
    border-left: 0;
    border-right: 0;
    height: 34px;
    text-align: center;
    width: 58px;
}

.cart-remove {
    border-radius: 8px;
    color: #dc2626;
}

.cart-summary {
    border-top: 1px solid var(--c-border);
    margin: 1.25rem 0;
    padding-top: 1rem;
}

.cart-summary div {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.cart-summary span {
    color: var(--c-text-muted);
    font-weight: 700;
}

.cart-summary strong {
    color: var(--c-accent-dark);
    font-size: 1.3rem;
}

.cart-message {
    color: #dc2626;
    font-weight: 700;
    margin-top: 0.85rem;
}

.cart-message.is-success {
    color: var(--c-green);
}

.cart-submit.is-loading {
    opacity: 0.75;
}

.products-browser {
    background: #fff;
}

.products-layout {
    align-items: start;
    display: grid;
    gap: 3.5rem;
    grid-template-columns: 300px minmax(0, 1fr);
}

.products-filters {
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(22, 32, 27, 0.06);
    padding: 1.25rem;
    position: sticky;
    top: 96px;
}

.products-filters h2 {
    font-size: 1.45rem;
    font-weight: 800;
    margin: 0;
}

.shop-filter-title {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.4rem;
}

.shop-filter-title a,
.products-clear-link {
    color: var(--c-accent-dark);
    font-size: 0.85rem;
    font-weight: 800;
    text-decoration: none;
}

.shop-filter-form {
    border-bottom: 1px solid var(--c-border);
    display: grid;
    gap: 0.85rem;
    margin-bottom: 1.4rem;
    padding-bottom: 1.4rem;
}

.shop-search-box {
    background: #f7f8f4;
    border: 1px solid var(--c-border);
    border-radius: 8px;
    display: grid;
    gap: 0.5rem;
    grid-template-columns: auto 1fr auto;
    padding: 0.35rem;
}

.shop-search-box i {
    align-self: center;
    color: var(--c-text-muted);
    padding-left: 0.55rem;
}

.shop-search-box input {
    background: transparent;
    border: 0;
    min-width: 0;
    outline: 0;
}

.shop-search-box button {
    background: var(--c-accent);
    border: 0;
    border-radius: 6px;
    color: #fff;
    font-weight: 800;
    padding: 0.5rem 0.7rem;
}

.shop-select-label {
    color: var(--c-text-muted);
    display: grid;
    font-size: 0.82rem;
    font-weight: 800;
    gap: 0.35rem;
}

.shop-select-label select {
    border: 1px solid var(--c-border);
    border-radius: 8px;
    min-height: 40px;
    padding: 0 0.65rem;
}

.filter-check {
    align-items: center;
    color: var(--c-text-muted);
    display: inline-flex;
    gap: 0.55rem;
}

.filter-check input {
    height: 18px;
    width: 18px;
}

.filter-group {
    border-bottom: 1px solid var(--c-border);
    margin-bottom: 1.8rem;
    padding-bottom: 1.4rem;
}

.filter-heading {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--c-text);
    display: flex;
    font-weight: 800;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 0;
    width: 100%;
}

.filter-links {
    display: grid;
    gap: 0.35rem;
}

.filter-links a,
.filter-category-toggle {
    color: var(--c-text-muted);
    text-decoration: none;
}

.filter-links a:hover,
.filter-links a.active {
    color: var(--c-text);
    text-decoration: underline;
}

.filter-links span {
    color: var(--c-text-tertiary);
}

.filter-category-group {
    display: grid;
    grid-template-columns: 1fr auto;
    row-gap: 0.35rem;
}

.filter-category-group:not(.has-children) {
    grid-template-columns: 1fr;
}

.filter-category-group > a {
    padding: 0.22rem 0;
}

.filter-category-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    display: inline-flex;
    height: 28px;
    justify-content: center;
    padding: 0;
    transition: transform 160ms ease;
    width: 28px;
}

.filter-category-group:not(.has-children) .filter-category-toggle {
    display: none;
}

.filter-category-group.is-open .filter-category-toggle {
    transform: rotate(180deg);
}

.filter-subcategories {
    display: none;
    gap: 0.3rem;
    grid-column: 1 / -1;
    padding: 0.15rem 0 0.45rem 0.85rem;
}

.filter-category-group.is-open .filter-subcategories {
    display: grid;
}

.filter-subcategories a {
    font-size: 0.92rem;
}

.products-toolbar {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.products-toolbar > span {
    color: var(--c-text-muted);
    font-weight: 700;
}

.products-grid .product-card {
    border: 0;
    box-shadow: none;
}

.products-grid .product-card:hover {
    box-shadow: none;
}

.site-assurance {
    background: #fff;
    border-top: 1px solid var(--c-border);
    padding: 0.85rem 0;
}

.site-assurance-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.site-assurance-grid div {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    padding: 0.45rem 1rem;
}

.site-assurance-grid div + div {
    border-left: 1px solid var(--c-border);
}

.site-assurance-grid i {
    align-items: center;
    background: #fbf4df;
    border-radius: 8px;
    color: var(--c-accent-dark);
    display: inline-flex;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.site-assurance-grid span {
    font-weight: 800;
}

.webcatalog-footer {
    background: #111915;
    color: rgba(255, 255, 255, 0.78);
    margin-top: 0;
    padding: 2.7rem 0 1rem;
}

.wc-footer-main {
    padding-bottom: 0.4rem;
}

.wc-footer-brand-block {
    max-width: 420px;
}

.wc-footer-description {
    color: rgba(255, 255, 255, 0.66);
    line-height: 1.75;
    margin: 1rem 0 0;
}

.wc-footer-title {
    color: #fff;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.wc-footer-nav-list {
    display: grid;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
}

.wc-footer-nav-list a {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    text-decoration: none;
}

.wc-footer-nav-list a:hover {
    color: #fff;
}

.wc-footer-contact-list {
    display: grid;
    gap: 0.65rem;
    margin: 0;
    padding: 0;
}

.wc-footer-social-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin: 0.85rem 0 0;
    padding: 0;
}

.wc-footer-social-list li {
    list-style: none;
}

.wc-footer-social-link {
    align-items: center;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.84);
    display: inline-flex;
    gap: 0.55rem;
    min-height: 42px;
    padding: 0.45rem 0.75rem;
    text-decoration: none;
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.wc-footer-social-link:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.wc-footer-social-link i {
    color: #f7d88d;
}

.wc-footer-contact-link {
    align-items: center;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.84);
    display: flex;
    gap: 0.75rem;
    min-height: 48px;
    padding: 0.55rem 0.8rem;
    text-decoration: none;
    transition: background 180ms ease, border-color 180ms ease;
}

.wc-footer-contact-link:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.wc-footer-icon {
    align-items: center;
    background: rgba(181, 139, 42, 0.18);
    border-radius: 8px;
    color: #f7d88d;
    display: inline-flex;
    flex: 0 0 34px;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.wc-category-carousel-page {
    grid-auto-columns: minmax(280px, 31.8%);
}

.search-page-section {
    padding-top: 34px;
}

.search-refine-card {
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: 8px;
    box-shadow: var(--shadow-soft);
    margin-bottom: 2rem;
    padding: 0.85rem;
}

.search-refine-form {
    align-items: center;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: auto 1fr auto;
}

.search-refine-form > i {
    color: var(--c-text-muted);
    padding-left: 0.5rem;
}

.search-refine-form .form-control {
    border: 0;
    box-shadow: none;
}

.search-result-block {
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(22, 32, 27, 0.06);
    padding: 1.25rem;
}

.webcatalog-footer h5 {
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
}

.webcatalog-footer a {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
}

.wc-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: 2rem;
    padding-top: 1rem;
}

.wc-footer-meta {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.84rem;
    line-height: 1.4;
}

.wc-footer-credit {
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.78rem;
    line-height: 1.4;
}

.wc-footer-credit a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.wc-footer-credit a:hover {
    color: #fff;
}

@media (max-width: 991.98px) {
    .wc-mega-menu {
        display: none;
    }

    .webcatalog-navbar {
        backdrop-filter: none;
        transition: none;
    }

    .wc-hero-slides,
    .card-interactive,
    .product-card,
    .wc-search-overlay,
    .wc-search-panel {
        transition: none !important;
    }
}

@media (max-width: 575.98px) {
    .wc-lang-switch-wrap {
        margin-top: 0.55rem;
    }

    .wc-cart-toast {
        bottom: 12px;
        gap: 0.7rem;
        left: 10px;
        padding: 0.6rem 0.68rem;
        right: 10px;
    }

    .wc-cart-toast-main span {
        font-size: 0.86rem;
        white-space: normal;
    }

    .site-assurance {
        display: none;
    }

    .webcatalog-footer {
        padding: 2.1rem 0 1rem;
    }

    .wc-footer-title {
        margin-top: 0.5rem;
    }

    .wc-footer-bottom {
        margin-top: 1.4rem;
        padding-top: 0.85rem;
    }

    .wc-footer-meta {
        font-size: 0.78rem;
    }

    .wc-footer-credit {
        font-size: 0.73rem;
    }

    .wc-footer-contact-link {
        align-items: flex-start;
        padding: 0.65rem 0.75rem;
    }

    .wc-hero {
        min-height: 300px;
        padding: 86px 0 56px;
    }

    .wc-hero-slide::after {
        background: linear-gradient(90deg, rgba(17, 27, 22, 0.46), rgba(17, 27, 22, 0.16), rgba(17, 27, 22, 0.34));
    }

    .wc-hero-title {
        font-size: clamp(1.8rem, 8vw, 2.45rem);
    }

    .wc-hero-subtitle {
        color: rgba(255, 255, 255, 0.9);
        font-size: 1.02rem;
    }

    .wc-hero-compact {
        min-height: 260px;
        padding: 82px 0 52px;
    }

    .home-hero-stats {
        background: rgba(255, 255, 255, 0.78);
        border: 1px solid rgba(227, 230, 223, 0.72);
        box-shadow: none;
        backdrop-filter: blur(3px);
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin: 0.9rem;
        position: relative;
        right: auto;
        bottom: auto;
    }

    .home-hero-stats div {
        padding: 0.72rem 0.55rem;
        text-align: center;
    }

    .home-hero-stats div + div {
        border-left: 1px solid var(--c-border);
        border-top: 0;
    }

    .home-hero-stats strong {
        font-size: 1.22rem;
        line-height: 1.1;
    }

    .home-hero-stats span {
        font-size: 0.76rem;
    }

    .home-feature-grid {
        grid-template-columns: 1fr;
    }

    .home-feature-item + .home-feature-item {
        border-left: 0;
        border-top: 1px solid var(--c-border);
    }

    .home-cta-inner {
        align-items: flex-start;
        background: #07100c;
        color: #ffffff;
        flex-direction: column;
    }

    .home-cta-inner h2 {
        color: #ffffff;
    }

    .home-cta-inner p {
        color: #ffffff;
    }

    .home-cta-inner .home-section-kicker {
        background: #ffffff;
        border-color: #ffffff;
        color: #07100c;
    }

    .wc-section,
    .wc-product-section {
        padding: 38px 0;
    }

    .wc-card-actions {
        grid-template-columns: 1fr;
    }

    .search-refine-form {
        grid-template-columns: 1fr;
    }

    .search-refine-form > i {
        display: none;
    }

    .wc-category-carousel-page {
        grid-auto-columns: minmax(240px, 82%);
    }

    .wc-section-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .wc-category-carousel {
        grid-auto-columns: minmax(240px, 82%);
    }

    .search-sidebar-card {
        border: 0;
        box-shadow: none;
        position: static;
    }

    .search-sidebar-card .card-body {
        padding: 0 !important;
    }

    .product-topbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.55rem;
    }

    .product-breadcrumb-compact {
        justify-content: flex-start;
    }

    .wc-product-hero-strip {
        min-height: 200px;
        padding: 74px 0 18px;
    }

    .search-sidebar-header {
        margin-bottom: 0.75rem !important;
    }

    .search-category-scroll {
        display: flex;
        gap: 0.55rem;
        margin: 0 -0.75rem;
        max-height: none;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 0.75rem 0.8rem;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }

    .search-category-scroll::-webkit-scrollbar {
        display: none;
    }

    .search-category-scroll .list-group-item {
        align-items: center;
        border: 1px solid var(--c-border) !important;
        border-radius: 999px !important;
        display: inline-flex !important;
        flex: 0 0 auto;
        gap: 0.5rem;
        min-height: 38px;
        scroll-snap-align: start;
        white-space: nowrap;
    }

    .search-category-scroll .badge {
        flex-shrink: 0;
    }

    .search-result-categories {
        display: grid;
        gap: 1rem;
        grid-auto-columns: minmax(230px, 82%);
        grid-auto-flow: column;
        margin-left: 0;
        margin-right: 0;
        overflow-x: auto;
        padding-bottom: 0.8rem;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }

    .search-result-categories::-webkit-scrollbar {
        display: none;
    }

    .search-result-categories > [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
        scroll-snap-align: start;
        width: auto;
    }

    .static-page-grid {
        gap: 1.5rem;
        grid-template-columns: 1fr;
    }

    .static-info-item {
        padding: 0.85rem;
    }

    .cart-layout {
        grid-template-columns: 1fr;
    }

    .cart-intro-panel {
        grid-template-columns: 1fr;
    }

    .cart-intro-panel div + div {
        border-left: 0;
        border-top: 1px solid var(--c-border);
    }

    .products-layout {
        gap: 2rem;
        grid-template-columns: 1fr;
    }

    .products-filters {
        position: static;
    }

    .site-assurance-grid {
        grid-template-columns: 1fr;
    }

    .site-assurance-grid div + div {
        border-left: 0;
        border-top: 1px solid var(--c-border);
    }

    .products-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .products-toolbar-actions {
        flex-wrap: wrap;
    }

    .cart-checkout {
        position: static;
    }

    .cart-item {
        grid-template-columns: 64px 1fr;
    }

    .cart-qty,
    .cart-remove {
        grid-column: 2;
        justify-self: start;
    }

    .btn-label {
        display: inline;
    }
}
