:root{--sf-primary:#0878f9;--sf-secondary:#0b1f3a;--sf-accent:#24c6dc;--sf-background:#fff;--sf-surface:#f8fbff;--sf-text:#111827;--sf-muted:#64748b;--sf-border:#e5ebf3;--sf-radius-md:16px;--sf-radius-lg:24px;--sf-shadow:0 14px 40px rgba(15,23,42,.08);--sf-shell:min(100% - 32px, 1500px)}*{box-sizing:border-box}html{width:100%;overflow-x:hidden;scroll-behavior:smooth}body{margin:0;min-width:0;width:100%;overflow-x:hidden;background:var(--sf-background);color:var(--sf-text);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}img,svg,video,canvas{max-width:100%;height:auto}img{display:block;object-fit:contain}a{color:inherit}button,input,textarea,select{font:inherit}button{cursor:pointer}.storefront-main{min-width:0;overflow-x:clip}.storefront-sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.storefront-flashes{width:var(--sf-shell);margin:1rem auto;display:grid;gap:.75rem}.storefront-flash{border:1px solid var(--sf-border);border-radius:16px;background:var(--sf-surface);padding:1rem}.storefront-flash--success{border-color:#bbf7d0;background:#f0fdf4}.storefront-flash--error{border-color:#fecaca;background:#fef2f2}.storefront-flash--warning{border-color:#fde68a;background:#fffbeb}.storefront-whatsapp-fab{position:fixed;z-index:45;inset-inline-end:1rem;bottom:1rem;border-radius:999px;background:#22c55e;color:white;padding:.85rem 1rem;text-decoration:none;font-weight:800;box-shadow:var(--sf-shadow)}[hidden]{display:none!important}[x-cloak]{display:none!important}[data-category-drawer-overlay]{position:fixed;inset:0;z-index:55;background:rgba(15,23,42,.42);opacity:0;pointer-events:none;transition:opacity .18s ease}[data-category-drawer-overlay].is-open{opacity:1;pointer-events:auto}[data-category-drawer]{position:fixed;top:0;bottom:0;z-index:60;width:min(360px,calc(100vw - 32px));max-width:calc(100vw - 32px);overflow:auto;background:var(--sf-surface);color:var(--sf-text);box-shadow:var(--sf-shadow);transition:transform .22s ease;inset-inline-start:0;transform:translate3d(-100%,0,0)}[dir="rtl"] [data-category-drawer]{inset-inline-start:auto;inset-inline-end:0;transform:translate3d(100%,0,0)}[data-category-drawer].is-open{transform:translateX(0)}body.storefront-category-drawer-modal-open{overflow:hidden}.is-active{font-weight:900}.storefront-app form{min-width:0}.storefront-app input,.storefront-app textarea,.storefront-app select{max-width:100%;min-width:0}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}@media(max-width:640px){:root{--sf-shell:min(100% - 20px,1500px)}[data-category-drawer]{width:min(340px,calc(100vw - 20px));max-width:calc(100vw - 20px)}}


:root {
    --sf-success-bg: #ecfdf5;
    --sf-success-text: #065f46;
    --sf-success-border: #10b981;
    --sf-warning-bg: #fff7ed;
    --sf-warning-text: #9a3412;
    --sf-warning-border: #f97316;
    --sf-error-bg: #fef2f2;
    --sf-error-text: #991b1b;
    --sf-error-border: #ef4444;
}

.storefront-template--dark-tech {
    --sf-success-bg: #052e1a;
    --sf-success-text: #bbf7d0;
    --sf-success-border: #22c55e;
    --sf-warning-bg: #2a1703;
    --sf-warning-text: #fed7aa;
    --sf-warning-border: #fb923c;
    --sf-error-bg: #2b0b18;
    --sf-error-text: #fecdd3;
    --sf-error-border: #fb7185;
}

.storefront-checkout-otp-status {
    margin: .75rem 0;
    padding: .78rem .9rem;
    border: 1px solid var(--sf-warning-border);
    border-inline-start-width: 4px;
    border-radius: 10px;
    background: var(--sf-warning-bg);
    color: var(--sf-warning-text);
    font-weight: 750;
    line-height: 1.7;
    outline: none;
}

.storefront-checkout-otp-status:focus {
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--sf-warning-border) 26%, transparent);
}

