
:root{
  --theme-primary:#C07A43;
  --theme-primary-dark:#8A4F22;
  --theme-primary-text:#FFFFFF;
  --theme-secondary:#F3E7D9;
  --theme-secondary-text:#18181B;
  --theme-accent:#1F2937;
  --theme-success:#166534;
  --theme-danger:#B91C1C;
  --theme-bg:#FFF8F2;
  --theme-surface:#FFFFFF;
  --theme-text:#18181B;
  --theme-muted:#6B7280;
  --theme-link:#1F2937;
  --theme-header-bg:#FFFFFF;
  --theme-header-border:#E7D9C8;
  --theme-nav-link:#18181B;
  --theme-nav-active-bg:#F3E7D9;
  --theme-nav-active-text:#18181B;
  --theme-hero-title:#18181B;
  --theme-hero-text:#6B7280;
  --theme-footer-bg:#1C1917;
  --theme-footer-text:#F5F5F4;
  --theme-footer-link:#F5F5F4;
  --theme-card-bg:#FFFFFF;
  --theme-card-title:#18181B;
  --theme-card-text:#6B7280;
  --theme-border:#E7D9C8;
  --theme-button-ghost-text:#18181B;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;font-family:Inter,Arial,sans-serif;background:var(--theme-bg);color:var(--theme-text)}
a{color:var(--theme-link);text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 32px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--theme-header-border)}
.nav-row{display:flex;align-items:center;justify-content:space-between;padding:14px 0;gap:20px}
.brand{display:flex;align-items:center;gap:12px;font-weight:700}
.brand small{display:block;font-weight:500;color:var(--theme-muted)}
.main-nav{display:flex;align-items:center;gap:14px}
.main-nav a{padding:10px 12px;border-radius:999px;color:var(--theme-nav-link)}
.main-nav a.active,.main-nav a:hover{background:var(--theme-nav-active-bg);color:var(--theme-nav-active-text)}
.admin-pill,.cart-badge{border:1px solid var(--theme-border)}
.cart-badge span{display:inline-flex;min-width:22px;height:22px;align-items:center;justify-content:center;border-radius:999px;background:var(--theme-primary);color:#fff;margin-left:6px;font-size:12px}
.mobile-toggle{display:none;background:none;border:0;padding:0}
.mobile-toggle span{display:block;width:24px;height:2px;background:var(--theme-text);margin:4px 0}
.section{padding:48px 0}
.pt-0{padding-top:0}
.hero-section{padding:60px 0 30px;background:linear-gradient(180deg,var(--theme-secondary),transparent)}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:32px;align-items:center}
.hero-copy h1{font-size:clamp(32px,5vw,58px);line-height:1.02;margin:8px 0 14px;color:var(--theme-hero-title)}
.hero-copy p{font-size:18px;color:var(--theme-hero-text)}
.eyebrow{display:inline-block;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--theme-primary-dark);font-weight:700}
.hero-actions,.product-meta,.theme-preview-actions{display:flex;gap:12px;flex-wrap:wrap}
.stats-row,.three-col,.split-cards,.event-card-body,.shop-layout,.checkout-layout,.cart-layout,.footer-grid,.product-detail-grid,.admin-grid-2{display:grid;gap:20px}
.stats-row{grid-template-columns:repeat(3,1fr);margin-top:28px}
.stats-row div,.info-card,.summary-panel,.cart-panel,.checkout-card,.product-card,.category-card,.hero-card,.event-card,.compact-card,.success-card,.filters-panel,.product-detail-image,.buy-box,.comment-card,.notice{background:var(--theme-card-bg);border:1px solid var(--theme-border);border-radius:22px}
.stats-row div{padding:18px}
.stats-row strong{font-size:24px;display:block}
.hero-card{padding:24px;position:relative;overflow:hidden;min-height:320px}
.hero-glow{position:absolute;inset:auto -40px -40px auto;width:220px;height:220px;background:radial-gradient(circle,var(--theme-primary),transparent 70%);opacity:.28}
.preview-palette{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.preview-palette span{width:34px;height:34px;border-radius:999px;border:2px solid rgba(255,255,255,.7)}
.btn,.btn-preview-primary,.btn-preview-secondary{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:999px;border:0;font-weight:700;cursor:pointer}
.btn-primary,.btn-preview-primary{background:var(--theme-primary);color:var(--theme-primary-text)}
.btn-primary:hover,.btn-preview-primary:hover{background:var(--theme-primary-dark)}
.btn-secondary,.btn-preview-secondary{background:var(--theme-secondary);color:var(--theme-secondary-text)}
.btn-ghost{background:transparent;border:1px solid var(--theme-border);color:var(--theme-button-ghost-text)}
.btn-small{padding:10px 14px;font-size:14px}
.w-full{width:100%}
.category-grid,.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.category-card,.product-card,.info-card,.summary-panel,.cart-panel,.checkout-card,.event-card,.comment-card,.success-card,.filters-panel{padding:18px}
.category-card img,.compact-card img,.event-card>img{border-radius:16px;aspect-ratio:16/10;object-fit:cover;background:#f6f6f6}
.product-image-wrap img,.product-detail-image img{border-radius:18px;aspect-ratio:1/1;object-fit:cover;background:#f6f6f6}
.product-body p,.filters-panel,.section-head p,.page-hero p{color:var(--theme-card-text)}
.product-tag,.micro-pill{display:inline-flex;background:var(--theme-secondary);padding:7px 10px;border-radius:999px;font-size:12px;font-weight:700}
.product-meta{justify-content:space-between;align-items:center;margin-top:14px}
.swatch-row{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0}
.swatch{width:22px;height:22px;border-radius:999px;border:1px solid var(--theme-border)}
.swatch.labeled{width:auto;height:auto;padding:6px 10px;display:flex;align-items:center;gap:8px;background:#fff}
.swatch.labeled i{display:inline-block;width:14px;height:14px;border-radius:999px;border:1px solid rgba(0,0,0,.1)}
.section-head{margin-bottom:20px}
.section-head.left{margin-bottom:14px}
.soft-panel{background:rgba(255,255,255,.45)}
.three-col{grid-template-columns:repeat(3,1fr)}
.split-cards{grid-template-columns:1fr 1fr}
.stack-cards{display:grid;gap:14px}
.compact-card{display:grid;grid-template-columns:120px 1fr;gap:14px;padding:14px;background:var(--theme-card-bg);border:1px solid var(--theme-border);border-radius:20px}
.compact-card h3{margin:0 0 6px}
.page-hero.compact{padding:36px 0 22px}
.filters-panel{height:max-content}
.filter-list{list-style:none;padding:0;margin:0;display:grid;gap:8px}
.filter-list .sub{padding-left:12px}
.shop-layout{grid-template-columns:280px 1fr}
.product-detail-grid{grid-template-columns:1fr 1fr;align-items:start}
.product-detail-copy h1{margin:10px 0}
.lead{font-size:18px;color:var(--theme-muted)}
.price-line{display:flex;align-items:center;gap:12px;font-size:28px;margin:10px 0 18px}
.price-line del{font-size:18px;color:var(--theme-muted)}
.buy-box{padding:16px;margin:18px 0}
.detail-label{display:block;font-weight:700;margin-bottom:8px}
.qty-stepper{display:flex;align-items:center;gap:8px}
.qty-btn{width:40px;height:40px;border-radius:12px;border:1px solid var(--theme-border);background:#fff;cursor:pointer;font-size:22px}
.qty-stepper input{width:76px;height:40px;border:1px solid var(--theme-border);border-radius:12px;text-align:center}
.product-facts,.addon-summary{list-style:none;padding:0;margin:16px 0 0;display:grid;gap:8px;color:var(--theme-muted)}
.addon-block{margin:18px 0}
.addon-options{display:flex;flex-wrap:wrap;gap:10px}
.addon-options select,.checkout-form input,.checkout-form textarea,.checkout-form select,.stack-form input,.stack-form textarea,.stack-form select{width:100%;padding:12px 14px;border:1px solid var(--theme-border);border-radius:14px;background:#fff;font:inherit}
.addon-chip{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid var(--theme-border);border-radius:16px;background:#fff;cursor:pointer}
.addon-chip img{width:42px;height:42px;border-radius:10px;object-fit:cover}
.cart-layout{grid-template-columns:1.2fr .8fr}
.cart-table{display:grid;gap:12px}
.cart-row{display:grid;grid-template-columns:1.3fr .6fr .7fr .6fr .4fr;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid var(--theme-border)}
.cart-product{display:grid;grid-template-columns:72px 1fr;gap:12px;align-items:center}
.cart-product img{width:72px;height:72px;border-radius:16px;object-fit:cover}
.summary-line,.summary-mini{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px dashed var(--theme-border)}
.summary-line.total{font-size:20px;font-weight:700}
.checkout-layout{grid-template-columns:1.25fr .75fr}
.checkout-grid{display:grid;gap:18px}
.shipping-options{display:grid;gap:12px}
.ship-option{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border:1px solid var(--theme-border);border-radius:16px;background:#fff}
.form-grid,.form-grid-admin{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.form-grid .full,.form-grid-admin .full{grid-column:1/-1}
.map-picker,#checkoutMap,.map-shell{height:420px;border-radius:18px;overflow:hidden;border:1px solid var(--theme-border);background:#f4f4f4}
.event-card{overflow:hidden}
.event-card-body{grid-template-columns:1fr .8fr;padding:18px}
.event-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:12px 0}
.giveaway-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px}
.comment-list{display:grid;gap:12px;margin-top:20px}
.notice{padding:14px 16px}
.notice.error{border-color:#fecaca;background:#fff5f5;color:#991b1b}
.notice.success{border-color:#bbf7d0;background:#f0fdf4;color:#166534}
.empty-state,.narrow{max-width:760px;margin:0 auto;text-align:center}

.category-card h3,.product-card h3,.compact-card h3,.event-card h3,.info-card h3,.summary-panel h3,.checkout-card h3,.cart-panel h3,.success-card h3{color:var(--theme-card-title)}
.category-card p,.product-card p,.compact-card p,.event-card p,.info-card p,.summary-panel p,.checkout-card p,.cart-panel p,.success-card p{color:var(--theme-card-text)}
.site-footer a{color:var(--theme-footer-link);opacity:.9}

.footer-grid{grid-template-columns:1.2fr .8fr .8fr;padding:42px 0}
.footer-bottom{display:flex;justify-content:space-between;gap:12px;padding:16px 0;border-top:1px solid rgba(255,255,255,.16);font-size:14px}
.muted{color:var(--theme-muted)}
@media (max-width: 980px){
  .hero-grid,.product-detail-grid,.shop-layout,.checkout-layout,.cart-layout,.split-cards,.event-card-body,.giveaway-layout,.footer-grid,.three-col{grid-template-columns:1fr}
  .category-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .cart-row{grid-template-columns:1fr}
}
@media (max-width: 760px){
  .mobile-toggle{display:block}
  .main-nav{display:none;position:absolute;left:16px;right:16px;top:72px;flex-direction:column;background:var(--theme-surface);padding:16px;border:1px solid var(--theme-border);border-radius:20px}
  .main-nav.open{display:flex}
  .category-grid,.product-grid,.form-grid,.form-grid-admin,.stats-row,.event-meta-grid{grid-template-columns:1fr}
  .hero-copy h1{font-size:36px}
}

.provider-frame{width:100%;min-height:520px;border-radius:18px;overflow:hidden;border:1px solid var(--theme-border);background:#fff}.widget-host-block .notice{margin:0}.provider-actions-row{display:flex;gap:12px;align-items:center;flex-wrap:wrap}#boxnowmap,#acsMap{min-height:520px;height:520px;border-radius:18px;overflow:hidden;border:1px solid var(--theme-border);background:#f5f5f5}


.best-seller-pill{display:inline-flex;align-items:center;gap:6px;background:#fff1df;color:#8a4f22;border:1px solid #f0c38a;padding:7px 12px;border-radius:999px;font-size:12px;font-weight:800;margin:0 0 10px}
.best-seller-pill.inline{margin-bottom:14px}
.color-choice-row{display:flex;flex-wrap:wrap;gap:10px;margin:12px 0}
.color-choice{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid var(--theme-border);border-radius:999px;background:#fff;cursor:pointer}
.color-choice.large{padding:10px 14px}
.color-choice input{position:absolute;opacity:0;pointer-events:none}
.color-choice.is-selected,.color-choice:has(input:checked){border-color:var(--theme-primary);box-shadow:0 0 0 2px color-mix(in srgb, var(--theme-primary) 18%, transparent)}
.quick-cart-form{display:flex;align-items:center;gap:10px}
.footer-rich-block{padding:0 0 22px}
.footer-rich-html{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:14px}
.footer-rich-html img{max-height:72px;object-fit:contain;background:#fff;border-radius:16px;padding:10px}
.footer-column-rich p,.footer-rich-html p{opacity:.9}
.review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.rating-line{font-size:18px;color:#d97706;margin-bottom:10px}
.rating-line span{color:#d6d3d1}
.reviews-split .info-card{align-self:start}
.single-event-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:22px}
.single-event-banner{width:100%;border-radius:22px;aspect-ratio:16/8;object-fit:cover;background:#f6f6f6}
.event-detail-card{margin-top:18px;padding:20px;border-radius:22px;background:var(--theme-card-bg);border:1px solid var(--theme-border)}
.admin-image-preview{display:flex;align-items:center}
.admin-image-preview img{width:96px;height:96px;object-fit:cover;border-radius:16px;border:1px solid var(--theme-border)}
.theme-target-outline{outline:3px solid var(--theme-primary)}
.theme-help-box{margin-top:14px;padding:12px 14px;border:1px dashed var(--theme-border);border-radius:16px;background:#fff}
.site-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}
@media (max-width:980px){
  .review-grid,.single-event-layout{grid-template-columns:1fr}
}
.brand-logo{width:52px;height:52px;border-radius:16px;object-fit:cover;border:1px solid var(--theme-border);background:#fff;padding:4px}
.whatsapp-pill{border:1px solid var(--theme-border);background:#ecfdf5;color:#166534}
.whatsapp-pill:hover{background:#dcfce7}
.hero-card h3{margin-top:0;font-size:24px}.hero-card p{color:var(--theme-muted)}
.tagline-line{display:flex;gap:12px;flex-wrap:wrap}

.reservation-layout{align-items:start}
.reservation-form-card{align-self:start}
.reservation-side-column{display:grid;gap:14px}
.reservation-side-panels{display:grid;gap:14px}
.reservation-accordion{background:var(--theme-card-bg);border:1px solid var(--theme-border);border-radius:22px;overflow:hidden}
.reservation-accordion summary{list-style:none;cursor:pointer;padding:18px 22px;font-size:18px;font-weight:800;color:var(--theme-card-title);position:relative}
.reservation-accordion summary::-webkit-details-marker{display:none}
.reservation-accordion summary::after{content:"+";position:absolute;right:20px;top:50%;transform:translateY(-50%);font-size:28px;line-height:1;font-weight:400;color:var(--theme-primary-dark)}
.reservation-accordion[open] summary::after{content:"−"}
.reservation-accordion__body{padding:0 22px 20px}
.reservation-meta-list,.reservation-feature-list{list-style:none;padding:0;margin:0;display:grid;gap:12px}
.reservation-meta-list li,.reservation-feature-list li{padding:12px 0;border-top:1px dashed var(--theme-border)}
.reservation-meta-list li:first-child,.reservation-feature-list li:first-child{border-top:0;padding-top:0}
.reservation-meta-list li{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.reservation-meta-list li strong{font-size:14px}
.reservation-meta-list li span{color:var(--theme-card-text);text-align:right}
.reservation-feature-list li strong{display:block;margin-bottom:4px;color:var(--theme-card-title)}
.reservation-feature-list li span,.reservation-feature-list li small{display:block;color:var(--theme-card-text)}
.reservation-feature-list li small{margin-top:6px}
.reservation-week-list li.is-selected strong,.reservation-week-list li.is-selected span{color:var(--theme-primary-dark);font-weight:800}
.reservation-chip-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}
.reservation-chip{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:var(--theme-secondary);color:var(--theme-secondary-text);font-size:13px;font-weight:700}
.reservation-policy-text{color:var(--theme-card-text);line-height:1.7}
@media (max-width:760px){
  .reservation-accordion summary{padding:16px 18px;font-size:16px}
  .reservation-accordion__body{padding:0 18px 18px}
  .reservation-meta-list li{display:grid;grid-template-columns:1fr;gap:6px}
  .reservation-meta-list li span{text-align:left}
}


/* Frontend dynamic theme support */
body{background:var(--theme-bg);color:var(--theme-text)}a{color:var(--theme-link)}.site-shell{background:transparent;color:var(--theme-text)}.site-header{border-bottom:1px solid var(--theme-header-border)}.main-nav a{color:var(--theme-nav-link)}.main-nav a.active{background:var(--theme-nav-active-bg);color:var(--theme-nav-active-text)}.page-hero h1,.hero-copy h1{color:var(--theme-hero-title)}.page-hero p,.hero-copy p{color:var(--theme-hero-text)}.product-card h3,.category-card h3,.checkout-card h2,.cart-panel h2,.summary-panel h2,.info-card h3{color:var(--theme-card-title)}.frontend-theme-dark_luxury .product-card img,.frontend-theme-dark_luxury .product-image-wrap img,.frontend-theme-dark_luxury .category-card img{background:#111827}


/* Premium product/shop designs + separate checkout layouts */
.is-products-page .page-hero,.is-product-page .product-detail-section{position:relative;overflow:hidden}
.is-products-page .page-hero::before,.is-product-page .product-detail-section::before{content:"";position:absolute;inset:-40% -10% auto -10%;height:420px;background:radial-gradient(circle at 20% 20%, color-mix(in srgb,var(--theme-primary) 18%, transparent), transparent 36%),radial-gradient(circle at 78% 10%, color-mix(in srgb,var(--theme-accent) 14%, transparent), transparent 30%);pointer-events:none}
.is-products-page .product-card,.is-product-page .product-detail-image,.is-product-page .buy-box,.is-checkout-page .checkout-card,.is-checkout-page .summary-panel{transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease}
.is-products-page .product-card:hover{transform:translateY(-4px)}

.frontend-theme-premium_neon_app .site-shell{background:radial-gradient(circle at 15% 2%,rgba(34,211,238,.18),transparent 28%),radial-gradient(circle at 85% 0%,rgba(167,139,250,.16),transparent 24%),var(--theme-bg)}
.frontend-theme-premium_neon_app .site-header{backdrop-filter:blur(18px);background:color-mix(in srgb,var(--theme-header-bg) 86%,transparent)!important}
.frontend-theme-premium_neon_app .product-card,.frontend-theme-premium_neon_app .filters-panel,.frontend-theme-premium_neon_app .product-detail-image,.frontend-theme-premium_neon_app .buy-box{background:linear-gradient(180deg, color-mix(in srgb,var(--theme-card-bg) 94%,white 6%), color-mix(in srgb,var(--theme-card-bg) 90%,black 10%));border-color:color-mix(in srgb,var(--theme-primary) 28%,var(--theme-border));box-shadow:0 26px 80px rgba(0,0,0,.28)}
.frontend-theme-premium_neon_app .product-image-wrap img,.frontend-theme-premium_neon_app .product-detail-image img{filter:saturate(1.06);background:#07111f}
.frontend-theme-premium_neon_app .btn-primary{box-shadow:0 14px 38px color-mix(in srgb,var(--theme-primary) 30%,transparent)}

.frontend-theme-premium_editorial .product-grid{gap:26px}
.frontend-theme-premium_editorial .product-card{border-radius:10px;box-shadow:0 20px 56px rgba(17,17,17,.08);border-color:#eee4d8;overflow:hidden}
.frontend-theme-premium_editorial .product-image-wrap img{border-radius:0;aspect-ratio:4/4.8}
.frontend-theme-premium_editorial .product-card h3{font-size:24px;letter-spacing:-.03em}
.frontend-theme-premium_editorial .page-hero{border-bottom:1px solid var(--theme-border)}
.frontend-theme-premium_editorial .btn,.frontend-theme-premium_editorial .ship-option{border-radius:8px}

.frontend-theme-premium_bento .product-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));align-items:stretch}
.frontend-theme-premium_bento .product-card{border-radius:32px;box-shadow:0 22px 55px rgba(76,29,149,.10);border:0;background:linear-gradient(180deg,#fff,color-mix(in srgb,var(--theme-secondary) 42%,#fff))}
.frontend-theme-premium_bento .product-image-wrap{padding:10px}.frontend-theme-premium_bento .product-image-wrap img{border-radius:26px;aspect-ratio:1/1;box-shadow:inset 0 0 0 1px rgba(255,255,255,.6)}
.frontend-theme-premium_bento .filters-panel{border:0;border-radius:30px;box-shadow:0 16px 45px rgba(76,29,149,.10)}
.frontend-theme-premium_bento .page-hero{background:linear-gradient(135deg,var(--theme-secondary),#fff)}

.frontend-theme-premium_cyprus_blue .site-shell{background:linear-gradient(180deg,#fff 0%,var(--theme-bg) 44%,#fff 100%)}
.frontend-theme-premium_cyprus_blue .page-hero{background:linear-gradient(135deg,#e0f2fe,#ffffff);border-bottom:1px solid #bae6fd}
.frontend-theme-premium_cyprus_blue .product-card{border-radius:24px;box-shadow:0 18px 48px rgba(2,132,199,.10);border-color:#bae6fd}
.frontend-theme-premium_cyprus_blue .product-card:hover{box-shadow:0 24px 66px rgba(2,132,199,.16)}
.frontend-theme-premium_cyprus_blue .product-tag,.frontend-theme-premium_cyprus_blue .eyebrow{color:#075985;background:#e0f2fe;border-radius:999px;padding:6px 10px;display:inline-flex;width:max-content}

.is-checkout-page .page-hero.compact{padding:34px 0 24px}
.is-checkout-page .checkout-form{display:grid;gap:18px}
.is-checkout-page .checkout-grid{counter-reset:checkoutStep}
.is-checkout-page .checkout-card{position:relative;overflow:hidden}
.is-checkout-page .checkout-card h2{display:flex;align-items:center;gap:10px}
.is-checkout-page .checkout-card h2::before{counter-increment:checkoutStep;content:counter(checkoutStep);display:inline-grid;place-items:center;width:32px;height:32px;border-radius:999px;background:var(--theme-primary);color:var(--theme-primary-text);font-size:14px;font-weight:800;flex:0 0 auto}
.is-checkout-page .ship-option{cursor:pointer;min-height:58px}
.is-checkout-page .checkout-form input,.is-checkout-page .checkout-form textarea,.is-checkout-page .checkout-form select{font-size:16px;min-height:48px}
.is-checkout-page .summary-panel{align-self:start;position:sticky;top:90px}

.checkout-design-checkout_ios_cards .checkout-layout{grid-template-columns:minmax(0,1fr) 390px;gap:22px;align-items:start}
.checkout-design-checkout_ios_cards .checkout-card,.checkout-design-checkout_ios_cards .summary-panel{border:0;border-radius:28px;background:rgba(255,255,255,.92);box-shadow:0 22px 70px rgba(15,23,42,.12)}
.checkout-design-checkout_ios_cards .ship-option{border:0;background:var(--theme-secondary);border-radius:20px;padding:16px 18px}
.checkout-design-checkout_ios_cards .btn-primary{border-radius:18px;min-height:54px;font-size:17px;box-shadow:0 14px 34px color-mix(in srgb,var(--theme-primary) 26%,transparent)}

.checkout-design-checkout_dark_glass.is-checkout-page .site-shell{background:radial-gradient(circle at top left,rgba(34,211,238,.10),transparent 30%),linear-gradient(135deg,#020617,#111827)}
.checkout-design-checkout_dark_glass .page-hero h1,.checkout-design-checkout_dark_glass .page-hero p{color:#fff}
.checkout-design-checkout_dark_glass .checkout-card,.checkout-design-checkout_dark_glass .summary-panel{background:rgba(15,23,42,.76);border-color:rgba(255,255,255,.14);box-shadow:0 30px 90px rgba(0,0,0,.38);backdrop-filter:blur(20px)}
.checkout-design-checkout_dark_glass .checkout-card h2,.checkout-design-checkout_dark_glass .summary-panel h3,.checkout-design-checkout_dark_glass label{color:#fff}
.checkout-design-checkout_dark_glass .ship-option,.checkout-design-checkout_dark_glass .checkout-form input,.checkout-design-checkout_dark_glass .checkout-form textarea,.checkout-design-checkout_dark_glass .checkout-form select{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.16);color:#fff}
.checkout-design-checkout_dark_glass .summary-line,.checkout-design-checkout_dark_glass .summary-mini{border-color:rgba(255,255,255,.14);color:#e5e7eb}

.checkout-design-checkout_minimal_steps .checkout-layout{grid-template-columns:minmax(0,1.08fr) 360px;gap:28px}
.checkout-design-checkout_minimal_steps .checkout-card,.checkout-design-checkout_minimal_steps .summary-panel{border-radius:12px;box-shadow:none;border:1px solid var(--theme-border);background:#fff}
.checkout-design-checkout_minimal_steps .checkout-card{padding:24px;border-left:5px solid var(--theme-primary)}
.checkout-design-checkout_minimal_steps .ship-option{border-radius:10px;background:#fff}
.checkout-design-checkout_minimal_steps .btn-primary{border-radius:10px;width:100%}

.checkout-design-checkout_fast_order .checkout-layout{grid-template-columns:minmax(0,1fr) 340px;gap:16px}
.checkout-design-checkout_fast_order .checkout-grid{gap:12px}
.checkout-design-checkout_fast_order .checkout-card,.checkout-design-checkout_fast_order .summary-panel{border-radius:20px;padding:16px;box-shadow:0 12px 35px rgba(15,23,42,.08)}
.checkout-design-checkout_fast_order .form-grid{gap:10px}.checkout-design-checkout_fast_order .shipping-options{gap:8px}
.checkout-design-checkout_fast_order .ship-option{padding:12px;border-radius:14px}.checkout-design-checkout_fast_order .map-picker{height:auto;min-height:360px}
.checkout-design-checkout_fast_order .btn-primary{position:sticky;bottom:14px;z-index:8;width:100%;min-height:56px;border-radius:18px}

@media (max-width:980px){
  .is-checkout-page .checkout-layout{grid-template-columns:1fr!important;gap:14px}
  .is-checkout-page .summary-panel{position:static;order:-1;border-radius:24px}
  .is-checkout-page .page-hero.compact{padding:24px 0 18px}
  .is-products-page .shop-layout{gap:14px}
  .is-products-page .filters-panel{position:relative;overflow:auto;white-space:nowrap;padding:12px;border-radius:20px}
  .is-products-page .filter-list{display:flex;gap:8px;overflow:auto}.is-products-page .filter-list li{flex:0 0 auto}.is-products-page .filter-list li.sub{padding-left:0}
}
@media (max-width:760px){
  .is-products-page .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .is-products-page .product-card{border-radius:18px}.is-products-page .product-body{padding:12px}.is-products-page .product-card h3{font-size:15px;line-height:1.15}.is-products-page .product-card p{display:none}.is-products-page .product-meta{display:grid;gap:8px}.is-products-page .product-image-wrap img{border-radius:16px;aspect-ratio:1/1}
  .quick-cart-form .btn,.is-products-page .btn-small{width:100%;justify-content:center;font-size:12px;padding:10px 8px}
  .is-product-page .product-detail-grid{gap:14px}.is-product-page .product-detail-copy h1{font-size:30px}.is-product-page .buy-box{border-radius:22px;padding:16px;background:var(--theme-card-bg);border:1px solid var(--theme-border)}
  .is-checkout-page .checkout-card,.is-checkout-page .summary-panel{padding:16px!important;border-radius:20px!important}.is-checkout-page .checkout-card h2{font-size:19px}.is-checkout-page .form-grid{grid-template-columns:1fr!important}.is-checkout-page .map-picker,#checkoutMap,.is-checkout-page .provider-frame{height:360px;min-height:360px}.is-checkout-page .summary-line.total{font-size:22px}.is-checkout-page .checkout-form>.btn-primary{width:100%;min-height:56px;border-radius:18px;font-weight:900}
}
@media (max-width:420px){
  .is-products-page .product-grid{gap:8px}.is-products-page .product-body{padding:10px}.is-products-page .product-tag,.best-seller-pill{font-size:10px;padding:5px 7px}.is-products-page .product-meta strong{font-size:15px}.is-checkout-page .container{padding-left:12px;padding-right:12px}
}
