.cart-wrap{font-family:Quicksand,sans-serif;background:var(--cream);color:var(--pet-text);-webkit-font-smoothing:antialiased}.cart-wrap a{text-decoration:none;color:inherit}.cart-wrap img{display:block;max-width:100%}.cart-wrap button{font-family:inherit;cursor:pointer;border:none}.cart-wrap .btn-pay{color:#fff}.progress-step.active .progress-dot{background:var(--terracotta);color:#fff;box-shadow:0 4px 14px var(--terracotta-shadow)}.cart-layout{display:grid;grid-template-columns:1fr 400px;gap:28px;padding:24px 0 40px;align-items:start}.continue-shopping{display:inline-flex;align-items:center;gap:6px;font-size:.88rem;font-weight:600;color:var(--brown);margin-top:8px;transition:var(--transition)}.continue-shopping:hover{color:var(--terracotta);gap:10px}.continue-shopping svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:var(--transition)}.cart-skeleton .skeleton{background:linear-gradient(90deg,var(--sand-light) 25%,var(--sand) 50%,var(--sand-light) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:6px}.cart-skeleton .skeleton-name{height:18px;width:70%;margin-bottom:8px}.cart-skeleton .skeleton-variant{height:14px;width:40%;margin-bottom:8px}.cart-skeleton .skeleton-qty{height:34px;width:100px}.cart-skeleton .skeleton-price{height:20px;width:70px}.cart-skeleton .skeleton-summary-title{height:22px;width:60%}.cart-skeleton .skeleton-label{height:16px;width:80px}.cart-skeleton .skeleton-value{height:16px;width:60px}.cart-skeleton .skeleton-grand-value{height:28px;width:90px}.cart-skeleton .skeleton-btn{height:52px;width:100%;border-radius:12px}.cart-skeleton .cart-item-img{border-radius:var(--radius)}@media (max-width: 1200px){.cart-layout{grid-template-columns:1fr 360px;gap:20px}}@media (max-width: 1024px){.cart-layout{grid-template-columns:1fr}.order-summary{position:static}}@media (max-width: 768px){.progress-section{display:none}.trust-bar{gap:12px}.trust-item span,.cta-section{display:none}}@media (max-width: 480px){.summary-header{padding:18px 20px 14px}.order-totals,.order-grand-total{padding:14px 20px}.trust-bar{padding:10px 20px 16px}.cta-section{padding:16px 20px 20px}.progress-bar-wrap{padding:16px 0}}.cart-items-area{display:flex;flex-direction:column;gap:14px}.cart-item-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:20px;display:flex;gap:18px;position:relative;transition:var(--transition)}.cart-item-card:hover{box-shadow:var(--shadow-md)}.cart-item-img-link{flex-shrink:0}.cart-item-img{width:100px;height:100px;border-radius:var(--radius);-o-object-fit:cover;object-fit:cover;flex-shrink:0;background:var(--sand)}.cart-item-img.image-placeholder{-o-object-fit:contain;object-fit:contain;padding:10px}.cart-item-info{flex:1;display:flex;flex-direction:column;justify-content:center;min-width:0}.cart-item-name{font-weight:700;font-size:.95rem;color:var(--pet-text);margin-bottom:4px;text-decoration:none;display:block}.cart-item-name:hover{color:var(--terracotta)}.cart-item-variant{font-size:.82rem;color:var(--text-muted);margin-bottom:6px}.cart-item-perso-wrap{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:4px}.cart-item-perso{display:inline-flex;align-items:center;gap:4px;font-size:.74rem;font-weight:700;color:var(--brown);background:var(--sand);padding:3px 9px;border-radius:5px;width:-moz-fit-content;width:fit-content}.cart-item-qty-row{display:flex;align-items:center;gap:14px;margin-top:10px}.cart-item-unit-price{font-size:.85rem;font-weight:600;color:var(--text-light)}.qty-picker{display:inline-flex;align-items:center;gap:0;border:1.5px solid var(--pet-text-alpha-12);border-radius:8px;overflow:hidden;background:var(--sand-light)}.qty-btn{width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:transparent;font-size:1rem;font-weight:700;color:var(--text-light);transition:var(--transition);padding:0}.qty-btn:hover:not(:disabled){background:var(--sand);color:var(--terracotta)}.qty-btn:disabled{opacity:.4;cursor:not-allowed}.qty-value{width:36px;text-align:center;font-weight:700;font-size:.9rem;color:var(--pet-text);border-left:1px solid var(--pet-text-alpha-08);border-right:1px solid var(--pet-text-alpha-08);line-height:34px;border-top:none;border-bottom:none;background:transparent;font-family:inherit;padding:0;outline:none;-moz-appearance:textfield}.qty-value::-webkit-outer-spin-button,.qty-value::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-item-price-col{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;flex-shrink:0;min-width:80px}.cart-item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.cart-item-remove{width:30px;height:30px;border-radius:7px;background:transparent;display:flex;align-items:center;justify-content:center;transition:var(--transition);padding:0}.cart-item-remove:hover{background:var(--terracotta-alpha-10)}.cart-item-remove svg{width:15px;height:15px;stroke:var(--text-muted);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:var(--transition)}.cart-item-remove:hover svg{stroke:var(--terracotta)}.cart-item-line-total{font-weight:700;font-size:1rem;color:var(--pet-text)}@media (max-width: 768px){.cart-item-card{padding:16px;gap:14px}.cart-item-img{width:80px;height:80px}}@media (max-width: 480px){.cart-item-card{flex-wrap:wrap}.cart-item-price-col{flex-direction:row;width:100%;justify-content:space-between;align-items:center;margin-top:4px}}.order-summary{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);position:sticky;top:94px;overflow:hidden}.summary-header{padding:24px 28px 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--pet-text-alpha-06)}.summary-title{font-family:Fredoka,sans-serif;font-size:1.1rem;font-weight:700;color:var(--pet-text);display:flex;align-items:center;gap:8px}.summary-count{background:var(--terracotta);color:#fff;font-family:Quicksand,sans-serif;font-size:.72rem;font-weight:700;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center}.order-totals{padding:18px 28px;border-top:1px solid var(--pet-text-alpha-06)}.order-total-row{display:flex;justify-content:space-between;font-size:.85rem;margin-bottom:8px}.order-total-row:last-child{margin-bottom:0}.order-total-label{color:var(--text-light)}.order-total-value{font-weight:600;color:var(--pet-text)}.order-grand-total{display:flex;justify-content:space-between;align-items:center;padding:18px 28px;background:var(--sand-light);border-top:2px solid var(--pet-text-alpha-06)}.order-grand-label{font-family:Fredoka,sans-serif;font-size:1rem;font-weight:700;color:var(--pet-text)}.order-grand-label small{display:block;font-family:Quicksand,sans-serif;font-size:.72rem;font-weight:500;color:var(--text-muted);margin-top:1px}.order-grand-price{font-family:Fredoka,sans-serif;font-size:1.65rem;font-weight:700;color:var(--brown)}.cta-section{padding:20px 28px 24px}.btn-pay{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px 24px;border-radius:12px;background:linear-gradient(135deg,var(--terracotta) 0%,#D06847 100%);color:#fff;font-family:inherit;font-weight:700;font-size:1rem;transition:var(--transition);letter-spacing:.3px;position:relative;overflow:hidden;text-decoration:none}.btn-pay:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);transition:left .5s ease}.btn-pay:hover:before{left:100%}.btn-pay:hover{transform:translateY(-2px);box-shadow:0 8px 28px #e07a5f73;color:#fff}.btn-pay svg{width:18px;height:18px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.trust-bar{display:flex;justify-content:center;gap:20px;padding:14px 28px 20px;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:5px;font-size:.72rem;font-weight:500;color:var(--text-muted)}.trust-item svg{width:13px;height:13px;stroke:var(--taupe);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.empty-cart-wrap{text-align:center;padding:80px 20px}.empty-cart-wrap .empty-cart-icon{width:80px;height:80px;margin:0 auto 24px;background:var(--sand-light);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center}.empty-cart-wrap .empty-cart-icon svg{width:36px;height:36px;stroke:var(--taupe);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.empty-cart-wrap .empty-cart-title{font-family:Fredoka,sans-serif;font-size:1.8rem;font-weight:700;color:var(--pet-text);margin-bottom:8px}.empty-cart-wrap .empty-cart-text{font-size:.95rem;color:var(--text-muted);margin-bottom:28px}.empty-cart-wrap .btn-continue-shopping{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:var(--radius);background:var(--terracotta);color:#fff;font-weight:700;font-size:.95rem;transition:var(--transition);text-decoration:none}.empty-cart-wrap .btn-continue-shopping:hover{background:var(--terracotta-hover);transform:translateY(-2px);box-shadow:0 6px 20px var(--terracotta-shadow)}.empty-cart-wrap .btn-continue-shopping svg{width:16px;height:16px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.reassurance-strip{padding:0 0 20px}.reassurance-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:24px 28px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.reassurance-item{display:flex;align-items:center;gap:14px;min-width:0}.reassurance-icon{width:48px;height:48px;border-radius:var(--radius);background:var(--sand-light);display:flex;align-items:center;justify-content:center;flex-shrink:0}.reassurance-icon svg{width:22px;height:22px;stroke:var(--brown);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.reassurance-text-title{font-weight:700;font-size:.85rem;color:var(--pet-text);margin-bottom:1px}.reassurance-text-desc{font-size:.75rem;color:var(--text-muted)}@media (max-width: 1200px){.reassurance-card{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.reassurance-card{grid-template-columns:1fr;gap:12px;padding:18px 20px}}
