.v52-cart-page{--c52-green:#063f39;--c52-green-2:#0a5c51;--c52-gold:#f6cc45;--c52-text:#19332f;--c52-muted:#6d7f7a;--c52-line:rgba(6,63,57,.11);--c52-card:#fff;background:#f7faf8;color:var(--c52-text);min-height:70vh;padding-bottom:38px}.v52-cart-page *{box-sizing:border-box}.v52-cart-page a{text-decoration:none}.v52-cart-head{padding:21px 0 23px;background:radial-gradient(circle at 12% 0,rgba(246,204,69,.18),transparent 28%),linear-gradient(135deg,#052f2b,#07564c);color:#fff}.v52-cart-head nav{display:flex;align-items:center;gap:7px;margin-bottom:16px;color:rgba(255,255,255,.48);font-size:9px}.v52-cart-head nav a{color:rgba(255,255,255,.74)}.v52-cart-head>div>div:nth-child(2){display:flex;align-items:center;justify-content:space-between;gap:15px}.v52-cart-head h1{margin:5px 0 3px;color:#fff;font-size:26px}.v52-cart-head>div>div:nth-child(2)>div>span{color:#f8dc72;font-size:9px;font-weight:900}.v52-cart-head p{margin:0;color:rgba(255,255,255,.65);font-size:10px}.v52-cart-head>div>div:nth-child(2)>a{padding:9px 12px;border:1px solid rgba(255,255,255,.18);border-radius:11px;background:rgba(255,255,255,.1);color:#fff;font-size:9px;font-weight:900}.v52-cart-head ol{display:flex;align-items:center;justify-content:center;gap:0;max-width:560px;padding:0;margin:22px auto 0;list-style:none}.v52-cart-head li{display:flex;align-items:center;gap:7px;flex:1;color:rgba(255,255,255,.48);font-size:9px}.v52-cart-head li:not(:last-child):after{content:"";height:1px;flex:1;margin-inline:8px;background:rgba(255,255,255,.17)}.v52-cart-head li b{display:grid;place-items:center;flex:0 0 27px;width:27px;height:27px;border-radius:9px;background:rgba(255,255,255,.1);color:#fff}.v52-cart-head li.active{color:#fff}.v52-cart-head li.active b{background:var(--c52-gold);color:var(--c52-green)}
.v52-cart-content{padding:20px 0}.v52-message{padding:11px 13px;margin-bottom:10px;border-radius:13px;font-size:10px;font-weight:800}.v52-message.success{background:#e7f8ef;color:#08704a;border:1px solid #cae9da}.v52-message.error{background:#fff0ed;color:#ad4035;border:1px solid #f0d2cd}.v52-message.warning{background:#fff8db;color:#896900;border:1px solid #eee0a5}.v52-cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 335px;gap:16px;align-items:start}.v52-cart-items-panel,.v52-summary{border:1px solid var(--c52-line);border-radius:24px;background:var(--c52-card);box-shadow:0 15px 42px rgba(6,63,57,.06)}.v52-cart-items-panel{padding:15px}.v52-panel-title{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:2px 2px 13px;border-bottom:1px solid var(--c52-line)}.v52-panel-title h2{margin:0;color:var(--c52-green);font-size:16px}.v52-panel-title span{display:block;margin-top:3px;color:var(--c52-muted);font-size:8.5px}.v52-panel-title form{margin:0}.v52-panel-title button{border:0;background:transparent;color:#bb4b40;font-family:inherit;font-size:9px;font-weight:800;cursor:pointer}.v52-cart-items{display:grid;gap:9px;margin-top:11px}.v52-cart-item{display:grid;grid-template-columns:105px minmax(0,1fr) 215px;gap:12px;align-items:center;padding:10px;border:1px solid var(--c52-line);border-radius:18px;background:#fbfdfc}.v52-item-image{height:105px;position:relative;overflow:hidden;border-radius:14px;background:#eef3f1}.v52-item-image img{width:100%;height:100%;object-fit:cover}.v52-item-image>b{position:absolute;right:5px;top:5px;padding:4px 6px;border-radius:7px;background:#ed4e39;color:#fff;font-size:8px}.v52-item-info{min-width:0}.v52-item-info>span{display:block;color:#b68100;font-size:8px;font-weight:900}.v52-item-info h3{margin:4px 0;color:var(--c52-text);font-size:12px;line-height:1.7}.v52-item-info h3 a{color:inherit}.v52-item-info>small{display:block;color:var(--c52-muted);font-size:8.5px}.v52-item-unit-price{display:flex;align-items:center;gap:7px;margin-top:8px}.v52-item-unit-price del{color:#98a5a1;font-size:8px}.v52-item-unit-price b{color:var(--c52-green);font-size:10px}.v52-item-controls{display:grid;gap:7px;justify-items:end}.v52-item-controls>form:first-child{display:flex;align-items:center;gap:5px}.v52-qty{display:grid;grid-template-columns:32px 50px 32px;overflow:hidden;border:1px solid var(--c52-line);border-radius:10px;background:#fff}.v52-qty button{height:34px;border:0;background:#edf3f0;color:var(--c52-green);font-size:16px;font-weight:900;cursor:pointer}.v52-qty input{width:100%;height:34px;border:0;outline:0;text-align:center;background:#fff;color:var(--c52-text);font-size:10px;font-weight:900;-moz-appearance:textfield}.v52-qty input::-webkit-inner-spin-button,.v52-qty input::-webkit-outer-spin-button{-webkit-appearance:none}.v52-update{height:34px;border:0;border-radius:10px;padding:0 9px;background:var(--c52-green);color:#fff;font-family:inherit;font-size:8px;font-weight:900;cursor:pointer}.v52-item-total{text-align:left}.v52-item-total span,.v52-item-total strong{display:block}.v52-item-total span{color:var(--c52-muted);font-size:7.5px}.v52-item-total strong{margin-top:2px;color:var(--c52-green);font-size:12px}.v52-item-controls>form:last-child{margin:0}.v52-remove{border:0;background:transparent;color:#ba4b40;font-family:inherit;font-size:8px;font-weight:800;cursor:pointer}.v52-cart-help{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:11px 13px;margin-top:11px;border-radius:15px;background:#f1f6f4}.v52-cart-help b{color:var(--c52-green);font-size:9px}.v52-cart-help span{color:var(--c52-muted);font-size:8px}.v52-cart-help a{padding:7px 9px;border-radius:9px;background:#fff;color:var(--c52-green);font-size:8px;font-weight:900}
.v52-summary{position:sticky;top:92px;padding:17px}.v52-summary-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:12px;border-bottom:1px solid var(--c52-line)}.v52-summary-head span{color:var(--c52-green);font-size:15px;font-weight:900}.v52-summary-head b{padding:5px 7px;border-radius:8px;background:#edf3f0;color:var(--c52-green);font-size:8px}.v52-summary-rows{display:grid;gap:10px;padding:14px 0;border-bottom:1px solid var(--c52-line)}.v52-summary-rows>div{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--c52-muted);font-size:9px}.v52-summary-rows b{color:var(--c52-text);font-size:9px}.v52-summary-rows .saving,.v52-summary-rows .saving b{color:#18815d}.v52-coupon{padding:13px 0;border-bottom:1px solid var(--c52-line)}.v52-coupon>label{display:block;margin-bottom:7px;color:var(--c52-green);font-size:9px;font-weight:900}.v52-coupon>form{display:grid;grid-template-columns:1fr auto;gap:5px}.v52-coupon input{min-width:0;height:36px;border:1px solid var(--c52-line);border-radius:10px;padding:0 10px;background:#f8faf9;color:var(--c52-text);font:inherit;outline:0}.v52-coupon button{border:0;border-radius:10px;padding:0 11px;background:var(--c52-green);color:#fff;font-family:inherit;font-size:8.5px;font-weight:900;cursor:pointer}.v52-coupon-applied{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 9px;border-radius:11px;background:#edf8f2;border:1px dashed #abd8c3}.v52-coupon-applied b,.v52-coupon-applied span{display:block}.v52-coupon-applied b{color:#08704c;font-size:10px}.v52-coupon-applied span{color:#568074;font-size:8px;margin-top:2px}.v52-coupon-applied form{margin:0}.v52-coupon-applied button{height:27px;background:#fff;color:#a44339}.v52-summary-total{padding:14px 0}.v52-summary-total>span{display:block;color:var(--c52-muted);font-size:9px}.v52-summary-total>strong{display:block;margin-top:4px;color:var(--c52-green);font-size:22px}.v52-summary-total>strong small{font-size:9px}.v52-summary-total>p{margin:6px 0 0;padding:6px 8px;border-radius:8px;background:#edf8f2;color:#177a59;font-size:7.5px;text-align:center}.v52-checkout{display:flex;align-items:center;justify-content:center;min-height:43px;border-radius:13px;background:var(--c52-gold);color:#173630;font-size:10px;font-weight:900}.v52-secure{display:block;margin-top:8px;color:var(--c52-muted);font-size:7.5px;line-height:1.7;text-align:center}.v52-empty-cart{display:grid;place-items:center;text-align:center;min-height:370px;padding:30px;border:1px solid var(--c52-line);border-radius:26px;background:#fff}.v52-empty-cart>div{display:grid;place-items:center;width:85px;height:85px;border-radius:28px;background:#f1f6f4;font-size:35px}.v52-empty-cart h2{margin:15px 0 4px;color:var(--c52-green);font-size:20px}.v52-empty-cart p{max-width:420px;margin:0;color:var(--c52-muted);font-size:10px;line-height:1.9}.v52-empty-cart a{margin-top:15px;padding:10px 14px;border-radius:12px;background:var(--c52-green);color:#fff;font-size:9px;font-weight:900}
.v52-suggestions{padding-top:28px}.v52-suggestions-head{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;margin-bottom:12px}.v52-suggestions-head span{color:#b37c00;font-size:8.5px;font-weight:900}.v52-suggestions-head h2{margin:3px 0 0;color:var(--c52-green);font-size:18px}.v52-suggestions-head>a{padding:7px 9px;border-radius:9px;background:#edf3f0;color:var(--c52-green);font-size:8px;font-weight:900}.v52-suggestion-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}.invoice-price-details{display:grid;gap:7px;max-width:390px;margin:16px 0 0 auto}.invoice-price-details>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 10px;border-radius:10px;background:rgba(10,64,58,.05);font-size:11px}.invoice-price-details b{color:var(--primary-2)}
html[data-theme="dark"] .v52-cart-page{--c52-text:#edf5f2;--c52-muted:#9baca7;--c52-line:rgba(255,255,255,.09);--c52-card:#102622;background:#0b1917}html[data-theme="dark"] .v52-cart-page :is(.v52-cart-items-panel,.v52-summary,.v52-empty-cart){background:var(--c52-card)}html[data-theme="dark"] .v52-cart-item,html[data-theme="dark"] .v52-cart-help,html[data-theme="dark"] .v52-qty,html[data-theme="dark"] .v52-qty input,html[data-theme="dark"] .v52-coupon input{background:#142c27}html[data-theme="dark"] .v52-panel-title h2,html[data-theme="dark"] .v52-item-info h3,html[data-theme="dark"] .v52-item-unit-price b,html[data-theme="dark"] .v52-item-total strong,html[data-theme="dark"] .v52-summary-head span,html[data-theme="dark"] .v52-summary-rows b,html[data-theme="dark"] .v52-summary-total>strong,html[data-theme="dark"] .v52-suggestions-head h2{color:#edf5f2}html[data-theme="dark"] .v52-summary-head b,html[data-theme="dark"] .v52-qty button,html[data-theme="dark"] .v52-suggestions-head>a{background:#19332e;color:#f5d86d}html[data-theme="dark"] .v52-coupon-applied{background:#143129}
@media(max-width:1020px){.v52-cart-layout{grid-template-columns:1fr}.v52-summary{position:static}.v52-suggestion-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:720px){.v52-cart-page{padding-bottom:95px}.v52-cart-head{padding:15px 0 18px}.v52-cart-head h1{font-size:21px}.v52-cart-head p{display:none}.v52-cart-head ol{margin-top:17px}.v52-cart-head li span{display:none}.v52-cart-head li:not(:last-child):after{margin-inline:5px}.v52-cart-content{padding-top:12px}.v52-cart-items-panel{padding:9px;border-radius:20px}.v52-cart-item{grid-template-columns:78px 1fr;gap:9px;padding:8px;border-radius:15px}.v52-item-image{height:78px}.v52-item-controls{grid-column:1/-1;grid-template-columns:1fr auto auto;align-items:center;justify-items:stretch;padding-top:7px;border-top:1px solid var(--c52-line)}.v52-item-controls>form:first-child{justify-content:flex-start}.v52-item-total{text-align:center}.v52-cart-help{grid-template-columns:1fr auto}.v52-cart-help span{display:none}.v52-summary{border-radius:20px}.v52-suggestion-grid{display:flex;overflow:auto;gap:8px;scroll-snap-type:x mandatory;scrollbar-width:none}.v52-suggestion-grid::-webkit-scrollbar{display:none}.v52-suggestion-grid .v50-product-card{flex:0 0 46%;scroll-snap-align:start}}
@media(max-width:450px){.v52-cart-head>div>div:nth-child(2)>a{display:none}.v52-cart-head h1{font-size:19px}.v52-panel-title h2{font-size:14px}.v52-cart-item{grid-template-columns:68px 1fr}.v52-item-image{height:68px}.v52-item-info h3{font-size:10.5px}.v52-item-controls{grid-template-columns:1fr auto}.v52-item-controls>form:last-child{grid-column:1/-1;text-align:left}.v52-qty{grid-template-columns:30px 42px 30px}.v52-update{padding:0 7px}.v52-item-total strong{font-size:10px}.v52-suggestion-grid .v50-product-card{flex-basis:48%}}
