﻿/*
|--------------------------------------------------------------------------
| Powered by A&A Digital Agency (From Almir Internet Solutions GROUP)
|--------------------------------------------------------------------------
| Website: www.almir.co.il
| Contact: info@almir.co.il
| Developer: Albert Amir
| Phone: +972 04-63-63-281
| Version: 1.0.0
| Created: 11/06/2026
| Updated: 15/07/2026
|--------------------------------------------------------------------------
*/

:root {
    --store-ink: #1f2933;
    --store-muted: #667085;
    --store-line: #dedede;
    --store-bg: #f6f6f4;
    --store-card: #fff;
    --store-dark: #111;
    --store-primary: #1c7c54;
    --store-primary-dark: #0f5f3e;
    --store-secondary: #111827;
    --store-secondary-dark: #030712;
    --store-action: #15803d;
    --store-action-dark: #166534;
    --store-accent: #c49a45;
    --store-primary-gradient: linear-gradient(135deg, var(--store-primary) 0%, var(--store-primary-dark) 62%, var(--store-accent) 132%);
    --store-primary-gradient-hover: linear-gradient(135deg, var(--store-primary-dark) 0%, var(--store-primary) 100%);
    --store-action-gradient: linear-gradient(135deg, var(--store-action) 0%, var(--store-primary) 68%, var(--store-accent) 138%);
    --store-action-gradient-hover: linear-gradient(135deg, var(--store-action-dark) 0%, var(--store-primary-dark) 72%, var(--store-accent) 140%);
    --store-button-details-gradient: linear-gradient(135deg, var(--store-secondary) 0%, var(--store-primary) 100%);
    --store-button-details-gradient-hover: linear-gradient(135deg, var(--store-secondary-dark) 0%, var(--store-primary-dark) 100%);
    --store-button-details-color: #fff;
    --store-button-add-cart-gradient: var(--store-action-gradient);
    --store-button-add-cart-gradient-hover: var(--store-action-gradient-hover);
    --store-button-add-cart-color: #fff;
    --store-button-cart-gradient: linear-gradient(135deg, var(--store-primary-dark) 0%, var(--store-secondary) 100%);
    --store-button-cart-gradient-hover: linear-gradient(135deg, var(--store-primary) 0%, var(--store-secondary-dark) 100%);
    --store-button-cart-color: #fff;
    --store-button-checkout-gradient: var(--store-secondary-gradient);
    --store-button-checkout-gradient-hover: var(--store-secondary-gradient-hover);
    --store-button-checkout-color: #fff;
    --store-secondary-gradient: linear-gradient(135deg, var(--store-secondary) 0%, var(--store-secondary-dark) 62%, var(--store-primary) 138%);
    --store-secondary-gradient-hover: linear-gradient(135deg, var(--store-secondary-dark) 0%, var(--store-secondary) 62%, var(--store-primary-dark) 138%);
    --store-soft-gradient: linear-gradient(135deg, #fff 0%, var(--store-soft) 100%);
    --store-danger: #c62828;
    --store-soft: #edf8f2;
    --store-menu-bg: #fafafa;
    --store-footer-bg: #151515;
    --store-footer-text: #d7d7d7;
    --store-footer-line: #333;
    --store-hero-bg: radial-gradient(circle at center, #26313d 0, #0f141a 62%, #080b10 100%);
    --store-body-font: 'Assistant', Arial, sans-serif;
    --store-heading-font: 'Rubik', Arial, sans-serif;
    --store-ticker-bg: #0f172a;
    --store-ticker-color: #fff;
    --store-ticker-size: 16px;
    --store-site-width: 95%;
}
body { margin: 0; font-family: var(--store-body-font); color: var(--store-ink); background: var(--store-bg); }
body.cookie-lock { overflow: hidden; }
.store-section-head h1, .store-search-results-head h1 { font-family: var(--store-heading-font); }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }
.store-shell { min-height: 100vh; display: flex; flex-direction: column; }
.store-shell .container,
.store-shell .container-sm,
.store-shell .container-md,
.store-shell .container-lg,
.store-shell .container-xl,
.store-shell .container-xxl,
.store-wide { width: var(--store-site-width); max-width: var(--store-site-width); margin-inline: auto; padding-inline: 0; }
.store-header { background: #fff; border-bottom: 1px solid var(--store-line); }
.store-breadcrumb-wrap { background: rgba(255,255,255,.78); border-bottom: 1px solid rgba(15,23,42,.08); }
.store-breadcrumb { min-height: 38px; display: flex; align-items: center; overflow-x: auto; scrollbar-width: none; }
.store-breadcrumb::-webkit-scrollbar { display: none; }
.store-breadcrumb ol { display: flex; align-items: center; gap: 8px; list-style: none; padding: 0; margin: 0; white-space: nowrap; color: var(--store-muted); font-size: 13px; line-height: 1.2; }
.store-breadcrumb li { display: inline-flex; align-items: center; gap: 8px; min-width: 0; }
.store-breadcrumb li:not(:last-child)::after { content: "\f104"; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 10px; color: #a3aab5; }
.store-breadcrumb a { color: var(--store-muted); font-weight: 700; transition: color .16s ease; }
.store-breadcrumb a:hover, .store-breadcrumb a:focus { color: var(--store-primary); }
.store-breadcrumb span { color: var(--store-ink); font-weight: 800; overflow: hidden; text-overflow: ellipsis; max-width: min(46vw, 520px); }
.store-contact-line { background: #111; color: #fff; font-size: 14px; }
.store-contact-grid { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.store-contact-info, .store-social-mini { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.store-contact-info a, .store-contact-info span { display: inline-flex; align-items: center; gap: 7px; color: #fff; }
.store-social-mini a, .store-social-mini button { width: 30px; height: 30px; display: inline-grid; place-items: center; border: 0; border-inline-start: 1px solid rgba(255,255,255,.2); background: transparent; color: #fff; }
.store-social-mini a { border: 0; border-radius: 50%; background: #2b2b2b; color: #fff; box-shadow: 0 5px 14px rgba(0,0,0,.24); transition: transform .16s ease, box-shadow .16s ease; }
.store-social-mini a:hover { transform: translateY(-1px); box-shadow: 0 8px 18px rgba(0,0,0,.3); }
.store-social-mini a i { font-size: 15px; color: #fff; }
.store-social-mini button { width: auto; padding: 0 12px; gap: 7px; display: inline-flex; font-weight: 700; border-inline-start: 1px solid rgba(255,255,255,.2); }
.store-main-head { min-height: 116px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; }
.store-logo { display: inline-flex; align-items: center; justify-content: center; }
.store-logo img { width: min(260px, 54vw); max-height: 104px; object-fit: contain; }
.store-head-tools { display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
.store-head-action { position: relative; border: 0; background: transparent; color: #222; display: inline-flex; align-items: center; gap: 9px; font-weight: 700; padding: 6px; }
.store-head-action i { font-size: 24px; }
.store-head-action b { width: auto; height: auto; }
.store-cart-count-badge { position: absolute; top: -7px; right: -5px; min-width: 22px; height: 22px; padding-inline: 6px; display: inline-grid; place-items: center; border: 2px solid #fff; border-radius: 999px; background: #f10b0b; color: #fff; font-size: 11px; font-weight: 900; line-height: 1; z-index: 2; }
.store-header-search-form { cursor: text; }
.store-header-search-input { flex: 1 1 auto; min-width: 0; border: 0; outline: 0; background: transparent; color: inherit; font: inherit; font-weight: 700; text-align: right; direction: rtl; }
.store-header-search-input::placeholder { color: currentColor; opacity: .72; }
.store-header-search-submit { flex: 0 0 auto; border: 0; border-radius: 999px; background: var(--store-primary); color: #fff; padding: 7px 14px; font: inherit; font-weight: 900; line-height: 1; }
.store-header-search-modal { display: none; }
.store-menu { --bs-nav-link-font-size: 19px; --bs-nav-link-font-weight: 600; min-height: 48px; border-top: 1px solid #ededed; background: #fafafa; padding: 0; }
.store-menu .navbar-nav { gap: 3px; }
.store-menu .nav-link { color: #222; font-size: var(--bs-nav-link-font-size); font-weight: 600; padding: 14px 16px; }
.store-menu .nav-link:hover, .store-menu .nav-link.active { color: var(--store-primary); }
.store-menu-button { border: 0; background: transparent; }
.store-menu-toggle { border: 0; color: #111; margin: 8px 0; }
.store-menu-search-mobile { display: none; border: 0; background: transparent; color: var(--store-ink); padding: 6px; font-size: 21px; line-height: 1; }
.store-menu .nav-link i, .store-menu .dropdown-item i { margin-inline-end: 7px; }
.store-menu .dropdown-menu { border: 1px solid var(--store-line); border-radius: 4px; box-shadow: 0 14px 28px rgba(17,17,17,.12); padding: 6px; text-align: inherit; }
.store-menu .dropdown-item { display: flex; align-items: center; gap: 7px; border-radius: 3px; font-weight: 600; padding: 9px 12px; }
.store-menu .dropdown-item:hover { background: #eef8f2; color: var(--store-primary); }
.store-menu .dropdown-submenu { position: relative; }
.store-menu .dropdown-submenu > .dropdown-menu { top: 0; inset-inline-start: 100%; margin-top: -6px; }
html[dir=rtl] .store-menu .dropdown-submenu > .dropdown-menu { right: 100%; left: auto; }
.store-menu-spacer { display: none; }
.store-floating-cart { position: fixed; left: 24px; bottom: 104px; z-index: 1040; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(17,17,17,.08); border-radius: 50%; background: #fff; color: #111; box-shadow: 0 10px 24px rgba(17,17,17,.22); transition: transform .16s ease, box-shadow .16s ease; }
.store-floating-cart:hover { color: #111; transform: translateY(-2px); box-shadow: 0 14px 30px rgba(17,17,17,.26); }
.store-floating-cart i { font-size: 20px; }
.store-floating-cart-count { position: absolute; top: -7px; right: -5px; min-width: 22px; height: 22px; padding-inline: 6px; display: inline-grid; place-items: center; border: 2px solid #fff; border-radius: 999px; background: #f10b0b; color: #fff; font-size: 11px; font-weight: 900; line-height: 1; }
.store-floating-whatsapp { position: fixed; left: 24px; bottom: 48px; z-index: 1040; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 10px 24px rgba(17,17,17,.2); transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.store-floating-whatsapp:hover { color: #fff; background: #1fb85a; transform: translateY(-2px); box-shadow: 0 14px 30px rgba(17,17,17,.24); }
.store-floating-whatsapp i { font-size: 23px; }
.store-search-suggest-panel { position: fixed; z-index: 2100; max-height: min(430px, 74vh); overflow: auto; display: grid; gap: 0; padding: 0; border: 1px solid var(--store-line); border-radius: 6px; background: #fff; box-shadow: 0 18px 42px rgba(17,17,17,.18); direction: rtl; }
.store-search-suggest-panel[hidden] { display: none; }
.store-search-suggest-item { min-height: 60px; display: grid; grid-template-columns: 46px minmax(0, 1fr) 22px; gap: 12px; align-items: center; padding: 8px 14px; color: #111; text-decoration: none; border-bottom: 1px solid #eef2f6; }
.store-search-suggest-item:last-child { border-bottom: 0; }
.store-search-suggest-item:hover,
.store-search-suggest-item.is-active { background: #eef5fb; color: #111; }
.store-search-suggest-thumb { width: 42px; height: 42px; display: inline-grid; place-items: center; overflow: hidden; border-radius: 6px; background: #edf3f9; color: #6b7785; }
.store-search-suggest-thumb img { width: 100%; height: 100%; display: block; object-fit: cover; }
.store-search-suggest-arrow { color: #6b7785; font-size: 14px; }
.store-search-suggest-arrow { justify-self: end; }
.store-search-suggest-item span { min-width: 0; display: grid; gap: 2px; }
.store-search-suggest-item strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; font-weight: 900; }
.store-search-suggest-item small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--store-muted); font-size: 12px; font-weight: 700; }
.store-search-suggest-more strong { color: var(--store-primary); }
.store-search-filter-btn { min-height: 44px; white-space: nowrap; }
.store-search-filter-btn span { min-width: 22px; height: 22px; padding-inline: 6px; display: inline-grid; place-items: center; border-radius: 999px; background: #fff; color: var(--store-primary); font-size: 12px; font-weight: 900; }
.store-product-filter-modal .modal-content { border: 0; border-radius: 8px; overflow: hidden; box-shadow: 0 22px 60px rgba(15,23,42,.22); }
.store-product-filter-modal .modal-header,
.store-product-filter-modal .modal-footer { border-color: #e5e7eb; }
.store-product-filter-modal .modal-title { font-size: 22px; font-weight: 900; }
.store-filter-search { min-height: 48px; display: grid; grid-template-columns: 22px minmax(0,1fr); gap: 10px; align-items: center; margin-bottom: 16px; padding: 0 14px; border: 1px solid #d7dee8; border-radius: 999px; background: #fff; direction: rtl; }
.store-filter-search i { color: #6b7785; font-size: 15px; }
.store-filter-search input { width: 100%; border: 0; outline: 0; background: transparent; color: #111827; font-weight: 700; text-align: right; }
.store-filter-search input::placeholder { color: #667085; opacity: 1; }
.store-filter-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.store-filter-group { min-width: 0; margin: 0; padding: 14px; border: 1px solid #e5e7eb; border-radius: 8px; background: #f8fafc; }
.store-filter-group legend { float: none; width: auto; margin: 0 0 10px; padding: 0; color: #111827; font-size: 15px; font-weight: 900; }
.store-filter-price { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.store-filter-price label { display: grid; gap: 5px; color: #475569; font-size: 13px; font-weight: 800; }
.store-filter-check { display: flex; align-items: center; gap: 9px; margin: 8px 0; color: #111827; font-weight: 800; cursor: pointer; }
.store-filter-check input { width: 18px; height: 18px; flex: 0 0 auto; }
.store-filter-check span { min-width: 0; display: inline-flex; align-items: center; gap: 6px; }
.store-filter-check small { color: #64748b; font-size: 12px; font-weight: 800; }
.store-filter-check b { width: 15px; height: 15px; display: inline-block; border: 1px solid rgba(15,23,42,.18); border-radius: 50%; }
@media (max-width: 767px) {
    .store-filter-grid,
    .store-filter-price { grid-template-columns: 1fr; }
    .store-product-filter-modal .modal-footer { display: grid; grid-template-columns: 1fr; }
    .store-product-filter-modal .modal-footer .btn-store { justify-content: center; width: 100%; }
}
.store-cart-drawer.offcanvas-end { right: 0; left: auto; width: min(430px, 100vw); transform: translateX(100%); border-inline-start: 1px solid var(--store-line); border-inline-end: 0; }
.store-cart-drawer.offcanvas-end.showing, .store-cart-drawer.offcanvas-end.show:not(.hiding) { transform: none; }
.store-cart-drawer-head { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 20px 24px; border-bottom: 1px solid var(--store-line); }
.store-cart-drawer-head h2,
.store-cart-drawer-title { margin: 0; font-size: 24px; font-weight: 900; }
.store-cart-drawer-close { width: 34px; height: 34px; display: inline-grid; place-items: center; border: 0; border-radius: 50%; background: transparent; color: #111; font-size: 19px; }
.store-cart-drawer-close:hover { background: #f1f3f5; }
.store-cart-drawer-body { display: flex; flex-direction: column; gap: 18px; padding: 18px 22px 22px; }
.store-cart-drawer-empty { min-height: 280px; display: grid; place-items: center; align-content: center; gap: 14px; text-align: center; color: var(--store-muted); }
.store-cart-drawer-empty i { width: 64px; height: 64px; display: inline-grid; place-items: center; border-radius: 50%; background: #f4f5f7; color: #111; font-size: 27px; }
.store-cart-drawer-empty strong { color: #111; font-size: 22px; font-weight: 900; }
.store-cart-drawer-list { display: grid; gap: 16px; }
.store-cart-drawer-item { display: grid; grid-template-columns: 76px 1fr; gap: 14px; padding-bottom: 16px; border-bottom: 1px solid var(--store-line); }
.store-cart-drawer-img { width: 76px; height: 76px; border-radius: 6px; overflow: hidden; background: #edf3f9; }
.store-cart-drawer-img img { width: 100%; height: 100%; object-fit: cover; }
.store-cart-drawer-info { display: grid; gap: 5px; }
.store-cart-drawer-title { color: #111; font-weight: 900; line-height: 1.35; }
.store-cart-drawer-info span { color: var(--store-muted); font-size: 14px; }
.store-cart-drawer-info strong { color: #111; font-size: 15px; font-weight: 900; }
.store-cart-drawer-info small { color: var(--store-primary); font-weight: 800; }
.store-cart-drawer-controls { display: flex; align-items: center; gap: 10px; margin-top: 7px; }
.store-cart-drawer-controls form { margin: 0; }
.store-cart-drawer-controls > span { min-width: 20px; text-align: center; color: #111; font-weight: 800; }
.store-cart-qty-btn, .store-cart-remove { width: 31px; height: 31px; display: inline-grid; place-items: center; border: 0; border-radius: 50%; font-size: 13px; }
.store-cart-qty-btn { background: #eef0f2; color: #111; }
.store-cart-qty-btn:disabled { opacity: .45; cursor: not-allowed; }
.store-cart-remove { background: #f04438; color: #fff; }
.store-cart-drawer-summary { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--store-line); display: grid; gap: 13px; }
.store-cart-drawer-summary > div:first-child { display: flex; align-items: center; justify-content: space-between; gap: 14px; color: #111; font-size: 17px; }
.store-cart-drawer-summary span { color: var(--store-primary); font-weight: 900; }
.store-cart-drawer-summary p { margin: 0; color: var(--store-muted); font-size: 14px; line-height: 1.7; }
.store-free-shipping-notice { display: flex; align-items: flex-start; gap: 10px; padding: 12px 14px; border: 1px solid #bbf7d0; border-radius: 6px; background: #f0fdf4; color: #166534; font-size: 14px; font-weight: 800; line-height: 1.55; }
.store-free-shipping-notice span { color: inherit; font-weight: inherit; }
.store-free-shipping-notice i { margin-top: 2px; color: #15803d; }
.store-free-shipping-notice-summary { margin: 12px 0 4px; }
.store-cart-drawer-summary .store-free-shipping-notice { margin-top: 2px; }
.store-cart-drawer-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.store-cart-drawer-actions .btn-store { justify-content: center; min-height: 50px; min-width: 0; padding-inline: 10px; white-space: nowrap; }
.store-ticker { height: 38px; overflow: hidden; background: var(--store-ticker-bg); color: var(--store-ticker-color); display: flex; align-items: center; font-family: var(--store-body-font); font-size: var(--store-ticker-size); }
.store-ticker-track { min-width: 100%; display: flex; gap: 70px; white-space: nowrap; animation: storeTicker 28s linear infinite; font-weight: 800; }
.store-ticker-track span::before { content: "\f058"; font-family: "Font Awesome 6 Free"; font-weight: 900; margin-inline-end: 8px; color: var(--store-accent); }
@keyframes storeTicker { from { transform: translateX(-20%); } to { transform: translateX(80%); } }
.store-is-closed .store-header,
.store-is-closed main,
.store-is-closed .store-footer,
.store-is-closed .store-floating-cart { pointer-events: none; user-select: none; }
.store-is-closed .store-floating-cart { opacity: .45; }
.store-closure-modal { z-index: 3000; }
.store-closure-modal + .modal-backdrop { z-index: 2990; }
.store-closure-modal .store-modal { border: 0; border-radius: 4px; box-shadow: 0 18px 60px rgba(0,0,0,.25); }
.store-closure-modal .modal-body { padding: 36px 28px; }
.store-closure-modal i { width: 58px; height: 58px; display: inline-grid; place-items: center; margin-bottom: 16px; border-radius: 50%; background: #151515; color: #fff; font-size: 24px; }
.store-closure-modal h2,
.store-closure-modal .store-modal-title { font-size: 28px; font-weight: 900; margin: 0 0 10px; }
.store-closure-modal p { margin: 0; color: var(--store-muted); line-height: 1.8; font-weight: 700; }
.store-hero { background: #e7e1d8; border-bottom: 1px solid var(--store-line); }
.store-hero-grid { min-height: 520px; display: grid; grid-template-columns: minmax(0, .8fr) minmax(320px, 1.2fr); gap: 32px; align-items: center; padding-block: 34px; }
.store-hero h1 { max-width: 720px; font-size: clamp(38px, 5.5vw, 74px); line-height: 1.02; font-weight: 900; margin: 0 0 18px; }
.store-hero p { max-width: 560px; margin: 0 0 24px; color: #4b5563; font-size: 19px; line-height: 1.75; }
.store-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.store-hero-banner { position: relative; min-height: clamp(420px, 54vw, 640px); display: flex; align-items: center; color: #fff; background: #111; border-bottom: 1px solid var(--store-line); overflow: hidden; }
.store-hero-banner::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: rgb(0 0 0 / var(--store-hero-overlay-opacity, .65)); }
.store-hero-carousel { display: block; }
.store-hero-carousel .carousel-inner, .store-hero-carousel .carousel-item { min-height: inherit; }
.store-hero-carousel .carousel-item { position: relative; overflow: hidden; }
.store-hero-banner-picture { position: absolute; inset: -4%; width: 108%; height: 108%; animation: storeHeroDrift 7s ease-in-out infinite alternate both; will-change: transform; }
.store-hero-banner-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.store-hero-banner .store-wide { position: relative; z-index: 2; min-height: inherit; padding-block: clamp(44px, 7vw, 92px); display: grid; place-content: center; justify-items: center; text-align: center; }
.store-hero-banner h1 { max-width: 900px; margin: 0 0 clamp(12px, 2vw, 20px); color: #fff; font-size: clamp(34px, 6vw, 76px); line-height: 1.04; font-weight: 900; text-shadow: 0 3px 18px rgba(0,0,0,.42); }
.store-hero-banner p { max-width: 660px; margin: 0 0 clamp(18px, 3vw, 30px); color: rgba(255,255,255,.92); font-size: clamp(16px, 2.2vw, 22px); line-height: 1.65; text-shadow: 0 2px 14px rgba(0,0,0,.34); }
.store-hero-banner .store-hero-actions { justify-content: center; }
.store-hero-banner .btn-store { background: var(--store-secondary-gradient); color: #fff; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; box-shadow: 0 17px 40px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.09); }
.store-hero-banner .btn-store:hover { background: var(--store-secondary-gradient-hover); color: #fff; border-color: rgba(255,255,255,.34); box-shadow: 0 20px 46px rgba(0,0,0,.54), inset 0 1px 0 rgba(255,255,255,.12); }
.store-hero-carousel .carousel-control-prev, .store-hero-carousel .carousel-control-next { z-index: 4; width: 56px; opacity: 1; }
.store-hero-carousel .carousel-control-prev-icon, .store-hero-carousel .carousel-control-next-icon { width: 42px; height: 42px; border-radius: 50%; background-color: rgba(5,5,5,.72); background-size: 48%; border: 1px solid rgba(255,255,255,.24); box-shadow: 0 10px 26px rgba(0,0,0,.32); }
.store-hero-carousel .carousel-control-prev:hover .carousel-control-prev-icon, .store-hero-carousel .carousel-control-next:hover .carousel-control-next-icon { background-color: rgba(5,5,5,.9); border-color: rgba(255,255,255,.34); }
.store-hero-carousel .carousel-indicators { z-index: 4; bottom: 20px; gap: 8px; margin-bottom: 0; }
.store-hero-carousel .carousel-indicators [data-bs-target] { width: 11px; height: 11px; margin: 0; border: 1px solid rgba(255,255,255,.82); border-radius: 50%; background: rgba(255,255,255,.25); opacity: 1; }
.store-hero-carousel .carousel-indicators .active { background: #fff; transform: scale(1.15); }
.store-hero-height-small { min-height: 420px; }
.store-hero-height-medium { min-height: 560px; }
.store-hero-height-large { min-height: 680px; }
.store-hero-text-right .store-wide { justify-items: start; text-align: right; }
.store-hero-text-left .store-wide { justify-items: end; text-align: left; }
.store-hero-layout-boxed_carousel { min-height: auto; padding: 28px 0; background: #f5f7f6; }
.store-hero-layout-boxed_carousel .carousel-inner { width: min(94vw, 1500px); min-height: 560px; margin-inline: auto; border-radius: 8px; overflow: hidden; box-shadow: 0 22px 55px rgba(17,17,17,.18); }
.store-hero-layout-boxed_carousel.store-hero-height-small .carousel-inner { min-height: 420px; }
.store-hero-layout-boxed_carousel.store-hero-height-large .carousel-inner { min-height: 680px; }
.store-hero-layout-minimal_banner .store-hero-banner-picture { animation: none; transform: none; }
.store-hero-layout-minimal_banner::after { background: linear-gradient(90deg, rgba(0,0,0,.28), rgba(0,0,0,.5)); }
.store-hero-layout-minimal_banner .store-wide { place-content: end center; padding-bottom: clamp(58px, 9vw, 110px); }
.store-hero-layout-split_banner { background: #f5f7f6; color: #111; }
.store-hero-layout-split_banner::after { display: none; }
.store-hero-layout-split_banner .carousel-item { background: #f5f7f6; }
.store-hero-layout-split_banner .store-hero-banner-picture { inset: 0 0 0 auto; inset-inline-start: auto; inset-inline-end: 0; width: 55%; height: 100%; animation: none; transform: none; }
.store-hero-layout-split_banner .store-wide { place-content: center start; justify-items: start; text-align: start; color: #111; padding-inline-end: min(48vw, 760px); }
.store-hero-layout-split_banner h1 { color: #111; text-shadow: none; }
.store-hero-layout-split_banner p { color: #4b5563; text-shadow: none; }
.store-hero-layout-split_banner .store-hero-actions { justify-content: flex-start; }
.store-hero-layout-split_banner .btn-store { background: var(--store-action-gradient); border-color: transparent; box-shadow: 0 13px 28px rgba(0,0,0,.16); }
.store-hero-layout-split_banner .btn-store:hover { background: var(--store-action-gradient-hover); border-color: transparent; }
@keyframes storeHeroDrift {
    from { transform: scale(1.04) translate3d(-1.8%, -1%, 0); }
    to { transform: scale(1.12) translate3d(1.8%, 1%, 0); }
}
.store-hero-media { display: grid; grid-template-columns: 1.3fr 1fr; gap: 12px; }
.store-hero-media a, .store-hero-media picture, .store-hero-media img { min-height: 0; }
.store-hero-media picture { display: block; width: 100%; height: 100%; }
.store-hero-media img { width: 100%; height: 100%; min-height: 220px; object-fit: cover; border-radius: 4px; background: #fff; box-shadow: 0 18px 34px rgba(17,17,17,.12); }
.store-hero-media a:first-child { grid-row: span 2; }
.store-hero-media a:first-child img { min-height: 452px; }
.store-section { padding: 34px 0; }
.store-section-head { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 18px; border-bottom: 1px solid var(--store-line); padding-bottom: 12px; }
.store-section-head h1, .store-section-head h2 { margin: 0; font-weight: 900; font-size: 28px; }
.store-section-head p { margin: 6px 0 0; color: #334155; }
.store-section-button { flex: 0 0 auto; white-space: nowrap; }
.store-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.store-category-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.store-card { background: var(--store-card); border: 1px solid #e4e4e4; border-radius: 3px; overflow: hidden; box-shadow: 0 10px 22px rgba(17,17,17,.04); transition: transform .18s ease, box-shadow .18s ease; }
.store-card:hover { transform: translateY(-3px); box-shadow: 0 14px 28px rgba(17,17,17,.08); }
.store-card-media { display: block; aspect-ratio: 4 / 4.7; background: #eee; position: relative; overflow: hidden; }
.store-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.store-category-grid .store-card-media { aspect-ratio: 1 / .78; }
.store-category-card { position: relative; display: block; text-decoration: none; }
.store-category-card--image_only .store-card-media,
.store-category-card--image_name .store-card-media { height: 100%; }
.store-category-overlay { position: absolute; inset: 0; z-index: 2; display: grid; place-items: center; padding: 16px; text-align: center; color: #fff; background: rgba(17,24,39,.34); }
.store-category-overlay h3 { margin: 0; color: #fff; font-size: clamp(17px, 1.7vw, 24px); line-height: 1.25; text-shadow: 0 2px 10px rgba(0,0,0,.42); }
.store-category-name-below { text-align: center; }
.store-category-name-below h3 { margin: 0; }
.store-card-body { padding: 13px; }
.store-card h3 { margin: 0 0 7px; font-size: 17px; font-weight: 900; }
.store-card p { color: var(--store-muted); line-height: 1.55; margin: 0 0 12px; min-height: 44px; }
.store-category-count { display: inline-flex; align-items: center; min-height: 24px; margin: 0 0 8px; padding: 3px 9px; border-radius: 999px; background: #eef8f2; color: var(--store-primary); font-size: 12px; font-weight: 900; }
.store-price { display: flex; align-items: center; gap: 8px; font-weight: 900; font-size: 19px; color: var(--store-primary); }
.store-price del { color: #9ca3af; font-size: 14px; font-weight: 700; }
.store-card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 12px; }
.store-card-actions form { margin: 0; }
.store-products-layout-compact { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.store-products-layout-compact .store-card-media { aspect-ratio: 1 / 1; }
.store-products-layout-compact .store-card-body { padding: 10px; }
.store-products-layout-compact .store-card h3 { min-height: 42px; font-size: 15px; line-height: 1.35; }
.store-products-layout-compact .store-card p { display: none; }
.store-products-layout-compact .store-price { font-size: 16px; }
.store-products-layout-compact .store-card-actions { gap: 6px; margin-top: 9px; }
.store-products-layout-compact .store-card-actions .btn-store { min-height: 34px; padding: 6px 8px; font-size: 13px; }
.store-products-layout-image_focus .store-card { border: 0; border-radius: 6px; box-shadow: 0 16px 34px rgba(17,17,17,.1); }
.store-products-layout-image_focus .store-card-media { aspect-ratio: 4 / 5.35; }
.store-products-layout-image_focus .store-card-media::after { content: ""; position: absolute; inset-inline: 0; bottom: 0; height: 36%; background: linear-gradient(0deg, rgba(0,0,0,.42), rgba(0,0,0,0)); pointer-events: none; }
.store-products-layout-image_focus .store-card-body { padding: 14px 14px 16px; }
.store-products-layout-image_focus .store-card p { min-height: 0; }
.store-products-layout-sale_focus .store-card { border-color: var(--store-accent); box-shadow: 0 14px 30px rgba(196,154,69,.16); }
.store-products-layout-sale_focus .store-badge-sale { top: 12px; inset-inline-start: 12px; padding: 6px 12px; background: #b42318; border-radius: 999px; box-shadow: 0 10px 22px rgba(180,35,24,.22); }
.store-products-layout-sale_focus .store-price { font-size: 22px; color: #b42318; }
.store-products-layout-sale_focus .store-card-actions { grid-template-columns: 1.25fr .75fr; }
.store-products-layout-sale_focus .btn-store.add-cart { min-height: 46px; }
.store-products-layout-dense_list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.store-products-layout-dense_list .store-card { display: grid; grid-template-columns: 168px minmax(0, 1fr); min-height: 168px; border-radius: 6px; }
.store-products-layout-dense_list .store-card-media { height: 100%; min-height: 168px; aspect-ratio: auto; }
.store-products-layout-dense_list .store-card-body { display: grid; align-content: center; padding: 14px; }
.store-products-layout-dense_list .store-card h3 { margin-bottom: 5px; font-size: 16px; }
.store-products-layout-dense_list .store-card p { min-height: 0; margin-bottom: 8px; font-size: 14px; }
.store-products-layout-dense_list .store-price { font-size: 17px; }
.store-products-layout-dense_list .store-card-actions { grid-template-columns: 1fr 1fr; margin-top: 10px; }
.store-products-layout-subtle_no_buttons { gap: 14px; }
.store-products-layout-subtle_no_buttons .store-card { overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.store-products-layout-subtle_no_buttons .store-card:hover { transform: none; box-shadow: none; }
.store-products-layout-subtle_no_buttons .store-card-media { aspect-ratio: 2 / 3; background: #f1f1f1; }
.store-products-layout-subtle_no_buttons .store-card-body { padding: 10px 10px 15px; text-align: right; }
.store-products-layout-subtle_no_buttons .store-card h3 { margin: 0 0 4px; font-size: 15px; font-weight: 400; line-height: 1.4; text-align: right; }
.store-products-layout-subtle_no_buttons .store-card h3 a { color: var(--store-ink); text-decoration: none; }
.store-products-layout-subtle_no_buttons .store-card p,
.store-products-layout-subtle_no_buttons .store-card-actions,
.store-products-layout-subtle_no_buttons .store-badge-sale { display: none; }
.store-products-layout-subtle_no_buttons .store-price { justify-content: flex-start; font-size: 15px; font-weight: 400; color: var(--store-ink); }
.store-products-layout-subtle_no_buttons .store-card-colors { justify-content: center; }
.store-products-layout-subtle_no_buttons_expanded { gap: 16px; }
.store-products-layout-subtle_no_buttons_expanded .store-card { overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.store-products-layout-subtle_no_buttons_expanded .store-card:hover { transform: none; box-shadow: none; }
.store-products-layout-subtle_no_buttons_expanded .store-card-media { aspect-ratio: 2 / 3; background: #f1f1f1; }
.store-products-layout-subtle_no_buttons_expanded .store-card-body { padding: 11px 10px 16px; text-align: right; }
.store-products-layout-subtle_no_buttons_expanded .store-card-expanded-summary { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; align-items: start; }
.store-products-layout-subtle_no_buttons_expanded .store-card-expanded-copy { min-width: 0; }
.store-products-layout-subtle_no_buttons_expanded .store-card-category-name { display: block; margin-bottom: 3px; color: #64748b; font-size: 12px; line-height: 1.35; }
.store-products-layout-subtle_no_buttons_expanded .store-card h3 { margin: 0; font-size: 15px; font-weight: 400; line-height: 1.4; text-align: right; }
.store-products-layout-subtle_no_buttons_expanded .store-card h3 a { color: var(--store-ink); text-decoration: none; }
.store-products-layout-subtle_no_buttons_expanded .store-card p,
.store-products-layout-subtle_no_buttons_expanded .store-card-actions,
.store-products-layout-subtle_no_buttons_expanded .store-badge-sale { display: none; }
.store-products-layout-subtle_no_buttons_expanded .store-price { justify-self: end; display: flex; flex-direction: column; align-items: flex-end; gap: 2px; color: var(--store-ink); font-size: 15px; line-height: 1.35; text-align: left; white-space: nowrap; }
.store-products-layout-subtle_no_buttons_expanded .store-price > span { font-weight: 800; }
.store-products-layout-subtle_no_buttons_expanded .store-price del { color: #737b85; font-size: 13px; font-weight: 400; }
.store-products-layout-subtle_no_buttons_expanded .store-card-colors { justify-content: flex-start; margin-top: 12px; }
.store-card-product-image { transition: opacity .18s ease; }
.store-card-product-image.is-fading { opacity: .18; }
.store-card-colors { display: flex; flex-wrap: wrap; gap: 7px; margin: 11px 0 2px; direction: rtl; }
.store-card-color { width: 19px; height: 19px; display: inline-grid; place-items: center; padding: 0; border: 1px solid #d7dce2; border-radius: 50%; background: #fff; cursor: pointer; transition: box-shadow .16s ease, transform .16s ease; }
.store-card-color span { width: 13px; height: 13px; border: 1px solid rgba(17,17,17,.12); border-radius: 50%; background: var(--product-card-color); }
.store-card-color:hover,
.store-card-color:focus-visible,
.store-card-color[aria-pressed="true"] { border-color: #87909a; box-shadow: 0 0 0 1px rgba(17,17,17,.14); outline: 0; }
.store-card-color:hover { transform: scale(1.08); }
.btn-store { position: relative; isolation: isolate; overflow: hidden; border: 1px solid rgba(255,255,255,.16); min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 4px; padding: 9px 15px; background: var(--store-action-gradient); color: #fff; font-weight: 900; width: auto; box-shadow: 0 12px 24px rgba(17,17,17,.16), inset 0 1px 0 rgba(255,255,255,.18); transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, filter .16s ease; }
.btn-store::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(115deg, rgba(255,255,255,.32) 0%, rgba(255,255,255,0) 42%); opacity: .55; }
.btn-store:hover { background: var(--store-action-gradient-hover); color: #fff; transform: translateY(-1px); box-shadow: 0 16px 30px rgba(17,17,17,.2), inset 0 1px 0 rgba(255,255,255,.2); }
.btn-store:disabled { cursor: not-allowed; opacity: .58; background: linear-gradient(135deg, #6b7280, #4b5563); box-shadow: none; transform: none; }
.btn-store.add-cart { background: var(--store-button-add-cart-gradient); color: var(--store-button-add-cart-color); }
.btn-store.add-cart:hover { background: var(--store-button-add-cart-gradient-hover); color: var(--store-button-add-cart-color); }
.btn-store.details { background: var(--store-button-details-gradient); color: var(--store-button-details-color); border-color: rgba(255,255,255,.16); box-shadow: 0 12px 24px rgba(17,17,17,.16), inset 0 1px 0 rgba(255,255,255,.18); }
.btn-store.details:hover { background: var(--store-button-details-gradient-hover); color: var(--store-button-details-color); border-color: rgba(255,255,255,.2); }
.btn-store.cart { background: var(--store-button-cart-gradient); color: var(--store-button-cart-color); border-color: rgba(255,255,255,.16); }
.btn-store.cart:hover { background: var(--store-button-cart-gradient-hover); color: var(--store-button-cart-color); }
.btn-store.secondary { background: var(--store-soft-gradient); color: var(--store-primary); border: 1px solid var(--store-line); box-shadow: inset 0 1px 0 rgba(255,255,255,.85), 0 8px 18px rgba(17,17,17,.07); }
.btn-store.secondary::before { opacity: .28; }
.btn-store.secondary:hover { background: linear-gradient(135deg, var(--store-soft) 0%, #fff 100%); color: var(--store-primary-dark); border-color: var(--store-primary); box-shadow: 0 12px 22px rgba(17,17,17,.1), inset 0 1px 0 rgba(255,255,255,.9); }
.btn-store.success { background: var(--store-primary-gradient); }
.btn-store.success:hover { background: var(--store-primary-gradient-hover); }
.btn-store.whatsapp { background: linear-gradient(135deg, #25d366 0%, #128c7e 70%, #075e54 130%); }
.btn-store.whatsapp:hover { background: linear-gradient(135deg, #1fb85a 0%, #0f766e 72%, #064e3b 130%); }
.btn-store.payment { background: var(--store-button-checkout-gradient); color: var(--store-button-checkout-color); }
.btn-store.payment:hover { background: var(--store-button-checkout-gradient-hover); color: var(--store-button-checkout-color); }
.checkout-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.checkout-actions .btn-store { flex: 1 1 180px; }
.gift-card-actions { justify-content: center; }
.gift-card-actions .btn-store { flex: 0 0 auto; min-width: 180px; }
.store-badge-sale { position: absolute; z-index: 3; top: 10px; inset-inline-start: 10px; background: #111; color: #fff; border-radius: 3px; padding: 4px 9px; font-size: 12px; font-weight: 900; }
.store-strip { background: #fff; border-block: 1px solid var(--store-line); }
.store-strip-grid { min-height: 86px; display: grid; grid-template-columns: repeat(var(--store-service-columns-desktop, 4), minmax(0, 1fr)); gap: 16px; align-items: center; text-align: center; }
.store-strip-grid span { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 900; color: #333; }
.store-strip-grid i { color: var(--store-accent); font-size: 24px; }
.store-product-layout { width: min(80vw, 100%); max-width: 80vw; margin-inline: auto; display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 3fr); gap: 30px; align-items: start; padding-block: 34px; }
.store-product-gallery { display: grid; gap: 12px; outline: 0; position: sticky; top: 18px; }
.store-product-main-wrap { position: relative; overflow: hidden; border-radius: 8px; background: #f7f7f7; border: 1px solid #e5e7eb; box-shadow: 0 18px 40px rgba(17,17,17,.08); }
.store-product-main-button { display: block; width: 100%; padding: 0; border: 0; background: #f7f7f7; cursor: zoom-in; }
.store-product-main-button:focus-visible { outline: 3px solid var(--store-primary); outline-offset: -3px; }
.store-product-main { width: 100%; height: auto; display: block; object-fit: contain; transition: opacity .16s ease, transform .22s ease; }
.store-product-main.is-switching { opacity: .35; transform: scale(1.015); }
.store-gallery-arrow { position: absolute; top: 50%; z-index: 3; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(17,17,17,.1); border-radius: 50%; background: rgba(255,255,255,.92); color: #111; box-shadow: 0 10px 26px rgba(17,17,17,.18); transform: translateY(-50%); transition: transform .16s ease, background .16s ease; }
.store-gallery-arrow:hover { background: #fff; transform: translateY(-50%) scale(1.05); }
.store-gallery-arrow.prev { inset-inline-start: 14px; }
.store-gallery-arrow.next { inset-inline-end: 14px; }
.store-gallery-counter { position: absolute; inset-inline-end: 14px; bottom: 14px; z-index: 3; min-width: 58px; padding: 6px 10px; border-radius: 999px; background: rgba(17,17,17,.74); color: #fff; text-align: center; font-weight: 900; font-size: 13px; }
.store-product-thumbs { display: flex; gap: 9px; overflow-x: auto; padding: 2px 2px 9px; scrollbar-width: thin; }
.store-product-thumb { flex: 0 0 76px; padding: 0; border: 1px solid #dce1e6; border-radius: 6px; background: #f7f7f7; overflow: hidden; cursor: pointer; box-shadow: 0 5px 12px rgba(17,17,17,.06); transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease, opacity .16s ease; }
.store-product-thumb:hover { transform: translateY(-1px); }
.store-product-thumb.is-active { border-color: var(--store-primary); box-shadow: 0 0 0 1px color-mix(in srgb, var(--store-primary) 20%, transparent); }
.store-product-thumb img { width: 100%; aspect-ratio: 3 / 4; display: block; object-fit: contain; }
.store-product-panel { background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; padding: 28px; box-shadow: 0 18px 40px rgba(17,17,17,.07); }
.store-product-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 14px; }
.store-product-category, .store-stock-pill { min-height: 32px; display: inline-flex; align-items: center; gap: 7px; border-radius: 999px; padding: 5px 11px; font-size: 13px; font-weight: 900; }
.store-product-category { color: var(--store-primary); background: #eef8f2; }
.store-stock-pill.in { color: #05603a; background: #dcfae6; }
.store-stock-pill.out { color: #912018; background: #fee4e2; }
.store-product-panel h1 { font-size: clamp(30px, 4vw, 44px); line-height: 1.08; font-weight: 900; margin: 0 0 12px; }
.store-product-panel .lead { color: var(--store-muted); line-height: 1.75; }
.store-product-sku { margin: -4px 0 12px; color: var(--store-muted); font-weight: 800; }
.store-product-price { margin-bottom: 16px; font-size: 24px; padding-bottom: 14px; border-bottom: 1px solid #edf2f7; }
.store-product-description { color: #344054; line-height: 1.85; margin: 0 0 16px; }
.store-product-buy { display: grid; gap: 12px; align-items: start; }
.store-product-shortcuts { display: flex; flex-wrap: wrap; gap: 9px; }
.store-product-shortcuts .btn-store { min-height: 34px; padding: 6px 12px; font-size: 14px; }
.store-product-qty { display: grid; gap: 6px; max-width: 130px; }
.store-variant-list { display: grid; gap: 8px; margin: 12px 0 4px; }
.store-variant-option { display: flex; align-items: center; gap: 10px; border: 1px solid var(--store-line); border-radius: 4px; padding: 10px 12px; cursor: pointer; background: #fff; }
.store-variant-option:has(input:checked) { border-color: var(--store-primary); box-shadow: inset 0 0 0 1px var(--store-primary); }
.store-variant-option.is-disabled { cursor: not-allowed; opacity: .55; background: #f7f7f7; }
.store-variant-option span { display: grid; gap: 2px; }
.store-variant-option small, .store-line-note { color: var(--store-muted); font-size: 13px; font-weight: 700; }
.store-line-note { display: block; margin-top: 4px; }
.store-fashion-picker { display: grid; gap: 16px; margin: 14px 0 6px; }
.store-fashion-picker strong { display: block; margin-bottom: 8px; color: #111; font-size: 15px; font-weight: 900; }
.store-fashion-colors, .store-fashion-sizes { display: flex; flex-wrap: wrap; gap: 9px; }
.store-fashion-color, .store-fashion-size { border: 1px solid var(--store-line); background: #fff; color: #111; font-weight: 900; cursor: pointer; transition: border-color .16s ease, box-shadow .16s ease, opacity .16s ease; }
.store-fashion-color { min-width: 62px; min-height: 62px; display: grid; place-items: center; gap: 4px; padding: 7px; border-radius: 6px; }
.store-fashion-color span { --variant-color: #f3f4f6; width: 26px; height: 26px; border: 2px solid #fff; border-radius: 50%; background: var(--variant-color); box-shadow: 0 0 0 1px rgba(17,17,17,.18); }
.store-fashion-color small { max-width: 70px; overflow: hidden; color: #111; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.store-fashion-size { position: relative; min-width: 48px; min-height: 42px; display: inline-grid; place-items: center; padding: 8px 13px; border-radius: 4px; }
.store-fashion-color.is-active, .store-fashion-size.is-active { border-color: var(--store-primary); box-shadow: inset 0 0 0 1px var(--store-primary), 0 8px 18px rgba(17,17,17,.08); }
.store-fashion-size.is-disabled { opacity: .48; cursor: not-allowed; background: #f4f5f7; }
.store-fashion-size.is-disabled::after { content: ""; position: absolute; inset-inline: 8px; top: 50%; height: 2px; background: #c93434; transform: rotate(-18deg); }
.store-fashion-size i { position: absolute; inset-inline-end: 4px; top: 3px; color: #c93434; font-size: 10px; }
.store-promotion-list { display: grid; gap: 7px; margin: -4px 0 14px; }
.store-promotion-list span { display: inline-flex; align-items: center; gap: 7px; color: #8a5b00; font-weight: 900; }
.store-qty { max-width: 110px; }
.store-cart-table { background: #fff; border: 1px solid var(--store-line); border-radius: 4px; overflow: hidden; }
.store-cart-product { display: flex; align-items: center; gap: 12px; }
.store-cart-product img { width: 64px; height: 64px; border-radius: 4px; object-fit: cover; background: #edf3f9; }
.store-cart-product-info { display: grid; gap: 4px; }
.store-cart-variant { display: inline-flex; align-items: center; gap: 6px; color: var(--store-muted); font-size: 13px; font-weight: 800; }
.store-cart-variant span { --variant-color: #f3f4f6; width: 14px; height: 14px; border: 2px solid #fff; border-radius: 50%; background: var(--variant-color); box-shadow: 0 0 0 1px rgba(17,17,17,.22); }
.store-summary { background: #fff; border: 1px solid var(--store-line); border-radius: 4px; padding: 18px; position: sticky; top: 20px; }
.store-summary-row { display: flex; justify-content: space-between; gap: 10px; padding: 8px 0; border-bottom: 1px solid #edf2f7; }
.store-summary-row.total { border-bottom: 0; font-size: 20px; font-weight: 900; }
.checkout-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 20px; align-items: start; }
.store-form-panel { background: #fff; border: 1px solid var(--store-line); border-radius: 4px; padding: 20px; }
.store-alert { border-radius: 4px; padding: 13px 16px; font-weight: 800; margin-bottom: 16px; }
.store-alert.error { background: #fee4e2; color: #912018; }
.store-alert.success { background: #dcfae6; color: #05603a; }
.store-page-notice { padding-top: 14px; background: #fff; }
.store-page-notice .store-alert { margin-bottom: 14px; }
.store-empty { min-height: 260px; display: grid; place-items: center; text-align: center; background: #fff; border: 1px solid var(--store-line); border-radius: 4px; padding: 30px; }
.store-articles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.store-article-card { display: block; background: #fff; border: 1px solid var(--store-line); border-radius: 4px; overflow: hidden; }
.store-article-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #eee; }
.store-article-card div { padding: 15px; }
.store-article-card h3 { font-size: 18px; font-weight: 900; margin: 0 0 8px; }
.store-section-head-centered { justify-content: center; text-align: center; }
.store-section-head-centered .store-section-button { margin-inline: auto; }
.store-banner-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.store-banner-card { position: relative; min-height: 240px; overflow: hidden; border-radius: 4px; color: #fff; background: #111; display: flex; align-items: end; }
.store-banner-card-picture { position: absolute; inset: 0; width: 100%; height: 100%; }
.store-banner-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .84; transition: transform .22s ease; }
.store-banner-card:hover img { transform: scale(1.04); }
.store-banner-card span { position: relative; z-index: 1; width: 100%; padding: 18px; background: linear-gradient(to top, rgba(0,0,0,.72), rgba(0,0,0,0)); }
.store-banner-card strong, .store-banner-card small { display: block; }
.store-banner-card strong { font-size: 20px; font-weight: 900; }
.store-banner-card small { margin-top: 5px; color: rgba(255,255,255,.88); }
.store-content-feature-list { display: grid; gap: 22px; }
.store-content-feature { display: grid; grid-template-columns: minmax(280px, .48fr) minmax(0, 1fr); gap: 28px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--store-line); }
.store-home-section.layout-image_left .store-content-feature { grid-template-columns: minmax(0, 1fr) minmax(280px, .48fr); }
.store-home-section.layout-image_left .store-content-feature img { order: 2; }
.store-content-feature img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 4px; background: #eee; }
.store-content-feature strong { display: block; font-size: clamp(26px, 3vw, 42px); line-height: 1.15; font-weight: 900; color: #111; margin-bottom: 14px; }
.store-content-feature small { display: block; color: var(--store-muted); font-size: 18px; line-height: 1.85; }
.store-google-map { display: block; width: 100%; border: 0; filter: grayscale(.75); background: #eef1f4; }
.store-clients-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.store-client-logo { min-height: 134px; display: grid; place-items: center; padding: 18px; border: 1px solid var(--store-line); border-radius: 4px; background: #fff; box-shadow: 0 10px 22px rgba(17,17,17,.04); }
.store-client-logo img { max-width: 100%; max-height: 94px; object-fit: contain; }
.store-reviews-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.store-review-card { min-height: 180px; background: #fff; border: 1px solid var(--store-line); border-radius: 4px; padding: 16px; box-shadow: 0 10px 22px rgba(17,17,17,.04); }
.store-review-head { display: flex; align-items: center; gap: 10px; }
.store-review-head img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; background: #e5e7eb; }
.store-review-head span { display: grid; min-width: 0; margin-inline-end: auto; }
.store-review-head strong { font-size: 14px; font-weight: 900; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.store-review-head small { color: var(--store-muted); font-size: 12px; }
.store-review-head .fa-google { color: #4285f4; font-size: 18px; }
.store-stars { display: flex; gap: 2px; color: #d1d5db; margin: 18px 0 10px; }
.store-stars .active { color: #f59e0b; }
.store-review-card p { margin: 0; color: #344256; line-height: 1.65; }
.store-home-section.layout-carousel .store-grid,
.store-home-section.layout-carousel .store-category-grid,
.store-home-section.layout-carousel .store-articles-grid,
.store-home-section.layout-carousel .store-gallery-list-grid,
.store-home-section.layout-carousel .store-gallery-images-grid,
.store-home-section.layout-carousel .store-banner-grid,
.store-home-section.layout-carousel .store-clients-grid,
.store-home-section.layout-carousel .store-reviews-grid { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 2px 0 14px; scrollbar-width: none; -ms-overflow-style: none; }
.store-home-section.layout-carousel :is(.store-grid,.store-category-grid,.store-articles-grid,.store-gallery-list-grid,.store-gallery-images-grid,.store-banner-grid,.store-clients-grid,.store-reviews-grid)::-webkit-scrollbar { display: none; }
.store-home-section.layout-carousel .store-grid > *,
.store-home-section.layout-carousel .store-category-grid > *,
.store-home-section.layout-carousel .store-articles-grid > *,
.store-home-section.layout-carousel .store-gallery-list-grid > *,
.store-home-section.layout-carousel .store-gallery-images-grid > *,
.store-home-section.layout-carousel .store-banner-grid > *,
.store-home-section.layout-carousel .store-clients-grid > *,
.store-home-section.layout-carousel .store-reviews-grid > * { flex: 0 0 min(340px, 82vw); scroll-snap-align: start; }
.store-home-section.layout-carousel .store-banner-grid > * { flex-basis: min(520px, 86vw); }
.store-home-section.layout-carousel .store-clients-grid > * { flex-basis: min(220px, 64vw); }
.store-home-section.layout-strip .store-grid,
.store-home-section.layout-strip .store-category-grid,
.store-home-section.layout-strip .store-articles-grid,
.store-home-section.layout-strip .store-gallery-list-grid,
.store-home-section.layout-strip .store-banner-grid,
.store-home-section.layout-strip .store-reviews-grid { grid-template-columns: 1fr; gap: 12px; }
.store-home-section.layout-strip .store-card,
.store-home-section.layout-strip .store-article-card,
.store-home-section.layout-strip .store-gallery-card { display: grid; grid-template-columns: 190px minmax(0, 1fr); align-items: stretch; }
.store-home-section.layout-strip .store-card-media,
.store-home-section.layout-strip .store-gallery-card-media { aspect-ratio: auto; }
.store-home-section.layout-strip .store-card-media img,
.store-home-section.layout-strip .store-article-card img,
.store-home-section.layout-strip .store-gallery-card-media img { height: 100%; min-height: 150px; aspect-ratio: auto; }
.store-home-section.layout-strip .store-banner-card { min-height: 170px; }
.store-home-section.layout-strip .store-clients-grid { grid-template-columns: 1fr; gap: 10px; }
.store-home-section.layout-strip .store-client-logo { min-height: 78px; justify-items: start; }
.store-home-section.layout-featured .store-grid,
.store-home-section.layout-featured .store-category-grid,
.store-home-section.layout-featured .store-articles-grid,
.store-home-section.layout-featured .store-gallery-list-grid,
.store-home-section.layout-featured .store-banner-grid { grid-template-columns: 1.35fr repeat(2, minmax(0, 1fr)); align-items: stretch; }
.store-home-section.layout-featured .store-grid > *:first-child,
.store-home-section.layout-featured .store-category-grid > *:first-child,
.store-home-section.layout-featured .store-articles-grid > *:first-child,
.store-home-section.layout-featured .store-gallery-list-grid > *:first-child,
.store-home-section.layout-featured .store-banner-grid > *:first-child { grid-row: span 2; }
.store-home-section.layout-featured .store-grid > *:first-child .store-card-media img,
.store-home-section.layout-featured .store-category-grid > *:first-child .store-card-media img,
.store-home-section.layout-featured .store-articles-grid > *:first-child img,
.store-home-section.layout-featured .store-gallery-list-grid > *:first-child img { aspect-ratio: 4 / 5.2; }
.store-home-section.layout-featured .store-grid > *:first-child .store-card-media,
.store-home-section.layout-featured .store-category-grid > *:first-child .store-card-media,
.store-home-section.layout-featured .store-gallery-list-grid > *:first-child .store-gallery-card-media { aspect-ratio: 4 / 5.2; }
.store-home-section.layout-featured .store-banner-grid > *:first-child { min-height: 498px; }
.store-home-section.layout-featured .store-reviews-grid { grid-template-columns: 1.4fr repeat(2, minmax(0, 1fr)); }
.store-home-section.layout-featured .store-reviews-grid > *:first-child { grid-row: span 2; font-size: 1.08em; }
.store-home-section.layout-featured .store-clients-grid { grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr)); align-items: stretch; }
.store-home-section.layout-featured .store-clients-grid > *:first-child { grid-row: span 2; min-height: 260px; }
.store-home-section.layout-featured .store-content-feature-list { grid-template-columns: 1.35fr repeat(2, minmax(0, 1fr)); align-items: stretch; }
.store-home-section.layout-featured .store-content-feature { display: block; padding: 0; overflow: hidden; border: 1px solid var(--store-line); border-radius: 4px; background: #fff; }
.store-home-section.layout-featured .store-content-feature:first-child { grid-row: span 2; }
.store-home-section.layout-featured .store-content-feature img { width: 100%; aspect-ratio: 16 / 10; border-radius: 0; }
.store-home-section.layout-featured .store-content-feature:first-child img { aspect-ratio: 4 / 5.2; }
.store-home-section.layout-featured .store-content-feature span { display: block; padding: 16px; }
.store-home-section.layout-featured .store-content-feature strong { font-size: 20px; }
.store-home-section.layout-featured .store-content-feature small { font-size: 15px; line-height: 1.7; }
.store-home-section.layout-cards .store-grid,
.store-home-section.layout-cards .store-category-grid,
.store-home-section.layout-cards .store-articles-grid,
.store-home-section.layout-cards .store-gallery-list-grid,
.store-home-section.layout-cards .store-banner-grid,
.store-home-section.layout-cards .store-clients-grid,
.store-home-section.layout-cards .store-reviews-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.store-home-section.layout-cards .store-card,
.store-home-section.layout-cards .store-article-card,
.store-home-section.layout-cards .store-gallery-card,
.store-home-section.layout-cards .store-review-card,
.store-home-section.layout-cards .store-client-logo { border-radius: 8px; box-shadow: 0 18px 38px rgba(17,17,17,.08); }
.store-home-section.layout-cards .store-card-body,
.store-home-section.layout-cards .store-article-card div,
.store-home-section.layout-cards .store-gallery-card-body { padding: 18px; }
.store-home-section.layout-logos .store-clients-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.store-home-section.layout-logos .store-client-logo { min-height: 112px; box-shadow: none; border-color: #eef1f4; }
.store-home-section.layout-text_center .store-section-head { justify-content: center; text-align: center; }
.store-home-section.layout-text_center .store-legal-content { max-width: 880px; margin-inline: auto; text-align: center; }
.store-home-section.layout-text_center .store-grid,
.store-home-section.layout-text_center .store-category-grid,
.store-home-section.layout-text_center .store-articles-grid,
.store-home-section.layout-text_center .store-gallery-list-grid,
.store-home-section.layout-text_center .store-banner-grid,
.store-home-section.layout-text_center .store-clients-grid,
.store-home-section.layout-text_center .store-reviews-grid { justify-content: center; }
.store-home-section.layout-text_center .store-card-body,
.store-home-section.layout-text_center .store-article-card div,
.store-home-section.layout-text_center .store-gallery-card-body,
.store-home-section.layout-text_center .store-review-card { text-align: center; }
.store-home-section.layout-text_center .store-card-actions,
.store-home-section.layout-text_center .store-price { justify-content: center; }
.store-home-section.layout-image_right .store-grid,
.store-home-section.layout-image_right .store-category-grid,
.store-home-section.layout-image_right .store-articles-grid,
.store-home-section.layout-image_right .store-gallery-list-grid,
.store-home-section.layout-image_left .store-grid,
.store-home-section.layout-image_left .store-category-grid,
.store-home-section.layout-image_left .store-articles-grid,
.store-home-section.layout-image_left .store-gallery-list-grid { grid-template-columns: 1fr; }
.store-home-section.layout-image_right .store-card,
.store-home-section.layout-image_right .store-article-card,
.store-home-section.layout-image_right .store-gallery-card,
.store-home-section.layout-image_left .store-card,
.store-home-section.layout-image_left .store-article-card,
.store-home-section.layout-image_left .store-gallery-card { display: grid; grid-template-columns: 240px minmax(0, 1fr); align-items: stretch; }
.store-home-section.layout-image_right .store-card-media,
.store-home-section.layout-image_right .store-article-card > img,
.store-home-section.layout-image_right .store-gallery-card-media { order: 2; }
.store-home-section.layout-image_right .store-card,
.store-home-section.layout-image_right .store-article-card,
.store-home-section.layout-image_right .store-gallery-card { grid-template-columns: minmax(0, 1fr) 240px; }
.store-home-section.layout-image_right .store-card-media,
.store-home-section.layout-image_right .store-gallery-card-media,
.store-home-section.layout-image_left .store-card-media,
.store-home-section.layout-image_left .store-gallery-card-media { aspect-ratio: auto; }
.store-home-section.layout-image_right .store-card-media img,
.store-home-section.layout-image_right .store-article-card > img,
.store-home-section.layout-image_right .store-gallery-card-media img,
.store-home-section.layout-image_left .store-card-media img,
.store-home-section.layout-image_left .store-article-card > img,
.store-home-section.layout-image_left .store-gallery-card-media img { height: 100%; min-height: 180px; aspect-ratio: auto; }
.store-home-section.layout-map_full { padding-block: 0; }
.store-home-section.layout-map_full .store-google-map { min-height: 520px; }
.store-content-hero { width: 100%; max-height: 430px; object-fit: cover; border-radius: 6px; border: 1px solid var(--store-line); margin-bottom: 22px; }
.store-content-category { display: inline-flex; margin-bottom: 8px; padding: 4px 10px; border-radius: 999px; background: #eef8f2; color: var(--store-primary); font-weight: 900; }
.store-content-layout { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; align-items: start; }
.store-content-layout.has-side { grid-template-columns: minmax(0, 1fr) minmax(260px, .34fr); }
.store-content-layout.layout-image_left.has-side { grid-template-columns: minmax(260px, .34fr) minmax(0, 1fr); }
.store-content-layout.layout-image_left .store-content-side { order: -1; }
.store-content-layout.layout-full_width.has-side, .store-content-layout.layout-text_center.has-side { grid-template-columns: minmax(0, 1fr); }
.store-content-layout.layout-text_center { max-width: 880px; margin-inline: auto; text-align: center; }
.store-content-layout.layout-full_width .store-content-side, .store-content-layout.layout-text_center .store-content-side { display: none; }
.store-content-side { position: sticky; top: 18px; }
.store-content-side img { width: 100%; border-radius: 6px; border: 1px solid var(--store-line); object-fit: cover; background: #fff; box-shadow: 0 14px 28px rgba(17,17,17,.08); }
.store-gallery-list-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.store-gallery-images-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.store-home-section.layout-masonry .store-gallery-list-grid,
.store-home-section.layout-masonry .store-gallery-images-grid { display: grid !important; grid-template-columns: repeat(var(--home-cols-desktop, 4), minmax(0, 1fr)) !important; grid-auto-rows: 8px; gap: 18px; align-items: start; width: 100%; }
.store-home-section.layout-masonry .store-gallery-card,
.store-home-section.layout-masonry .store-gallery-image-card { display: block; width: 100%; margin: 0; }
.store-home-section.layout-masonry .store-gallery-card-media,
.store-home-section.layout-masonry .store-gallery-image-card { aspect-ratio: auto; }
.store-home-section.layout-masonry .store-gallery-card-media img,
.store-home-section.layout-masonry .store-gallery-image-card img { aspect-ratio: auto; height: auto; }
@media (max-width: 992px) {
    .store-home-section.layout-masonry .store-gallery-list-grid,
    .store-home-section.layout-masonry .store-gallery-images-grid { grid-template-columns: repeat(var(--home-cols-mobile, 1), minmax(0, 1fr)) !important; }
}
.store-gallery-card { display: grid; background: #fff; border: 1px solid var(--store-line); border-radius: 4px; overflow: hidden; box-shadow: 0 10px 22px rgba(17,17,17,.04); transition: transform .18s ease, box-shadow .18s ease; }
.store-gallery-image-card { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; border: 1px solid var(--store-line); border-radius: 5px; background: #fff; box-shadow: 0 10px 22px rgba(17,17,17,.05); }
.store-gallery-image-card img { width: 100%; height: 100%; display: block; object-fit: cover; background: #eee; transition: transform .2s ease; }
.store-gallery-image-card:hover img { transform: scale(1.035); }
.store-gallery-image-card span { position: absolute; inset-inline: 0; bottom: 0; display: grid; gap: 3px; padding: 18px 14px 12px; color: #fff; background: linear-gradient(180deg, transparent, rgba(0,0,0,.78)); }
.store-gallery-image-card strong { font-size: 17px; font-weight: 900; }
.store-gallery-image-card small { color: rgba(255,255,255,.82); font-weight: 700; }
.store-gallery-card:hover { transform: translateY(-3px); box-shadow: 0 14px 28px rgba(17,17,17,.08); }
.store-gallery-card-media { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #eee; }
.store-gallery-card-media img { width: 100%; height: 100%; display: block; object-fit: cover; background: #eee; }
.store-gallery-card-body { display: grid; gap: 7px; padding: 14px; }
.store-gallery-card-body strong { font-size: 18px; font-weight: 900; color: #111; }
.store-gallery-card-body small { color: var(--store-muted); line-height: 1.55; }
.store-gallery-card-body em { font-style: normal; color: var(--store-primary); font-weight: 900; }
.store-gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; }
.store-gallery-masonry { columns: 4 220px; column-gap: 14px; }
.store-gallery-image { position: relative; display: block; overflow: hidden; margin-bottom: 14px; border-radius: 5px; border: 1px solid var(--store-line); background: #fff; break-inside: avoid; box-shadow: 0 10px 22px rgba(17,17,17,.05); }
.store-gallery-grid .store-gallery-image { margin-bottom: 0; }
.store-gallery-image img { width: 100%; display: block; object-fit: cover; background: #eee; transition: transform .2s ease; }
.store-gallery-grid .store-gallery-image img { aspect-ratio: 1 / .82; }
.store-gallery-image:hover img { transform: scale(1.035); }
.store-gallery-image span { position: absolute; inset-inline: 0; bottom: 0; padding: 12px; color: #fff; font-weight: 900; background: linear-gradient(180deg, transparent, rgba(0,0,0,.72)); }
.store-gallery-carousel-open { display: block; cursor: zoom-in; }
.store-gallery-carousel-open img, .store-gallery-image { cursor: zoom-in; }
.store-gallery-viewer[hidden] { display: none; }
body.store-gallery-viewer-open { overflow: hidden; }
.store-gallery-viewer {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 18px;
    padding: 26px;
    background: rgba(0,0,0,.94);
}
.store-gallery-viewer-main {
    align-self: center;
    display: grid;
    justify-items: center;
    gap: 12px;
    margin: 0;
    min-width: 0;
}
.store-gallery-viewer-main img {
    max-width: min(100%, 1500px);
    max-height: calc(100vh - 190px);
    object-fit: contain;
    border-radius: 6px;
    background: #050505;
    box-shadow: 0 24px 70px rgba(0,0,0,.55);
}
.store-gallery-viewer-main figcaption {
    min-height: 22px;
    color: #fff;
    font-weight: 900;
    text-align: center;
}
.store-gallery-viewer-close,
.store-gallery-viewer-arrow {
    position: fixed;
    z-index: 2;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
    background: rgba(255,255,255,.12);
    color: #fff;
    backdrop-filter: blur(8px);
}
.store-gallery-viewer-close {
    top: 18px;
    inset-inline-end: 18px;
    width: 44px;
    height: 44px;
    font-size: 20px;
}
.store-gallery-viewer-arrow {
    top: 50%;
    width: 52px;
    height: 52px;
    font-size: 22px;
    transform: translateY(-50%);
}
.store-gallery-viewer-arrow.prev { inset-inline-start: 22px; }
.store-gallery-viewer-arrow.next { inset-inline-end: 22px; }
.store-gallery-viewer-close:hover,
.store-gallery-viewer-arrow:hover {
    background: rgba(255,255,255,.22);
}
.store-gallery-viewer-thumbs {
    display: flex;
    gap: 10px;
    justify-content: center;
    overflow-x: auto;
    padding: 4px 6px 2px;
    scrollbar-width: none;
}
.store-gallery-viewer-thumbs::-webkit-scrollbar { display: none; }
.store-gallery-viewer-thumbs button {
    flex: 0 0 auto;
    width: 92px;
    border: 2px solid transparent;
    border-radius: 6px;
    padding: 0;
    overflow: hidden;
    background: transparent;
    opacity: .62;
}
.store-gallery-viewer-thumbs button.is-active {
    border-color: #fff;
    opacity: 1;
}
.store-gallery-viewer-thumbs img {
    width: 100%;
    aspect-ratio: 4 / 3;
    display: block;
    object-fit: cover;
}
.store-public-gallery-carousel { overflow: hidden; border-radius: 6px; border: 1px solid var(--store-line); background: #111; box-shadow: 0 16px 36px rgba(17,17,17,.12); }
.store-public-gallery-carousel img { width: 100%; height: min(68vh, 660px); object-fit: contain; background: #111; }
.store-public-gallery-carousel .carousel-caption { right: 0; left: 0; bottom: 0; padding: 24px; background: linear-gradient(180deg, transparent, rgba(0,0,0,.75)); }
.store-contact-cta { background: #1f2933; color: #fff; padding: 38px 0; }
.store-contact-cta-grid { display: grid; justify-items: center; gap: 18px; text-align: center; }
.store-contact-cta h2 { font-weight: 900; margin: 0 0 8px; }
.store-contact-cta .form-control { min-height: 44px; border-radius: 3px; border: 0; }
.store-contact-form { width: min(80vw, 100%); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) auto; gap: 10px; align-items: stretch; }
.store-contact-form .btn-store { min-width: 150px; white-space: nowrap; }
.store-footer { background: #151515; color: #ddd; margin-top: auto; padding-top: 34px; }
.store-footer-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr 1fr 1fr; gap: 24px; }
.store-footer h2 { color: #fff; font-size: 17px; font-weight: 900; margin: 0 0 14px; }
.store-footer img { max-width: 170px; max-height: 74px; object-fit: contain; margin-bottom: 10px; }
.store-footer p, .store-footer span, .store-footer a, .store-footer button.store-footer-link, .store-footer li { color: #d7d7d7; line-height: 1.7; }
.store-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; }
.store-footer a, .store-footer-link { text-decoration: none; }
.store-footer a:hover, .store-footer-link:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.store-footer-link { display: inline; padding: 0; border: 0; background: transparent; color: inherit; text-align: inherit; font: inherit; cursor: pointer; }
.store-footer-link i { margin-inline-end: 7px; }
.store-footer-submenu { margin-top: 5px !important; padding-inline-start: 14px !important; gap: 4px !important; }
.store-footer-social { display: flex; gap: 8px; }
.store-footer-social a { width: 32px; height: 32px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #fff; background: #2b2b2b; box-shadow: 0 7px 18px rgba(0,0,0,.22); transition: transform .16s ease, box-shadow .16s ease; }
.store-footer-social a:hover { transform: translateY(-1px); box-shadow: 0 10px 22px rgba(0,0,0,.3); }
.store-footer-social a i { font-size: 16px; color: #fff; }
.store-social-mini a:has(i.fa-facebook),
.store-social-mini a:has(i.fa-facebook-f),
.store-footer-social a:has(i.fa-facebook),
.store-footer-social a:has(i.fa-facebook-f) { background: #1877f2; }
.store-social-mini a:has(i.fa-instagram),
.store-footer-social a:has(i.fa-instagram) { background: radial-gradient(circle at 30% 105%, #fdf497 0 18%, #fd5949 40%, #d6249f 64%, #285aeb 100%); }
.store-social-mini a:has(i.fa-tiktok),
.store-footer-social a:has(i.fa-tiktok) { background: #050505; }
.store-social-mini a:has(i.fa-tiktok) i,
.store-footer-social a:has(i.fa-tiktok) i { text-shadow: 1px 1px 0 #fe2c55, -1px -1px 0 #25f4ee; }
.store-social-mini a:has(i.fa-youtube),
.store-footer-social a:has(i.fa-youtube) { background: #ff0000; }
.store-social-mini a:has(i.fa-x-twitter),
.store-social-mini a:has(i.fa-twitter),
.store-footer-social a:has(i.fa-x-twitter),
.store-footer-social a:has(i.fa-twitter) { background: #111; }
.store-social-mini a:has(i.fa-linkedin),
.store-social-mini a:has(i.fa-linkedin-in),
.store-footer-social a:has(i.fa-linkedin),
.store-footer-social a:has(i.fa-linkedin-in) { background: #0a66c2; }
.store-social-mini a:has(i.fa-whatsapp),
.store-footer-social a:has(i.fa-whatsapp) { background: #25d366; }
.store-social-mini a:has(i.fa-telegram),
.store-social-mini a:has(i.fa-telegram-plane),
.store-footer-social a:has(i.fa-telegram),
.store-footer-social a:has(i.fa-telegram-plane) { background: #26a5e4; }
.store-social-mini a:has(i.fa-pinterest),
.store-social-mini a:has(i.fa-pinterest-p),
.store-footer-social a:has(i.fa-pinterest),
.store-footer-social a:has(i.fa-pinterest-p) { background: #bd081c; }
.store-social-mini a:has(i.fa-snapchat),
.store-footer-social a:has(i.fa-snapchat) { background: #fffc00; }
.store-social-mini a:has(i.fa-snapchat) i,
.store-footer-social a:has(i.fa-snapchat) i { color: #111; }
.store-footer-contact { display: grid; gap: 6px; }
.store-footer-contact a { display: inline-flex; align-items: center; gap: 8px; }
.store-footer-branches { display: grid; gap: 10px; }
.store-footer-branches span { display: grid; gap: 2px; }
.store-footer-branches strong { color: #fff; font-weight: 800; }
.store-footer-branches small { color: #d7d7d7; line-height: 1.55; }
.store-legal-content { color: #243244; line-height: 1.85; }
.store-legal-content h1, .store-legal-content h2, .store-legal-content h3, .store-legal-content h4 { margin: 0 0 12px; font-weight: 900; color: #111827; }
.store-legal-content p, .store-legal-content ul, .store-legal-content ol, .store-legal-content table { margin-bottom: 14px; }
.store-legal-content ul, .store-legal-content ol { padding-inline-start: 22px; }
.store-legal-content table { width: 100%; border-collapse: collapse; }
.store-legal-content th, .store-legal-content td { border: 1px solid var(--store-line); padding: 8px 10px; }
.store-footer-bottom { margin-top: 28px; border-top: 1px solid #333; padding: 14px 0; color: #aaa; }
.store-footer-bottom .store-wide { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 12px; }
.store-credit { display: inline-flex; align-items: center; justify-content: flex-end; gap: 10px; color: #fff; line-height: 1.25; }
.store-credit { justify-self: start; }
.store-credit:hover { color: #fff; }
.store-credit-logo { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 10px; overflow: hidden; }
.store-credit-logo img { width: 40px; height: 40px; max-width: none; max-height: none; margin: 0; border-radius: 8px; object-fit: contain; }
.store-credit-text { display: grid; gap: 3px; text-align: right; }
.store-credit-text strong { color: #fff; font-size: 14px; font-weight: 900; }
.store-credit-text small { color: #b8c2cf; font-size: 12px; font-weight: 700; }
.store-payment-icons { justify-self: center; display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; }
.store-footer .store-payment-icon { width: 44px; height: 28px; display: inline-grid; place-items: center; background: transparent; border-radius: 0; line-height: 1; }
.store-footer .store-payment-icon i { font-size: 32px; line-height: 1; color: #fff; }
.store-footer .payment-visa i,
.store-footer .payment-mastercard i,
.store-footer .payment-amex i,
.store-footer .payment-paypal i,
.store-footer .payment-discover i,
.store-footer .payment-diners i { color: #fff; }
.store-owner-credit { display: inline-flex; align-items: center; gap: 10px; color: #fff; line-height: 1.25; direction: rtl; }
.store-owner-credit { justify-self: end; }
.store-owner-text { display: grid; gap: 3px; text-align: right; }
.store-owner-text strong { color: #fff; font-size: 14px; font-weight: 900; }
.store-owner-text small { color: #b8c2cf; font-size: 12px; font-weight: 700; }
.store-modal { border-radius: 4px; border: 0; }
.store-modal .modal-header { background: #f8f8f8; border-bottom: 1px solid var(--store-line); }
.modal { z-index: 2100; }
.modal-backdrop { z-index: 2090; }
.swal2-container { z-index: 2300; }
.cookie-overlay { position: fixed; inset: 0; z-index: 2000; background: transparent; }
.cookie-banner { position: fixed; inset-inline: 0; bottom: 0; z-index: 2001; padding: 18px; }
.cookie-content { width: min(780px, calc(100% - 24px)); margin: 0 auto; background: #fff; border-radius: 4px; padding: 22px; text-align: center; box-shadow: 0 18px 50px rgba(0,0,0,.22); }
.cookie-content strong { display: block; font-size: 22px; margin-bottom: 8px; }
.cookie-content p { color: #4b5563; line-height: 1.75; margin: 0 0 14px; }
.cookie-content a { color: var(--store-primary); font-weight: 900; text-decoration: underline; }
.cookie-content button { min-width: 130px; min-height: 42px; border: 0; border-radius: 3px; background: var(--store-action-gradient); color: #fff; font-weight: 900; box-shadow: 0 10px 22px rgba(17,17,17,.14), inset 0 1px 0 rgba(255,255,255,.18); }
.cookie-content .cookie-privacy-link { min-width: 0; min-height: 0; border: 0; border-radius: 0; background: transparent; color: var(--store-primary); font: inherit; font-weight: 900; text-decoration: underline; padding: 0; box-shadow: none; }
[hidden] { display: none !important; }
@media (max-width: 992px) {
    .store-contact-grid, .store-main-head, .store-contact-cta-grid { grid-template-columns: 1fr; display: grid; text-align: center; }
    .store-main-head { min-height: 92px; grid-template-columns: auto 1fr auto; }
    .store-head-tools { justify-content: flex-end; gap: 8px; }
    .store-head-action span { display: none; }
    .store-hero-grid, .store-product-layout, .checkout-grid { grid-template-columns: 1fr; }
    .store-product-layout { width: 100%; max-width: 100%; }
    .store-product-gallery { position: static; }
    .store-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .store-products-layout-compact { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .store-products-layout-dense_list { grid-template-columns: 1fr; }
    .store-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .store-articles-grid, .store-strip-grid, .store-gallery-list-grid, .store-banner-grid, .store-clients-grid, .store-reviews-grid,
    .store-home-section.layout-featured .store-grid,
    .store-home-section.layout-featured .store-category-grid,
    .store-home-section.layout-featured .store-articles-grid,
    .store-home-section.layout-featured .store-gallery-list-grid,
    .store-home-section.layout-featured .store-banner-grid,
    .store-home-section.layout-featured .store-reviews-grid,
    .store-home-section.layout-cards .store-grid,
    .store-home-section.layout-cards .store-category-grid,
    .store-home-section.layout-cards .store-articles-grid,
    .store-home-section.layout-cards .store-gallery-list-grid,
    .store-home-section.layout-cards .store-banner-grid,
    .store-home-section.layout-cards .store-reviews-grid,
    .store-home-section.layout-strip .store-clients-grid,
    .store-home-section.layout-logos .store-clients-grid { grid-template-columns: repeat(2, 1fr); }
    .store-home-section.layout-featured .store-grid > *:first-child,
    .store-home-section.layout-featured .store-category-grid > *:first-child,
    .store-home-section.layout-featured .store-articles-grid > *:first-child,
    .store-home-section.layout-featured .store-gallery-list-grid > *:first-child,
    .store-home-section.layout-featured .store-banner-grid > *:first-child,
    .store-home-section.layout-featured .store-reviews-grid > *:first-child { grid-row: auto; }
    .store-content-feature, .store-home-section.layout-image_left .store-content-feature { grid-template-columns: 1fr; }
    .store-home-section.layout-image_left .store-content-feature img { order: 0; }
    .store-content-layout.has-side { grid-template-columns: 1fr; }
    .store-content-side { position: static; }
    .store-footer-grid { grid-template-columns: repeat(2, 1fr); }
    .store-menu .dropdown-submenu > .dropdown-menu { position: static; margin: 4px 0 0; box-shadow: none; }
}
@media (min-width: 993px) {
    .store-menu.is-sticky { position: fixed; top: 0; left: 0; right: 0; z-index: 1041; box-shadow: 0 10px 26px rgba(17,17,17,.13); border-bottom: 1px solid var(--store-line); }
    .store-menu-spacer.is-active { display: block; }
    .store-menu .dropdown-submenu:hover > .dropdown-menu { display: block; }
}
@media (max-width: 576px) {
    .store-shell .container,
    .store-shell .container-sm,
    .store-shell .container-md,
    .store-shell .container-lg,
    .store-shell .container-xl,
    .store-shell .container-xxl,
    .store-wide { width: 100%; max-width: 100%; padding-inline: 12px; }
    .store-contact-line { display: none; }
    .store-breadcrumb { min-height: 34px; }
    .store-breadcrumb ol { font-size: 12px; gap: 6px; }
    .store-breadcrumb li { gap: 6px; }
    .store-breadcrumb span { max-width: 58vw; }
    .store-main-head { grid-template-columns: 38px minmax(0, 1fr) auto; gap: 4px; min-height: 82px; }
    .store-logo { min-width: 0; overflow: hidden; }
    .store-logo img { width: auto; max-width: min(150px, 40vw); max-height: 58px; }
    .store-head-tools { gap: 2px; flex-shrink: 0; }
    .store-head-action { min-width: 32px; justify-content: center; padding: 4px; }
    .store-head-action i { font-size: 20px; }
    .store-head-action b:not(.store-cart-count-badge) { width: 21px; height: 21px; font-size: 11px; }
    .store-hero-grid { min-height: auto; padding-block: 24px; }
    .store-hero-banner { min-height: 390px; }
    .store-hero-height-small, .store-hero-height-medium, .store-hero-height-large { min-height: 390px; }
    .store-hero-layout-boxed_carousel { padding: 14px 0; }
    .store-hero-layout-boxed_carousel .carousel-inner,
    .store-hero-layout-boxed_carousel.store-hero-height-small .carousel-inner,
    .store-hero-layout-boxed_carousel.store-hero-height-large .carousel-inner { width: calc(100% - 24px); min-height: 390px; border-radius: 6px; }
    .store-hero-layout-split_banner::after { display: block; background: radial-gradient(circle at center, rgba(0,0,0,.26), rgba(0,0,0,.64)); }
    .store-hero-layout-split_banner .store-hero-banner-picture { inset: 0; width: 100%; height: 100%; animation: none; transform: none; will-change: auto; }
    .store-hero-layout-split_banner .store-wide { place-content: center; justify-items: center; text-align: center; padding-inline: 18px; color: #fff; }
    .store-hero-layout-split_banner h1 { color: #fff; text-shadow: 0 3px 18px rgba(0,0,0,.42); }
    .store-hero-layout-split_banner p { color: rgba(255,255,255,.92); text-shadow: 0 2px 14px rgba(0,0,0,.34); }
    .store-hero-layout-split_banner .store-hero-actions { justify-content: center; }
    .store-hero-banner .store-wide { padding-block: 42px; }
    .store-hero-banner h1 { font-size: clamp(28px, 10vw, 42px); }
    .store-hero-banner p { font-size: clamp(15px, 4.5vw, 18px); line-height: 1.55; }
    .store-hero-carousel .carousel-control-prev, .store-hero-carousel .carousel-control-next { width: 44px; }
    .store-hero-carousel .carousel-control-prev-icon, .store-hero-carousel .carousel-control-next-icon { width: 34px; height: 34px; }
    .store-hero-carousel .carousel-indicators { bottom: 14px; }
    .store-hero-media { grid-template-columns: 1fr; }
    .store-hero-media a:first-child { grid-row: auto; }
    .store-hero-media a:first-child img { min-height: 240px; }
    .store-product-panel { padding: 20px; }
    .store-gallery-arrow { width: 40px; height: 40px; }
    .store-product-thumb { flex-basis: 68px; }
    .store-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .store-products-layout-compact,
    .store-products-layout-image_focus,
    .store-products-layout-sale_focus { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .store-products-layout-dense_list { grid-template-columns: 1fr; }
    .store-products-layout-dense_list .store-card { grid-template-columns: 126px minmax(0, 1fr); min-height: 126px; }
    .store-products-layout-dense_list .store-card-media { min-height: 126px; }
    .store-products-layout-dense_list .store-card-body { padding: 10px; }
    .store-products-layout-dense_list .store-card p { display: none; }
    .store-products-layout-dense_list .store-card-actions .btn-store { min-height: 32px; padding: 5px 7px; font-size: 12px; }
    .store-category-grid, .store-articles-grid, .store-strip-grid, .store-footer-grid, .store-gallery-list-grid, .store-banner-grid, .store-clients-grid, .store-reviews-grid,
    .store-home-section.layout-featured .store-grid,
    .store-home-section.layout-featured .store-category-grid,
    .store-home-section.layout-featured .store-articles-grid,
    .store-home-section.layout-featured .store-gallery-list-grid,
    .store-home-section.layout-featured .store-banner-grid,
    .store-home-section.layout-featured .store-reviews-grid,
    .store-home-section.layout-cards .store-grid,
    .store-home-section.layout-cards .store-category-grid,
    .store-home-section.layout-cards .store-articles-grid,
    .store-home-section.layout-cards .store-gallery-list-grid,
    .store-home-section.layout-cards .store-banner-grid,
    .store-home-section.layout-cards .store-reviews-grid,
    .store-home-section.layout-strip .store-clients-grid,
    .store-home-section.layout-logos .store-clients-grid { grid-template-columns: 1fr; }
    .store-strip-grid { grid-template-columns: repeat(var(--store-service-columns-mobile, 2), minmax(0, 1fr)); gap: 10px 8px; min-height: auto; padding-block: 12px; }
    .store-strip-grid span { gap: 7px; font-size: 15px; line-height: 1.25; }
    .store-strip-grid i { font-size: 22px; }
    .store-card-actions { gap: 6px; margin-top: 9px; }
    .store-card-actions .btn-store { min-height: 34px; padding: 6px 8px; gap: 5px; font-size: 13px; border-radius: 3px; }
    .store-card-actions .btn-store i { font-size: 13px; }
    .store-home-section.layout-strip .store-card,
    .store-home-section.layout-strip .store-article-card,
    .store-home-section.layout-strip .store-gallery-card,
    .store-home-section.layout-image_right .store-card,
    .store-home-section.layout-image_right .store-article-card,
    .store-home-section.layout-image_right .store-gallery-card,
    .store-home-section.layout-image_left .store-card,
    .store-home-section.layout-image_left .store-article-card,
    .store-home-section.layout-image_left .store-gallery-card { grid-template-columns: 1fr; }
    .store-home-section.layout-image_right .store-card-media,
    .store-home-section.layout-image_right .store-article-card > img,
    .store-home-section.layout-image_right .store-gallery-card-media { order: 0; }
    .store-home-section.layout-featured .store-banner-grid > *:first-child { min-height: 240px; }
    .store-gallery-grid { grid-template-columns: 1fr; }
    .store-gallery-masonry { columns: 1; }
    .store-public-gallery-carousel img { height: 360px; }
    .store-gallery-viewer { gap: 12px; padding: 16px 12px; }
    .store-gallery-viewer-main img { max-height: calc(100vh - 150px); }
    .store-gallery-viewer-close { top: 10px; inset-inline-end: 10px; width: 38px; height: 38px; }
    .store-gallery-viewer-arrow { width: 40px; height: 40px; font-size: 18px; }
    .store-gallery-viewer-arrow.prev { inset-inline-start: 8px; }
    .store-gallery-viewer-arrow.next { inset-inline-end: 8px; }
    .store-gallery-viewer-thumbs { justify-content: flex-start; padding-inline: 44px; }
    .store-gallery-viewer-thumbs button { width: 72px; }
    .store-section-head { align-items: stretch; flex-direction: column; }
    .store-section-button { width: 100%; }
    .store-card-actions { grid-template-columns: 1fr; }
    .store-contact-form { width: 100%; grid-template-columns: 1fr; }
    .store-contact-form .btn-store { min-width: 0; }
    .store-footer-bottom .store-wide { display: grid; grid-template-columns: 1fr; justify-items: center; text-align: center; }
    .store-credit, .store-owner-credit { justify-self: center; }
    .store-floating-cart { left: 14px; bottom: 84px; width: 42px; height: 42px; }
    .store-floating-cart i { font-size: 18px; }
    .store-floating-whatsapp { left: 14px; bottom: 34px; width: 42px; height: 42px; }
    .store-floating-whatsapp i { font-size: 21px; }
    .store-floating-cart-count { min-width: 20px; height: 20px; font-size: 10px; }
    .store-cart-drawer-head { padding-inline: 18px; }
    .store-cart-drawer-body { padding-inline: 16px; }
    .store-cart-drawer-actions { grid-template-columns: 1fr; }
}
.store-home-section.layout-grid .store-grid,
.store-home-section.layout-grid .store-category-grid,
.store-home-section.layout-grid .store-articles-grid,
.store-home-section.layout-grid .store-gallery-list-grid,
.store-home-section.layout-grid .store-banner-grid,
.store-home-section.layout-grid .store-clients-grid,
.store-home-section.layout-grid .store-reviews-grid,
.store-home-section.layout-cards .store-grid,
.store-home-section.layout-cards .store-category-grid,
.store-home-section.layout-cards .store-articles-grid,
.store-home-section.layout-cards .store-gallery-list-grid,
.store-home-section.layout-cards .store-banner-grid,
.store-home-section.layout-cards .store-clients-grid,
.store-home-section.layout-cards .store-reviews-grid,
.store-home-section.layout-text_center .store-grid,
.store-home-section.layout-text_center .store-category-grid,
.store-home-section.layout-text_center .store-articles-grid,
.store-home-section.layout-text_center .store-gallery-list-grid,
.store-home-section.layout-text_center .store-banner-grid,
.store-home-section.layout-text_center .store-clients-grid,
.store-home-section.layout-text_center .store-reviews-grid {
    grid-template-columns: repeat(var(--home-cols-desktop, 4), minmax(0, 1fr));
}
.store-home-section.layout-logos .store-clients-grid {
    grid-template-columns: repeat(var(--home-cols-desktop, 6), minmax(0, 1fr));
}
.store-home-section.layout-carousel .store-grid > *,
.store-home-section.layout-carousel .store-category-grid > *,
.store-home-section.layout-carousel .store-articles-grid > *,
.store-home-section.layout-carousel .store-gallery-list-grid > *,
.store-home-section.layout-carousel .store-banner-grid > *,
.store-home-section.layout-carousel .store-clients-grid > *,
.store-home-section.layout-carousel .store-reviews-grid > * {
    flex-basis: calc(var(--home-carousel-desktop, 33.3333%) - 16px);
}
@media (min-width: 993px) and (max-width: 1199px) {
    .store-home-section.layout-grid .store-grid,
    .store-home-section.layout-grid .store-category-grid,
    .store-home-section.layout-grid .store-articles-grid,
    .store-home-section.layout-grid .store-gallery-list-grid,
    .store-home-section.layout-grid .store-banner-grid,
    .store-home-section.layout-grid .store-clients-grid,
    .store-home-section.layout-grid .store-reviews-grid,
    .store-home-section.layout-cards .store-grid,
    .store-home-section.layout-cards .store-category-grid,
    .store-home-section.layout-cards .store-articles-grid,
    .store-home-section.layout-cards .store-gallery-list-grid,
    .store-home-section.layout-cards .store-banner-grid,
    .store-home-section.layout-cards .store-clients-grid,
    .store-home-section.layout-cards .store-reviews-grid,
    .store-home-section.layout-text_center .store-grid,
    .store-home-section.layout-text_center .store-category-grid,
    .store-home-section.layout-text_center .store-articles-grid,
    .store-home-section.layout-text_center .store-gallery-list-grid,
    .store-home-section.layout-text_center .store-banner-grid,
    .store-home-section.layout-text_center .store-clients-grid,
    .store-home-section.layout-text_center .store-reviews-grid,
    .store-home-section.layout-logos .store-clients-grid {
        grid-template-columns: repeat(var(--home-cols-tablet, 3), minmax(0, 1fr));
    }
    .store-home-section.layout-carousel .store-grid > *,
    .store-home-section.layout-carousel .store-category-grid > *,
    .store-home-section.layout-carousel .store-articles-grid > *,
    .store-home-section.layout-carousel .store-gallery-list-grid > *,
    .store-home-section.layout-carousel .store-banner-grid > *,
    .store-home-section.layout-carousel .store-clients-grid > *,
    .store-home-section.layout-carousel .store-reviews-grid > * {
        flex-basis: calc(var(--home-carousel-tablet, 33.3333%) - 16px);
    }
}
@media (max-width: 992px) {
    .store-home-section.layout-grid .store-grid,
    .store-home-section.layout-grid .store-category-grid,
    .store-home-section.layout-grid .store-articles-grid,
    .store-home-section.layout-grid .store-gallery-list-grid,
    .store-home-section.layout-grid .store-banner-grid,
    .store-home-section.layout-grid .store-clients-grid,
    .store-home-section.layout-grid .store-reviews-grid,
    .store-home-section.layout-cards .store-grid,
    .store-home-section.layout-cards .store-category-grid,
    .store-home-section.layout-cards .store-articles-grid,
    .store-home-section.layout-cards .store-gallery-list-grid,
    .store-home-section.layout-cards .store-banner-grid,
    .store-home-section.layout-cards .store-clients-grid,
    .store-home-section.layout-cards .store-reviews-grid,
    .store-home-section.layout-text_center .store-grid,
    .store-home-section.layout-text_center .store-category-grid,
    .store-home-section.layout-text_center .store-articles-grid,
    .store-home-section.layout-text_center .store-gallery-list-grid,
    .store-home-section.layout-text_center .store-banner-grid,
    .store-home-section.layout-text_center .store-clients-grid,
    .store-home-section.layout-text_center .store-reviews-grid,
    .store-home-section.layout-logos .store-clients-grid {
        grid-template-columns: repeat(var(--home-cols-mobile, 1), minmax(0, 1fr));
    }
    .store-home-section.layout-carousel .store-grid > *,
    .store-home-section.layout-carousel .store-category-grid > *,
    .store-home-section.layout-carousel .store-articles-grid > *,
    .store-home-section.layout-carousel .store-gallery-list-grid > *,
    .store-home-section.layout-carousel .store-banner-grid > *,
    .store-home-section.layout-carousel .store-clients-grid > *,
    .store-home-section.layout-carousel .store-reviews-grid > * {
        flex-basis: calc(var(--home-carousel-mobile, 100%) - 16px);
    }
}

.store-home-section.layout-grid :is(.store-grid,.store-category-grid,.store-articles-grid,.store-gallery-list-grid,.store-banner-grid,.store-clients-grid,.store-reviews-grid) {
    display: grid;
    grid-template-columns: repeat(var(--home-cols-desktop, 4), minmax(0, 1fr));
    gap: 18px;
}
.store-home-section.layout-grid .store-gallery-images-grid {
    grid-template-columns: repeat(var(--home-cols-desktop, 4), minmax(0, 1fr));
}
.store-home-section.layout-cards :is(.store-grid,.store-category-grid,.store-articles-grid,.store-gallery-list-grid,.store-banner-grid,.store-clients-grid,.store-reviews-grid) {
    display: grid;
    grid-template-columns: repeat(var(--home-cols-desktop, 3), minmax(0, 1fr));
    gap: 24px;
}
.store-home-section.layout-cards :is(.store-card,.store-article-card,.store-gallery-card,.store-banner-card,.store-client-logo,.store-review-card) {
    border-radius: 8px;
    box-shadow: 0 18px 38px rgba(17,17,17,.1);
}
.store-home-section.layout-carousel :is(.store-grid,.store-category-grid,.store-articles-grid,.store-gallery-list-grid,.store-gallery-images-grid,.store-banner-grid,.store-clients-grid,.store-reviews-grid) {
    display: flex !important;
    flex-wrap: nowrap;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 2px 0 14px;
}
.store-home-section.layout-carousel .store-gallery-images-grid {
    display: flex !important;
    flex-wrap: nowrap;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 2px 0 14px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.store-home-section.layout-carousel .store-gallery-images-grid::-webkit-scrollbar { display: none; }
.store-home-section.layout-carousel :is(.store-grid,.store-category-grid,.store-articles-grid,.store-gallery-list-grid,.store-gallery-images-grid,.store-banner-grid,.store-clients-grid,.store-reviews-grid) > * {
    flex: 0 0 calc(var(--home-carousel-desktop, 33.3333%) - 16px) !important;
    scroll-snap-align: start;
}
.store-home-section.layout-carousel .store-gallery-images-grid > * {
    flex: 0 0 calc(var(--home-carousel-desktop, 33.3333%) - 16px) !important;
    scroll-snap-align: start;
}
@media (min-width: 993px) and (max-width: 1199px) {
    .store-home-section.layout-grid :is(.store-grid,.store-category-grid,.store-articles-grid,.store-gallery-list-grid,.store-banner-grid,.store-clients-grid,.store-reviews-grid),
    .store-home-section.layout-cards :is(.store-grid,.store-category-grid,.store-articles-grid,.store-gallery-list-grid,.store-banner-grid,.store-clients-grid,.store-reviews-grid) {
        grid-template-columns: repeat(var(--home-cols-tablet, 3), minmax(0, 1fr));
    }
    .store-home-section.layout-grid .store-gallery-images-grid {
        grid-template-columns: repeat(var(--home-cols-tablet, 3), minmax(0, 1fr));
    }
    .store-home-section.layout-carousel :is(.store-grid,.store-category-grid,.store-articles-grid,.store-gallery-list-grid,.store-gallery-images-grid,.store-banner-grid,.store-clients-grid,.store-reviews-grid) > *,
    .store-home-section.layout-carousel .store-gallery-images-grid > * {
        flex-basis: calc(var(--home-carousel-tablet, 33.3333%) - 16px) !important;
    }
}
.store-home-section.layout-image_left :is(.store-card,.store-article-card,.store-gallery-card),
.store-home-section.layout-image_right :is(.store-card,.store-article-card,.store-gallery-card),
.store-home-section.layout-image_left .store-content-feature,
.store-home-section.layout-image_right .store-content-feature {
    direction: ltr;
}
.store-home-section.layout-image_left :is(.store-card,.store-article-card,.store-gallery-card) {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
}
.store-home-section.layout-image_right :is(.store-card,.store-article-card,.store-gallery-card) {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 240px;
}
.store-home-section.layout-image_left :is(.store-card-media,.store-article-card > img,.store-gallery-card-media) { order: 0; }
.store-home-section.layout-image_right :is(.store-card-media,.store-article-card > img,.store-gallery-card-media) { order: 2; }
.store-home-section.layout-image_left :is(.store-card-body,.store-article-card div,.store-gallery-card-body),
.store-home-section.layout-image_right :is(.store-card-body,.store-article-card div,.store-gallery-card-body),
.store-home-section.layout-image_left .store-content-feature span,
.store-home-section.layout-image_right .store-content-feature span {
    direction: rtl;
}
.store-home-section.layout-image_left .store-content-feature {
    grid-template-columns: minmax(280px, .48fr) minmax(0, 1fr);
}
.store-home-section.layout-image_right .store-content-feature {
    grid-template-columns: minmax(0, 1fr) minmax(280px, .48fr);
}
.store-home-section.layout-image_left .store-content-feature img { order: 0; }
.store-home-section.layout-image_right .store-content-feature img { order: 2; }
.store-home-section.layout-image_left :is(.store-card-media img,.store-article-card > img,.store-gallery-card-media img),
.store-home-section.layout-image_right :is(.store-card-media img,.store-article-card > img,.store-gallery-card-media img) {
    height: 100%;
    min-height: 180px;
    aspect-ratio: auto;
}
@media (max-width: 992px) {
    .store-home-section.layout-grid :is(.store-grid,.store-category-grid,.store-articles-grid,.store-gallery-list-grid,.store-banner-grid,.store-clients-grid,.store-reviews-grid),
    .store-home-section.layout-cards :is(.store-grid,.store-category-grid,.store-articles-grid,.store-gallery-list-grid,.store-banner-grid,.store-clients-grid,.store-reviews-grid) {
        grid-template-columns: repeat(var(--home-cols-mobile, 1), minmax(0, 1fr));
    }
    .store-home-section.layout-grid .store-gallery-images-grid {
        grid-template-columns: repeat(var(--home-cols-mobile, 1), minmax(0, 1fr));
    }
    .store-home-section.layout-carousel :is(.store-grid,.store-category-grid,.store-articles-grid,.store-gallery-list-grid,.store-gallery-images-grid,.store-banner-grid,.store-clients-grid,.store-reviews-grid) > * {
        flex-basis: calc(var(--home-carousel-mobile, 100%) - 16px) !important;
    }
    .store-home-section.layout-carousel .store-gallery-images-grid > * {
        flex-basis: calc(var(--home-carousel-mobile, 100%) - 16px) !important;
    }
    .store-home-section.layout-image_left :is(.store-card,.store-article-card,.store-gallery-card),
    .store-home-section.layout-image_right :is(.store-card,.store-article-card,.store-gallery-card),
    .store-home-section.layout-image_left .store-content-feature,
    .store-home-section.layout-image_right .store-content-feature {
        grid-template-columns: 1fr;
    }
    .store-home-section.layout-image_left :is(.store-card-media,.store-article-card > img,.store-gallery-card-media),
    .store-home-section.layout-image_right :is(.store-card-media,.store-article-card > img,.store-gallery-card-media),
    .store-home-section.layout-image_left .store-content-feature img,
    .store-home-section.layout-image_right .store-content-feature img {
        order: 0;
    }
}

.store-home-carousel-shell { position: relative; }
.store-home-carousel-shell :is(.store-grid,.store-category-grid,.store-articles-grid,.store-gallery-list-grid,.store-gallery-images-grid,.store-banner-grid,.store-clients-grid,.store-reviews-grid) {
    scroll-behavior: smooth;
}
.store-home-carousel-btn {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(17,17,17,.1);
    border-radius: 50%;
    background: #fff;
    color: #111;
    box-shadow: 0 12px 28px rgba(17,17,17,.18);
    transform: translateY(-50%);
}
.store-home-carousel-btn:hover { background: #111; color: #fff; }
.store-home-carousel-btn.prev { inset-inline-start: 10px; }
.store-home-carousel-btn.next { inset-inline-end: 10px; }
.store-home-section.layout-carousel .store-home-carousel-shell :is(.store-grid,.store-category-grid,.store-articles-grid,.store-gallery-list-grid,.store-gallery-images-grid,.store-banner-grid,.store-clients-grid,.store-reviews-grid) {
    padding-inline: 0;
    scroll-padding-inline: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.store-home-section.layout-carousel .store-home-carousel-shell :is(.store-grid,.store-category-grid,.store-articles-grid,.store-gallery-list-grid,.store-gallery-images-grid,.store-banner-grid,.store-clients-grid,.store-reviews-grid)::-webkit-scrollbar {
    display: none;
}
.store-home-section.layout-featured .store-content-feature-list,
.store-home-section.layout-featured_reverse .store-content-feature-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-flow: dense;
    gap: 18px;
    direction: ltr;
}
.store-home-section.layout-featured .store-content-feature,
.store-home-section.layout-featured_reverse .store-content-feature {
    display: block;
    min-height: 100%;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--store-line);
    border-radius: 4px;
    background: #fff;
    direction: rtl;
}
.store-home-section.layout-featured .store-content-feature:first-child {
    grid-column: 3 / span 2;
    grid-row: 1 / span 2;
}
.store-home-section.layout-featured_reverse .store-content-feature:first-child {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
}
.store-home-section.layout-featured .store-content-feature img,
.store-home-section.layout-featured_reverse .store-content-feature img {
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 0;
}
.store-home-section.layout-featured .store-content-feature:first-child img,
.store-home-section.layout-featured_reverse .store-content-feature:first-child img {
    aspect-ratio: 16 / 12;
}
.store-home-section.layout-featured .store-content-feature span,
.store-home-section.layout-featured_reverse .store-content-feature span {
    display: block;
    padding: 16px;
}
.store-home-section.layout-featured .store-content-feature strong,
.store-home-section.layout-featured_reverse .store-content-feature strong {
    font-size: 20px;
}
.store-home-section.layout-featured .store-content-feature:first-child strong,
.store-home-section.layout-featured_reverse .store-content-feature:first-child strong {
    font-size: clamp(24px, 2.2vw, 34px);
}
.store-home-section.layout-article_dark {
    background: #050505;
    color: #fff;
}
.store-home-section.layout-article_dark .store-section-head {
    border-bottom-color: rgba(255,255,255,.16);
}
.store-home-section.layout-article_dark .store-section-head h2,
.store-home-section.layout-article_dark .store-section-head p {
    color: #fff;
}
.store-home-section.layout-article_dark .store-articles-grid {
    display: grid;
    grid-template-columns: repeat(var(--home-cols-desktop, 4), minmax(0, 1fr));
    gap: clamp(24px, 5vw, 86px);
}
.store-home-section.layout-article_dark .store-article-card {
    display: grid;
    justify-items: center;
    align-content: start;
    gap: 18px;
    border: 0;
    background: transparent;
    color: #fff;
    text-align: center;
}
.store-home-section.layout-article_dark .store-article-card img {
    width: min(108px, 70%);
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.store-home-section.layout-article_dark .store-article-card div {
    padding: 0;
}
.store-home-section.layout-article_dark .store-article-card h3 {
    color: #fff;
    font-size: clamp(22px, 2vw, 30px);
    line-height: 1.15;
}
.store-home-section.layout-article_dark .store-article-card p {
    color: rgba(255,255,255,.86);
    font-size: 18px;
    line-height: 1.65;
    margin: 0;
}
@media (min-width: 993px) and (max-width: 1199px) {
    .store-home-section.layout-article_dark .store-articles-grid {
        grid-template-columns: repeat(var(--home-cols-tablet, 3), minmax(0, 1fr));
    }
}
.store-content-spotlight-links {
    position: relative;
    min-height: clamp(420px, 42vw, 620px);
    display: grid;
    grid-template-columns: var(--spotlight-columns);
    align-items: center;
    overflow: hidden;
    border-radius: 8px;
    background: #f3f6fa;
    direction: ltr;
    --spotlight-start: #36b4c6;
    --spotlight-end: #26318f;
    --spotlight-columns: minmax(0, 1.35fr) minmax(360px, .95fr);
    --spotlight-image-column: 2;
    --spotlight-links-column: 1;
    --spotlight-panel-offset: -5%;
    --spotlight-links-align: start;
}
.store-content-spotlight-links.is-image-left {
    --spotlight-columns: minmax(360px, .95fr) minmax(0, 1.35fr);
    --spotlight-image-column: 1;
    --spotlight-links-column: 2;
    --spotlight-panel-offset: 5%;
    --spotlight-links-align: end;
}
.store-content-spotlight-image {
    grid-column: var(--spotlight-image-column);
    grid-row: 1;
    align-self: stretch;
    display: block;
    min-height: inherit;
    overflow: hidden;
    background: transparent;
}
.store-content-spotlight-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
}
.store-content-spotlight-panel {
    grid-column: 1 / 3;
    grid-row: 1;
    justify-self: center;
    width: min(455px, 36vw);
    min-height: 235px;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 18px;
    padding: 34px 42px;
    border-radius: 8px;
    background: linear-gradient(100deg, var(--spotlight-start), var(--spotlight-end));
    color: #fff;
    text-align: center;
    box-shadow: 0 18px 42px rgba(27,43,104,.18);
    z-index: 2;
    transform: translateX(var(--spotlight-panel-offset));
    direction: rtl;
}
.store-content-spotlight-title {
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.store-content-spotlight-title:hover {
    color: #fff;
}
.store-content-spotlight-panel strong {
    color: #fff;
    font-size: clamp(26px, 2.7vw, 42px);
    line-height: 1.08;
    font-weight: 950;
    overflow-wrap: anywhere;
}
.store-content-spotlight-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 24px;
    border-radius: 999px;
    background: var(--spotlight-button-bg, #267c21);
    color: var(--spotlight-button-text, #fff);
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(0,0,0,.2);
}
.store-content-spotlight-button:hover {
    color: var(--spotlight-button-text, #fff);
    background: var(--spotlight-button-bg, #267c21);
    box-shadow: 0 10px 22px rgba(0,0,0,.24);
}
.store-content-spotlight-list {
    grid-column: var(--spotlight-links-column);
    grid-row: 1;
    justify-self: var(--spotlight-links-align);
    width: min(740px, 94%);
    display: grid;
    grid-template-columns: repeat(2, max-content);
    justify-content: center;
    gap: 28px clamp(34px, 4vw, 64px);
    padding-inline: clamp(16px, 2.4vw, 36px);
    z-index: 1;
    direction: rtl;
}
.store-content-spotlight-list a {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    color: #252b75;
    font-size: clamp(18px, 1.35vw, 23px);
    line-height: 1.25;
    font-weight: 600;
    white-space: nowrap;
}
.store-content-spotlight-list a:hover {
    color: var(--store-primary);
}
.store-content-spotlight-list span {
    min-width: 0;
    overflow-wrap: normal;
    white-space: nowrap;
}
.store-content-spotlight-list i {
    flex: 0 0 auto;
    font-size: .9em;
}
.store-content-accordion {
    --accordion-open-width: 40%;
    display: flex;
    gap: 6px;
    min-height: clamp(360px, 38vw, 560px);
    overflow: hidden;
}
.store-content-accordion-card {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    min-height: inherit;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    background: #111;
    color: #fff;
    isolation: isolate;
    outline: 0;
    transition: flex-basis 1.15s cubic-bezier(.22,.61,.36,1), flex-grow 1.15s cubic-bezier(.22,.61,.36,1), filter .55s ease;
    will-change: flex-basis, flex-grow;
}
.store-content-accordion-card:first-child,
.store-content-accordion-card.is-active {
    flex: 0 0 var(--accordion-open-width);
}
.store-content-accordion.has-active .store-content-accordion-card,
.store-content-accordion:has(.store-content-accordion-card:hover) .store-content-accordion-card,
.store-content-accordion:has(.store-content-accordion-card:focus-visible) .store-content-accordion-card {
    flex: 1 1 0;
}
.store-content-accordion.has-active .store-content-accordion-card.is-active,
.store-content-accordion:has(.store-content-accordion-card:hover) .store-content-accordion-card:hover,
.store-content-accordion:has(.store-content-accordion-card:focus-visible) .store-content-accordion-card:focus-visible {
    flex: 0 0 var(--accordion-open-width);
}
.store-content-accordion-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .92;
    transition: transform .85s ease, opacity .85s ease, filter .85s ease;
}
.store-content-accordion-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.72));
    opacity: 0;
    pointer-events: none;
    transition: opacity .45s ease;
}
.store-content-accordion-card:first-child::after,
.store-content-accordion-card.is-active::after,
.store-content-accordion-card:hover::after,
.store-content-accordion-card:focus-visible::after {
    opacity: 1;
}
.store-content-accordion.has-active .store-content-accordion-card:first-child:not(.is-active)::after,
.store-content-accordion:has(.store-content-accordion-card:hover) .store-content-accordion-card:first-child:not(:hover)::after,
.store-content-accordion:has(.store-content-accordion-card:focus-visible) .store-content-accordion-card:first-child:not(:focus-visible)::after {
    opacity: 0;
}
.store-content-accordion-card:hover img,
.store-content-accordion-card:focus-visible img,
.store-content-accordion-card.is-active img,
.store-content-accordion-card:first-child img {
    object-fit: contain;
    transform: none;
    opacity: 1;
}
.store-content-accordion.has-active .store-content-accordion-card:first-child:not(.is-active) img,
.store-content-accordion:has(.store-content-accordion-card:hover) .store-content-accordion-card:first-child:not(:hover) img,
.store-content-accordion:has(.store-content-accordion-card:focus-visible) .store-content-accordion-card:first-child:not(:focus-visible) img {
    object-fit: cover;
    opacity: 1;
}
.store-content-accordion-caption {
    position: absolute;
    z-index: 2;
    inset-inline: clamp(14px, 2vw, 28px);
    bottom: clamp(18px, 2.7vw, 34px);
    display: grid;
    gap: 10px;
    max-width: min(620px, 90%);
    color: #fff;
    text-shadow: 0 3px 16px rgba(0,0,0,.46);
}
.store-content-accordion-caption small {
    width: max-content;
    max-width: 100%;
    padding: 8px 18px;
    border-radius: 999px;
    background: var(--store-primary);
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .45s ease, transform .45s ease;
}
.store-content-accordion-caption strong {
    max-width: 100%;
    color: #fff;
    font-size: clamp(21px, 1.8vw, 30px);
    line-height: 1.04;
    font-weight: 950;
    overflow-wrap: anywhere;
}
.store-content-accordion-caption em {
    max-width: 540px;
    color: rgba(255,255,255,.9);
    font-size: 16px;
    line-height: 1.55;
    font-style: normal;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .45s ease, transform .45s ease;
}
.store-content-accordion-card:first-child .store-content-accordion-caption small,
.store-content-accordion-card:first-child .store-content-accordion-caption em,
.store-content-accordion-card.is-active .store-content-accordion-caption small,
.store-content-accordion-card.is-active .store-content-accordion-caption em,
.store-content-accordion-card:hover .store-content-accordion-caption small,
.store-content-accordion-card:hover .store-content-accordion-caption em,
.store-content-accordion-card:focus-visible .store-content-accordion-caption small,
.store-content-accordion-card:focus-visible .store-content-accordion-caption em {
    opacity: 1;
    transform: none;
}
.store-content-accordion-card:first-child .store-content-accordion-caption strong,
.store-content-accordion-card.is-active .store-content-accordion-caption strong,
.store-content-accordion-card:hover .store-content-accordion-caption strong,
.store-content-accordion-card:focus-visible .store-content-accordion-caption strong {
    font-size: clamp(28px, 3vw, 44px);
}
.store-content-accordion.has-active .store-content-accordion-card:first-child:not(.is-active) .store-content-accordion-caption small,
.store-content-accordion.has-active .store-content-accordion-card:first-child:not(.is-active) .store-content-accordion-caption em,
.store-content-accordion:has(.store-content-accordion-card:hover) .store-content-accordion-card:first-child:not(:hover) .store-content-accordion-caption small,
.store-content-accordion:has(.store-content-accordion-card:hover) .store-content-accordion-card:first-child:not(:hover) .store-content-accordion-caption em,
.store-content-accordion:has(.store-content-accordion-card:focus-visible) .store-content-accordion-card:first-child:not(:focus-visible) .store-content-accordion-caption small,
.store-content-accordion:has(.store-content-accordion-card:focus-visible) .store-content-accordion-card:first-child:not(:focus-visible) .store-content-accordion-caption em {
    opacity: 0;
    transform: translateY(8px);
}
.store-content-accordion.has-active .store-content-accordion-card:first-child:not(.is-active) .store-content-accordion-caption strong,
.store-content-accordion:has(.store-content-accordion-card:hover) .store-content-accordion-card:first-child:not(:hover) .store-content-accordion-caption strong,
.store-content-accordion:has(.store-content-accordion-card:focus-visible) .store-content-accordion-card:first-child:not(:focus-visible) .store-content-accordion-caption strong {
    font-size: clamp(21px, 1.8vw, 30px);
}
@media (max-width: 992px) {
    .store-home-carousel-btn.prev { inset-inline-start: 4px; }
    .store-home-carousel-btn.next { inset-inline-end: 4px; }
    .store-home-section.layout-featured .store-content-feature-list,
    .store-home-section.layout-featured_reverse .store-content-feature-list,
    .store-home-section.layout-article_dark .store-articles-grid {
        grid-template-columns: repeat(var(--home-cols-mobile, 1), minmax(0, 1fr));
    }
    .store-home-section.layout-featured .store-content-feature:first-child,
    .store-home-section.layout-featured_reverse .store-content-feature:first-child {
        grid-column: auto;
        grid-row: auto;
    }
    .store-content-accordion {
        flex-direction: column;
        min-height: 0;
        overflow: visible;
        gap: 12px;
    }
    .store-content-accordion-card,
    .store-content-accordion-card:first-child,
    .store-content-accordion-card.is-active,
    .store-content-accordion.has-active .store-content-accordion-card,
    .store-content-accordion:has(.store-content-accordion-card:hover) .store-content-accordion-card,
    .store-content-accordion:has(.store-content-accordion-card:focus-visible) .store-content-accordion-card {
        flex: none;
        min-height: 260px;
    }
    .store-content-accordion-caption small,
    .store-content-accordion-caption em,
    .store-content-accordion.has-active .store-content-accordion-card:first-child:not(.is-active) .store-content-accordion-caption small,
    .store-content-accordion.has-active .store-content-accordion-card:first-child:not(.is-active) .store-content-accordion-caption em,
    .store-content-accordion:has(.store-content-accordion-card:hover) .store-content-accordion-card:first-child:not(:hover) .store-content-accordion-caption small,
    .store-content-accordion:has(.store-content-accordion-card:hover) .store-content-accordion-card:first-child:not(:hover) .store-content-accordion-caption em {
        opacity: 1;
        transform: none;
    }
    .store-content-accordion-caption strong,
    .store-content-accordion-card:first-child .store-content-accordion-caption strong,
    .store-content-accordion-card.is-active .store-content-accordion-caption strong,
    .store-content-accordion-card:hover .store-content-accordion-caption strong,
    .store-content-accordion-card:focus-visible .store-content-accordion-caption strong {
        font-size: clamp(24px, 6vw, 34px);
    }
    .store-content-spotlight-links {
        min-height: 0;
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
        --spotlight-image-column: 1;
        --spotlight-links-column: 1;
        --spotlight-panel-offset: 0;
        --spotlight-links-align: stretch;
    }
    .store-content-spotlight-image,
    .store-content-spotlight-panel,
    .store-content-spotlight-list {
        grid-column: 1;
        grid-row: auto;
        transform: none;
    }
    .store-content-spotlight-image {
        min-height: 260px;
    }
    .store-content-spotlight-panel {
        width: auto;
        margin: -70px 16px 0;
        padding: 28px 22px;
    }
    .store-content-spotlight-list {
        width: auto;
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 26px 22px 32px;
    }
    .store-content-spotlight-list a,
    .store-content-spotlight-list span {
        white-space: normal;
    }
}
@media (prefers-reduced-motion: reduce) {
    .store-content-accordion-card,
    .store-content-accordion-card img,
    .store-content-accordion-card::after,
    .store-content-accordion-caption small,
    .store-content-accordion-caption em {
        transition: none;
    }
}

.store-main-head-centered { grid-template-columns: 1fr auto 1fr; }
.store-main-head-centered .store-logo { justify-self: center; }
.store-main-head-centered .store-head-tools { justify-self: end; }
.store-main-head-compact { min-height: 76px; }
.store-main-head-compact .store-logo img { max-height: 68px; width: min(190px, 46vw); }
.store-main-head-compact .store-head-action span { display: none; }
.store-main-head-compact .store-head-tools { gap: 10px; }
.store-header-compact .store-menu { min-height: 42px; }
.store-footer-business .store-footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
.store-footer-minimal { padding-top: 18px; }
.store-footer-minimal .store-footer-grid { grid-template-columns: 1fr; text-align: center; }
.store-footer-minimal .store-footer-grid section { max-width: 760px; margin-inline: auto; }
.store-footer-minimal .store-footer-bottom { margin-top: 16px; }
.store-footer-minimal .store-footer-bottom .store-wide { grid-template-columns: 1fr; justify-items: center; text-align: center; }
@media (max-width: 992px) {
    .store-footer-business .store-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 576px) {
    .store-footer-business .store-footer-grid { grid-template-columns: 1fr; }
}

.store-main-head-header_1 { grid-template-columns: 1fr auto 1fr; }
.store-main-head-header_1 .store-logo { justify-self: center; }
.store-main-head-header_1 .store-head-tools { justify-self: end; }
.store-header-header_1 .store-menu { border-top: 1px solid var(--store-line); }

.store-main-head-header_2 { min-height: 74px; }
.store-main-head-header_2 .store-logo img { max-height: 66px; width: min(180px, 44vw); }
.store-main-head-header_2 .store-head-action span { display: none; }
.store-main-head-header_2 .store-head-tools { gap: 10px; }
.store-header-header_2 .store-contact-line { min-height: 34px; font-size: 13px; }
.store-header-header_2 .store-menu { min-height: 42px; }

.store-header-header_3 { display: flex; flex-direction: column; }
.store-header-header_3 .store-contact-line { order: 1; }
.store-header-header_3 .store-menu { order: 2; border-top: 0; border-bottom: 1px solid var(--store-line); }
.store-header-header_3 .store-menu-spacer { order: 3; }
.store-header-header_3 .store-main-head { order: 4; }
.store-header-header_3 .store-ticker { order: 5; }

.store-header-header_4 .store-main-head { min-height: 92px; grid-template-columns: auto minmax(260px, 1fr) auto; }
.store-header-header_4 .store-logo { justify-self: start; }
.store-header-header_4 .store-logo img { width: min(220px, 40vw); max-height: 78px; }
.store-header-header_4 .store-main-head > .store-head-action { justify-self: stretch; justify-content: flex-start; max-width: 680px; min-height: 48px; margin-inline: auto; padding-inline: 16px; border: 1px solid var(--store-line); border-radius: 999px; }
.store-header-header_4 .store-head-tools { justify-self: end; }
.store-header-header_4 .store-menu { border-top: 1px solid var(--store-line); border-bottom: 1px solid var(--store-line); }

.store-header-header_5 .store-main-head { grid-template-columns: auto minmax(180px, 1fr) auto; }
.store-header-header_5 .store-logo { justify-self: start; }
.store-header-header_5 .store-head-action { border-radius: 999px; }
.store-header-header_5 .store-menu { background: #f8faf9; }

.store-header-header_6 .store-main-head,
.store-header-header_6 .store-menu .store-wide,
.store-header-header_6 .store-contact-grid { max-width: 1760px; }
.store-header-header_6 .store-main-head { min-height: 104px; grid-template-columns: auto minmax(240px, 1fr) auto; }
.store-header-header_6 .store-logo { order: 1; justify-self: start; }
.store-header-header_6 .store-logo img { max-height: 82px; width: min(230px, 42vw); }
.store-header-header_6 .store-main-head > .store-head-action { order: 2; justify-self: stretch; justify-content: flex-start; min-height: 48px; max-width: 640px; margin-inline: auto; padding-inline: 18px; border: 1px solid #e1e7ec; border-radius: 999px; background: #f8faf9; color: #4b5563; }
.store-header-header_6 .store-main-head > .store-head-action i { font-size: 18px; }
.store-header-header_6 .store-head-tools { order: 3; justify-self: end; }
.store-header-header_6 .store-head-tools .store-head-action { border-radius: 999px; }
.store-header-header_6 .store-menu { min-height: 58px; }

.store-header-header_7 .store-main-head { min-height: 96px; grid-template-columns: auto minmax(280px, 1fr) auto; }
.store-header-header_7 .store-logo { justify-self: start; }
.store-header-header_7 .store-logo img { width: min(210px, 38vw); max-height: 78px; }
.store-header-header_7 .store-main-head > .store-head-action { justify-self: stretch; justify-content: flex-start; min-height: 52px; max-width: 780px; margin-inline: auto; padding-inline: 20px; border: 1px solid var(--store-line); border-radius: 999px; box-shadow: 0 8px 22px rgba(17,17,17,.08); }
.store-header-header_7 .store-menu { border-top: 1px solid var(--store-line); border-bottom: 1px solid var(--store-line); }
.store-header-header_7 .store-menu .nav-link { padding-block: 13px; }

.store-header-header_8 .store-main-head { min-height: 92px; }
.store-header-header_8 .store-menu { border-top: 2px solid var(--store-line); border-bottom: 2px solid var(--store-line); box-shadow: 0 12px 28px rgba(17,24,39,.08); }
.store-header-header_8 .store-menu .nav-link { font-weight: 800; }
.store-header-header_8 .store-head-action { border: 1px solid #e5e7eb; border-radius: 999px; padding-inline: 12px; }

.store-header-header_9 { display: flex; flex-direction: column; }
.store-header-header_9 .store-menu { order: 1; background: #fff; border-top: 0; border-bottom: 1px solid var(--store-line); }
.store-header-header_9 .store-menu-spacer { order: 2; }
.store-header-header_9 .store-contact-line { order: 3; background: #f8faf9; color: #111; border-bottom: 1px solid var(--store-line); }
.store-header-header_9 .store-contact-info a,
.store-header-header_9 .store-contact-info span,
.store-header-header_9 .store-social-mini button { color: #111; }
.store-header-header_9 .store-main-head { order: 4; min-height: 102px; grid-template-columns: auto 1fr auto; }
.store-header-header_9 .store-logo { justify-self: start; }
.store-header-header_9 .store-ticker { order: 5; }

.store-header-header_10 .store-contact-line { background: #fff; color: #4b5563; border-bottom: 1px solid #eef2f4; }
.store-header-header_10 .store-contact-info a,
.store-header-header_10 .store-contact-info span,
.store-header-header_10 .store-social-mini button { color: #4b5563; }
.store-header-header_10 .store-social-mini a { box-shadow: none; }
.store-header-header_10 .store-main-head { min-height: 88px; grid-template-columns: 1fr auto 1fr; }
.store-header-header_10 .store-logo img { max-height: 72px; width: min(210px, 44vw); }
.store-header-header_10 .store-head-action span { display: none; }
.store-header-header_10 .store-head-action { position: relative; flex: 0 0 42px; width: 42px; height: 42px; justify-content: center; border: 1px solid #e5e7eb; border-radius: 50%; padding: 0; }
.store-header-header_10 .store-head-action b:not(.store-cart-count-badge) { position: absolute; top: -6px; inset-inline-end: -5px; width: 18px; height: 18px; font-size: 10px; line-height: 1; }
.store-header-header_10 .store-menu { background: #fff; border-top: 0; border-bottom: 1px solid #eef2f4; }
.store-header-header_10 .store-menu .nav-link { font-weight: 600; padding-block: 11px; }

.store-header-header_11 .store-main-head { min-height: 150px; grid-template-columns: 1fr auto 1fr; align-content: center; }
.store-header-header_11 .store-logo img { width: min(340px, 58vw); max-height: 126px; }
.store-header-header_11 .store-menu { background: #fff; border-top: 0; border-bottom: 1px solid var(--store-line); }
.store-header-header_11 .store-menu .navbar-collapse { justify-content: center !important; }
.store-header-header_11 .store-ticker { height: 32px; }

.store-header-header_12 { display: flex; flex-direction: column; }
.store-header-header_12 .store-contact-line { order: 1; background: var(--store-primary); }
.store-header-header_12 .store-main-head { order: 2; min-height: 86px; grid-template-columns: auto 1fr auto; }
.store-header-header_12 .store-logo { justify-self: start; }
.store-header-header_12 .store-logo img { width: min(190px, 38vw); max-height: 72px; }
.store-header-header_12 .store-main-head > .store-head-action { justify-self: center; min-width: min(480px, 34vw); justify-content: flex-start; border-bottom: 2px solid var(--store-primary); padding-inline: 0; }
.store-header-header_12 .store-menu { order: 3; background: #f8faf9; }
.store-header-header_12 .store-menu-spacer { order: 4; }
.store-header-header_12 .store-ticker { order: 5; }

.store-footer-default .store-footer-grid,
.store-footer-footer_1 .store-footer-grid { grid-template-columns: 1.25fr 1fr 1fr 1fr 1fr; }
.store-footer-footer_2 .store-footer-grid { grid-template-columns: 1.45fr 1fr 1fr; }
.store-footer-footer_2 .store-footer-grid section:nth-child(n+4) { grid-column: auto; }
.store-footer-footer_3 { padding-top: 0; background: #fff; color: #111; border-top: 1px solid #e5e7eb; }
.store-footer-footer_3 .store-footer-grid { display: flex; flex-wrap: wrap; gap: 0; align-items: stretch; text-align: start; }
.store-footer-footer_3 .store-footer-grid section { max-width: none; margin: 0; padding: 16px 18px; border-bottom: 1px solid #eef2f4; }
.store-footer-footer_3 .store-footer-grid section:first-child { flex: 1 1 100%; display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 18px; padding-inline: 0; }
.store-footer-footer_3 .store-footer-grid section:first-child h2 { display: none; }
.store-footer-footer_3 .store-footer-grid section:nth-child(n+2) { flex: 1 1 210px; border-inline-start: 1px solid #eef2f4; }
.store-footer-footer_3 img { max-width: 112px; max-height: 48px; margin: 0; }
.store-footer-footer_3 h2 { color: #111; font-size: 14px; margin-bottom: 8px; }
.store-footer-footer_3 p,
.store-footer-footer_3 span,
.store-footer-footer_3 a,
.store-footer-footer_3 li,
.store-footer-footer_3 small { color: #4b5563; font-size: 13px; line-height: 1.55; }
.store-footer-footer_3 p { margin: 0; }
.store-footer-footer_3 ul { display: flex; flex-wrap: wrap; gap: 7px 14px; }
.store-footer-footer_3 .store-footer-link { color: var(--store-primary); font-weight: 800; }
.store-footer-footer_3 .store-footer-social,
.store-footer-footer_3 .store-footer-contact { justify-content: flex-start; }
.store-footer-footer_3 .store-footer-contact { display: flex; flex-wrap: wrap; gap: 7px 14px; }
.store-footer-footer_3 .store-footer-branches { gap: 6px; }
.store-footer-footer_3 .store-footer-branches strong { color: #111; }
.store-footer-footer_3 .store-footer-bottom { margin-top: 0; padding-block: 11px; border-color: #eef2f4; color: #4b5563; }
.store-footer-footer_3 .store-footer-bottom .store-wide { grid-template-columns: auto 1fr auto; justify-items: stretch; text-align: start; }
.store-footer-footer_3 .store-payment-icons { justify-content: center; }
.store-footer-footer_3 .store-payment-icon i { color: #111; }
.store-footer-footer_4 { background: #f8faf9; color: #111; }
.store-footer-footer_4 h2,
.store-footer-footer_4 a,
.store-footer-footer_4 .store-footer-branches strong { color: #111; }
.store-footer-footer_4 p,
.store-footer-footer_4 small,
.store-footer-footer_4 li,
.store-footer-footer_4 .store-footer-branches small { color: #4b5563; }
.store-footer-footer_4 .store-footer-bottom { border-color: #e5e7eb; color: #4b5563; }
.store-footer-footer_5 .store-footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); text-align: center; }
.store-footer-footer_5 .store-footer-social,
.store-footer-footer_5 .store-footer-contact { justify-content: center; }
.store-footer-footer_6 { padding-top: 18px; }
.store-footer-footer_6 .store-footer-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.store-footer-footer_6 h2 { font-size: 16px; }
.store-footer-footer_6 p,
.store-footer-footer_6 li,
.store-footer-footer_6 small { font-size: 13px; }

.store-footer-footer_7 { padding-top: 34px; }
.store-footer-footer_7 .store-footer-grid { grid-template-columns: 1.55fr repeat(4, minmax(0, .85fr)); align-items: stretch; }
.store-footer-footer_7 .store-footer-grid section:first-child { padding: clamp(20px, 3vw, 34px); border: 1px solid rgba(255,255,255,.16); border-radius: 8px; background: rgba(255,255,255,.06); }
.store-footer-footer_7 .store-footer-grid section:first-child img { max-width: 180px; max-height: 74px; }
.store-footer-footer_7 .store-footer-link { min-height: 38px; display: inline-flex; align-items: center; font-weight: 900; }
.store-footer-footer_8 .store-footer-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 0; border-block: 1px solid rgba(255,255,255,.14); }
.store-footer-footer_8 .store-footer-grid section { padding: 20px 18px; border-inline-start: 1px solid rgba(255,255,255,.12); }
.store-footer-footer_8 .store-footer-grid section:first-child { border-inline-start: 0; }
.store-footer-footer_8 h2 { font-size: 15px; margin-bottom: 10px; }
.store-footer-footer_8 p, .store-footer-footer_8 li, .store-footer-footer_8 small { font-size: 13px; }
.store-footer-footer_8 ul { display: grid; gap: 6px; }
.store-footer-footer_9 { padding-top: 22px; }
.store-footer-footer_9 .store-footer-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px 26px; align-items: start; }
.store-footer-footer_9 .store-footer-grid section:first-child { grid-column: 1 / -1; display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 22px; padding: 18px 0 24px; border-bottom: 1px solid rgba(255,255,255,.18); }
.store-footer-footer_9 .store-footer-grid section:first-child h2 { display: none; }
.store-footer-footer_9 .store-footer-grid section:first-child img { margin: 0; max-width: 160px; max-height: 68px; }
.store-footer-footer_9 .store-footer-grid section:first-child p { margin: 0; max-width: 760px; font-size: 17px; line-height: 1.75; }
.store-footer-footer_9 h2 { font-size: 18px; margin-bottom: 10px; }
.store-footer-footer_9 p, .store-footer-footer_9 li, .store-footer-footer_9 small, .store-footer-footer_9 a { font-size: 16px; line-height: 1.7; }
.store-footer-footer_9 .store-footer-bottom { margin-top: 18px; padding-block: 12px; }
.store-footer-footer_9 .store-footer-bottom .store-wide { grid-template-columns: 1fr auto 1fr; }
.store-hero-layout-default,
.store-hero-layout-hero_1 { display: block; }
.store-hero-layout-hero_2 { min-height: auto; padding: 28px 0; background: #f5f7f6; }
.store-hero-layout-hero_2 .carousel-inner { width: min(94vw, 1500px); min-height: 560px; margin-inline: auto; border-radius: 8px; overflow: hidden; box-shadow: 0 22px 55px rgba(17,17,17,.18); }
.store-hero-layout-hero_2.store-hero-height-small .carousel-inner { min-height: 420px; }
.store-hero-layout-hero_2.store-hero-height-large .carousel-inner { min-height: 680px; }
.store-hero-layout-hero_3 { min-height: 620px; background: #f5f7f6; }
.store-hero-layout-hero_3 .store-wide { padding-inline-start: min(330px, 22vw); }
.store-hero-category-panel { position: absolute; z-index: 4; inset-block: 36px; inset-inline-start: max(24px, calc((100vw - 1500px) / 2 + 24px)); width: min(280px, 24vw); display: grid; align-content: start; gap: 5px; padding: 18px; border-radius: 8px; background: rgba(255,255,255,.96); box-shadow: 0 18px 44px rgba(17,17,17,.2); }
.store-hero-category-panel strong { display: flex; align-items: center; gap: 8px; padding-bottom: 9px; border-bottom: 1px solid #e5e7eb; color: #111; font-weight: 900; }
.store-hero-category-panel a { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #1f2933; font-weight: 800; }
.store-hero-category-panel a span { display: grid; gap: 2px; }
.store-hero-category-panel a b { font: inherit; }
.store-hero-category-panel a small { color: var(--store-muted); font-size: 12px; font-weight: 800; }
.store-hero-category-panel a:hover { color: var(--store-primary); }
.store-hero-layout-hero_4 { background: #f5f7f6; color: #111; }
.store-hero-layout-hero_4::after { display: none; }
.store-hero-layout-hero_4 .carousel-item { background: #f5f7f6; }
.store-hero-layout-hero_4 .store-hero-banner-picture { inset: 0 0 0 auto; inset-inline-start: auto; inset-inline-end: 0; width: 55%; height: 100%; animation: none; transform: none; }
.store-hero-layout-hero_4 .store-wide { place-content: center start; justify-items: start; text-align: start; color: #111; padding-inline-end: min(48vw, 760px); }
.store-hero-layout-hero_4 h1 { color: #111; text-shadow: none; }
.store-hero-layout-hero_4 p { color: #4b5563; text-shadow: none; }
.store-hero-layout-hero_4 .store-hero-actions { justify-content: flex-start; }
.store-hero-layout-hero_4 .btn-store { background: var(--store-action-gradient); border-color: transparent; box-shadow: 0 13px 28px rgba(0,0,0,.16); }
.store-hero-layout-hero_5 .store-hero-banner-picture { animation: none; transform: none; }
.store-hero-layout-hero_5::after { background: rgb(0 0 0 / var(--store-hero-overlay-opacity, .65)); }
.store-hero-layout-hero_5 .store-wide { place-content: end center; padding-bottom: clamp(58px, 9vw, 110px); }
.store-hero-layout-hero_7 .carousel-indicators { display: none; }
.store-hero-thumbnails { position: absolute; z-index: 4; inset-inline: 0; bottom: 22px; display: flex; justify-content: center; gap: 9px; padding-inline: 18px; }
.store-hero-thumbnails button { width: 86px; aspect-ratio: 16 / 9; padding: 0; border: 2px solid rgba(255,255,255,.45); border-radius: 6px; overflow: hidden; background: #fff; opacity: .74; box-shadow: 0 9px 24px rgba(0,0,0,.26); }
.store-hero-thumbnails button.active { opacity: 1; border-color: #fff; transform: translateY(-2px); }
.store-hero-thumbnails img { width: 100%; height: 100%; object-fit: cover; display: block; }
.store-hero-coverflow { position: relative; min-height: 620px; overflow: hidden; display: grid; align-items: center; background: radial-gradient(circle at center, #26313d 0, #0f141a 62%, #080b10 100%); }
.store-hero-coverflow.store-hero-height-small { min-height: 480px; }
.store-hero-coverflow.store-hero-height-large { min-height: 760px; }
.store-hero-coverflow .store-wide { position: relative; min-height: inherit; display: grid; align-items: center; }
.store-hero-coverflow-stage { position: relative; min-height: 520px; perspective: 1600px; transform-style: preserve-3d; }
.store-hero-height-small .store-hero-coverflow-stage { min-height: 400px; }
.store-hero-height-large .store-hero-coverflow-stage { min-height: 650px; }
.store-hero-coverflow-card { position: absolute; inset-block: 50%; inset-inline-start: 50%; width: min(860px, 58vw); aspect-ratio: 16 / 8.2; border-radius: 10px; overflow: hidden; background: #111; box-shadow: 0 28px 70px rgba(0,0,0,.42); transform: translate(50%, -50%) scale(.72); opacity: 0; pointer-events: none; transition: transform .46s ease, opacity .46s ease, filter .46s ease, z-index .46s ease; }
.store-hero-coverflow-card.is-active { z-index: 4; opacity: 1; pointer-events: auto; transform: translate(50%, -50%) scale(1); filter: none; }
.store-hero-coverflow-card.is-prev { z-index: 3; opacity: .72; pointer-events: auto; transform: translate(105%, -50%) rotateY(-34deg) scale(.76); filter: brightness(.7) saturate(.88); }
.store-hero-coverflow-card.is-next { z-index: 3; opacity: .72; pointer-events: auto; transform: translate(-5%, -50%) rotateY(34deg) scale(.76); filter: brightness(.7) saturate(.88); }
.store-hero-coverflow-card.is-hidden { z-index: 1; opacity: 0; transform: translate(50%, -50%) scale(.55); }
.store-hero-coverflow-link { position: relative; display: block; width: 100%; height: 100%; color: #fff; }
.store-hero-coverflow-link::after { content: ""; position: absolute; inset: 0; background: rgb(0 0 0 / var(--store-hero-overlay-opacity, .65)); }
.store-hero-coverflow-picture { display: block; width: 100%; height: 100%; }
.store-hero-coverflow img { width: 100%; height: 100%; object-fit: cover; display: block; }
.store-hero-coverflow-caption { position: absolute; z-index: 2; inset-inline: 34px; bottom: 30px; display: grid; gap: 8px; max-width: 620px; color: #fff; text-shadow: 0 3px 18px rgba(0,0,0,.42); }
.store-hero-coverflow-caption strong { font-size: clamp(28px, 4.1vw, 58px); line-height: 1.05; font-weight: 950; }
.store-hero-coverflow-caption small { font-size: clamp(15px, 1.5vw, 21px); color: rgba(255,255,255,.88); }
.store-hero-coverflow-caption em { width: max-content; margin-top: 6px; padding: 9px 18px; border-radius: 999px; background: var(--store-primary); color: #fff; font-style: normal; font-weight: 900; box-shadow: 0 12px 28px rgba(0,0,0,.28); }
.store-hero-coverflow-nav { position: absolute; z-index: 6; top: 50%; width: 48px; height: 48px; display: grid; place-items: center; border: 0; border-radius: 50%; background: #fff; color: #111; box-shadow: 0 16px 34px rgba(0,0,0,.24); transform: translateY(-50%); }
.store-hero-coverflow-nav.prev { inset-inline-start: max(18px, calc((100vw - 1500px) / 2 + 18px)); }
.store-hero-coverflow-nav.next { inset-inline-end: max(18px, calc((100vw - 1500px) / 2 + 18px)); }
.store-hero-coverflow-nav:hover { background: var(--store-primary); color: #fff; }
.store-hero-coverflow-dots { position: absolute; z-index: 6; inset-inline: 0; bottom: 12px; display: flex; justify-content: center; gap: 2px; }
.store-hero-coverflow-dots button { position: relative; width: 48px; height: 48px; padding: 0; border: 0; border-radius: 50%; background: transparent; }
.store-hero-coverflow-dots button::before { content: ""; position: absolute; top: 50%; left: 50%; width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.48); transform: translate(-50%, -50%); }
.store-hero-coverflow-dots button.active::before { width: 28px; border-radius: 999px; background: #fff; }
.store-hero-coverflow-dots button:focus-visible { outline: 3px solid #fff; outline-offset: -6px; }

body[class*="store-palette-"] { background: var(--store-bg); color: var(--store-ink); }
body[class*="store-palette-"] .store-header,
body[class*="store-palette-"] .store-menu,
body[class*="store-palette-"] .store-card,
body[class*="store-palette-"] .store-article-card,
body[class*="store-palette-"] .store-gallery-card,
body[class*="store-palette-"] .store-review-card,
body[class*="store-palette-"] .store-cart-drawer,
body[class*="store-palette-"] .store-modal { background: var(--store-card); }
body[class*="store-palette-"] .store-contact-line { background: var(--store-dark); }
body[class*="store-palette-"] .store-header-header_10 .store-contact-line { color: #f8fafc; }
body[class*="store-palette-"] .store-header-header_10 .store-contact-info a,
body[class*="store-palette-"] .store-header-header_10 .store-contact-info span,
body[class*="store-palette-"] .store-header-header_10 .store-social-mini button { color: #f8fafc; }
body[class*="store-palette-"] .store-header-header_10 .store-contact-info i,
body[class*="store-palette-"] .store-header-header_10 .store-social-mini button i { color: #e5e7eb; }
body[class*="store-palette-"] .store-header-header_10 .store-contact-info a:hover,
body[class*="store-palette-"] .store-header-header_10 .store-social-mini button:hover { color: #fff; }
body[class*="store-palette-"] .store-menu { background: var(--store-menu-bg); border-color: var(--store-line); }
body[class*="store-palette-"] .store-menu .dropdown-item:hover,
body[class*="store-palette-"] .store-category-panel a:hover { background: var(--store-soft); color: var(--store-primary); }
body[class*="store-palette-"] .store-head-action b,
body[class*="store-palette-"] .store-floating-cart-count,
body[class*="store-palette-"] .store-hero-coverflow-caption em,
body[class*="store-palette-"] .store-home-carousel-nav:hover,
body[class*="store-palette-"] .store-hero-coverflow-nav:hover { background: var(--store-primary-gradient); color: #fff; }
body[class*="store-palette-"] .btn-store:not(.secondary):not(.success):not(.whatsapp):not(.payment):not(.details):not(.cart):not(.add-cart) { background: var(--store-action-gradient); color: #fff; }
body[class*="store-palette-"] .btn-store:not(.secondary):not(.success):not(.whatsapp):not(.payment):not(.details):not(.cart):not(.add-cart):hover { background: var(--store-action-gradient-hover); color: #fff; }
body[class*="store-palette-"] .btn-store.add-cart { background: var(--store-button-add-cart-gradient); color: var(--store-button-add-cart-color); }
body[class*="store-palette-"] .btn-store.add-cart:hover { background: var(--store-button-add-cart-gradient-hover); color: var(--store-button-add-cart-color); }
body[class*="store-palette-"] .btn-store.details { background: var(--store-button-details-gradient); color: var(--store-button-details-color); border-color: rgba(255,255,255,.16); }
body[class*="store-palette-"] .btn-store.details:hover { background: var(--store-button-details-gradient-hover); color: var(--store-button-details-color); border-color: rgba(255,255,255,.2); }
body[class*="store-palette-"] .btn-store.cart { background: var(--store-button-cart-gradient); color: var(--store-button-cart-color); border-color: rgba(255,255,255,.16); }
body[class*="store-palette-"] .btn-store.cart:hover { background: var(--store-button-cart-gradient-hover); color: var(--store-button-cart-color); }
body[class*="store-palette-"] .btn-store.secondary { background: var(--store-soft-gradient); color: var(--store-primary); border-color: var(--store-line); }
body[class*="store-palette-"] .btn-store.secondary:hover { background: linear-gradient(135deg, var(--store-soft) 0%, #fff 100%); color: var(--store-primary-dark); border-color: var(--store-primary); }
body[class*="store-palette-"] .btn-store.success { background: var(--store-primary-gradient); color: #fff; }
body[class*="store-palette-"] .btn-store.success:hover { background: var(--store-primary-gradient-hover); }
body[class*="store-palette-"] .btn-store.whatsapp { background: var(--store-action-gradient); color: #fff; }
body[class*="store-palette-"] .btn-store.whatsapp:hover { background: var(--store-action-gradient-hover); color: #fff; }
body[class*="store-palette-"] .btn-store.payment { background: var(--store-button-checkout-gradient); color: var(--store-button-checkout-color); }
body[class*="store-palette-"] .btn-store.payment:hover { background: var(--store-button-checkout-gradient-hover); color: var(--store-button-checkout-color); }
body[class*="store-palette-"] .store-menu .nav-link:hover,
body[class*="store-palette-"] .store-menu .nav-link.active,
body[class*="store-palette-"] .store-price,
body[class*="store-palette-"] .store-category-count { color: var(--store-primary); }
body[class*="store-palette-"] .store-footer { background: var(--store-footer-bg); color: var(--store-footer-text); }
body[class*="store-palette-"] .store-footer h2,
body[class*="store-palette-"] .store-footer a,
body[class*="store-palette-"] .store-footer button.store-footer-link,
body[class*="store-palette-"] .store-footer p,
body[class*="store-palette-"] .store-footer li,
body[class*="store-palette-"] .store-footer small,
body[class*="store-palette-"] .store-footer span { color: var(--store-footer-text); }
body[class*="store-palette-"] .store-footer a:hover,
body[class*="store-palette-"] .store-footer button.store-footer-link:hover { color: var(--store-accent); }
body[class*="store-palette-"] .store-footer-bottom { border-color: var(--store-footer-line); }
body[class*="store-palette-"] .store-footer-footer_3,
body[class*="store-palette-"] .store-footer-footer_4 { background: var(--store-card); color: var(--store-ink); }
body[class*="store-palette-"] .store-footer-footer_3 h2,
body[class*="store-palette-"] .store-footer-footer_3 a,
body[class*="store-palette-"] .store-footer-footer_3 button.store-footer-link,
body[class*="store-palette-"] .store-footer-footer_3 p,
body[class*="store-palette-"] .store-footer-footer_3 li,
body[class*="store-palette-"] .store-footer-footer_3 small,
body[class*="store-palette-"] .store-footer-footer_3 span,
body[class*="store-palette-"] .store-footer-footer_4 h2,
body[class*="store-palette-"] .store-footer-footer_4 a,
body[class*="store-palette-"] .store-footer-footer_4 button.store-footer-link,
body[class*="store-palette-"] .store-footer-footer_4 p,
body[class*="store-palette-"] .store-footer-footer_4 li,
body[class*="store-palette-"] .store-footer-footer_4 small,
body[class*="store-palette-"] .store-footer-footer_4 span { color: var(--store-ink); }
body[class*="store-palette-"] .store-footer-footer_3 a:hover,
body[class*="store-palette-"] .store-footer-footer_3 button.store-footer-link:hover,
body[class*="store-palette-"] .store-footer-footer_4 a:hover,
body[class*="store-palette-"] .store-footer-footer_4 button.store-footer-link:hover { color: var(--store-primary); }
.store-footer.has-footer-bg,
body[class*="store-palette-"] .store-footer.has-footer-bg {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background-image: var(--store-footer-bg-image);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.store-footer.has-footer-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: var(--store-footer-overlay, rgba(0,0,0,.65));
}
.store-footer.has-footer-bg > * { position: relative; z-index: 1; }
body[class*="store-palette-"] .store-footer.has-footer-bg h2,
body[class*="store-palette-"] .store-footer.has-footer-bg a,
body[class*="store-palette-"] .store-footer.has-footer-bg button.store-footer-link,
body[class*="store-palette-"] .store-footer.has-footer-bg p,
body[class*="store-palette-"] .store-footer.has-footer-bg li,
body[class*="store-palette-"] .store-footer.has-footer-bg small,
body[class*="store-palette-"] .store-footer.has-footer-bg span,
.store-footer.has-footer-bg h2,
.store-footer.has-footer-bg a,
.store-footer.has-footer-bg button.store-footer-link,
.store-footer.has-footer-bg p,
.store-footer.has-footer-bg li,
.store-footer.has-footer-bg small,
.store-footer.has-footer-bg span { color: rgba(255,255,255,.94); }
.store-footer.has-footer-bg h2,
.store-footer.has-footer-bg .store-footer-branches strong,
.store-footer.has-footer-bg .store-credit-text strong,
.store-footer.has-footer-bg .store-owner-text strong { color: #fff; }
.store-footer.has-footer-bg .store-footer-bottom { border-color: rgba(255,255,255,.25); }
.store-footer.has-footer-bg .store-footer-grid section { border-color: rgba(255,255,255,.18); }
.store-footer.has-footer-bg .store-payment-icon i { color: #fff; }
body[class*="store-palette-"] .store-hero,
body[class*="store-palette-"] .store-hero-coverflow { background: var(--store-hero-bg); }
body[class*="store-palette-"] .store-alert.success,
body[class*="store-palette-"] .store-badge,
body[class*="store-palette-"] .badge.bg-success { background: var(--store-primary) !important; }

.store-header-header_14 { display: flex; flex-direction: column; background: var(--store-card); }
.store-header-header_14 .store-spice-head { order: 1; border-bottom: 1px solid var(--store-line); background: var(--store-card); }
.store-header-header_14 .store-spice-head-grid { min-height: 94px; display: grid; grid-template-columns: minmax(220px, .8fr) minmax(0, 1.4fr) auto; align-items: center; gap: 24px; direction: ltr; }
.store-header-header_14 .store-spice-actions,
.store-header-header_14 .store-spice-utility,
.store-header-header_14 .store-spice-logo { direction: rtl; }
.store-header-header_14 .store-spice-actions { display: flex; align-items: center; justify-content: flex-start; gap: 18px; min-width: 0; }
.store-header-header_14 .store-spice-cart,
.store-header-header_14 .store-spice-phone,
.store-header-header_14 .store-spice-whatsapp { display: inline-flex; align-items: center; gap: 8px; color: var(--store-ink); font-weight: 900; white-space: nowrap; }
.store-header-header_14 .store-spice-cart { border: 0; background: transparent; padding: 0; font: inherit; }
.store-header-header_14 .store-spice-cart,
.store-header-header_15 .store-electric-tools :is(a, button),
.store-header-header_16 .store-electric-tools :is(a, button),
.store-header-header_17 .store-pet-cart :is(a, button) { position: relative; }
.store-header-header_14 .store-spice-cart i,
.store-header-header_14 .store-spice-phone i,
.store-header-header_14 .store-spice-whatsapp i { color: var(--store-primary); font-size: 25px; }
.store-header-header_14 .store-spice-cart span { font-weight: 700; }
.store-header-header_14 .store-spice-cart .store-cart-count-badge,
.store-header-header_15 .store-electric-tools .store-cart-count-badge,
.store-header-header_16 .store-electric-tools .store-cart-count-badge,
.store-header-header_17 .store-pet-cart .store-cart-count-badge { top: -8px; right: -7px; }
.store-header-header_14 .store-spice-head-grid-no-utility { grid-template-columns: minmax(220px, 1fr) auto; }
.store-header-header_14 .store-spice-head-grid-no-utility .store-spice-logo { grid-column: 2; }
.store-header-header_14 .store-spice-phone { font-size: 18px; }
.store-header-header_14 .store-spice-utility { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 0; color: var(--store-ink); font-size: 16px; font-weight: 500; }
.store-header-header_14 .store-spice-utility a,
.store-header-header_14 .store-spice-utility button { border: 0; background: transparent; color: inherit; padding: 0 13px; font: inherit; line-height: 1.2; }
.store-header-header_14 .store-spice-utility a + a,
.store-header-header_14 .store-spice-utility button + a,
.store-header-header_14 .store-spice-utility a + button { border-inline-start: 1px solid var(--store-line); }
.store-header-header_14 .store-spice-utility a:hover,
.store-header-header_14 .store-spice-utility button:hover { color: var(--store-primary); }
.store-header-header_14 .store-spice-logo { grid-column: 3; justify-self: end; }
.store-header-header_14 .store-spice-logo img { width: min(240px, 24vw); max-height: 84px; object-fit: contain; }
.store-header-header_14 .store-menu { order: 2; min-height: 46px; border-top: 0; border-bottom: 3px solid var(--store-accent); }
.store-header-header_14 .store-spice-menu-grid { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 16px; direction: ltr; min-height: 46px; }
.store-header-header_14 .store-spice-search { width: 42px; height: 42px; display: inline-grid; place-items: center; border: 0; background: transparent; color: var(--store-ink); font-size: 22px; }
.store-header-header_14 .store-spice-search:hover { color: var(--store-primary); }
.store-header-header_14 .store-menu .navbar-collapse { grid-column: 2 / 4; direction: rtl; justify-content: flex-start !important; }
.store-header-header_14 .store-menu .navbar-nav { align-items: center; gap: 8px; }
.store-header-header_14 .store-menu .nav-link { font-size: 18px; font-weight: 900; padding: 10px 7px; white-space: nowrap; }
.store-header-header_14 .store-menu-spacer { order: 3; }
.store-header-header_14 .store-ticker { order: 4; }

.store-header-header_15 { display: flex; flex-direction: column; background: var(--store-card); border-bottom: 1px solid var(--store-line); }
.store-header-header_15 .store-electric-promo { order: 4; min-height: 30px; display: grid; place-items: center; padding-inline: 14px; background: var(--store-ticker-bg); color: var(--store-ticker-color); font-size: var(--store-ticker-size); font-weight: 900; text-align: center; }
.store-header-header_15 .store-electric-head { order: 1; background: var(--store-card); }
.store-header-header_15 .store-electric-head-grid { min-height: 76px; display: grid; grid-template-columns: auto minmax(260px, 1fr) auto auto; align-items: center; gap: 28px; direction: ltr; }
.store-header-header_15 .store-electric-logo { justify-self: start; direction: rtl; }
.store-header-header_15 .store-electric-logo img { width: min(230px, 24vw); max-height: 68px; object-fit: contain; }
.store-header-header_15 .store-electric-search { justify-self: stretch; min-height: 38px; display: flex; align-items: center; border: 0; background: var(--store-soft); color: var(--store-muted); text-align: right; padding: 0; }
.store-header-header_15 .store-electric-search i { width: 42px; height: 100%; flex: 0 0 42px; display: grid; place-items: center; color: var(--store-ink); font-size: 22px; }
.store-header-header_15 .store-electric-search span { flex: 1 1 auto; min-width: 0; padding-inline: 10px; font-weight: 500; text-align: right; direction: rtl; unicode-bidi: plaintext; }
.store-header-header_15 .store-electric-search-input,
.store-header-header_16 .store-electric-search-input { flex: 1 1 auto; min-width: 0; height: 100%; border: 0; outline: 0; background: transparent; color: var(--store-ink); padding-inline: 10px; font: inherit; font-weight: 700; text-align: right; direction: rtl; unicode-bidi: plaintext; }
.store-header-header_15 .store-electric-search-input::placeholder,
.store-header-header_16 .store-electric-search-input::placeholder { color: var(--store-muted); opacity: .85; }
.store-header-header_15 .store-electric-search-submit,
.store-header-header_16 .store-electric-search-submit { flex: 0 0 auto; align-self: stretch; border: 0; background: var(--store-primary); color: #fff; padding-inline: 16px; font-weight: 900; }
.store-header-header_15 .store-electric-search-modal,
.store-header-header_16 .store-electric-search-modal { display: none; }
.store-header-header_15 .store-electric-service,
.store-header-header_15 .store-electric-tools { display: flex; align-items: center; gap: 18px; direction: rtl; color: var(--store-ink); white-space: nowrap; }
.store-header-header_15 .store-electric-service span,
.store-header-header_15 .store-electric-service a,
.store-header-header_15 .store-electric-tools a,
.store-header-header_15 .store-electric-tools button { display: inline-flex; align-items: center; gap: 8px; color: var(--store-ink); border: 0; background: transparent; padding: 0; font-weight: 800; }
.store-header-header_15 .store-electric-service i,
.store-header-header_15 .store-electric-tools i { color: var(--store-primary); font-size: 21px; }
.store-header-header_15 .store-electric-tools a span { font-weight: 800; }
.store-header-header_15 .store-electric-menu-button { display: none !important; }
.store-header-header_15 .store-electric-menu-button i { font-size: 23px; }
.store-header-header_15 .store-menu { order: 3; min-height: 44px; border-top: 1px solid var(--store-line); border-bottom: 0; }
.store-header-header_15 .store-menu .navbar-collapse { justify-content: center !important; }
.store-header-header_15 .store-menu .navbar-nav { align-items: center; gap: 18px; }
.store-header-header_15 .store-menu .nav-link { font-size: 17px; font-weight: 900; padding: 11px 0; white-space: nowrap; }
.store-header-header_15 .store-menu-spacer { order: 3; }
.store-header-header_15 .store-menu.is-electric-menu-hidden .navbar-collapse,
.store-header-header_16 .store-menu.is-electric-menu-hidden .navbar-collapse { display: none !important; }

.store-header-header_16 { display: flex; flex-direction: column; background: var(--store-card); border-bottom: 1px solid var(--store-line); }
.store-header-header_16 .store-electric-promo { order: 4; min-height: 30px; display: grid; place-items: center; padding-inline: 14px; background: var(--store-ticker-bg); color: var(--store-ticker-color); font-size: var(--store-ticker-size); font-weight: 900; text-align: center; }
.store-header-header_16 .store-electric-head { order: 1; background: var(--store-card); border-bottom: 1px solid var(--store-line); }
.store-header-header_16 .store-electric-head-grid { min-height: 82px; display: grid; grid-template-columns: auto minmax(220px, .8fr) minmax(250px, 1fr) auto; align-items: center; gap: 26px; direction: ltr; }
.store-header-header_16 .store-electric-logo { justify-self: start; direction: rtl; }
.store-header-header_16 .store-electric-logo img { width: min(200px, 20vw); max-height: 76px; object-fit: contain; }
.store-header-header_16 .store-electric-search { justify-self: stretch; min-height: 34px; display: flex; flex-direction: row-reverse; align-items: center; border: 1px solid var(--store-line); background: var(--store-card); color: var(--store-muted); text-align: right; padding: 0; }
.store-header-header_16 .store-electric-search i { width: 54px; height: 100%; flex: 0 0 54px; display: grid; place-items: center; color: var(--store-ink); border-left: 1px solid var(--store-line); font-size: 18px; }
.store-header-header_16 .store-electric-search span { flex: 1 1 auto; min-width: 0; padding-inline: 12px; font-weight: 500; text-align: right; direction: rtl; unicode-bidi: isolate; }
.store-header-header_16 .store-electric-search-input { padding-inline: 12px; }
.store-header-header_16 .store-electric-search-submit { border-inline-end: 1px solid var(--store-line); }
.store-header-header_15 .store-electric-search.store-electric-search-modal,
.store-header-header_16 .store-electric-search.store-electric-search-modal { display: none; }
.store-header-header_16 .store-electric-service,
.store-header-header_16 .store-electric-tools { display: flex; align-items: center; gap: 18px; direction: rtl; color: var(--store-ink); white-space: nowrap; }
.store-header-header_16 .store-electric-service span,
.store-header-header_16 .store-electric-service a,
.store-header-header_16 .store-electric-tools a,
.store-header-header_16 .store-electric-tools button { display: inline-flex; align-items: center; gap: 8px; color: var(--store-ink); border: 0; background: transparent; padding: 0; font-weight: 700; }
.store-header-header_16 .store-electric-service i,
.store-header-header_16 .store-electric-tools i { color: var(--store-primary); font-size: 20px; }
.store-header-header_16 .store-electric-tools a span { font-weight: 700; }
.store-header-header_16 .store-electric-menu-button { display: none !important; }
.store-header-header_16 .store-electric-menu-button i { font-size: 22px; }
.store-header-header_16 .store-menu { order: 2; min-height: 42px; border-top: 0; border-bottom: 0; background: var(--store-accent); }
.store-header-header_16 .store-menu .navbar-collapse { direction: rtl; justify-content: flex-start !important; }
.store-header-header_16 .store-menu .navbar-nav { width: 100%; align-items: center; justify-content: flex-start; gap: 0; }
.store-header-header_16 .store-menu .nav-item { border-inline-start: 1px solid var(--store-line); }
.store-header-header_16 .store-menu .nav-item:first-child { border-inline-start: 0; }
.store-header-header_16 .store-menu .nav-link { color: var(--store-ink); font-size: 18px; font-weight: 900; padding: 10px 14px; white-space: nowrap; }
.store-header-header_16 .store-menu .nav-link:hover,
.store-header-header_16 .store-menu .nav-link.active { color: var(--store-primary-dark); }
.store-header-header_16 .store-menu-spacer { order: 3; }

.store-header-header_17 { display: flex; flex-direction: column; background: var(--store-dark); border-bottom: 1px solid var(--store-line); box-shadow: 0 10px 24px rgba(17,17,17,.08); }
.store-header-header_17 .store-pet-head { order: 1; background: var(--store-dark); color: var(--store-card); }
.store-header-header_17 .store-pet-head-grid { min-height: 96px; display: grid; grid-template-columns: auto minmax(170px, 240px) minmax(420px, 1fr) auto; grid-template-rows: auto auto; align-items: center; gap: 8px 18px; padding-block: 10px; direction: ltr; }
.store-header-header_17 .store-pet-cart,
.store-header-header_17 .store-pet-phone,
.store-header-header_17 .store-pet-search,
.store-header-header_17 .store-pet-utility,
.store-header-header_17 .store-pet-logo { direction: rtl; }
.store-header-header_17 .store-pet-cart { grid-column: 1; grid-row: 1 / 3; align-self: stretch; display: grid; align-items: center; }
.store-header-header_17 .store-pet-cart :is(a, button) { min-width: 66px; min-height: 66px; display: grid; grid-template-columns: 1fr auto; place-items: center; gap: 7px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: var(--store-action-gradient); color: var(--store-card); font-weight: 900; box-shadow: 0 12px 26px rgba(17,17,17,.22); }
.store-header-header_17 .store-pet-cart i { font-size: 25px; }
.store-header-header_17 .store-pet-phone { grid-column: 2; grid-row: 1; justify-self: stretch; }
.store-header-header_17 .store-pet-phone a { min-height: 46px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 4px 10px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: var(--store-card); background: rgba(255,255,255,.06); }
.store-header-header_17 .store-pet-phone strong { grid-column: 1; font-size: 22px; line-height: 1; }
.store-header-header_17 .store-pet-phone small { grid-column: 1; font-size: 12px; color: var(--store-card); opacity: .78; }
.store-header-header_17 .store-pet-phone i { grid-column: 2; grid-row: 1 / 3; color: var(--store-action); font-size: 20px; }
.store-header-header_17 .store-pet-search { grid-column: 3; grid-row: 1; justify-self: stretch; min-height: 50px; display: grid; grid-template-columns: 104px minmax(0, 1fr); align-items: center; border: 2px solid var(--store-accent); border-radius: 999px; background: var(--store-card); color: var(--store-muted); overflow: hidden; padding: 0; box-shadow: 0 14px 32px rgba(17,17,17,.18); }
.store-header-header_17 .store-pet-search i { grid-column: 2; grid-row: 1; justify-self: end; padding-inline-end: 20px; color: var(--store-muted); font-size: 18px; }
.store-header-header_17 .store-pet-search span { grid-column: 2; grid-row: 1; justify-self: center; min-width: 0; max-width: calc(100% - 54px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 800; color: var(--store-ink); direction: rtl; unicode-bidi: plaintext; }
.store-header-header_17 .store-pet-search::before { content: "×—×™×¤×•×©"; grid-column: 1; grid-row: 1; height: calc(100% - 8px); display: grid; place-items: center; margin: 4px; border-radius: 999px; background: var(--store-action-gradient); color: var(--store-card); font-weight: 900; box-shadow: inset 0 1px 0 rgba(255,255,255,.18); }
.store-header-header_17 .store-pet-search-form { cursor: text; }
.store-header-header_17 .store-pet-search-form::before { display: none; }
.store-header-header_17 .store-pet-search-submit { grid-column: 1; grid-row: 1; height: calc(100% - 8px); display: grid; place-items: center; margin: 4px; border: 0; border-radius: 999px; background: var(--store-action-gradient); color: var(--store-card); font-weight: 900; box-shadow: inset 0 1px 0 rgba(255,255,255,.18); }
.store-header-header_17 .store-pet-search-input { grid-column: 2; grid-row: 1; width: 100%; min-width: 0; height: 100%; border: 0; outline: 0; background: transparent; color: var(--store-ink); padding: 0 56px 0 18px; font-weight: 800; text-align: right; direction: rtl; unicode-bidi: plaintext; }
.store-header-header_17 .store-pet-search-input::placeholder { color: var(--store-ink); opacity: .72; }
.store-header-header_17 .store-pet-search-input:focus::placeholder { opacity: .42; }
.store-header-header_17 .store-pet-search-modal { display: none; }
.store-header-header_17 .store-pet-utility { grid-column: 2 / 4; grid-row: 2; display: flex; justify-content: center; flex-wrap: wrap; gap: 6px; color: var(--store-card); font-weight: 800; font-size: 14px; }
.store-header-header_17 .store-pet-utility a,
.store-header-header_17 .store-pet-utility button { border: 1px solid transparent; border-radius: 999px; background: transparent; color: inherit; padding: 4px 10px; font: inherit; line-height: 1.35; }
.store-header-header_17 .store-pet-utility a + a,
.store-header-header_17 .store-pet-utility button + a,
.store-header-header_17 .store-pet-utility a + button { border-inline-start: 0; }
.store-header-header_17 .store-pet-utility a:hover,
.store-header-header_17 .store-pet-utility button:hover { color: var(--store-card); border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.08); }
.store-header-header_17 .store-pet-logo { grid-column: 4; grid-row: 1 / 3; justify-self: end; padding-inline-start: 6px; }
.store-header-header_17 .store-pet-logo img { width: min(220px, 18vw); max-height: 84px; object-fit: contain; filter: drop-shadow(0 10px 18px rgba(0,0,0,.22)); }
.store-header-header_17 .store-menu { order: 2; min-height: 50px; background: var(--store-menu-bg); border-top: 1px solid var(--store-line); border-bottom: 1px solid var(--store-line); box-shadow: none; }
.store-header-header_17 .store-menu .navbar-nav { width: 100%; justify-content: center; align-items: center; gap: 10px; }
.store-header-header_17 .store-menu .nav-link { color: var(--store-ink); font-size: 17px; font-weight: 900; padding: 8px 12px; border-radius: 999px; white-space: nowrap; }
.store-header-header_17 .store-menu .nav-link:hover,
.store-header-header_17 .store-menu .nav-link.active { color: var(--store-primary); background: var(--store-soft); }
.store-header-header_17 .store-menu-spacer { order: 3; }
.store-header-header_17 .store-pet-promo { order: 4; min-height: 42px; display: grid; place-items: center; padding-inline: 14px; background: var(--store-ticker-bg); color: var(--store-ticker-color); font-size: var(--store-ticker-size); font-weight: 800; text-align: center; border-top: 1px solid var(--store-line); }

@media (min-width: 993px) {
    .store-shell { overflow-x: hidden; }
    .store-menu .store-wide { min-width: 0; }
    .store-menu .navbar-collapse { max-width: 100%; min-width: 0; overflow: visible; }
    .store-menu .navbar-nav { flex-wrap: nowrap; min-width: 0; max-width: 100%; }
    .store-menu .nav-item { min-width: 0; }
    .store-menu .nav-link { white-space: nowrap; }
    .store-header-header_17 .store-menu .navbar-nav { width: 100%; }
}

@media (min-width: 993px) and (max-width: 1440px) {
    .store-menu { --bs-nav-link-font-size: 16px; }
    .store-menu .nav-link { padding-inline: 10px; }
    .store-header-header_14 .store-menu .nav-link,
    .store-header-header_16 .store-menu .nav-link { font-size: 16px; padding-inline: 9px; }
    .store-header-header_15 .store-menu .navbar-nav,
    .store-header-header_17 .store-menu .navbar-nav { gap: 8px; }
    .store-header-header_15 .store-menu .nav-link,
    .store-header-header_17 .store-menu .nav-link { font-size: 15px; padding-inline: 9px; }
}

@media (min-width: 993px) and (max-width: 1280px) {
    .store-menu { --bs-nav-link-font-size: 14px; }
    .store-menu .nav-link { padding-inline: 7px; }
    .store-header-header_14 .store-menu .nav-link,
    .store-header-header_16 .store-menu .nav-link { font-size: 14px; padding-inline: 7px; }
    .store-header-header_15 .store-menu .nav-link,
    .store-header-header_17 .store-menu .nav-link { font-size: 14px; padding-inline: 7px; }
}

@media (max-width: 992px) {
    .store-header-search-form,
    .store-header-header_15 .store-electric-search-form,
    .store-header-header_16 .store-electric-search-form { display: none !important; }
    .store-header-search-modal { display: inline-flex; }
    .store-header-header_15 .store-electric-search.store-electric-search-modal,
    .store-header-header_16 .store-electric-search.store-electric-search-modal { display: flex; }
    .store-header .store-menu > .container-fluid:not(.store-spice-menu-grid):not(.store-pet-menu-grid) { display: grid; grid-template-columns: 1fr auto; align-items: center; direction: ltr; }
    .store-header .store-menu > .container-fluid:not(.store-spice-menu-grid):not(.store-pet-menu-grid) > .store-menu-toggle { grid-column: 2; grid-row: 1; justify-self: end; margin: 0; }
    .store-header .store-menu > .container-fluid:not(.store-spice-menu-grid):not(.store-pet-menu-grid) > .navbar-collapse { grid-column: 1 / -1; grid-row: 2; width: 100%; direction: rtl; }
    .store-main-head-header_5 { grid-template-columns: 1fr auto 1fr; }
    .store-header-header_1 .store-main-head { grid-template-columns: 1fr auto; min-height: 76px; }
    .store-header-header_1 .store-main-head > .store-main-search-action { display: none !important; }
    .store-header-header_1 .store-main-head > .store-logo { grid-column: 2; grid-row: 1; justify-self: end; }
    .store-header-header_1 .store-main-head > .store-head-tools { grid-column: 1; grid-row: 1; justify-self: start; }
    .store-header-header_1 .store-menu-search-mobile { display: inline-flex; grid-column: 1; grid-row: 1; justify-self: start; align-items: center; justify-content: center; color: var(--store-ink); }
    .store-header-header_2 .store-main-head { grid-template-columns: 1fr auto; min-height: 76px; }
    .store-header-header_2 .store-main-head > .store-main-search-action { display: none !important; }
    .store-header-header_2 .store-main-head > .store-logo { grid-column: 2; grid-row: 1; justify-self: end; }
    .store-header-header_2 .store-main-head > .store-head-tools { grid-column: 1; grid-row: 1; justify-self: start; }
    .store-header-header_2 .store-menu-search-mobile { display: inline-flex; grid-column: 1; grid-row: 1; justify-self: start; align-items: center; justify-content: center; color: var(--store-ink); }
    .store-header-header_3 .store-main-head { grid-template-columns: 1fr auto; min-height: 76px; }
    .store-header-header_3 .store-main-head > .store-main-search-action { display: none !important; }
    .store-header-header_3 .store-main-head > .store-logo { grid-column: 2; grid-row: 1; justify-self: end; }
    .store-header-header_3 .store-main-head > .store-head-tools { grid-column: 1; grid-row: 1; justify-self: start; }
    .store-header-header_3 .store-menu-search-mobile { display: inline-flex; grid-column: 1; grid-row: 1; justify-self: start; align-items: center; justify-content: center; color: var(--store-ink); }
    .store-header-header_4 .store-main-head { grid-template-columns: 1fr auto; min-height: 76px; }
    .store-header-header_4 .store-main-head > .store-header-search-modal { display: none !important; }
    .store-header-header_4 .store-main-head > .store-logo { grid-column: 2; grid-row: 1; justify-self: end; }
    .store-header-header_4 .store-main-head > .store-head-tools { grid-column: 1; grid-row: 1; justify-self: start; }
    .store-header-header_4 .store-menu-search-mobile { display: inline-flex; grid-column: 1; grid-row: 1; justify-self: start; align-items: center; justify-content: center; color: var(--store-ink); }
    .store-header-header_5 .store-main-head { grid-template-columns: 1fr auto; min-height: 76px; }
    .store-header-header_5 .store-main-head > .store-main-search-action { display: none !important; }
    .store-header-header_5 .store-main-head > .store-logo { grid-column: 2; grid-row: 1; justify-self: end; }
    .store-header-header_5 .store-main-head > .store-head-tools { grid-column: 1; grid-row: 1; justify-self: start; }
    .store-header-header_5 .store-menu-search-mobile { display: inline-flex; grid-column: 1; grid-row: 1; justify-self: start; align-items: center; justify-content: center; color: var(--store-ink); }
    .store-header-header_6 .store-main-head { grid-template-columns: 1fr auto; min-height: 76px; }
    .store-header-header_6 .store-main-head > .store-header-search-modal { display: none !important; }
    .store-header-header_6 .store-main-head > .store-logo { order: 0; grid-column: 2; grid-row: 1; justify-self: end; }
    .store-header-header_6 .store-main-head > .store-head-tools { order: 0; grid-column: 1; grid-row: 1; justify-self: start; }
    .store-header-header_6 .store-menu-search-mobile { display: inline-flex; grid-column: 1; grid-row: 1; justify-self: start; align-items: center; justify-content: center; color: var(--store-ink); }
    .store-header-header_7 .store-main-head { grid-template-columns: 1fr auto; min-height: 76px; }
    .store-header-header_7 .store-main-head > .store-header-search-modal { display: none !important; }
    .store-header-header_7 .store-main-head > .store-logo { grid-column: 2; grid-row: 1; justify-self: end; }
    .store-header-header_7 .store-main-head > .store-head-tools { grid-column: 1; grid-row: 1; justify-self: start; }
    .store-header-header_7 .store-menu-search-mobile { display: inline-flex; grid-column: 1; grid-row: 1; justify-self: start; align-items: center; justify-content: center; color: var(--store-ink); }
    .store-header-header_8 .store-main-head { grid-template-columns: 1fr auto; min-height: 76px; }
    .store-header-header_8 .store-main-head > .store-main-search-action { display: none !important; }
    .store-header-header_8 .store-main-head > .store-logo { grid-column: 2; grid-row: 1; justify-self: end; }
    .store-header-header_8 .store-main-head > .store-head-tools { grid-column: 1; grid-row: 1; justify-self: start; }
    .store-header-header_8 .store-menu-search-mobile { display: inline-flex; grid-column: 1; grid-row: 1; justify-self: start; align-items: center; justify-content: center; color: var(--store-ink); }
    .store-header-header_9 .store-main-head { grid-template-columns: 1fr auto; min-height: 76px; }
    .store-header-header_9 .store-main-head > .store-main-search-action { display: none !important; }
    .store-header-header_9 .store-main-head > .store-logo { grid-column: 2; grid-row: 1; justify-self: end; }
    .store-header-header_9 .store-main-head > .store-logo img { width: auto; max-width: min(220px, 46vw); max-height: 76px; }
    .store-header-header_9 .store-main-head > .store-head-tools { grid-column: 1; grid-row: 1; justify-self: start; }
    .store-header-header_9 .store-menu-search-mobile { display: inline-flex; grid-column: 1; grid-row: 1; justify-self: start; align-items: center; justify-content: center; color: var(--store-ink); }
    .store-header-header_10 .store-main-head { grid-template-columns: 1fr auto; min-height: 76px; }
    .store-header-header_10 .store-main-head > .store-main-search-action { display: none !important; }
    .store-header-header_10 .store-main-head > .store-logo { grid-column: 2; grid-row: 1; justify-self: end; }
    .store-header-header_10 .store-main-head > .store-head-tools { grid-column: 1; grid-row: 1; justify-self: start; }
    .store-header-header_10 .store-menu-search-mobile { display: inline-flex; grid-column: 1; grid-row: 1; justify-self: start; align-items: center; justify-content: center; color: var(--store-ink); }
    .store-header-header_11 .store-main-head { grid-template-columns: 1fr auto; min-height: 76px; }
    .store-header-header_11 .store-main-head > .store-main-search-action { display: none !important; }
    .store-header-header_11 .store-main-head > .store-logo { grid-column: 2; grid-row: 1; justify-self: end; }
    .store-header-header_11 .store-main-head > .store-head-tools { grid-column: 1; grid-row: 1; justify-self: start; }
    .store-header-header_11 .store-menu-search-mobile { display: inline-flex; grid-column: 1; grid-row: 1; justify-self: start; align-items: center; justify-content: center; color: var(--store-ink); }
    .store-header-header_12 .store-main-head { grid-template-columns: 1fr auto; min-height: 76px; }
    .store-header-header_12 .store-main-head > .store-header-search-modal { display: none !important; }
    .store-header-header_12 .store-main-head > .store-logo { grid-column: 2; grid-row: 1; justify-self: end; }
    .store-header-header_12 .store-main-head > .store-head-tools { grid-column: 1; grid-row: 1; justify-self: start; }
    .store-header-header_12 .store-menu-search-mobile { display: inline-flex; grid-column: 1; grid-row: 1; justify-self: start; align-items: center; justify-content: center; color: var(--store-ink); }
    .store-header-header_14 .store-spice-head-grid { grid-template-columns: minmax(0, 1fr) auto; gap: 12px; min-height: 78px; }
    .store-header-header_14 .store-spice-logo { grid-column: 2; grid-row: 1; }
    .store-header-header_14 .store-spice-logo img { width: auto; max-width: min(180px, 34vw); max-height: 68px; }
    .store-header-header_14 .store-spice-actions { grid-column: 1; grid-row: 1; gap: 12px; overflow: visible; }
    .store-header-header_14 .store-spice-phone { min-width: 0; max-width: 170px; overflow: hidden; text-overflow: ellipsis; }
    .store-header-header_14 .store-spice-utility { grid-column: 1 / -1; grid-row: 2; justify-content: center; padding-bottom: 8px; font-size: 14px; }
    .store-header-header_14 .store-spice-menu-grid { grid-template-columns: auto 1fr auto; gap: 8px; }
    .store-header-header_14 .store-spice-search { grid-column: 1; grid-row: 1; justify-self: start; }
    .store-header-header_14 .store-menu-toggle { grid-column: 3; grid-row: 1; justify-self: end; margin: 0; }
    .store-header-header_14 .store-menu .navbar-collapse { grid-column: 1 / -1; grid-row: 2; direction: rtl; }
    .store-header-header_14 .store-menu .navbar-nav { align-items: stretch; gap: 0; padding-block: 8px; }
    .store-header-header_14 .store-menu .nav-link { padding: 9px 0; }
    .store-header-header_15 .store-electric-head-grid { grid-template-columns: auto minmax(180px, 1fr) auto; gap: 14px; min-height: 72px; }
    .store-header-header_15 .store-electric-logo img { width: auto; max-width: min(190px, 30vw); max-height: 62px; }
    .store-header-header_15 .store-electric-service { display: none; }
    .store-header-header_15 .store-electric-search { min-width: 0; min-height: 36px; }
    .store-header-header_15 .store-electric-tools { gap: 10px; }
    .store-header-header_15 .store-electric-tools :is(a, button) span:not(.store-cart-count-badge) { display: none; }
    .store-header-header_15 .store-electric-menu-button { display: inline-flex !important; }
    .store-header-header_15 .store-menu { min-height: 0; border-top: 0; border-bottom: 0; background: transparent; }
    .store-header-header_15 .store-menu > .store-wide { min-height: 0; padding-inline: 0; }
    .store-header-header_15 .store-menu .navbar-collapse { width: 100%; background: var(--store-menu-bg); border-top: 1px solid var(--store-line); direction: rtl; }
    .store-header-header_15 .store-menu .navbar-collapse:not(.show) { display: none; }
    .store-header-header_15 .store-menu .navbar-collapse.show { display: block; }
    .store-header-header_15 .store-menu .navbar-nav { align-items: stretch; gap: 0; padding-block: 8px; }
    .store-header-header_15 .store-menu .nav-link { color: var(--store-ink); padding: 10px 12px; }
    .store-header-header_16 .store-electric-head-grid { grid-template-columns: auto minmax(180px, 1fr) auto; gap: 12px; min-height: 74px; }
    .store-header-header_16 .store-electric-logo img { width: auto; max-width: min(170px, 30vw); max-height: 64px; }
    .store-header-header_16 .store-electric-service { display: none; }
    .store-header-header_16 .store-electric-search { min-width: 0; }
    .store-header-header_16 .store-electric-tools { gap: 10px; }
    .store-header-header_16 .store-electric-tools :is(a, button) span:not(.store-cart-count-badge) { display: none; }
    .store-header-header_16 .store-electric-menu-button { display: inline-flex !important; }
    .store-header-header_16 .store-menu { min-height: 0; border-top: 0; border-bottom: 0; background: transparent; }
    .store-header-header_16 .store-menu > .store-wide { min-height: 0; padding-inline: 0; }
    .store-header-header_16 .store-menu .navbar-collapse { width: 100%; background: var(--store-menu-bg); border-top: 1px solid var(--store-line); direction: rtl; }
    .store-header-header_16 .store-menu .navbar-collapse:not(.show) { display: none; }
    .store-header-header_16 .store-menu .navbar-collapse.show { display: block; }
    .store-header-header_16 .store-menu .navbar-nav { align-items: stretch; gap: 0; padding-block: 8px; }
    .store-header-header_16 .store-menu .nav-item { border-inline-start: 0; }
    .store-header-header_16 .store-menu .nav-link { color: var(--store-ink); padding: 10px 12px; }
    .store-header-header_17 .store-pet-head-grid { grid-template-columns: auto minmax(170px, 1fr) auto; gap: 12px; min-height: 78px; }
    .store-header-header_17 .store-pet-logo { grid-column: 3; grid-row: 1; }
    .store-header-header_17 .store-pet-logo img { width: auto; max-width: min(170px, 30vw); max-height: 66px; }
    .store-header-header_17 .store-pet-search { grid-column: 2; grid-row: 1; min-height: 38px; }
    .store-header-header_17 .store-pet-search-form { display: none; }
    .store-header-header_17 .store-pet-search-modal { display: grid; }
    .store-header-header_17 .store-pet-search span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .store-header-header_17 .store-pet-phone { display: none; }
    .store-header-header_17 .store-pet-cart { grid-column: 1; grid-row: 1; }
    .store-header-header_17 .store-pet-utility { grid-column: 1 / -1; grid-row: 2; justify-content: center; padding: 0 0 8px; }
    .store-header-header_17 .store-pet-menu-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; min-height: 44px; direction: ltr; }
    .store-header-header_17 .store-menu-toggle { grid-column: 2; grid-row: 1; justify-self: end; margin: 0; }
    .store-header-header_17 .store-menu .navbar-collapse { grid-column: 1 / -1; grid-row: 2; direction: rtl; }
    .store-header-header_17 .store-menu .navbar-nav { align-items: stretch; gap: 0; padding-block: 8px; }
    .store-header-header_17 .store-menu .nav-link { padding: 9px 0; }
    .store-header-header_7 .store-main-head > .store-head-action,
    .store-header-header_12 .store-main-head > .store-head-action { min-width: 0; max-width: none; }
    .store-header-header_7 .store-main-head > .store-head-action span,
    .store-header-header_12 .store-main-head > .store-head-action span { display: none; }
    .store-footer-default .store-footer-grid,
    .store-footer-footer_1 .store-footer-grid,
    .store-footer-footer_2 .store-footer-grid,
    .store-footer-footer_3 .store-footer-grid,
    .store-footer-footer_5 .store-footer-grid,
    .store-footer-footer_6 .store-footer-grid,
    .store-footer-footer_7 .store-footer-grid,
    .store-footer-footer_8 .store-footer-grid,
    .store-footer-footer_9 .store-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .store-footer-footer_9 .store-footer-grid section:first-child { grid-column: 1 / -1; grid-template-columns: 1fr; }
    .store-footer-footer_8 .store-footer-grid section { border-inline-start: 0; border-top: 1px solid rgba(255,255,255,.12); }
}
@media (max-width: 576px) {
    .store-footer-default .store-footer-grid,
    .store-footer-footer_1 .store-footer-grid,
    .store-footer-footer_2 .store-footer-grid,
    .store-footer-footer_3 .store-footer-grid,
    .store-footer-footer_5 .store-footer-grid,
    .store-footer-footer_6 .store-footer-grid,
    .store-footer-footer_7 .store-footer-grid,
    .store-footer-footer_8 .store-footer-grid,
    .store-footer-footer_9 .store-footer-grid { grid-template-columns: 1fr; }
    .store-footer-footer_9 .store-footer-grid section:first-child { grid-column: auto; grid-template-columns: 1fr; gap: 10px; }
    .store-footer-footer_7 .store-footer-grid section:first-child { grid-column: auto; }
    .store-footer-footer_3 .store-footer-grid section:first-child { grid-template-columns: 1fr; gap: 10px; padding-inline: 18px; }
    .store-footer-footer_3 .store-footer-grid section:nth-child(n+2) { flex-basis: 100%; border-inline-start: 0; }
    .store-footer-footer_3 .store-footer-bottom .store-wide { grid-template-columns: 1fr; justify-items: start; gap: 10px; }
    .store-footer-bottom .store-wide,
    .store-footer-footer_3 .store-footer-bottom .store-wide,
    .store-footer-footer_9 .store-footer-bottom .store-wide {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        gap: 12px;
    }
    .store-footer-bottom .store-payment-icons { order: 1; width: 100%; justify-self: center; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 8px; }
    .store-footer-bottom .store-credit { order: 2; width: 100%; justify-content: center; justify-self: center; }
    .store-footer-bottom .store-owner-credit { order: 3; width: 100%; justify-content: center; justify-self: center; }
    .store-footer-bottom .store-credit-text,
    .store-footer-bottom .store-owner-text { text-align: center; }
    .store-hero-layout-hero_2 { padding: 14px 0; }
    .store-hero-layout-hero_2 .carousel-inner,
    .store-hero-layout-hero_2.store-hero-height-small .carousel-inner,
    .store-hero-layout-hero_2.store-hero-height-large .carousel-inner { width: calc(100% - 24px); min-height: 390px; border-radius: 6px; }
    .store-hero-layout-hero_3 .store-wide { padding-inline: 18px; }
    .store-hero-category-panel { position: relative; inset: auto; width: auto; margin: 14px 12px 0; }
    .store-hero-layout-hero_4::after { display: block; background: rgb(0 0 0 / var(--store-hero-overlay-opacity, .65)); }
    .store-hero-banner-picture,
    .store-hero-layout-hero_4 .store-hero-banner-picture { inset: 0; width: 100%; height: 100%; animation: none; transform: none; will-change: auto; }
    .store-hero-layout-hero_4 .store-wide { place-content: center; justify-items: center; text-align: center; padding-inline: 18px; color: #fff; }
    .store-hero-layout-hero_4 h1 { color: #fff; text-shadow: 0 3px 18px rgba(0,0,0,.42); }
    .store-hero-layout-hero_4 p { color: rgba(255,255,255,.92); text-shadow: 0 2px 14px rgba(0,0,0,.34); }
    .store-hero-layout-hero_4 .store-hero-actions { justify-content: center; }
    .store-hero-thumbnails { bottom: 12px; gap: 6px; overflow-x: auto; justify-content: flex-start; }
    .store-hero-thumbnails button { flex: 0 0 68px; }
    .store-hero-coverflow { min-height: 430px; }
    .store-hero-coverflow .store-wide { padding-inline: 12px; }
    .store-hero-coverflow-stage,
    .store-hero-height-small .store-hero-coverflow-stage,
    .store-hero-height-large .store-hero-coverflow-stage { min-height: 330px; }
    .store-hero-coverflow-card { width: calc(100vw - 44px); aspect-ratio: 4 / 3.35; border-radius: 8px; }
    .store-hero-coverflow-card.is-prev,
    .store-hero-coverflow-card.is-next { opacity: 0; pointer-events: none; transform: translate(50%, -50%) scale(.72); }
    .store-hero-coverflow-caption { inset-inline: 18px; bottom: 22px; gap: 6px; }
    .store-hero-coverflow-caption strong { font-size: 27px; }
    .store-hero-coverflow-caption small { font-size: 14px; }
    .store-hero-coverflow-nav { width: 42px; height: 42px; }
    .store-hero-coverflow-dots { bottom: 14px; }
    .store-header .store-main-head { grid-template-columns: 38px minmax(0, 1fr) auto; gap: 4px; min-height: 82px; }
    .store-header .store-logo { min-width: 0; overflow: hidden; }
    .store-header .store-logo img { width: auto; max-width: min(150px, 40vw); max-height: 58px; }
    .store-header .store-head-tools { gap: 2px; flex-shrink: 0; }
    .store-header .store-head-action,
    .store-header .store-main-head > .store-head-action { width: auto; height: auto; min-width: 32px; min-height: 0; justify-content: center; padding: 4px; }
    .store-header .store-head-action i,
    .store-header .store-main-head > .store-head-action i { font-size: 20px; }
    .store-header .store-head-action b:not(.store-cart-count-badge) { width: 21px; height: 21px; font-size: 11px; }
    .store-header-header_1 .store-main-head { grid-template-columns: 1fr auto; min-height: 70px; }
    .store-header-header_1 .store-main-head > .store-main-search-action { display: none !important; }
    .store-header-header_1 .store-main-head > .store-logo { grid-column: 2; grid-row: 1; justify-self: end; }
    .store-header-header_1 .store-main-head > .store-head-tools { grid-column: 1; grid-row: 1; justify-self: start; }
    .store-header-header_1 .store-menu-search-mobile { display: inline-flex; grid-column: 1; grid-row: 1; justify-self: start; align-items: center; justify-content: center; color: var(--store-ink); font-size: 20px; }
    .store-header-header_2 .store-main-head { grid-template-columns: 1fr auto; min-height: 70px; }
    .store-header-header_2 .store-main-head > .store-main-search-action { display: none !important; }
    .store-header-header_2 .store-main-head > .store-logo { grid-column: 2; grid-row: 1; justify-self: end; }
    .store-header-header_2 .store-main-head > .store-head-tools { grid-column: 1; grid-row: 1; justify-self: start; }
    .store-header-header_2 .store-menu-search-mobile { display: inline-flex; grid-column: 1; grid-row: 1; justify-self: start; align-items: center; justify-content: center; color: var(--store-ink); font-size: 20px; }
    .store-header-header_3 .store-main-head { grid-template-columns: 1fr auto; min-height: 70px; }
    .store-header-header_3 .store-main-head > .store-main-search-action { display: none !important; }
    .store-header-header_3 .store-main-head > .store-logo { grid-column: 2; grid-row: 1; justify-self: end; }
    .store-header-header_3 .store-main-head > .store-head-tools { grid-column: 1; grid-row: 1; justify-self: start; }
    .store-header-header_3 .store-menu-search-mobile { display: inline-flex; grid-column: 1; grid-row: 1; justify-self: start; align-items: center; justify-content: center; color: var(--store-ink); font-size: 20px; }
    .store-header-header_4 .store-main-head { grid-template-columns: 1fr auto; min-height: 70px; }
    .store-header-header_4 .store-main-head > .store-header-search-modal { display: none !important; }
    .store-header-header_4 .store-main-head > .store-logo { grid-column: 2; grid-row: 1; justify-self: end; }
    .store-header-header_4 .store-main-head > .store-head-tools { grid-column: 1; grid-row: 1; justify-self: start; }
    .store-header-header_4 .store-menu-search-mobile { display: inline-flex; grid-column: 1; grid-row: 1; justify-self: start; align-items: center; justify-content: center; color: var(--store-ink); font-size: 20px; }
    .store-header-header_5 .store-main-head { grid-template-columns: 1fr auto; min-height: 70px; }
    .store-header-header_5 .store-main-head > .store-main-search-action { display: none !important; }
    .store-header-header_5 .store-main-head > .store-logo { grid-column: 2; grid-row: 1; justify-self: end; }
    .store-header-header_5 .store-main-head > .store-head-tools { grid-column: 1; grid-row: 1; justify-self: start; }
    .store-header-header_5 .store-menu-search-mobile { display: inline-flex; grid-column: 1; grid-row: 1; justify-self: start; align-items: center; justify-content: center; color: var(--store-ink); font-size: 20px; }
    .store-header-header_6 .store-main-head { grid-template-columns: 1fr auto; min-height: 70px; }
    .store-header-header_6 .store-main-head > .store-header-search-modal { display: none !important; }
    .store-header-header_6 .store-main-head > .store-logo { order: 0; grid-column: 2; grid-row: 1; justify-self: end; }
    .store-header-header_6 .store-main-head > .store-head-tools { order: 0; grid-column: 1; grid-row: 1; justify-self: start; }
    .store-header-header_6 .store-menu-search-mobile { display: inline-flex; grid-column: 1; grid-row: 1; justify-self: start; align-items: center; justify-content: center; color: var(--store-ink); font-size: 20px; }
    .store-header-header_7 .store-main-head { grid-template-columns: 1fr auto; min-height: 70px; }
    .store-header-header_7 .store-main-head > .store-header-search-modal { display: none !important; }
    .store-header-header_7 .store-main-head > .store-logo { grid-column: 2; grid-row: 1; justify-self: end; }
    .store-header-header_7 .store-main-head > .store-head-tools { grid-column: 1; grid-row: 1; justify-self: start; }
    .store-header-header_7 .store-menu-search-mobile { display: inline-flex; grid-column: 1; grid-row: 1; justify-self: start; align-items: center; justify-content: center; color: var(--store-ink); font-size: 20px; }
    .store-header-header_8 .store-main-head { grid-template-columns: 1fr auto; min-height: 70px; }
    .store-header-header_8 .store-main-head > .store-main-search-action { display: none !important; }
    .store-header-header_8 .store-main-head > .store-logo { grid-column: 2; grid-row: 1; justify-self: end; }
    .store-header-header_8 .store-main-head > .store-head-tools { grid-column: 1; grid-row: 1; justify-self: start; }
    .store-header-header_8 .store-menu-search-mobile { display: inline-flex; grid-column: 1; grid-row: 1; justify-self: start; align-items: center; justify-content: center; color: var(--store-ink); font-size: 20px; }
    .store-header-header_9 .store-main-head { grid-template-columns: 1fr auto; min-height: 70px; }
    .store-header-header_9 .store-main-head > .store-main-search-action { display: none !important; }
    .store-header-header_9 .store-main-head > .store-logo { grid-column: 2; grid-row: 1; justify-self: end; }
    .store-header-header_9 .store-main-head > .store-logo img { width: auto; max-width: min(190px, 54vw); max-height: 68px; }
    .store-header-header_9 .store-main-head > .store-head-tools { grid-column: 1; grid-row: 1; justify-self: start; }
    .store-header-header_9 .store-menu-search-mobile { display: inline-flex; grid-column: 1; grid-row: 1; justify-self: start; align-items: center; justify-content: center; color: var(--store-ink); font-size: 20px; }
    .store-header-header_10 .store-main-head { grid-template-columns: 1fr auto; min-height: 70px; }
    .store-header-header_10 .store-main-head > .store-main-search-action { display: none !important; }
    .store-header-header_10 .store-main-head > .store-logo { grid-column: 2; grid-row: 1; justify-self: end; }
    .store-header-header_10 .store-main-head > .store-head-tools { grid-column: 1; grid-row: 1; justify-self: start; }
    .store-header-header_10 .store-menu-search-mobile { display: inline-flex; grid-column: 1; grid-row: 1; justify-self: start; align-items: center; justify-content: center; color: var(--store-ink); font-size: 20px; }
    .store-header-header_11 .store-main-head { grid-template-columns: 1fr auto; min-height: 70px; }
    .store-header-header_11 .store-main-head > .store-main-search-action { display: none !important; }
    .store-header-header_11 .store-main-head > .store-logo { grid-column: 2; grid-row: 1; justify-self: end; }
    .store-header-header_11 .store-main-head > .store-head-tools { grid-column: 1; grid-row: 1; justify-self: start; }
    .store-header-header_11 .store-menu-search-mobile { display: inline-flex; grid-column: 1; grid-row: 1; justify-self: start; align-items: center; justify-content: center; color: var(--store-ink); font-size: 20px; }
    .store-header-header_12 .store-main-head { grid-template-columns: 1fr auto; min-height: 70px; }
    .store-header-header_12 .store-main-head > .store-header-search-modal { display: none !important; }
    .store-header-header_12 .store-main-head > .store-logo { grid-column: 2; grid-row: 1; justify-self: end; }
    .store-header-header_12 .store-main-head > .store-head-tools { grid-column: 1; grid-row: 1; justify-self: start; }
    .store-header-header_12 .store-menu-search-mobile { display: inline-flex; grid-column: 1; grid-row: 1; justify-self: start; align-items: center; justify-content: center; color: var(--store-ink); font-size: 20px; }
    .store-header-header_14 .store-spice-head-grid { min-height: 72px; }
    .store-header-header_14 .store-spice-logo img { max-width: 138px; max-height: 58px; }
    .store-header-header_14 .store-spice-actions { gap: 8px; }
    .store-header-header_14 .store-spice-phone { max-width: 118px; font-size: 15px; }
    .store-header-header_14 .store-spice-phone i,
    .store-header-header_14 .store-spice-cart i,
    .store-header-header_14 .store-spice-whatsapp i { font-size: 20px; }
    .store-header-header_14 .store-spice-whatsapp { display: none; }
    .store-header-header_14 .store-spice-utility { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; white-space: nowrap; }
    .store-header-header_14 .store-spice-utility::-webkit-scrollbar { display: none; }
    .store-header-header_14 .store-spice-utility a,
    .store-header-header_14 .store-spice-utility button { flex: 0 0 auto; padding: 0 10px; }
    .store-header-header_14 .store-spice-search { width: 36px; height: 36px; font-size: 19px; }
    .store-header-header_15 .store-electric-promo { min-height: 28px; font-size: 14px; }
    .store-header-header_15 .store-electric-head-grid { grid-template-columns: minmax(96px, auto) 1fr auto; gap: 8px; min-height: 66px; }
    .store-header-header_15 .store-electric-logo img { max-width: 120px; max-height: 54px; }
    .store-header-header_15 .store-electric-search { grid-template-columns: 34px 1fr; min-width: 0; }
    .store-header-header_15 .store-electric-search span { font-size: 12px; padding-inline: 6px; }
    .store-header-header_15 .store-electric-search i { font-size: 18px; }
    .store-header-header_15 .store-electric-tools { gap: 7px; }
    .store-header-header_15 .store-electric-tools a,
    .store-header-header_15 .store-electric-tools button { min-width: 26px; justify-content: center; }
    .store-header-header_15 .store-electric-tools i,
    .store-header-header_15 .store-electric-menu-button i { font-size: 20px; }
    .store-header-header_16 .store-electric-head-grid { grid-template-columns: minmax(94px, auto) 1fr auto; gap: 8px; min-height: 64px; }
    .store-header-header_16 .store-electric-logo img { max-width: 118px; max-height: 54px; }
    .store-header-header_16 .store-electric-search { grid-template-columns: 1fr 36px; min-width: 0; }
    .store-header-header_16 .store-electric-search span { font-size: 12px; padding-inline: 7px; }
    .store-header-header_16 .store-electric-search i { width: 36px; flex-basis: 36px; }
    .store-header-header_16 .store-electric-search i { font-size: 17px; }
    .store-header-header_16 .store-electric-tools { gap: 7px; }
    .store-header-header_16 .store-electric-tools a,
    .store-header-header_16 .store-electric-tools button { min-width: 26px; justify-content: center; }
    .store-header-header_16 .store-electric-tools i,
    .store-header-header_16 .store-electric-menu-button i { font-size: 20px; }
    .store-header-header_17 .store-pet-head-grid { grid-template-columns: auto 1fr auto; gap: 8px; min-height: 68px; }
    .store-header-header_17 .store-pet-logo img { max-width: 118px; max-height: 56px; }
    .store-header-header_17 .store-pet-cart :is(a, button) { min-width: 44px; min-height: 44px; padding: 6px; border-radius: 0 0 9px 9px; }
    .store-header-header_17 .store-pet-cart i { font-size: 20px; }
    .store-header-header_17 .store-pet-search { grid-template-columns: 72px 1fr; min-width: 0; min-height: 36px; }
    .store-header-header_17 .store-pet-search span { font-size: 12px; padding-inline-start: 18px; }
    .store-header-header_17 .store-pet-search::before { font-size: 12px; }
    .store-header-header_17 .store-pet-utility { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; white-space: nowrap; }
    .store-header-header_17 .store-pet-utility::-webkit-scrollbar { display: none; }
    .store-header-header_17 .store-pet-utility a,
    .store-header-header_17 .store-pet-utility button { flex: 0 0 auto; padding: 0 8px; }
    .store-header-header_17 .store-pet-promo { min-height: 36px; font-size: var(--store-ticker-size); }
    .store-home-section .store-reviews-grid { grid-template-columns: 1fr !important; }
    .store-home-section.layout-carousel .store-reviews-grid > * { flex-basis: calc(100% - 16px) !important; }
}

.store-home-clients.layout-grid .store-client-logo {
    min-height: 132px;
    padding: 18px;
    border: 1px solid var(--store-line);
    border-radius: 4px;
    background: #fff;
    box-shadow: none;
}
.store-home-clients.layout-grid .store-client-logo img { max-height: 82px; }
.store-home-clients.layout-cards .store-clients-grid { gap: 24px; }
.store-home-clients.layout-cards .store-client-logo {
    min-height: 174px;
    padding: 28px;
    border: 1px solid rgba(17,17,17,.06);
    border-radius: 10px;
    background: linear-gradient(135deg, #fff 0%, #f8faf9 100%);
    box-shadow: 0 22px 44px rgba(17,17,17,.12);
    transition: transform .16s ease, box-shadow .16s ease;
}
.store-home-clients.layout-cards .store-client-logo:hover {
    transform: translateY(-3px);
    box-shadow: 0 28px 54px rgba(17,17,17,.16);
}
.store-home-clients.layout-cards .store-client-logo img { max-height: 104px; }
.store-home-clients.layout-logos .store-clients-grid {
    gap: 8px 22px;
    align-items: center;
}
.store-home-clients.layout-logos .store-client-logo {
    min-height: 82px;
    padding: 10px 14px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.store-home-clients.layout-logos .store-client-logo img {
    max-height: 58px;
    filter: grayscale(1);
    opacity: .72;
    transition: filter .16s ease, opacity .16s ease, transform .16s ease;
}
.store-home-clients.layout-logos .store-client-logo:hover img {
    filter: none;
    opacity: 1;
    transform: scale(1.03);
}
@media (min-width: 993px) {
    .store-home-clients.layout-grid .store-clients-grid { grid-template-columns: repeat(var(--home-cols-desktop, 5), minmax(0, 1fr)); }
    .store-home-clients.layout-cards .store-clients-grid { grid-template-columns: repeat(var(--home-cols-desktop, 3), minmax(0, 1fr)); }
    .store-home-clients.layout-logos .store-clients-grid { grid-template-columns: repeat(var(--home-cols-desktop, 6), minmax(0, 1fr)); }
}
@media (min-width: 993px) and (max-width: 1199px) {
    .store-home-clients.layout-grid .store-clients-grid,
    .store-home-clients.layout-cards .store-clients-grid,
    .store-home-clients.layout-logos .store-clients-grid {
        grid-template-columns: repeat(var(--home-cols-tablet, 3), minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .store-footer .store-footer-bottom .store-wide {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 12px !important;
        text-align: center !important;
    }
    .store-footer .store-footer-bottom .store-payment-icons {
        order: 1 !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
    }
    .store-footer .store-footer-bottom .store-credit {
        order: 2 !important;
        width: 100% !important;
        justify-content: center !important;
        justify-self: center !important;
    }
    .store-footer .store-footer-bottom .store-owner-credit {
        order: 3 !important;
        width: 100% !important;
        justify-content: center !important;
        justify-self: center !important;
    }
    .store-footer .store-footer-bottom .store-credit-text,
    .store-footer .store-footer-bottom .store-owner-text {
        text-align: center !important;
    }
}

.site-pagination-wrap { margin-top: 28px; display: flex; justify-content: center; }
.site-pagination { gap: 8px; padding: 8px; border: 1px solid var(--store-line); border-radius: 999px; background: rgba(255,255,255,.94); box-shadow: 0 14px 34px rgba(17,17,17,.1); }
.site-pagination .page-item { margin: 0; }
.site-pagination .page-link { min-width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px !important; background: transparent; color: var(--store-ink); font-weight: 900; line-height: 1; box-shadow: none; transition: background .16s ease, color .16s ease, transform .16s ease, box-shadow .16s ease; }
.site-pagination .page-link:hover,
.site-pagination .page-link:focus { background: var(--store-soft); color: var(--store-primary); transform: translateY(-1px); box-shadow: 0 8px 18px rgba(17,17,17,.12); }
.site-pagination .page-link:focus-visible { outline: 3px solid rgba(28,124,84,.25); outline-offset: 2px; }
.site-pagination .active .page-link { background: var(--store-action-gradient); color: #fff; box-shadow: 0 10px 22px rgba(17,17,17,.18); }
.site-pagination .disabled .page-link { background: #f3f5f6; color: #9aa4ae; opacity: 1; pointer-events: none; box-shadow: none; }
.site-pagination-arrow .page-link { font-size: 13px; }
.site-pagination-ellipsis .page-link { min-width: 28px; background: transparent; color: var(--store-muted); }
.store-infinite-scroll { display: flex; justify-content: center; margin-top: 28px; }
.store-infinite-scroll[hidden] { display: none; }
.store-infinite-scroll .btn-store { min-width: 220px; }
@keyframes storeProductInfiniteFadeIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.store-card.is-infinite-loaded { animation: storeProductInfiniteFadeIn .45s ease both; }
.store-home-section.layout-text_center :is(.store-products-layout-subtle_no_buttons, .store-products-layout-subtle_no_buttons_expanded) .store-card-body { text-align: right; }
.store-home-section.layout-text_center .store-products-layout-subtle_no_buttons .store-price { justify-content: flex-start; }

.store-home-categories .store-category-card .store-card-media,
.store-home-categories.layout-featured .store-category-grid > *:first-child .store-card-media {
    aspect-ratio: auto !important;
    height: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.store-home-categories .store-category-card .store-card-media img,
.store-home-categories.layout-featured .store-category-grid > *:first-child .store-card-media img {
    width: auto !important;
    max-width: 100%;
    height: auto !important;
    aspect-ratio: auto !important;
    object-fit: contain;
}

/* Preserve the full recommended banner artwork instead of zooming and cropping it. */
.store-hero-banner {
    min-height: 0;
    aspect-ratio: 3 / 1;
}
.store-hero-height-small,
.store-hero-height-medium,
.store-hero-height-large {
    min-height: 0;
}
.store-hero-carousel .carousel-inner,
.store-hero-carousel .carousel-item {
    min-height: 0;
    height: 100%;
}
.store-hero-banner-picture {
    inset: 0;
    width: 100%;
    height: 100%;
    animation: storeHeroDrift 7s ease-in-out infinite alternate both;
    will-change: transform;
}
.store-hero-banner-img {
    object-fit: contain;
}
.store-hero-layout-hero_2 .carousel-inner,
.store-hero-layout-boxed_carousel .carousel-inner {
    min-height: 0;
    aspect-ratio: 3 / 1;
}
.store-hero-layout-hero_3 {
    min-height: 0;
}
@media (max-width: 992px) {
    .store-hero-banner,
    .store-hero-height-small,
    .store-hero-height-medium,
    .store-hero-height-large {
        min-height: 0;
        aspect-ratio: 1 / 1;
    }
    .store-hero-layout-hero_2 .carousel-inner,
    .store-hero-layout-boxed_carousel .carousel-inner {
        min-height: 0;
        aspect-ratio: 1 / 1;
    }
    .store-hero-layout-hero_4 .store-hero-banner-img {
        object-fit: contain;
    }
}

