:root {
    /* --t3-orange: #ff5a00;
    --t3-orange-dark: #ea3f00; */
    /* --t3-orange: #ff802b; */
    --t3-orange: #fc7c26;
    --t3-orange-dark: #ff802b;
    --t3-red: #CC0000;
    --t3-text: #111827;
    --t3-muted: #6b7280;
    --t3-border: #e5e7eb;
    --t3-soft: #fff7ed;
    --t3-green: #138a43;
    --t3-bg: #f8fafc;

    --t3-shadow: 0 10px 28px rgba(17, 24, 39, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.theme3-body {
    margin: 0;
    background: var(--t3-bg);
    color: var(--t3-text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.45;
    padding-bottom: 76px;
}
body.theme3-lock { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
[hidden] { display: none !important; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .65; }
:focus-visible { outline: 3px solid rgba(255, 90, 0, .28); outline-offset: 3px; }
.theme3-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.theme3-shell { width: min(100% - 24px, 1280px); margin-inline: auto; }
.theme3-shell-wide { width: min(100% - 24px, 1920px); }
.theme3-card {
    background: #fff;
    border: 1px solid var(--t3-border);
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(17, 24, 39, .04);
}
.theme3-button,
.theme3-button-addtocart,
.theme3-button-buynow,
.theme3-button-whatsapp,
.theme3-button-secondary {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 8px;
    padding: 0 5px;
}
.theme3-button { border: 1px #ccc solid; }
.theme3-button-buynow { border: 1px; background: var(--t3-orange); color: #fff; }
.theme3-button-addtocart { border: 1px solid var(--t3-text); background: var(--t3-text); color: #fff; }
.theme3-button-whatsapp { border: 1px solid var(--t3-green); background: var(--t3-green); color: #fff; }

.theme3-icon-button {
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: var(--t3-text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.theme3-icon-button svg, .theme3-icon svg, .theme3-service-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.theme3-header {
    /* position: sticky; */
    position: relative;
    top: 0;
    z-index: 40;
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid var(--t3-border);
    backdrop-filter: saturate(130%) blur(10px);
}
.theme3-header-main {
    min-height: 72px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 620px) minmax(0, 1fr);
    align-items: center;
    gap: 16px;
}
.theme3-header-brand {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-self: start;
}
.theme3-header-menu { display: none; }
.theme3-logo {
    font-size: 30px;
    letter-spacing: 0;
    white-space: nowrap;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.theme3-logo span:last-child { color: var(--t3-orange); }
.theme3-logo img { max-height: 46px; width: auto; }
.theme3-desktop-search {
    width: 100%;
    justify-self: center;
    display: flex;
    align-items: center;
    border: 1px solid var(--t3-border);
    border-radius: 999px;
    background: #f9fafb;
    overflow: hidden;
}
.theme3-desktop-search input {
    min-width: 0;
    flex: 1;
    border: 0;
    background: transparent;
    padding: 13px 16px;
    outline: 0;
}
.theme3-desktop-search button {
    width: 48px;
    min-height: 48px;
    border: 0;
    background: transparent;
    color: var(--t3-text);
    display: grid;
    place-items: center;
    padding: 0;
}
.theme3-desktop-search button svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.theme3-header-actions { display: flex; align-items: center; gap: 8px; justify-self: end; min-width: max-content; }
.theme3-mobile-search-toggle { display: none; }
.theme3-mobile-action-row { display: none; }
.theme3-mobile-action {
    min-width: 0;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #fed7aa;
    border-radius: 8px;
    background: #fff7ed;
    color: var(--t3-orange);
    font-size: 13px;
    font-weight: 800;
    overflow: hidden;
}
.theme3-mobile-action svg {
    width: 19px;
    height: 19px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.theme3-mobile-action span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.theme3-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    min-height: 42px;
    font-weight: 500;
}
.theme3-nav-dropdown {
    position: relative;
}
.theme3-nav-dropdown-trigger {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
}
.theme3-nav-dropdown button {
    cursor: pointer;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    font-weight: 500;
    padding: 0;
}
.theme3-nav-dropdown button:focus-visible,
.theme3-nav-dropdown a:focus-visible,
.theme3-drawer-dropdown button:focus-visible {
    outline: 2px solid var(--t3-orange);
    outline-offset: 3px;
}
.theme3-nav-dropdown-panel {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 45;
    width: min(78vw, 520px);
    max-height: min(420px, calc(100vh - 170px));
    display: none;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 4px;
    overflow-y: auto;
    padding: 12px;
    border: 1px solid var(--t3-border);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--t3-shadow);
    transform: translateX(-50%);
}
.theme3-nav-dropdown:hover .theme3-nav-dropdown-panel,
.theme3-nav-dropdown:focus-within .theme3-nav-dropdown-panel {
    display: grid;
}
.theme3-nav-dropdown-panel a {
    padding: 10px 12px;
    border-radius: 8px;
    overflow-wrap: anywhere;
}
.theme3-nav-dropdown-panel a:hover {
    background: #fff4ed;
    color: var(--t3-orange);
}
.theme3-promo {
    background: var(--t3-orange);
    color: #fff;
}
.theme3-announcement { width: 100%; }
.theme3-promo-inner {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    text-align: center;
    flex-wrap: wrap;
    overflow-wrap: anywhere;
}
.theme3-promo a { text-decoration: underline; text-underline-offset: 3px; }
.theme3-search-panel {
    border-top: 1px solid var(--t3-border);
    background: #fff;
    padding: 10px 0;
}
.theme3-mobile-search-form { display: flex; gap: 8px; }
.theme3-mobile-search-form input {
    flex: 1;
    min-width: 0;
    border: 1px solid var(--t3-border);
    border-radius: 8px;
    padding: 12px;
}
.theme3-drawer-backdrop {
    position: fixed;
    inset: 0;
    z-index: 50;
    border: 0;
    background: rgba(17, 24, 39, .32);
}
.theme3-drawer {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 60;
    width: min(88vw, 340px);
    background: #fff;
    padding: 18px;
    box-shadow: var(--t3-shadow);
}
.theme3-drawer-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.theme3-drawer-nav { margin-top: 24px; display: grid; gap: 10px; }
.theme3-drawer-nav a { padding: 12px; border-radius: 8px; background: #f9fafb; font-weight: 700; }
.theme3-drawer-dropdown {
    display: grid;
    gap: 8px;
}
.theme3-drawer-dropdown-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 46px;
    align-items: stretch;
    gap: 8px;
}
.theme3-drawer-dropdown-summary a {
    min-width: 0;
}
.theme3-drawer-dropdown button {
    min-height: 46px;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: #f9fafb;
    color: inherit;
    display: grid;
    place-items: center;
    font-weight: 800;
    cursor: pointer;
}
.theme3-drawer-dropdown button svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .18s ease;
}
.theme3-drawer-dropdown button[aria-expanded="true"] svg {
    transform: rotate(180deg);
}
.theme3-drawer-dropdown-links {
    max-height: min(52vh, 420px);
    display: grid;
    gap: 8px;
    overflow-y: auto;
    padding-left: 12px;
}
.theme3-drawer-dropdown-links a {
    background: #fff4ed;
}
.theme3-main { min-height: 55vh; }
.theme3-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    color: var(--t3-muted);
    font-size: 13px;
    /* padding-top: 22px; */
}
.theme3-breadcrumbs a { color: #374151; }
.theme3-section { padding: 15px 0; }
.theme3-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}
.theme3-section-title, .theme3-page-title {
    margin: 0;
    font-size: clamp(24px, 4vw, 24px);
    line-height: 1.08;
}
.theme3-kicker {
    margin: 0 0 7px;
    color: var(--t3-orange);
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
}
.theme3-muted { color: var(--t3-muted); }
.theme3-hero {
    background: linear-gradient(135deg, #fff 0%, #fff 52%, #fff2e7 100%);
    overflow: hidden;
}
.theme3-hero-card {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 24px;
    align-items: center;
    min-height: 360px;
    /* padding: clamp(24px, 5vw, 54px); */
}
.theme3-hero-copy h1 {
    margin: 0;
    font-size: clamp(34px, 7vw, 58px);
    line-height: 1.04;
    letter-spacing: 0;
}
.theme3-hero-copy p { color: #374151; font-size: 18px; max-width: 440px; }
.theme3-hero-media {
    display: grid;
    place-items: center;
}
.theme3-hero-media img {
    border-radius: 8px;
    max-height: 300px;
    width: min(100%, 520px);
    object-fit: fill;
    filter: drop-shadow(0 22px 35px rgba(17, 24, 39, .16));
}
.theme3-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    overflow: hidden;
}
.theme3-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 22px;
    border-right: 1px solid var(--t3-border);
}
.theme3-trust-item:last-child { border-right: 0; }
.theme3-service-icon {
    color: var(--t3-orange);
    display: inline-flex;
    flex: 0 0 auto;
}
.theme3-trust-item strong { display: block; }
.theme3-trust-item span:last-child { font-size: 14px; }
.theme3-categories {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}
.theme3-category {
    display: grid;
    justify-items: center;
    gap: 9px;
    text-align: center;
}
.theme3-category-circle {
    width: 92px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #f3f4f6;
    display: grid;
    place-items: center;
    color: var(--t3-orange);
    font-size: 24px;
    font-weight: 500;
    border: 1px solid var(--t3-border);
    overflow: hidden;
}
.theme3-category-circle--image {
    background: #fff;
    color: inherit;
}
.theme3-category-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.theme3-category-page-head {
    align-items: center;
    justify-content: flex-start;
}
.theme3-category-page-thumb {
    width: 84px;
    aspect-ratio: 1;
    border-radius: 8px;
    border: 1px solid var(--t3-border);
    object-fit: cover;
    background: #fff;
    flex: 0 0 auto;
}
.theme3-promo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.theme3-promo-card {
    min-height: 160px;
    padding: 12px;
    background: #f3f4f6;
    border-radius: 8px;
    align-items: center;
    margin: auto;
}
.theme3-promo-card img { height: auto; aspect-ratio: 1/1; border-radius: 8px; }
.theme3-products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.theme3-product-card {
    position: relative;
    overflow: hidden;
}
.theme3-product-media {
    display: grid;
    place-items: center;
    /* aspect-ratio: 1 / 1.05; */
    background: #f9fafb;
    border-bottom: 1px solid var(--t3-border);
    max-height: 380px;
    overflow: hidden;
}
.theme3-product-media img {
     width: 100%;
     object-fit: fill;
     max-height: 380px;
}
.theme3-product-placeholder { font-weight: 700; }
.theme3-badge,
.theme3-badge-green {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    border-radius: 6px;
    background: var(--t3-green);
    color: #fff;
    padding: 4px 7px;
    font-size: 11px;
    font-weight: 400;
}
.theme3-badge-green {background: var(--t3-green);}

.theme3-product-body { padding: 14px; }
.theme3-product-title { margin: 0 0 8px; font-size: 16px; font-weight: 500; }
.theme3-price { color: var(--t3-red); font-size: 17px; font-weight: 500; }
.theme3-compare { margin-left: 8px; color: var(--t3-muted); text-decoration: line-through; font-size: 14px; }
.theme3-product-action {
    margin-top: 12px;
    width: 100%;
}
.theme3-listing-layout { display: grid; grid-template-columns: minmax(0, 1fr); gap: 28px; align-items: start; }
.theme3-mobile-toolbar { display: none; justify-content: flex-end; gap: 10px; margin: 18px 0; }
.theme3-sort { display: grid; gap: 5px; font-weight: 700; }
.theme3-sort select {
    min-height: 44px;
    border: 1px solid var(--t3-border);
    border-radius: 8px;
    background: #fff;
    padding: 0 12px;
}
.theme3-results-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.theme3-results-loading {
    display: none;
    align-items: center;
    gap: 8px;
    color: var(--t3-orange);
    font-weight: 800;
}

.theme3-spinner {
    width: 26px;
    height: 26px;
    border: 3px solid #fed7aa;
    border-top-color: var(--t3-orange);
    border-radius: 50%;
    animation: theme3-spin .8s linear infinite;
}
#theme3-products-heading {margin: 0px; padding: 0px;}
@keyframes theme3-spin { to { transform: rotate(360deg); } }

@media (min-width: 901px) {
    /* .theme3-listing-shell .theme3-products,
    .theme3-shell-wide .theme3-products {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    } */
}

.theme3-empty { padding: 34px; text-align: center; }
.theme3-footer {
    margin-top: 30px;
    background: #fff;
    border-top: 1px solid var(--t3-border);
    padding: 34px 0 20px;
}
.theme3-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 28px;
}
.theme3-footer h3 { margin: 0 0 12px; }
.theme3-footer-links { display: grid; gap: 8px; color: #374151; }
.theme3-footer-bottom {
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid var(--t3-border);
    color: var(--t3-muted);
    font-size: 13px;
}
.theme3-bottom-nav {
    position: fixed;
    z-index: 45;
    inset: auto 0 0;
    min-height: 66px;
    background: rgba(255, 255, 255, .96);
    border-top: 1px solid var(--t3-border);
    display: none;
    grid-template-columns: repeat(5, 1fr);
    box-shadow: 0 -8px 24px rgba(17, 24, 39, .08);
}
.theme3-bottom-nav a, .theme3-bottom-nav button {
    border: 0;
    background: transparent;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 3px;
    color: var(--t3-text);
    font-size: 11px;
}
.theme3-bottom-nav svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.theme3-bottom-nav .is-active { color: var(--t3-orange); }
.theme3-cart-count {
    position: absolute;
    top: 2px;
    right: 0;
    min-width: 20px;
    height: 20px;
    border-radius: 999px;
    background: var(--t3-orange);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 11px;
    font-weight: 900;
}
.theme3-cart-panel {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    width: min(92vw, 380px);
    padding: 16px;
    z-index: 55;
}
.theme3-cart-items { display: grid; gap: 12px; max-height: 360px; overflow: auto; }
.theme3-header-cart-item { display: grid; grid-template-columns: 64px minmax(0, 1fr) auto; gap: 10px; align-items: center; }
.theme3-header-cart-item img { width: 64px; height: 74px; object-fit: contain; background: #f9fafb; border-radius: 8px; }
.theme3-cart-remove { border: 0; background: transparent; color: var(--t3-orange); padding: 4px; }
.theme3-page-grid { display: grid; grid-template-columns: 1fr 370px; gap: 24px; align-items: start; }
.theme3-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.theme3-field { display: grid; gap: 6px; font-weight: 700; }
.theme3-field input, .theme3-field textarea, .theme3-field select {
    width: 100%;
    border: 1px solid var(--t3-border);
    border-radius: 8px;
    padding: 12px;
    background: #fff;
}
.theme3-field small { color: #dc2626; font-weight: 700; }
.theme3-field-wide { grid-column: 1 / -1; }
.theme3-summary-row, .theme3-summary-total { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; }
.theme3-summary-total { border-top: 1px solid var(--t3-border); font-size: 19px; font-weight: 900; }
.theme3-summary-total strong { color: var(--t3-orange); }
.theme3-cart-item {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr) 190px 120px;
    gap: 14px;
    align-items: center;
    padding: 14px;
    border-bottom: 1px solid var(--t3-border);
}
.theme3-cart-item img { width: 92px; height: 110px; object-fit: contain; }
.theme3-quantity { display: inline-flex; border: 0px solid var(--t3-border); border-radius: 8px; overflow: hidden; }
.theme3-quantity button, .theme3-quantity input {
    width: 40px;
    height: 42px;
    font-size: 14px;
    font-weight: normal;
    border: 0;
    padding:0px;
    background: #fff;
    text-align: center;
}
.theme3-quantity button { background: #f9fafb; font-size: 20px;}
.theme3-stock { color: var(--t3-green); margin:10px 0px 0px 0px; font-size: 14px;}
.theme3-stockout { color: var(--t3-muted); margin:10px 0px 0px 0px; font-size: 14px;}
.theme3-product-detail-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr); gap: 28px; align-items: start; }
[data-theme3-gallery] { position: relative; }
.theme3-gallery-stage {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.theme3-gallery-main {
    width: 100%;
    border: 0;
    border-radius: 8px;
    overflow: hidden;
    background: #f9fafb;
    aspect-ratio: 1 / 1.2;
    position: relative;
}
.theme3-gallery-main img { width: 100%; height: 100%; margin: 8px 0px; border-radius: 8px; }
.theme3-gallery-nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .74);
    border-radius: 50%;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 12px 28px rgba(17, 24, 39, .18);
    color: var(--t3-dark);
    cursor: pointer;
    display: grid;
    font-size: 28px;
    line-height: 1;
    place-items: center;
    transform: translateY(-50%);
    transition: background .18s ease, color .18s ease, opacity .18s ease, transform .18s ease;
}
.theme3-gallery-nav:hover:not(:disabled) {
    background: #fff;
    color: var(--t3-orange);
    transform: translateY(-50%) scale(1.04);
}
.theme3-gallery-nav:focus-visible,
.theme3-lightbox button:focus-visible {
    outline: 3px solid rgba(255, 93, 0, .35);
    outline-offset: 3px;
}
.theme3-gallery-nav:disabled { cursor: default; opacity: .36; }
.theme3-gallery-nav-prev { left: 14px; }
.theme3-gallery-nav-next { right: 14px; }
.theme3-thumbs { display: flex; gap: 10px; overflow-x: auto; padding: 10px 0; }
.theme3-thumb {
    width: 76px;
    height: 76px;
    border: 1px solid var(--t3-border);
    border-radius: 8px;
    background: #fff;
    padding: 3px;
    flex: 0 0 auto;
}
.theme3-thumb.is-active { border-color: var(--t3-orange); }
.theme3-thumb img { width: 100%; height: 100%; object-fit: contain; }
.theme3-buy-box { padding: 12px; position: sticky; top: 132px; }
.theme3-buy-box h1 { margin: 0 0 10px; font-size: clamp(14px, 4vw, 20px); line-height: 1.08; }
.theme3-buy-price { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin: 14px 0; }
.theme3-buy-price strong { color: var(--t3-red); font-size: 22px; }
.theme3-rich-content { color: #374151; }
.theme3-rich-content :first-child { margin-top: 0; }
.theme3-tracking-timeline { display: grid; gap: 14px; }
.theme3-timeline-event { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 12px; }
.theme3-timeline-dot {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--t3-orange);
    color: #fff;
    display: grid;
    place-items: center;
}
.theme3-contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.theme3-contact-item { padding: 20px; text-align: center; }
.theme3-contact-item .theme3-service-icon { width: 58px; height: 58px; margin-inline: auto; border-radius: 50%; background: var(--t3-orange); color: #fff; display: grid; place-items: center; }
.theme3-lightbox {
    position: fixed;
    inset: 0;
    z-index: 80;
    background: rgba(17, 24, 39, .88);
    display: grid;
    place-items: center;
    padding: 18px;
}
.theme3-lightbox[hidden] {
    display: none;
    pointer-events: none;
}
.theme3-lightbox-stage {
    position: relative;
    display: grid;
    max-height: 88vh;
    max-width: min(92vw, 1200px);
    place-items: center;
}
.theme3-lightbox img { max-height: 88vh; max-width: 100%; object-fit: contain; }
.theme3-lightbox button {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 1;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 0;
    background: #fff;
}
.theme3-lightbox [data-theme3-close-lightbox] {
    color: var(--t3-dark);
    font-size: 28px;
    line-height: 1;
}
.theme3-lightbox-nav {
    top: 50% !important;
    z-index: 2;
    width: 50px !important;
    height: 50px !important;
    background: rgba(17, 24, 39, .46) !important;
    border: 1px solid rgba(255, 255, 255, .34) !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .28);
    color: #fff;
    cursor: pointer;
    font-size: 40px;
    line-height: 1;
    transform: translateY(-50%);
    transition: background .18s ease, opacity .18s ease, transform .18s ease;
}
.theme3-lightbox-nav:hover:not(:disabled) {
    background: rgba(17, 24, 39, .66) !important;
    transform: translateY(-50%) scale(1.04);
}
.theme3-lightbox-nav:disabled {
    cursor: default;
    opacity: .28;
}
.theme3-lightbox-nav-prev {
    left: max(14px, 3vw);
    right: auto !important;
}
.theme3-lightbox-nav-next {
    left: auto;
    right: max(14px, 3vw) !important;
}

@media (max-width: 900px) {
    body.theme3-body { padding-bottom: 74px; }
    .theme3-shell, .theme3-shell-wide { width: min(100% - 20px, 1180px); }
    .theme3-header-main { min-height: 62px; grid-template-columns: auto 1fr auto; gap: 8px; }
    .theme3-header-brand { display: contents; }
    .theme3-header-menu { display: inline-flex; }
    .theme3-logo { font-size: 22px; justify-self: center; }
    .theme3-logo img { max-height: 38px; }
    .theme3-mobile-search-toggle { display: inline-flex; }
    .theme3-desktop-search, .theme3-nav, .theme3-header-actions .theme3-tracking-link { display: none; }
    .theme3-mobile-action-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding-bottom: 10px; }
    .theme3-mobile-action { display: inline-flex; }
    .theme3-promo-inner { min-height: 44px; flex-direction: column; gap: 2px; font-size: 12px; }
    .theme3-bottom-nav { display: grid; }
    .theme3-hero-card { grid-template-columns: 1fr 1fr; padding: 10px; min-height: 250px; gap: 6px; }
    .theme3-hero-copy h1 { font-size: 29px; }
    .theme3-hero-copy p { font-size: 14px; margin: 8px 0 14px; }
    .theme3-hero-media { min-height: 190px; }
    .theme3-gallery-nav {
        width: 38px;
        height: 38px;
        font-size: 26px;
    }
    .theme3-gallery-nav-prev { left: 8px; }
    .theme3-gallery-nav-next { right: 8px; }
    .theme3-lightbox { padding: 12px; }
    .theme3-lightbox-stage { max-width: 100%; }
    .theme3-lightbox-nav {
        width: 44px !important;
        height: 44px !important;
        font-size: 34px;
    }
    .theme3-lightbox-nav-prev { left: 8px; }
    .theme3-lightbox-nav-next { right: 8px !important; }
    .theme3-trust-grid { grid-template-columns: repeat(4, 1fr); }
    /* .theme3-trust-item { display: grid; justify-items: center; text-align: center; padding: 14px 8px; gap: 7px; } */
    /* .theme3-trust-item span:last-child { font-size: 11px; } */
    .theme3-categories { grid-template-columns: repeat(4, 1fr); gap: 12px; overflow-x: auto; }
    .theme3-category-circle { width: 66px; }
    .theme3-promo-grid { gap: 1px; margin: auto; grid-template-columns: repeat(3, 1fr);}
    .theme3-promo-card { min-height: auto; padding: 5px;}
    .theme3-products { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5px; }
    .theme3-product-body { padding: 10px; }
    .theme3-product-title { font-size: 13px; }
    .theme3-listing-layout, .theme3-page-grid, .theme3-product-detail-grid { grid-template-columns: 1fr; gap: 16px; }
    .theme3-mobile-toolbar { display: block; }
    .theme3-results-toolbar { align-items: start; }
    .theme3-sort-desktop { display: none; }
    .theme3-footer-grid { grid-template-columns: 1fr; }
    .theme3-cart-panel { right: -52px; }
    .theme3-cart-item { grid-template-columns: 82px minmax(0, 1fr) auto; }
    .theme3-cart-item .theme3-cart-item-total { grid-column: 2 / -1; }
    .theme3-cart-item .theme3-cart-item-qty { grid-column: 2 / -1; }
    .theme3-form-grid { grid-template-columns: 1fr; }
    .theme3-buy-box { position: static; }
    .theme3-contact-grid { grid-template-columns: 1fr; }

}

@media (max-width: 520px) {

    .theme3-section { padding: 10px 0; }
    .theme3-hero-card { grid-template-columns: 1fr; }
    .theme3-hero-media { order: -1; min-height: 170px; }
    .theme3-trust-grid { grid-template-columns: repeat(2, 1fr); }
    /* .theme3-categories { grid-template-columns: repeat(4, 74px); } */
    .theme3-page-title { font-size: 27px; }
    .theme3-cart-item { grid-template-columns: 78px minmax(0, 1fr) 34px; gap: 10px; }
     .theme3-products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px; }
    .theme3-product-media,
    .theme3-product-media img {
        max-height: 240px;
    }

    .theme3-trust-item {
      gap: 10px;
      padding: 12px;
    }
    .theme3-trust-item span:last-child {font-size: 12px;}

    body.theme3-body {font-size: 14px;}
    .theme3-footer {margin-top: 0px; padding: 15px 0;}
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
    }
}
