.cart-drawer__dialog{--color-background: var(--skull-primary);--color-foreground: var(--skull-white);--color-border: rgba(255, 255, 255, .1);--color-accent: var(--skull-red);--skull-border-radius: 12px;--skull-border-radius-sm: 8px;--skull-shadow: 0 4px 24px rgba(0, 0, 0, .15);--skull-transition: all .3s cubic-bezier(.4, 0, .2, 1)}.cart-drawer__dialog.dialog-drawer{position:fixed;right:0;top:0;width:400px;height:100vh;background:var(--color-background);box-shadow:-8px 0 32px #0006;border:none;border-radius:0;z-index:999;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.cart-drawer__dialog[open]{transform:translate(0)}.cart-drawer__dialog::backdrop{background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cart-drawer__inner{display:flex;flex-direction:column;height:100%;overflow:hidden}.cart-drawer__header{background:var(--color-background);padding:24px;border-bottom:1px solid var(--color-border);display:flex;align-items:center;justify-content:space-between;position:relative;z-index:2;box-shadow:0 2px 8px #0000001a}.cart-drawer__header:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent,var(--skull-red),var(--skull-purple),var(--skull-red),transparent);background-size:200% 100%;animation:redLineFlow 8s ease-in-out infinite}@keyframes redLineFlow{0%{background-position:-200% 0}50%{background-position:200% 0}to{background-position:-200% 0}}.cart-drawer__heading{font-size:18px;font-weight:600;color:var(--color-foreground);text-transform:uppercase;letter-spacing:.05em;display:flex;align-items:center;gap:12px;margin:0}.cart-drawer__heading .cart-bubble{background:linear-gradient(135deg,var(--color-accent),#D63652);color:var(--skull-white);font-size:12px;font-weight:700;padding:4px 8px;border-radius:var(--skull-border-radius-sm);min-width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 0 #b02e40b3;animation:redPulse 2s infinite;vertical-align:middle;align-self:center}@keyframes redPulse{0%{box-shadow:0 0 #b02e40b3;transform:scale(1)}50%{box-shadow:0 0 0 8px #b02e4000;transform:scale(1.05)}to{box-shadow:0 0 #b02e4000;transform:scale(1)}}.cart-drawer__close-button{width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:3px;color:#ffffff80;transition:all .2s ease;cursor:pointer;padding:0}.cart-drawer__close-button:hover{color:#ffffffe6;background:transparent;transform:scale(1.1)}.cart-drawer__close-button svg{width:14px;height:14px}.cart-drawer__content{flex:1;display:flex;flex-direction:column;overflow:hidden;background:var(--color-background)}.cart-drawer__items{flex:1;overflow-y:auto;padding:0;min-height:0;max-height:calc(100vh - 200px)}.cart-items__wrapper{padding:20px}.cart-items__table{width:100%;border-spacing:0}.cart-items__table-row{background:#ffffff08;border:1px solid transparent;border-radius:var(--skull-border-radius);margin-bottom:12px;padding:12px;transition:var(--skull-transition);position:relative;overflow:hidden;display:grid;grid-template-columns:50px 1fr auto;grid-template-areas:"media details price" "media quantity quantity";gap:10px;align-items:start;min-height:70px}.cart-items__table-row:hover{background:#ffffff0d;border-color:#b02e404d;transform:translateY(-2px);box-shadow:var(--skull-shadow)}.cart-items__table-row:before{content:"";position:absolute;left:0;top:0;width:3px;height:100%;background:var(--color-accent);transform:scaleY(0);transform-origin:bottom;transition:transform .3s ease}.cart-items__table-row:hover:before{transform:scaleY(1);transform-origin:top}.cart-items__media{grid-area:media;width:50px;height:50px}.cart-items__media-container{display:block;width:100%;height:100%;border-radius:var(--skull-border-radius-sm);overflow:hidden;background:#ffffff0d}.cart-items__media-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.cart-items__table-row:hover .cart-items__media-image{transform:scale(1.05)}.cart-items__details{grid-area:details;display:flex;flex-direction:column;gap:4px;min-width:0}.cart-items__title{color:var(--color-foreground);font-size:14px;font-weight:500;line-height:1.3;text-decoration:none;display:block;transition:color .2s ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-items__title:hover{color:var(--color-accent)}.cart-items__variant{color:#fff9;font-size:12px;margin:0}.cart-items__details .price{color:var(--color-foreground);font-size:13px;font-weight:500;margin-top:2px}.cart-items__quantity{grid-area:quantity;display:flex;align-items:center;gap:12px;margin-top:8px}.quantity-selector{display:flex;align-items:center;background:#ffffff0d;border:1px solid var(--color-border);border-radius:var(--skull-border-radius-sm);overflow:hidden;transition:var(--skull-transition)}.quantity-selector:hover{border-color:var(--skull-purple);box-shadow:0 0 0 2px #4f406e1a}.quantity-selector button{width:22px;height:22px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid rgba(255,255,255,.15);color:#fff9;cursor:pointer;transition:all .2s ease;border-radius:3px;font-weight:400;font-size:11px}.quantity-selector button:hover{color:var(--skull-white);border-color:#fff6;background:#ffffff0d;transform:scale(1.05)}.quantity-selector input{width:30px;height:22px;background:transparent;border:none;color:var(--color-foreground);text-align:center;font-size:12px;font-weight:400;padding:0}.quantity-selector input:focus{outline:none}.cart-items__remove{background:transparent;border:1px solid var(--color-border);border-radius:var(--skull-border-radius-sm);width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#fff9;cursor:pointer;transition:var(--skull-transition)}.cart-items__remove:hover{background:#b02e401a;border-color:var(--color-accent);color:var(--color-accent);transform:scale(1.05)}.cart-items__price{grid-area:price;display:flex;align-items:center;justify-content:flex-end}.cart-items__price text-component{color:var(--color-foreground);font-size:16px;font-weight:600;white-space:nowrap}.cart-drawer__summary{background:var(--color-background);border-top:1px solid var(--color-border);padding:12px 20px;position:sticky;bottom:0;z-index:2;box-shadow:0 -2px 8px #0000001a;flex-shrink:0;max-height:150px;overflow:visible}.cart-actions{background:#ffffff08;border:1px solid var(--color-border);border-radius:var(--skull-border-radius-sm);margin-bottom:16px}.cart-discount__summary,.cart-note__summary{padding:12px 16px;color:var(--color-foreground);font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.03em;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:opacity .2s ease}.cart-discount__summary:hover,.cart-note__summary:hover{opacity:.8}.details-content{padding:0 16px 12px}.cart-discount__form{display:flex;gap:8px}.cart-discount__input{flex:1;background:#ffffff0d;border:1px solid var(--color-border);border-radius:var(--skull-border-radius-sm);padding:8px 12px;color:var(--color-foreground);font-size:12px;height:36px}.cart-discount__input:focus{outline:none;border-color:var(--skull-purple)}.cart-discount__button{background:var(--skull-purple);color:var(--skull-white);border:none;border-radius:var(--skull-border-radius-sm);padding:8px 16px;font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.05em;height:36px;white-space:nowrap;cursor:pointer;transition:var(--skull-transition)}.cart-discount__button:hover{background:#5a4a7e;transform:translateY(-1px)}.cart__summary-totals{background:#ffffff08;border-radius:var(--skull-border-radius);padding:16px;margin-bottom:16px}.cart__total{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}.cart__total:last-child{margin-bottom:0}.cart__total-label{color:#fff9;font-size:12px;text-transform:uppercase;letter-spacing:.05em}.cart__total-value{color:var(--color-foreground);font-size:24px;font-weight:700}.cart__ctas{display:flex;flex-direction:column;gap:10px}.cart__checkout-button{background:linear-gradient(135deg,var(--color-accent),#D63652);color:var(--skull-white);border:none;border-radius:var(--skull-border-radius);padding:16px 24px;font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;height:48px;width:100%;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 16px #b02e404d}.cart__checkout-button .button-arrow{transition:transform .3s ease}.cart__checkout-button:hover .button-arrow{transform:translate(4px)}.cart__checkout-button:disabled{background:#ffffff1a!important;color:#fff6!important;cursor:not-allowed!important;transform:none!important;box-shadow:none!important}.cart__checkout-button:disabled .button-arrow{transform:none!important}.cart__checkout-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,var(--skull-purple),var(--skull-red));transform:translateY(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:-1}.cart__checkout-button:hover:before{transform:translateY(0)}.cart__checkout-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #b02e4066}.cart__checkout-button:active{transform:translateY(-1px);box-shadow:0 4px 16px #b02e404d}.additional-checkout-buttons{display:flex;flex-direction:column;gap:12px}.additional-checkout-buttons>*{margin:0}.additional-checkout-buttons button{height:44px;border-radius:var(--skull-border-radius);min-height:unset;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid var(--color-border);background:#ffffff0d;color:var(--color-foreground);font-weight:600;font-size:13px;letter-spacing:.025em;text-transform:uppercase;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #0000001a}.additional-checkout-buttons button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,var(--skull-purple),var(--skull-red));transition:left .3s cubic-bezier(.4,0,.2,1);z-index:-1}.additional-checkout-buttons button:hover:before{left:0}.additional-checkout-buttons button:hover{border-color:var(--skull-purple);transform:translateY(-2px);box-shadow:0 6px 20px #4f406e4d;color:var(--skull-white)}.additional-checkout-buttons button:active{transform:translateY(0);box-shadow:0 2px 8px #4f406e33}.cart-drawer--empty .cart-drawer__content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 40px 60px;min-height:400px;position:relative}.cart-drawer--empty .cart-drawer__content:before{content:"";width:120px;height:60px;margin-bottom:40px;background:url(/cdn/shop/files/SKH_TEXTO_DARK_PNG_Mesa_de_trabajo_1.png?v=1723216319) center no-repeat;background-size:contain;opacity:.8;display:block;filter:brightness(0) invert(1)}.cart-drawer__heading--empty{color:var(--color-foreground);font-size:20px;font-weight:700;margin-bottom:12px;text-transform:uppercase;letter-spacing:.05em;margin-top:20px}.cart-drawer--empty p{color:#ffffffb3;font-size:15px;line-height:1.5;margin:0 0 40px;max-width:300px}.cart-items__empty-button{background:transparent;color:var(--color-foreground);border:2px solid var(--skull-purple);border-radius:var(--skull-border-radius);padding:14px 32px;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;transition:var(--skull-transition);position:relative;overflow:hidden}.cart-items__empty-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--skull-purple);transform:translate(-100%);transition:transform .3s ease;z-index:-1}.cart-items__empty-button:hover:before{transform:translate(0)}.cart-items__empty-button:hover{border-color:var(--skull-purple);transform:scale(1.03)}@media screen and (max-width: 749px){.cart-drawer__dialog.dialog-drawer{width:100vw;max-width:400px}.cart-drawer__header{padding:20px 16px}.cart-drawer__heading{font-size:16px}.cart-items__wrapper{padding:16px}.cart-items__table-row{padding:14px;gap:10px;grid-template-columns:55px 1fr auto}.cart-items__media{width:55px;height:55px}.cart-items__title{font-size:13px}.cart-items__price text-component{font-size:14px}.quantity-selector button{width:28px;height:28px}.quantity-selector input{width:32px;height:28px;font-size:12px}.cart-items__remove{width:28px;height:28px}.cart-drawer__summary{padding:10px 16px;max-height:140px;position:fixed;bottom:0;left:0;right:0;width:100%}.cart-drawer__content{height:calc(100vh - 100px);height:calc(100dvh - 100px)}.cart-drawer__items{max-height:calc(100vh - 220px);max-height:calc(100dvh - 220px);padding-bottom:10px}.cart__total-value{font-size:20px}.cart__checkout-button,.additional-checkout-buttons button{height:48px}}.cart-drawer__items::-webkit-scrollbar{width:6px}.cart-drawer__items::-webkit-scrollbar-track{background:#ffffff0d}.cart-drawer__items::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,var(--skull-purple),var(--color-accent));border-radius:3px}.cart-drawer__items::-webkit-scrollbar-thumb:hover{background:var(--color-accent)}.cart-items__table-row.removing{animation:slideOut .4s ease-out forwards}@keyframes slideOut{0%{opacity:1;transform:translate(0) scale(1);max-height:200px}to{opacity:0;transform:translate(30px) scale(.95);max-height:0;padding:0;margin:0}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.cart-items__table-row{animation:slideInFromRight .3s ease forwards}.cart-items__table-row:nth-child(1){animation-delay:.1s}.cart-items__table-row:nth-child(2){animation-delay:.2s}.cart-items__table-row:nth-child(3){animation-delay:.3s}.cart-items__table-row:nth-child(4){animation-delay:.4s}.cart-items__table-row:nth-child(5){animation-delay:.5s}.cart__checkout-button.loading{pointer-events:none;position:relative}.cart__checkout-button.loading:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid transparent;border-top:2px solid var(--skull-white);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cart-bubble{animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.cart-items__table-row:hover{background:#ffffff08;border-radius:var(--skull-border-radius-sm)}.quantity-selector input:focus{outline:none;background:#ffffff1a;box-shadow:0 0 0 2px #b02e404d}.cart-items__remove-button{transition:all .2s ease;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.cart-items__remove{background:transparent!important;border:1px solid var(--color-border)!important;border-radius:6px!important;width:28px!important;height:28px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#fff9!important;cursor:pointer!important;transition:all .3s ease!important;box-shadow:none!important;padding:0!important}.cart-items__remove:hover{background:#b02e4026!important;border-color:var(--color-accent)!important;color:var(--color-accent)!important;transform:scale(1.05)!important;box-shadow:0 2px 8px #b02e4033!important}.cart-items__remove svg{width:14px!important;height:14px!important;transition:transform .2s ease!important}.cart-items__remove:hover svg{transform:rotate(180deg)!important}.cart-items__remove-button:hover{background:#b02e4033;transform:scale(1.1)}text-component[shimmer]:after{background-image:linear-gradient(90deg,transparent 0%,rgba(176,46,64,.1) 50%,transparent 100%)}.cart-drawer__dialog *:not(s,del){color:var(--color-foreground)}.cart-drawer__dialog input:not([type=checkbox]):not([type=radio]),.cart-drawer__dialog textarea{color:var(--color-foreground)}.cart-drawer__dialog input::placeholder,.cart-drawer__dialog textarea::placeholder{color:#ffffff80}.cart-drawer__dialog button:focus,.cart-drawer__dialog input:focus,.cart-drawer__dialog textarea:focus{outline:2px solid var(--skull-purple);outline-offset:2px}@media (prefers-reduced-motion: reduce){.cart-drawer__dialog,.cart-items__table-row,.cart__checkout-button,.quantity-selector button,.cart-items__remove,.cart-bubble{animation:none!important;transition:none!important}}.cart-items__media-image{loading:lazy;decoding:async}.cart-drawer__dialog,.cart-items__table-row,.cart__checkout-button{will-change:transform;transform:translateZ(0)}.cart__checkout-button:focus-visible,.cart-items__remove:focus-visible,.quantity-selector button:focus-visible{outline:2px solid var(--skull-red);outline-offset:2px;z-index:10}.cart-items__variant,.cart-items__price-unit{color:#fffc}.cart-items__table-row[data-loading=true]{opacity:.6;pointer-events:none}.cart-items__table-row[data-loading=true] .cart-items__media-image{background:linear-gradient(90deg,#ffffff1a 25%,#fff3,#ffffff1a 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.cart-drawer__items{scroll-behavior:smooth}@media (max-width: 749px){.cart-items__remove,.quantity-selector button{min-width:44px;min-height:44px}}
/*# sourceMappingURL=/cdn/shop/t/47/assets/cart-drawer-skull-hearts.css.map */
