.cart-overlay{z-index:9998;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;transition:opacity .3s;position:fixed;inset:0}.cart-overlay.hidden{opacity:0;pointer-events:none}.cart-drawer{color:#000;z-index:9999;background:#ff0;border-left:0;border-top-left-radius:30px;border-bottom-left-radius:30px;flex-direction:column;width:420px;height:100%;padding:32px 20px;transition:transform .6s;position:fixed;top:0;right:0;overflow:hidden;transform:translate(100%);box-shadow:-2px 0 10px #0003;display:flex!important}.cart-drawer.open{transform:translate(0)}.cart-header{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex;position:relative}.cart-title{text-transform:uppercase;color:#000;white-space:nowrap;margin:0;font-family:Archivo Black,sans-serif;font-size:40px;font-style:normal;font-weight:400;line-height:normal}.cart-close-button{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:transform .2s;display:flex}.cart-close-button:hover{transform:scale(1.1)}.cart-close-button svg{stroke:#000;width:32px;height:32px}.cart-progress-section{margin-bottom:30px}.cart-progress-bar{background-color:#fff;border-radius:4px;width:100%;height:8px;margin-bottom:10px;overflow:hidden}.cart-progress-fill{background:linear-gradient(90deg,#ff69b4 0%,#ff1493 100%);height:100%;transition:width .5s}.cart-progress-message{color:#000;min-height:40px;margin:0;font-family:Source Code Pro,monospace;font-size:14px;font-style:normal;font-weight:400;line-height:1.4;transition:opacity .3s}.cart-items-container{flex:1;margin-bottom:20px;padding-right:5px;overflow-y:auto}.cart-items-container::-webkit-scrollbar{width:6px}.cart-items-container::-webkit-scrollbar-track{background:#ffffff4d;border-radius:3px}.cart-items-container::-webkit-scrollbar-thumb{background:#0000004d;border-radius:3px}.cart-items-container::-webkit-scrollbar-thumb:hover{background:#00000080}.cart-empty{color:#000;justify-content:center;align-items:center;height:200px;font-family:Source Code Pro,monospace;font-size:16px;display:flex}.cart-item{background:#ffffff80;border-radius:15px;gap:15px;margin-bottom:15px;padding:15px;display:flex;position:relative}.cart-item-image{background:#fff;border-radius:10px;flex-shrink:0;width:80px;height:80px;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%}.cart-item-details{flex-direction:column;flex:1;min-width:0;padding-bottom:20px;display:flex;position:relative;overflow:hidden}.cart-item-name{color:#000;-webkit-line-clamp:2;text-overflow:ellipsis;word-break:break-word;-webkit-box-orient:vertical;margin:0 0 6px;font-family:Source Code Pro,monospace;font-size:16px;font-style:normal;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.cart-item-variant-wrapper{flex-wrap:wrap;align-items:center;gap:4px;margin-bottom:10px;display:flex}.cart-item-variant{color:#000000b3;font-family:Source Code Pro,monospace;font-size:13px}.cart-item-price-unit{color:#000000b3;white-space:nowrap;font-family:Source Code Pro,monospace;font-size:13px;font-weight:600}.cart-item-price-per{color:#00000080;font-size:11px;font-weight:400}.cart-item-controls{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.quantity-controls{background:#fff;border:1px solid #000;border-radius:20px;align-items:center;gap:10px;padding:5px 10px;display:flex}.quantity-button{color:#000;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;font-family:Source Code Pro,monospace;font-size:18px;font-weight:700;transition:transform .2s;display:flex}.quantity-button:hover{transform:scale(1.2)}.quantity-display{color:#000;text-align:center;min-width:20px;font-family:Source Code Pro,monospace;font-size:16px;font-weight:700}.cart-item-price{color:#000;white-space:nowrap;margin-left:auto;font-family:Source Code Pro,monospace;font-size:18px;font-weight:900}.delete-item-button{color:#919191;cursor:pointer;background:0 0;border:none;padding:0;font-family:Source Code Pro,monospace;font-size:10px;font-style:normal;font-weight:400;line-height:normal;text-decoration:underline;transition:color .2s;position:absolute;bottom:5px;left:0}.delete-item-button:hover{color:#000}.cart-footer{border-top:2px solid #0000001a;padding-top:20px}.cart-checkout-button{text-transform:lowercase;width:100%;font-size:16px}@media (max-width:480px){.cart-drawer{border-top-left-radius:30px;border-bottom-left-radius:30px;width:100%;max-width:100%;padding:24px 16px}.cart-title{font-size:28px}.cart-header{margin-bottom:16px}.cart-progress-section{margin-bottom:20px}.cart-progress-message{min-height:36px;font-size:12px}.cart-item{gap:12px;margin-bottom:12px;padding:12px}.cart-item-image{border-radius:8px;width:70px;height:70px}.cart-item-name{-webkit-line-clamp:2;text-overflow:ellipsis;word-break:break-word;-webkit-box-orient:vertical;margin-bottom:6px;font-size:14px;line-height:1.3;display:-webkit-box;overflow:hidden}.cart-item-variant-wrapper{gap:3px;margin-bottom:8px}.cart-item-variant,.cart-item-price-unit{font-size:11px}.cart-item-price-per{font-size:9px}.cart-item-details{padding-bottom:16px}.cart-item-price{font-size:16px}.quantity-controls{gap:8px;padding:4px 8px}.quantity-button{width:20px;height:20px;font-size:16px}.quantity-display{min-width:18px;font-size:14px}.delete-item-button{font-size:9px;bottom:3px}.cart-footer{padding-top:16px}}@media (max-width:375px){.cart-drawer{padding:20px 12px}.cart-title{font-size:24px}.cart-close-button,.cart-close-button svg{width:28px;height:28px}.cart-progress-message{min-height:32px;font-size:11px}.cart-item{gap:10px;margin-bottom:10px;padding:10px}.cart-item-image{border-radius:6px;width:60px;height:60px}.cart-item-name{-webkit-line-clamp:2;text-overflow:ellipsis;word-break:break-word;-webkit-box-orient:vertical;margin-bottom:6px;font-size:13px;line-height:1.3;display:-webkit-box;overflow:hidden}.cart-item-price{font-size:15px}.quantity-controls{gap:6px;padding:3px 6px}.quantity-button{width:18px;height:18px;font-size:14px}.quantity-display{min-width:16px;font-size:13px}.delete-item-button{font-size:8px;bottom:2px}.cart-checkout-button{font-size:14px}}
.site-header{background-color:#0000!important;background-image:url(../media/background.e1a2d4a7.png)!important;background-position:50%!important;background-repeat:repeat!important;background-size:cover!important}@media (max-width:640px){.header-logo-container{z-index:1;position:absolute;left:50%;transform:translate(-50%)}.header-actions-container{z-index:2;margin-left:auto}}
.footer{color:#000;background-image:url(../media/background.e1a2d4a7.png);background-position:50%;background-repeat:repeat;background-size:cover;padding:60px 40px 30px}.footer-content{max-width:1400px;margin:0 auto}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(28px,5vw,64px);max-width:980px;margin-bottom:60px;margin-left:auto;margin-right:auto;display:grid}.footer-column{text-align:center}.footer-column-left{text-align:left}.footer-column-center{text-align:center}.footer-column-right{text-align:right}.footer-column h3{text-transform:uppercase;margin-bottom:20px;font-family:Archivo Black,sans-serif;font-size:25px;font-style:italic}.footer-column ul{margin:0;padding:0;list-style:none}.footer-column li{margin-bottom:10px}.footer-column a{color:#000;font-family:Source Code Pro,monospace;font-size:16px;text-decoration:none;transition:opacity .2s}.footer-column a:hover{opacity:.7}.footer-center{text-align:center;margin-bottom:30px}.footer-logo{justify-content:center;align-items:center;margin-bottom:20px;display:flex}.footer-logo-image{object-fit:contain;width:150px;height:43px}@media (min-width:640px){.footer-logo-image{width:320px;height:70px}}@media (min-width:768px){.footer-logo-image{width:350px;height:70px}}.footer-logo-text{text-transform:lowercase;letter-spacing:-2px;font-family:Archivo Black,sans-serif;font-size:80px;font-style:italic;font-weight:900}.footer-social{justify-content:center;gap:20px;margin-bottom:20px;display:flex}.footer-social a{color:#000;font-size:32px;transition:opacity .2s}.footer-social a:hover{opacity:.7}.footer-bottom-text{color:#000;font-family:Source Code Pro,monospace;font-size:14px}@media (max-width:1024px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px}}@media (max-width:768px){.footer{padding:40px 20px 20px}body[data-has-mobile-product-cta="1"] .footer{padding-bottom:calc(20px + 40px + env(safe-area-inset-bottom))}.footer-grid{grid-template-columns:1fr;gap:30px;margin-bottom:40px}.footer-column-left,.footer-column-right{text-align:center}.footer-column h3{margin-bottom:15px;font-size:20px}.footer-column a{font-size:14px}.footer-logo-text{font-size:60px}.footer-social a{font-size:28px}.footer-bottom-text{font-size:12px}}@media (max-width:480px){.footer-logo-text{font-size:48px}.footer-column h3{font-size:18px}.footer-bottom-text{font-size:10px}}
