:root{--blue:#143b6d;--ink:#111827;--muted:#64748b;--line:#e5e7eb;--gold:#0b1f45;--bg:#f5f7fb;--frame:#f8fafc}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,Arial,sans-serif}.site-header{height:76px;background:#fff;border-bottom:1px solid #e9edf3;display:flex;align-items:center;justify-content:space-between;padding:0 7vw;position:sticky;top:0;z-index:5}.brand{display:flex;gap:12px;align-items:center;text-decoration:none;color:#172033}.brand-mark{width:42px;height:42px;border-radius:14px;background:#f0f6ff;color:#143b6d;font-weight:900;display:grid;place-items:center;letter-spacing:-2px}.brand small{display:block;color:#64748b;font-size:10px;letter-spacing:2px;margin-top:2px}.site-header nav{display:flex;align-items:center;gap:28px}.site-header nav a{text-decoration:none;color:#172033;font-weight:700}.cart-link span{background:#9cb8cc;color:#fff;border-radius:999px;padding:3px 8px;font-size:12px}.page{max-width:1180px;margin:0 auto;padding:42px 18px 74px}.hero-card,.white-card{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 24px 70px rgba(15,23,42,.08)}.hero-card{padding:32px 38px;margin-bottom:26px;display:flex;justify-content:space-between;gap:30px;align-items:center}.backlink{font-size:13px;color:#64748b;text-decoration:none}.hero-card h1{font-size:34px;margin:12px 0 12px}.hero-card p{color:#64748b;line-height:1.7;max-width:680px}.price-live{min-width:220px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:18px;text-align:center}.price-live span{display:block;color:#64748b;font-size:13px;margin-bottom:8px}.price-live strong{font-size:28px;color:#0f2746}.config-layout{display:grid;grid-template-columns:420px 1fr;gap:28px}.preview-panel,.config-card{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 24px 70px rgba(15,23,42,.08)}.preview-panel{padding:32px;text-align:center}.mosquito-preview{--frame:#f4f6f8;width:220px;height:320px;margin:12px auto 18px;border:18px solid var(--frame);border-radius:3px;box-shadow:inset 0 0 0 3px rgba(0,0,0,.18),0 18px 50px rgba(0,0,0,.12);position:relative;background:#d9dfe4}.mosquito-preview::before{content:'';position:absolute;inset:-9px;pointer-events:none;background:linear-gradient(135deg,rgba(0,0,0,.2) 0 14px,transparent 14px) top left/52px 52px no-repeat,linear-gradient(225deg,rgba(0,0,0,.2) 0 14px,transparent 14px) top right/52px 52px no-repeat,linear-gradient(45deg,rgba(0,0,0,.2) 0 14px,transparent 14px) bottom left/52px 52px no-repeat,linear-gradient(-45deg,rgba(0,0,0,.2) 0 14px,transparent 14px) bottom right/52px 52px no-repeat}.mesh-pattern{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(0,0,0,.12) 1px,transparent 1px),linear-gradient(rgba(0,0,0,.12) 1px,transparent 1px);background-size:8px 8px}.mesh-grey .mesh-pattern{background-color:rgba(255,255,255,.2)}.inner-shadow{position:absolute;inset:0;box-shadow:inset 0 0 0 6px rgba(255,255,255,.55),inset 0 0 0 8px rgba(0,0,0,.08)}.spring{display:none}.preview-note{display:inline-block;border:1px solid #143b6d;color:#143b6d;border-radius:999px;padding:8px 16px;font-size:13px}.measure-box{text-align:left;background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;margin-top:26px;padding:20px}.measure-box h3{margin-top:0}.measure-box p,.measure-box li{color:#64748b;line-height:1.55}.config-card{padding:30px}.steps{display:grid;grid-template-columns:repeat(4,1fr);height:44px;border-bottom:2px solid #e7edf5;margin-bottom:28px}.steps span{font-size:12px;color:#94a3b8;font-weight:800}.steps .active{color:#0b1f45;border-bottom:3px solid #0b1f45}.config-card h2{font-size:22px;margin:26px 0 16px}.profile-grid{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:14px}.option-card,.pill-card{border:1px solid var(--line);border-radius:14px;background:#fff;cursor:pointer;transition:.2s;position:relative}.option-card{padding:14px;text-align:center;min-height:148px}.option-card input,.pill-card input{position:absolute;opacity:0}.profile-swatch{display:block;width:70px;height:82px;margin:0 auto 10px;border:7px solid var(--swatch);background:#d7dde3;box-shadow:inset 0 0 0 3px rgba(255,255,255,.55), inset 0 0 0 5px rgba(0,0,0,.08);border-radius:2px;position:relative}.profile-swatch::before{content:'';position:absolute;inset:-7px;background:linear-gradient(135deg,rgba(0,0,0,.18) 0 10px,transparent 10px) top left/30px 30px no-repeat,linear-gradient(225deg,rgba(0,0,0,.18) 0 10px,transparent 10px) top right/30px 30px no-repeat,linear-gradient(45deg,rgba(0,0,0,.18) 0 10px,transparent 10px) bottom left/30px 30px no-repeat,linear-gradient(-45deg,rgba(0,0,0,.18) 0 10px,transparent 10px) bottom right/30px 30px no-repeat}.option-card strong{display:block;font-size:14px}.option-card em{display:inline-block;margin-top:7px;font-style:normal;font-size:11px;background:#eef6ff;color:#44657f;padding:4px 8px;border-radius:999px}.option-card:has(input:checked),.pill-card:has(input:checked){border-color:#0b1f45;box-shadow:0 0 0 3px rgba(190,139,45,.13);background:#f8fbff}.choice-row{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.pill-card{padding:18px}.pill-card span{display:block;font-weight:800}.pill-card small{display:block;color:#64748b;margin-top:6px}.info-banner{margin-top:18px;background:#eef6ff;border:1px solid #cfe2f3;color:#39566f;border-radius:14px;padding:14px 16px;line-height:1.5}.input-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.input-grid label,.checkout-form label{font-weight:800;color:#334155}.input-grid input,.checkout-form input,.checkout-form textarea{width:100%;border:1px solid #cfd8e3;border-radius:12px;padding:13px 14px;margin-top:8px;font-size:16px;background:#fff}.input-grid small{display:block;text-align:right;color:#64748b;margin-top:4px}.tip{display:inline-grid;place-items:center;width:18px;height:18px;background:#e2e8f0;color:#475569;border-radius:50%;font-size:12px}.summary-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:14px;margin:22px 0}.summary-strip-4{grid-template-columns:repeat(4,1fr)}.summary-strip span{font-size:13px;color:#64748b}.summary-strip b{color:#172033}.btn{border:0;border-radius:12px;padding:14px 22px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;font-weight:900;cursor:pointer}.primary{background:#0b1f45;color:#fff;box-shadow:0 12px 28px rgba(201,151,63,.25)}.ghost{background:#edf5fb;color:#38586f}.wide{padding:30px}.success{background:#ecfdf5;border:1px solid #a7f3d0;color:#047857;border-radius:12px;padding:12px}.error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;border-radius:12px;padding:12px}.shop-table{width:100%;border-collapse:collapse;margin-top:18px}.shop-table th,.shop-table td{border:1px solid #d9e0e8;padding:14px;text-align:left;vertical-align:middle}.shop-table th{background:#f8fafc}.cart-actions{display:flex;align-items:center;justify-content:flex-end;gap:18px;margin-top:22px}.total{font-size:18px}.checkout-grid{padding:34px;display:grid;grid-template-columns:1fr 360px;gap:32px}.checkout-form{display:grid;gap:16px}.order-mini{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:20px}.order-mini p{border-bottom:1px solid #e2e8f0;padding-bottom:14px;color:#475569}.order-mini span{float:right;color:#111827;font-weight:800}.thankyou{text-align:center;padding:54px}.order-no{display:block;font-size:42px;color:#9cb8cc;letter-spacing:4px;margin:14px 0 18px}.site-footer{text-align:center;color:#64748b;padding:40px 20px}.inline-code{display:inline-block;margin:8px 0 18px;padding:10px 16px;border-radius:12px;background:#f0f6ff;color:#9cb8cc;font-size:30px;letter-spacing:3px;font-weight:900}.cart-page-card{padding:30px}.cart-header-block{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:16px}.cart-subtitle{margin-top:8px;color:#64748b;max-width:720px}.config-code-box{min-width:280px;background:linear-gradient(135deg,#f8fbff,#f8fbff);border:1px solid #dbe7f5;border-radius:18px;padding:18px 20px;text-align:center}.config-code-box span{display:block;font-size:13px;color:#64748b;margin-bottom:10px}.config-code-box strong{display:block;font-size:32px;color:#143b6d;letter-spacing:3px;font-weight:900}.config-code-box small{display:block;color:#143b6d;margin-top:8px}.pretty-cart-table-wrap{margin-top:18px;border:1px solid #e4e9f0;border-radius:18px;overflow:hidden;background:#fff}.pretty-cart-table{margin:0}.pretty-cart-table thead th{background:#f3f7fb;color:#17304f;font-size:13px;text-transform:none}.pretty-cart-table tbody tr:nth-child(even){background:#fbfcfe}.product-cell strong{display:block;margin-bottom:4px}.product-cell small{color:#64748b}.remove-link{display:inline-flex;padding:8px 10px;background:#fff4f2;border:1px solid #ffd1c8;color:#c2410c;border-radius:10px;text-decoration:none;font-weight:700}.cart-actions-split{justify-content:space-between;align-items:center}.cart-summary-box{display:flex;align-items:center;gap:24px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:14px 16px 14px 18px}.cart-summary-box span{display:block;color:#64748b;font-size:13px}.cart-summary-box strong{display:block;font-size:28px;color:#143b6d}.cart-empty-state{text-align:center;padding:28px}.cart-empty-state p{margin-bottom:16px}@media(max-width:900px){.config-layout,.checkout-grid{grid-template-columns:1fr}.profile-grid{grid-template-columns:repeat(2,1fr)}.hero-card{display:block}.input-grid,.summary-strip,.summary-strip-4{grid-template-columns:1fr}.site-header{padding:0 18px}.site-header nav{gap:12px}.cart-actions,.cart-actions-split,.cart-header-block,.cart-summary-box{flex-direction:column;align-items:stretch}.shop-table{display:block;overflow:auto}.config-code-box{min-width:0;width:100%}}

/* FIX: usunięcie nieklikalnego paska kroków */
.steps{display:none!important}

/* FIX: podgląd moskitiery bardziej jak realny profil z narożnikami, bez bocznych uchwytów */
.mosquito-preview{width:245px;height:345px;border-width:22px;border-style:solid;border-color:var(--frame);background:#d6dce1;border-radius:2px;box-shadow:inset 0 0 0 2px rgba(0,0,0,.22),0 18px 50px rgba(0,0,0,.14)}
.mosquito-preview.wood-frame{border-image:repeating-linear-gradient(90deg,var(--frame) 0 18px,rgba(0,0,0,.18) 19px 20px,rgba(255,255,255,.16) 21px 23px,var(--frame) 24px 42px) 22}
.mosquito-preview::before{content:'';position:absolute;inset:-22px;pointer-events:none;background:linear-gradient(135deg,rgba(0,0,0,.24) 0 20px,transparent 20px) top left/70px 70px no-repeat,linear-gradient(225deg,rgba(0,0,0,.24) 0 20px,transparent 20px) top right/70px 70px no-repeat,linear-gradient(45deg,rgba(0,0,0,.24) 0 20px,transparent 20px) bottom left/70px 70px no-repeat,linear-gradient(-45deg,rgba(0,0,0,.24) 0 20px,transparent 20px) bottom right/70px 70px no-repeat;opacity:.65}
.mesh-pattern{background-image:linear-gradient(90deg,rgba(0,0,0,.16) 1px,transparent 1px),linear-gradient(rgba(0,0,0,.16) 1px,transparent 1px);background-size:7px 7px;background-color:#cfd6dc}.inner-shadow{position:absolute;inset:0;box-shadow:inset 0 0 0 6px rgba(255,255,255,.55),inset 0 0 0 8px rgba(0,0,0,.1)}

/* FIX: miniatury profili z fakturą zamiast płaskiego koloru */
.profile-swatch{border-width:8px;border-style:solid;border-color:var(--swatch);background:#d7dde3;box-shadow:inset 0 0 0 3px rgba(255,255,255,.6),inset 0 0 0 5px rgba(0,0,0,.08),0 8px 18px rgba(15,23,42,.08)}
.profile-swatch::after{content:'';position:absolute;inset:-8px;pointer-events:none;background:repeating-linear-gradient(90deg,rgba(255,255,255,.16) 0 3px,rgba(0,0,0,.08) 4px 5px,transparent 6px 13px);mix-blend-mode:multiply;opacity:.38}
.option-card:nth-child(1) .profile-swatch::after,.option-card:nth-child(2) .profile-swatch::after,.option-card:nth-child(3) .profile-swatch::after{opacity:.12}

/* FIX: koszyk bardziej czytelny */
.cart-page-card h1{margin-top:0}.pretty-cart-table th{font-weight:900}.pretty-cart-table td strong{color:#0f2746}.config-code-box strong{color:#143b6d}.cart-summary-box strong{white-space:nowrap}.primary:hover{filter:brightness(.96)}

/* POPRAWKI STABILNE */
:root{--brand-blue:#143b6d;--brand-blue-dark:#0f2746;--brand-gold:#0b1f45}.site-header nav a,.brand{color:var(--brand-blue-dark)}.brand-mark{background:#eef6ff;color:var(--brand-blue)}.primary{background:var(--brand-gold);color:#fff}.ghost{background:#edf5fb;color:var(--brand-blue)}.config-card h2,.hero-card h1,.cart-page-card h1{color:var(--brand-blue-dark)}.steps{display:none!important}.product-preview-box{width:260px;max-width:100%;margin:4px auto 18px;padding:10px 8px;background:#fff;border-radius:18px}.product-preview-box img{display:block;width:100%;height:auto;filter:drop-shadow(0 18px 28px rgba(15,39,70,.14))}.product-preview-box img.mesh-grey{opacity:.92}.profile-swatch,.mosquito-preview{display:none!important}.profile-swatch-img{display:block;width:112px;height:72px;margin:0 auto 10px;border-radius:10px;background:#fff;overflow:hidden}.profile-swatch-img img{width:100%;height:100%;object-fit:contain;display:block}.option-card{min-height:156px;border-color:#dbe4ee}.option-card:hover{border-color:#0b1f45;transform:translateY(-1px)}.option-card:has(input:checked),.pill-card:has(input:checked){border-color:#0b1f45;box-shadow:0 0 0 3px rgba(201,151,63,.16);background:#f8fbff}.option-card em,.pill-card small{background:#eef6ff;color:#49657e}.summary-strip,.measure-box,.order-mini,.cart-summary-box{border-color:#dbe4ee}.info-banner{background:#eef6ff;border-color:#c8dff2;color:#244a70}.config-code-box strong,.cart-summary-box strong,.order-no{color:var(--brand-blue)}.pretty-cart-table thead th{background:#f0f6ff;color:#143b6d;border-color:#d9e6f3}.pretty-cart-table tbody tr:nth-child(even){background:#fbfdff}.remove-link{color:#b42318;background:#fff4f2;border:1px solid #ffd1c8}


/* UI FIX — ciemny niebieski z logo, bez pomarańczowo-brązowych akcentów */
:root{
  --blue:#17335f;
  --blue-dark:#10264a;
  --blue-soft:#eef4fb;
  --gold:#17335f;
}
.hero-card h1,.config-card h2,.site-header nav a,.brand strong{color:var(--blue-dark)}
.price-live strong,.summary-strip b,.cart-summary-box strong,.config-code-box strong{color:var(--blue-dark)}
.primary{background:var(--blue-dark)!important;color:#fff!important;box-shadow:0 14px 30px rgba(16,38,74,.22)!important}
.ghost{background:var(--blue-soft)!important;color:var(--blue-dark)!important;border:1px solid #cdd9ea!important}
.preview-note{border-color:var(--blue-dark)!important;color:var(--blue-dark)!important;background:#fff!important}
.option-card:has(input:checked),.pill-card:has(input:checked){border-color:var(--blue-dark)!important;box-shadow:0 0 0 3px rgba(23,51,95,.12)!important;background:#f8fbff!important}
.option-card em,.pill-card small{background:#eef4fb!important;color:#17335f!important}
.info-banner{background:#eef4fb!important;border-color:#cdd9ea!important;color:#17335f!important}
.tip{background:#e7eef8!important;color:#17335f!important}
.cart-link span{background:var(--blue-dark)!important}
.brand-mark{background:#eef4fb!important;color:var(--blue-dark)!important}
.success{background:#eef8f2!important;border-color:#cce8d8!important;color:#195f36!important}.error{background:#fff1f1!important;border-color:#ffcaca!important;color:#a51d1d!important}
.config-code-box{background:linear-gradient(135deg,#f8fbff,#ffffff)!important;border-color:#cdd9ea!important}.config-code-box small{color:#64748b!important}
/* miniatury w kroku 1 jako małe moskitiery, bez wychodzenia poza kafelki */
.profile-grid{grid-template-columns:repeat(4,minmax(120px,1fr));gap:14px}.option-card{overflow:hidden}.profile-swatch-img{display:flex;align-items:center;justify-content:center;width:96px;height:70px;margin:0 auto 10px}.profile-swatch-img img{max-width:96px;max-height:70px;width:100%;height:100%;object-fit:contain;display:block}.profile-product-thumb img{transform:none!important}
.product-preview-box{display:flex;align-items:center;justify-content:center;min-height:360px}.product-preview-box img{max-width:285px;max-height:330px;width:auto;height:auto;object-fit:contain;display:block;margin:0 auto;transition:.2s ease}
.measure-guide-img{display:block;width:100%;max-width:300px;margin:14px auto 16px;border:1px solid #d9e2ef;border-radius:14px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.07);object-fit:contain}
.backlink{display:none!important}
.measure-box ul{padding-left:20px}.measure-box li::marker{color:var(--blue-dark)}
@media(max-width:900px){.profile-grid{grid-template-columns:repeat(2,1fr)}.product-preview-box{min-height:auto}.product-preview-box img{max-width:240px}}
.allegro-buy-box{max-width:760px;margin:24px auto 0;padding:24px;border:1px solid #dbe7f5;border-radius:22px;background:linear-gradient(135deg,#f8fbff,#ffffff);text-align:center}.allegro-buy-box h2{margin:0 0 10px;color:#0b1f45}.allegro-units-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:18px 0}.allegro-units-grid div{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:16px}.allegro-units-grid span{display:block;font-size:13px;color:#64748b;margin-bottom:8px}.allegro-units-grid strong{display:block;font-size:24px;color:#0b1f45}.small-note{font-size:13px;color:#64748b}.primary{background:#0b1f45!important;color:#fff!important;box-shadow:0 12px 28px rgba(11,31,69,.18)!important}.option-card:has(input:checked),.pill-card:has(input:checked){border-color:#0b1f45!important;box-shadow:0 0 0 3px rgba(11,31,69,.12)!important;background:#f8fbff!important}.preview-note{border-color:#0b1f45!important;color:#0b1f45!important}.steps .active{color:#0b1f45!important;border-bottom-color:#0b1f45!important}.info-banner{background:#f3f7fc!important;border-color:#dbe7f5!important;color:#0b1f45!important}@media(max-width:900px){.allegro-units-grid{grid-template-columns:1fr}}
.admin-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.status-ok{color:#047857;font-weight:800}.status-bad{color:#b91c1c;font-weight:800}.status-muted{color:#64748b}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:14px;margin-top:22px}.stats-grid>div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:18px}.stats-grid span{display:block;color:#64748b;font-size:13px;margin-bottom:8px}.stats-grid strong{font-size:26px;color:#143b6d}.inline-filter{display:flex;gap:10px;align-items:end}.inline-filter label{display:grid;gap:6px;font-weight:800;color:#334155}.inline-filter input{border:1px solid #cfd8e3;border-radius:12px;padding:12px 14px;max-width:110px}.small-note{font-size:13px;color:#64748b}@media(max-width:900px){.stats-grid{grid-template-columns:1fr 1fr}.inline-filter{align-items:stretch;flex-direction:column}}@media(max-width:560px){.stats-grid{grid-template-columns:1fr}}

.how-buy-mini{margin-top:14px;background:#f3f7fb;border:1px solid #d8e3ef;border-radius:14px;padding:12px 14px;color:#143b6d}.how-buy-mini strong{display:block;margin-bottom:4px}.how-buy-mini span{color:#52667d;font-size:14px;line-height:1.45}.how-buy-box{margin:18px 0;background:#f3f7fb;border:1px solid #d8e3ef;border-radius:16px;padding:16px;text-align:left}.how-buy-box h3{margin:0 0 8px;color:#143b6d}.how-buy-box ol{margin:0;padding-left:20px;line-height:1.7}.admin-search-bar{display:grid;grid-template-columns:1fr 220px auto auto;gap:12px;align-items:end;margin:18px 0 20px}.admin-search-bar label{font-weight:800;color:#334155}.admin-search-bar input,.admin-search-bar select,.inline-filter input{width:100%;border:1px solid #cfd8e3;border-radius:12px;padding:12px 14px;margin-top:8px;background:#fff}.status-pill{display:inline-flex;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800;background:#eef2f7;color:#334155}.status-new{background:#eef6ff;color:#143b6d}.status-emailed{background:#ecfdf5;color:#047857}.status-allegro{background:#f0f9ff;color:#0369a1}.status-in_progress{background:#fff7ed;color:#c2410c}.status-done{background:#dcfce7;color:#166534}.status-cancelled{background:#fef2f2;color:#b91c1c}.status-archived{background:#f1f5f9;color:#64748b}@media(max-width:900px){.admin-search-bar{grid-template-columns:1fr}}

/* Price preview under step 3 + mobile sticky bar */
.price-under-step{
    margin:22px 0 18px;
    padding:18px;
    border:1px solid #d9e3f0;
    border-radius:18px;
    background:#f8fbff;
    box-shadow:0 8px 24px rgba(20,59,109,.06);
}
.price-under-step__main{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:14px;
    padding-bottom:13px;
    border-bottom:1px solid #e4ecf6;
    margin-bottom:12px;
}
.price-under-step__main span{
    font-size:15px;
    color:#5f718d;
    font-weight:700;
}
.price-under-step__main strong{
    font-size:34px;
    line-height:1;
    color:#0f2746;
    font-weight:900;
    letter-spacing:.2px;
    white-space:nowrap;
}
.price-under-step__details{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:8px 14px;
}
.price-under-step__details p{
    margin:0;
    color:#5f718d;
    font-size:14px;
    line-height:1.35;
}
.price-under-step__details b{
    color:#143b6d;
    font-weight:900;
}
.sticky-mobile-price{
    display:none;
}
.main-add-to-cart{
    margin-top:4px;
}
@media(max-width:900px){
    .price-under-step{
        padding:18px;
        margin-top:20px;
    }
    .price-under-step__main strong{
        font-size:32px;
    }
    .price-under-step__details{
        grid-template-columns:1fr 1fr;
    }
}
@media(max-width:768px){
    body{
        padding-bottom:98px;
    }
    .price-live{
        display:none;
    }
    .price-under-step__main{
        align-items:flex-start;
        flex-direction:column;
        gap:7px;
    }
    .price-under-step__main strong{
        font-size:38px;
    }
    .price-under-step__details{
        grid-template-columns:1fr;
    }
    .sticky-mobile-price{
        display:flex;
        position:fixed;
        left:12px;
        right:12px;
        bottom:12px;
        z-index:999;
        align-items:center;
        justify-content:space-between;
        gap:12px;
        background:#ffffff;
        border:1px solid #d9e3f0;
        border-radius:18px;
        padding:12px 14px;
        box-shadow:0 12px 34px rgba(15,23,42,.18);
    }
    .sticky-mobile-price span{
        display:block;
        color:#64748b;
        font-size:12px;
        font-weight:700;
        margin-bottom:2px;
    }
    .sticky-mobile-price strong{
        display:block;
        color:#0f2746;
        font-size:25px;
        line-height:1;
        font-weight:900;
        white-space:nowrap;
    }
    .sticky-add-btn{
        min-width:112px;
        padding:13px 16px;
        border-radius:14px;
    }
}
