/* Bucearte.com — escaparate submarino premium. */
.storefront-shell.theme-bucearte {
    --store-bg: #ffffff;
    --store-body-bg: #ffffff;
    --store-body-text: #102a35;
    --store-header-bg: #ffffff;
    --store-service-bg: #061621;
    --store-service-text: #b9d8da;
    --store-nav-bg: #ffffff;
    --store-nav-text: #0d4854;
    --store-nav-hover-bg: #22c7b8;
    --store-nav-hover-text: #071b2b;
    --store-brand-primary: #22c7b8;
    --store-brand-primary-strong: #0d4854;
    --store-action: #ff6b4a;
    --store-action-strong: #d94a2d;
    --store-accent: #22c7b8;
    --store-accent-text: #0d4854;
    --store-ink: #102a35;
    --store-muted: #637984;
    --store-line: #cbd8d6;
    --store-panel-bg: #ffffff;
    --store-card-bg: #fffefa;
    --store-input-border: #a9c3c3;
    --store-input-bg: #fffefa;
    background: #ffffff;
    color: #102a35;
}

.storefront-shell.theme-bucearte .storefront-servicebar {
    min-height: 34px;
    padding: 8px clamp(20px, 5vw, 76px);
    background: #061621;
    color: #b9d8da;
    font-size: .72rem;
    font-weight: 750;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.storefront-shell.theme-bucearte .storefront-header {
    border: 0;
    background: #ffffff;
    box-shadow: 0 10px 35px rgba(7, 27, 43, .09);
}

.storefront-shell.theme-bucearte .storefront-mainbar {
    display: grid;
    grid-template-columns: minmax(220px, 270px) minmax(0, 1fr) auto;
    max-width: 1500px;
    margin: 0 auto;
    padding: 12px clamp(20px, 5vw, 76px) 10px;
    column-gap: clamp(18px, 3vw, 44px);
    row-gap: 6px;
    flex-wrap: wrap;
}

.storefront-shell.theme-bucearte .storefront-logo-link {
    grid-column: 1;
    grid-row: 1;
    flex: 0 1 270px;
    min-width: 190px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.storefront-shell.theme-bucearte .storefront-logo-link img {
    width: min(310px, 100%);
    max-height: 66px;
    object-fit: contain;
    object-position: left center;
}

.storefront-shell.theme-bucearte .storefront-search {
    grid-column: 1 / -1;
    grid-row: 2;
    order: 4;
    flex: 1 0 100%;
    width: 100%;
    max-width: none;
    grid-template-columns: minmax(0, 1fr) 116px;
    height: 46px;
    min-height: 46px;
    margin: 0;
    padding: 4px;
    border: 1px solid #a9c3c3;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .78), 0 8px 18px rgba(7, 85, 123, .08);
    overflow: hidden;
}

.storefront-shell.theme-bucearte .storefront-search input {
    height: 100%;
    min-height: 0 !important;
    padding: 0 14px;
    border: 0 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    color: #102a35 !important;
    box-shadow: none !important;
}
.storefront-shell.theme-bucearte.client-bucearte .storefront-mainbar .storefront-search input[type="search"] {
    height: 100% !important;
    min-height: 0 !important;
    padding: 0 14px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}
.storefront-shell.theme-bucearte .storefront-search input::placeholder { color: #637984; }
.storefront-shell.theme-bucearte .storefront-search button {
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    padding: 0 14px;
    border: 0;
    border-radius: 8px;
    background: #22c7b8;
    color: #071b2b;
    font-weight: 850;
}

.storefront-shell.theme-bucearte .storefront-icon-actions { grid-column: 3; grid-row: 1; gap: 10px; }
.storefront-shell.theme-bucearte .storefront-icon-link,
.storefront-shell.theme-bucearte .storefront-menu-toggle {
    width: 50px;
    height: 50px;
    border: 1px solid #a9c3c3;
    border-radius: 50%;
    background: #ffffff;
    color: #071b2b;
    box-shadow: none;
}
.storefront-shell.theme-bucearte .storefront-icon-link:hover,
.storefront-shell.theme-bucearte .storefront-menu-toggle:hover { background: #22c7b8; color: #071b2b; }
.storefront-shell.theme-bucearte .storefront-cart-link span { background: #ff6b4a; color: #fff; }

.storefront-shell.theme-bucearte .storefront-nav {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 clamp(20px, 5vw, 76px) 12px;
    gap: 8px;
    border: 0;
    background: #ffffff;
}
.storefront-shell.theme-bucearte .storefront-nav > a,
.storefront-shell.theme-bucearte .storefront-nav > details > summary {
    padding: 9px 14px;
    border: 1px solid transparent;
    border-radius: 10px;
    color: #0d4854;
    font-size: .82rem;
    font-weight: 760;
    letter-spacing: .025em;
    line-height: 1;
    text-decoration: none !important;
    text-transform: uppercase;
}
.storefront-shell.theme-bucearte .storefront-nav > details > summary {
    list-style: none;
}
.storefront-shell.theme-bucearte .storefront-nav > details > summary::-webkit-details-marker { display: none; }
.storefront-shell.theme-bucearte .storefront-nav a,
.storefront-shell.theme-bucearte .storefront-nav summary,
.storefront-shell.theme-bucearte .storefront-nav summary a { text-decoration: none !important; }
.storefront-shell.theme-bucearte .storefront-nav > a:hover,
.storefront-shell.theme-bucearte .storefront-nav > a.active,
.storefront-shell.theme-bucearte .storefront-nav > details > summary:hover,
.storefront-shell.theme-bucearte .storefront-nav > details[open] > summary {
    border-color: rgba(13, 72, 84, .12);
    background: #e9f8f6;
    color: #071b2b;
}

.storefront-shell.theme-bucearte .storefront-content {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    background: #ffffff;
}
.storefront-shell.theme-bucearte .store-home-slider {
    width: 100vw;
    height: clamp(416px, 42vw, 624px);
    margin: 0 calc(50% - 50vw);
    border-radius: 0 0 34px 34px;
    background: #071b2b;
}
.storefront-shell.theme-bucearte .store-slide::after {
    background: linear-gradient(90deg, rgba(4, 18, 30, .92) 0%, rgba(4, 18, 30, .55) 34%, rgba(4, 18, 30, .08) 70%);
}
.storefront-shell.theme-bucearte .store-slide span {
    left: clamp(28px, 8vw, 150px);
    bottom: clamp(54px, 10vw, 135px);
    max-width: 650px;
    color: #fff;
    font-size: clamp(2.4rem, 5.5vw, 5.8rem);
    font-weight: 820;
    line-height: .94;
    letter-spacing: -.055em;
    text-shadow: 0 8px 28px rgba(0, 0, 0, .36);
}
.storefront-shell.theme-bucearte .store-slide span::after {
    content: "Explorar  →";
    display: block;
    width: max-content;
    margin-top: 24px;
    padding: 13px 20px;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 999px;
    background: rgba(7, 27, 43, .38);
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.storefront-shell.theme-bucearte .store-home-copy {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 40px));
    margin: -36px auto 0;
    padding: clamp(26px, 3.8vw, 46px);
    border: 0;
    border-radius: 28px;
    background: #fffefa;
    color: #102a35;
    box-shadow: 0 30px 80px rgba(7, 27, 43, .13);
    text-align: left;
}
.storefront-shell.theme-bucearte .store-home-copy p { color: #0d4854; letter-spacing: .06em; }
.storefront-shell.theme-bucearte .store-home-copy h1 {
    max-width: 900px;
    margin: 0;
    color: #071b2b;
    font-size: clamp(3rem, 7vw, 6.7rem);
    line-height: .88;
    letter-spacing: -.025em;
    text-transform: none;
}
.storefront-shell.theme-bucearte .store-home-copy h2 {
    max-width: 720px;
    margin: 14px 0 0;
    color: #58707a;
    font-size: clamp(1.2rem, 2vw, 1.65rem);
    font-weight: 480;
}

.storefront-shell.theme-bucearte .store-home-brand-grid {
    max-width: 1450px;
    margin: 54px auto 0;
    padding: 0 clamp(20px, 4vw, 60px);
    gap: 18px;
}
.storefront-shell.theme-bucearte .store-home-brand-card {
    min-height: clamp(330px, 32vw, 500px);
    border-radius: 22px;
    background: #071b2b;
    box-shadow: 0 20px 50px rgba(7, 27, 43, .12);
}
.storefront-shell.theme-bucearte .store-home-brand-card::after {
    background: linear-gradient(180deg, rgba(7,27,43,.02) 20%, rgba(7,27,43,.9) 100%);
}
.storefront-shell.theme-bucearte .store-home-brand-text { padding: 30px; }
.storefront-shell.theme-bucearte .store-home-brand-text span {
    font-size: clamp(1.45rem, 2.2vw, 2.1rem);
    letter-spacing: -.03em;
    text-transform: none;
}
.storefront-shell.theme-bucearte .store-home-brand-text small { display: block; margin-top: 7px; color: #d3e3e2; }
.storefront-shell.theme-bucearte .store-home-brand-card:hover .store-home-brand-media img { transform: scale(1.055); }

.storefront-shell.theme-bucearte .store-home-section,
.storefront-shell.theme-bucearte .storefront-catalog-shell,
.storefront-shell.theme-bucearte .store-product-detail,
.storefront-shell.theme-bucearte .store-cart-layout,
.storefront-shell.theme-bucearte .store-payment-layout,
.storefront-shell.theme-bucearte .store-address-checkout-layout,
.storefront-shell.theme-bucearte .store-account-shell,
.storefront-shell.theme-bucearte .store-auth-shell {
    max-width: 1450px;
    margin-right: auto;
    margin-left: auto;
}
.storefront-shell.theme-bucearte .store-home-section { padding: 0 clamp(20px, 4vw, 60px); }
.storefront-shell.theme-bucearte .store-section-title h2,
.storefront-shell.theme-bucearte .storefront-results-head h1,
.storefront-shell.theme-bucearte .store-detail-summary h1,
.storefront-shell.theme-bucearte .store-account-head h1 { color: #071b2b; letter-spacing: -.04em; }

.storefront-shell.theme-bucearte .store-product-card {
    overflow: hidden;
    border: 1px solid #d5dedb;
    border-radius: 18px;
    background: #fffefa;
    box-shadow: 0 12px 34px rgba(7, 27, 43, .06);
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.storefront-shell.theme-bucearte .store-product-card:hover {
    transform: translateY(-7px);
    border-color: #22c7b8;
    box-shadow: 0 24px 55px rgba(7, 27, 43, .13);
}
.storefront-shell.theme-bucearte .store-product-image { background: #eef1ec; }
.storefront-shell.theme-bucearte .store-product-info > strong { color: #071b2b; }
.storefront-shell.theme-bucearte .store-product-brand-row small { color: #0d4854; }
.storefront-shell.theme-bucearte .store-product-bottom b { color: #0d4854; font-size: 1.32rem; }

/* Botonera unificada en toda la experiencia. */
.storefront-shell.theme-bucearte .store-action-primary,
.storefront-shell.theme-bucearte .store-product-card-cta,
.storefront-shell.theme-bucearte .storefront-catalog-controls button,
.storefront-shell.theme-bucearte .store-checkout-actions button[type="submit"],
.storefront-shell.theme-bucearte .store-dynamic-form-actions button,
.storefront-shell.theme-bucearte button.store-action-primary {
    min-height: 46px;
    padding: 12px 21px;
    border: 1px solid #ff6b4a !important;
    border-radius: 999px !important;
    background: #ff6b4a !important;
    color: #fff !important;
    box-shadow: none !important;
    font: inherit;
    font-size: .86rem;
    font-weight: 820;
    letter-spacing: .025em;
    text-decoration: none;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.storefront-shell.theme-bucearte .store-action-primary:hover,
.storefront-shell.theme-bucearte .store-product-card-cta:hover,
.storefront-shell.theme-bucearte .storefront-catalog-controls button:hover,
.storefront-shell.theme-bucearte .store-checkout-actions button[type="submit"]:hover,
.storefront-shell.theme-bucearte .store-dynamic-form-actions button:hover {
    border-color: #d94a2d !important;
    background: #d94a2d !important;
    transform: translateY(-2px);
}
.storefront-shell.theme-bucearte .store-action-secondary,
.storefront-shell.theme-bucearte .store-checkout-actions .store-action-secondary {
    min-height: 46px;
    padding: 11px 20px;
    border: 1px solid #0d4854 !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: #0d4854 !important;
    box-shadow: none !important;
    font-weight: 800;
}
.storefront-shell.theme-bucearte .store-action-secondary:hover { background: #0d4854 !important; color: #fff !important; }

/* Inputs y selects revisados como un solo sistema. */
.storefront-shell.theme-bucearte input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
.storefront-shell.theme-bucearte select,
.storefront-shell.theme-bucearte textarea {
    min-height: 48px;
    padding: 11px 14px;
    border: 1px solid #a9c3c3 !important;
    border-radius: 12px !important;
    background-color: #fffefa !important;
    color: #102a35 !important;
    box-shadow: none !important;
    font: inherit;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.storefront-shell.theme-bucearte textarea { min-height: 120px; resize: vertical; }
.storefront-shell.theme-bucearte input::placeholder,
.storefront-shell.theme-bucearte textarea::placeholder { color: #80949b; }
.storefront-shell.theme-bucearte input:not([type="checkbox"]):not([type="radio"]):focus,
.storefront-shell.theme-bucearte select:focus,
.storefront-shell.theme-bucearte textarea:focus {
    border-color: #22c7b8 !important;
    outline: 0 !important;
    box-shadow: 0 0 0 4px rgba(34, 199, 184, .16) !important;
    background: #fff !important;
}
.storefront-shell.theme-bucearte input[type="checkbox"],
.storefront-shell.theme-bucearte input[type="radio"] { accent-color: #22c7b8; }
.storefront-shell.theme-bucearte label { color: #294550; font-weight: 700; }

/* Autenticacion se carga despues del tema: estas reglas mantienen el mismo
   lenguaje visual en registro, acceso y recuperacion. */
.storefront-shell.theme-bucearte .store-auth-shell {
    --store-auth-surface: #fffefa;
    --store-auth-text: #102a35;
    --store-auth-muted: #637984;
    --store-auth-border: #cbd8d6;
    --store-auth-input-surface: #fffefa;
    --store-auth-input-border: #a9c3c3;
    --store-auth-accent: #ff6b4a;
    --store-auth-accent-focus: rgba(34, 199, 184, .18);
}
.storefront-shell.theme-bucearte .storefront-content > .store-auth-shell .store-auth-form input:not([type="checkbox"]):not([type="radio"]),
.storefront-shell.theme-bucearte .storefront-content > .store-auth-shell .store-auth-form select,
.storefront-shell.theme-bucearte .storefront-content > .store-auth-shell .store-auth-form textarea {
    border-color: #a9c3c3 !important;
    border-radius: 12px !important;
    background: #fffefa !important;
    color: #102a35 !important;
}
.storefront-shell.theme-bucearte .storefront-content > .store-auth-shell .store-auth-form input:focus,
.storefront-shell.theme-bucearte .storefront-content > .store-auth-shell .store-auth-form select:focus,
.storefront-shell.theme-bucearte .storefront-content > .store-auth-shell .store-auth-form textarea:focus {
    border-color: #22c7b8 !important;
    outline: 0 !important;
    box-shadow: 0 0 0 4px rgba(34, 199, 184, .16) !important;
}
.storefront-shell.theme-bucearte .storefront-content > .store-auth-shell .store-action-primary,
.storefront-shell.theme-bucearte .storefront-content > .store-auth-shell .store-action-secondary {
    border-radius: 999px !important;
}

.storefront-shell.theme-bucearte .storefront-category-rail,
.storefront-shell.theme-bucearte .storefront-catalog-controls,
.storefront-shell.theme-bucearte .store-cart-summary,
.storefront-shell.theme-bucearte .store-detail-buybox,
.storefront-shell.theme-bucearte .store-detail-summary,
.storefront-shell.theme-bucearte .store-account-panel,
.storefront-shell.theme-bucearte .store-checkout-form,
.storefront-shell.theme-bucearte .store-payment-method,
.storefront-shell.theme-bucearte .store-address-card {
    border: 1px solid #d5dedb;
    border-radius: 18px;
    background: #fffefa;
    box-shadow: 0 12px 35px rgba(7, 27, 43, .055);
}
.storefront-shell.theme-bucearte .storefront-catalog-shell {
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
}
.storefront-shell.theme-bucearte .storefront-category-rail {
    align-self: start;
    min-height: 0;
    padding: 10px;
    gap: 5px;
    border: 1px solid #d1dce8;
    border-radius: 8px;
    background: #edf3f8;
    box-shadow: none;
}
.storefront-shell.theme-bucearte.client-bucearte .storefront-category-rail a,
.storefront-shell.theme-bucearte.client-bucearte .storefront-category-rail a:link,
.storefront-shell.theme-bucearte.client-bucearte .storefront-category-rail a:visited {
    min-height: 38px;
    padding: 0 10px;
    border: 0;
    border-radius: 6px;
    color: #102a35;
    font-size: .92rem;
    font-weight: 650;
}
.storefront-shell.theme-bucearte.client-bucearte .storefront-category-rail small {
    color: #637984;
    font-weight: 650;
}
.storefront-shell.theme-bucearte.client-bucearte .storefront-category-rail a.subcategory,
.storefront-shell.theme-bucearte.client-bucearte .storefront-category-rail a.level-1,
.storefront-shell.theme-bucearte.client-bucearte .storefront-category-rail a.level-2 {
    min-height: 34px;
    margin-left: 10px;
    padding-left: 14px;
    border-left: 2px solid #22c7b8;
    border-radius: 0;
    background: rgba(255, 255, 255, .48);
    color: #334155;
    font-size: .86rem;
    font-weight: 500;
}
.storefront-shell.theme-bucearte.client-bucearte .storefront-category-rail a:hover,
.storefront-shell.theme-bucearte.client-bucearte .storefront-category-rail a.active {
    background: #0d4854;
    color: #fff;
    box-shadow: none;
}
.storefront-shell.theme-bucearte.client-bucearte .storefront-category-rail a:hover small,
.storefront-shell.theme-bucearte.client-bucearte .storefront-category-rail a.active small { color: #fff; }
.storefront-shell.theme-bucearte.client-bucearte .storefront-category-rail .storefront-category-branch > summary::after { color: #0d4854; }

.storefront-shell.theme-bucearte .malagadive-menu-landing {
    width: min(1440px, calc(100% - 48px));
    min-height: 55vh;
    margin: 0 auto;
    padding: 64px 0 88px;
}
.storefront-shell.theme-bucearte .malagadive-menu-landing-header { margin-bottom: 32px; }
.storefront-shell.theme-bucearte .malagadive-menu-landing-header h1 {
    margin: 0;
    color: #071b2b;
    font-size: clamp(2.8rem, 5vw, 5.4rem);
    line-height: .95;
    letter-spacing: -.035em;
}
.storefront-shell.theme-bucearte .malagadive-menu-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}
.storefront-shell.theme-bucearte .malagadive-menu-category-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #d1dce8;
    border-radius: 14px;
    background: #fff;
    color: #102a35;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(7, 27, 43, .07);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.storefront-shell.theme-bucearte .malagadive-menu-category-card:hover {
    border-color: #22c7b8;
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(7, 27, 43, .13);
}
.storefront-shell.theme-bucearte .malagadive-menu-category-media {
    display: grid;
    min-height: 220px;
    place-items: center;
    overflow: hidden;
    background: #edf3f8;
}
.storefront-shell.theme-bucearte .malagadive-menu-category-media img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.storefront-shell.theme-bucearte .malagadive-menu-category-copy { padding: 18px 20px 20px; }
.storefront-shell.theme-bucearte .malagadive-menu-category-copy h2 { margin: 0 0 12px; font-size: 1.24rem; }
.storefront-shell.theme-bucearte .malagadive-menu-category-copy span { color: #0d4854; font-weight: 800; }
.storefront-shell.theme-bucearte .malagadive-menu-category-copy b { margin-left: 6px; color: #ff6b4a; }
.storefront-shell.theme-bucearte .malagadive-menu-landing-loading { min-height: 40vh; padding: 80px 20px; text-align: center; }

.storefront-shell.theme-bucearte .storefront-footer {
    width: 100vw;
    max-width: none;
    margin-top: 88px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 68px clamp(24px, 7vw, 118px) 34px;
    border-top: 1px solid rgba(244, 241, 232, .13);
    border-radius: 0;
    background: #071b2b;
    color: #d3e3e2;
}
.storefront-shell.theme-bucearte .storefront-footer h2 { color: #22c7b8; letter-spacing: .08em; text-transform: uppercase; }
.storefront-shell.theme-bucearte .storefront-footer a { color: #d3e3e2; }
.storefront-shell.theme-bucearte .storefront-footer a:hover { color: #fff; }

@media (max-width: 860px) {
    .storefront-shell.theme-bucearte .storefront-mainbar { grid-template-columns: minmax(0, 1fr) auto auto; column-gap: 8px; row-gap: 6px; flex-wrap: wrap; padding: 10px 18px; }
    .storefront-shell.theme-bucearte .storefront-icon-actions { grid-column: 2; }
    .storefront-shell.theme-bucearte .storefront-menu-toggle { grid-column: 3; grid-row: 1; }
    .storefront-shell.theme-bucearte .storefront-logo-link { flex-basis: 190px; min-width: 150px; padding: 0; border-radius: 0; }
    .storefront-shell.theme-bucearte .storefront-logo-link img { max-height: 62px; }
    .storefront-shell.theme-bucearte .storefront-search { order: 4; flex-basis: 100%; grid-template-columns: minmax(0, 1fr) 44px; width: 100%; max-width: none; height: 44px; min-height: 44px; }
    .storefront-shell.theme-bucearte .storefront-nav { padding-inline: 18px; overflow-x: auto; }
    .storefront-shell.theme-bucearte .store-home-slider { height: 448px; border-radius: 0 0 22px 22px; }
    .storefront-shell.theme-bucearte .store-slide img { object-position: center center; }
    .storefront-shell.theme-bucearte .store-slide::after { background: linear-gradient(180deg, rgba(4,18,30,.1), rgba(4,18,30,.88)); }
    .storefront-shell.theme-bucearte .store-slide span { left: 24px; right: 24px; bottom: 62px; font-size: clamp(2.4rem, 12vw, 4.2rem); }
    .storefront-shell.theme-bucearte .store-home-copy { margin-top: -22px; padding: 26px 24px; }
    .storefront-shell.theme-bucearte .storefront-catalog-shell { grid-template-columns: 1fr; }
    .storefront-shell.theme-bucearte .malagadive-menu-landing { width: min(100% - 32px, 720px); padding: 40px 0 64px; }
    .storefront-shell.theme-bucearte .malagadive-menu-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
    .storefront-shell.theme-bucearte .storefront-servicebar { justify-content: center; text-align: center; }
    .storefront-shell.theme-bucearte .storefront-servicebar span:last-child { display: none; }
    .storefront-shell.theme-bucearte .storefront-search button { min-width: 0; padding: 0; }
    .storefront-shell.theme-bucearte .storefront-search button span { display: none; }
    .storefront-shell.theme-bucearte .store-home-slider { height: 400px; }
    .storefront-shell.theme-bucearte .store-home-brand-grid { grid-template-columns: 1fr; padding-inline: 16px; }
    .storefront-shell.theme-bucearte .store-home-brand-card { min-height: 380px; }
    .storefront-shell.theme-bucearte .malagadive-menu-category-grid { grid-template-columns: 1fr; }
}
