
    :root{
      --black:#191919;
      --yellow:#ffc21a;
      --yellow-dk:#f5a900;
      --orange:#e97800;
      --bg:#f5f6f8;
      --line:#e8ebf0;
      --text:#111827;
      --muted:#98a1b2;
      --white:#fff;
      --shadow:0 2px 12px rgba(15,23,42,.08);
    }
    *{box-sizing:border-box;margin:0;padding:0}
    body{font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--text)}
    a{color:inherit;text-decoration:none}
    button,input,textarea{font:inherit}
    .hidden{display:none!important}
    .app{max-width:643px;margin:0 auto;background:#fff;min-height:100svh;overflow-x:hidden;overflow-y:visible;padding-top:var(--topbar-height,174px)}
    .topbar{background:var(--black);color:#fff;padding:14px 16px 18px;position:fixed;top:0;left:50%;width:min(643px,100%);transform:translateX(-50%);z-index:120;box-shadow:0 8px 26px rgba(0,0,0,.18)}
    .top-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}
    .place{display:flex;align-items:center;gap:14px;min-width:0;cursor:pointer;color:inherit;text-align:left;position:relative}
    .pin{width:54px;height:54px;border-radius:50%;background:var(--yellow);display:grid;place-items:center;flex:0 0 54px}
    .pin svg{width:28px;height:28px;stroke:#111}
    .place-label{font-size:18px;color:#9ca3af;line-height:1.05}
    .place-city{display:flex;align-items:center;gap:12px;font-size:22px;font-weight:700;line-height:1.2;max-width:260px}
    .place-city span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
    .place.open .place-city svg{transform:rotate(180deg)}
    .address-pop{position:absolute;left:0;top:calc(100% + 12px);width:320px;background:#fff;color:#111827;border-radius:12px;box-shadow:0 14px 36px rgba(15,23,42,.22);padding:18px;z-index:80}
    .address-title{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:800;margin-bottom:14px}
    .address-title svg{width:18px;height:18px;stroke:#f59e0b}
    .address-field{margin-bottom:10px}
    .address-field label{display:block;font-size:12px;font-weight:800;color:#6b7280;margin-bottom:4px}
    .address-field input{width:100%;height:42px;border:1px solid #d8dee8;border-radius:9px;padding:0 11px;outline:0;color:#111827;background:#fff}
    .address-field input:focus{border-color:var(--yellow-dk)}
    .address-grid{display:grid;grid-template-columns:95px 1fr;gap:9px}
    .address-actions{display:flex;gap:8px;margin-top:12px}
    .address-actions button{height:42px;border-radius:9px;border:0;font-weight:900;cursor:pointer}
    .address-save{flex:1;background:var(--yellow);color:#111827}
    .address-use-gps{width:48px;background:#f3f4f6;color:#111827}
    .address-hint{font-size:12px;color:#6b7280;line-height:1.35;margin-top:8px}
    .delivery{display:flex;align-items:center;gap:5px;font-size:16px;font-weight:600;white-space:nowrap}
    .delivery svg{width:17px;height:17px;stroke:var(--yellow)}
    .delivery strong{color:var(--yellow);font-weight:800}
    .search{height:72px;background:#fff;border-radius:16px;display:flex;align-items:center;gap:16px;padding:0 24px;color:#9ca3af;border:3px solid transparent}
    .search:focus-within{border-color:var(--yellow)}
    .search svg{width:31px;height:31px;stroke:#99a1af;flex:0 0 auto}
    .search input{border:0;outline:0;width:100%;font-size:25px;color:#111827;background:transparent}
    .search input::placeholder{color:#9ca3af}
    .search-wrap{position:relative}
    .search-clear{width:32px;height:32px;border:0;background:transparent;color:#9ca3af;font-size:34px;line-height:1;cursor:pointer;display:none;align-items:center;justify-content:center}
    .search-clear.visible{display:flex}
    .search-results{position:absolute;left:-2px;right:-2px;top:calc(100% + 8px);background:#fff;border-radius:14px;box-shadow:0 14px 36px rgba(15,23,42,.18);padding:12px 0;z-index:60;max-height:320px;overflow-y:auto}
    .search-result{display:grid;grid-template-columns:50px 1fr auto;gap:12px;align-items:center;width:100%;border:0;background:#fff;text-align:left;padding:9px 18px;cursor:pointer}
    .search-result:hover{background:#f8fafc}
    .search-result img{width:48px;height:48px;border:3px solid #f0f1f4;border-radius:4px;object-fit:contain;background:#fff}
    .search-name{font-size:16px;font-weight:700;color:#111827;line-height:1.2;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
    .search-cat{font-size:13px;color:#6b7280;margin-top:2px}
    .search-price{font-size:15px;font-weight:900;color:#df7100;white-space:nowrap}
    .search-empty{padding:14px 18px;color:#6b7280;font-weight:600}
    .hero{height:329px;background:linear-gradient(135deg,#ffc21a 0%,#e97800 100%)}
    .category-shell{background:#fff;border-radius:32px 32px 0 0;margin-top:-30px;padding:30px 10px 24px;position:relative;z-index:3}
    .category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:22px 14px}
    .cat-link{text-align:center;font-size:16px;color:#1f2937;line-height:1.2}
    .cat-img{width:66px;height:58px;margin:0 auto 8px;border-radius:50%;object-fit:contain;background:#f7f7f7}
    .content{background:#fff;padding:18px 0 64px}
    .section{padding:0 0 34px}
    .section-head{display:flex;align-items:center;justify-content:space-between;padding:0 18px;margin-bottom:18px}
    .section-title{font-size:25px;font-weight:900;letter-spacing:0}
    .more{font-size:17px;color:#ed8a00;font-weight:700;white-space:nowrap}
    .rail{display:flex;gap:12px;overflow-x:auto;padding:0 18px 14px;scroll-snap-type:x mandatory;scrollbar-width:none}
    .rail::-webkit-scrollbar{display:none}
    .promo-banner{display:flex;justify-content:center;padding:0 0 34px;background:#fff;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}
    .promo-banner img{display:block;width:min(100vw,643px);height:auto;border-radius:0}
    .product-card{width:204px;min-height:430px;flex:0 0 204px;background:#fff;border:0;border-radius:16px;padding:12px;box-shadow:none;scroll-snap-align:start;display:flex;flex-direction:column}
    .product-card a{display:flex;flex-direction:column;flex:1 1 auto}
    .product-img-wrap{position:relative;height:150px;background:#fff;border-radius:13px;display:flex;align-items:center;justify-content:center;overflow:hidden}
    .product-img{width:86%;height:86%;object-fit:contain}
    .discount{position:absolute;top:7px;left:7px;display:inline-flex;align-items:center;gap:5px;background:#e22626;color:#fff;border-radius:16px;padding:7px 10px;font-size:13px;font-weight:900;box-shadow:0 7px 16px rgba(226,38,38,.22)}
    .product-name{font-size:16px;line-height:1.15;font-weight:900;min-height:38px;margin:12px 0 4px;color:#111827}
    .product-desc{font-size:13px;line-height:1.25;color:#6b7280;margin-bottom:8px;min-height:17px}
    .old-price{display:inline-block;font-size:12px;color:#6b7280;text-decoration:line-through;background:#f0f0f0;border-radius:7px;padding:5px 8px;margin-bottom:9px}
    .price-label{font-size:14px;font-weight:800;color:var(--orange);margin-top:auto;margin-bottom:2px}
    .price{font-size:26px;line-height:1;font-weight:900;color:var(--orange);margin-bottom:12px;letter-spacing:0}
    .plus-btn{width:100%;min-height:62px;border:0;border-radius:999px;background:linear-gradient(180deg,#FFD400 0%,#F5B800 100%);color:#050505;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;margin:0;padding:0 14px;box-shadow:0 10px 18px rgba(245,184,0,.26);font-size:18px;font-weight:900;line-height:1;white-space:nowrap;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}
    .plus-btn:hover{transform:translateY(-2px);filter:brightness(1.04);box-shadow:0 14px 24px rgba(245,184,0,.34)}
    .plus-btn:active{transform:scale(.98);box-shadow:0 7px 14px rgba(245,184,0,.25)}
    .cart-icon{width:26px;height:26px;fill:none;stroke:#050505;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;flex:0 0 26px}
    .cart-icon circle{fill:#050505;stroke:none}
    .plus-text{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis}
    .see-all-card{width:170px;flex:0 0 170px;min-height:265px;border:0;border-radius:16px;background:linear-gradient(180deg,var(--yellow),#f2a208);color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;box-shadow:0 8px 20px rgba(244,165,0,.24);font-weight:800}
    .see-all-icon{width:49px;height:49px;border-radius:50%;background:#fff;color:#f0a000;display:grid;place-items:center;font-size:29px;font-weight:400}
    .see-all-card small{font-size:14px;font-weight:500}
    .footer{background:#191919;color:#f5f5f5;text-align:center;padding:31px 24px 43px;font-size:19px;line-height:1.35}
    .footer strong{display:block;font-weight:800;margin-bottom:5px}
    .footer p{color:#d1d5db;margin:0;font-weight:400}
    .socials{display:flex;justify-content:center;gap:18px;margin-top:22px}
    .socials span{width:60px;height:60px;border-radius:50%;background:#ffc21c;color:#151515;display:grid;place-items:center}
    .socials svg{width:31px;height:31px;display:block;fill:currentColor}
    .socials .youtube-icon{width:34px;height:34px}
    .crumbs{background:#fff;padding:20px 20px 10px;color:#6b7280;font-size:22px;display:flex;align-items:center;gap:13px;overflow:hidden}
    .crumbs span:last-child{color:#111827;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
    .back-link{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;margin:8px 20px 18px;padding:0;border:0;border-radius:0;background:transparent;color:#6b7280;font-size:0;box-shadow:none;cursor:pointer}
    .back-link .back-arrow{font-size:32px;line-height:1;font-weight:400;color:#6b7280}
    .product-page{background:#fff;border-top:1px solid #dfe3ea;padding:25px 20px 130px}
    .detail-img-box{position:relative;background:#fff;border-radius:20px;padding:18px;box-shadow:0 1px 4px rgba(15,23,42,.06);overflow:hidden}
    .detail-img{width:100%;aspect-ratio:1/1;object-fit:contain;display:block}
    .detail-title{font-size:30px;line-height:1.18;font-weight:900;margin:26px 0 24px}
    .detail-price{display:flex;align-items:flex-end;gap:10px;margin-bottom:26px}
    .detail-price .old-price{font-size:22px;height:auto}
    .detail-price .price{font-size:40px;color:#111827;margin:0}
    .specs{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:28px}
    .spec-label{font-size:16px;color:#9ca3af;margin-bottom:5px}
    .spec-value{font-size:20px;font-weight:800;color:#374151}
    .description{font-size:22px;color:#4b5563;line-height:1.4;margin-bottom:34px}
    .qty{display:flex;align-items:center;justify-content:center;gap:38px;margin-bottom:24px}
    .qty button{width:60px;height:40px;border:1px solid #cfd6df;border-radius:9px;background:#f8fafc;font-size:28px;color:#111827;cursor:pointer}
    .qty strong{font-size:28px;min-width:38px;text-align:center}
    .quick-add{display:flex;justify-content:center;gap:8px;margin-bottom:16px}
    .quick-add button{height:38px;padding:0 19px;border-radius:8px;border:1px solid #cfd6df;background:#f8fafc;font-weight:700;color:#1f2937}
    .add-detail{position:fixed;left:50%;bottom:14px;transform:translateX(-50%);width:min(615px,calc(100% - 28px));height:56px;border:0;border-radius:10px;background:var(--yellow);display:flex;align-items:center;justify-content:space-between;padding:0 24px;font-size:17px;font-weight:900;z-index:35;cursor:pointer}
    .category-page{padding:26px 20px 80px;background:#fff}
    .category-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
    .category-list .product-card{width:auto;min-width:0}
    .checkout{background:#f4f6f8;padding:24px 16px 110px}
    .checkout-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px;margin-bottom:14px;box-shadow:var(--shadow)}
    .checkout-step-actions{display:flex;gap:10px;margin-top:18px}
    .checkout-step-actions .confirm-btn{flex:1}
    .step-back-btn{flex:0 0 118px;height:54px;border:1px solid #d7deea;border-radius:10px;background:#fff;color:#111827;font-size:16px;font-weight:900;cursor:pointer}
    .checkout-step .step-badge{background:var(--yellow);color:#111827}
    .checkout-step .step-title{color:#111827}
    .checkout-title{font-size:22px;line-height:1.1;font-weight:900;color:#111827;text-transform:none;margin-bottom:14px}
    .checkout-progress{position:relative;display:flex;align-items:center;justify-content:space-between;width:min(330px,100%);margin:2px auto 18px;padding:0 4px}
    .checkout-progress:before{content:"";position:absolute;left:20px;right:20px;top:50%;height:4px;background:#dedede;transform:translateY(-50%);z-index:0}
    .progress-dot{position:relative;z-index:1;width:40px;height:40px;border-radius:50%;border:0;background:#dedede;color:#8b9098;display:grid;place-items:center;font-size:19px;font-weight:800}
    .progress-dot.active{background:var(--yellow);border:0;color:#111827}
    .progress-dot.done{background:#dedede;color:#8b9098}
    .checkout-suggest{background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px;margin:0 0 14px;box-shadow:var(--shadow);overflow:hidden}
    .checkout-suggest-head{font-size:22px;line-height:1.1;font-weight:900;color:#111827;margin-bottom:14px}
    .checkout-suggest-rail{display:flex;gap:14px;overflow-x:auto;padding:0 2px 4px;scrollbar-width:none}
    .checkout-suggest-rail::-webkit-scrollbar{display:none}
    .suggest-card{width:142px;flex:0 0 142px;position:relative}
    .suggest-img-wrap{height:104px;border-radius:14px;overflow:hidden;background:#f4f6f8;position:relative;margin-bottom:9px}
    .suggest-img-wrap img{width:100%;height:100%;object-fit:contain;background:#fff;display:block}
    .suggest-add{position:absolute;right:8px;bottom:8px;width:42px;height:42px;border:0;border-radius:50%;background:var(--yellow);color:#111827;box-shadow:0 8px 22px rgba(245,184,0,.28);font-size:30px;line-height:42px;font-weight:900;cursor:pointer}
    .suggest-price{font-size:18px;line-height:22px;font-weight:900;color:#111827;margin-bottom:3px}
    .suggest-name{font-size:14px;line-height:18px;font-weight:700;color:#6b7280;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
    .suggest-empty{font-size:14px;color:#6b7280;font-weight:700;padding:4px 0}
    .step-head{display:block;text-align:center;margin-bottom:18px}
    .step-left{display:block;min-width:0}
    .step-badge{display:none}
    .step-title{font-size:18px;line-height:1.05;font-weight:900;color:#9ca3af}
    .step-sub{font-size:18px;line-height:1.25;color:#111827;margin-top:6px}
    .step-count{font-size:20px;font-weight:800;color:#111827;white-space:nowrap;margin-top:3px}
    .payment-card{position:relative;border:2px solid #1b8f10;border-radius:12px;padding:28px 22px 24px;margin-top:12px}
    .payment-discount{position:absolute;right:10px;top:-16px;background:#27a853;color:#fff;border-radius:7px;padding:5px 14px;font-size:14px;font-weight:900;letter-spacing:1.3px}
    .payment-row{display:grid;grid-template-columns:34px 58px 1fr;gap:14px;align-items:center}
    .pix-radio{width:26px;height:26px;border:2px solid #198a0f;border-radius:50%;display:grid;place-items:center}
    .pix-radio:after{content:"";width:14px;height:14px;border-radius:50%;background:#20a51a}
    .pix-logo{width:42px;height:42px;border-radius:0;background:transparent;display:grid;place-items:center;padding:0}
    .pix-logo img{width:100%;height:100%;display:block;object-fit:contain;filter:grayscale(1) brightness(.62) contrast(1.05)}
    .payment-name{font-size:25px;font-weight:900;color:#111827}
    .payment-ok{font-size:18px;font-weight:800;color:#16a34a;margin-top:4px}
    .payment-note{font-size:19px;line-height:1.25;color:#64748b;margin:22px 0 0 74px}
    .pix-total{font-size:19px;font-weight:900;color:#64748b;margin:22px 0}
    .payment-card .confirm-btn{background:#198a0f;color:#fff;height:64px;font-size:20px;border-radius:10px}
    .checkout-summary-item{display:grid;grid-template-columns:78px minmax(0,1fr) 114px;gap:14px;align-items:center;padding:12px;background:#f7f7f8;border-radius:18px;margin-bottom:10px;border:0}
    .checkout-summary-item:last-child{margin-bottom:0}
    .summary-img{width:72px;height:72px;border:0;border-radius:12px;object-fit:contain;background:#fff}
    .summary-main{min-width:0}
    .summary-name{font-size:17px;line-height:1.22;font-weight:700;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
    .summary-desc{font-size:15px;line-height:20px;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
    .summary-meta{display:flex;align-items:baseline;gap:8px;margin-top:7px;min-width:0;line-height:20px}
    .summary-price{font-size:15px;line-height:20px;font-weight:800;color:var(--orange);white-space:nowrap}
    .summary-qty{display:grid;grid-template-columns:34px 40px 34px;align-items:center;width:108px;height:38px;border:0;border-radius:0;overflow:visible;margin:0;background:transparent;gap:6px}
    .summary-qty button{width:34px;height:34px;border:0;border-radius:50%;background:#eceeef;font-size:20px;color:#6b7280;cursor:pointer;font-weight:800;line-height:1}
    .summary-qty button:last-child{background:var(--yellow);color:#111827}
    .summary-qty span{text-align:center;height:38px;border-radius:10px;background:#fff;font-size:17px;line-height:38px;font-weight:800;color:#111827;box-shadow:0 2px 10px rgba(15,23,42,.06)}
    .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
    .form-grid2{display:grid;grid-template-columns:105px 1fr;gap:10px}
    .form-lbl{display:block;font-size:13px;font-weight:800;color:#6b7280;margin:8px 0 5px}
    .form-inp{width:100%;height:44px;border:1px solid #cfd6df;border-radius:9px;padding:0 12px;outline:0;background:#fff}
    .form-inp::placeholder{color:#b8bec9}
    .form-inp:focus{border-color:var(--yellow-dk)}
    .delivery-estimate{display:flex;gap:12px;align-items:flex-start;margin-top:14px;padding:14px;border-radius:14px;background:#fff8e1;border:1px solid #ffe08a;color:#111827;box-shadow:0 8px 22px rgba(245,158,11,.12)}
    .delivery-estimate-icon{flex:0 0 42px;width:42px;height:42px;border-radius:13px;background:var(--yellow);display:grid;place-items:center;color:#111827}
    .delivery-estimate-icon svg{width:23px;height:23px;stroke:currentColor;stroke-width:2.4;fill:none}
    .delivery-estimate-body{min-width:0;flex:1}
    .delivery-estimate-kicker{font-size:12px;line-height:15px;font-weight:900;color:#9ca3af;text-transform:uppercase;letter-spacing:.03em;margin-bottom:2px}
    .delivery-estimate-time{font-size:20px;line-height:25px;font-weight:900;color:#111827;margin-bottom:3px;letter-spacing:0}
    .delivery-estimate-store{font-size:13px;line-height:18px;font-weight:700;color:#6b7280}
    .confirm-btn,.pix-copy-btn{width:100%;height:54px;border:0;border-radius:10px;background:var(--yellow);color:#111827;font-size:16px;font-weight:900;cursor:pointer}
    .cart-bar{position:fixed;left:0;right:0;bottom:0;padding:10px 14px;background:#fff;box-shadow:0 -2px 18px rgba(15,23,42,.12);z-index:32}
    .cart-bar-inner{max-width:615px;margin:0 auto}
    .cart-btn{width:100%;height:58px;border:0;border-radius:13px;background:var(--yellow);display:flex;align-items:center;justify-content:space-between;padding:0 20px;font-size:17px;font-weight:800;color:#111;cursor:pointer;letter-spacing:0}
    .cart-count-text{white-space:nowrap}
    .pix-screen{min-height:70svh;display:grid;place-items:center;text-align:center;background:#f4f6f8;padding:30px 18px}
    .pix-box{background:#fff;border-radius:18px;padding:22px;max-width:360px;width:100%;box-shadow:var(--shadow)}
    .pix-spinner{width:42px;height:42px;margin:0 auto 14px;border:4px solid #e5e7eb;border-top-color:var(--yellow-dk);border-radius:50%;animation:spin .8s linear infinite}
    @keyframes spin{to{transform:rotate(360deg)}}
    .pix-brand{width:74px;height:74px;margin:0 auto 14px;border-radius:0;background:transparent;padding:0;box-shadow:none}
    .pix-brand img{width:100%;height:100%;display:block;object-fit:contain}
    .qr-box{position:relative;margin:18px auto;background:#fff;border:1px solid var(--line);border-radius:12px;padding:12px;width:220px;min-height:220px;display:grid;place-items:center}
    #img-qrcode{width:196px;height:196px}
    .qr-pix-logo{display:none!important}
    .qr-pix-logo img{width:100%;height:100%;display:block;object-fit:contain}
    .pix-code{width:100%;height:70px;border:1px solid #cfd6df;border-radius:8px;padding:8px;font-size:10px;resize:none}
    @media(max-width:520px){
      .app{max-width:none;padding-top:var(--topbar-height,136px)}
      .topbar{padding:10px 10px 12px}
      .pin{width:38px;height:38px;flex-basis:38px}
      .pin svg{width:21px;height:21px}
      .place-label{font-size:16px}
      .place-city{font-size:16px;gap:6px;max-width:150px}
      .delivery{font-size:11px}
      .search{height:48px;border-radius:11px;padding:0 15px;gap:10px}
      .search svg{width:22px;height:22px}
      .search input{font-size:17px}
      .search-results{top:calc(100% + 7px);max-height:318px}
      .search-result{grid-template-columns:50px 1fr auto;padding:8px 16px}
      .search-name{font-size:15px}
      .search-price{font-size:14px}
      .hero{height:190px}
      .category-shell{border-radius:24px 24px 0 0;padding:22px 8px 18px}
      .category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px 6px;overflow:visible}
      .address-pop{width:min(320px,calc(100vw - 20px));left:-48px}
      .cat-link{width:auto;min-width:0;font-size:13px}
      .cat-img{width:50px;height:45px}
      .section{padding-bottom:28px}
      .section-head{padding:0 14px;margin-bottom:16px}
      .section-title{font-size:23px}
      .more{font-size:15px}
      .rail{gap:10px;padding:0 14px 12px}
      .promo-banner{padding:0 14px 28px}
      .product-card{width:166px;min-height:360px;flex-basis:166px;padding:10px;border-radius:14px}
      .product-img-wrap{height:118px;border-radius:11px}
      .product-img{width:82%;height:82%}
      .product-name{font-size:14px;min-height:34px;margin-top:10px}
      .product-desc{font-size:12px;margin-bottom:7px}
      .old-price{font-size:11px;padding:4px 7px;margin-bottom:7px}
      .price-label{font-size:12px;margin-top:auto}
      .price{font-size:22px;margin-bottom:10px}
      .plus-btn{width:100%;min-height:54px;margin:0;border-radius:999px;padding:0 9px;gap:6px;font-size:16px}
      .cart-icon{width:21px;height:21px;flex-basis:21px}
      .footer{font-size:16px;padding:28px 18px 38px}
      .socials{gap:14px}
      .socials span{width:56px;height:56px}
      .category-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;overflow:visible;margin-left:0;margin-right:0;padding:0 0 12px}
      .category-list .product-card{width:auto;min-width:0;flex:initial}
      .checkout-summary-item{grid-template-columns:66px minmax(0,1fr) 102px;gap:10px;padding:10px;border-radius:16px}
      .summary-img{width:60px;height:60px}
      .summary-name{font-size:15px}
      .summary-desc{font-size:13px;line-height:18px;margin-top:0}
      .summary-meta{align-items:baseline;gap:6px;margin-top:5px;line-height:18px}
      .summary-price{font-size:13px;line-height:18px}
      .summary-qty{grid-template-columns:30px 34px 30px;width:100px;height:34px;gap:5px}
      .summary-qty button{width:30px;height:30px;font-size:18px}
      .summary-qty span{height:34px;line-height:34px;font-size:15px}
      .checkout-progress{width:min(260px,100%);margin:2px auto 16px}
      .checkout-progress:before{left:17px;right:17px;height:3px}
      .progress-dot{width:34px;height:34px;font-size:16px}
      .progress-dot.active{border-width:0}
      .checkout-suggest{padding:14px;margin-bottom:14px}
      .checkout-title,.checkout-suggest-head{font-size:20px;margin-bottom:12px}
      .checkout-suggest-rail{gap:12px}
      .suggest-card{width:126px;flex-basis:126px}
      .suggest-img-wrap{height:94px;border-radius:13px}
      .suggest-add{width:38px;height:38px;line-height:38px;font-size:28px}
      .suggest-price{font-size:17px}
      .suggest-name{font-size:13px;line-height:17px}
      .step-head{text-align:center}
      .checkout-step-actions{gap:8px}
      .step-back-btn{flex-basis:96px;height:50px}
      .step-badge{width:22px;height:22px;flex-basis:22px;font-size:11px}
      .step-title{font-size:16px}
      .step-sub{font-size:17px}
      .step-count{font-size:18px}
      .payment-card{padding:26px 16px 18px}
      .payment-row{grid-template-columns:28px 50px 1fr;gap:12px}
      .pix-logo{width:38px;height:38px;font-size:22px}
      .payment-name{font-size:23px}
      .payment-note{margin-left:62px;font-size:18px}
      .crumbs{font-size:15px}
      .back-link{width:34px;height:34px;min-width:0;border-radius:0;font-size:0;padding:0}
      .back-link .back-arrow{font-size:30px}
      .detail-title{font-size:26px}
      .detail-price .price{font-size:36px}
      .description{font-size:19px}
      .form-grid,.form-grid2{grid-template-columns:1fr}
    }
  