.storefront-checkout-otp-status p {
    margin: 0;
    color: inherit;
}

.storefront-checkout-otp-status--success {
    border-color: var(--sf-success-border);
    background: var(--sf-success-bg);
    color: var(--sf-success-text);
}

.storefront-checkout-otp-status--success:focus {
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--sf-success-border) 26%, transparent);
}

.storefront-checkout-otp-status--warning {
    border-color: var(--sf-warning-border);
    background: var(--sf-warning-bg);
    color: var(--sf-warning-text);
}

.storefront-checkout-otp-status--error {
    border-color: var(--sf-error-border);
    background: var(--sf-error-bg);
    color: var(--sf-error-text);
}

.storefront-checkout-otp-status--error:focus {
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--sf-error-border) 26%, transparent);
}

.storefront-footer-social{display:grid;align-content:start;gap:.55rem;font-style:normal}.storefront-footer-social h2{margin:0 0 .25rem}.storefront-footer-social__links{display:flex;flex-wrap:wrap;gap:.45rem}.storefront-footer-social a{display:inline-flex;align-items:center;justify-content:center;border:1px solid color-mix(in srgb,var(--sf-border) 85%,transparent);border-radius:999px;padding:.38rem .65rem;text-decoration:none;font-size:.86rem}.storefront-floating-social{position:fixed;z-index:44;top:var(--store-details-floating-top,220px);display:grid;gap:.5rem;padding:.45rem;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:var(--store-details-floating-bg,#0B1F3A);box-shadow:var(--sf-shadow);max-width:calc(100vw - 24px)}.storefront-floating-social[data-position="right"]{inset-inline-end:1rem}.storefront-floating-social[data-position="left"]{inset-inline-start:1rem}.storefront-floating-social a{display:grid;place-items:center;width:var(--store-details-floating-size,42px);height:var(--store-details-floating-size,42px);border-radius:999px;background:var(--store-details-platform-color,rgba(255,255,255,.12));color:#fff;text-decoration:none;font-weight:900}.store-details-whatsapp-fab{inset-inline-end:var(--store-details-wa-side,24px);bottom:var(--store-details-wa-bottom,24px);max-width:calc(100vw - 24px)}.store-details-whatsapp-fab[data-position="left"]{inset-inline-end:auto;inset-inline-start:var(--store-details-wa-side,24px)}.storefront-featured-brands{width:var(--sf-shell);margin:clamp(1.5rem,3vw,3rem) auto;min-width:0}.storefront-featured-brands__inner{border:1px solid var(--sf-border);border-radius:var(--sf-radius-lg);background:color-mix(in srgb,var(--sf-surface) 92%,transparent);box-shadow:var(--sf-shadow);padding:clamp(1rem,2vw,1.5rem);overflow:hidden}.storefront-featured-brands__heading{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1rem}.storefront-featured-brands__heading h2{margin:0;color:var(--sf-heading,var(--sf-text));font-size:clamp(1.25rem,2vw,1.8rem)}.storefront-featured-brands__heading p{margin:.25rem 0 0;color:var(--sf-muted)}.storefront-featured-brands__grid{display:grid;grid-template-columns:repeat(var(--store-details-brands-desktop,6),minmax(0,1fr));gap:.85rem;min-width:0}.storefront-featured-brands__card{display:grid;place-items:center;min-height:96px;min-width:0;border:1px solid var(--sf-border);border-radius:calc(var(--sf-radius-md) + 4px);background:var(--sf-surface);color:var(--sf-text);text-decoration:none;padding:1rem;overflow:hidden}.storefront-featured-brands__card img{max-width:100%;max-height:72px;object-fit:contain}.storefront-featured-brands__card strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}@media(max-width:1024px){.storefront-featured-brands__grid{grid-template-columns:repeat(var(--store-details-brands-tablet,4),minmax(0,1fr))}}@media(max-width:640px){.storefront-floating-social.is-hidden-mobile,.store-details-whatsapp-fab.is-hidden-mobile{display:none}.storefront-floating-social{top:auto;bottom:calc(var(--store-details-wa-bottom,24px) + 70px);grid-auto-flow:column;grid-auto-columns:max-content;max-width:calc(100vw - 24px);overflow-x:auto}.storefront-floating-social[data-position="right"],.storefront-floating-social[data-position="left"]{inset-inline:12px}.storefront-featured-brands__heading{align-items:flex-start;flex-direction:column}.storefront-featured-brands__grid{grid-template-columns:repeat(var(--store-details-brands-mobile,2),minmax(0,1fr))}.storefront-featured-brands__card{min-height:82px}}@media(min-width:641px){.storefront-floating-social.is-hidden-desktop,.store-details-whatsapp-fab.is-hidden-desktop{display:none}}


/* Store details: scoped footer background and mobile featured brands safeguards */
body.storefront-app.storefront-app--custom-footer-background [data-template-footer]{background-image:none;background-color:var(--storefront-footer-background,#071b3a)}body.storefront-app.storefront-app--custom-footer-background [data-template-footer] [class*="footer__bottom"]{background-color:transparent}
.storefront-featured-brands,.storefront-featured-brands *{box-sizing:border-box}.storefront-featured-brands{max-width:calc(100vw - 20px);overflow:clip}.storefront-featured-brands__inner,.storefront-featured-brands__grid,.storefront-featured-brands__card{max-width:100%;min-width:0}.storefront-featured-brands__grid{width:100%;overflow:clip}.storefront-featured-brands__card{inline-size:100%;width:100%;overflow:hidden}.storefront-featured-brands__card img{display:block;width:auto;height:auto;max-width:min(100%,180px);max-height:72px;object-fit:contain}
@media(max-width:640px){.storefront-featured-brands{width:min(calc(100vw - 20px),100%);margin-inline:auto}.storefront-featured-brands__inner{padding:clamp(.75rem,4vw,1rem)}.storefront-featured-brands__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.storefront-featured-brands__card{min-height:72px;padding:.7rem}.storefront-featured-brands__card img{width:100%;height:clamp(40px,14vw,58px);max-height:58px;object-fit:contain}.storefront-featured-brands__card strong{font-size:.9rem;white-space:normal;text-align:center;overflow-wrap:anywhere}}
@media(max-width:360px){.storefront-featured-brands__grid{grid-template-columns:1fr}.storefront-featured-brands__card img{height:52px}}


/* Commerce features: color mode, product badges, and offers */
.sf-color-mode{position:relative;flex:0 0 auto}.sf-color-mode__toggle{display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid var(--sf-border,#dbe3ee);border-radius:11px;background:var(--sf-surface,#fff);color:var(--sf-text,#111827)}.sf-color-mode__toggle:focus-visible,.sf-color-mode__menu button:focus-visible{outline:3px solid color-mix(in srgb,var(--sf-primary,#2563eb) 35%,transparent);outline-offset:2px}.sf-color-mode__icon{display:none;width:21px;height:21px;fill:currentColor}html[data-color-mode-preference="light"] .sf-color-mode__icon--light,html[data-color-mode-preference="dark"] .sf-color-mode__icon--dark,html[data-color-mode-preference="system"] .sf-color-mode__icon--system{display:block}.sf-color-mode__menu{position:absolute;z-index:120;inset-inline-end:0;top:calc(100% + 8px);width:max-content;min-width:165px;padding:7px;border:1px solid var(--sf-border,#dbe3ee);border-radius:12px;background:var(--sf-surface,#fff);color:var(--sf-text,#111827);box-shadow:0 18px 50px rgba(15,23,42,.22)}.sf-color-mode__menu button{display:flex;align-items:center;gap:9px;width:100%;min-height:40px;padding:8px 10px;border:0;border-radius:8px;background:transparent;color:inherit;text-align:start}.sf-color-mode__menu button[aria-checked="true"]{background:color-mix(in srgb,var(--sf-primary,#2563eb) 15%,transparent);color:var(--sf-primary,#2563eb);font-weight:900}
.sf-product-badges{display:flex;flex-wrap:wrap;align-items:center;gap:6px;max-width:100%}.sf-product-badges--card{position:absolute;z-index:4;inset-block-start:10px;inset-inline-end:10px;max-width:calc(100% - 20px);justify-content:flex-end;pointer-events:none}.sf-product-badges--detail{position:relative}.sf-product-badge{display:inline-flex;align-items:center;max-width:100%;min-height:26px;padding:4px 8px;border:1px solid transparent;border-radius:999px;background:#e2e8f0;color:#334155;font-size:.7rem;font-weight:900;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sf-product-badge--offer{color:#fff}.sf-product-badge--blue{background:#2563eb}.sf-product-badge--green{background:#15803d}.sf-product-badge--orange{background:#ea580c}.sf-product-badge--red{background:#dc2626}.sf-product-badge--purple{background:#7e22ce}.sf-product-badge--slate{background:#475569}.sf-product-badge--condition-new{background:#dcfce7;color:#166534}.sf-product-badge--condition-used{background:#e2e8f0;color:#334155}.sf-product-badge--condition-refurbished{background:#cffafe;color:#155e75}.sf-product-badge--condition-open_box{background:#ffedd5;color:#9a3412}.sf-product-badge--recommended{background:#ede9fe;color:#5b21b6}.sf-product-offer-meta{display:flex;flex-wrap:wrap;gap:5px;margin:0;padding:10px 12px;border-inline-start:4px solid var(--sf-primary,#2563eb);border-radius:8px;background:color-mix(in srgb,var(--sf-primary,#2563eb) 10%,transparent);color:var(--sf-text,#111827)}
.sf-offers-page{width:min(calc(100% - 32px),var(--sf-container-width,1500px));max-width:calc(100vw - 20px);margin:clamp(22px,4vw,54px) auto;min-width:0;color:var(--sf-text)}.sf-offers-page__hero,.sf-offers-filter,.sf-offer-group,.sf-offers-empty{border:1px solid var(--sf-border);border-radius:var(--sf-radius-lg,20px);background:var(--sf-surface);box-shadow:var(--sf-shadow)}.sf-offers-page__hero{padding:clamp(20px,4vw,42px)}.sf-offers-page__hero p{margin:0;color:var(--sf-primary);font-weight:900}.sf-offers-page__hero h1{margin:7px 0;font-size:clamp(1.8rem,4vw,3.4rem)}.sf-offers-page__hero span{color:var(--sf-muted);line-height:1.7}.sf-offers-filter{display:flex;align-items:end;flex-wrap:wrap;gap:10px;margin:16px 0;padding:16px}.sf-offers-filter label{flex:1 1 100%;font-weight:850}.sf-offers-filter select{flex:1 1 260px;min-height:44px;border:1px solid var(--sf-border);border-radius:10px;background:var(--sf-background);color:var(--sf-text);padding:8px 12px}.sf-offers-filter button,.sf-offers-filter a,.sf-offers-empty a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:8px 15px;border:1px solid var(--sf-primary);border-radius:10px;background:var(--sf-primary);color:#fff;text-decoration:none;font-weight:900}.sf-offers-filter a{background:transparent;color:var(--sf-primary)}.sf-offer-groups{display:grid;gap:22px}.sf-offer-group{min-width:0;padding:clamp(14px,2.4vw,26px)}.sf-offer-group__header{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.55fr);align-items:center;gap:20px;margin-bottom:20px}.sf-offer-group__header h2{margin:10px 0 5px;font-size:clamp(1.4rem,2.5vw,2.2rem)}.sf-offer-group__header p{margin:0;color:var(--sf-muted);line-height:1.7}.sf-offer-group__header small{display:block;margin-top:9px;color:var(--sf-muted)}.sf-offer-group__header img{width:100%;height:180px;border-radius:14px;background:var(--sf-background);object-fit:contain}.sf-offer-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;align-items:stretch;min-width:0}.sf-offers-empty{display:grid;place-items:center;min-height:260px;padding:30px;text-align:center}.sf-offers-empty h2,.sf-offers-empty p{margin:0}.sf-offers-empty p{color:var(--sf-muted)}
html[data-color-mode="dark"] body.storefront-app{--sf-background:#0b1120!important;--sf-surface:#111827!important;--sf-text:#e5edf8!important;--sf-muted:#9aa8bd!important;--sf-border:#2b3850!important;--sf-shadow:0 16px 44px rgba(0,0,0,.34)!important;background:var(--sf-background);color:var(--sf-text)}
html[data-color-mode="light"] body.storefront-template--dark-market-pro{--dmp-page-bg:#f7f8fb;--dmp-header-bg:#fff;--dmp-card-bg:#fff;--dmp-card-bg-soft:#f1f4f9;--dmp-border:#d8e0eb;--dmp-text:#172033;--dmp-text-muted:#667085;--dmp-image-bg:#f4f4f4;color-scheme:light;background:var(--dmp-page-bg);color:var(--dmp-text)}html[data-color-mode="light"] .storefront-template--dark-market-pro .dmp-nav a:hover,html[data-color-mode="light"] .storefront-template--dark-market-pro .dmp-nav a.is-active,html[data-color-mode="light"] .storefront-template--dark-market-pro .dmp-category-trigger:hover{color:var(--dmp-primary)}html[data-color-mode="light"] .storefront-template--dark-market-pro .dmp-footer__brand strong{color:var(--dmp-text)}html[data-color-mode="light"] .storefront-template--dark-market-pro .dmp-footer a{color:var(--dmp-text-muted)}
html[data-color-mode="light"] body.storefront-template--dark-tech{background:#f5f9ff;color:#12213a}html[data-color-mode="light"] .storefront-template--dark-tech :is(.dt-header,.dt-product-panel,.dt-category-card,.dt-page-title,.dt-product-detail__copy,.dt-cart-card,.dt-summary-card,.dt-discount-card,.dt-language__menu,.dt-language__button,.dt-search,.dt-drawer){border-color:#d9e5f2;background:#fff;color:#12213a}html[data-color-mode="light"] .storefront-template--dark-tech :is(h1,h2,h3,.dt-nav a,.dt-product-panel h3,.dt-product-detail h1){color:#10203d}html[data-color-mode="light"] .storefront-template--dark-tech :is(.dt-product-excerpt,.dt-detail-description,p,small){color:#64748b}
html[data-color-mode="dark"] .storefront-template--tech-pro :is(.tp-header,.tp-product-card,.tp-category-card,.tp-page-title,.tp-product-detail__copy,.tp-cart-card,.tp-summary-card,.tp-discount-card,.tp-language__menu,.tp-language__button,.tp-search,.tp-drawer),html[data-color-mode="dark"] .storefront-template--modern-market :is(.mm-header,.mm-product-tile,.mm-category-card,.mm-page-title,.mm-product-detail__copy,.mm-cart-card,.mm-summary-card,.mm-discount-card,.mm-language__menu,.mm-language__button,.mm-search,.mm-drawer),html[data-color-mode="dark"] .storefront-template--quick-shop :is(.qs-header,.qs-product-row,.qs-category-card,.qs-page-title,.qs-product-detail__copy,.qs-cart-card,.qs-summary-card,.qs-discount-card,.qs-language__menu,.qs-language__button,.qs-search,.qs-drawer),html[data-color-mode="dark"] .storefront-template--minimal-luxury :is(.ml-header,.ml-product-gallery-card,.ml-category-card,.ml-page-title,.ml-product-detail__copy,.ml-cart-card,.ml-summary-card,.ml-discount-card,.ml-language__menu,.ml-language__button,.ml-search,.ml-drawer){border-color:var(--sf-border);background:var(--sf-surface);color:var(--sf-text)}
html[data-color-mode="dark"] .storefront-template--quiet-glass{--qg-navy:#e6eefb;--qg-bg:#0b1120;--qg-surface:#111827;--qg-text:#e5edf8;--qg-muted:#9aa8bd;--qg-border:#2b3850;background:radial-gradient(circle at 18% 0%,rgba(53,198,224,.12),transparent 28%),#0b1120;color:var(--qg-text)}html[data-color-mode="dark"] .storefront-template--quiet-glass :is(.qg-header-main,.qg-product-card,.qg-category-card,.qg-page-title,.qg-product-detail__copy,.qg-cart-card,.qg-summary-card,.qg-discount-card,.qg-language__menu,.qg-language__button,.qg-search,.qg-drawer){border-color:var(--qg-border);background:rgba(17,24,39,.94);color:var(--qg-text)}
html[data-color-mode="dark"] .storefront-template--osc-original{--sf-background:#0b1120!important;--sf-surface:#111827!important;--sf-text:#e5edf8!important;--sf-muted:#9aa8bd!important;--sf-border:#2b3850!important;--sf-heading:#eef5ff!important;--sf-bg:#0b1120!important}html[data-color-mode="dark"] .storefront-template--osc-original :is(.or-navbar,.or-product-card,.or-category-card,.or-page-title,.or-product-detail__copy,.or-cart-card,.or-summary-card,.or-discount-card,.or-language-menu,.or-category-drawer){border-color:var(--sf-border);background:var(--sf-surface);color:var(--sf-text)}
html[data-color-mode="dark"] :is(.storefront-template--tech-pro,.storefront-template--modern-market,.storefront-template--quick-shop,.storefront-template--minimal-luxury) :is(h1,h2,h3,[class*="-nav"] a,[class*="product"] h3){color:var(--sf-text)}html[data-color-mode="dark"] :is(.storefront-template--tech-pro,.storefront-template--modern-market,.storefront-template--quick-shop,.storefront-template--minimal-luxury) :is([class*="excerpt"],[class*="description"],small){color:var(--sf-muted)}html[data-color-mode="dark"] :is(.storefront-template--tech-pro,.storefront-template--modern-market,.storefront-template--quick-shop,.storefront-template--minimal-luxury) input,html[data-color-mode="dark"] :is(.storefront-template--tech-pro,.storefront-template--modern-market,.storefront-template--quick-shop,.storefront-template--minimal-luxury) select,html[data-color-mode="dark"] :is(.storefront-template--tech-pro,.storefront-template--modern-market,.storefront-template--quick-shop,.storefront-template--minimal-luxury) textarea{border-color:var(--sf-border);background:#0b1120;color:var(--sf-text)}
@media(max-width:1024px){.sf-offer-products{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.sf-offer-group__header{grid-template-columns:1fr}.sf-offer-products{grid-template-columns:repeat(2,minmax(0,1fr))}.sf-color-mode__toggle{width:40px;height:40px}}@media(max-width:460px){.sf-offers-page{width:min(calc(100% - 20px),100%)}.sf-offer-products{grid-template-columns:1fr}.sf-product-badges--card{inset-block-start:7px;inset-inline-end:7px;max-width:calc(100% - 14px)}.sf-product-badge{font-size:.65rem;padding:3px 6px}.sf-color-mode__menu{inset-inline-end:-50px}}


/* Dynamic store map */
.sf-store-map{display:grid;gap:14px;min-width:0;margin:clamp(24px,4vw,50px) 0;padding:clamp(14px,2.5vw,24px);border:1px solid var(--sf-border);border-radius:var(--sf-radius-lg,20px);background:var(--sf-surface);color:var(--sf-text);box-shadow:var(--sf-shadow);overflow:clip}.sf-store-map__heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.sf-store-map__heading small{color:var(--sf-primary);font-weight:900}.sf-store-map__heading h2{margin:4px 0;font-size:clamp(1.25rem,2.5vw,2rem)}.sf-store-map__heading p{margin:0;color:var(--sf-muted)}.sf-store-map__actions{display:flex;flex-wrap:wrap;gap:8px}.sf-store-map__actions a{display:inline-flex;align-items:center;min-height:42px;padding:8px 12px;border:1px solid var(--sf-primary);border-radius:10px;color:var(--sf-primary);text-decoration:none;font-weight:850}.sf-store-map iframe{display:block;width:100%;height:clamp(260px,36vw,470px);border:0;border-radius:14px;background:#e5e7eb}.storefront-template--dark-market-pro .sf-store-map{border-color:var(--dmp-border);background:var(--dmp-card-bg);color:var(--dmp-text);box-shadow:none}.storefront-template--dark-market-pro .sf-store-map__heading p{color:var(--dmp-text-muted)}.storefront-template--dark-market-pro .sf-store-map__actions a{border-color:var(--dmp-primary);color:var(--dmp-text)}@media(max-width:640px){.sf-store-map.is-hidden-mobile{display:none}.sf-store-map__heading{align-items:flex-start;flex-direction:column}.sf-store-map iframe{height:280px}}
