.cart-overlay[data-v-1e2e5a8f]{position:fixed;inset:0;background:#00000080;display:flex;align-items:flex-start;justify-content:flex-end;z-index:1000;animation:fadeIn-1e2e5a8f .2s ease}@keyframes fadeIn-1e2e5a8f{0%{opacity:0}to{opacity:1}}.cart-drawer[data-v-1e2e5a8f]{background:#fff;width:100%;max-width:420px;height:100%;display:flex;flex-direction:column;box-shadow:-4px 0 24px #00000026;animation:slideIn-1e2e5a8f .3s ease;overflow:hidden}@keyframes slideIn-1e2e5a8f{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-header[data-v-1e2e5a8f]{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e7eb}.cart-title[data-v-1e2e5a8f]{font-size:20px;font-weight:700;margin:0;color:#1f2937}.cart-close[data-v-1e2e5a8f]{width:32px;height:32px;border:none;background:#f9fafb;border-radius:50%;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;color:#6b7280}.cart-close[data-v-1e2e5a8f]:hover{background:#e5e7eb}.cart-content[data-v-1e2e5a8f]{flex:1;overflow-y:auto;padding:24px}.cart-empty[data-v-1e2e5a8f]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.cart-empty p[data-v-1e2e5a8f]{font-size:16px;color:#6b7280;margin:0 0 24px}.cart-items[data-v-1e2e5a8f]{display:flex;flex-direction:column;gap:20px}.cart-item[data-v-1e2e5a8f]{display:flex;gap:16px;padding-bottom:20px;border-bottom:1px solid #e5e7eb}.cart-item[data-v-1e2e5a8f]:last-child{border-bottom:none;padding-bottom:0}.cart-item-image[data-v-1e2e5a8f]{width:80px;height:80px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#f9fafb}.cart-item-image img[data-v-1e2e5a8f]{width:100%;height:100%;object-fit:cover;display:block}.cart-item-details[data-v-1e2e5a8f]{flex:1;display:flex;flex-direction:column;gap:8px;min-width:0}.cart-item-title[data-v-1e2e5a8f]{font-size:16px;font-weight:600;margin:0;color:#1f2937;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.cart-item-attributes[data-v-1e2e5a8f]{font-size:14px;color:#6b7280;margin:0}.cart-item-sku[data-v-1e2e5a8f]{font-size:12px;color:#9ca3af;margin:0}.cart-item-price[data-v-1e2e5a8f]{font-size:16px;font-weight:700;color:#dc2626;margin:0}.cart-item-actions[data-v-1e2e5a8f]{display:flex;align-items:center;gap:12px;margin-top:auto}.quantity-controls[data-v-1e2e5a8f]{display:flex;align-items:center;gap:0;border:2px solid #e5e7eb;border-radius:6px;width:fit-content;overflow:hidden}.qty-btn[data-v-1e2e5a8f]{width:36px;height:36px;border:none;background:#f9fafb;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;transition:background .2s;color:#1f2937}.qty-btn[data-v-1e2e5a8f]:hover:not(:disabled){background:#e5e7eb}.qty-btn[data-v-1e2e5a8f]:disabled{opacity:.5;cursor:not-allowed}.qty-input[data-v-1e2e5a8f]{width:50px;height:36px;border:none;text-align:center;font-size:14px;-moz-appearance:textfield;appearance:textfield}.qty-input[data-v-1e2e5a8f]::-webkit-outer-spin-button,.qty-input[data-v-1e2e5a8f]::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}.quantity-display[data-v-1e2e5a8f]{display:flex;align-items:center;padding:8px 12px}.quantity-text[data-v-1e2e5a8f]{font-size:14px;color:#6b7280;font-weight:500}.btn-remove[data-v-1e2e5a8f]{padding:8px 16px;border:1px solid #e5e7eb;background:#fff;border-radius:6px;font-size:14px;cursor:pointer;transition:all .2s;color:#dc2626}.btn-remove[data-v-1e2e5a8f]:hover{border-color:#dc2626;background:#fee2e2}.cart-footer[data-v-1e2e5a8f]{padding:24px;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:12px;background:#fff}.cart-total[data-v-1e2e5a8f]{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.cart-total-label[data-v-1e2e5a8f]{font-size:18px;font-weight:600;color:#1f2937}.cart-total-price[data-v-1e2e5a8f]{font-size:24px;font-weight:700;color:#dc2626}.btn-checkout[data-v-1e2e5a8f],.btn-continue-shopping[data-v-1e2e5a8f]{width:100%;padding:16px 24px;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.btn-checkout[data-v-1e2e5a8f]{background:var(--pages-button-primaryBackground, #1368fd);color:var(--pages-button-primaryTextColor, white)}.btn-checkout[data-v-1e2e5a8f]:hover{background:var(--pages-button-primaryBackgroundHover, #0d5bd8)}.btn-continue-shopping[data-v-1e2e5a8f]{background:var(--pages-button-secondaryBackground, white);color:var(--pages-button-secondaryTextColor, #1368fd);border:2px solid var(--pages-button-secondaryBorderColor, #1368fd)}.btn-continue-shopping[data-v-1e2e5a8f]:hover{background:var(--pages-button-secondaryBackgroundHover, #eff6ff)}@media(max-width:767px){.cart-drawer[data-v-1e2e5a8f]{max-width:100%}}.header-wrapper[data-v-39e725fd]{position:relative}.gradient[data-v-39e725fd]{width:100%;height:46px;padding:10px 0;margin:0;font-size:14px;background:var(--color-gradient-background);background-attachment:fixed;box-sizing:border-box}.gradient .container[data-v-39e725fd]{color:var(--color-gradient-foreground);opacity:.75;width:100%!important;max-width:100%!important;height:100%;display:flex;justify-content:center;align-items:center;margin:0 auto;padding:0;box-sizing:border-box;position:relative}.gradient .container p[data-v-39e725fd]{text-align:center;margin:0 auto;padding:0;width:100%;max-width:100%;text-indent:0;box-sizing:border-box;display:block;line-height:1.5}.sticky-header[data-v-39e725fd]{position:sticky;top:0;z-index:99;background:var(--color-background);color:var(--header-text-color, #0f172a);padding:1rem 2rem;height:69px;display:flex;align-items:center;justify-content:center}.sticky-header.scrolled[data-v-39e725fd]{background:#ffffffeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 10px 30px #0f172a0d}.header-content[data-v-39e725fd]{width:100%;max-width:1400px;display:flex;align-items:center;justify-content:space-between}.header-content.no-logo[data-v-39e725fd]{justify-content:flex-end}.logo[data-v-39e725fd]{flex:1;display:flex;justify-content:center}.logo-link[data-v-39e725fd]{display:inline-block;text-decoration:none;cursor:pointer;transition:opacity .2s}.logo-link[data-v-39e725fd]:hover{opacity:.8}.logo-link img[data-v-39e725fd]{width:auto!important;max-height:23.5px!important}.cart-icon-button[data-v-39e725fd]{position:relative;background:none;border:none;cursor:pointer;padding:8px;color:var(--color-foreground, #1f2937);display:flex;align-items:center;justify-content:center;transition:color .2s}.cart-icon-button[data-v-39e725fd]:hover{color:#1368fd}.cart-icon-button svg[data-v-39e725fd]{display:block}.cart-badge[data-v-39e725fd]{position:absolute;top:0;right:0;background:#dc2626;color:#fff;font-size:11px;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px;line-height:1}.affixed[data-v-39e725fd]{height:59px;position:fixed;top:0;left:0;width:100%;z-index:99;box-shadow:0 2px 5px rgba(var(--color-shadow),.1)!important;transition:transform .3s ease,box-shadow .3s ease}.footer[data-v-9d0364af]{width:100%;background:var(--color-background, #ffffff);color:#1f2937;border-top:1px solid rgba(0,0,0,.1);margin-top:auto}.footer-content[data-v-9d0364af]{width:100%}.footer-container[data-v-9d0364af]{max-width:1400px;margin:0 auto;padding:3rem 2rem 1.5rem}.footer-top[data-v-9d0364af]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem;margin-bottom:2.5rem;border-bottom:1px solid rgba(0,0,0,.1)}@media(max-width:768px){.footer-top[data-v-9d0364af]{border-bottom:none}.footer-top .footer-column[data-v-9d0364af]{border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:1.5rem}}.footer-column[data-v-9d0364af]{display:flex;flex-direction:column;gap:1rem}.footer-title[data-v-9d0364af]{font-size:1.125rem;font-weight:600;margin:0 0 .75rem;color:#1f2937}.protocol-group-title[data-v-9d0364af]{background:none;border:none;padding:0;text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;width:100%;transition:color .2s ease}.protocol-group-title[data-v-9d0364af]:hover{color:#1368fd}.protocol-group-title .expand-icon[data-v-9d0364af]{transition:transform .3s ease;flex-shrink:0;margin-left:.5rem}.protocol-group-title.is-expanded .expand-icon[data-v-9d0364af]{transform:rotate(180deg)}@media(min-width:769px){.protocol-group-title[data-v-9d0364af]{cursor:default;pointer-events:none}.protocol-group-title .expand-icon[data-v-9d0364af]{display:none}}.footer-description[data-v-9d0364af]{font-size:.875rem;line-height:1.6;color:#4b5563;margin:0}.footer-links[data-v-9d0364af]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem;padding-bottom:1rem;transition:max-height .3s ease,opacity .3s ease;overflow:hidden}.footer-links.is-collapsed[data-v-9d0364af]{max-height:0;opacity:0;margin:0;padding:0}@media(min-width:769px){.footer-links.is-collapsed[data-v-9d0364af]{max-height:none;opacity:1;margin:0;padding:0}}.collapsible-content[data-v-9d0364af]{display:flex;flex-direction:column;gap:.75rem;overflow:hidden;transition:max-height .3s ease,opacity .3s ease;max-height:1000px;padding:0 1rem 1rem}.collapsible-content.is-collapsed[data-v-9d0364af]{max-height:0;opacity:0;margin:0;padding-bottom:0}@media(min-width:769px){.collapsible-content[data-v-9d0364af]{max-height:none;opacity:1;padding:0 0 1rem}.collapsible-content.is-collapsed[data-v-9d0364af]{max-height:none;opacity:1}}.footer-link[data-v-9d0364af]{color:#4b5563;text-decoration:none;font-size:.875rem;transition:color .2s ease;display:inline-block;padding:0}.footer-link[data-v-9d0364af]:hover{color:#1368fd}@media(max-width:769px){.footer-link[data-v-9d0364af]{padding:0 1rem}}.footer-text[data-v-9d0364af]{color:#4b5563;font-size:.875rem;display:inline-block}.social-links[data-v-9d0364af]{display:flex;gap:1rem;margin-top:.5rem}.social-link[data-v-9d0364af]{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#0000000d;color:#4b5563;transition:all .2s ease;text-decoration:none}.social-link[data-v-9d0364af]:hover{background:#1368fd;color:#fff;transform:translateY(-2px)}.social-link svg[data-v-9d0364af]{display:block}.footer-contact[data-v-9d0364af]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.contact-item[data-v-9d0364af]{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;color:#4b5563;line-height:1.5}.contact-item svg[data-v-9d0364af]{flex-shrink:0;margin-top:.125rem;color:#6b7280}.contact-item .contact-link[data-v-9d0364af]{flex:1;color:inherit;text-decoration:none;transition:color .2s}.contact-item .contact-link[data-v-9d0364af]:hover{color:#1368fd;text-decoration:underline}.contact-item span[data-v-9d0364af]{flex:1}.footer-bottom[data-v-9d0364af]{display:block}.footer-bottom-content[data-v-9d0364af]{display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:space-between}@media(min-width:768px){.footer-bottom-content[data-v-9d0364af]{flex-direction:row}}.footer-bottom-content.no-copyright[data-v-9d0364af]{justify-content:flex-end}.copyright[data-v-9d0364af]{font-size:.875rem;color:#4b5563;margin:0}.payment-methods[data-v-9d0364af]{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:center}.payment-label[data-v-9d0364af]{font-size:.875rem;color:#4b5563}.payment-icons[data-v-9d0364af]{display:flex;gap:1rem;flex-wrap:wrap;align-items:center;align-content:center}.logistics-icon[data-v-9d0364af]{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;height:22px;transition:opacity .2s ease,transform .2s ease;opacity:.9}.logistics-icon[data-v-9d0364af]:hover{opacity:1;transform:translateY(-2px)}.logistics-icon svg[data-v-9d0364af]{display:block;height:20px;width:auto;max-width:64px}.logistics-logo[data-v-9d0364af]{display:block;height:14px;width:auto;max-width:64px;object-fit:contain}.nacex-logo[data-v-9d0364af]{filter:brightness(0) saturate(100%) invert(45%) sepia(100%) saturate(2000%) hue-rotate(0deg) brightness(1.1) contrast(1.2);height:14px!important}.express-post-wrapper[data-v-9d0364af]{background:#fc0;padding:.25rem .5rem;border-radius:4px;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;height:20px}.express-post-logo[data-v-9d0364af]{display:block;height:20px;width:auto;max-width:64px;object-fit:contain;mix-blend-mode:multiply;filter:contrast(1.1) brightness(.95)}@media(max-width:768px){.footer-container[data-v-9d0364af]{padding:1.5rem 1.5rem 1rem}.footer-top[data-v-9d0364af]{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.footer-bottom-content[data-v-9d0364af]{text-align:center}.footer-column[data-v-9d0364af]{margin:0 -1.5rem;padding:0;gap:0;border-bottom:1px solid rgba(0,0,0,.08)}.footer-title[data-v-9d0364af],.protocol-group-title[data-v-9d0364af]{padding:.3rem 1rem;margin:0;display:flex;align-items:center;justify-content:space-between;font-size:1rem;min-height:34px}.mobile-footer-spacer[data-v-9d0364af]{height:80px}}
