:root{--cart-green:#5B8C2A;--cart-green-dark:#2D5A1E;--cart-green-hover:#4A7322;--cart-green-bg:#E8F5E9;--cart-green-bg-light:#F7FBF4;--cart-red:#E31E24;--cart-red-hover:#c9181d;--cart-teal:#1B5E6B;--cart-navy:#1B2A3D;--cart-grey-bg:#F5F5F5;--cart-border:#E0E0E0;--cart-border-light:#F0F0F0;--cart-text:#333333;--cart-text-light:#666666;--cart-text-muted:#999999;--cart-yellow-bg:#FFF3CD;--cart-yellow-text:#856404;--cart-success-bg:#D4EDDA;--cart-success-text:#155724;--cart-error:#DC3545;--cart-radius:8px;--cart-radius-sm:4px;--cart-shadow:0 1px 3px rgba(0, 0, 0, 0.08);--cart-shadow-md:0 2px 8px rgba(0, 0, 0, 0.1)}.cart-page{max-width:var(--site-max-width,1400px);margin:0 auto;padding:20px var(--site-gutter,20px) 60px;font-family:inherit;color:var(--cart-text)}.free-delivery-bar{border-radius:var(--cart-radius);margin-bottom:24px;overflow:hidden}.free-delivery-bar--pending{background:var(--cart-yellow-bg);border:2px solid gold}.free-delivery-bar--success{background:var(--cart-success-bg);border:1px solid #C3E6CB}.free-delivery-bar__message{padding:14px 20px;font-size:14px;font-weight:700;text-align:center}.free-delivery-bar--pending .free-delivery-bar__message{color:var(--cart-yellow-text)}.free-delivery-bar--success .free-delivery-bar__message{color:var(--cart-success-text)}.free-delivery-bar__message svg{vertical-align:middle;margin-right:6px}.free-delivery-bar__track{background:#E8E8E8;height:12px;margin:0 20px 12px;border-radius:10px;position:relative;overflow:visible}.free-delivery-bar__fill{height:100%;background:linear-gradient(90deg,#5B8C2A,#7CB342);border-radius:10px;transition:width 0.4s ease;position:relative}.free-delivery-bar__icon{position:absolute;right:-14px;top:50%;transform:translateY(-50%);width:28px;height:28px;display:flex;align-items:center;justify-content:center}.free-delivery-bar__icon svg{width:24px;height:24px}.cart-basket{border-radius:var(--cart-radius);overflow:hidden;margin-bottom:24px}.cart-basket__header{background:var(--cart-navy);padding:12px 20px;display:flex;justify-content:space-between;align-items:center;border-radius:var(--cart-radius) var(--cart-radius) 0 0}.cart-basket__title{font-size:16px;font-weight:700;color:#FFF;margin:0}.cart-basket__count{font-size:13px;font-weight:600;color:#FFF;opacity:.9}.cart-basket__table{width:100%;border-collapse:collapse;table-layout:fixed}.cart-basket__table thead th{padding:10px 16px;font-size:11px;font-weight:700;color:var(--cart-text-light);text-transform:uppercase;text-align:left;border-bottom:1px solid var(--cart-border);background:var(--cart-grey-bg);letter-spacing:.03em}.cart-basket__table thead th:nth-child(1),.cart-basket__table tbody td:nth-child(1){width:34%}.cart-basket__table thead th:nth-child(2),.cart-basket__table tbody td:nth-child(2){width:16%;padding-left:16px;padding-right:16px;text-align:left}.cart-basket__table thead th:nth-child(3),.cart-basket__table tbody td:nth-child(3){width:10%;padding-left:24px;padding-right:24px;text-align:left}.cart-basket__table thead th:nth-child(4),.cart-basket__table tbody td:nth-child(4){width:10%;padding-left:24px;padding-right:24px;text-align:left}.cart-basket__table thead th:nth-child(5),.cart-basket__table tbody td:nth-child(5){width:10%;padding-left:24px;padding-right:24px;text-align:left}.cart-basket__table thead th:nth-child(6),.cart-basket__table tbody td:nth-child(6){width:12%;padding-left:24px;padding-right:24px;text-align:left}.cart-basket__table thead th:nth-child(7),.cart-basket__table tbody td:nth-child(7){width:60px;text-align:right}.cart-item{border-bottom:1px solid var(--cart-border-light)}.cart-item:last-child{border-bottom:none}.cart-item td{padding:16px 16px;vertical-align:middle}.cart-item__product{display:flex;align-items:center;gap:14px}.cart-item__image{width:60px;height:60px;flex-shrink:0;border:1px solid var(--cart-border-light);border-radius:var(--cart-radius-sm);overflow:hidden;background:var(--cart-grey-bg)}.cart-item__image img{width:100%;height:100%;object-fit:cover;display:block}.cart-item__name{font-size:13px;font-weight:700;color:var(--cart-navy);text-decoration:none;display:block;text-transform:uppercase;line-height:1.35}.cart-item__name:hover{color:var(--cart-green)}.cart-item__sku{font-size:11px;color:var(--cart-text-muted);margin-top:4px}.cart-item__divider,.cart-item__mobile-prices,.cart-item__remove--mobile{display:none}.cart-item__remove.cart-item__remove--mobile{display:none}.cart-item__sku-row{display:block}.cart-item__remove--mobile{display:none}.cart-item__info{display:flex;flex-direction:column}.cart-item__info .cart-item__name{order:1}.cart-item__info .cart-item__options{order:2}.cart-item__info .cart-item__sku-row{order:3}.cart-item__options{margin-top:4px;font-size:11px;color:var(--cart-text-light)}.cart-item__options dt{font-weight:600;display:inline}.cart-item__options dd{display:inline;margin:0 8px 0 0}.cart-item__qty{text-align:left}.qty-display{display:inline-flex;align-items:center;gap:8px}.qty-display__value{min-width:24px;font-size:14px;font-weight:700;color:var(--cart-text);text-align:center}.qty-display__edit{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:8px;background:#FEE2E2;color:#CC5050;cursor:pointer;padding:0;transition:background-color 0.15s ease,color 0.15s ease}.qty-display__edit:hover{background:#FBCFCF;color:#B43E3E}.qty-display__edit svg{width:16px;height:16px}.qty-controls{display:none;align-items:center;gap:4px;margin-top:8px;border:1px solid var(--cart-border);border-radius:var(--cart-radius-sm);overflow:hidden}.cart-item.editing .qty-display__edit{display:none}.cart-item.editing .qty-controls{display:inline-flex}.qty-controls__btn{width:32px;height:32px;background:#fff;border:none;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--cart-text);transition:background 0.15s,color 0.15s;padding:0;line-height:1}.qty-controls__btn:hover{background:#2f4858;color:#fff}.qty-controls__btn[data-qty-action="increase"]{background:#fff;color:var(--cart-text);border-left:1px solid var(--cart-border)}.qty-controls__btn[data-qty-action="increase"]:hover{background:#2f4858;color:#fff}.qty-controls__input{width:40px!important;height:32px!important;text-align:center;border:none;border-left:1px solid var(--cart-border);border-right:1px solid var(--cart-border);font-size:14px;font-weight:600;-moz-appearance:textfield;appearance:textfield;padding:0!important;border-radius:0!important}.qty-controls__input::-webkit-inner-spin-button,.qty-controls__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.qty-controls__update{display:flex;width:32px;height:32px;background:var(--cart-green);border:none;border-left:1px solid var(--cart-green-hover);color:#fff;cursor:pointer;align-items:center;justify-content:center;margin-left:0;border-radius:0 var(--cart-radius-sm) var(--cart-radius-sm) 0;transition:background 0.15s;padding:0;flex-shrink:0}.qty-controls__update:hover{background:var(--cart-green-hover)}.qty-controls__update svg{width:16px;height:16px}.qty-controls:not(.qty-controls--dirty) .qty-controls__update{opacity:.55}.cart-item__availability{font-size:12px;color:var(--cart-green);font-weight:600;max-width:11em;line-height:1.35}.cart-item__availability-inner{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:var(--cart-green-bg);color:var(--cart-green);max-width:100%}.cart-item__availability-icon{flex-shrink:0;line-height:0}.cart-item__availability-icon svg{display:block;width:14px;height:14px}.cart-item__availability-text{min-width:0}.cart-item__availability--check .cart-item__availability-inner{background:rgb(0 0 0 / .06);color:var(--cart-text-muted)}.cart-item__availability--check .cart-item__availability-icon--info{color:var(--cart-text-muted)}.cart-item__availability--check{color:var(--cart-text-muted);font-weight:500}.cart-item__price-excl,.cart-item__vat,.cart-item__price-incl{text-align:right;font-size:14px;font-weight:600;white-space:nowrap}.cart-item__price-excl{color:var(--cart-text)}.cart-item__vat{color:var(--cart-text)}.cart-item__price-incl{color:var(--cart-green);font-weight:700}.cart-item__action{text-align:center}.cart-item__remove{background:none;border:none;cursor:pointer;color:var(--cart-text-muted);padding:6px;transition:color 0.15s;display:inline-flex}.cart-item__remove:hover{color:var(--cart-red)}.cart-item__remove svg{width:20px;height:20px}.cart-lower{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.delivery-options{background:#fff;border:1px solid var(--cart-border);border-radius:var(--cart-radius);padding:24px}.delivery-options__title{font-size:18px;font-weight:700;color:#000;margin:0 0 16px}.delivery-options__form{display:flex;gap:10px;margin-bottom:16px}.delivery-options__input{text-transform:uppercase;flex:1;height:40px;padding:0 14px;border:1px solid var(--cart-border);border-radius:6px;font-size:13px;outline:none;transition:border-color 0.15s}.delivery-options__input:focus{border-color:var(--cart-green)}.delivery-options__input::placeholder{color:var(--cart-text-muted);font-size:12px;text-transform:none}.delivery-options__submit{height:40px;padding:0 24px;background:var(--cart-green);color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:700;cursor:pointer;transition:background 0.15s;white-space:nowrap}.delivery-options__submit:hover{background:var(--cart-green-hover)}.delivery-options__status{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#E8F4FD;border-radius:6px;margin-bottom:16px;font-size:13px;font-weight:600;color:var(--cart-text)}.delivery-options__status svg{margin-right:8px;flex-shrink:0}.delivery-options__status-left{display:flex;align-items:center}.delivery-options__postcode{margin-left:.2em}.delivery-options__status-close{background:none;border:none;cursor:pointer;color:var(--cart-text-muted);font-size:20px;padding:0 4px;line-height:1}.delivery-options__error{display:flex;align-items:center;padding:10px 14px;color:var(--cart-error);font-size:13px;font-weight:500;margin-bottom:16px}.delivery-options__error svg{margin-right:8px;flex-shrink:0}.delivery-options__methods{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.delivery-method{display:flex;align-items:center;padding:14px 16px;border:1px solid var(--cart-border);border-radius:6px;cursor:pointer;transition:border-color 0.15s,background 0.15s;position:relative}.delivery-method:hover{border-color:#CCC;background:var(--cart-grey-bg)}.delivery-method--selected{border-color:var(--cart-green);border-left:3px solid var(--cart-green);background:var(--cart-green-bg)}.delivery-method__radio{width:18px;height:18px;margin-right:12px;accent-color:var(--cart-green);flex-shrink:0}.delivery-method__icon{width:48px;height:48px;min-width:48px;flex-shrink:0;margin-right:12px;display:flex;align-items:center;justify-content:center;padding:8px;box-sizing:border-box;background:#fff;border:1px solid var(--cart-border);border-radius:6px;overflow:hidden}.delivery-method__icon img{max-width:100%;max-height:100%;object-fit:contain}.delivery-method__label{font-size:14px;color:var(--cart-text);flex:1}.delivery-method__price{font-weight:700;color:#000;white-space:nowrap;margin-left:8px}.order-summary{background:#fff;border:1px solid var(--cart-border);border-radius:var(--cart-radius);overflow:hidden;position:sticky;top:20px}.order-summary__header{background:var(--cart-navy);padding:14px 20px;border-radius:var(--cart-radius) var(--cart-radius) 0 0}.order-summary__heading{color:#fff;font-size:16px;font-weight:700;margin:0}.order-summary__body{padding:20px}.order-summary__discount-applied{background:var(--cart-green-bg);color:var(--cart-success-text);padding:10px 14px;border-radius:6px;font-size:13px;font-weight:600;margin-bottom:12px;display:flex;align-items:center;gap:8px}.order-summary__discount-applied svg{flex-shrink:0;color:var(--cart-green)}.order-summary__coupon-tag{display:inline-flex;align-items:center;gap:8px;background:var(--cart-yellow-bg);border:1px solid #F0D68A;color:var(--cart-yellow-text);padding:6px 12px;border-radius:6px;font-size:12px;font-weight:700;margin-bottom:16px}.order-summary__coupon-tag--inline{flex:1;margin-bottom:0;height:40px;padding:0 12px;box-sizing:border-box;min-width:0}.order-summary__coupon-tag--inline .order-summary__coupon-code{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-summary__coupon-remove{background:none;border:none;color:var(--cart-red);cursor:pointer;font-size:18px;padding:0;line-height:1;font-weight:700}.order-summary__lines{margin-bottom:16px}.order-summary__line{display:flex;justify-content:space-between;align-items:center;padding:10px 0;font-size:14px;color:var(--cart-text);border-bottom:1px solid var(--cart-border-light)}.order-summary__line:last-child,.order-summary__line:nth-last-child(2){border-bottom:none}.order-summary__line-label{font-weight:600}.order-summary__line-value{font-weight:700;text-align:right}.order-summary__line--free .order-summary__line-value{color:var(--cart-green);font-weight:700}.order-summary__line--discount .order-summary__line-value{color:var(--cart-red)}.order-summary__line--total{border-top:2px solid #E8E8E8;border-bottom:none;padding-top:16px;margin-top:4px}.order-summary__line--total .order-summary__line-label{font-size:16px;font-weight:700;color:#000;text-transform:uppercase}.order-summary__line--total .order-summary__line-value{font-size:20px;font-weight:700;color:#000}.order-summary__coupon-toggle{display:block;background:none;border:none;color:var(--cart-teal);font-size:13px;font-weight:600;cursor:pointer;padding:0;margin-bottom:12px;text-decoration:underline}.order-summary__coupon-toggle:hover{color:var(--cart-navy)}.order-summary__coupon-form{display:none;margin-bottom:16px}.order-summary__coupon-form--visible{display:flex;gap:8px}.order-summary__coupon-input{flex:1;height:40px;padding:0 12px;border:1px solid var(--cart-border);border-radius:6px;font-size:14px;outline:none}.order-summary__coupon-input:focus{border-color:var(--cart-green)}.order-summary__coupon-apply{height:40px;padding:0 18px;background:var(--cart-red);color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:700;cursor:pointer;transition:background 0.15s;white-space:nowrap}.order-summary__coupon-apply:hover{background:var(--cart-red-hover)}.order-summary__coupon-message{font-size:13px;margin-top:8px;padding:0 4px}.order-summary__coupon-message--error{color:#c0392b}.order-summary__actions{display:flex;flex-direction:column;gap:8px}.order-summary__checkout-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:48px;padding:0 20px;background:var(--cart-green);color:#fff;border:none;border-radius:6px;font-size:15px;font-weight:700;cursor:pointer;transition:background 0.15s;text-decoration:none;text-align:center;text-transform:uppercase;letter-spacing:.04em}.order-summary__checkout-btn:hover{background:var(--cart-green-hover);color:#fff}.order-summary__checkout-btn-icon{display:inline-flex;align-items:center;justify-content:center}.order-summary__checkout-btn-icon svg{width:20px;height:20px;flex-shrink:0}.order-summary__checkout-btn--has-items{animation:cart-checkout-pulse 2s ease-in-out infinite}@keyframes cart-checkout-pulse{0%,70%{box-shadow:none}75%{box-shadow:0 0 16px rgb(34 139 34 / .6),0 0 28px rgb(34 139 34 / .35)}85%{box-shadow:none}100%{box-shadow:none}}.order-summary__pay-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:48px;padding:0 20px;background:#000;color:#fff;border:none;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;transition:opacity 0.15s;text-decoration:none}.order-summary__pay-btn:hover{opacity:.85}.order-summary__pay-btn img,.order-summary__pay-btn svg{height:20px;width:auto}.klarna-logo{background:#FFB3C7;padding:2px 6px;border-radius:4px;font-weight:800;font-size:14px;color:#000;letter-spacing:.5px}.trust-badges{margin-top:48px}.trust-badges__title{font-size:20px;font-weight:700;color:#000;margin:0 0 20px;text-transform:uppercase}.trust-badges__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.trust-badge{display:flex;align-items:center;gap:14px;padding:16px;background:#fff;border:1px solid #E8E8E8;border-radius:var(--cart-radius);box-shadow:var(--cart-shadow)}.trust-badge__icon{width:44px;height:44px;background:#E0F2F1;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.trust-badge__icon svg{width:22px;height:22px;color:var(--cart-teal)}.trust-badge__text h4{font-size:14px;font-weight:700;color:#000;margin:0 0 2px}.trust-badge__text p{font-size:12px;color:var(--cart-text-light);margin:0}.express-checkout{display:flex;flex-direction:column;gap:8px}.express-checkout__divider{display:none}.express-checkout__btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:48px;padding:0 20px;border:none;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;transition:opacity 0.15s;text-decoration:none}.express-checkout__btn:hover{opacity:.85}.express-checkout__btn img,.express-checkout__btn svg{height:20px;width:auto}.express-checkout__btn--apple-pay{background:#000;color:#fff}.express-checkout__btn--google-pay{background:#000;color:#fff}.express-checkout__btn--paypal{background:#fff0;padding:0;min-height:auto;border-radius:6px;overflow:hidden}.express-checkout__btn--paypal:hover{opacity:1}.cart-empty{margin-bottom:40px}.cart-empty__hero{background:#F0EDEA;border-radius:12px;padding:48px 24px;text-align:center;display:flex;flex-direction:column;align-items:center}.cart-empty__x-icon{margin-bottom:8px}.cart-empty__illustration{margin-bottom:16px}.cart-empty__illustration svg{width:120px;height:120px}.cart-empty__heading{font-size:26px;font-weight:700;color:#000;margin:0 0 8px}.cart-empty__heading--red{color:var(--cart-red)}.cart-empty__subtitle{font-size:14px;color:#888;margin:0 0 28px;line-height:1.5}.cart-empty__cta{display:inline-flex;align-items:center;gap:10px;padding:14px 36px;background:var(--cart-green-dark);color:#fff;font-size:15px;font-weight:700;text-decoration:none;border-radius:var(--cart-radius);transition:background 0.15s;text-transform:uppercase;letter-spacing:.3px}.cart-empty__cta:hover{background:var(--cart-green-hover);color:#fff}.cart-empty__cta svg{flex-shrink:0}.cart-empty__actions{display:flex;align-items:center;justify-content:center}.cart-empty__redeem-form{margin-top:12px;display:flex;flex-direction:column;align-items:center;gap:8px;justify-content:center}.cart-empty__redeem-label{font-size:14px;color:var(--cart-text-light);font-weight:600}.cart-empty__redeem-fields{display:flex;align-items:center;gap:8px}.cart-empty__redeem-input{height:46px;min-width:180px;padding:0 12px;border:1px solid var(--cart-border);border-radius:var(--cart-radius-sm);font-size:14px;color:var(--cart-text);background:#fff;box-sizing:border-box}.cart-empty__redeem-input:focus{outline:none;border-color:var(--cart-green);box-shadow:0 0 0 3px rgb(91 140 42 / .12)}.cart-empty__redeem-submit{height:46px;min-width:82px;padding:0 14px;border:none;border-radius:var(--cart-radius-sm);background:#2f4858;color:#fff;font-size:14px;font-weight:700;white-space:nowrap;cursor:pointer;transition:background 0.15s ease}.cart-empty__redeem-submit:hover{background:#223845}.product-card__price-bar{display:flex;align-items:center;justify-content:space-between;background:var(--cart-green);color:#fff;padding:8px 12px;border-radius:var(--cart-radius-sm);margin-top:auto;gap:6px;text-decoration:none}.product-card__price-bar-current{font-size:15px;font-weight:700;white-space:nowrap}.product-card__price-bar-vat{font-size:10px;font-weight:400;opacity:.85;margin-left:2px}.product-card__price-bar-old{font-size:13px;text-decoration:line-through;opacity:.75;white-space:nowrap}.cart-loading{position:relative;pointer-events:none;opacity:.6}.cart-loading::after{content:'';position:absolute;top:50%;left:50%;width:24px;height:24px;margin:-12px 0 0 -12px;border:3px solid var(--cart-border);border-top-color:var(--cart-green);border-radius:50%;animation:cart-spin 0.6s linear infinite}@keyframes cart-spin{to{transform:rotate(360deg)}}.cart-basket__summary-mobile{display:none}@media (max-width:1024px){.cart-lower{grid-template-columns:1fr}.order-summary{position:static}.trust-badges__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.cart-page{padding:12px 10px 40px}.cart-empty__hero{padding:32px 16px}.cart-empty__illustration svg{width:100px;height:100px}.cart-empty__heading{font-size:22px}.cart-empty__cta{padding:12px 28px;font-size:14px;width:auto;justify-content:center}.cart-empty__actions{width:100%}.cart-empty__redeem-form{width:100%;flex-direction:column;gap:8px}.cart-empty__redeem-fields{width:100%;max-width:360px}.cart-empty__redeem-input{min-width:0;width:100%;flex:1}.cart-empty__redeem-submit{min-width:82px}.cart-basket__header{display:none}.cart-basket__summary-mobile{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#E8E8E8;border-radius:var(--cart-radius);margin-bottom:16px;font-size:15px;font-weight:700;color:#000}.cart-basket__table thead{display:none}.cart-basket__table tbody{display:block}.cart-basket__table tbody tr{display:block}.cart-item{display:grid;grid-template-columns:1fr;grid-template-rows:auto 1px auto;grid-template-areas:"product" "divider" "footer";gap:0;align-items:center;background:#fff;border-radius:var(--cart-radius);margin-bottom:16px;padding:16px;box-shadow:var(--cart-shadow);border:1px solid var(--cart-border)}.cart-item td{padding:0;border:none}.cart-item td:nth-child(1){display:contents}.cart-item td:nth-child(6){display:none}.cart-item td:nth-child(2),.cart-item td:nth-child(3),.cart-item td:nth-child(4),.cart-item td:nth-child(5),.cart-item td:nth-child(7){display:none}.cart-item__product{grid-area:product}.cart-item__product{display:flex;gap:14px;align-items:flex-start}.cart-item__image{width:90px;height:90px;flex-shrink:0;border-radius:var(--cart-radius-sm);overflow:hidden;border:1px solid var(--cart-border-light)}.cart-item__info{flex:1;min-width:0}.cart-item__info .cart-item__name,.cart-item__info .cart-item__options,.cart-item__info .cart-item__sku-row{order:unset}.cart-item__sku-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.cart-item__sku-row .cart-item__sku{font-size:12px;color:var(--cart-text-muted);margin:0}.cart-item__remove--mobile{display:flex!important;width:32px;height:32px;align-items:center;justify-content:center;background:none;border:none;color:var(--cart-text-muted);font-size:22px;line-height:1;cursor:pointer;padding:0}.cart-item__remove--mobile:hover{color:var(--cart-red)}.cart-item__name{font-size:15px;font-weight:700;color:#000;display:block;margin-bottom:4px}.cart-item__options{font-size:14px;color:#000;margin:0}.cart-item__options dt{display:inline}.cart-item__options dd{display:inline;margin:0 4px 0 0}.cart-item__divider{grid-area:divider;height:1px;background:var(--cart-border);margin:12px 0}.cart-item__mobile-footer{grid-area:footer;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:16px;margin-top:4px}.qty-display{margin-top:0}.cart-item.editing .qty-display{display:none}.cart-item.editing .qty-controls{margin-top:0}.cart-item__mobile-prices{display:flex;flex-direction:row;gap:24px;align-items:flex-end}.cart-item__mobile-unit-price,.cart-item__mobile-total{display:flex;flex-direction:column;align-items:flex-end}.cart-item__mobile-price-block{display:flex;flex-direction:column}.cart-item__mobile-price-label{font-size:12px;color:var(--cart-text-muted);font-weight:400}.cart-item__mobile-price-value{font-size:15px;font-weight:700;color:#000}.frequently-bought .product-card{flex:0 0 170px}.frequently-bought .product-card__image-wrap{aspect-ratio:1}.delivery-options{padding:16px}.delivery-options__form{flex-direction:column}.delivery-options__submit{width:100%}.qty-controls__btn[data-qty-action="increase"]{background:var(--cart-green)!important;color:#fff!important;border-left:none!important}.qty-controls__btn[data-qty-action="increase"]:hover{background:var(--cart-green-hover)!important;color:#fff!important}.cart-item td:nth-child(1){position:relative}.cart-item__divider+.cart-item__mobile-prices{margin-top:0}.cart-item__mobile-footer{display:flex;justify-content:space-between;align-items:center}}@media (max-width:480px){.trust-badges__grid{grid-template-columns:1fr}.free-delivery-bar__message{font-size:13px;padding:10px 14px}.cart-basket__header{padding:10px 16px}.cart-basket__title{font-size:14px}.cart-basket__count{font-size:12px}}