@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";:root{--font-heading:"Poppins", sans-serif;--font-body:"Poppins", sans-serif;--brand-blue:#0a0773;--deep-blue:#0a0759;--brand-red:#f20c0c;--deep-red:#730202;--royal-blue:#302cb3;--mist-blue:#e8e8f5;--coral-red:#ff6863;--black:#0d0d0d;--white:#fff;--bg-primary:var(--white);--bg-secondary:var(--white);--bg-tertiary:#f5f5f5;--bg-warm:#f7f7f7;--text-primary:var(--black);--text-secondary:#4a4a4a;--text-tertiary:#8a8a8a;--accent:var(--brand-blue);--accent-hover:var(--royal-blue);--cta:var(--brand-red);--cta-hover:var(--deep-red);--accent-gold:var(--brand-blue);--accent-gold-hover:var(--royal-blue);--accent-gold-light:#f5f5f5;--color-brand-green:var(--brand-blue);--border-color:#e6e6e6;--border-focus:var(--brand-blue);--shadow-sm:0 1px 2px #1a1a180a;--shadow-md:0 8px 20px #1a1a180f;--shadow-lg:0 16px 32px #1a1a1814;--transition-smooth:all .25s ease;--transition-fast:all .15s ease;--radius-sm:8px;--radius-md:10px;--radius-lg:12px;--radius-full:9999px;--container:1280px;--z-header:1000;--z-nav-dropdown:1010;--z-nav-mega:1005;--z-drawer:1100;--z-modal:1200}.dark-theme{--bg-primary:#0a0a0a;--bg-secondary:#121212;--bg-tertiary:#1a1a1a;--text-primary:#f5f5f5;--text-secondary:#a3a3a3;--text-tertiary:#737373;--accent:var(--royal-blue);--accent-hover:var(--brand-blue);--cta:var(--coral-red);--cta-hover:var(--brand-red);--accent-gold:var(--royal-blue);--accent-gold-hover:var(--brand-blue);--accent-gold-light:#1a1833;--border-color:#262626;--border-focus:var(--royal-blue);--shadow-sm:0 2px 4px #0003;--shadow-md:0 4px 16px #0006;--shadow-lg:0 20px 40px #0009;--glass-bg:#121212cc;--glass-border:#262626b3}*{box-sizing:border-box;margin:0;padding:0}html{max-width:100%;overflow-x:clip}body{font-family:var(--font-body);background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;max-width:100%;line-height:1.6;transition:background-color .3s,color .3s;overflow-x:clip}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.02em;font-weight:600}a{color:inherit;transition:var(--transition-fast);text-decoration:none}button,input,select,textarea{outline:none;font-family:inherit}.title-large{font-size:2.25rem;line-height:1.2}.title-medium{font-size:1.5rem;line-height:1.3}.text-small{font-size:.875rem}.form-group{margin-bottom:1.25rem}.form-label{color:var(--text-secondary);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.form-input{border-radius:var(--radius-sm);border:1px solid var(--border-color);background-color:var(--bg-secondary);width:100%;color:var(--text-primary);transition:var(--transition-fast);padding:.75rem 1rem}.form-input:focus{border-color:var(--border-focus);box-shadow:0 0 0 2px var(--accent-gold-light)}.form-error{color:#dc2626;overflow-wrap:anywhere;word-break:break-word;margin-top:.35rem;font-size:.8rem;display:block}img,video,svg{max-width:100%;height:auto}.form-select{border-radius:var(--radius-sm);border:1px solid var(--border-color);background-color:var(--bg-secondary);width:100%;color:var(--text-primary);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2365645f'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1rem;padding:.75rem 1rem}.form-select:focus{border-color:var(--border-focus)}.form-toggle-container{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.75rem;display:flex}.form-toggle-switch{background-color:var(--border-color);border-radius:var(--radius-full);width:2.75rem;height:1.5rem;transition:var(--transition-fast);position:relative}.form-toggle-switch:after{content:"";border-radius:var(--radius-full);width:1.25rem;height:1.25rem;transition:var(--transition-fast);background-color:#fff;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0000001a}.form-toggle-input{display:none}.form-toggle-input:checked+.form-toggle-switch{background-color:var(--brand-blue)}.form-toggle-input:checked+.form-toggle-switch:after{transform:translate(1.25rem)}.btn{border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition-smooth);-webkit-user-select:none;user-select:none;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;display:inline-flex}.btn-primary{background-color:var(--text-primary);color:var(--bg-secondary)}.btn-primary:hover{background-color:var(--brand-blue);color:#fff}.btn-cta{background-color:var(--brand-red);color:var(--white)}.btn-cta:hover{background-color:var(--deep-red)}.btn-accent{background-color:var(--accent-gold);color:#fff}.btn-accent:hover{background-color:var(--accent-gold-hover)}.btn-secondary{background-color:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-color)}.btn-secondary:hover{background-color:var(--border-color)}.btn-outline{color:var(--text-primary);border:1px solid var(--border-color);background-color:#0000}.btn-outline:hover{border-color:var(--text-primary)}.btn-danger{color:var(--deep-red);background-color:#fee2e2}.btn-danger:hover{background-color:#fca5a5}.btn-icon{border-radius:var(--radius-sm);color:var(--text-secondary);background-color:#0000;padding:.5rem}.btn-icon:hover{background-color:var(--bg-tertiary);color:var(--text-primary)}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideLeft{0%{transform:translate(100%)}to{transform:translate(0)}}.animate-slide-down{animation:.25s cubic-bezier(.16,1,.3,1) forwards slideDown}.animate-fade-in{animation:.2s forwards fadeIn}.animate-slide-left{animation:.3s cubic-bezier(.16,1,.3,1) forwards slideLeft}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}.drag-over-top{border-top:2px solid var(--accent-gold)!important}.drag-over-bottom{border-bottom:2px solid var(--accent-gold)!important}.drag-over-inside{background-color:var(--accent-gold-light)!important;border:1px dashed var(--accent-gold)!important}.site-footer{color:#d4d3ce;background-color:#1c1c1a;padding-top:4rem}.footer-inner{max-width:1440px;margin:0 auto;padding:0 2rem}.footer-top{border-bottom:1px solid #ffffff14;grid-template-columns:1.4fr 2fr 1fr;gap:4rem;padding-bottom:3rem;display:grid}.footer-brand{flex-direction:column;gap:1rem;display:flex}.footer-logo{font-family:var(--font-heading);color:#f5f5f3;letter-spacing:-.03em;font-size:1.25rem;font-weight:700}.footer-logo:hover{color:var(--accent-gold)}.footer-description{color:#8a897f;max-width:260px;font-size:.9rem;line-height:1.7}.footer-socials{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.social-link{border-radius:var(--radius-sm);color:#8a897f;width:36px;height:36px;transition:var(--transition-fast);background-color:#ffffff0f;border:1px solid #ffffff14;justify-content:center;align-items:center;display:flex}.social-link:hover{background-color:var(--accent-gold);color:#fff;border-color:#0000;transform:translateY(-2px)}.footer-columns{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.desktop-columns{display:grid}.mobile-columns{display:none}.footer-col-toggle{cursor:pointer;width:100%;color:inherit;background:0 0;border:none;justify-content:space-between;align-items:center;padding:0;display:flex}.footer-col-title{font-family:var(--font-heading);color:#f0ede6;letter-spacing:.06em;text-transform:uppercase;margin-bottom:1rem;font-size:.875rem;font-weight:600}.col-chevron{color:#8a897f;transition:transform .2s;display:none}.col-chevron--open{transform:rotate(180deg)}.footer-links-list{flex-direction:column;gap:.625rem;list-style:none;display:none}.footer-links-list--open{display:flex}.footer-link{color:#8a897f;transition:var(--transition-fast);align-items:center;gap:.35rem;font-size:.9rem;display:inline-flex}.footer-link:hover{color:#d4d3ce}.external-icon{opacity:.5}.footer-newsletter{flex-direction:column;gap:.75rem;display:flex}.newsletter-heading{font-family:var(--font-heading);color:#f0ede6;letter-spacing:-.01em;font-size:1.125rem;font-weight:600}.newsletter-desc{color:#8a897f;font-size:.875rem;line-height:1.6}.newsletter-form{flex-direction:column;gap:.625rem;margin-top:.25rem;display:flex}.newsletter-input{border-radius:var(--radius-sm);color:#f0ede6;width:100%;transition:var(--transition-fast);background-color:#ffffff0f;border:1px solid #ffffff1a;outline:none;padding:.75rem 1rem;font-size:.875rem}.newsletter-input::placeholder{color:#6a6a5e}.newsletter-input:focus{border-color:var(--accent-gold);background-color:#c5a8800d}.newsletter-btn{background-color:var(--accent-gold);color:#fff;border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition-fast);border:none;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600}.newsletter-btn:hover:not(:disabled){background-color:var(--accent-gold-hover)}.newsletter-btn:disabled{opacity:.6;cursor:not-allowed}.newsletter-success{border-radius:var(--radius-sm);color:#86efac;background-color:#22c55e1a;border:1px solid #22c55e33;padding:.75rem 1rem;font-size:.875rem}.newsletter-error{color:#fca5a5;margin-top:.25rem;font-size:.8rem}.footer-bottom{justify-content:center;align-items:center;padding:1.5rem 0;display:flex}.footer-copyright{color:#6a6a5e;font-size:.8rem}@media (width<=1200px){.footer-top{grid-template-columns:1fr 2fr;gap:3rem}.footer-newsletter{grid-column:1/-1;max-width:400px}.footer-columns{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.footer-top{grid-template-columns:1fr;gap:2.5rem}.footer-description{max-width:100%}.desktop-columns{display:none}.mobile-columns{flex-direction:column;gap:0;display:flex}.col-chevron{display:block}.footer-col-title{margin-bottom:0}.footer-col-toggle{border-bottom:1px solid #ffffff0f;padding:1rem 0}.footer-links-list{padding:.75rem 0;display:none}.footer-links-list--open{display:flex}.footer-newsletter{max-width:100%}}@media (width<=480px){.footer-inner{padding:0 1.25rem}.site-footer{padding-top:2.5rem}}.compare-notice{z-index:1200;border-radius:var(--radius-md,10px);color:#fff;max-width:min(92vw,420px);box-shadow:var(--shadow-lg,0 12px 30px #0000002e);background:#1a1a18;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;display:flex;position:fixed;bottom:1.25rem;left:50%;transform:translate(-50%)}.compare-notice-close{color:inherit;cursor:pointer;background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;min-width:44px;min-height:44px;font-size:1.25rem;line-height:1;display:inline-flex}@media (width<=430px){.compare-notice{font-size:.8125rem;bottom:.85rem}}.filters-mobile-bar{align-items:center;gap:8px;margin-bottom:10px;display:none}.listing-count-mobile{color:var(--text-secondary);white-space:nowrap;flex-shrink:0;font-size:.8rem;line-height:1.2}.filters-mobile-toggle{border:1px solid var(--border-soft,#e8e8f5);cursor:pointer;white-space:nowrap;background:#fff;border-radius:8px;align-items:center;gap:6px;min-height:44px;padding:0 12px;font-family:inherit;font-size:.8125rem;font-weight:500;display:inline-flex}.filters-mobile-sort{flex:1;min-width:0;max-width:132px;min-height:44px;margin-left:auto}.filters-drawer-overlay{z-index:1200;background:#0d0d0d73;justify-content:flex-end;display:flex;position:fixed;inset:0}.filters-drawer{background:#fff;width:min(320px,92vw);height:100%;padding:20px;overflow-y:auto}.filters-drawer-head{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.filters-drawer-head .btn-icon{min-width:44px;min-height:44px}.filter-check{align-items:center;gap:8px;margin-bottom:10px;font-size:.9rem;display:flex}.filter-range{margin-top:12px}.filter-price-sort{flex-direction:column;gap:.25rem;margin-top:12px;display:flex}.filter-price-sort .form-label{margin-bottom:.25rem}@media (width<=768px){.filters-desktop{display:none!important}.filters-mobile-bar{display:flex}.listing-toolbar--desktop{display:none}}.page-wrap{max-width:var(--container);margin:0 auto;padding:1.5rem 1.5rem 4rem}.page-title{margin-bottom:.35rem;font-size:1.5rem;font-weight:650}.page-sub{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.9rem}.breadcrumbs{color:var(--text-tertiary);flex-wrap:wrap;gap:.35rem;margin-bottom:1rem;font-size:.8rem;display:flex}.breadcrumbs a{color:var(--text-secondary)}.category-banner{object-fit:cover;border-radius:var(--radius-md);width:100%;max-height:220px;margin-bottom:1.25rem}.subcat-pills{flex-wrap:wrap;gap:.5rem;margin:.75rem 0 1.25rem;display:flex}.subcat-pills a{border:1px solid var(--border-color);border-radius:var(--radius-full);background:#fff;padding:.35rem .75rem;font-size:.8rem;font-weight:500}.listing-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;font-size:.85rem;display:flex}.listing-sort-select{width:100%;max-width:180px}.listing-layout{grid-template-columns:220px 1fr;gap:1.5rem;display:grid}.listing-intro .listing-desc{margin-bottom:0}.listing-main{min-width:0}.filters{border:1px solid var(--border-color);border-radius:var(--radius-md);background:#fff;height:fit-content;padding:1rem}.filters h4{margin-bottom:.65rem;font-size:.8rem}.filters label{color:var(--text-secondary);align-items:center;gap:.45rem;margin-bottom:.4rem;font-size:.8rem;display:flex}.pager{justify-content:center;gap:.5rem;margin-top:1.75rem;display:flex}.pager button{border:1px solid var(--border-color);cursor:pointer;background:#fff;border-radius:6px;min-width:36px;height:36px}.pdp{grid-template-columns:1fr 1fr;align-items:start;gap:2.5rem;display:grid}@media (width>=1024px){.pdp{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:2rem}}.pdp-gallery img,.pdp-gallery .safe-image-fallback{aspect-ratio:1;object-fit:contain;background:var(--bg-warm);border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%}.pdp-gallery-stage{aspect-ratio:1;border-radius:var(--radius-md);background:var(--bg-warm);border:1px solid var(--border-color);width:100%;position:relative;overflow:hidden}.pdp-gallery-stage img:not(.pdp-gallery-artwork),.pdp-gallery-stage .safe-image-fallback{aspect-ratio:auto;border:none;border-radius:0;width:100%;height:100%}.pdp-gallery-print-area{pointer-events:none;background:#0019c10a;border:1px dashed #0019c159;position:absolute;overflow:hidden}.pdp-gallery-artwork{object-fit:contain;pointer-events:none;max-width:100%;max-height:100%;position:absolute}.pdp-gallery-artwork--centered{max-width:45%;max-height:45%;top:42%;left:50%}.pdp-gallery-text{color:#222;text-align:center;text-overflow:ellipsis;white-space:nowrap;text-shadow:0 0 6px #fff,0 0 3px #fff;pointer-events:none;max-width:80%;font-weight:650;position:absolute;bottom:8%;left:50%;overflow:hidden;transform:translate(-50%)}.pdp-customization-inline{background:#fafafe;border:1px solid #e4e4f0;border-radius:12px;margin:.75rem 0 .5rem;padding:1rem 1.1rem}.pdp-cart-success{color:#1a7f4b;margin:.5rem 0 0;font-size:.85rem;font-weight:600}.pdp-cart-hint{color:#666;margin:.35rem 0 0;font-size:.82rem}.pdp-thumbs{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.5rem;margin-top:.65rem;padding-bottom:2px;display:flex;overflow-x:auto}.pdp-thumbs::-webkit-scrollbar{display:none}.pdp-thumbs img,.pdp-thumbs .safe-image-fallback{object-fit:contain;border:1px solid var(--border-color);cursor:pointer;background:#fff;border-radius:6px;flex:none;width:64px;height:64px}.pdp-sku{color:var(--text-tertiary);margin:.35rem 0 .75rem;font-size:.8rem}.pdp-price{margin-bottom:.75rem;font-size:1.35rem;font-weight:650}.pdp-actions,.product-actions{flex-wrap:wrap;align-items:center;gap:10px;margin:.65rem 0 .5rem;display:flex}.pdp-qty-group{border:1px solid var(--border-color);border-radius:var(--radius-sm);background:#fff;flex:none;align-items:center;display:inline-flex;overflow:hidden}.pdp-qty-group .qty-btn{width:40px;min-width:40px;height:48px;min-height:48px;color:var(--brand-blue,#0a0773);cursor:pointer;background:#fff;border:none;border-radius:0;justify-content:center;align-items:center;padding:0;font-size:1.15rem;line-height:1;display:inline-flex}.pdp-qty-group .qty-btn:hover{background:var(--bg-tertiary)}.pdp-qty-group .qty-value{border-left:1px solid var(--border-color);border-right:1px solid var(--border-color);background:#fff;justify-content:center;align-items:center;width:44px;min-width:44px;height:48px;font-size:.9375rem;font-weight:600;display:inline-flex}.pdp-actions-primary,.pdp-actions-utility{flex:0 auto;align-items:center;gap:10px;display:inline-flex}.pdp-actions-utility{flex:none}.pdp-actions .pdp-action-btn{white-space:nowrap;flex:0 auto;height:48px;min-height:48px;padding:0 .875rem;line-height:1.2}.pdp-action-btn--cart{min-width:125px}.pdp-action-btn--cart-custom{min-width:168px}.pdp-action-btn--buy{min-width:105px}.pdp-action-btn--wishlist{min-width:125px}.pdp-action-btn--compare{min-width:110px}.pdp-action-btn--compare.is-active{border-color:var(--brand-blue,#0a0773);color:var(--brand-blue,#0a0773)}.pdp-actions .pdp-action-btn svg{flex-shrink:0}.qty-input{border:1px solid var(--border-color);border-radius:8px;width:72px;height:42px;padding:0 .5rem}.pdp-info h1,.pdp h1{word-break:break-word;font-size:clamp(1.15rem,4vw,1.65rem);line-height:1.25}.tabs{border-bottom:1px solid var(--border-color);scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:1rem;margin:2.5rem 0 1rem;display:flex;overflow-x:auto}.tabs::-webkit-scrollbar{display:none}.tabs button{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:none;padding:.6rem 0;font-weight:600}.tabs button.active{color:var(--accent);border-color:var(--accent)}.hero-catalogue{background:var(--brand-blue);color:#fff;padding:4rem 1.5rem}.hero-catalogue-inner{max-width:var(--container);margin:0 auto}.hero-catalogue h1{max-width:16ch;font-size:clamp(1.8rem,4vw,2.75rem);font-weight:650;line-height:1.2}.hero-catalogue p{opacity:.9;max-width:46ch;margin:1rem 0 1.5rem;font-size:.95rem}.hero-catalogue-actions{flex-wrap:wrap;gap:.75rem;display:flex}.btn-solid{color:var(--brand-blue);background:#fff;border-radius:8px;padding:.7rem 1.2rem;font-size:.875rem;font-weight:600}.btn-ghost{color:#fff;border:1px solid #ffffff59;border-radius:8px;padding:.7rem 1.2rem;font-size:.875rem;font-weight:600}.section-block{max-width:var(--container);margin:0 auto;padding:2.5rem 1.5rem}.section-head{justify-content:space-between;align-items:baseline;margin-bottom:1.25rem;display:flex}.cat-tiles{grid-template-columns:repeat(4,1fr);gap:.85rem;display:grid}.cat-tile{border:1px solid var(--border-color);border-radius:var(--radius-md);background:#fff;flex-direction:column;justify-content:space-between;min-height:96px;padding:1.15rem;display:flex}.cat-tile span{color:var(--text-tertiary);font-size:.75rem}.cta-band{background:var(--accent-gold-light);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.form-grid{grid-template-columns:1fr 1fr;gap:.85rem;display:grid}.form-grid .full{grid-column:1/-1}.empty-note{color:var(--text-secondary);text-align:center;padding:3rem 0}.account-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.account-card{border:1px solid var(--border-color);border-radius:var(--radius-md);background:#fff;padding:1.15rem}@media (width<=900px){.listing-layout,.pdp,.form-grid,.cat-tiles,.account-grid,.checkout-grid{grid-template-columns:1fr}.enquiry-line-row{grid-template-columns:1fr 1fr}.enquiry-line-row .enquiry-line-product,.enquiry-line-row .enquiry-line-custom{grid-column:1/-1}.enquiry-line-row .enquiry-line-remove{grid-column:1/-1;width:100%}}.pager button.active{background:var(--brand-blue,#0a0773);color:#fff;border-color:var(--brand-blue,#0a0773)}.category-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.category-card{border:1px solid var(--border-color);border-radius:var(--radius-md);color:inherit;background:#fff;flex-direction:column;gap:.75rem;min-height:100%;padding:1rem;display:flex}.category-card img{aspect-ratio:16/10;object-fit:cover;border-radius:var(--radius-sm);background:var(--bg-warm);width:100%}.category-card h3{font-size:1rem;font-weight:600}.category-card p{color:var(--text-secondary);font-size:.85rem}.section-heading{margin-bottom:1rem;font-size:1.1rem;font-weight:650}.product-grid-skeleton{color:var(--text-secondary);padding:2rem 0}.checkout-grid{grid-template-columns:1.2fr .8fr;align-items:start;gap:1.25rem;display:grid}.checkout-line{gap:.75rem;margin-bottom:.75rem;display:flex}.checkout-line img{object-fit:contain;flex-shrink:0;width:56px;height:56px}.checkout-total{border-top:1px solid var(--border-color);margin-top:1rem;padding-top:.75rem}.enquiry-line-row{grid-template-columns:2fr 100px 1fr auto;align-items:start;gap:.5rem;margin-bottom:.5rem;display:grid}.enquiry-line-row .form-input{min-width:0}.enquiry-line-row .btn{white-space:nowrap;min-height:44px}@media (width<=480px){.page-wrap{padding-left:1rem;padding-right:1rem}.listing-toolbar{flex-direction:column;align-items:stretch}.listing-sort-select{max-width:none}.qty-input{width:100%;max-width:96px}.category-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}.pager button{min-width:44px;min-height:44px}}@media (width<=1023px) and (width>=769px){.pdp-actions-primary{flex:auto}}@media (width<=768px){.pdp-actions,.product-actions{flex-direction:column;align-items:stretch;gap:10px;margin:.75rem 0 .5rem}.pdp-qty-group{align-self:flex-start}.pdp-actions-primary{flex-direction:column;gap:10px;width:100%;display:flex}.pdp-actions-primary .pdp-action-btn{width:100%;min-width:0}.pdp-actions-utility{gap:10px;width:100%;display:flex}.pdp-actions-utility .pdp-action-btn{flex:1 1 0;min-width:0}}@media (width>=1280px){.pdp-actions,.product-actions{flex-wrap:nowrap;gap:12px}}@media (width<=768px){.page-wrap--listing{padding-top:.75rem;padding-bottom:2.5rem}.page-wrap--listing .breadcrumbs{gap:.2rem;margin-bottom:.4rem;font-size:.75rem;line-height:1.25}.page-wrap--listing .listing-intro{margin-bottom:.45rem}.page-wrap--listing .page-title{margin-bottom:.2rem;font-size:1.25rem;line-height:1.2}.page-wrap--listing .listing-desc,.page-wrap--listing .page-sub{margin-bottom:.45rem;font-size:.8125rem;line-height:1.35}.page-wrap--listing .category-banner{display:none}.listing-intro .subcat-pills,.page-wrap--listing>.subcat-pills{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;gap:.4rem;margin:0 0 .5rem;padding-bottom:2px;overflow-x:auto}.listing-intro .subcat-pills::-webkit-scrollbar{display:none}.page-wrap--listing>.subcat-pills::-webkit-scrollbar{display:none}.listing-intro .subcat-pills a,.page-wrap--listing>.subcat-pills a{white-space:nowrap;flex:none;align-items:center;min-height:44px;padding:.4rem .75rem;display:inline-flex}.listing-toolbar--desktop{display:none}.page-wrap--listing .listing-layout{gap:0}.page-wrap--listing .catalogue-categories{margin-bottom:.85rem}.page-wrap--listing .section-heading{margin-bottom:.6rem;font-size:1rem}.page-wrap--listing .product-card-media{aspect-ratio:1/.92}.page-wrap--listing .product-card-body{padding:.55rem .6rem .65rem}.page-wrap--listing .product-card-name{min-height:2em;font-size:.78rem}.page-wrap--listing .pc-cart{min-height:44px}}@media (width<=430px){.page-wrap--listing{padding-left:.85rem;padding-right:.85rem}}.artwork-upload-dropzone{width:100%;min-height:180px;color:var(--brand-blue,#0019c1);cursor:pointer;text-align:center;background:#fafafe;border:2px dashed #c8c8e8;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.4rem;padding:1.25rem 1rem;transition:border-color .2s,background .2s;display:flex}.artwork-upload-dropzone:hover:not(:disabled){border-color:var(--brand-blue,#0019c1);background:#f0f0ff}.artwork-upload-dropzone:disabled{opacity:.65;cursor:not-allowed}.artwork-upload-title{font-size:.95rem;font-weight:600}.artwork-upload-subtitle{color:#666;max-width:280px;font-size:.82rem;line-height:1.4}.artwork-upload-choose{pointer-events:none;margin-top:.35rem}.artwork-upload-hint{color:#666;font-size:.78rem}.artwork-upload-progress{background:#e0e0f0;border-radius:999px;width:100%;max-width:200px;height:4px;margin-top:.5rem;overflow:hidden}.artwork-upload-progress-bar{background:var(--brand-blue,#0019c1);height:100%;transition:width .2s}.artwork-upload-preview{background:#fff;border:1px solid #e8e8f5;border-radius:12px;padding:.75rem}.artwork-upload-image{object-fit:contain;max-width:100%;max-height:160px;margin:0 auto .5rem;display:block}.artwork-upload-file{text-align:center;color:var(--brand-blue,#0019c1);padding:1rem;font-weight:600}.artwork-upload-meta{flex-direction:column;gap:.35rem;font-size:.85rem;display:flex}.artwork-upload-success{color:#1a7f4b;font-weight:600}.artwork-upload-filename{color:#555}.artwork-upload-preview-title{color:#444;margin-bottom:.5rem;font-size:.85rem;font-weight:650}.artwork-upload-actions{align-items:center;gap:.35rem;display:flex}.btn-sm{min-height:36px;padding:.35rem .65rem;font-size:.82rem}.artwork-upload--compact{width:100%}.artwork-upload-compact-row{cursor:pointer;text-align:left;background:#fff;border:1px solid #d8d8e8;border-radius:10px;align-items:center;gap:.65rem;width:100%;min-height:72px;max-height:90px;padding:.55rem .75rem;transition:border-color .15s,background .15s;display:flex}.artwork-upload-compact-row:hover:not(:disabled){border-color:var(--brand-blue,#0019c1);background:#fafafe}.artwork-upload-compact-row:disabled{opacity:.7;cursor:not-allowed}.artwork-upload-compact-row--done{cursor:default}.artwork-upload-compact-row--done:hover{background:#fff}.artwork-upload-compact-icon{width:40px;height:40px;color:var(--brand-blue,#0019c1);background:#f0f0ff;border-radius:8px;flex:0 0 40px;justify-content:center;align-items:center;display:inline-flex}.artwork-upload-compact-copy{flex-direction:column;flex:1;gap:.1rem;min-width:0;display:flex}.artwork-upload-compact-title{color:#222;text-overflow:ellipsis;white-space:nowrap;font-size:.88rem;font-weight:600;overflow:hidden}.artwork-upload-compact-hint,.artwork-upload-compact-success{color:#777;font-size:.75rem;line-height:1.3}.artwork-upload-compact-success{color:#1a7f4b;font-weight:600}.artwork-upload-compact-btn{pointer-events:none;flex-shrink:0}.artwork-upload-compact-thumb{object-fit:contain;background:#fff;border:1px solid #e8e8f0;border-radius:6px;flex:0 0 40px;width:40px;height:40px}.artwork-upload-compact-thumb--pdf{color:var(--brand-blue,#0019c1);justify-content:center;align-items:center;font-size:.65rem;font-weight:700;display:inline-flex}.artwork-upload-compact-actions{flex-wrap:wrap;flex-shrink:0;gap:.35rem;display:flex}.artwork-upload-progress--compact{max-width:none;position:absolute;bottom:.45rem;left:.75rem;right:.75rem}.artwork-upload-compact-row{position:relative}.artwork-upload-error{margin-top:.35rem;font-size:.8rem}@media (width<=480px){.artwork-upload-compact-actions{justify-content:flex-end;width:100%}.artwork-upload-compact-row--done{flex-wrap:wrap;min-height:72px;max-height:none}}.product-customization-layout{grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:1.5rem;margin-top:.5rem;display:grid}.product-customization-layout--mobile{padding-bottom:calc(72px + env(safe-area-inset-bottom,0px));grid-template-columns:1fr}.customization-unavailable{color:#666;padding:1rem 0}.customization-header{margin-bottom:1rem}.customization-heading{color:var(--brand-blue,#0a0773);text-transform:uppercase;letter-spacing:.02em;margin:0 0 .35rem;font-size:1.15rem}.customization-subheading{color:#555;margin:0;font-size:.92rem;line-height:1.45}.customization-steps{flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem;display:flex}.customization-step{color:#666;background:#eeeef8;border-radius:999px;padding:.35rem .65rem;font-size:.82rem;font-weight:600}.customization-step.is-active{color:var(--brand-blue,#0019c1);background:#e8e8ff}.customization-step.is-done{color:#1a7f4b;background:#e6f7ed}.customization-section{margin-bottom:1.25rem}.customization-section-title{color:#333;margin:0 0 .4rem;font-size:.95rem;font-weight:650}.customization-section-hint{color:#666;margin:0 0 .6rem;font-size:.85rem}.customization-single-method{border:1px solid var(--brand-blue,#0019c1);min-height:44px;color:var(--brand-blue,#0019c1);background:#f0f0ff;border-radius:8px;align-items:center;padding:.5rem .85rem;font-size:.9rem;font-weight:600;display:inline-flex}.customization-size-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,120px),1fr));gap:.5rem;display:grid}.customization-size-card{cursor:pointer;text-align:center;background:#fff;border:1px solid #ddd;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:.2rem;min-height:56px;padding:.55rem .5rem;transition:border-color .15s,background .15s;display:flex}.customization-size-card input{opacity:0;pointer-events:none;position:absolute}.customization-size-card.is-selected{border-color:var(--brand-blue,#0019c1);background:#f0f0ff}.customization-size-name{color:#333;font-size:.88rem;font-weight:600}.customization-size-price{color:var(--brand-blue,#0019c1);font-size:.82rem;font-weight:600}.customization-loading,.customization-empty{color:#666;font-size:.88rem}.customization-text-preview{background:#f8f8fc;border:1px dashed #d0d0e8;border-radius:8px;margin-top:.5rem;padding:.5rem .65rem}.customization-text-preview-label{color:#888;margin-bottom:.2rem;font-size:.75rem;display:block}.customization-text-preview-value{color:#333;font-weight:600}.customization-preview-block{position:sticky;top:1rem}.customization-preview-label{color:#444;margin-bottom:.5rem;font-size:.85rem;font-weight:650}.customization-preview-stage{aspect-ratio:1;background:#fff;border:1px solid #e8e8f5;border-radius:12px;width:100%;max-width:420px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 4px 20px #0019c10f}.customization-preview-stage img:not(.customization-artwork-layer){object-fit:contain;width:100%;height:100%}.customization-print-area{pointer-events:none;background:#0019c10a;border:1px dashed #0019c159;position:absolute;overflow:hidden}.customization-artwork-layer{object-fit:contain;pointer-events:none;max-width:100%;max-height:100%;position:absolute}.customization-preview-name{color:#333;text-align:center;text-overflow:ellipsis;white-space:nowrap;text-shadow:0 0 4px #fff;max-width:80%;font-weight:600;position:absolute;bottom:6%;left:50%;overflow:hidden;transform:translate(-50%)}.customization-preview-disclaimer{color:#777;margin:.5rem 0 0;font-size:.78rem;line-height:1.4}.customization-position-controls{background:#fafafe;border:1px solid #e8e8f5;border-radius:10px;margin-bottom:1rem;padding:.75rem}.customization-position-label{color:#444;margin-bottom:.5rem;font-size:.85rem;font-weight:650}.customization-position-row{color:#555;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.45rem;font-size:.85rem;display:flex}.customization-position-actions{align-items:center;gap:.35rem;display:flex}.customization-position-actions--move{grid-template-rows:repeat(2,44px);grid-template-columns:repeat(3,44px);gap:.25rem;display:grid}.customization-position-actions--move .customization-pos-btn:first-child{grid-column:2}.customization-pos-btn{cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:8px;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:0 .5rem;font-size:.82rem;font-weight:600;display:inline-flex}.customization-pos-btn:hover{border-color:var(--brand-blue,#0019c1);color:var(--brand-blue,#0019c1)}.customization-pos-value{text-align:center;min-width:3rem;font-size:.85rem;font-weight:600}.customization-guidelines-toggle{width:100%;min-height:44px;color:var(--brand-blue,#0019c1);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;margin-bottom:.35rem;padding:.5rem 0;font-size:.88rem;font-weight:600;display:flex}.customization-guidelines{color:#555;margin:0 0 1rem;padding-left:1.1rem;font-size:.85rem;line-height:1.55}.customization-guidelines li{margin-bottom:.25rem}.customization-summary{background:#f8f8fc;border:1px solid #e8e8f5;border-radius:12px;margin-top:1rem;padding:1rem}.customization-summary-rows{margin-bottom:.75rem}.customization-summary-row{color:#555;justify-content:space-between;gap:1rem;margin-bottom:.35rem;font-size:.88rem;display:flex}.customization-summary-total{border-top:1px dashed #d0d0e8;padding-top:.65rem}.customization-summary-row--grand{color:var(--brand-blue,#0a0773);margin-top:.35rem;font-size:.95rem}.customization-cta-block{margin-top:1rem}.customization-add-btn{width:100%;min-height:48px}.customization-help-row{flex-wrap:wrap;gap:.65rem;margin-top:1rem;display:flex}.customization-help-row .product-customization-whatsapp{flex:1;min-width:min(100%,260px);width:auto!important}.customization-sticky-cta{z-index:900;padding:.65rem 1rem calc(.65rem + env(safe-area-inset-bottom,0px));background:#fff;border-top:1px solid #e8e8f5;align-items:center;gap:.75rem;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 16px #00000014}.customization-sticky-price{color:#666;flex-direction:column;min-width:4.5rem;font-size:.78rem;display:flex}.customization-sticky-price strong{color:var(--brand-blue,#0a0773);font-size:1rem}.customization-sticky-cta .btn{flex:1;min-height:48px}.pdp-customization-hint{background:#f0f0ff;border:1px solid #d8d8f5;border-radius:8px;margin:.75rem 0 0;padding:.65rem .85rem;font-size:.88rem}.pdp-customization-hint button{color:var(--brand-blue,#0019c1);cursor:pointer;background:0 0;border:none;padding:0;font-weight:600;text-decoration:underline}.product-customization-layout--inline{margin:0;display:block}.customization-compact{flex-direction:column;gap:.65rem;display:flex}.customization-compact-header{margin-bottom:.15rem}.customization-compact-heading{color:var(--brand-blue,#0019c1);text-transform:uppercase;letter-spacing:.03em;margin:0 0 .2rem;font-size:.92rem;font-weight:700}.customization-compact-sub{color:#666;margin:0;font-size:.78rem;line-height:1.35}.customization-field{flex-direction:column;gap:.3rem;display:flex}.customization-field-label{color:#444;font-size:.78rem;font-weight:650}.customization-input-compact{min-height:44px;padding:.45rem .65rem;font-size:.88rem}.customization-char-count{color:#888;align-self:flex-end;font-size:.72rem}.customization-chip-row{flex-wrap:wrap;gap:.4rem;display:flex}.customization-size-chips{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;padding-bottom:2px;overflow-x:auto}.customization-size-chips::-webkit-scrollbar{display:none}.customization-chip{color:#333;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d0d0de;border-radius:999px;align-items:center;gap:.35rem;min-height:44px;padding:.35rem .75rem;font-size:.82rem;font-weight:600;transition:border-color .15s,background .15s,color .15s;display:inline-flex}.customization-chip:hover{border-color:var(--brand-blue,#0019c1)}.customization-chip.is-active{border-color:var(--brand-blue,#0019c1);background:var(--brand-blue,#0019c1);color:#fff}.customization-size-chip{white-space:normal;text-align:center;border-radius:10px;flex-direction:column;gap:.05rem;min-height:48px;padding:.35rem .65rem}.customization-chip-price{opacity:.9;font-size:.72rem;font-weight:600}.customization-preview-hint{color:#1a7f4b;margin:.1rem 0 0;font-size:.75rem;font-weight:600}.customization-price-compact{background:#f8f8fc;border:1px solid #ececf4;border-radius:8px;margin-top:.15rem;padding:.55rem .65rem}.customization-price-row{color:#555;justify-content:space-between;gap:.75rem;margin-bottom:.2rem;font-size:.82rem;display:flex}.customization-price-row--total{color:var(--brand-blue,#0019c1);border-top:1px dashed #d8d8e8;margin-top:.15rem;padding-top:.35rem;font-size:.88rem}.customization-compact-error{margin:0;font-size:.8rem}.customization-status{color:#666;margin:0;font-size:.82rem}.customization-adjust-toggle{min-height:36px;color:var(--brand-blue,#0019c1);cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;padding:0;font-size:.8rem;font-weight:600;display:inline-flex}.customization-field--adjust .customization-position-controls{margin:.35rem 0 0;padding:.55rem}.customization-controls--inline{padding:0}.customization-controls--inline .customization-header{margin-bottom:.85rem}.customization-controls--inline .customization-heading{font-size:1rem}.customization-controls--inline .customization-subheading{font-size:.85rem}.customization-controls--inline .customization-section{margin-bottom:1rem}.customization-inline-method{color:#666;margin-bottom:.75rem;font-size:.82rem}.customization-summary--inline{margin-top:.5rem;padding:.75rem}.customization-summary--inline .customization-summary-rows{margin-bottom:0}@media (width<=767px){.customization-compact{gap:.55rem}.customization-chip-row{gap:.35rem}}.tabs button.has-customization{position:relative}.tabs button.has-customization:after{content:"";background:var(--accent,#fe0101);border-radius:50%;width:6px;height:6px;position:absolute;top:6px;right:-2px}@media (width<=767px){.product-customization-layout{grid-template-columns:1fr}.customization-preview-block{margin-bottom:1rem;position:static}.customization-help-row{flex-direction:column}.customization-help-row .whatsapp-btn--inline,.customization-help-row .btn{width:100%}}.callback-form{flex-direction:column;gap:.75rem;display:flex}.callback-form-title{color:var(--brand-blue,#0a0773);margin:0 0 .25rem;font-size:1.15rem}.callback-form--compact{gap:.6rem}.callback-form--compact .form-group{margin:0}.phone-input-row{align-items:stretch;gap:0;display:flex}.callback-form-actions{flex-wrap:wrap;gap:.75rem;margin-top:.25rem;display:flex}.callback-form-actions .btn-primary{flex:1;min-width:140px}.callback-form--success{text-align:center;padding:1rem 0}.callback-form--success h3{color:var(--brand-blue,#0a0773);margin:0 0 .5rem}.callback-form--success p{color:#555;margin:0 0 1rem}.callback-modal-overlay{z-index:1200;background:#0a077359;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.callback-modal{background:#fff;border-radius:16px;width:100%;max-width:440px;max-height:90vh;padding:1.25rem 1.5rem 1.5rem;overflow-y:auto;box-shadow:0 16px 48px #0a077326}.callback-modal-head{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.callback-modal-head h2{color:var(--brand-blue,#0a0773);margin:0;font-size:1.2rem}.cart-page{padding-bottom:2rem}.cart-layout{grid-template-columns:1fr 320px;align-items:start;gap:2rem;display:grid}.cart-table-head{color:var(--text-secondary,#555);border-bottom:1px solid #e8e8f5;grid-template-columns:2fr 120px 100px 100px 80px;gap:1rem;padding:.75rem 1rem;font-size:.85rem;font-weight:600;display:grid}.cart-row{border-bottom:1px solid #e8e8f5;grid-template-columns:2fr 120px 100px 100px 80px;align-items:center;gap:1rem;padding:1rem;display:grid}.cart-row--invalid{opacity:.85;background:#fff8f8}.cart-product{align-items:flex-start;gap:1rem;min-width:0;display:flex}.cart-thumb{object-fit:contain;background:#fafafa;border-radius:8px;flex-shrink:0;width:72px;height:72px}.cart-name{color:#0a0773;word-break:break-word;font-weight:600;text-decoration:none}.cart-sku{color:#666;margin-top:.25rem;font-size:.8rem}.cart-customization{color:#555;align-items:flex-start;gap:.5rem;margin-top:.35rem;font-size:.8rem;line-height:1.4;display:flex}.cart-customization-thumb{object-fit:contain;background:#fff;border:1px solid #e8e8f0;border-radius:6px;flex:0 0 36px;width:36px;height:36px}.cart-customization-details{min-width:0}.cart-custom-charge{color:var(--brand-blue,#0a0773);font-weight:500}.cart-qty{align-items:center;gap:.35rem;display:inline-flex}.qty-btn{cursor:pointer;color:#0a0773;background:#fff;border:1px solid #d0d0e8;border-radius:8px;min-width:40px;min-height:40px;font-size:1.1rem}.qty-btn:disabled{opacity:.5;cursor:not-allowed}.qty-value{text-align:center;min-width:1.5rem;font-weight:600}.cart-remove-mobile{width:fit-content;margin-top:.5rem;display:none}.cart-remove-desktop{font-size:.85rem}.cart-summary{background:#f8f8fc;border:1px solid #e8e8f5;border-radius:12px;padding:1.25rem;position:sticky;top:1rem}.cart-summary h2{color:#0a0773;margin:0 0 1rem;font-size:1.1rem}.cart-summary-row{justify-content:space-between;margin-bottom:1rem;font-size:1rem;display:flex}.cart-checkout-btn,.cart-continue-btn{text-align:center;width:100%;margin-top:.5rem}.cart-empty{text-align:center;padding:3rem 1rem}.cart-empty p{color:#555;margin-bottom:1rem}.cart-alert{background:#e8e8f5;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem}.cart-alert--warn{background:#fff3e0;border:1px solid #ffcc80}.cart-price-change{color:#730202;margin-top:.35rem;font-size:.85rem}.cart-skeleton-row{background:linear-gradient(90deg,#eee 25%,#f5f5f5 50%,#eee 75%) 0 0/200% 100%;border-radius:8px;height:88px;margin-bottom:.75rem;animation:1.2s infinite cart-shimmer}@keyframes cart-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (width<=900px){.cart-layout{grid-template-columns:1fr}.cart-table-head,.cart-remove-desktop,.cart-unit-price,.cart-line-total{display:none}.cart-row{border:1px solid #e8e8f5;border-radius:12px;grid-template-columns:1fr;gap:.75rem;margin-bottom:.75rem}.cart-remove-mobile{display:inline-flex}.cart-qty{justify-content:flex-start}.cart-summary{position:static}}@media (width<=430px){.qty-btn{min-width:44px;min-height:44px}.cart-page{overflow-x:hidden}}.compare-page{overflow-x:clip}.compare-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem;display:flex}.compare-scroll-wrap{overflow-anchor:none;-webkit-overflow-scrolling:touch;border:1px solid var(--border-color);border-radius:var(--radius-md);background:#fff;max-width:100%;overflow-x:auto}.compare-scroll-hint{color:var(--text-tertiary);margin:.35rem 0 .65rem;font-size:.8rem;display:none}.compare-table{border-collapse:collapse;width:100%;min-width:640px}.compare-table th,.compare-table td{border-bottom:1px solid var(--border-color);vertical-align:top;text-align:left;padding:.85rem .9rem;font-size:.875rem}.compare-table thead th{background:var(--bg-warm);font-weight:600}.compare-table tbody th[scope=row]{z-index:1;min-width:140px;color:var(--text-secondary);box-shadow:1px 0 0 var(--border-color);background:#fff;font-weight:600;position:sticky;left:0}.compare-product-link{color:inherit;font-weight:600}.compare-product-image{object-fit:contain;background:var(--bg-warm);border-radius:var(--radius-sm);width:88px;height:88px}.compare-description{max-width:220px;color:var(--text-secondary);line-height:1.45}.compare-actions{flex-direction:column;gap:.5rem;display:flex}.compare-action-btn{justify-content:center;align-items:center;gap:.35rem;width:100%;min-height:44px;display:inline-flex}.compare-muted,.compare-unavailable{color:var(--text-tertiary);font-size:.85rem}.compare-error{border-radius:var(--radius-md);background:#fff7f7;border:1px solid #f0c7c7;margin:1rem 0;padding:1rem}.compare-error p{margin-bottom:.75rem}.compare-skeleton{gap:.75rem;margin-top:1rem;display:grid}.compare-skeleton-row{border-radius:var(--radius-md);background:linear-gradient(90deg,#efeee9 25%,#f7f6f3 50%,#efeee9 75%) 0 0/200% 100%;height:56px;animation:1.2s infinite compare-shimmer}@keyframes compare-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (width<=768px){.compare-header{flex-direction:column;align-items:stretch}.compare-scroll-hint{display:block}.compare-table{min-width:560px}.compare-table tbody th[scope=row]{min-width:112px;font-size:.8125rem}.compare-table th,.compare-table td{padding:.7rem .75rem}}@media (width<=430px){.compare-table{min-width:480px}.compare-table tbody th[scope=row]{min-width:96px}.compare-product-image{width:72px;height:72px}}.content-page{overflow-wrap:anywhere;max-width:760px}@media (width<=480px){.content-page,.faq-page{padding-left:0;padding-right:0}.content-body,.content-summary{overflow-wrap:anywhere;word-break:break-word}}.content-summary{font-size:1.05rem;line-height:1.6}.content-body{margin:1.5rem 0 2.5rem;line-height:1.75}.content-para+.content-para,.content-h2{margin-top:1.25rem}.content-h2{font-size:1.15rem;font-weight:600}.content-list{margin:.75rem 0 0 1.25rem}.faq-page .faq-category{margin-top:2rem}.faq-page .faq-item{border-bottom:1px solid var(--border,#eee);margin-bottom:1.25rem;padding-bottom:1.25rem}.faq-page .faq-item h2{margin-bottom:.5rem;font-size:1.05rem}.faq-page .faq-item p{color:var(--text-muted,#444);margin:0;line-height:1.65}.checkout-page{padding-bottom:2.5rem}.checkout-layout{grid-template-columns:1fr 340px;align-items:start;gap:1.5rem;display:grid}.checkout-main{flex-direction:column;gap:1rem;display:flex}.checkout-section h2{color:#0a0773;margin:0 0 .75rem;font-size:1.1rem}.checkout-section-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.checkout-section-head h2{margin:0}.checkout-address-list{flex-direction:column;gap:.75rem;display:flex}.checkout-address-card{cursor:pointer;border:1px solid #e8e8f5;border-radius:10px;gap:.75rem;padding:.85rem 1rem;transition:border-color .15s,background .15s;display:flex}.checkout-address-card.is-selected{background:#f8f8fc;border-color:#302cb3}.checkout-address-card input{flex-shrink:0;margin-top:.25rem}.checkout-address-text{white-space:pre-wrap;color:#444;margin:.35rem 0 0;font-family:inherit;font-size:.88rem}.checkout-checkbox{align-items:flex-start;gap:.5rem;margin:.5rem 0;font-size:.92rem;display:flex}.checkout-summary{position:sticky;top:1rem}.checkout-line{align-items:flex-start;gap:.75rem;margin-bottom:.75rem;display:flex}.checkout-line img{object-fit:contain;background:#fafafa;border-radius:8px;width:56px;height:56px}.checkout-totals{border-top:1px solid #e8e8f5;margin:1rem 0;padding-top:1rem}.checkout-totals div{justify-content:space-between;margin-bottom:.4rem;font-size:.95rem;display:flex}.checkout-totals dt{color:#555;margin:0}.checkout-totals dd{margin:0;font-weight:600}.checkout-grand{border-top:1px dashed #d8d8e8;margin-top:.5rem;padding-top:.5rem;font-size:1.05rem}.checkout-grand dd{color:#0a0773}.checkout-place-btn{width:100%}.checkout-payment-note{margin-top:.75rem;font-size:.85rem}.checkout-alert{background:#e8e8f5;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.92rem}.checkout-alert--warn{background:#fff8e6;border:1px solid #ffd080}.checkout-alert--error{color:#730202;background:#fff0f0;border:1px solid #ffb3b3}.checkout-price-change{color:#730202;font-size:.85rem}.checkout-items-mobile{display:none}.checkout-items-desktop{display:block}.checkout-skeleton{background:linear-gradient(90deg,#eee 25%,#f5f5f5 50%,#eee 75%) 0 0/200% 100%;border-radius:12px;height:420px;animation:1.2s infinite checkout-shimmer}@keyframes checkout-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.checkout-modal-backdrop{z-index:2000;background:#0d0d0d73;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.checkout-modal{width:min(560px,100%);max-height:90vh;overflow:auto}.checkout-modal-actions{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;display:flex}@media (width<=900px){.checkout-layout{grid-template-columns:1fr}.checkout-summary{order:-1;position:static}.checkout-items-mobile{display:block}.checkout-items-desktop{display:none}.checkout-place-btn{min-height:48px}}@media (width<=430px){.checkout-address-card{padding:.75rem}.checkout-page{overflow-x:hidden}}.auth-page{background:#fafafa;justify-content:center;align-items:center;min-height:calc(100vh - 120px);padding:1.5rem;display:flex}.auth-card{background:#fff;border:1px solid #ececf5;border-radius:16px;width:100%;max-width:420px;padding:2rem 1.75rem;box-shadow:0 8px 32px #0a07730f}.auth-card--wide{max-width:560px}.auth-logo{object-fit:contain;width:52px;height:52px;margin:0 auto 1rem;display:block}.auth-card h1{font-family:var(--font-heading);color:var(--brand-blue,#0a0773);text-align:center;margin:0;font-size:clamp(1.35rem,3vw,1.65rem)}.auth-sub{text-align:center;color:#666;margin:.5rem 0 1.25rem;font-size:.9rem}.auth-form{flex-direction:column;gap:.25rem;display:flex}.auth-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.auth-form-grid .full{grid-column:1/-1}.auth-terms{color:#555;align-items:flex-start;font-size:.85rem;line-height:1.4}.auth-terms a{color:var(--brand-blue,#0a0773)}.phone-input-row{align-items:stretch;display:flex}.phone-prefix{color:#555;background:#f3f3fa;border:1px solid #d0d0e8;border-right:0;border-radius:8px 0 0 8px;align-items:center;padding:0 .65rem;font-size:.9rem;display:inline-flex}.phone-input-row .form-input{border-radius:0 8px 8px 0;flex:1}.auth-submit{background:var(--brand-blue,#0a0773);border-color:var(--brand-blue,#0a0773);width:100%;min-height:44px;margin-top:.75rem}.auth-error{color:#b91c1c;overflow-wrap:anywhere;word-break:break-word;background:#fff5f5;border:1px solid #fecaca;border-radius:8px;padding:.75rem;font-size:.875rem}.auth-links{flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-top:1rem;font-size:.875rem;display:flex}.auth-links a{color:var(--brand-blue,#0a0773)}.auth-guest{text-align:center;color:#666;margin-top:1.25rem;font-size:.875rem;display:block}@media (width<=600px){.auth-page{padding:1rem}.auth-card{padding:1.5rem 1.25rem}.auth-form-grid{grid-template-columns:1fr}}.account-shell{padding-bottom:2rem}.account-head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.account-menu-btn{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:8px;align-items:center;gap:.35rem;min-height:44px;padding:.5rem .875rem;display:none}.account-layout{grid-template-columns:220px minmax(0,1fr);align-items:start;gap:1.5rem;display:grid}.account-sidebar{background:#fff;border:1px solid #ececf5;border-radius:12px;padding:.75rem;position:sticky;top:96px}.account-nav{flex-direction:column;gap:.25rem;display:flex}.account-nav-link{color:#333;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;width:100%;min-height:44px;padding:.65rem .75rem;font-size:.9rem;display:block}.account-nav-link:hover,.account-nav-link.is-active{color:var(--brand-blue,#0a0773);background:#e8e8f5}.account-nav-logout{color:#b91c1c;margin-top:.5rem}.account-content{background:#fff;border:1px solid #ececf5;border-radius:12px;min-width:0;padding:1.25rem}.account-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin-bottom:1.25rem;display:grid}.account-stat{background:#fafafe;border:1px solid #ececf5;border-radius:10px;padding:1rem}.account-stat strong{color:var(--brand-blue,#0a0773);font-size:1.35rem;display:block}.account-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.account-form-grid .full{grid-column:1/-1}.account-address-card{overflow-wrap:anywhere;word-break:break-word;border:1px solid #ececf5;border-radius:10px;margin-bottom:.75rem;padding:1rem}.account-address-head{justify-content:space-between;gap:.5rem;margin-bottom:.5rem;display:flex}.account-badge{text-transform:uppercase;color:var(--brand-blue,#0a0773);background:#e8e8f5;border-radius:999px;padding:.15rem .45rem;font-size:.7rem;font-weight:700}.account-empty{text-align:center;color:#666;padding:2rem 1rem}.account-loading{text-align:center;color:#666;padding:3rem}.account-drawer-backdrop{z-index:1200;background:#00000073;border:none;position:fixed;inset:0}.account-drawer{z-index:1201;background:#fff;width:min(320px,92vw);padding:1rem;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;box-shadow:0 8px 32px #00000026}.account-drawer-head{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.account-drawer-close{cursor:pointer;background:0 0;border:none;min-width:44px;min-height:44px}@media (width<=900px){.account-layout{grid-template-columns:1fr}.account-sidebar{display:none}.account-menu-btn{display:inline-flex}.account-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.account-stats,.account-form-grid{grid-template-columns:1fr}}.help-popup{z-index:9000;bottom:calc(5.5rem + env(safe-area-inset-bottom,0px));pointer-events:auto;max-width:min(320px,100vw - 32px);position:fixed;right:1rem}.help-popup-bubble{background:var(--brand-blue,#0019c1);color:#fff;cursor:pointer;border:none;border-radius:999px;align-items:center;gap:.5rem;min-height:44px;padding:.55rem .9rem;font-size:.88rem;font-weight:600;animation:.35s help-popup-in;display:inline-flex;box-shadow:0 8px 24px #0019c140}.help-popup-bubble:focus-visible{outline-offset:2px;outline:2px solid #fe0101}.help-popup-bubble-icon{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.75rem;font-weight:700;line-height:1;display:inline-flex}.help-popup-panel{background:#fff;border:1px solid #e8e8f5;border-radius:14px;max-width:calc(100vw - 32px);padding:.85rem 1rem 1rem;animation:.25s help-popup-in;box-shadow:0 12px 36px #0019c126}.help-popup-panel-head{color:var(--brand-blue,#0019c1);justify-content:space-between;align-items:center;gap:.5rem;display:flex}.help-popup-desc{color:#555;margin:.5rem 0 .75rem;font-size:.88rem;line-height:1.45}.help-popup-actions{flex-direction:column;gap:.5rem;display:flex}.help-popup-btn{justify-content:center;align-items:center;gap:.45rem;width:100%;min-height:44px;display:inline-flex}@keyframes help-popup-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (width<=767px){.help-popup{bottom:calc(5rem + env(safe-area-inset-bottom,0px));right:.75rem}.help-popup-bubble-text{text-overflow:ellipsis;white-space:nowrap;max-width:min(160px,100vw - 120px);overflow:hidden}}@media (width>=768px){.help-popup{bottom:1.25rem;right:calc(1rem + 56px)}}.printing-services-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,260px),1fr));gap:1.25rem;display:grid}.printing-service-card{background:#fff;border:1px solid #e8e8f5;border-radius:14px;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 4px 16px #0019c10f}.printing-service-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0019c11a}.printing-service-card-link{height:100%;color:inherit;flex-direction:column;text-decoration:none;display:flex}.printing-service-card-image{aspect-ratio:4/3;background:#f4f4fb;overflow:hidden}.printing-service-card-image img{object-fit:cover;width:100%;height:100%}.printing-service-card-placeholder{color:#888;place-items:center;height:100%;font-weight:600;display:grid}.printing-service-card-body{flex-direction:column;flex:1;gap:.45rem;padding:1rem;display:flex}.printing-service-card-body h2{color:var(--brand-blue,#0019c1);margin:0;font-size:1.05rem}.printing-service-card-body p{color:#555;margin:0;font-size:.88rem;line-height:1.45}.printing-service-card-price{color:#555;font-size:.88rem}.printing-service-card-cta{color:var(--brand-blue,#0019c1);margin-top:auto;padding-top:.5rem;font-size:.88rem;font-weight:600}.printing-listing-cta{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.printing-listing-cta--intro{margin-top:.75rem}.printing-listing-whatsapp{width:auto!important}.printing-listing-whatsapp--landing{max-width:360px}.printing-preview-disclaimer{color:#777;margin-top:.35rem;font-size:.78rem}.printing-size-options{flex-direction:column;gap:.45rem;display:flex}.printing-size-option{cursor:pointer;border:1px solid #ddd;border-radius:8px;align-items:center;gap:.5rem;min-height:44px;padding:.55rem .75rem;display:flex}.printing-size-option:has(input:checked){border-color:var(--brand-blue,#0019c1);background:#f0f0ff}.printing-method-chips{flex-wrap:wrap;gap:.5rem;display:flex}.printing-method-chip{cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:999px;min-height:44px;padding:.5rem .85rem;font-size:.88rem}.printing-method-chip.is-active{border-color:var(--brand-blue,#0019c1);background:var(--brand-blue,#0019c1);color:#fff}@media (width<=767px){.printing-listing-cta{flex-direction:column}.printing-listing-cta .whatsapp-btn--inline,.printing-listing-cta .btn{width:100%}}.callback-page{max-width:560px}.callback-page-card{background:#fff;border:1px solid #ececf5;border-radius:16px;margin-top:1rem;padding:1.5rem}
