#cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:9998;opacity:0;pointer-events:none;transition:opacity .3s ease}#cart-drawer-overlay.open{opacity:1;pointer-events:all}#cart-drawer{position:fixed;top:0;right:0;height:100%;width:420px;max-width:100vw;background:#f5f5f3;z-index:9999;display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 24px #0000001a}#cart-drawer.open{transform:translate(0)}.cd-header{background:#0d2d52;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.cd-header-left{display:flex;align-items:center;gap:10px}.cd-title{font-size:15px;font-weight:500;color:#fff}.cd-count{background:#ffffff26;color:#fff;font-size:11px;font-weight:500;padding:2px 8px;border-radius:20px}.cd-close{background:none;border:none;color:#fffc;cursor:pointer;font-size:20px;padding:4px;line-height:1;display:flex;align-items:center}.cd-close:hover{color:#fff}.cd-volume{background:#fff;border-bottom:1px solid #e8e8e6;padding:12px 16px;flex-shrink:0}.cd-volume-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.cd-volume-title{font-size:11px;font-weight:500;color:#0d2d52;text-transform:uppercase;letter-spacing:.5px}.cd-volume-badge{font-size:11px;font-weight:500;padding:2px 8px;border-radius:20px}.cd-volume-badge.inactive{background:#f0f0ee;color:#888}.cd-volume-badge.active{background:#eaf3de;color:#27500a}.cd-track{height:6px;background:#e8e8e6;border-radius:3px;position:relative;margin-bottom:6px}.cd-track-fill{height:100%;background:linear-gradient(90deg,#1a5fa8,#0d2d52);border-radius:3px;transition:width .5s ease;max-width:100%}.cd-track-dot{position:absolute;top:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #ccc}.cd-track-dot.reached{background:#0d2d52;box-shadow:0 0 0 1px #0d2d52}.cd-track-dot.unreached{background:#ccc}.cd-milestones{display:flex;justify-content:space-between;font-size:10px;color:#888}.cd-milestone-pct{font-weight:500}.cd-milestone-pct.active-now{color:#1a5fa8}.cd-milestone-pct.reached{color:#27500a}.cd-next-tier{margin-top:8px;font-size:11px;color:#555;display:flex;align-items:center;gap:5px}.cd-next-tier i{color:#1a5fa8;font-size:12px}.cd-savings-row{margin-top:4px;font-size:12px;font-weight:500;color:#27500a}.cd-disclaimer{margin-top:6px;font-size:10px;color:#aaa}.cd-items{flex:1;overflow-y:auto;padding:12px}.cd-item{background:#fff;border-radius:10px;margin-bottom:10px;overflow:hidden;border:.5px solid #e8e8e6}.cd-item-main{display:flex;gap:12px;padding:12px;align-items:flex-start}.cd-item-img{width:64px;height:64px;border-radius:8px;object-fit:cover;background:#f0f0ee;flex-shrink:0}.cd-item-info{flex:1;min-width:0}.cd-item-name{font-size:13px;font-weight:500;color:#111;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cd-item-variant{font-size:11px;color:#888;margin-bottom:8px}.cd-item-qty{display:flex;align-items:center;border:.5px solid #ddd;border-radius:6px;overflow:hidden;width:fit-content}.cd-qty-btn{width:28px;height:28px;background:#f5f5f3;border:none;cursor:pointer;font-size:16px;color:#555;display:flex;align-items:center;justify-content:center}.cd-qty-btn:hover{background:#e8e8e6}.cd-qty-num{width:30px;height:28px;text-align:center;font-size:13px;font-weight:500;border:none;border-left:.5px solid #ddd;border-right:.5px solid #ddd;background:#fff;color:#111;line-height:28px}.cd-item-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex-shrink:0}.cd-item-price{font-size:14px;font-weight:500;color:#111}.cd-item-remove{background:none;border:none;color:#bbb;cursor:pointer;font-size:14px;padding:0}.cd-item-remove:hover{color:#e24b4a}.cd-item-shipping{background:#f9f9f7;border-top:.5px solid #e8e8e6;padding:8px 12px;display:flex;align-items:center;justify-content:space-between;font-size:11px}.cd-shipping-left{display:flex;align-items:center;gap:6px;color:#555}.cd-shipping-left i{font-size:13px}.cd-shipping-price{font-weight:500;color:#1a5fa8;font-size:11px}.cd-crosssell{flex-shrink:0;background:#fff;border-top:1px solid #e8e8e6;padding:12px}.cd-crosssell-title{font-size:11px;font-weight:500;color:#0d2d52;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;display:flex;align-items:center;gap:6px}.cd-cs-item{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:.5px solid #f0f0ee}.cd-cs-item:last-child{border-bottom:none}.cd-cs-img{width:44px;height:44px;border-radius:6px;object-fit:cover;background:#f0f0ee;flex-shrink:0}.cd-cs-info{flex:1;min-width:0}.cd-cs-name{font-size:12px;font-weight:500;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cd-cs-prices{font-size:11px;color:#888}.cd-cs-old{text-decoration:line-through;margin-right:4px}.cd-cs-new{color:#111;font-weight:500}.cd-cs-add{background:#0d2d52;color:#fff;border:none;border-radius:6px;padding:6px 10px;font-size:11px;cursor:pointer;white-space:nowrap;flex-shrink:0}.cd-cs-add:hover{background:#1a5fa8}.cd-footer{background:#fff;border-top:1px solid #e8e8e6;padding:14px 16px;flex-shrink:0}.cd-totals{margin-bottom:12px}.cd-total-row{display:flex;justify-content:space-between;font-size:12px;color:#666;padding:3px 0}.cd-total-row.saving{color:#27500a;font-weight:500}.cd-total-row.main{font-size:15px;font-weight:500;color:#111;border-top:.5px solid #e8e8e6;margin-top:8px;padding-top:10px}.cd-checkout-btn{width:100%;padding:14px;background:#0d2d52;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px}.cd-checkout-btn:hover{background:#1a5fa8}.cd-footer-note{font-size:10px;color:#aaa;text-align:center;margin-top:8px;display:flex;align-items:center;justify-content:center;gap:4px}#cart-toast{position:fixed;top:20px;right:20px;width:300px;background:#fff;border:.5px solid #ddd;border-radius:12px;padding:14px;z-index:10000;transform:translate(340px);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #0000001a}#cart-toast.show{transform:translate(0)}.ct-top{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px}.ct-icon{width:34px;height:34px;background:#eaf3de;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#27500a;font-size:16px}.ct-info{flex:1}.ct-title{font-size:13px;font-weight:500;color:#111;margin-bottom:2px}.ct-sub{font-size:11px;color:#888}.ct-close{background:none;border:none;color:#bbb;cursor:pointer;font-size:16px;padding:0}.ct-product{display:flex;align-items:center;gap:10px;margin-bottom:10px}.ct-product-img{width:42px;height:42px;border-radius:6px;object-fit:cover;background:#f0f0ee;flex-shrink:0}.ct-product-name{font-size:12px;font-weight:500;color:#111}.ct-product-price{font-size:11px;color:#888}.ct-bar{height:3px;background:#e8e8e6;border-radius:2px;margin-bottom:10px;overflow:hidden}.ct-bar-fill{height:100%;background:#1a5fa8;border-radius:2px;width:100%}.ct-actions{display:flex;gap:8px}.ct-btn-main{flex:1;padding:8px;background:#0d2d52;color:#fff;border:none;border-radius:6px;font-size:12px;cursor:pointer}.ct-btn-main:hover{background:#1a5fa8}.ct-btn-sec{flex:1;padding:8px;background:#f5f5f3;color:#333;border:.5px solid #ddd;border-radius:6px;font-size:12px;cursor:pointer}.cd-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#aaa;font-size:14px}.cd-empty i{font-size:48px}@media(max-width:480px){#cart-drawer{width:100vw}}.template-collection [class*=ai-html-block__content-arks3atc2wgkwn0nqdaigenblock],.template-cart [class*=ai-html-block__content-arks3atc2wgkwn0nqdaigenblock],.template-product [class*=ai-html-block__content-arks3atc2wgkwn0nqdaigenblock],.template-page [class*=ai-html-block__content-arks3atc2wgkwn0nqdaigenblock],.template-blog [class*=ai-html-block__content-arks3atc2wgkwn0nqdaigenblock],.template-article [class*=ai-html-block__content-arks3atc2wgkwn0nqdaigenblock],.template-search [class*=ai-html-block__content-arks3atc2wgkwn0nqdaigenblock]{display:none!important}.template-cart .content-for-layout{background:#f0f4fa;min-height:100vh}.template-cart .cart-page{padding-top:24px}.template-cart .cart-title{font-size:22px;font-weight:700;color:#0d2d52;letter-spacing:-.01em}.template-cart .cart-items__wrapper{background:#fff;border-radius:14px;border:.5px solid #e2eaf3;padding:8px 16px;box-shadow:0 2px 12px #0d2d520f}.template-cart .cart-items--dividers .cart-items__table-row{border-bottom:1px solid #f0f4fa}.template-cart .cart-items__title{color:#0d2d52;font-weight:600;font-size:14px}.template-cart .cart-items__price{color:#0d2d52;font-weight:700;font-size:15px}.template-cart .compare-at-price{color:#aaa;font-size:12px}.template-cart .cart-totals{background:#fff;border-radius:14px;border:.5px solid #e2eaf3;padding:20px;box-shadow:0 2px 12px #0d2d520f}.template-cart .cart-totals__total-label{font-size:13px;color:#5a7fa8;font-weight:500}.template-cart .cart-totals__total-value{font-size:24px;font-weight:700;color:#0d2d52}.template-cart .cart__checkout-button{background:#0d2d52;color:#fff;border-radius:10px;font-size:16px;font-weight:700;padding:16px;letter-spacing:.01em;transition:background .2s;box-shadow:0 4px 14px #0d2d5240}.template-cart .cart__checkout-button:hover{background:#1a5fa8}.template-cart .cart__checkout-button.is-blocked{background:#8aa8c4;box-shadow:none;opacity:1}.template-cart .cart-actions{border:.5px solid #e2eaf3;border-radius:10px;overflow:hidden;margin-bottom:12px}.template-cart .cart-discount__summary,.template-cart .cart-note__summary{padding:12px 14px;font-size:13px;font-weight:600;color:#0d2d52}.template-cart .cart-totals__original-container{border-bottom:.5px solid #f0f4fa;padding-bottom:12px;margin-bottom:12px}.template-cart .cart-discount__input{border-radius:8px;border:1px solid #c2d4e8;padding:8px 12px;font-size:13px;color:#0d2d52}.template-cart .cart-discount__button{background:#0d2d52;color:#fff;border-radius:8px;font-size:13px;font-weight:600;padding:8px 16px;border:none}.template-cart .cart__ctas:after{content:"\1f512  Pago seguro \b7  Fabricado en Espa\f1 a \b7  2 a\f1os garant\ed a";display:block;text-align:center;font-size:10px;color:#8aa8c4;margin-top:10px;letter-spacing:.02em}.template-cart .quantity-selector{border:1px solid #e2eaf3;border-radius:8px;overflow:hidden}.template-cart .cart-items__remove{color:#c2d4e8}.template-cart .cart-items__remove:hover{color:#e24b4a}body.template-cart{background:#eef2f8!important}body.template-cart .cart-items__wrapper,body.template-cart .cart-totals{box-shadow:0 4px 24px #0d2d521a!important;border:1px solid #d4e2f0!important}body.template-cart .cart-title{color:#0d2d52!important;font-weight:700!important}body.template-cart .cart-totals__total-value{font-size:26px!important;font-weight:800!important;color:#0d2d52!important}body.template-cart .cart__checkout-button{background:#0d2d52!important;border-radius:12px!important;font-size:17px!important;font-weight:700!important;padding:18px!important;box-shadow:0 6px 20px #0d2d524d!important;letter-spacing:.02em!important}body.template-cart .cart__checkout-button:hover{background:#1a5fa8!important}body.template-cart .cart__checkout-button.is-blocked{background:#8aa8c4!important;box-shadow:none!important}body.template-cart .cart-item-shipping-strip{background:#e6f0fb!important;border:1px solid #c2d4e8!important;border-radius:8px!important;margin-top:10px!important;padding:8px 14px!important;font-size:13px!important;font-weight:500!important}body.template-cart .cart-item-shipping-price{font-size:14px!important;font-weight:700!important}body.template-cart .cart-item-total-strip{font-size:13px!important;font-weight:700!important;padding:8px 14px!important}body.template-cart .cart-items--dividers .cart-items__table-row{border-bottom:1px solid #e8f0f8!important;padding-bottom:20px!important;margin-bottom:20px!important}@media screen and (max-width:749px){.ms-shipping-bar{display:flex;flex-direction:column;gap:5px;font-size:11px;padding:8px 10px}.ms-shipping-bar__subtotal{font-size:11px;border-bottom:1px solid #c2d4e8;padding-bottom:5px}.ms-shipping-bar__middle{flex-direction:row;flex-wrap:nowrap;gap:4px}.ms-shipping-bar__transport{font-size:11px;flex-wrap:nowrap}.ms-shipping-bar__days{display:none}.ms-shipping-bar__price{font-size:12px}.ms-shipping-bar__total{border-top:1px solid #c2d4e8;padding-top:5px;font-size:11px}.ms-shipping-bar__total strong{font-size:12px}body.template-cart .cart-totals{margin-top:12px;border-radius:10px;padding:14px}body.template-cart .cart-totals__total-value{font-size:20px!important}body.template-cart .cart__checkout-button{font-size:15px!important;padding:14px!important}body.template-cart .cart__continue-btn{font-size:12px;padding:7px}}body.template-cart .cart__checkout-button{background:linear-gradient(135deg,#0d2d52,#1a5fa8)!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;color:#fff!important;border-radius:12px!important;font-size:16px!important;font-weight:700!important;padding:16px!important;letter-spacing:.03em!important;box-shadow:0 6px 20px #0d2d5259!important;border:none!important;transition:all .2s ease!important;position:relative!important;overflow:hidden!important}body.template-cart .cart__checkout-button:hover{transform:translateY(-1px)!important;box-shadow:0 8px 28px #0d2d5273!important}body.template-cart .cart__checkout-button:active{transform:translateY(0)!important}body.template-cart .cart__checkout-button.is-blocked{background:#c2d4e8!important;box-shadow:none!important;transform:none!important;cursor:not-allowed!important}body.template-cart .cart__continue-btn{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;font-size:13px!important;font-weight:600!important;color:#1a5fa8!important;text-decoration:none!important;margin-bottom:10px!important;padding:11px!important;border-radius:10px!important;border:1.5px solid #c2d4e8!important;background:#fff!important;transition:all .2s ease!important;letter-spacing:.01em!important}body.template-cart .cart__continue-btn:hover{background:#e6f0fb!important;border-color:#1a5fa8!important;color:#0d2d52!important;transform:translateY(-1px)!important}@media screen and (max-width:749px){body.template-cart .cart__checkout-button{font-size:15px!important;padding:15px!important}body.template-cart .cart__continue-btn{font-size:12px!important;padding:10px!important}}
/*# sourceMappingURL=/cdn/shop/t/36/assets/cart-drawer.css.map */
