.header-basket{position:relative;display:grid;flex:0 0 46px;width:46px;height:46px;place-items:center;border:1px solid rgba(7,31,26,.12);border-radius:50%;background:#fff;color:var(--ink);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.header-basket:hover{transform:translateY(-3px);border-color:rgba(85,125,101,.48);box-shadow:0 12px 26px rgba(7,31,26,.12)}.header-basket svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.header-basket__count{position:absolute;top:-4px;right:-3px;display:grid;min-width:19px;height:19px;padding:0 5px;place-items:center;border:2px solid #fbfaf7;border-radius:99px;background:var(--green);color:#fff;font-size:8px;font-weight:800}.basket-page{min-height:70vh;background:#fbfaf7}.basket-hero{padding:78px 0 68px;background:linear-gradient(135deg,#e9f1eb,#f7f3ec)}.basket-hero-grid{display:flex;align-items:end;justify-content:space-between;gap:35px}.basket-hero h1{max-width:760px;margin:14px 0 0;color:var(--ink);font:400 clamp(50px,6vw,76px)/1.02 Georgia,serif;letter-spacing:-3.4px}.basket-assurance{display:flex;align-items:center;gap:12px;max-width:275px;padding:17px 19px;border:1px solid rgba(85,125,101,.2);border-radius:15px;background:rgba(255,255,255,.72);color:#416052;font-size:10px;font-weight:700;box-shadow:0 15px 35px rgba(7,31,26,.06)}.basket-assurance i{display:grid;flex:0 0 36px;height:36px;place-items:center;border-radius:50%;background:#dcebe0;color:var(--green);font-style:normal;font-size:17px}.basket-content{padding:86px 0 120px}.basket-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(330px,.75fr);gap:28px;align-items:start}.basket-panel,.basket-summary{border:1px solid #dce4de;border-radius:22px;background:#fff;box-shadow:0 20px 55px rgba(7,31,26,.07)}.basket-panel{overflow:hidden}.basket-panel-head{display:flex;align-items:center;justify-content:space-between;padding:27px 30px;border-bottom:1px solid #e2e8e4}.basket-panel-head h2,.basket-summary h2{margin:0;color:var(--ink);font:600 19px/1.2 Lexend,sans-serif}.basket-panel-head span{color:#718078;font-size:10px}.basket-item{display:grid;grid-template-columns:128px minmax(0,1fr) auto;gap:24px;align-items:center;padding:30px}.basket-item+.basket-item{border-top:1px solid #e6ebe8}.basket-item__image{position:relative;overflow:hidden;width:128px;height:128px;border-radius:17px;background:#e5ede7}.basket-item__image img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.basket-item:hover .basket-item__image img{transform:scale(1.06)}.basket-item__copy h3{margin:6px 0 7px;color:var(--ink);font-size:17px}.basket-item__copy p{max-width:440px;margin:0;color:#687871;font-size:10px;line-height:1.6}.basket-item__meta{display:flex;flex-wrap:wrap;gap:7px;margin-top:13px}.basket-item__meta span{padding:5px 8px;border-radius:99px;background:#eef4ef;color:#4e695c;font-size:8px;font-weight:700}.basket-item__controls{display:grid;justify-items:end;gap:17px}.basket-item__price{color:var(--ink);font:500 23px/1 Georgia,serif}.basket-quantity{display:flex;align-items:center;overflow:hidden;border:1px solid #d5dfd8;border-radius:99px}.basket-quantity button{display:grid;width:34px;height:34px;padding:0;place-items:center;border-radius:0;background:#fff;color:var(--ink);font-size:16px}.basket-quantity button:hover{background:#eaf1eb}.basket-quantity input{width:34px;padding:0;border:0;background:#fff;color:var(--ink);font:700 11px Lexend;text-align:center}.basket-remove{border:0;background:none;color:#78867f;font:600 9px Lexend;text-decoration:underline;cursor:pointer}.basket-support{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;border-top:1px solid #e2e8e4;background:#e2e8e4}.basket-support span{display:flex;align-items:center;gap:9px;padding:18px;background:#f7f9f7;color:#52665c;font-size:9px;font-weight:700}.basket-support i{color:var(--green);font-style:normal}.basket-summary{position:sticky;top:112px;padding:30px}.basket-summary h2{margin-bottom:25px}.basket-summary-row{display:flex;justify-content:space-between;gap:20px;padding:11px 0;color:#64756c;font-size:11px}.basket-summary-row strong{color:var(--ink)}.basket-summary-total{margin-top:12px;padding-top:22px;border-top:1px solid #dfe6e1;color:var(--ink);font-size:15px;font-weight:800}.basket-summary-total strong{font:500 29px Georgia,serif}.basket-coupon{display:grid;grid-template-columns:1fr auto;gap:8px;margin:25px 0}.basket-coupon input{min-width:0;padding:13px 14px;border:1px solid #d5dfd8;border-radius:5px;background:#fafbf9;color:var(--ink);font:500 10px Lexend}.basket-coupon button{padding:13px 15px}.basket-checkout{width:100%;padding:18px;text-align:center}.basket-payment{display:flex;justify-content:center;gap:10px;margin-top:17px;color:#75847d;font-size:8px;font-weight:700}.basket-continue{display:block;margin-top:20px;color:var(--green);font-size:10px;font-weight:800;text-align:center}.basket-note{margin-top:20px;padding:16px;border-radius:12px;background:#eef4ef;color:#4c6358;font-size:9px;line-height:1.6}.basket-empty{display:none;padding:75px 30px;text-align:center}.basket-empty.is-visible{display:block}.basket-empty i{display:grid;width:70px;height:70px;margin:0 auto 23px;place-items:center;border-radius:50%;background:#e7f0e9;color:var(--green);font-style:normal;font-size:27px}.basket-empty h2{margin:0 0 10px;color:var(--ink);font:400 37px Georgia,serif}.basket-empty p{margin:0 auto 25px;max-width:430px}.basket-page.is-empty .basket-items,.basket-page.is-empty .basket-support,.basket-page.is-empty .basket-summary{display:none}.basket-page.is-empty .basket-empty{display:block}.basket-preview-message{display:none;margin-top:12px;color:var(--green);font-size:9px;font-weight:800;text-align:center}.basket-preview-message.is-visible{display:block}

body.woocommerce-cart .page-hero{display:none}body.woocommerce-cart main>section{padding:78px 0 110px;background:#fbfaf7}body.woocommerce-cart .content.prose{max-width:1180px;margin:0 auto;padding:0;background:transparent;box-shadow:none}body.woocommerce-cart .woocommerce{color:#52675d}body.woocommerce-cart .woocommerce-cart-form,body.woocommerce-cart .cart_totals{overflow:hidden;border:1px solid #dce4de;border-radius:20px;background:#fff;box-shadow:0 18px 50px rgba(7,31,26,.07)}body.woocommerce-cart .woocommerce-cart-form{float:left;width:64%;padding:25px}body.woocommerce-cart .cart-collaterals{float:right;width:33%}body.woocommerce-cart .cart_totals{width:100%!important;padding:28px}body.woocommerce-cart table.shop_table{border:0!important;border-collapse:collapse!important}body.woocommerce-cart table.shop_table th,body.woocommerce-cart table.shop_table td{padding:18px 12px;border-color:#e2e8e4!important}body.woocommerce-cart table.shop_table th{color:var(--ink);font-size:10px;text-transform:uppercase;letter-spacing:.05em}body.woocommerce-cart .product-thumbnail img{width:95px!important;border-radius:13px}body.woocommerce-cart .product-name a{color:var(--ink);font-weight:800}body.woocommerce-cart .quantity .qty{width:65px;padding:10px;border:1px solid #d6dfd9;border-radius:99px}body.woocommerce-cart .coupon{display:flex;gap:8px}body.woocommerce-cart .coupon .input-text{min-width:170px!important;padding:12px!important;border:1px solid #d6dfd9!important;border-radius:4px}body.woocommerce-cart .checkout-button{padding:18px!important;background:var(--green)!important;font-size:12px!important}body.woocommerce-cart .wc-proceed-to-checkout{padding-bottom:0}body.woocommerce-cart .woocommerce-message,body.woocommerce-cart .woocommerce-info{border-top-color:var(--green);border-radius:12px;background:#edf4ef}body.woocommerce-cart .woocommerce-message:before,body.woocommerce-cart .woocommerce-info:before{color:var(--green)}

@media(max-width:1050px){.header-basket{margin-left:auto}.basket-layout{grid-template-columns:1fr}.basket-summary{position:static}.basket-hero-grid{align-items:flex-start;flex-direction:column}body.woocommerce-cart .woocommerce-cart-form,body.woocommerce-cart .cart-collaterals{float:none;width:100%;margin-bottom:25px}}@media(max-width:700px){.header-basket{width:42px;height:42px;flex-basis:42px}.basket-hero{padding:55px 0}.basket-hero h1{font-size:48px;letter-spacing:-2px}.basket-content{padding:55px 0 85px}.basket-item{grid-template-columns:88px 1fr;gap:16px;padding:22px}.basket-item__image{width:88px;height:88px}.basket-item__controls{grid-column:1/-1;width:100%;grid-template-columns:1fr auto auto;align-items:center;justify-items:start}.basket-item__price{justify-self:end}.basket-support{grid-template-columns:1fr}.basket-summary{padding:24px}.basket-coupon{grid-template-columns:1fr}.basket-coupon button{width:100%}body.woocommerce-cart .woocommerce-cart-form{overflow-x:auto;padding:14px}body.woocommerce-cart table.shop_table{min-width:650px}}
@media(prefers-reduced-motion:reduce){.header-basket,.basket-item__image img{transition:none}}
