:root{--blue:#2874f0;--blue2:#166bff;--yellow:#ffc400;--green:#149a2b;--red:#e00000;--orange:#ff5a19;--ink:#111827;--muted:#667085;--line:#e3e7ed;--soft:#f6f7f9;--sf-line:#e3e7ed;--sf-pink:#2874f0}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#f1eef0;color:var(--ink);font-size:14px}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}button{cursor:pointer}.store-shell,.sf-app{width:min(100%,480px);min-height:100vh;margin:0 auto;background:#fff;position:relative;overflow-x:hidden}.store-shell svg,.sf-app svg{display:block}.theme-toast{position:fixed;left:50%;bottom:86px;transform:translate(-50%,14px);z-index:300;background:#111827;color:#fff;border-radius:10px;padding:10px 14px;font-size:12px;opacity:0;pointer-events:none;transition:.2s;max-width:min(92vw,420px);text-align:center}.theme-toast.show{opacity:1;transform:translate(-50%,0)}
/* header */
.app-header{height:56px;position:sticky;top:0;z-index:100;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 12px;border-bottom:1px solid #e8ebef;box-shadow:0 3px 10px rgba(16,24,40,.08)}.app-header-left,.app-header-actions{display:flex;align-items:center}.app-header-left{min-width:0;gap:7px}.app-header-actions{gap:2px}.icon-button{width:38px;height:38px;border:0;background:transparent;border-radius:50%;display:grid;place-items:center;color:#111827;padding:8px;position:relative}.icon-button:active{background:#f4f6f8}.icon-button svg{width:23px;height:23px}.brand-mark{width:34px;height:34px;border-radius:50%;overflow:hidden;display:grid;place-items:center;flex:0 0 auto}.brand-mark img{width:100%;height:100%;object-fit:cover}.header-title{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.cart-icon>span{position:absolute;right:0;top:0;min-width:17px;height:17px;border-radius:99px;background:#e6262c;color:#fff;font-size:10px;font-weight:800;display:grid;place-items:center;padding:0 4px;border:2px solid #fff}
/* home */
.home-top-reference{display:block;width:100%;height:auto;margin:0;background:#fff;object-fit:contain;}
.home-page{padding-bottom:18px}.home-grid{padding:8px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;background:#f4f5f7}.product-card{min-width:0;background:#fff;border:1px solid #e2e6eb;border-radius:8px;position:relative;overflow:hidden;box-shadow:0 1px 2px rgba(16,24,40,.06)}.product-card-link{display:block}.product-card-image{height:174px;background:#fff;display:grid;place-items:center;padding:7px;overflow:hidden}.product-card-image img{width:100%;height:100%;object-fit:contain}.product-heart{position:absolute;right:7px;top:7px;width:30px;height:30px;border:0;border-radius:50%;background:rgba(255,255,255,.92);display:grid;place-items:center;color:#8b95a5;padding:5px;box-shadow:0 1px 4px rgba(16,24,40,.06)}.product-heart svg{width:20px;height:20px}.product-heart.active{color:#e50046}.product-heart.active svg{fill:currentColor}.product-card-body{padding:8px 9px 10px}.product-card-body h2{font-size:13.5px;line-height:1.35;font-weight:500;margin:0 0 8px;height:37px;overflow:hidden;color:#111}.product-card-rating{display:flex;align-items:center;gap:4px;white-space:nowrap;font-size:10px;color:#75808d;margin-bottom:7px;min-width:0}.stars{color:#159b2b;font-size:12px;letter-spacing:-1px;white-space:nowrap}.assured-badge{display:inline-flex;align-items:center;gap:2px;color:#1462d2;font-style:italic;font-size:9px;white-space:nowrap;margin-left:auto;min-width:0}.assured-badge img{width:16px!important;height:16px!important;border-radius:50%;object-fit:cover!important}.assured-badge b{font-weight:800}.product-card-price{display:flex;align-items:baseline;gap:6px;margin-bottom:7px;white-space:nowrap}.product-card-price .discount{font-size:15px;color:#159b2b}.product-card-price del{font-size:11px;color:#8c929b}.product-card-price>b{font-size:17px;color:#101010}.product-card-offer{font-size:12px;color:#1462d2;margin-bottom:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card-offer>span{display:inline-block;border:1px solid #2668d8;border-radius:3px;padding:1px 3px;font-size:9px;font-weight:900;font-style:italic;margin-right:3px}.product-card-offer>b{font-size:13px}.product-card-stock{font-size:11px;font-weight:700;margin-bottom:7px}.product-card-stock.red{color:#e00000}.product-card-stock.green{color:#078d22}.product-card-delivery{display:flex;align-items:center;gap:4px;font-size:10.5px;color:#161616}.product-card-delivery svg{width:15px;height:15px;flex:0 0 auto}
/* product page */
.product-page{padding-bottom:82px;background:#f5f6f8}.product-page .app-header{position:sticky}.product-gallery{background:#fff;position:relative;border-bottom:1px solid var(--line)}.product-gallery-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.product-gallery-track::-webkit-scrollbar{display:none}.product-gallery figure{min-width:100%;height:330px;margin:0;padding:12px 32px 4px;display:grid;place-items:center;scroll-snap-align:start}.product-gallery figure img{width:100%;height:100%;object-fit:contain}.gallery-floating{position:absolute;right:10px;top:12px;display:grid;gap:8px}.round-icon{width:36px;height:36px;border:1px solid #e1e5eb;border-radius:50%;background:#fff;color:#7a8492;display:grid;place-items:center;padding:7px;box-shadow:0 2px 8px rgba(16,24,40,.05)}.round-icon svg{width:21px;height:21px}.round-icon.active{color:#e50046}.round-icon.active svg{fill:currentColor}.gallery-dots{height:24px;background:#fff;display:flex;align-items:center;justify-content:center;gap:8px;border-bottom:1px solid var(--line)}.gallery-dots button{width:7px;height:7px;border:0;border-radius:50%;background:#d7dbe1;padding:0}.gallery-dots button.active{background:#2874f0;width:9px;height:9px}.product-summary{padding:14px 14px 16px;background:#fff;border-bottom:8px solid #f1f2f4}.product-summary h1{font-size:16px;line-height:1.42;font-weight:500;margin:0 0 10px;color:#111}.detail-rating{display:flex;align-items:center;gap:8px;color:#77808e;font-size:12px;margin-bottom:9px}.detail-rating>b{background:#19a43a;color:#fff;border-radius:4px;padding:4px 6px;font-size:11px}.detail-rating .assured-badge{margin-left:auto;font-size:10px}.detail-price{display:flex;align-items:baseline;gap:13px;margin-bottom:7px}.detail-price>strong{font-size:17px;color:#159b2b}.detail-price del{color:#7e8793;font-size:14px}.detail-price>b{font-size:24px;color:#111}.packaging-note,.free-delivery{margin:5px 0 0;font-size:12px}.packaging-note{color:#5e6773}.free-delivery{color:#111}.variant-card{background:#fff;border-bottom:8px solid #f1f2f4;padding:13px 14px}.variant-card h2{font-size:14px;margin:0 0 10px}.variant-group{margin-top:10px}.variant-group>strong{display:block;font-size:11px;margin-bottom:6px;color:#475467}.variant-group>div,.size-list{display:flex;gap:7px;flex-wrap:wrap}.variant-option,.size-option{min-width:42px;height:36px;padding:0 10px;border:1px solid #cfd5dd;border-radius:6px;background:#fff;font-size:12px}.variant-option.selected,.size-option.selected{border:2px solid #2874f0;color:#125bc5;background:#f7fbff}.variant-option:disabled{opacity:.35}.form-error{color:#c91c1c;font-size:11px;margin:8px 0 0}.info-row-card{margin:0;background:#fff;min-height:82px;border-bottom:8px solid #f1f2f4;padding:13px 15px;display:grid;grid-template-columns:42px 1fr 20px;gap:8px;align-items:center}.info-row-card>svg{width:31px;height:31px;color:#7b838d}.info-row-card>div{display:grid;gap:3px}.info-row-card strong{font-size:13px}.info-row-card strong em{font-style:normal;color:#159b2b}.info-row-card span{font-size:12px}.info-row-card small{font-size:10px;color:#e3174d}.info-row-card .chev{font-size:23px;color:#222}.deal-info{grid-template-columns:58px 1fr 20px}.wow-badge{font-size:15px!important;line-height:1;font-weight:900;font-style:italic;color:#123c91;transform:rotate(-3deg)}.wow-badge small{display:block;font-size:7px!important;color:#123c91!important;text-align:center}.deal-info>div span{font-size:10px;color:#76808e}.assurance-card{background:#fff;border-bottom:8px solid #f1f2f4;padding:12px 14px}.assurance-card h2{font-size:13px;margin:0;padding-bottom:11px;border-bottom:1px solid #edf0f4;display:flex;align-items:center;gap:8px}.assurance-card h2 svg{width:20px;height:20px;color:#13ad45;fill:#13ad45}.assurance-grid{display:grid;grid-template-columns:repeat(3,1fr);padding:14px 0 6px}.assurance-grid>div{display:grid;place-items:center;gap:5px;text-align:center;border-left:1px solid #edf0f4;font-size:10px;color:#4b535e}.assurance-grid>div:first-child{border-left:0}.assurance-grid svg,.assurance-grid img{width:28px;height:28px;object-fit:contain;color:#2476d9}.assurance-grid img{border-radius:50%}.similar-section{background:#fff;border-bottom:8px solid #f1f2f4;padding:12px 8px 12px}.section-title{display:flex;justify-content:space-between;align-items:center;padding:0 5px 10px}.section-title h2{font-size:16px;margin:0}.section-title a{font-size:12px;color:#1462d2;font-weight:700}.similar-scroll{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.similar-scroll::-webkit-scrollbar{display:none}.product-card.compact{width:160px;min-width:160px;box-shadow:none}.product-card.compact .product-card-image{height:120px}.product-card.compact .product-card-body{padding:6px}.product-card.compact .product-card-body h2{font-size:11px;height:30px;margin-bottom:4px}.product-card.compact .product-card-rating{font-size:8px;margin-bottom:4px}.product-card.compact .stars{font-size:9px}.product-card.compact .assured-badge{display:none}.product-card.compact .product-card-price{gap:3px;margin-bottom:0}.product-card.compact .product-card-price .discount{font-size:11px}.product-card.compact .product-card-price del{font-size:9px}.product-card.compact .product-card-price>b{font-size:12px}.product-card.compact .product-card-offer,.product-card.compact .product-card-stock,.product-card.compact .product-card-delivery{display:none}.product-card.compact .product-heart{width:25px;height:25px}.description-card{background:#fff;padding:0 14px 22px}.description-card details{border-bottom:1px solid #e8ebef}.description-card summary{list-style:none;font-size:15px;font-weight:700;padding:14px 0;display:flex;justify-content:space-between}.description-card summary::-webkit-details-marker{display:none}.description-card p{font-size:12px;line-height:1.55;margin:0 0 15px;color:#3d4652}.product-sticky{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:min(100%,480px);z-index:120;background:#fff;border-top:1px solid #e4e7eb;padding:8px;display:grid;grid-template-columns:1fr 1fr;gap:8px;box-shadow:0 -5px 16px rgba(16,24,40,.09)}.product-sticky button{height:48px;border-radius:8px;font-size:15px;font-weight:700}.add-cart{border:2px solid #2874f0;background:#fff;color:#2874f0;display:flex;align-items:center;justify-content:center;gap:8px}.add-cart svg{width:20px;height:20px}.buy-now{border:0;background:#ffc400;color:#161616}
/* cart */
.cart-page,.summary-page,.address-page{padding-bottom:84px;background:#f2f3f5}.cart-page .app-header{position:sticky}.cart-list{padding:8px}.cart-item{background:#fff;border:1px solid #e2e6ec;border-radius:10px;padding:10px;display:grid;grid-template-columns:110px 1fr;gap:11px;margin-bottom:8px;position:relative}.cart-item>img{width:110px;height:130px;object-fit:contain}.cart-item h2{font-size:13px;line-height:1.4;margin:2px 24px 4px 0;font-weight:600}.cart-item p{font-size:10px;color:#777;margin:0 0 5px}.remove-item{position:absolute;right:8px;top:8px;border:0;background:#fff;color:#8c94a0;width:28px;height:28px;padding:5px}.remove-item svg{width:17px;height:17px}.cart-rating{display:flex;align-items:center;gap:4px;margin:5px 0}.cart-rating .assured-badge{margin-left:4px}.cart-price{display:flex;align-items:baseline;gap:7px}.cart-price b{font-size:17px}.cart-price del{font-size:11px;color:#8d949d}.qty-control{display:inline-grid;grid-template-columns:34px 40px 34px;height:34px;border:1px solid #d9dee5;border-radius:6px;overflow:hidden;margin-top:9px}.qty-control button{border:0;background:#fff;color:#101828;font-size:17px}.qty-control span{display:grid;place-items:center;border-left:1px solid #d9dee5;border-right:1px solid #d9dee5;font-size:12px}.price-card{background:#fff;margin-top:8px;padding:14px 16px 16px;border-top:1px solid #e7eaef;border-bottom:1px solid #e7eaef}.price-card h2{font-size:15px;margin:0 0 13px}.price-card>div{display:flex;justify-content:space-between;align-items:center;font-size:12px;margin:9px 0}.price-card .green{color:#0e941e}.price-card .total{border-top:1px dashed #d7dce2;padding-top:13px;margin-top:13px;font-size:15px}.price-card>p{margin:12px -4px -4px;padding:9px 8px;background:#effbef;color:#0b8c20;font-size:11px;font-weight:700}.checkout-sticky,.summary-sticky{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:min(100%,480px);height:72px;background:#fff;border-top:1px solid #e0e4e9;z-index:110;padding:8px 12px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 -4px 15px rgba(16,24,40,.06)}.checkout-sticky>div,.summary-sticky>div{display:grid;gap:1px}.checkout-sticky del,.summary-sticky del{font-size:10px;color:#8b929c}.checkout-sticky strong,.summary-sticky strong{font-size:20px}.checkout-sticky>a,.summary-sticky>button{height:48px;min-width:150px;border:0;border-radius:7px;background:#ff5a19;color:#fff;display:grid;place-items:center;font-weight:700;font-size:15px}.empty-state{min-height:calc(100vh - 56px);display:grid;align-content:center;justify-items:center;padding:30px;text-align:center}.empty-state>svg{width:48px;height:48px;color:#7f8996}.empty-state h1{font-size:20px;margin:12px 0 5px}.empty-state p{color:#667085;font-size:12px}.empty-state a{background:#2874f0;color:#fff;border-radius:7px;padding:11px 16px;font-weight:700}
/* address */
.simple-titlebar{height:64px;background:#fff;display:grid;grid-template-columns:50px 1fr 50px;align-items:center;border-bottom:1px solid #e5e8ed;position:sticky;top:0;z-index:100}.simple-titlebar>a{width:44px;height:44px;display:grid;place-items:center;padding:10px}.simple-titlebar>a svg{width:24px;height:24px}.simple-titlebar h1{font-size:18px;text-align:center;margin:0;font-weight:600}.checkout-steps{height:74px;background:#fff;display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;align-items:center;padding:7px 42px 9px;border-bottom:1px solid #e5e8ed}.checkout-steps>div{display:grid;justify-items:center;gap:5px;color:#667085;font-size:11px;white-space:nowrap}.checkout-steps>div i{width:22px;height:22px;border:1.5px solid #2874f0;border-radius:50%;font-style:normal;display:grid;place-items:center;color:#2874f0;font-size:11px}.checkout-steps>div.active{color:#2874f0;font-weight:600}.checkout-steps>div.active i{background:#2874f0;color:#fff}.checkout-steps>div.done i{background:#fff;color:#2874f0}.checkout-steps>div.done i svg{width:15px;height:15px}.checkout-steps>b{height:1.5px;background:#d7dce3;margin-top:-19px}.checkout-steps>b.done-line{background:#2874f0}.address-form{padding:18px 13px 16px;background:#fff;min-height:calc(100vh - 138px)}.address-form>input,.address-two>input,.address-two label{width:100%;height:51px;border:1px solid #c9ced6;border-radius:4px;background:#fff;margin-bottom:14px}.address-form>input,.address-two>input{padding:0 14px;font-size:13px;outline:0}.address-form>input:focus,.address-two>input:focus,.address-two label:focus-within{border-color:#2874f0;box-shadow:0 0 0 1px #2874f0}.address-two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.address-two label{position:relative;margin:0 0 14px;padding-top:10px}.address-two label>span{position:absolute;top:-8px;left:12px;background:#fff;padding:0 5px;font-size:9px;color:#586273}.address-two select{width:100%;height:39px;border:0;background:#fff;padding:0 10px;font-size:13px;outline:0;color:#202630}.shipping-banner{display:block;width:100%;height:auto;aspect-ratio:328/78;object-fit:fill;border-radius:5px;margin:0 0 20px}.save-address{width:calc(100% - 16px);height:50px;border:0;border-radius:3px;background:#ff5a19;color:#fff;font-weight:600;font-size:16px;margin:124px 8px 0}.address-page .form-error{margin:0 8px 8px}
/* summary */
.summary-page .checkout-steps{height:66px}.deliver-card{background:#fff;margin-top:8px;padding:12px 15px;display:grid;grid-template-columns:28px 1fr auto;gap:8px;align-items:center;border-top:1px solid #e4e7eb;border-bottom:1px solid #e4e7eb}.deliver-card>svg{width:22px;height:22px;color:#2874f0;fill:#2874f0}.deliver-card>div{min-width:0;display:grid;gap:3px}.deliver-card span{font-size:11px}.deliver-card strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.deliver-card small{font-size:9px;color:#667085;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.deliver-card>a{border:1px solid #cfd7e4;border-radius:4px;padding:8px 12px;color:#1462d2;font-size:11px}.summary-items{padding:8px 8px 0}.summary-item{background:#fff;border:1px solid #e1e5ea;border-radius:6px;padding:42px 10px 10px;display:grid;grid-template-columns:104px 1fr;gap:11px;position:relative;margin-bottom:8px}.summary-badges{position:absolute;left:10px;top:10px;display:flex;gap:6px}.summary-badges span,.summary-badges em{font-size:8px;font-style:normal;border-radius:3px;padding:4px 6px;font-weight:700}.summary-badges span{background:#00a99d;color:#fff}.summary-badges em{background:#dff8e5;color:#078b21}.summary-item>img{width:104px;height:110px;object-fit:contain}.summary-copy h2{font-size:12px;line-height:1.4;margin:0 0 2px;font-weight:600;max-height:34px;overflow:hidden}.summary-copy>small{font-size:9px;color:#858c96}.summary-rating{display:flex;align-items:center;gap:3px;margin:8px 0 4px}.summary-rating .stars{font-size:10px}.summary-rating>span:nth-child(2){font-size:9px;color:#818995}.summary-rating .assured-badge{margin-left:4px}.summary-price{display:flex;gap:7px;align-items:baseline}.summary-price strong{color:#159b2b;font-size:14px}.summary-price del{font-size:9px;color:#8d939c}.summary-price b{font-size:17px}.summary-qty{margin-top:8px}.summary-delivery{grid-column:1/-1;border-top:1px solid #edf0f4;margin-top:7px;padding-top:9px;display:flex;align-items:center;gap:6px;font-size:10px}.summary-delivery svg{width:15px;height:15px}.summary-delivery span{color:#0a9321;margin-left:auto}.benefit-card,.protection-card{background:#fff;margin:8px 8px 0;border:1px solid #e1e5ea;border-radius:6px;padding:12px;display:grid;grid-template-columns:54px 1fr;gap:10px;align-items:center}.benefit-card>img{width:48px;height:48px;border-radius:10px}.benefit-card>div,.protection-card>div{display:grid;gap:4px}.benefit-card strong,.protection-card strong{font-size:12px}.benefit-card span,.protection-card p{font-size:9.5px;color:#596273;line-height:1.4;margin:0}.protection-card{grid-template-columns:32px 1fr}.protection-card>svg{width:22px;height:22px;color:#b65b00}.protection-card strong{color:#9c4b00}.summary-page .price-card{margin-top:8px}.summary-sticky>div button{border:0;background:transparent;color:#1462d2;font-size:10px;padding:0;text-align:left}.payment-error{position:fixed;bottom:76px;left:50%;transform:translateX(-50%);width:min(92%,450px);background:#fff1f1;border:1px solid #ffc9c9;border-radius:7px;padding:9px 11px;z-index:150}.pending-note{margin:8px;padding:10px;background:#fff4df;color:#8a5a00;border-radius:6px;font-size:11px}
/* search/status */
.search-page{min-height:100vh;background:#f4f5f7}.search-box{margin:10px;display:grid;grid-template-columns:34px 1fr auto;background:#fff;border:1px solid #d9dee5;border-radius:8px;overflow:hidden}.search-box>span{display:grid;place-items:center;color:#667085}.search-box svg{width:19px;height:19px}.search-box input{border:0;outline:0;padding:12px 5px}.search-box button{border:0;background:#2874f0;color:#fff;padding:0 14px;font-weight:700}.status-page{display:grid;place-items:center;padding:24px}.status-card{width:min(100%,390px);background:#fff;border:1px solid #e0e5eb;border-radius:16px;padding:28px;text-align:center;box-shadow:0 10px 35px rgba(16,24,40,.08)}.status-mark{width:64px;height:64px;border-radius:50%;margin:0 auto 14px;display:grid;place-items:center;font-size:24px}.status-mark svg{width:34px;height:34px}.status-mark.ok{background:#e8f8ec;color:#159b2b}.status-mark.warn{background:#fff2e8;color:#e85e18}.status-card h1{margin:0 0 8px;font-size:22px}.status-card p{color:#667085;line-height:1.5;font-size:12px}.status-card>a{display:inline-block;margin-top:15px;background:#2874f0;color:#fff;border-radius:7px;padding:11px 16px;font-weight:700}
/* account/help lightweight compatibility */
.sf-account-page{padding-bottom:30px;background:#f5f6f8}.sf-account-hero{margin:12px;padding:14px;border-radius:14px;background:#fff;display:grid;grid-template-columns:50px 1fr 20px;gap:10px;align-items:center;border:1px solid var(--sf-line)}.sf-account-avatar{width:48px;height:48px;border-radius:50%;background:#f1f5ff;color:#2874f0;display:grid;place-items:center}.sf-account-avatar svg{width:26px;height:26px}.sf-account-hero strong{font-size:14px}.sf-account-hero span{font-size:10px;color:#667085}.sf-account-hero>svg{width:16px}.sf-account-group{margin:14px 12px}.sf-account-group h2{font-size:11px;margin:0 0 8px}.sf-account-list{background:#fff;border:1px solid var(--sf-line);border-radius:12px;overflow:hidden}.sf-account-list a,.sf-account-list button{width:100%;min-height:56px;border:0;border-top:1px solid var(--sf-line);background:#fff;display:grid;grid-template-columns:34px 1fr 17px;gap:8px;align-items:center;padding:9px 11px;text-align:left}.sf-account-list>*:first-child{border-top:0}.sf-account-list svg{width:20px;height:20px;color:#344054}.sf-account-copy strong{display:block;font-size:11px}.sf-account-copy span{display:block;font-size:9px;color:#667085;margin-top:2px}.sf-info-card{margin:12px;background:#fff;border:1px solid var(--sf-line);border-radius:12px;padding:14px;font-size:11px;line-height:1.6}.sf-info-card h1{font-size:18px}.sf-order-card,.sf-address-card{display:grid;grid-template-columns:1fr auto;gap:8px;background:#fff;border:1px solid #e3e7ed;border-radius:9px;padding:10px;margin-top:7px}.sf-account-panel{padding:8px}.theme-auth-wrap{padding:18px 12px}.theme-auth-card{background:#fff;border:1px solid #e1e5eb;border-radius:14px;padding:18px}.theme-auth-card h1{font-size:20px}.theme-auth-icon{width:44px;height:44px;border-radius:50%;background:#f0f5ff;color:#2874f0;display:grid;place-items:center}.theme-auth-icon svg{width:24px}.theme-auth-form{display:grid;gap:11px}.theme-auth-form label{display:grid;gap:5px;font-size:11px;font-weight:700}.theme-auth-form input,.theme-auth-form textarea,.theme-auth-form select{border:1px solid #ccd3dd;border-radius:7px;padding:11px}.theme-auth-form button,.theme-primary-link{border:0;background:#2874f0;color:#fff;border-radius:7px;padding:11px;font-weight:700}.theme-auth-links{margin-top:12px;color:#1462d2;font-size:11px}.theme-alert{padding:9px;border-radius:7px;margin:10px 0;font-size:11px}.theme-alert.error{background:#fff0f0;color:#b42318}.theme-alert.success{background:#ecf8ee;color:#0d8120}
@media(min-width:720px){body{padding:20px 0}.store-shell,.sf-app{border-radius:8px;box-shadow:0 10px 40px rgba(20,24,35,.08);min-height:calc(100vh - 40px)}.product-sticky,.checkout-sticky,.summary-sticky{width:480px}.product-card-image{height:184px}.save-address{margin-top:95px}}
@media(max-width:380px){.product-card-image{height:152px}.product-card-body h2{font-size:12px}.product-card-price .discount{font-size:13px}.product-card-price>b{font-size:15px}.assured-badge{font-size:8px}.product-gallery figure{height:300px}.checkout-steps{padding-left:25px;padding-right:25px}.address-form{padding-left:10px;padding-right:10px}.summary-item{grid-template-columns:92px 1fr}.summary-item>img{width:92px;height:102px}}

/* ==========================================================
   STOREFRONT POLISH V1.1 — approved mobile-first pass
   ========================================================== */
:root{--sf-shadow:0 2px 10px rgba(16,24,40,.07);--sf-radius:10px;--sf-gap:#f2f3f5;}
body{background:#eef0f2;color:#101318;}
.store-shell,.sf-app{background:#fff;}

/* Home is intentionally products-only: no header/banner/category chrome. */
.home-page.home-products-only{padding:0 0 10px;background:#f3f4f6;}
.home-products-only .home-grid{padding:7px;gap:7px;background:#f3f4f6;align-items:start;}
.home-products-only .product-card{border-color:#e0e4ea;border-radius:9px;box-shadow:0 1px 4px rgba(15,23,42,.07);}
.home-products-only .product-card-image{height:182px;padding:6px 7px 4px;}
.home-products-only .product-card-body{padding:8px 9px 11px;}
.home-products-only .product-card-body h2{font-size:13px;line-height:1.34;height:35px;margin-bottom:7px;color:#111318;}
.home-products-only .product-card-rating{margin-bottom:6px;gap:3px;}
.home-products-only .product-card-price{margin-bottom:6px;gap:5px;}
.home-products-only .product-card-offer,.home-products-only .product-card-stock{margin-bottom:6px;}
.home-products-only .product-card-delivery{font-size:10px;line-height:1.25;}
.home-products-only .product-heart{top:6px;right:6px;background:rgba(255,255,255,.96);box-shadow:0 1px 5px rgba(16,24,40,.08);}

/* Shared mobile chrome */
.app-header{height:58px;padding:0 10px;border-bottom-color:#e4e7eb;box-shadow:0 3px 9px rgba(16,24,40,.08);}
.icon-button{width:40px;height:40px;padding:8px;}
.brand-mark{width:34px;height:34px;}
.app-header-actions{gap:1px;}
.header-title{font-size:15px;font-weight:700;max-width:155px;}
.simple-titlebar{height:62px;grid-template-columns:52px 1fr 52px;box-shadow:0 2px 8px rgba(16,24,40,.04);}
.simple-titlebar h1{font-size:18px;font-weight:650;letter-spacing:-.1px;}

/* Product detail: tighter hierarchy, cleaner gallery, better tap targets. */
.product-page{padding-bottom:76px;background:#f3f4f6;}
.product-gallery{border-bottom:0;overflow:hidden;}
.product-gallery figure{height:318px;padding:10px 30px 16px;}
.gallery-floating{top:10px;right:9px;gap:8px;}
.round-icon{width:36px;height:36px;background:rgba(255,255,255,.97);box-shadow:0 2px 9px rgba(16,24,40,.09);}
.gallery-dots{position:absolute;left:50%;bottom:8px;transform:translateX(-50%);height:auto;border:0;background:rgba(255,255,255,.9);border-radius:999px;padding:5px 7px;gap:6px;z-index:4;}
.gallery-dots button{width:6px;height:6px;}
.gallery-dots button.active{width:8px;height:8px;}
.product-summary{padding:13px 14px 15px;border-bottom:7px solid var(--sf-gap);}
.product-summary h1{font-size:16px;line-height:1.38;margin-bottom:9px;font-weight:500;}
.detail-rating{font-size:11.5px;margin-bottom:8px;gap:7px;}
.detail-rating>b{padding:4px 6px;font-size:11px;}
.detail-price{gap:11px;margin-bottom:5px;}
.detail-price>strong{font-size:17px;}
.detail-price>b{font-size:23px;line-height:1;}
.packaging-note,.free-delivery{font-size:11.5px;line-height:1.4;}
.variant-card{padding:12px 14px 13px;border-bottom:7px solid var(--sf-gap);}
.variant-card h2{font-size:13.5px;margin-bottom:9px;}
.variant-group>strong{font-size:11px;}
.variant-group>div,.size-list{gap:7px;}
.variant-option,.size-option{min-width:44px;height:38px;border-radius:7px;padding:0 11px;font-size:12px;background:#fff;transition:border-color .15s,background .15s,color .15s,transform .05s;}
.variant-option:active,.size-option:active{transform:scale(.98);}
.variant-option.selected,.size-option.selected{border-color:#2874f0;box-shadow:0 0 0 1px #2874f0 inset;background:#f5f9ff;color:#0d5fd2;}
.info-row-card{min-height:76px;border-bottom:7px solid var(--sf-gap);padding:12px 14px;grid-template-columns:40px 1fr 18px;}
.info-row-card>svg{width:28px;height:28px;}
.info-row-card strong{font-size:12.5px;}
.info-row-card span{font-size:11.5px;}
.info-row-card small{font-size:9.5px;}
.deal-info{grid-template-columns:56px 1fr 18px;}
.assurance-card{border-bottom:7px solid var(--sf-gap);padding:11px 13px;}
.assurance-card h2{font-size:12.5px;padding-bottom:10px;}
.assurance-grid{padding:12px 0 5px;}
.assurance-grid svg,.assurance-grid img{width:26px;height:26px;}
.assurance-grid>div{font-size:9.5px;line-height:1.25;}
.similar-section{border-bottom:7px solid var(--sf-gap);padding:11px 8px 12px;}
.section-title{padding:0 4px 9px;}
.section-title h2{font-size:15px;}
.product-card.compact{width:148px;min-width:148px;border-radius:8px;}
.product-card.compact .product-card-image{height:112px;padding:5px;}
.product-card.compact .product-card-body{padding:6px 7px 7px;}
.product-card.compact .product-card-body h2{font-size:10.5px;line-height:1.3;height:28px;margin-bottom:4px;}
.product-card.compact .product-card-rating{font-size:8px;gap:2px;margin-bottom:4px;}
.product-card.compact .stars{font-size:8.5px;}
.product-card.compact .assured-badge{display:inline-flex;font-size:7px;margin-left:auto;}
.product-card.compact .assured-badge img{width:12px!important;height:12px!important;}
.product-card.compact .product-card-price .discount{font-size:10.5px;}
.product-card.compact .product-card-price>b{font-size:11.5px;}
.description-card{padding:0 14px 18px;}
.description-card summary{font-size:14.5px;padding:13px 0;}
.description-card p{font-size:11.5px;line-height:1.58;margin-bottom:13px;}
.product-sticky{min-height:66px;padding:8px max(8px,env(safe-area-inset-right)) max(8px,env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left));gap:7px;box-shadow:0 -4px 14px rgba(16,24,40,.09);}
.product-sticky button{height:48px;border-radius:8px;font-size:14px;}
.buy-now{background:#ffc400;box-shadow:0 2px 6px rgba(255,196,0,.24);}

/* Cart: simple checkout-style header, richer item hierarchy. */
.cart-page{padding-bottom:78px;background:#f3f4f6;}
.cart-titlebar h1{display:flex;align-items:center;justify-content:center;gap:6px;}
.cart-titlebar h1 span{min-width:20px;height:20px;border-radius:999px;background:#eef4ff;color:#1c67db;display:inline-grid;place-items:center;font-size:10px;font-weight:800;padding:0 6px;}
.cart-list{padding:8px 8px 0;}
.cart-item{grid-template-columns:108px 1fr;gap:11px;padding:10px 10px 9px;margin-bottom:8px;border-radius:9px;border-color:#dfe4ea;box-shadow:0 1px 2px rgba(16,24,40,.03);}
.cart-thumb{width:108px;height:122px;display:grid;place-items:center;background:#fff;border-radius:6px;overflow:hidden;}
.cart-thumb img{width:100%;height:100%;object-fit:contain;}
.cart-copy{min-width:0;position:relative;}
.cart-item h2{font-size:12.5px;line-height:1.38;margin:1px 25px 4px 0;font-weight:600;max-height:35px;overflow:hidden;}
.cart-variant{font-size:9.5px!important;color:#7b8490!important;margin-bottom:4px!important;}
.cart-rating{margin:5px 0 6px;}
.cart-price{gap:6px;align-items:baseline;}
.cart-price strong{font-size:13px;color:#149a2b;}
.cart-price del{font-size:9.5px;}
.cart-price b{font-size:17px;}
.cart-item .qty-control{height:33px;margin-top:8px;grid-template-columns:32px 38px 32px;}
.cart-delivery{grid-column:1/-1;border-top:1px solid #edf0f3;margin-top:2px;padding-top:8px;display:flex;align-items:center;gap:6px;font-size:9.5px;color:#272b31;}
.cart-delivery svg{width:15px;height:15px;color:#67707c;}
.cart-delivery strong{margin-left:auto;color:#0b9721;font-size:9.5px;}
.remove-item{right:0;top:-2px;}

/* Shared price/sticky checkout polish */
.price-card{margin-top:8px;padding:14px 15px 15px;border-color:#e4e7eb;}
.price-card h2{font-size:14.5px;margin-bottom:12px;}
.price-card>div{font-size:11.5px;margin:8px 0;}
.price-card .total{font-size:14px;padding-top:12px;margin-top:12px;}
.price-card>p{font-size:10.5px;border-radius:4px;padding:8px;margin-top:11px;}
.checkout-sticky,.summary-sticky{height:auto;min-height:70px;padding:8px 12px max(8px,env(safe-area-inset-bottom));}
.checkout-sticky>div,.summary-sticky>div{gap:0;}
.checkout-sticky>div>span{font-size:8.5px;color:#7c8591;margin-top:1px;}
.checkout-sticky strong,.summary-sticky strong{font-size:19px;line-height:1.1;}
.checkout-sticky>a,.summary-sticky>button{height:46px;min-width:142px;border-radius:7px;font-size:14px;box-shadow:0 2px 6px rgba(255,90,25,.18);}

/* Address: exact approved banner, natural bottom placement, no hard-coded empty spacer. */
.address-page{padding-bottom:0;background:#fff;min-height:100vh;}
.address-page .checkout-steps{height:75px;}
.address-form{padding:18px 13px 14px;min-height:calc(100vh - 137px);display:flex;flex-direction:column;}
.address-form>input,.address-two>input,.address-two label{height:52px;border-radius:5px;margin-bottom:13px;}
.address-form>input,.address-two>input{font-size:13px;padding:0 14px;}
.address-two{gap:11px;}
.address-two label{padding-top:10px;}
.address-two select{font-size:12.5px;}
.shipping-banner{aspect-ratio:328/78;border-radius:6px;margin:1px 0 18px;object-fit:fill;background:linear-gradient(90deg,#ffd0dc 0%,#ffe7c7 48%,#ffe7a4 100%);}
.save-address{width:calc(100% - 8px);height:50px;border-radius:4px;margin:auto 4px 0;background:#ff5a19;font-size:16px;box-shadow:0 2px 8px rgba(255,90,25,.18);}
.save-address:disabled{opacity:.65;cursor:wait;}

/* Summary: closer to approved reference, easier to read at 360–424px. */
.summary-page{padding-bottom:78px;background:#f3f4f6;}
.summary-page .checkout-steps{height:70px;}
.deliver-card{margin-top:7px;padding:12px 14px;grid-template-columns:27px 1fr auto;gap:8px;}
.deliver-card>svg{width:21px;height:21px;}
.deliver-card span{font-size:10.5px;}
.deliver-card strong{font-size:12px;}
.deliver-card small{font-size:9px;line-height:1.35;}
.deliver-card>a{padding:8px 11px;font-size:10.5px;border-radius:5px;background:#fff;}
.summary-items{padding:8px 8px 0;}
.summary-item{border-radius:8px;padding:40px 10px 9px;grid-template-columns:104px 1fr;gap:10px;margin-bottom:8px;box-shadow:0 1px 2px rgba(16,24,40,.03);}
.summary-item>img{width:104px;height:112px;border-radius:5px;}
.summary-copy h2{font-size:12px;line-height:1.38;max-height:34px;margin-bottom:3px;}
.summary-rating{margin:7px 0 5px;}
.summary-price{gap:6px;}
.summary-price strong{font-size:13.5px;}
.summary-price b{font-size:17px;}
.summary-qty{margin-top:7px;}
.summary-delivery{font-size:9.5px;padding-top:8px;margin-top:6px;}
.summary-badges span,.summary-badges em{font-size:7.5px;padding:4px 6px;}
.benefit-card,.protection-card{margin:8px 8px 0;border-radius:8px;padding:12px 11px;}
.benefit-card{grid-template-columns:50px 1fr;}
.benefit-card>img{width:46px;height:46px;border-radius:50%;}
.benefit-card strong,.protection-card strong{font-size:11.5px;}
.benefit-card span,.protection-card p{font-size:9.5px;line-height:1.45;}
.summary-page .price-card{margin-top:8px;}
.summary-sticky>div button{font-size:9px;margin-top:1px;}

/* Better keyboard/touch focus without changing the visual design. */
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid #2874f0;outline-offset:2px;}
button:disabled{cursor:not-allowed;}

@media(min-width:720px){
  body{padding:18px 0;}
  .store-shell,.sf-app{min-height:calc(100vh - 36px);border-radius:8px;}
  .home-page.home-products-only{padding-top:0;}
  .home-products-only .product-card-image{height:188px;}
  .save-address{margin-top:auto;}
}
@media(max-width:420px){
  .product-gallery figure{height:306px;padding-left:24px;padding-right:24px;}
  .product-card.compact{width:145px;min-width:145px;}
}
@media(max-width:380px){
  .home-products-only .product-card-image{height:158px;}
  .home-products-only .product-card-body h2{font-size:11.8px;height:32px;}
  .home-products-only .product-card-price .discount{font-size:12.5px;}
  .home-products-only .product-card-price>b{font-size:15px;}
  .home-products-only .product-card-offer{font-size:10.5px;}
  .product-gallery figure{height:282px;padding-left:20px;padding-right:20px;}
  .product-summary h1{font-size:15px;}
  .detail-price>b{font-size:21px;}
  .checkout-steps{padding-left:24px;padding-right:24px;}
  .address-form{padding-left:10px;padding-right:10px;}
  .summary-item{grid-template-columns:92px 1fr;}
  .summary-item>img{width:92px;height:102px;}
  .benefit-card,.protection-card{margin-left:6px;margin-right:6px;}
}

/* HOME TOP FULL IMAGE V1.2.2 START */
.home-page.home-products-only{
    width:100%;
    overflow-x:hidden;
}

.home-page .home-top-reference{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    max-height:none !important;
    aspect-ratio:auto !important;
    object-fit:contain !important;
    object-position:center center !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
}

.home-page .products-grid,
.home-page .home-products-grid{
    margin-top:0 !important;
}
/* HOME TOP FULL IMAGE V1.2.2 END */





/* PRODUCT IMAGE AUTOFIT V1.3.1 START */

/* HOME PRODUCT + NORMAL PRODUCT CARDS */
body .store-shell .product-card .product-card-image{
    width:100% !important;
    height:auto !important;
    aspect-ratio:1 / 1 !important;
    min-height:0 !important;
    max-height:none !important;
    padding:7px !important;
    display:grid !important;
    place-items:center !important;
    overflow:hidden !important;
    background:#fff !important;
}

body .store-shell .product-card .product-card-image > img[data-safe-image]{
    display:block !important;
    width:100% !important;
    height:100% !important;
    min-width:0 !important;
    min-height:0 !important;
    max-width:100% !important;
    max-height:100% !important;
    object-fit:contain !important;
    object-position:50% 50% !important;
    margin:auto !important;
}

/* PRODUCT DETAIL MAIN IMAGE */
body .store-shell.product-page .product-gallery figure{
    width:100% !important;
    min-width:100% !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    aspect-ratio:1 / 1 !important;
    padding:14px !important;
    display:grid !important;
    place-items:center !important;
    overflow:hidden !important;
    background:#fff !important;
}

body .store-shell.product-page .product-gallery figure > img[data-safe-image]{
    display:block !important;
    width:100% !important;
    height:100% !important;
    max-width:100% !important;
    max-height:100% !important;
    object-fit:contain !important;
    object-position:50% 50% !important;
    margin:auto !important;
}

/* CART */
body .store-shell.cart-page .cart-thumb{
    width:108px !important;
    height:auto !important;
    aspect-ratio:1 / 1 !important;
    display:grid !important;
    place-items:center !important;
    overflow:hidden !important;
    background:#fff !important;
}

body .store-shell.cart-page .cart-thumb > img[data-safe-image]{
    width:100% !important;
    height:100% !important;
    max-width:100% !important;
    max-height:100% !important;
    object-fit:contain !important;
    object-position:center !important;
}

/* ORDER SUMMARY */
body .store-shell.summary-page .summary-item > img[data-safe-image]{
    width:104px !important;
    height:auto !important;
    aspect-ratio:1 / 1 !important;
    max-width:104px !important;
    object-fit:contain !important;
    object-position:center !important;
    background:#fff !important;
}

/* SMALL PHONES */
@media(max-width:380px){
    body .store-shell.cart-page .cart-thumb{
        width:94px !important;
    }

    body .store-shell.summary-page .summary-item > img[data-safe-image]{
        width:92px !important;
        max-width:92px !important;
    }
}

/* HOME TOP IMAGE IS NOT A PRODUCT IMAGE */
.home-top-reference{
    max-width:100%;
}

/* PRODUCT IMAGE AUTOFIT V1.3.1 END */

/* COMPACT OFFER UI V1.7 START */
.home-sale-live-v17{
  margin:7px 8px 5px;
  min-height:38px;
  padding:5px 7px 5px 9px;
  background:#fff;
  border:1px solid #e8ebf0;
  border-radius:10px;
  display:flex;
  align-items:center;
  gap:7px;
  box-shadow:0 2px 8px rgba(16,24,40,.05);
  font-size:11px;
  line-height:1;
}
.home-sale-live-v17 .live-dot{width:7px;height:7px;border-radius:50%;background:#1ecb62;box-shadow:0 0 0 3px rgba(30,203,98,.12);flex:0 0 auto}
.home-sale-live-v17 .live-label{font-weight:900;color:#155bd5;white-space:nowrap}
.home-sale-live-v17 .sep{color:#a5acb8}
.home-sale-live-v17 .ends{color:#667085;white-space:nowrap}
.home-sale-live-v17 .clock{font-weight:900;color:#ff5a1f;min-width:35px;font-variant-numeric:tabular-nums}
.home-sale-live-v17 .shop-now{margin-left:auto;border:0;border-radius:9px;background:#246bfe;color:#fff;font-size:10px;font-weight:800;padding:8px 11px;box-shadow:0 3px 8px rgba(36,107,254,.22);white-space:nowrap;cursor:pointer}

.home-offer-banner-v17,
.cart-offer-banner-v17{
  border:1px solid #ffd1bf;
  background:linear-gradient(90deg,#fff8f3 0%,#fffdf8 100%);
  box-shadow:0 2px 8px rgba(16,24,40,.04);
  color:#111827;
}
.home-offer-banner-v17{
  margin:5px 8px 8px;
  min-height:38px;
  border-radius:10px;
  padding:7px 10px;
  display:flex;
  align-items:center;
  gap:7px;
  font-size:11px;
}
.home-offer-banner-v17 .gift,
.cart-offer-banner-v17 .gift{font-size:17px;line-height:1;flex:0 0 auto}
.home-offer-banner-v17 .copy{display:flex;align-items:center;gap:7px;min-width:0;flex:1;white-space:nowrap}
.home-offer-banner-v17 strong{font-size:10.5px;font-weight:900;color:#e83d35}
.home-offer-banner-v17 .bar{color:#adb5c2}
.home-offer-banner-v17 .chev{font-size:17px;color:#667085;line-height:1}

.cart-offer-banner-v17{
  margin:7px 8px 9px;
  border-radius:11px;
  padding:9px 10px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  column-gap:8px;
  row-gap:2px;
}
.cart-offer-banner-v17 .main{font-size:11px;font-weight:900;color:#df352e;white-space:nowrap}
.cart-offer-banner-v17 .sub{grid-column:2/4;font-size:9.5px;line-height:1.25;color:#667085;white-space:normal}
.cart-offer-banner-v17 .status{font-size:9px;font-weight:800;border-radius:999px;padding:4px 7px;background:#fff1e9;color:#a84c14;white-space:nowrap}
.cart-offer-banner-v17.applied{border-color:#b7e8c4;background:linear-gradient(90deg,#f2fff5 0%,#fbfffc 100%)}
.cart-offer-banner-v17.applied .status{background:#e2f8e8;color:#08762a}

/* Promo must not appear anywhere else. */
.product-card-offer,.site-offer-hub{display:none!important}

@media(max-width:370px){
  .home-sale-live-v17{margin-left:6px;margin-right:6px;gap:5px;padding-left:7px}
  .home-sale-live-v17 .shop-now{padding:7px 9px}
  .home-offer-banner-v17{margin-left:6px;margin-right:6px;padding:7px 8px;gap:5px}
  .home-offer-banner-v17 .copy{gap:5px}.home-offer-banner-v17 strong{font-size:9.5px}
  .cart-offer-banner-v17{margin-left:6px;margin-right:6px;padding:8px}
  .cart-offer-banner-v17 .main{font-size:10px}
}
/* COMPACT OFFER UI V1.7 END */

/* CART COMPACT V1.8 START */
/* Cart only: smaller product cards/images. No other page is changed. */
.cart-page .cart-list{
  padding:6px 8px 0;
}
.cart-page .cart-item{
  grid-template-columns:82px minmax(0,1fr);
  gap:8px;
  padding:8px 9px 7px;
  margin-bottom:6px;
  border-radius:8px;
}
.cart-page .cart-thumb{
  width:82px;
  height:92px;
  border-radius:5px;
  align-self:start;
}
.cart-page .cart-thumb img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
}
.cart-page .cart-copy{
  min-width:0;
}
.cart-page .cart-item h2{
  font-size:11.5px;
  line-height:1.3;
  margin:0 22px 3px 0;
  max-height:30px;
  overflow:hidden;
}
.cart-page .cart-variant{
  font-size:8.7px!important;
  margin-bottom:3px!important;
}
.cart-page .cart-rating{
  gap:3px;
  margin:3px 0 4px;
  min-height:13px;
}
.cart-page .cart-rating .stars{
  font-size:9px;
  letter-spacing:-.4px;
}
.cart-page .cart-rating .assured-badge{
  transform:scale(.88);
  transform-origin:left center;
  margin-left:1px;
}
.cart-page .cart-price{
  gap:5px;
  line-height:1;
}
.cart-page .cart-price strong{font-size:11.5px;}
.cart-page .cart-price del{font-size:8.5px;}
.cart-page .cart-price b{font-size:15px;}
.cart-page .cart-item .qty-control{
  height:29px;
  margin-top:6px;
  grid-template-columns:28px 34px 28px;
  border-radius:5px;
}
.cart-page .cart-item .qty-control button{font-size:14px;}
.cart-page .cart-item .qty-control span{font-size:10.5px;}
.cart-page .remove-item{
  right:5px;
  top:5px;
  width:24px;
  height:24px;
  padding:5px;
}
.cart-page .remove-item svg{
  width:14px;
  height:14px;
}
.cart-page .cart-delivery{
  margin-top:0;
  padding-top:6px;
  gap:4px;
  font-size:8.7px;
  min-height:20px;
}
.cart-page .cart-delivery svg{
  width:13px;
  height:13px;
}
.cart-page .cart-delivery strong{
  font-size:8.7px;
}
@media(max-width:370px){
  .cart-page .cart-item{grid-template-columns:76px minmax(0,1fr);gap:7px;padding:7px 8px 6px;}
  .cart-page .cart-thumb{width:76px;height:86px;}
  .cart-page .cart-item h2{font-size:11px;}
  .cart-page .cart-price b{font-size:14px;}
}
/* CART COMPACT V1.8 END */

