*{margin:0;padding:0;box-sizing:border-box}:root{--color-primary: #073d7f;--color-secondary: #6491de;--color-light-bg: #f1f1f1;--color-white: #ffffff;--color-text-dark: #2d3748;--color-text-light: #718096;--font-main: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-heading: var(--font-main);--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 2rem;--spacing-lg: 4rem;--spacing-xl: 6rem;--container-width: 1200px;--container-wide: 1400px}body{font-family:var(--font-main);font-size:18px;line-height:1.6;color:var(--color-text-dark);background:var(--color-light-bg);overflow-x:hidden;width:100%;position:relative}html{overflow-x:hidden;width:100%}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.container{max-width:var(--container-width);margin:0 auto;padding:0 2rem}.container-wide{max-width:var(--container-wide);margin:0 auto;padding:0 2rem}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2;color:var(--color-text-dark);margin-bottom:1rem}h1{font-size:3.83rem}h2{font-size:3.06rem}h3{font-size:2.44rem}h4{font-size:1.94rem}h5{font-size:1.56rem}h6{font-size:1.25rem}p{margin-bottom:1rem}a{color:inherit;text-decoration:none;transition:all .3s ease}img{max-width:100%;height:auto;display:block}.btn{display:inline-block;padding:1rem 2rem;font-weight:600;font-size:1rem;border:2px solid transparent;border-radius:25px;cursor:pointer;transition:all .3s ease;text-align:center}.btn-primary{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-white)}.btn-primary:hover{background:#0a4d99;color:var(--color-white);transform:translateY(-2px);box-shadow:0 6px 20px #0a4d994d}.btn-secondary{background:transparent;border-color:var(--color-white);color:var(--color-white)}.btn-secondary:hover{background:var(--color-white);color:var(--color-primary)}.btn-outline{background:transparent;border-color:var(--color-secondary);color:var(--color-text-dark)}.btn-outline:hover{background:var(--color-secondary);color:var(--color-white)}.btn-outline-dark{background:transparent;border-color:var(--color-text-dark);color:var(--color-text-dark)}.btn-outline-dark:hover{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-white)}.btn-white{background:var(--color-white);border-color:var(--color-white);color:var(--color-primary)}.btn-white:hover{background:transparent;color:var(--color-white)}.site-header{background:var(--color-primary);color:var(--color-white);padding:0;position:sticky;top:0;z-index:100;box-shadow:0 2px 4px #0000001a;transition:all .3s ease}.header-content{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.25rem 0}.header-logo{flex-shrink:0;transition:transform .3s ease}.header-logo:hover{transform:scale(1.05)}.logo-link{display:block;text-decoration:none;color:var(--color-white)}.logo-image{max-height:55px;width:auto;object-fit:contain;filter:brightness(1) drop-shadow(0 2px 4px rgba(0,0,0,.1));transition:filter .3s ease}.logo-image:hover{filter:brightness(1.1) drop-shadow(0 2px 8px rgba(0,0,0,.2))}.logo-text{position:relative}.logo-main{font-size:1.75rem;font-weight:700;line-height:1;color:var(--color-white);letter-spacing:-.5px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.logo-tagline{font-size:.6875rem;font-weight:500;color:#ffffffe6;margin-top:.25rem;letter-spacing:1.5px;text-transform:uppercase}.site-title{font-size:1.5rem;font-weight:700;color:var(--color-white)}.main-nav{flex:1;display:flex;justify-content:center}.nav-menu{display:flex;list-style:none;gap:.5rem;margin:0;padding:0;align-items:center}.nav-item{position:relative}.nav-link{color:var(--color-white);font-weight:500;font-size:.9375rem;padding:.75rem 1.25rem;position:relative;text-decoration:none;transition:all .3s ease;border-radius:8px;display:flex;align-items:center;gap:.5rem}.nav-link:before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%) scaleX(0);width:80%;height:2px;background:#fff;transition:transform .3s ease}.nav-link:hover{background:#ffffff1a}.nav-link:hover:before,.nav-item--active .nav-link:before{transform:translate(-50%) scaleX(1)}.dropdown-arrow{flex-shrink:0;transition:transform .3s ease;margin-left:.25rem}.nav-item:hover .dropdown-arrow{transform:rotate(180deg)}.nav-submenu{position:absolute;top:100%;left:0;background:#fff;border-radius:12px;padding:.75rem 0;min-width:200px;box-shadow:0 10px 30px #00000026;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000;margin-top:.5rem}.nav-item:hover .nav-submenu{opacity:1;visibility:visible;transform:translateY(0)}.nav-submenu-link{display:block;padding:.75rem 1.5rem;color:#1f2937;text-decoration:none;font-size:.9375rem;font-weight:500;transition:all .2s ease}.nav-submenu-link:hover{background:linear-gradient(90deg,rgba(7,61,127,.08) 0%,transparent 100%);color:var(--color-primary);padding-left:1.75rem}.header-actions{display:flex;gap:.5rem;align-items:center;flex-shrink:0}.header-icon{color:var(--color-white);padding:.75rem;position:relative;display:flex;align-items:center;justify-content:center;text-decoration:none;background:#ffffff1a!important;border:none!important;border-radius:10px;cursor:pointer;outline:none;transition:all .3s ease}.header-icon:focus{outline:2px solid rgba(255,255,255,.4);outline-offset:2px}.header-icon svg{fill:none;stroke:currentColor;stroke-width:2}.header-icon:hover{background:#fff3!important;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.cart-link{position:relative;z-index:10}.cart-count{position:absolute;top:-4px;right:-4px;background:#ef4444;color:var(--color-white);border-radius:50%;min-width:22px;height:22px;padding:0 4px;font-size:.6875rem;display:flex;align-items:center;justify-content:center;font-weight:700;z-index:11;border:2px solid var(--color-primary);box-shadow:0 2px 4px #0003}.mobile-menu-toggle{display:none;flex-direction:column;gap:4px;background:transparent;border:none;cursor:pointer;padding:.5rem}.mobile-menu-toggle span{width:25px;height:3px;background:var(--color-white);border-radius:2px;transition:all .3s ease}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-menu{display:block;position:fixed;top:0;right:-100%;width:100%;max-width:400px;height:100vh;background:var(--color-primary);z-index:200;transition:right .3s ease;padding:2rem;box-shadow:-5px 0 15px #0000004d}.mobile-menu.active{right:0}.mobile-menu ul{list-style:none;margin-top:3rem}.mobile-menu li{margin-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:1rem}.mobile-menu a{color:var(--color-white);font-size:1.3rem;font-weight:500;text-decoration:none;display:block;padding:.5rem 0;transition:opacity .3s ease}.mobile-menu a:hover{opacity:.8}.mobile-menu-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:var(--color-white);cursor:pointer;padding:.5rem;z-index:201}.mobile-menu-close:hover{opacity:.8}.hero-illustrated{position:relative;min-height:90vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,var(--color-primary) 0%,#0a4d99 100%);padding-top:90px;margin:-90px 0 0}.hero-illustrated:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(255,255,255,.05) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.05) 0%,transparent 50%);z-index:1;animation:heroFloat 20s ease-in-out infinite}@keyframes heroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-bg-image{width:100%;height:100%;object-fit:cover;object-position:center;opacity:.3}.hero-bg-gradient{width:100%;height:100%;background:linear-gradient(135deg,var(--color-primary) 0%,#0a4d99 100%)}.hero-content{position:relative;z-index:10;padding:5rem 0;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;min-height:70vh}.hero-text-box{max-width:100%;width:100%;padding-right:2rem;animation:fadeInUp 1s ease-out;text-align:left}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-svg-background{position:absolute;top:50%;bottom:auto;left:auto;right:5%;transform:translateY(-50%);width:45%;height:auto;z-index:2;display:flex;justify-content:center;align-items:center;pointer-events:none;opacity:.25}.hero-svg-background:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:150%;height:150%;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 60%);border-radius:50%;z-index:-1;animation:pulse 4s ease-in-out infinite}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.08}50%{transform:translate(-50%,-50%) scale(1.1);opacity:.12}}.hero-svg{max-width:100%;height:auto;max-height:600px;width:auto;filter:drop-shadow(0 20px 50px rgba(0,0,0,.3)) brightness(0) invert(1)}.hero-title{color:var(--color-white);font-size:3.5rem;margin-bottom:1.25rem;line-height:1.15;font-weight:800;letter-spacing:-.02em;text-shadow:0 4px 12px rgba(0,0,0,.3);animation:fadeInUp 1s ease-out .2s backwards}.hero-title:after{content:"";display:block;width:80px;height:4px;background:#fffc;margin-top:1.5rem;border-radius:2px}.hero-description{color:#fffffff2;font-size:1.125rem;margin-bottom:2.5rem;line-height:1.7;text-shadow:0 2px 4px rgba(0,0,0,.2);max-width:580px;font-weight:400;animation:fadeInUp 1s ease-out .4s backwards}.hero-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:600px;animation:fadeInUp 1s ease-out .6s backwards}.hero-buttons .btn{padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 20px #0003}.hero-buttons .btn-primary{background:var(--color-primary);border:none;color:var(--color-white)}.hero-buttons .btn-primary:hover{background:#0a4d99;transform:translateY(-3px);box-shadow:0 8px 30px #073d7f66}.hero-buttons .btn-secondary{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3);color:#fff}.hero-buttons .btn-secondary:hover{background:#ffffff40;transform:translateY(-3px);box-shadow:0 8px 30px #fff3}.timeline-features{background:#f9fafb;padding:6rem 0;position:relative}.section-title{text-align:center;color:#1f2937;font-size:2.75rem;margin-bottom:4rem;font-weight:800;letter-spacing:-.02em;position:relative}.section-title:after{content:"";display:block;width:80px;height:4px;background:var(--color-primary);margin:1.5rem auto 0;border-radius:2px}.timeline-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:var(--container-width);margin:0 auto}.timeline-item{text-align:left;position:relative;background:#fff;padding:2.5rem 2rem;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 4px 12px #0000000d;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.timeline-item:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--color-primary);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.timeline-item:hover:before{transform:scaleX(1)}.timeline-item:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001f;border-color:var(--color-primary);transition:all .3s ease}.timeline-item:hover{box-shadow:0 8px 15px #0000001a;transform:translateY(-4px)}.timeline-icon{width:56px;height:56px;margin-bottom:1.25rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#073d7f14,#6491de14);border-radius:12px;position:relative;border:2px solid rgba(7,61,127,.1)}.timeline-icon img{width:32px;height:32px;object-fit:contain;filter:brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(7500%) hue-rotate(214deg) brightness(95%) contrast(101%)}.timeline-icon-svg svg{width:28px;height:28px;fill:var(--color-secondary)}.timeline-icon-default{font-size:1.5rem;font-weight:700;color:var(--color-secondary)}.timeline-title{color:var(--color-primary);font-size:1.25rem;margin-bottom:.5rem;font-weight:700;line-height:1.3}.timeline-text{color:#6b7280;font-size:.9375rem;line-height:1.6}.featured-products{background:#fafbfc;padding:6rem 0;position:relative}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3.5rem;flex-wrap:wrap;gap:1.5rem}.section-header .section-title{text-align:left;margin-bottom:0}.section-header .section-title:after{margin-left:0;margin-right:auto}.section-header .btn-outline{padding:.875rem 2rem;font-weight:600;transition:all .3s ease;border-width:2px}.section-header .btn-outline:hover{transform:translate(5px)}.products-grid,.featured-products .products-grid,.collection-products .products-grid,.related-products .products-grid,.shop-products .products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;align-items:stretch}@media (min-width: 991px){.products-grid,.featured-products .products-grid,.collection-products .products-grid,.shop-products .products-grid,.shop-content .products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))!important;gap:2rem!important}.homepage-tabbed-products .products-grid{grid-template-columns:repeat(4,1fr)!important;gap:1.5rem!important}.shop-layout{max-width:100%;width:100%}.shop-layout .container{max-width:100%!important;width:100%!important;padding:0 2rem}}.product-card,.featured-products .product-card,.collection-products .product-card,.related-products .product-card{position:relative;background:var(--color-white);border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;transition:all .35s cubic-bezier(.4,0,.2,1);height:100%;display:flex;flex-direction:column;box-shadow:0 1px 3px #0000000d}.product-card:hover,.featured-products .product-card:hover,.collection-products .product-card:hover,.related-products .product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001f;border-color:var(--color-primary)}.product-card__link,.product-image-link{display:block;text-decoration:none;color:inherit}.product-title-link{text-decoration:none;color:inherit}.product-image-container,.product-card__image-wrapper,.product-image{position:relative;width:100%;height:0;padding-bottom:100%;overflow:hidden;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-radius:16px;transition:background .3s ease}.product-card:hover .product-image-container,.product-card:hover .product-card__image-wrapper,.product-card:hover .product-image{background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.product-image img,.product-card__img,.product-image-container img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;padding:0;border-radius:16px;transition:transform .35s cubic-bezier(.4,0,.2,1);filter:drop-shadow(0 2px 8px rgba(0,0,0,.06))}.product-card:hover .product-image img,.product-card:hover .product-card__img,.product-card:hover .product-image-container img{transform:scale(1.05)}.product-image-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--color-light-bg)}.product-badge,.product-card__badge{position:absolute;top:1rem;right:1rem;padding:.375rem .75rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:6px;z-index:2;box-shadow:0 2px 4px #0000001a}.product-badge--sale,.product-card__badge--sale{background:#ef4444;color:#fff}.product-badge--sold-out,.product-card__badge--sold-out{background:#6b7280;color:#fff}.product-badge--new,.product-card__badge--new{background:#10b981;color:#fff}.product-info,.product-card__info{padding:1.25rem;flex:1;display:flex;flex-direction:column;gap:.375rem}.product-title-link,.product-card__title-link{text-decoration:none;color:inherit;transition:color .2s ease;display:block}.product-title-link:hover,.product-card__title-link:hover{color:var(--color-primary)}.product-title,.product-card__title{font-size:1rem;font-weight:600;color:#1f2937;line-height:1.4;margin:0;min-height:2.8em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.product-subtitle,.product-card__subtitle{font-size:.8125rem;color:#6b7280;margin:0;line-height:1.3;font-weight:400}.product-vendor,.product-card__vendor{font-size:.75rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;font-weight:600;margin:0 0 .25rem}.product-price,.product-card__price{font-size:1.25rem;font-weight:700;color:var(--color-primary);margin:.5rem 0 0;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.product-card__package-info{display:flex;align-items:center;gap:.375rem;margin:.375rem 0 0;font-size:.8125rem;color:var(--color-text-light);font-style:italic}.product-card__package-info svg{flex-shrink:0;opacity:.7}.price{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;line-height:1.2}.price__from{font-size:.875rem;color:#6b7280;font-weight:500;margin-right:.25rem}.price__container{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.price-compare,.price__compare{font-size:1rem;color:#9ca3af;text-decoration:line-through;font-weight:500}.price-sale,.price__current--sale{color:#ef4444!important;font-weight:700}.price__current{color:var(--color-primary);font-weight:700;font-size:1.25rem}.price__badge{background:#ef4444;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;white-space:nowrap}.price__sold-out{color:#9ca3af;font-size:.875rem;font-style:italic;font-weight:500}.product-form,.product-card__actions{margin-top:auto;padding-top:.75rem;width:100%;overflow:hidden}.product-card__quantity-row{display:flex;gap:.4rem;align-items:stretch;width:100%}.quantity-selector{display:flex;align-items:center;border:1.5px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#fff;height:36px;transition:border-color .2s ease;flex-shrink:0;min-width:90px;max-width:90px;width:90px}.quantity-selector:hover{border-color:var(--color-primary)}.quantity-btn{width:28px;min-width:28px;max-width:28px;height:100%;display:flex;align-items:center;justify-content:center;background:#fff;border:none;cursor:pointer;color:#6b7280;transition:all .2s ease;padding:0;flex-shrink:0}.quantity-btn:hover{background:#f3f4f6;color:var(--color-primary)}.quantity-btn:active{background:#e5e7eb}.quantity-btn svg{flex-shrink:0;width:10px;height:10px}.quantity-input{width:34px;min-width:34px;max-width:34px;height:100%;border:none;text-align:center;font-size:.8rem;font-weight:600;color:#1f2937;padding:0;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield;flex-shrink:0}.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity-input:focus{outline:none}.add-to-cart-btn,.product-card__add-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;font-weight:600;padding:.75rem 1rem;border-radius:10px;transition:all .25s cubic-bezier(.4,0,.2,1);background:var(--color-primary);color:var(--color-white);border:none;cursor:pointer;text-decoration:none;box-shadow:0 2px 4px #073d7f1a;height:40px;min-width:auto}.product-card__quantity-row .product-card__add-btn{flex:1;width:auto;min-width:0;white-space:nowrap;padding:.6rem .75rem}.add-to-cart-btn:hover:not(:disabled),.product-card__add-btn:hover:not(:disabled){background:#0a4d99;color:var(--color-white);transform:translateY(-2px);box-shadow:0 6px 16px #073d7f33}.add-to-cart-btn:active:not(:disabled),.product-card__add-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 4px #073d7f26}.add-to-cart-btn:disabled,.product-card__add-btn:disabled{opacity:.6;cursor:not-allowed;background:#9ca3af;box-shadow:none}.add-to-cart-btn svg,.product-card__add-btn svg{width:18px;height:18px;flex-shrink:0}.price--quote{display:flex;align-items:center;gap:.5rem}.price__quote{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600;color:var(--color-primary);padding:.5rem 1rem;background:#073d7f1a;border-radius:8px}.price__quote svg{flex-shrink:0}.product-quote-badge{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:var(--color-primary);margin-bottom:.5rem}.product-quote-badge svg{flex-shrink:0}.quote-description{font-size:.95rem;color:#6b7280;margin-top:.5rem;line-height:1.5}.product-quote-actions{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.request-quote-btn,.whatsapp-quote-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.5rem;font-size:1rem;font-weight:600;border-radius:8px;transition:all .3s ease;text-decoration:none;border:none;cursor:pointer}.request-quote-btn{background:var(--color-primary);color:var(--color-white);box-shadow:0 4px 12px #073d7f26}.request-quote-btn:hover{background:#0a4d99;transform:translateY(-2px);box-shadow:0 6px 16px #073d7f33}.whatsapp-quote-btn{background:#25d366;color:var(--color-white);box-shadow:0 4px 12px #25d36626}.whatsapp-quote-btn:hover{background:#1fb855;transform:translateY(-2px);box-shadow:0 6px 16px #25d36633}.request-quote-btn svg,.whatsapp-quote-btn svg{width:20px;height:20px;flex-shrink:0}.personalization-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:1.5rem 0 2rem;padding:1.5rem;background:linear-gradient(135deg,#073d7f08,#6491de08);border-radius:12px;border:1px solid rgba(7,61,127,.1)}.highlight-item{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#fff;border-radius:8px;font-size:.9375rem;font-weight:600;color:var(--color-primary);transition:transform .2s ease,box-shadow .2s ease}.highlight-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #073d7f1a}.highlight-item svg{flex-shrink:0;color:var(--color-secondary)}.quote-request-section{margin-top:0;padding:2rem;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb}.quote-header-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid #e5e7eb}.quote-form-title{font-size:1.5rem;font-weight:700;color:var(--color-primary);margin-bottom:.5rem}.quote-form-description{font-size:.95rem;color:#6b7280;margin-bottom:1.5rem;line-height:1.6}.quick-contact-options{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:1.5rem}.whatsapp-quick-btn{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 1.75rem;background:linear-gradient(135deg,#25d366,#20ba5a);color:#fff;font-size:1rem;font-weight:600;border-radius:50px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px #25d3664d}.whatsapp-quick-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #25d36666;background:linear-gradient(135deg,#20ba5a,#25d366)}.whatsapp-quick-btn svg{width:20px;height:20px}.whatsapp-contact-section{margin-top:1rem}.product-actions .whatsapp-quick-btn--product{width:100%;justify-content:center;border-radius:8px;padding:.75rem 1rem;font-size:.95rem;box-shadow:0 6px 18px #20ba5a33}.product-actions .whatsapp-quick-btn--product:hover{transform:translateY(-1px);box-shadow:0 8px 24px #20ba5a40}.personalized-upload-fields{display:grid;gap:.85rem;margin-bottom:1.25rem;padding:1rem;border:1px solid #d8e3ff;border-radius:12px;background:#f9fbff}.personalized-upload-fields .pd-form__input{display:flex;flex-direction:column;gap:.35rem}.personalized-upload-fields .pd-form__input input[type=file]{padding:.55rem .75rem;border:1px dashed #cbd5f5;border-radius:10px;background:#fff;cursor:pointer}.personalized-upload-fields textarea{border-radius:10px;border:1px solid #e5e7eb;padding:.85rem;font-size:.95rem;resize:vertical}.personalized-upload-fields textarea:focus{outline:none;border-color:var(--color-primary, #073d7f);box-shadow:0 0 0 1px var(--color-primary, #073d7f)}.or-divider{font-size:.875rem;color:#9ca3af;font-weight:500;text-transform:uppercase;letter-spacing:.05em;position:relative;padding:0 1rem}.or-divider:before,.or-divider:after{content:"";position:absolute;top:50%;width:40px;height:1px;background:#e5e7eb}.or-divider:before{right:100%;margin-right:1rem}.or-divider:after{left:100%;margin-left:1rem}.form-section{margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:10px;border:1px solid #e5e7eb}.form-section-title{display:flex;align-items:center;gap:.75rem;font-size:1.125rem;font-weight:600;color:var(--color-primary);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.form-section-title svg{color:var(--color-secondary)}.form-help{display:inline-flex;align-items:center;gap:.375rem;margin-top:.5rem;font-size:.8125rem;color:#6b7280;line-height:1.5}.form-help svg{flex-shrink:0;color:var(--color-secondary)}.quote-request-form{display:flex;flex-direction:column;gap:1.25rem}.quote-request-form .form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.quote-request-form .form-group{display:flex;flex-direction:column;gap:.5rem}.quote-request-form label{font-weight:600;color:#1f2937;font-size:.9rem}.quote-request-form input[type=text],.quote-request-form input[type=email],.quote-request-form input[type=tel],.quote-request-form input[type=number],.quote-request-form textarea{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;transition:all .3s ease;font-family:inherit}.quote-request-form input:focus,.quote-request-form textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #073d7f1a}.quote-request-form textarea{resize:vertical;min-height:100px}.form-help{font-size:.85rem;color:#6b7280;margin-top:.25rem}.quote-request-form .checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-weight:400}.quote-request-form .checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:var(--color-primary)}.quote-form-message{margin-top:1rem;padding:1rem;border-radius:8px;font-size:.95rem;line-height:1.5}.quote-success-message{background:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.quote-error-message{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.quote-info{background:#dbeafe;color:#1e40af;border:1px solid #93c5fd;padding:1rem;border-radius:8px;text-align:center;font-weight:500}.quote-request-form .request-quote-btn{margin-top:.5rem;width:100%}.quote-request-form .file-upload-area{border:2px dashed #dee2e6;border-radius:8px;padding:1.5rem;text-align:center;cursor:pointer;transition:all .3s ease;background:#fff;margin-top:.5rem}.quote-request-form .file-upload-area:hover{border-color:var(--color-primary);background:#f8f9ff}.quote-request-form .upload-placeholder{display:flex;flex-direction:column;align-items:center;color:#6c757d}.quote-request-form .upload-text{font-weight:600;margin-bottom:.5rem;color:#1f2937}.quote-request-form .upload-subtext{font-size:.85rem;color:#6b7280}.quote-request-form .file-preview{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#f3f4f6;border-radius:6px;margin-top:.5rem}.quote-request-form .file-info{display:flex;align-items:center;justify-content:space-between;width:100%;gap:1rem}.quote-request-form .file-name{font-size:.9rem;color:#1f2937;flex:1;text-align:left}.quote-request-form .remove-file{background:#ef4444;color:#fff;border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;line-height:1;transition:background .2s}.quote-request-form .remove-file:hover{background:#dc2626}@media (max-width: 768px){.personalization-highlights{grid-template-columns:1fr;padding:1rem;gap:.75rem}.highlight-item{padding:.75rem;font-size:.875rem}.quote-request-section{padding:1.5rem}.quote-header-section{padding-bottom:1.5rem;margin-bottom:1.5rem}.quote-form-title{font-size:1.25rem}.whatsapp-quick-btn{width:100%;justify-content:center}.or-divider:before,.or-divider:after{width:30px}.form-section{padding:1rem}.form-section-title{font-size:1rem}.quote-request-form .form-row{grid-template-columns:1fr}.quote-request-form .file-upload-area{padding:1.25rem}}.product-card__quote-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;font-size:.9rem;font-weight:600}.product-card__quote-btn svg{width:16px;height:16px}.product-additional-info{margin-top:2rem;padding:1.5rem;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb}.product-additional-info .info-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0;border-bottom:1px solid #e5e7eb}.product-additional-info .info-item:last-child{border-bottom:none;padding-bottom:0}.product-additional-info .info-item:first-child{padding-top:0}.product-additional-info .info-item svg{flex-shrink:0;color:var(--color-primary);margin-top:.25rem}.product-additional-info .info-item div{flex:1;display:flex;flex-direction:column;gap:.25rem}.product-additional-info .info-item strong{font-weight:600;color:#1f2937;font-size:.95rem}.product-additional-info .info-item span{color:#6b7280;font-size:.9rem}.view-product-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.9375rem 1.5rem;background:var(--color-primary);color:var(--color-white);border-radius:10px;text-decoration:none;font-weight:600;font-size:.9375rem;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #073d7f1a}.view-product-btn:hover{background:#0a4d99;transform:translateY(-2px);box-shadow:0 6px 16px #073d7f33}.animate-spin{animation:spin 1s linear infinite}.mini-cart{position:fixed;top:0;right:-100%;width:100%;max-width:450px;height:100vh;z-index:1000;transition:right .4s cubic-bezier(.4,0,.2,1)}.mini-cart.active{right:0}.mini-cart-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.mini-cart.active .mini-cart-overlay{opacity:1;visibility:visible}.mini-cart-content{position:absolute;top:0;right:0;width:100%;height:100%;background:#fafbfc;display:flex;flex-direction:column;box-shadow:-10px 0 40px #00000026}.mini-cart-header{padding:1.75rem 2rem;background:var(--color-primary);display:flex;justify-content:space-between;align-items:center;position:relative}.mini-cart-header-info{flex:1}.mini-cart-title{display:flex;align-items:center;gap:.625rem;font-size:1.375rem;font-weight:700;color:#fff;margin:0 0 .375rem}.mini-cart-title svg{flex-shrink:0}.mini-cart-count{font-size:.8125rem;color:#ffffffe6;font-weight:500;letter-spacing:.5px}.mini-cart-close{background:#ffffff26;border:none;padding:.625rem;cursor:pointer;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;color:#fff}.mini-cart-close:hover{background:#ffffff40;transform:scale(1.05)}.mini-cart-body{flex:1;overflow-y:auto;padding:1.25rem 0;background:#fafbfc}.mini-cart-body::-webkit-scrollbar{width:6px}.mini-cart-body::-webkit-scrollbar-track{background:#f1f3f4}.mini-cart-body::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}.mini-cart-body::-webkit-scrollbar-thumb:hover{background:#a0aec0}.mini-cart-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.loading-spinner{width:50px;height:50px;border:4px solid #e2e8f0;border-top-color:var(--color-primary);border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}.mini-cart-loading p{font-size:.9375rem;color:#6b7280;font-weight:500}.mini-cart-items{padding:0 1.5rem}.mini-cart-item{display:flex;gap:1rem;padding:1.25rem;margin-bottom:.75rem;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000d;transition:all .2s ease}.mini-cart-item:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.mini-cart-item:last-child{margin-bottom:0}.mini-cart-item-image{width:90px;height:90px;border-radius:10px;overflow:hidden;background:#f9fafb;flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:.5rem;border:1px solid #e5e7eb}.mini-cart-item-image img{width:100%;height:100%;object-fit:contain;object-position:center}.mini-cart-item-details{flex:1;display:flex;flex-direction:column;gap:.5rem}.mini-cart-item-title{font-size:.9375rem;font-weight:600;color:#1f2937;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mini-cart-item-variant{font-size:.8125rem;color:#9ca3af;font-weight:500}.mini-cart-item-price{font-size:1.0625rem;font-weight:700;color:var(--color-primary);margin-top:auto}.mini-cart-item-controls{display:flex;align-items:center;gap:.625rem;margin-top:.5rem}.quantity-display{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--color-text)}.quantity-label{font-weight:500;color:var(--color-text-light)}.quantity-value{font-weight:600;color:var(--color-text-dark)}.quantity-control{display:flex;align-items:center;border:1.5px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#fff}.quantity-btn{background:#fff;border:none;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;font-weight:600;color:#6b7280;transition:all .2s ease}.quantity-btn:hover{background:#f9fafb;color:var(--color-primary)}.quantity-btn:active{transform:scale(.95)}.quantity-input{border:none;padding:0;text-align:center;width:40px;height:32px;font-size:.875rem;font-weight:600;color:#1f2937;background:#fff}.remove-item-btn{background:#fef2f2;border:1.5px solid #fee2e2;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#ef4444;border-radius:8px;transition:all .2s ease;margin-left:auto}.remove-item-btn:hover{background:#fee2e2;border-color:#fecaca;transform:scale(1.05)}.mini-cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;height:100%}.empty-cart-icon{width:100px;height:100px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0f7ff,#e0f2fe);border-radius:50%;margin-bottom:1.5rem;color:var(--color-primary)}.empty-cart-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.empty-cart-text{font-size:.9375rem;color:#6b7280;margin:0 0 2rem;line-height:1.5}.empty-cart-icon svg{width:50px;height:50px}.mini-cart-footer{padding:1.75rem 2rem 2rem;background:#fff;border-top:2px solid #e5e7eb;box-shadow:0 -4px 20px #0000000d}.mini-cart-total{margin-bottom:1.5rem;padding:1.25rem;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-radius:12px;border:1px solid #e5e7eb}.total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.9375rem;color:#4b5563;font-weight:500}.total-row:last-child{margin-bottom:0}.total-row.total-shipping{padding-bottom:.875rem;border-bottom:1px solid #e5e7eb;margin-bottom:.875rem}.total-row.total-shipping .mini-cart-shipping{font-size:.8125rem;color:#9ca3af;font-style:italic}.total-row.total-final{font-size:1.125rem;font-weight:700;color:#1f2937;padding-top:.875rem;border-top:2px solid #e5e7eb}.mini-cart-total-amount{color:var(--color-primary);font-size:1.375rem;font-weight:800}.mini-cart-actions{display:flex;flex-direction:column;gap:.75rem}.mini-cart-actions .btn{width:100%;text-align:center;padding:1rem 1.5rem;font-size:.9375rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.5rem;border-radius:10px;transition:all .25s ease}.mini-cart-actions .btn-outline{order:2}.mini-cart-actions .btn-primary{order:1}.mini-cart-actions .btn svg{flex-shrink:0}.mini-cart-actions .btn-checkout{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-white)}.mini-cart-actions .btn-checkout:hover{background:#0a4d99;color:var(--color-white);transform:translateY(-2px);box-shadow:0 4px 12px #073d7f4d}.cart-page{background:var(--color-light-bg);padding:4rem 0;min-height:80vh}.cart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;padding-bottom:1.5rem;border-bottom:2px solid #e2e8f0}.cart-title{font-size:2.5rem;font-weight:700;color:#2c3e50;margin:0}.cart-count-badge{display:flex;align-items:center;gap:.5rem;background:var(--color-primary);color:var(--color-white);padding:.75rem 1.5rem;border-radius:25px;font-weight:600}.cart-count-number{font-size:1.2rem;font-weight:700}.cart-count-text{font-size:.9rem}.cart-layout{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:start}.cart-items-section{background:var(--color-white);border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014}.cart-items{margin-bottom:2rem}.cart-item{display:grid;grid-template-columns:120px 1fr auto;gap:1.5rem;padding:2rem;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:1.5rem;background:var(--color-white);transition:all .3s ease}.cart-item:hover{box-shadow:0 8px 30px #0000001a;transform:translateY(-2px)}.cart-item-image{border-radius:8px;overflow:hidden;background:#f8f9fa}.cart-item-image img{width:100%;height:120px;object-fit:contain;object-position:center}.cart-item-details{display:flex;flex-direction:column;justify-content:space-between}.cart-item-info{margin-bottom:1rem}.cart-item-title{font-size:1.2rem;font-weight:700;color:#2c3e50;margin:0 0 .5rem}.cart-item-title a{color:inherit;text-decoration:none}.cart-item-title a:hover{color:var(--color-primary)}.cart-item-variant{font-size:.9rem;color:#6c757d;margin:0 0 .5rem}.cart-item-properties{margin-top:.5rem}.cart-item-property{font-size:.85rem;color:#6c757d;margin:.25rem 0}.cart-item-price{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.price-label{font-size:.9rem;color:#6c757d}.price-amount{font-size:1.1rem;font-weight:700;color:var(--color-secondary)}.cart-item-controls{display:flex;align-items:center;gap:1rem}.quantity-control{display:flex;align-items:center;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.quantity-btn{background:#f8f9fa;border:none;padding:.5rem .75rem;cursor:pointer;font-size:1rem;font-weight:600;transition:background .2s ease;color:#2c3e50}.quantity-btn:hover{background:#e9ecef}.quantity-input{border:none;padding:.5rem .75rem;text-align:center;width:60px;font-size:1rem;font-weight:600;background:var(--color-white)}.remove-item-btn{background:none;border:none;padding:.5rem;cursor:pointer;color:#dc3545;border-radius:6px;transition:background .2s ease}.remove-item-btn:hover{background:#f8d7da}.cart-item-total{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;text-align:right}.total-label{font-size:.9rem;color:#6c757d;margin-bottom:.25rem}.total-amount{font-size:1.3rem;font-weight:700;color:#2c3e50}.cart-actions{display:flex;gap:1rem;padding-top:2rem;border-top:1px solid #e2e8f0}.cart-summary{position:sticky;top:2rem}.summary-card{background:var(--color-white);border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014;margin-bottom:2rem}.summary-title{font-size:1.5rem;font-weight:700;color:#2c3e50;margin:0 0 1.5rem;text-align:center}.summary-details{margin-bottom:2rem}.summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1rem}.summary-row.summary-total{font-size:1.2rem;font-weight:700;color:#2c3e50;border-top:2px solid #e2e8f0;padding-top:1rem;margin-top:1rem}.shipping-note{color:#6c757d;font-style:italic}.summary-actions{text-align:center}.checkout-btn{width:100%;padding:1rem 2rem;font-size:1.1rem;font-weight:600;margin-bottom:1rem;background:var(--color-primary)!important;color:var(--color-white)!important;border-color:var(--color-primary)!important}.checkout-btn:hover,.checkout-btn.btn-primary:hover{background:#0a4d99!important;color:var(--color-white)!important;border-color:#0a4d99!important;transform:translateY(-2px);box-shadow:0 6px 20px #0a4d994d}.checkout-note{font-size:.85rem;color:#6c757d;margin:0;display:flex;align-items:center;justify-content:center}.trust-badges{display:flex;flex-direction:column;gap:1rem}.trust-badge{display:flex;align-items:center;gap:.75rem;padding:1rem;background:var(--color-white);border-radius:12px;box-shadow:0 2px 10px #0000000d;color:#2c3e50;font-size:.9rem;font-weight:500}.trust-badge svg{color:var(--color-primary);flex-shrink:0}.cart-empty{text-align:center;padding:4rem 2rem;background:var(--color-white);border-radius:16px;box-shadow:0 4px 20px #00000014}.empty-cart-icon{margin-bottom:2rem;color:#6c757d}.empty-cart-title{font-size:2rem;font-weight:700;color:#2c3e50;margin:0 0 1rem}.empty-cart-description{font-size:1.1rem;color:#6c757d;margin:0 0 2rem;line-height:1.6}.empty-cart-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.contact-page{background:var(--color-light-bg);padding:4rem 0;min-height:80vh}.contact-header{text-align:center;margin-bottom:3rem}.contact-title{font-size:3rem;font-weight:700;color:var(--color-dark);margin-bottom:1rem}.contact-subtitle{font-size:1.2rem;color:var(--color-gray);max-width:600px;margin:0 auto}.contact-layout{display:grid;grid-template-columns:2fr 1fr;gap:3rem;max-width:1200px;margin:0 auto}.contact-main{display:flex;flex-direction:column}.contact-form-card{background:var(--color-white);border-radius:16px;padding:2.5rem;box-shadow:0 4px 20px #00000014;border:1px solid rgba(10,77,153,.1)}.form-title{font-size:2rem;font-weight:600;color:var(--color-dark);margin-bottom:.5rem}.form-description{font-size:1rem;color:var(--color-gray);margin-bottom:2rem;line-height:1.6}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-size:.95rem;font-weight:600;color:var(--color-dark);margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .3s ease;background:var(--color-white);font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #0a4d991a}.form-group textarea{resize:vertical;min-height:120px}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.95rem;color:var(--color-gray)}.checkbox-label input[type=checkbox]{width:18px;height:18px;margin:0}.submit-btn{align-self:flex-start;padding:1rem 2rem;font-size:1.1rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.contact-sidebar{display:flex;flex-direction:column;gap:2rem}.contact-info-card,.services-card{background:var(--color-white);border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014;border:1px solid rgba(10,77,153,.1)}.cta-card{background:var(--color-primary);border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014;border:1px solid rgba(10,77,153,.1)}.cta-card .cta-title{color:var(--color-white);font-size:1.4rem;font-weight:600;margin-bottom:1.5rem}.cta-card .cta-text{color:var(--color-white);font-size:.95rem;line-height:1.6;margin-bottom:1.5rem;opacity:.9}.cta-card .btn{background:var(--color-white);color:var(--color-primary);border:2px solid var(--color-white)}.cta-card .btn:hover{background:transparent;color:var(--color-white);border-color:var(--color-white)}.info-title,.services-title,.cta-title{font-size:1.4rem;font-weight:600;color:var(--color-dark);margin-bottom:1.5rem}.contact-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem 0;border-bottom:1px solid #f1f5f9}.contact-item:last-child{border-bottom:none}.contact-item-icon{width:48px;height:48px;background:linear-gradient(135deg,var(--color-primary),#1e3a8a);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--color-white);flex-shrink:0}.contact-item-content{flex:1}.contact-item-title{font-size:1.1rem;font-weight:600;color:var(--color-dark);margin-bottom:.5rem}.contact-item-details{font-size:1rem;color:var(--color-dark);margin-bottom:.25rem}.contact-item-details a{color:var(--color-primary);text-decoration:none;font-weight:500;transition:color .3s ease}.contact-item-details a:hover{color:#1e3a8a}.contact-item-hours{font-size:.9rem;color:var(--color-gray);font-style:italic}.services-list{list-style:none;padding:0;margin:0}.services-list li{font-size:.95rem;color:var(--color-gray);border-bottom:1px solid #f1f5f9;position:relative;padding:.75rem 0 .75rem 1.5rem}.services-list li:last-child{border-bottom:none}.services-list li:before{content:"\2713";position:absolute;left:0;color:var(--color-primary);font-weight:700}.cta-text{font-size:.95rem;color:var(--color-gray);line-height:1.6;margin-bottom:1.5rem}.design-cards{background:var(--color-primary);padding:var(--spacing-xl) 0}.design-card{background:var(--color-white);border-radius:16px;border:3px solid var(--color-primary);overflow:hidden;margin-bottom:3rem;box-shadow:0 10px 40px #00000026}.design-card:last-child{margin-bottom:0}.design-card-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding:4rem}.design-card-reverse .design-card-content{direction:rtl}.design-card-reverse .design-card-text{direction:ltr}.design-card-title{color:var(--color-primary);font-size:2.5rem;margin-bottom:1.5rem}.design-card-description{color:var(--color-text-dark);font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.design-card-image img{border-radius:12px;box-shadow:0 8px 25px #0000001a}.design-card-placeholder{border-radius:12px;overflow:hidden}.gift-card-hero{position:relative;height:100vh;display:flex;align-items:center;overflow:hidden;background:var(--color-primary);margin-top:-140px;padding-top:140px;color:var(--color-white)}.gift-card-hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.gift-card-hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;color:var(--color-white)}.gift-card-hero-description{font-size:1.2rem;margin-bottom:2rem;opacity:.9;line-height:1.6;color:var(--color-white)}.gift-card-hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.gift-card-visual{display:flex;justify-content:center;align-items:center}.gift-card-mockup{perspective:1000px;transform-style:preserve-3d}.gift-card-front{width:300px;height:180px;background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:16px;padding:2rem;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 20px 40px #0003;border:2px solid rgba(255,255,255,.3);position:relative;overflow:hidden}.gift-card-front:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--color-primary)}.gift-card-logo{font-size:1.2rem;font-weight:700;color:var(--color-primary);letter-spacing:1px}.gift-card-amount{font-size:2.5rem;font-weight:700;color:var(--color-primary);text-align:center}.gift-card-code{font-size:.9rem;color:#666;text-align:center;font-family:Courier New,monospace;letter-spacing:2px}.how-it-works{background:var(--color-white);padding:4rem 0}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.step-item{text-align:center;padding:2rem;border-radius:12px;background:#f8f9fa;transition:transform .3s ease}.step-item:hover{transform:translateY(-5px)}.step-number{width:60px;height:60px;background:var(--color-primary);color:var(--color-white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.step-icon{color:var(--color-primary);margin-bottom:1rem}.step-title{font-size:1.3rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem}.step-description{color:#666;line-height:1.6}.gift-card-amounts{background:#f8f9fa;padding:4rem 0}.amounts-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.amount-card{background:var(--color-white);border-radius:16px;padding:2rem;text-align:center;box-shadow:0 4px 12px #0000001a;transition:all .3s ease;position:relative;border:2px solid transparent}.amount-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #00000026}.amount-card.popular{border-color:var(--color-primary);transform:scale(1.05)}.popular-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:var(--color-primary);color:var(--color-white);padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600}.amount-value{font-size:2.5rem;font-weight:700;color:var(--color-primary);margin-bottom:.5rem}.amount-description{color:#666;margin-bottom:1.5rem;font-size:.9rem}.gift-card-cta{background:var(--color-primary);padding:4rem 0;text-align:center}.gift-card-cta .cta-title{color:var(--color-white);font-size:2.5rem;font-weight:700;margin-bottom:1rem}.gift-card-cta .cta-text{color:var(--color-white);font-size:1.1rem;opacity:.9;margin-bottom:2rem}.gift-card-cta .btn{background:var(--color-white);color:var(--color-primary)}.gift-card-cta .btn:hover{background:#f8f9fa}.shop-layout{display:grid;grid-template-columns:410px 1fr;gap:3rem;margin-top:2rem;align-items:start;max-width:100%;width:100%}.shop-layout .container,.shop-page .container{max-width:100%!important;width:100%!important;padding:0 2rem}.shop-sidebar{background:var(--color-white);border-radius:12px;padding:0;box-shadow:0 2px 12px #0000000f;border:1px solid #e5e7eb;height:fit-content;position:sticky;top:2rem;overflow:hidden;transition:all .3s ease}.sidebar-header{background:linear-gradient(135deg,var(--color-primary) 0%,#0a4d99 100%);padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center;position:relative}.sidebar-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent)}.sidebar-title{color:var(--color-white);font-size:.9375rem;font-weight:700;margin:0;letter-spacing:1px;text-transform:uppercase;display:flex;align-items:center;gap:.5rem}.sidebar-title:before{content:"";display:inline-block;width:1.125rem;height:1.125rem;margin-right:.5rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h18M7 12h10M10 18h4'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center;vertical-align:middle}.sidebar-close{display:none;background:none;border:none;color:var(--color-white);cursor:pointer;padding:.5rem;border-radius:6px;transition:background-color .3s ease}.sidebar-close:hover{background:#ffffff1a}.category-list{list-style:none;padding:0;margin:0;max-height:400px;overflow-y:auto}.category-list::-webkit-scrollbar{width:6px}.category-list::-webkit-scrollbar-track{background:#f1f5f9}.category-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.category-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.category-list li{border-bottom:1px solid #f1f5f9}.category-list li:last-child{border-bottom:none}.category-list a{display:flex;justify-content:space-between;align-items:center;padding:.875rem 1.25rem;color:#374151;text-decoration:none;font-size:.875rem;font-weight:500;transition:all .2s ease;position:relative;line-height:1.3}.category-list a:hover{background:linear-gradient(90deg,rgba(7,61,127,.05) 0%,transparent 100%);color:var(--color-primary);padding-left:1.5rem}.category-list a.active{background:linear-gradient(135deg,var(--color-primary) 0%,#0a4d99 100%);color:var(--color-white);font-weight:600}.category-list a.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:60%;background:var(--color-white);border-radius:0 2px 2px 0}.category-count{font-size:.75rem;padding:.125rem .5rem;background:#f3f4f6;color:#6b7280;border-radius:12px;font-weight:600;margin-right:.25rem}.category-list a:hover .category-count{background:#073d7f1a;color:var(--color-primary)}.category-list a.active .category-count{background:#fff3;color:var(--color-white)}.category-list .arrow{font-size:1.125rem;opacity:.5;transition:all .2s ease;font-weight:300}.category-list a:hover .arrow{transform:translate(3px);opacity:.8}.category-list a.active .arrow{opacity:1}.shop-content{min-height:500px}.mobile-filter-toggle{display:none;margin-bottom:1.5rem}.filter-toggle-btn{display:flex;align-items:center;justify-content:space-between;background:var(--color-white);color:var(--color-dark);border:2px solid #e2e8f0;padding:.875rem 1.25rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;box-shadow:0 2px 4px #0000000d}.filter-toggle-btn:hover{border-color:var(--color-primary);background:#f8f9fa;box-shadow:0 4px 8px #073d7f1a}.filter-toggle-btn:active{transform:scale(.98)}.filter-toggle-btn svg{width:18px;height:18px;flex-shrink:0}.filter-toggle-text{flex:1;text-align:left;margin-left:.75rem}.sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:999;opacity:0;visibility:hidden;transition:all .3s ease}.sidebar-overlay.active{opacity:1;visibility:visible}.sidebar-content{padding:1.25rem}.filter-section{margin-bottom:1.75rem;padding-bottom:1.75rem;border-bottom:1px solid #f1f5f9;transition:opacity .3s ease}.filter-section:last-child{margin-bottom:0;border-bottom:none;padding-bottom:0}.filter-title{font-size:.8125rem;font-weight:700;color:#1f2937;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;text-transform:uppercase;letter-spacing:.75px}.filter-title:before{content:"";width:3px;height:14px;background:linear-gradient(135deg,var(--color-primary) 0%,#0a4d99 100%);border-radius:2px;flex-shrink:0}.price-range{display:flex;flex-direction:column;gap:1rem}.price-inputs{display:flex;align-items:center;gap:.5rem}.price-input{flex:1;min-width:0;max-width:100px;padding:.5rem .25rem;border:2px solid #e2e8f0;border-radius:6px;font-size:.85rem;text-align:center;transition:border-color .3s ease,box-shadow .3s ease;background:var(--color-white);color:var(--color-dark);font-weight:500}.price-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px #073d7f1a}.price-separator{color:var(--color-gray);font-weight:500;font-size:.9rem}.price-slider{margin:.5rem 0}.price-slider-container{position:relative;margin:.5rem 0;height:5px}.range-slider{position:absolute;width:100%;height:5px;border-radius:5px;background:transparent;outline:none;-webkit-appearance:none;appearance:none;pointer-events:auto;z-index:1;margin:0}.range-slider-min{z-index:2}.range-slider-max{z-index:3}.price-slider-container:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(to right,#e2e8f0 0% 100%);border-radius:5px;z-index:0}.range-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));cursor:pointer;border:3px solid var(--color-white);box-shadow:0 2px 6px #073d7f4d;transition:transform .2s ease,box-shadow .2s ease;position:relative;z-index:10}.range-slider::-webkit-slider-thumb:hover{transform:scale(1.2);box-shadow:0 3px 8px #073d7f66}.range-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));cursor:pointer;border:3px solid var(--color-white);box-shadow:0 2px 6px #073d7f4d;transition:transform .2s ease,box-shadow .2s ease;position:relative;z-index:10}.range-slider::-moz-range-thumb:hover{transform:scale(1.2);box-shadow:0 3px 8px #073d7f66}.range-slider::-moz-range-track{background:transparent}.price-labels{display:flex;justify-content:space-between;font-size:.85rem;color:var(--color-gray);font-weight:500;margin-top:.5rem}.category-count{font-size:.75rem;color:var(--color-gray);font-weight:600;background:#0a4d991a;padding:.25rem .6rem;border-radius:12px;min-width:28px;text-align:center;transition:all .3s ease}.category-list a:hover .category-count{background:var(--color-primary);color:var(--color-white)}.category-list a.active .category-count{background:var(--color-white);color:var(--color-primary)}.checkbox-group{display:flex;flex-direction:column;gap:.75rem}.checkbox-item{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.95rem;color:var(--color-dark);transition:color .3s ease,transform .2s ease;padding:.5rem;border-radius:6px}.checkbox-item:hover{color:var(--color-primary);background:#0a4d990d;transform:translate(3px)}.checkbox-item input[type=checkbox]{display:none}.checkmark{width:20px;height:20px;border:2px solid #cbd5e1;border-radius:6px;position:relative;transition:all .3s ease;background:var(--color-white);flex-shrink:0}.checkbox-item:hover .checkmark{border-color:var(--color-primary)}.checkbox-item input[type=checkbox]:checked+.checkmark{background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));border-color:var(--color-primary);box-shadow:0 2px 8px #073d7f4d}.checkbox-item input[type=checkbox]:checked+.checkmark:after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid white;border-width:0 2.5px 2.5px 0;transform:rotate(45deg)}.filter-actions{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.filter-actions button{transition:background .3s ease,transform .3s ease}.filter-actions button:hover{transform:scale(1.05)}.clear-filters{width:100%;justify-content:center;padding:.875rem 1.5rem;background:transparent;color:var(--color-primary);border:2px solid var(--color-primary);border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease}.clear-filters:hover{background:var(--color-primary);color:var(--color-white);transform:translateY(-2px);box-shadow:0 4px 12px #073d7f33}.product-image-container{position:relative;overflow:hidden;border-radius:12px}.product-image-container:hover .product-quick-actions{opacity:1;visibility:visible}.product-badges{position:absolute;top:.75rem;left:.75rem;z-index:2;display:flex;flex-direction:column;gap:.5rem}.product-badge{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;color:var(--color-white);animation:badge-pulse 1.5s infinite ease-in-out;box-shadow:0 2px 8px #e53e3e4d}@keyframes badge-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.sale-badge{background:#ef4444}.new-badge{background:#10b981}.out-of-stock-badge{background:#6b7280}.product-quick-actions{position:absolute;top:.75rem;right:.75rem;display:flex;flex-direction:column;gap:.5rem;opacity:0;visibility:hidden;transition:opacity .3s ease,transform .3s ease;transform:translateY(10px);z-index:3}.product-card:hover .product-quick-actions{opacity:1;visibility:visible;transform:translateY(0)}.quick-action-btn{width:40px;height:40px;background:var(--color-white);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #00000026;transition:all .3s ease;color:var(--color-dark)}.quick-action-btn:hover{transform:scale(1.1);background:var(--color-secondary);color:var(--color-white)}.quick-action-btn:focus{outline:2px solid var(--color-primary);outline-offset:2px}.discount-percentage{background:#ef4444;color:var(--color-white);padding:.125rem .5rem;border-radius:12px;font-size:.75rem;font-weight:600;margin-left:.5rem}.product-actions{margin-top:1rem}.add-to-cart-form{width:100%}.add-to-cart-btn{width:100%;justify-content:center;font-size:.9rem;padding:.75rem 1rem}.products-grid.list-view,.collection-products .products-grid.list-view{display:flex!important;flex-direction:column;gap:1rem}.products-grid.list-view .product-card,.collection-products .products-grid.list-view .product-card{display:flex!important;flex-direction:row;max-width:none}.products-grid.list-view .product-image-container,.collection-products .products-grid.list-view .product-image-container{width:200px;height:200px;flex-shrink:0;border-radius:12px 0 0 12px}.products-grid.list-view .product-info,.collection-products .products-grid.list-view .product-info{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem}.products-grid.list-view .product-actions,.collection-products .products-grid.list-view .product-actions{margin-top:0;align-self:flex-start}.load-more-section{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid #e2e8f0}.load-more-btn{margin-bottom:1rem;padding:1rem 2rem;font-size:1rem;font-weight:600}.pagination-info{margin-bottom:1rem}.pagination-text{font-size:.9rem;color:var(--color-gray)}.simple-hero{background:var(--color-primary);padding:4rem 0 3rem;text-align:center;margin-top:-140px;padding-top:200px;min-height:60vh}.simple-hero-content{max-width:100%;margin:0 auto;padding:0 2rem}.simple-hero .collection-hero-title{color:var(--color-white);font-size:2.5rem;font-weight:700;margin:0 0 1rem;line-height:1.2}.simple-hero .collection-hero-description{color:var(--color-white);font-size:1.1rem;line-height:1.6;margin-bottom:.75rem;opacity:.95}.simple-hero .collection-product-count{color:var(--color-white);font-size:.95rem;opacity:.85;margin:0;font-weight:500}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;transition:transform .3s ease;will-change:transform}.hero-bg-gradient{width:100%;height:100%;background:linear-gradient(135deg,#073d7fcc,#6491de99);mix-blend-mode:multiply}.hero-pattern{position:absolute;top:0;left:0;right:0;bottom:0;opacity:.1;z-index:3}.hero-pattern svg{animation:subtle-move 20s linear infinite}@keyframes subtle-move{0%{transform:translate(0)}to{transform:translate(-20px,-20px)}}.collection-hero-content{position:relative;z-index:10;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;transition:opacity .5s ease,transform .5s ease;opacity:0;transform:translateY(20px)}.collection-hero.loaded .collection-hero-content{opacity:1;transform:translateY(0)}.hero-text{text-align:left}.hero-text p{color:var(--color-white)}.collection-hero-title{color:var(--color-white);font-size:3.5rem;font-weight:700;margin:0 0 1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.3);line-height:1.1}.collection-hero-description{color:var(--color-white)!important;font-size:1.2rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.hero-stats{display:flex;gap:2rem;margin-bottom:2.5rem}.hero-stats .stat-item{text-align:center;transition:transform .3s ease}.hero-stats .stat-item:hover{transform:translateY(-3px)}.hero-stats .stat-number{display:block;font-size:2rem;font-weight:700;color:var(--color-white);line-height:1}.hero-stats .stat-label{display:block;font-size:.9rem;color:var(--color-white);opacity:.8;margin-top:.5rem}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-cta{display:flex;align-items:center;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;transition:all .3s ease}.hero-visual{display:flex;justify-content:center;align-items:center}.hero-image-stack{position:relative;width:200px;height:200px}.stack-item{position:absolute;background:#ffffff1a;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--color-white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);animation:float 6s ease-in-out infinite}.stack-item-1{top:0;left:0;width:80px;height:80px;animation-delay:0s}.stack-item-2{top:40px;right:0;width:60px;height:60px;animation-delay:2s}.stack-item-3{bottom:0;left:50px;width:70px;height:70px;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.collection-filters{background:var(--color-white);padding:2rem 0;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:10;box-shadow:0 4px 12px #0000001a;transition:box-shadow .3s ease}.filters-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;max-width:1200px;margin:0 auto;padding:0 2rem;transition:padding .3s ease}.filters-left{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.filters-right{display:flex;align-items:center;gap:1.5rem}.search-bar{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:1rem;color:var(--color-gray);z-index:2}.search-input{padding:.75rem 1rem .75rem 3rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.95rem;width:300px;transition:border-color .3s ease}.search-input:focus{outline:none;border-color:var(--color-primary)}.search-btn{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:var(--color-primary);color:var(--color-white);border:none;border-radius:6px;padding:.5rem;cursor:pointer;transition:all .3s ease;z-index:2}.search-btn:hover{background:var(--color-dark);transform:translateY(-50%) scale(1.05)}.search-btn svg{width:16px;height:16px}.view-toggle{display:flex;background:#f8fafc;border-radius:8px;padding:.25rem}.view-btn{background:none;border:none;padding:.5rem;border-radius:6px;cursor:pointer;transition:all .3s ease;color:var(--color-gray)}.view-btn.active{background:var(--color-white);color:var(--color-primary);box-shadow:0 2px 4px #0000001a}.view-btn:hover:not(.active){background:#0a4d991a;color:var(--color-primary)}.products-count{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:var(--color-gray)}.count-number{font-weight:600;color:var(--color-primary)}.filter-group{display:flex;align-items:center;gap:1rem}.filter-group label{font-weight:600;color:var(--color-text-dark)}.filter-group select{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;background:var(--color-white);font-size:1rem;color:var(--color-text-dark);cursor:pointer;transition:border-color .3s ease,box-shadow .3s ease}.filter-group select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #073d7f1a}.products-count{font-weight:600;color:var(--color-text-light)}.collection-products{background:var(--color-light-bg);padding:4rem 0}.collection-products .products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.product-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f8f9fa}.product-badge{position:absolute;top:1rem;right:1rem;background:#e53e3e;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600}.product-price{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.price-regular{font-size:1.2rem;font-weight:700;color:var(--color-primary)}.price-compare{font-size:1rem;color:var(--color-text-light);text-decoration:line-through}.price-sale{font-size:1.2rem;font-weight:700;color:#e53e3e}.pagination{text-align:center;margin-top:3rem}.pagination a,.pagination span{display:inline-block;padding:.75rem 1rem;margin:0 .25rem;border:2px solid #e2e8f0;border-radius:8px;text-decoration:none;color:var(--color-text-dark);transition:all .3s ease}.pagination a:hover,.pagination .current{background:var(--color-primary);color:var(--color-white);border-color:var(--color-primary)}.collection-empty{text-align:center;padding:4rem 2rem}.collection-empty h2{color:var(--color-text-dark);margin-bottom:1rem}.collection-empty p{color:var(--color-text-light);margin-bottom:2rem}.no-products-message{text-align:center;padding:3rem 2rem;grid-column:1 / -1;background:var(--color-white);border-radius:12px;box-shadow:0 4px 12px #0000001a;max-width:500px;margin:2rem auto}.no-products-icon{color:var(--color-secondary);margin-bottom:1.5rem;display:flex;justify-content:center}.no-products-title{font-size:1.5rem;font-weight:600;color:var(--color-text-dark);margin-bottom:1rem}.no-products-description{color:var(--color-text-light);margin-bottom:2rem;line-height:1.6;font-size:1rem}.no-products-message p{color:var(--color-text-light);margin-bottom:1.5rem;font-size:1.1rem}.about-company{background:var(--color-white);padding:4rem 0}.about-main-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.about-text{padding-right:2rem}.about-title{color:#2c3e50;font-size:2.8rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.about-subtitle{display:flex;align-items:center;margin-bottom:2rem}.subtitle-dash{color:var(--color-secondary);font-size:1.5rem;font-weight:700;margin-right:.5rem}.subtitle-text{color:var(--color-secondary);font-size:1.1rem;font-weight:600}.about-description{color:#2c3e50;font-size:1rem;line-height:1.6;margin-bottom:2rem}.about-description p{margin-bottom:1rem}.about-image img{border-radius:12px;width:100%;height:auto;box-shadow:0 8px 32px #0000001a}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;text-align:center;margin-top:2rem}.stat-item{padding:.5rem}.stat-number{font-size:2.5rem;font-weight:700;color:var(--color-secondary);line-height:1;margin-bottom:.3rem}.stat-label{font-size:.8rem;color:#2c3e50;font-weight:500;line-height:1.2}.clients-logos{background:var(--color-white);padding:4rem 0}.clients-title{color:#2c3e50;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:left}.clients-slider-wrapper{overflow:hidden;position:relative;width:100%}.clients-slider{display:flex;animation:slide 30s linear infinite;gap:2rem;width:calc(200% + 2rem)}@keyframes slide{0%{transform:translate(0)}to{transform:translate(-50%)}}.clients-slider-wrapper:hover .clients-slider{animation-play-state:paused}.client-logo{border-radius:8px;padding:2rem 1rem;display:flex;align-items:center;justify-content:center;min-height:120px;min-width:200px;flex-shrink:0;transition:all .3s ease}.client-logo:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.client-logo img{max-width:100%;max-height:80px;width:auto;height:auto;object-fit:contain;transition:transform .3s ease}.client-logo:hover img{transform:scale(1.05)}.logo-placeholder{text-align:center;color:#6c757d;font-weight:600;font-size:.9rem;line-height:1.2}.about-hero{position:relative;height:100vh;display:flex;align-items:center;overflow:hidden;background:var(--color-primary);margin-top:-140px;padding-top:140px;color:var(--color-white)}.about-story{background:var(--color-white);padding:6rem 0}.about-story-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:start}.about-story-text{padding-right:2rem}.about-story-title{color:#2c3e50;font-size:2.8rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.about-story-subtitle{color:var(--color-secondary);font-size:1.2rem;font-weight:600;margin-bottom:2rem}.about-story-description{color:#2c3e50;font-size:1rem;line-height:1.6;margin-bottom:2rem}.about-story-description p{margin-bottom:1rem}.about-story-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.about-story-stats .stat-item{text-align:center;padding:1.5rem;background:#f8f9fa;border-radius:12px;border:1px solid #e9ecef}.about-story-stats .stat-number{font-size:2.5rem;font-weight:700;color:var(--color-secondary);line-height:1;margin-bottom:.5rem}.about-story-stats .stat-label{font-size:.9rem;color:#2c3e50;font-weight:500;line-height:1.2}.about-faq{background:var(--color-light-bg);padding:6rem 0}.faq-container{max-width:800px;margin:0 auto}.faq-item{background:var(--color-white);border-radius:12px;margin-bottom:1rem;box-shadow:0 2px 8px #0000001a;overflow:hidden}.faq-question{width:100%;padding:1.5rem 2rem;background:none;border:none;text-align:left;font-size:1.1rem;font-weight:600;color:#2c3e50;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.faq-question:hover{background:#f8f9fa}.faq-question.active{background:var(--color-primary);color:var(--color-white)}.faq-icon{transition:transform .3s ease;flex-shrink:0}.faq-question.active .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-answer.active{max-height:200px}.faq-answer p{padding:0 2rem 1.5rem;margin:0;color:#2c3e50;line-height:1.6}.about-services-title{color:#2c3e50;font-size:2.8rem;font-weight:700;margin-bottom:3rem;text-align:center}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.service-card{background:var(--color-white);padding:2.5rem;border-radius:16px;text-align:center;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.service-icon{margin-bottom:1.5rem}.service-icon img{filter:brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%)}.service-title{color:#2c3e50;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.service-description{color:#2c3e50;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.cta-illustrated{background:var(--color-primary);padding:4rem 0}.cta-content{position:relative;z-index:10;text-align:center;width:100%}.cta-box{max-width:var(--container-width);width:100%;background:transparent;padding:5rem 4rem;border-radius:20px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:600px;margin:0 auto}.cta-svg-overlay{position:absolute;top:0;left:0;right:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:.4;z-index:1}.cta-svg{width:100%;height:auto;max-height:600px;filter:brightness(0) invert(1)}.cta-text-content{position:relative;z-index:10;text-align:left;flex:1;padding-right:2rem}.cta-title{color:var(--color-white);font-size:2.5rem;margin-bottom:1.5rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3)}.cta-text{color:var(--color-white);font-size:1.1rem;margin-bottom:2rem;opacity:.95;line-height:1.6;text-shadow:0 1px 2px rgba(0,0,0,.2)}.cta-content .btn{background:var(--color-white);color:var(--color-primary);border:2px solid var(--color-white);font-weight:600;padding:1rem 2rem;font-size:1.1rem;box-shadow:0 4px 12px #0003;transition:all .3s ease}.cta-content .btn:hover{background:var(--color-secondary);color:var(--color-white);transform:translateY(-2px);box-shadow:0 6px 16px #0000004d}.site-footer{background:var(--color-primary);color:var(--color-white);padding:4rem 0 0;position:relative}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3.5rem;margin-bottom:3rem;position:relative;z-index:1}.footer-column{position:relative}.footer-logo{max-width:300px}.footer-logo-wrapper{margin-bottom:1.5rem}.footer-logo-img{max-width:200px;height:auto;filter:brightness(0) invert(1)}.footer-logo-text{color:var(--color-white);font-size:1.8rem;font-weight:700;margin:0;text-transform:uppercase;letter-spacing:1px}.footer-description{color:#ffffffd9;line-height:1.6;margin-bottom:2rem;font-size:.95rem}.footer-social{margin-top:2rem}.footer-social h4{color:var(--color-white);margin-bottom:1rem;font-size:1rem;font-weight:500}.footer-column h3{color:var(--color-white);font-size:1.125rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid rgba(255,255,255,.1);position:relative;letter-spacing:.5px}.footer-column h3:after{content:"";position:absolute;bottom:-2px;left:0;width:40px;height:2px;background:linear-gradient(90deg,rgba(255,255,255,.8),transparent)}.footer-column ul{list-style:none}.footer-column li{margin-bottom:.875rem;transform:translate(0);transition:transform .2s ease}.footer-column li:hover{transform:translate(4px)}.footer-column a{color:#ffffffd9;text-decoration:none;transition:all .3s ease;font-size:.9375rem;display:inline-block;position:relative}.footer-column a:before{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:#fff;transition:width .3s ease}.footer-column a:hover{color:var(--color-white)}.footer-column a:hover:before{width:100%}.footer-contact{font-style:normal;color:#ffffffd9;line-height:1.6;font-size:.9375rem}.footer-contact a{color:#ffffffe6;font-weight:500;display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.25rem 0;transition:all .3s ease;text-decoration:none;cursor:pointer;-webkit-tap-highlight-color:rgba(255,255,255,.2);touch-action:manipulation;user-select:none;-webkit-user-select:none}.footer-contact a:hover{color:#fff;transform:translate(3px)}.footer-contact a:active{opacity:.8}.footer-contact a svg{flex-shrink:0}.footer-phone-link{min-height:44px;min-width:44px;display:flex!important;align-items:center;-webkit-tap-highlight-color:rgba(255,255,255,.3);touch-action:manipulation}.contact-hours{display:flex;align-items:center;gap:.5rem;color:#ffffffd9;margin-top:.75rem;padding:.25rem 0}.contact-hours svg{flex-shrink:0}.social-links{display:grid!important;grid-template-columns:repeat(3,1fr);gap:.75rem;list-style:none;padding:0;margin:0}.social-links li{display:flex}.social-links a{display:flex;align-items:center;justify-content:center;gap:0;padding:.75rem;background:#ffffff0d;border-radius:6px;transition:all .3s ease;color:#ffffffe6;text-decoration:none;border:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden;width:100%;aspect-ratio:1}.social-links svg{flex-shrink:0;display:inline-block;vertical-align:middle;fill:currentColor;width:20px;height:20px}.social-links a:hover{background:var(--color-primary);color:var(--color-white);border-color:var(--color-primary);transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.footer-bottom{text-align:center;padding:2rem 0;margin-top:2rem;border-top:1px solid rgba(255,255,255,.1);font-size:.875rem;position:relative;z-index:1;background:#0000001a}.footer-bottom p{color:#fffc;margin-bottom:1rem;line-height:1.6}.product-hero{background:linear-gradient(135deg,#073d7f,#0a4d99)!important;padding:1rem 0;margin-top:-140px;padding-top:160px;min-height:200px;display:flex;align-items:center;position:relative;overflow:hidden}.product-hero:before{content:"";position:absolute;top:50%;left:50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%;transform:translate(-50%,-50%);z-index:1}.product-hero .container{position:relative;z-index:2}.product-hero .breadcrumb{display:flex;align-items:center;gap:.5rem;color:var(--color-white);font-size:.9rem}.product-hero .breadcrumb a{color:var(--color-white);text-decoration:none;transition:opacity .3s ease}.product-hero .breadcrumb a:hover{opacity:.8}.product-page{padding:2rem 0 4rem;background:#fafbfc}.product-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:3rem;align-items:start}.product-images{position:sticky;top:2rem}.main-image-container{position:relative;width:100%;min-height:500px;border-radius:20px;overflow:hidden;background:#f8f9fa;margin-bottom:1.25rem;display:flex;align-items:center;justify-content:center;padding:0;border:1px solid #e5e7eb;box-shadow:0 4px 20px #0000000f;transition:all .3s ease}.main-image-container:hover{box-shadow:0 8px 30px #0000001a}.main-image{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;display:block;border-radius:20px;transition:transform .4s cubic-bezier(.4,0,.2,1);cursor:zoom-in}.main-image-container:hover .main-image{transform:scale(1.05)}.no-image{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--color-gray)}.no-image svg{margin-bottom:1rem}.thumbnail-images{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.thumbnail-btn{width:100%;aspect-ratio:1;border:2px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff;cursor:pointer;transition:all .25s ease;padding:.5rem;position:relative}.thumbnail-btn:hover{border-color:var(--color-primary);box-shadow:0 4px 12px #073d7f26;transform:translateY(-2px)}.thumbnail-btn.active{border-color:var(--color-primary);box-shadow:0 0 0 3px #073d7f1a;background:#f0f7ff}.thumbnail-btn img{width:100%;height:100%;object-fit:contain}.product-details{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 2px 12px #0000000a;border:1px solid #e5e7eb}.product-header{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #f1f5f9}.product-title{font-size:2rem;font-weight:700;color:#1f2937;line-height:1.3;margin-bottom:.75rem;letter-spacing:-.02em}.product-subtitle{font-size:1.125rem;color:#6b7280;line-height:1.5;margin-bottom:1.25rem;font-weight:400}.product-price-section{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:1.5rem}.product-price{font-size:2.25rem;font-weight:800;color:var(--color-primary);line-height:1;letter-spacing:-.02em}.price-compare{font-size:1.5rem;color:#9ca3af;text-decoration:line-through;font-weight:600}.price-sale{font-size:2.25rem;font-weight:800;color:#ef4444;line-height:1}.discount-badge{display:inline-flex;align-items:center;padding:.5rem 1rem;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border-radius:8px;font-size:.875rem;font-weight:700;letter-spacing:.05em;box-shadow:0 4px 12px #ef44444d}.product-description{margin-top:2rem}.product-description h3{font-size:1.125rem;font-weight:700;color:#1f2937;margin-bottom:1rem;letter-spacing:-.01em}.product-description-short{margin-top:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(0,0,0,.08)}.product-description-short .description-content,.description-content{font-size:.9375rem;line-height:1.7;color:#4b5563}.variant-options{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #f1f5f9}.option-group{margin-bottom:1.5rem}.option-group:last-child{margin-bottom:0}.option-label{display:block;font-weight:600;font-size:.9375rem;color:#374151;margin-bottom:.75rem;letter-spacing:-.01em}.option-values{display:flex;gap:.625rem;flex-wrap:wrap}.option-btn{padding:.625rem 1.25rem;border:2px solid #e5e7eb;border-radius:10px;background:#fff;color:#374151;cursor:pointer;transition:all .2s ease;font-size:.9375rem;font-weight:500;min-width:60px;text-align:center}.option-btn:hover{border-color:var(--color-primary);color:var(--color-primary);background:#f0f7ff;transform:translateY(-1px)}.option-btn.active{background:linear-gradient(135deg,var(--color-primary) 0%,#0a4d99 100%);color:#fff;border-color:var(--color-primary);box-shadow:0 4px 12px #073d7f40}.product-description-section{margin:2rem 0;padding:1.5rem;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb}.description-title{font-size:1.125rem;font-weight:700;color:#1f2937;margin:0 0 1rem}.product-description-content{font-size:.9375rem;line-height:1.7;color:#4b5563}.product-description-content p{margin-bottom:1rem}.product-description-content p:last-child{margin-bottom:0}.product-features{display:grid;grid-template-columns:1fr;gap:1rem;margin:2rem 0;padding:1.5rem;background:linear-gradient(135deg,#f0f7ff,#f9fafb);border-radius:16px;border:1px solid #e0f2fe}.feature-item{display:flex;align-items:center;gap:1rem;padding:.75rem;transition:all .2s ease}.feature-item svg{width:36px;height:36px;color:var(--color-primary);stroke-width:1.5;flex-shrink:0}.feature-item h4{font-size:.9375rem;font-weight:700;color:#1f2937;margin:0 0 .25rem;letter-spacing:-.01em}.feature-item p{font-size:.8125rem;color:#6b7280;margin:0;line-height:1.3}.related-products{padding:4rem 0;background:var(--color-light-bg)}.related-products .section-title{text-align:center;font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:3rem}.related-products .products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.related-products .product-card{background:var(--color-white);border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.related-products .product-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026}.related-products .product-image-container{position:relative;width:100%;aspect-ratio:1;overflow:hidden;background:#f8f9fa}.related-products .product-image{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.related-products .product-card:hover .product-image{transform:scale(1.05)}.related-products .product-info{padding:1.5rem}.related-products .product-title{font-size:1.1rem;font-weight:600;color:#2c3e50;margin-bottom:.75rem;line-height:1.4}.related-products .product-title-link{text-decoration:none;color:inherit}.related-products .product-title-link:hover{color:var(--color-primary)}.related-products .product-price{font-size:1.2rem;font-weight:700;color:var(--color-primary);margin-bottom:1rem}.related-products .price-compare{text-decoration:line-through;color:#6c757d;font-size:1rem;margin-right:.5rem}.related-products .price-sale{color:var(--color-primary);font-weight:700}.related-products .view-product-btn{display:inline-block;padding:.75rem 1.5rem;background:var(--color-primary);color:var(--color-white);text-decoration:none;border-radius:8px;font-weight:600;font-size:.9rem;transition:all .3s ease;text-align:center;width:100%}.related-products .view-product-btn:hover{background:#0a4d99;transform:translateY(-2px);box-shadow:0 4px 12px #0a4d994d}.quick-view-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:2rem;animation:modalFadeIn .3s ease-out}.quick-view-content{background:var(--color-white);border-radius:20px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 25px 50px #00000040;animation:modalSlideIn .3s ease-out}.quick-view-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 2.5rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.08);background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:20px 20px 0 0}.quick-view-header h3{margin:0;font-size:1.75rem;font-weight:700;color:var(--color-text-dark);background:linear-gradient(135deg,var(--color-primary),#4a90e2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.close-modal{background:#0000000d;border:none;font-size:1.5rem;cursor:pointer;color:var(--color-text-light);padding:0;width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;font-weight:300}.close-modal:hover{background:var(--color-primary);color:var(--color-white);transform:scale(1.1)}.quick-view-body{padding:2.5rem}.quick-view-product{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.quick-view-image{width:100%;aspect-ratio:1;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 8px 25px #0000001a}.quick-view-image:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#ffffff1a,#fff0);pointer-events:none}.quick-view-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.quick-view-image:hover img{transform:scale(1.05)}.quick-view-info h4{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;color:var(--color-text-dark);line-height:1.3}.quick-view-price{margin-bottom:2rem;display:flex;align-items:center;gap:1rem}.quick-view-price .price{font-size:2rem;font-weight:800;color:var(--color-primary);text-shadow:0 2px 4px rgba(0,0,0,.1)}.quick-view-price .compare-price{font-size:1.4rem;color:var(--color-text-light);text-decoration:line-through;font-weight:500}.quick-view-description{color:var(--color-text-light);line-height:1.7;margin-bottom:2.5rem;font-size:1.1rem;background:#00000005;padding:1.5rem;border-radius:12px;border-left:4px solid var(--color-primary)}.quick-view-actions{display:flex;gap:1.5rem}.quick-view-actions .btn{flex:1;padding:1rem 2rem;border-radius:12px;text-decoration:none;text-align:center;font-weight:600;font-size:1.1rem;transition:all .3s ease;border:none;cursor:pointer;position:relative;overflow:hidden}.quick-view-actions .btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.quick-view-actions .btn:hover:before{left:100%}.quick-view-actions .btn-primary{background:linear-gradient(135deg,var(--color-primary),#4a90e2);color:var(--color-white);box-shadow:0 4px 15px #0a4d994d}.quick-view-actions .btn-primary:hover{background:linear-gradient(135deg,#0a4d99,#357abd);transform:translateY(-3px);box-shadow:0 8px 25px #0a4d9966}.quick-view-actions .btn-secondary{background:linear-gradient(135deg,#f8f9fa,#e9ecef);color:var(--color-text-dark);border:2px solid rgba(0,0,0,.1);box-shadow:0 4px 15px #0000001a}.quick-view-actions .btn-secondary:hover{background:linear-gradient(135deg,#e9ecef,#dee2e6);transform:translateY(-3px);box-shadow:0 8px 25px #00000026;border-color:var(--color-primary)}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem}.spinner{width:50px;height:50px;border:4px solid var(--color-light-bg);border-top:4px solid var(--color-primary);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.5rem}.notification{position:fixed;bottom:-100px;right:2rem;background:var(--color-white);color:var(--color-text-dark);border-radius:8px;padding:1rem 1.25rem;box-shadow:0 4px 12px #00000026;z-index:10000;max-width:350px;transition:bottom .3s ease;cursor:pointer;display:flex;align-items:center;gap:.75rem;font-size:.9rem;border-left:4px solid;min-height:auto;height:auto}.notification.show,.notification--show{bottom:2rem}.notification-success,.notification--success{border-left-color:#10b981}.notification-error,.notification--error{border-left-color:#ef4444}.notification-info,.notification--info{border-left-color:#3b82f6}.confirm-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10001;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.confirm-modal{background:var(--color-white);border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:480px;width:100%;animation:slideUp .3s ease;outline:none}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.confirm-modal-content{padding:2.5rem;text-align:center}.confirm-modal-icon{width:64px;height:64px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:#fef3c7;border-radius:50%;color:#f59e0b}.confirm-modal-icon svg{width:36px;height:36px}.confirm-modal-title{font-size:1.5rem;font-weight:700;color:var(--color-text-dark);margin-bottom:1rem}.confirm-modal-message{font-size:1rem;color:var(--color-text-light);line-height:1.6;margin-bottom:2rem}.confirm-modal-actions{display:flex;gap:1rem;justify-content:center}.confirm-modal-actions .btn{min-width:120px;padding:.75rem 1.5rem;font-weight:600;border-radius:8px;transition:all .2s ease}.confirm-modal-actions .btn-outline{background:transparent;border:2px solid #e5e7eb;color:var(--color-text-dark)}.confirm-modal-actions .btn-outline:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px)}.confirm-modal-actions .btn-primary{background:var(--color-primary);color:var(--color-white);border:2px solid var(--color-primary)}.confirm-modal-actions .btn-primary:hover{background:#062d5c;border-color:#062d5c;transform:translateY(-1px);box-shadow:0 4px 12px #073d7f4d}@media (max-width: 768px){.confirm-modal{max-width:90%;margin:1rem}.confirm-modal-content{padding:2rem 1.5rem}.confirm-modal-title{font-size:1.25rem}.confirm-modal-message{font-size:.95rem}.confirm-modal-actions{flex-direction:column}.confirm-modal-actions .btn{width:100%}}.quick-view-error{text-align:center;padding:3rem}.quick-view-error p{margin-bottom:1rem;color:var(--color-text-light);font-size:1.1rem}.quick-view-error .btn{margin-top:1.5rem}.login-page{background:var(--color-light-bg);min-height:100vh;padding:4rem 0;display:flex;align-items:center}.login-container{max-width:500px;margin:0 auto;background:var(--color-white);border-radius:20px;padding:3rem;box-shadow:0 10px 40px #0000001a}.login-header{text-align:center;margin-bottom:2.5rem}.login-title{font-size:2.5rem;font-weight:800;color:#2d3748;margin-bottom:1rem;background:linear-gradient(135deg,var(--color-primary),#4a90e2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.login-subtitle{font-size:1.1rem;color:var(--color-text-light);line-height:1.6}.register-page{background:var(--color-light-bg);min-height:100vh;padding:4rem 0;display:flex;align-items:center}.register-container{max-width:600px;margin:0 auto;background:var(--color-white);border-radius:20px;padding:3rem;box-shadow:0 10px 40px #0000001a}.register-header{text-align:center;margin-bottom:2.5rem}.register-title{font-size:2.5rem;font-weight:800;color:#2d3748;margin-bottom:1rem;background:linear-gradient(135deg,var(--color-primary),#4a90e2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.register-subtitle{font-size:1.1rem;color:var(--color-text-light);line-height:1.6}.account-page{background:var(--color-light-bg);min-height:100vh;padding:4rem 0}.account-container{max-width:1200px;margin:0 auto}.account-header{text-align:center;margin-bottom:3rem}.account-title{font-size:3rem;font-weight:800;color:#2d3748;margin-bottom:1rem;background:linear-gradient(135deg,var(--color-primary),#4a90e2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.account-subtitle{font-size:1.2rem;color:var(--color-text-light);line-height:1.6}.account-nav{display:flex;background:var(--color-white);border-radius:16px;padding:.5rem;margin-bottom:2rem;box-shadow:0 4px 20px #00000014;overflow-x:auto}.nav-tab{flex:1;padding:1rem 1.5rem;background:none;border:none;border-radius:12px;font-weight:600;color:var(--color-text-light);cursor:pointer;transition:all .3s ease;white-space:nowrap}.nav-tab:hover{color:var(--color-primary);background:var(--color-light-bg)}.nav-tab.active{background:var(--color-primary);color:var(--color-white)}.tab-content{display:none;background:var(--color-white);border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014}.tab-content.active{display:block}.tab-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.tab-title{font-size:1.8rem;font-weight:700;color:#2d3748}.overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem}.overview-card{background:var(--color-light-bg);border-radius:16px;padding:2rem;display:flex;align-items:center;gap:1rem;transition:all .3s ease}.overview-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001a}.card-icon{width:60px;height:60px;background:var(--color-primary);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--color-white);flex-shrink:0}.card-content{flex:1}.card-title{font-size:.95rem;font-weight:600;color:var(--color-text-light);margin-bottom:.5rem}.card-number{font-size:2rem;font-weight:800;color:#2d3748;margin-bottom:.25rem}.card-description{font-size:.85rem;color:var(--color-text-light)}.recent-section{margin-top:2rem}.section-title{font-size:1.5rem;font-weight:700;color:#2d3748;margin-bottom:1.5rem}.orders-list{display:flex;flex-direction:column;gap:1rem}.order-item{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:1rem;align-items:center;padding:1.5rem;background:var(--color-light-bg);border-radius:12px;transition:all .3s ease}.order-item:hover{background:var(--color-white);box-shadow:0 4px 20px #00000014}.order-number{font-weight:600;color:#2d3748;margin-bottom:.25rem}.order-date{font-size:.9rem;color:var(--color-text-light)}.status-badge{padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;text-align:center}.status-fulfilled{background:#d4edda;color:#155724}.status-unfulfilled{background:#fff3cd;color:#856404}.status-cancelled{background:#f8d7da;color:#721c24}.order-total{font-weight:700;color:var(--color-primary);font-size:1.1rem}.orders-table-container{overflow-x:auto}.orders-table{min-width:800px}.table-header{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:1rem;padding:1rem 1.5rem;background:var(--color-light-bg);border-radius:12px 12px 0 0;font-weight:600;color:#2d3748}.table-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid #e2e8f0;align-items:center}.table-row:hover{background:var(--color-light-bg)}.table-cell{display:flex;align-items:center}.addresses-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.address-card{background:var(--color-light-bg);border-radius:16px;padding:2rem;transition:all .3s ease}.address-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001a}.address-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.address-name{font-weight:600;color:#2d3748}.default-badge{background:var(--color-primary);color:var(--color-white);padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600}.address-details{margin-bottom:1.5rem}.address-details p{margin-bottom:.25rem;color:var(--color-text-light)}.profile-form-container{max-width:600px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-weight:600;color:#2d3748;margin-bottom:.5rem;font-size:.95rem}.form-input{width:100%;padding:1rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;transition:all .3s ease;background:var(--color-white)}.form-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #0a4d991a}.empty-state{text-align:center;padding:4rem 2rem}.empty-icon{margin-bottom:2rem;color:var(--color-text-light)}.empty-state h3{font-size:1.5rem;font-weight:600;color:#2d3748;margin-bottom:1rem}.empty-state p{color:var(--color-text-light);margin-bottom:2rem;line-height:1.6}.register-link-container,.login-link-container{text-align:center;padding-top:1.5rem;border-top:1px solid #e2e8f0}.register-text,.login-text{color:var(--color-text-light);font-size:.95rem}.register-link,.login-link{color:var(--color-primary);text-decoration:none;font-weight:600;margin-left:.5rem;transition:all .3s ease}.register-link:hover,.login-link:hover{color:#0a4d99;text-decoration:underline}@media (max-width: 768px){.timeline-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.products-grid,.featured-products .products-grid,.collection-products .products-grid,.shop-products .products-grid,.shop-content .products-grid{grid-template-columns:repeat(2,1fr)!important;gap:1.5rem!important}.product-image-container img,.product-card__image-wrapper img,.product-image img{padding:0;object-fit:cover!important}.design-card-content,.about-content{grid-template-columns:1fr;gap:2rem}.footer-content{grid-template-columns:1fr 1fr;gap:2.5rem}.footer-logo{grid-column:1 / -1;max-width:100%;text-align:left}.footer-social{margin-top:1.5rem}.social-links{flex-direction:row!important;justify-content:flex-start;flex-wrap:wrap}}@media (max-width: 768px){.container{padding:0 1rem;max-width:100%;overflow-x:hidden;width:100%}.hero-section,.timeline-features,.featured-products,.homepage-shop,.collection-products,section{overflow-x:hidden;max-width:100%}.site-header{padding:0 0 1.5rem}.site-header .container{padding:0}.header-content{padding:1rem;gap:.5rem;margin:0;border-radius:0}.header-content:before{border-radius:0;left:0;right:0}.logo-image{max-height:50px}.logo-main{font-size:1.4rem}.logo-tagline{font-size:.75rem}.main-nav{display:none}.mobile-menu-toggle{display:flex}.header-actions{display:flex;flex-direction:row;gap:.5rem;align-items:center}.header-icon{padding:.25rem}.cart-count{width:18px;height:18px;font-size:.65rem;top:-5px;right:-5px;border-width:1px}.hero-illustrated{margin-top:-100px;padding-top:100px;min-height:100vh;height:auto}.hero-content{display:flex;flex-direction:column;justify-content:center;text-align:left;padding:3rem 0 18rem;grid-template-columns:none}.hero-text-box{max-width:100%;padding:1rem;position:relative;z-index:10}.hero-title{font-size:2rem;margin-bottom:1rem;line-height:1.2}.hero-description{font-size:.95rem;margin-bottom:1.5rem;line-height:1.5}.hero-buttons{display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:.75rem;max-width:100%}.hero-buttons .btn{width:100%;text-align:center}.hero-svg-background{position:absolute;bottom:5%;right:50%;transform:translate(50%);width:85%;max-width:350px;opacity:.2;z-index:2}.hero-svg-background:before{display:none}.hero-svg{max-height:250px;width:100%;height:auto}.timeline-features{padding:3rem 0}.section-title{font-size:2rem;margin-bottom:2rem}.timeline-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.timeline-item{padding:1.5rem 1rem;text-align:left}.timeline-icon{margin-bottom:.75rem;width:55px;height:55px;font-size:1.6rem}.timeline-title{font-size:1rem;margin-bottom:.5rem}.timeline-text{font-size:.8125rem;line-height:1.5}.featured-products{padding:3rem 0}.featured-products .products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.product-card{padding:1rem}.product-image{border-radius:12px}.product-title{font-size:.9rem;margin-bottom:.5rem}.product-price{font-size:1rem}.product-form{flex-direction:column;gap:.75rem;align-items:stretch}.add-to-cart-btn{min-width:auto;width:100%;font-size:.8rem;padding:.5rem .75rem}.no-products-message{padding:2rem 1rem;margin:1.5rem auto}.no-products-icon{margin-bottom:1rem}.no-products-icon svg{width:48px;height:48px}.no-products-title{font-size:1.3rem;margin-bottom:.75rem}.no-products-description{font-size:.9rem;margin-bottom:1.5rem}.design-cards{padding:3rem 0}.design-card-content{grid-template-columns:1fr;gap:2rem;padding:2rem 1rem}.design-card-image{order:1}.design-card-text{order:2;text-align:center}.design-card-title{font-size:1.8rem;margin-bottom:1rem}.design-card-description{font-size:.95rem;margin-bottom:1.5rem}.about-company{padding:3rem 0}.about-main-content{grid-template-columns:1fr;gap:2.5rem}.about-text{padding-right:0;order:2;text-align:center}.about-image{order:1}.about-title{font-size:2.2rem;margin-bottom:1.25rem;line-height:1.3}.about-subtitle{justify-content:center;margin-bottom:1.75rem}.subtitle-dash{font-size:1.3rem;margin-right:.75rem}.subtitle-text{font-size:1rem}.about-description{font-size:1rem;margin-bottom:2rem;line-height:1.7;text-align:left}.about-description p{margin-bottom:1.25rem}.about-stats{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2rem}.stat-item{padding:1rem .5rem}.stat-number{font-size:2rem;margin-bottom:.5rem}.stat-label{font-size:.75rem;line-height:1.3}.clients-logos{padding:3rem 0}.clients-title{font-size:2rem;margin-bottom:2rem}.clients-slider{gap:1rem}.client-logo{padding:1.25rem .75rem;min-height:90px;min-width:150px}.client-logo img{max-height:60px}.logo-placeholder{font-size:.8rem}.cta-illustrated{padding:3rem 0}.cta-box{flex-direction:column;text-align:center;padding:2rem 1rem;min-height:auto}.cta-svg-overlay{position:relative;width:100%;height:auto;opacity:.2;margin-bottom:2rem}.cta-svg{width:100%;max-height:300px}.cta-text-content{text-align:center;padding-right:0}.cta-title{font-size:2rem;margin-bottom:1rem}.cta-text{font-size:1rem;margin-bottom:1.5rem}.site-footer{padding:3rem 0 2rem}.site-footer .container{padding-left:2rem!important;padding-right:2rem!important}.footer-content{grid-template-columns:1fr;gap:2.5rem;text-align:left;margin-bottom:2.5rem;padding-left:0!important;padding-right:0!important}.footer-logo{grid-column:1}.footer-column{margin-bottom:1.5rem}.footer-logo,.footer-logo-wrapper{margin-left:0!important}.footer-column h3{font-size:1.1rem;margin-bottom:1.25rem;padding-bottom:.75rem}.footer-column p,.footer-column li{font-size:.9rem;margin-bottom:.875rem}.footer-description,.footer-logo-wrapper{margin-bottom:1.5rem}.social-links{justify-content:flex-start;gap:.75rem}.social-links a{padding:.5rem .75rem;font-size:.85rem}.footer-bottom{font-size:.8rem;padding-top:1.5rem}.mini-cart{max-width:100%}.mini-cart-header{padding:1.25rem 1.5rem}.mini-cart-title{font-size:1.25rem}.mini-cart-count{font-size:.75rem}.mini-cart-items{padding:0 1rem}.mini-cart-item{gap:.75rem;padding:1rem}.mini-cart-item-image{width:70px;height:70px}.mini-cart-item-title{font-size:.875rem;line-height:1.3}.mini-cart-item-price{font-size:.9375rem}.mini-cart-footer{padding:1.25rem 1.5rem}.mini-cart-total{padding:1rem}.mini-cart-total-amount{font-size:1.25rem}.mini-cart-actions .btn{padding:.875rem 1.25rem;font-size:.875rem}.mini-cart-item-variant{font-size:.8rem}.mini-cart-item-price{font-size:.9rem}.mini-cart-item-controls{gap:.5rem}.quantity-control{border-radius:6px}.quantity-btn{padding:.4rem .6rem;font-size:.9rem}.quantity-input{width:45px;padding:.4rem .5rem;font-size:.9rem}.mini-cart-footer{padding:1rem 1.5rem}.mini-cart-actions{flex-direction:column;gap:.75rem}.mini-cart-actions .btn{padding:.75rem 1rem;font-size:.9rem}.total-row{font-size:.9rem}.total-row.total-final{font-size:1rem}.cart-page{padding:2rem 0}.cart-header{flex-direction:column;gap:1rem;text-align:center;margin-bottom:2rem}.cart-title{font-size:2rem}.cart-layout{grid-template-columns:1fr;gap:2rem}.cart-items-section{padding:1.5rem}.cart-item{grid-template-columns:1fr;gap:1rem;padding:1.5rem;text-align:center}.cart-item-image{width:100px;height:100px;margin:0 auto}.cart-item-image img{height:100px}.cart-item-details{align-items:center}.cart-item-controls{justify-content:center}.cart-item-total{align-items:center;text-align:center}.cart-actions{flex-direction:column}.summary-card{padding:1.5rem}.empty-cart-actions{flex-direction:column;align-items:center}.empty-cart-actions .btn{width:100%;max-width:300px}.contact-layout{grid-template-columns:1fr;gap:2rem}.contact-form-card{padding:2rem}.gift-card-hero{margin-top:-100px;padding-top:100px;height:auto;padding-bottom:3rem}.gift-card-hero-content{grid-template-columns:1fr;gap:2rem}.gift-card-hero-title{font-size:2.5rem}.gift-card-hero-buttons{justify-content:center}.gift-card-front{width:250px;height:150px;padding:1.5rem}.gift-card-amount{font-size:2rem}.steps-grid{grid-template-columns:1fr;gap:1.5rem}.amounts-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.amount-card.popular{transform:none}.gift-card-cta .cta-title{font-size:2rem}.shop-sidebar{position:fixed!important;top:0!important;right:-100%!important;width:320px!important;max-width:90vw!important;height:100vh!important;z-index:1000!important;border-radius:0!important;box-shadow:-10px 0 40px #0006!important;overflow-y:auto!important;transition:right .3s ease-out!important;background:var(--color-white)!important;border:none!important;padding:0!important;margin:0!important;visibility:hidden!important;opacity:0!important}.shop-sidebar.active{right:0!important;visibility:visible!important;opacity:1!important}.mobile-filter-toggle{display:block!important;margin-bottom:1.5rem}.filter-toggle-btn{justify-content:center!important;padding:.75rem!important;width:auto!important;min-width:48px!important}.filter-toggle-text{display:none!important}.filter-toggle-btn svg:last-child{display:none!important}.search-input{width:100%;max-width:280px;font-size:.9rem;padding:.6rem 3rem .6rem 2.5rem}.search-icon{left:.8rem;width:16px;height:16px}.search-btn{right:.3rem;padding:.4rem}.search-btn svg{width:14px;height:14px}.filters-left{flex-direction:column;gap:1rem;width:100%}.search-bar{width:100%;max-width:100%}.products-grid.list-view .product-card,.collection-products .products-grid.list-view .product-card{flex-direction:column!important;text-align:center;padding:0!important;border-radius:12px!important;overflow:hidden!important;background:var(--color-white)!important;box-shadow:0 2px 8px #0000001a!important;margin-bottom:1rem!important}.products-grid.list-view .product-image-container,.collection-products .products-grid.list-view .product-image-container{width:100%!important;height:200px!important;border-radius:12px 12px 0 0!important;margin-bottom:0!important;overflow:hidden!important}.products-grid.list-view .product-image,.collection-products .products-grid.list-view .product-image{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:0!important}.products-grid.list-view .product-info,.collection-products .products-grid.list-view .product-info{padding:1rem!important;text-align:center;flex:1!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important}.products-grid.list-view .product-title,.collection-products .products-grid.list-view .product-title{font-size:1rem!important;margin-bottom:.5rem!important;line-height:1.3!important}.products-grid.list-view .product-price,.collection-products .products-grid.list-view .product-price{font-size:1.1rem!important;margin-bottom:1rem!important;font-weight:700!important}.products-grid.list-view .product-actions,.collection-products .products-grid.list-view .product-actions{margin-top:0!important;align-self:stretch!important}.products-grid.list-view .add-to-cart-btn,.collection-products .products-grid.list-view .add-to-cart-btn{width:100%!important;padding:.75rem 1rem!important;font-size:.9rem!important}.collection-products .product-image-container{border-radius:16px!important}.collection-products .product-title{font-size:.9rem!important;margin-bottom:.5rem!important;line-height:1.3!important}.collection-products .product-price{font-size:1rem!important;font-weight:700!important}.collection-products .add-to-cart-btn{font-size:.8rem!important;padding:.5rem .75rem!important;width:100%!important}.contact-page{padding:3rem 0}.contact-title{font-size:2.5rem}.contact-subtitle{font-size:1.1rem}.form-row{grid-template-columns:1fr;gap:1rem}.contact-form-card{padding:1.5rem}.form-title{font-size:1.8rem}.contact-info-card,.services-card,.cta-card{padding:1.5rem}.contact-item{padding:1rem 0}.contact-item-icon{width:40px;height:40px}.about-story-content{grid-template-columns:1fr;gap:2rem}.about-story-text{padding-right:0;text-align:center}.about-story-title{font-size:2.2rem}.about-story-stats{grid-template-columns:repeat(2,1fr);gap:1rem}.about-story-stats .stat-number{font-size:2rem}.about-story-stats .stat-label{font-size:.8rem}.about-faq{padding:3rem 0}.faq-question{padding:1.25rem 1.5rem;font-size:1rem}.faq-answer p{padding:0 1.5rem 1.25rem;font-size:.9rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:2rem}.service-title{font-size:1.3rem;margin-bottom:1rem}.service-description{font-size:.95rem;line-height:1.6}.product-hero{margin-top:-100px;padding-top:120px;min-height:150px}.product-layout{grid-template-columns:1fr;gap:2rem}.product-images{position:static}.main-image-container{min-height:400px;padding:1rem}.product-details{padding:2rem}.product-title{font-size:2.25rem}.product-actions{flex-direction:column;align-items:stretch}.quantity-selector{justify-content:center;margin-bottom:1rem}.thumbnail-images{justify-content:center}.main-image-container{min-height:300px;padding:1rem}.related-products{padding:3rem 0}.related-products .section-title{font-size:2rem;margin-bottom:2rem}.related-products .products-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.related-products .product-info{padding:1.25rem}.related-products .product-title{font-size:1rem}.related-products .product-price{font-size:1.1rem}.quick-view-modal{padding:1rem}.quick-view-content{max-height:95vh;border-radius:16px}.quick-view-product{grid-template-columns:1fr;gap:2rem}.quick-view-header{padding:1.5rem 2rem 1rem;border-radius:16px 16px 0 0}.quick-view-header h3{font-size:1.5rem}.quick-view-body{padding:2rem}.quick-view-info h4{font-size:1.5rem}.quick-view-price .price{font-size:1.75rem}.quick-view-actions{flex-direction:column}.quick-view-actions .btn{padding:1rem 1.5rem;font-size:1rem}.login-page,.register-page{padding:2rem 0}.login-container,.register-container{margin:0 1rem;padding:2rem}.login-title,.register-title{font-size:2rem}.account-page{padding:2rem 0}.account-container{margin:0 1rem}.account-title{font-size:2rem}.account-nav{flex-direction:column;gap:.5rem}.nav-tab{text-align:center}.tab-content{padding:1.5rem}.overview-grid{grid-template-columns:1fr}.order-item{grid-template-columns:1fr;gap:.5rem;text-align:center}.table-header,.table-row{grid-template-columns:1fr;gap:.5rem}.form-row,.addresses-grid{grid-template-columns:1fr}}@media (max-width: 480px){.container{padding:0 .3rem!important;max-width:100vw!important;overflow-x:hidden!important;width:100%!important}.collection-products .container,.homepage-shop .container,.shop-layout .container,.shop-content{padding:0 .3rem!important;max-width:100vw!important;width:100%!important}body{max-width:100vw;overflow-x:hidden}.header-content{padding:.75rem;gap:.5rem}.logo-image{max-height:40px}.logo-main{font-size:1.2rem}.logo-tagline{font-size:.7rem}.mobile-menu-toggle span{width:20px;height:2px}.header-icon{padding:.25rem}.cart-count{width:16px;height:16px;font-size:.6rem;top:-4px;right:-4px;border-width:1px}.mobile-menu{max-width:100%;padding:1.5rem}.mobile-menu ul{margin-top:2rem}.mobile-menu li{margin-bottom:1.5rem;padding-bottom:.75rem}.mobile-menu a{font-size:1.1rem}.mobile-menu-close{top:.75rem;right:.75rem}.hero-title{font-size:2rem}.hero-description{font-size:.9rem}.section-title{font-size:1.8rem}.main-image-container{min-height:320px;padding:1rem}.thumbnail-images{grid-template-columns:repeat(4,1fr);gap:.5rem}.product-details{padding:1.5rem}.product-title{font-size:2rem}.product-subtitle{font-size:1rem}.product-price,.price-sale{font-size:1.75rem}.price-compare{font-size:1.25rem}.product-actions{flex-direction:column}.product-actions .quantity-selector,.product-actions .add-to-cart-btn{width:100%}.timeline-item{padding:1.25rem 1rem}.timeline-icon{width:50px;height:50px;font-size:1.5rem}.timeline-title{font-size:.9375rem}.timeline-text{font-size:.8125rem;line-height:1.4}.homepage-tabbed-products .products-grid{grid-template-columns:repeat(2,1fr)!important;gap:.3rem!important}.homepage-tabbed-products .tab-button{font-size:.9rem;padding:.6rem .75rem}.homepage-tabbed-products .view-all{font-size:.85rem;padding:.5rem 1rem}.design-card-content{padding:1.5rem 1rem}.design-card-title{font-size:1.5rem}.design-card-description{font-size:.9rem}.clients-title,.cta-title{font-size:1.6rem}.products-grid,.featured-products .products-grid,.collection-products .products-grid,.homepage-products-grid,.shop-products .products-grid,.shop-content .products-grid,.related-products .products-grid,.ready-made-products-section .products-grid{grid-template-columns:repeat(2,1fr)!important;gap:.25rem!important;width:100%!important;max-width:100%!important;overflow:visible!important;padding:0!important;margin:0!important}.product-card,.product-card__link,.product-image-container,.product-card__image-wrapper{max-width:100%!important;width:100%!important;min-width:0!important;margin:0!important}.product-card{padding:0!important;margin:0!important;border-width:.5px;border-radius:12px;box-sizing:border-box!important}.product-image-container img,.product-card__image-wrapper img,.product-image img{padding:0;object-fit:cover!important}.product-image-container,.product-card__image-wrapper,.product-image,.product-image-container img,.product-card__image-wrapper img,.product-image img{border-radius:10px}.collection-products .product-image-container{border-radius:10px!important}.product-info,.product-card__info{padding:.5rem .4rem;gap:.2rem}.product-title,.product-card__title{font-size:.75rem;min-height:2.4em;line-height:1.2}.product-price,.product-card__price{font-size:1rem;margin:.25rem 0 0}.add-to-cart-btn,.product-card__add-btn{font-size:.75rem;padding:.5rem .6rem}.product-card__quantity-row{gap:.3rem}.product-card__quantity-row .product-card__add-btn{padding:.5rem .6rem;font-size:.7rem}.quantity-selector{height:32px;min-width:80px;max-width:80px;width:80px}.quantity-btn{width:26px;min-width:26px;max-width:26px}.quantity-btn svg{width:9px;height:9px}.quantity-input{width:28px;min-width:28px;max-width:28px;font-size:.75rem}.product-card__badge{font-size:.65rem;padding:.25rem .5rem;top:.5rem;right:.5rem}.client-logo img{max-height:50px}.logo-placeholder{font-size:.75rem}.about-stats{grid-template-columns:1fr;gap:1rem}.stat-number{font-size:1.5rem}.stat-label{font-size:.65rem}.no-products-message{padding:1.5rem .75rem;margin:1rem auto}.no-products-icon svg{width:40px;height:40px}.no-products-title{font-size:1.2rem;margin-bottom:.5rem}.no-products-description{font-size:.85rem;margin-bottom:1.25rem}.about-company{padding:2rem 0}.about-main-content{gap:2rem}.about-title{font-size:1.8rem;margin-bottom:1rem}.about-subtitle{margin-bottom:1.5rem}.subtitle-dash{font-size:1.2rem;margin-right:.5rem}.subtitle-text{font-size:.9rem}.about-description{font-size:.9rem;margin-bottom:1.5rem;line-height:1.6}.about-description p{margin-bottom:1rem}.about-stats{gap:1rem;margin-top:1.5rem}.stat-item{padding:.75rem .25rem}.stat-number{font-size:1.6rem;margin-bottom:.25rem}.stat-label{font-size:.7rem;line-height:1.2}.site-footer{padding:2.5rem 0 1.5rem}.site-footer .container{padding-left:1.5rem!important;padding-right:1.5rem!important}.footer-content{gap:2rem;margin-bottom:2rem;padding-left:0!important;padding-right:0!important}.footer-column{margin-bottom:1.5rem}.footer-logo,.footer-logo-wrapper{margin-left:0!important}.footer-column h3{font-size:1rem;margin-bottom:1rem;padding-bottom:.75rem}.footer-column p,.footer-column li{font-size:.85rem;margin-bottom:.75rem}.footer-description{margin-bottom:1.5rem}.footer-logo-wrapper{margin-bottom:1.25rem}.social-links{flex-direction:row!important;flex-wrap:wrap;justify-content:flex-start;gap:.5rem}.social-links li{display:inline-flex}.social-links a{padding:.5rem .75rem;font-size:.8rem}.footer-bottom{font-size:.75rem;padding-top:1rem}.about-story{padding:3rem 0}.about-story-content{gap:1.5rem}.about-story-text{padding-right:0;text-align:center}.about-story-title{font-size:1.8rem;margin-bottom:.75rem}.about-story-subtitle{font-size:1rem;margin-bottom:1.5rem}.about-story-description{font-size:.9rem;margin-bottom:1.5rem}.about-story-stats{grid-template-columns:1fr;gap:1rem}.about-story-stats .stat-item{padding:1rem}.about-story-stats .stat-number{font-size:1.8rem}.about-story-stats .stat-label{font-size:.75rem}.about-services{padding:3rem 0}.about-faq{padding:2.5rem 0}.faq-question{padding:1rem 1.25rem;font-size:.95rem}.faq-answer p{padding:0 1.25rem 1rem;font-size:.85rem}.services-grid{gap:1rem}.service-card{padding:1.5rem}.service-title{font-size:1.1rem;margin-bottom:.75rem}.service-description{font-size:.85rem;line-height:1.5}.mini-cart-header{padding:.75rem 1rem}.mini-cart-title{font-size:1.2rem}.mini-cart-items{padding:0 1rem}.mini-cart-item{gap:.5rem;padding:.75rem 0}.mini-cart-item-image{width:60px;height:60px}.mini-cart-item-title{font-size:.85rem}.mini-cart-item-variant{font-size:.75rem}.mini-cart-item-price{font-size:.85rem}.quantity-btn{padding:.3rem .5rem;font-size:.8rem}.quantity-input{width:40px;padding:.3rem .4rem;font-size:.8rem}.mini-cart-footer{padding:.75rem 1rem}.mini-cart-actions .btn{padding:.6rem .8rem;font-size:.85rem}.total-row{font-size:.85rem}.total-row.total-final{font-size:.95rem}.cart-page{padding:1rem 0}.cart-header{padding-bottom:1rem;margin-bottom:1.5rem}.cart-title{font-size:1.8rem}.cart-count-badge{padding:.5rem 1rem;font-size:.85rem}.cart-count-number{font-size:1rem}.cart-count-text{font-size:.8rem}.cart-items-section{padding:1rem}.cart-item{padding:1rem;gap:.75rem}.cart-item-image{width:80px;height:80px}.cart-item-image img{height:80px}.cart-item-title{font-size:1rem}.cart-item-variant{font-size:.8rem}.cart-item-property{font-size:.75rem}.price-label{font-size:.8rem}.price-amount{font-size:1rem}.total-label{font-size:.8rem}.total-amount{font-size:1.1rem}.quantity-btn{padding:.4rem .6rem;font-size:.9rem}.quantity-input{width:50px;padding:.4rem .5rem;font-size:.9rem}.cart-actions{flex-direction:column;gap:.75rem}.cart-actions .btn{width:100%;padding:.75rem 1rem;font-size:.9rem}.summary-card{padding:1rem}.summary-title{font-size:1.3rem}.summary-row{font-size:.9rem}.summary-row.summary-total{font-size:1rem}.checkout-btn{padding:.75rem 1rem;font-size:1rem}.checkout-note{font-size:.8rem}.trust-badge{padding:.75rem;font-size:.85rem}.trust-badge svg{width:20px;height:20px}.empty-cart-title{font-size:1.6rem}.empty-cart-description{font-size:1rem}.empty-cart-actions .btn{padding:.75rem 1rem;font-size:.9rem}.contact-page{padding:2rem 0}.contact-title{font-size:2rem}.contact-subtitle{font-size:1rem}.contact-form-card{padding:1rem}.form-title{font-size:1.6rem}.form-description{font-size:.95rem}.contact-info-card,.services-card,.cta-card{padding:1rem}.info-title,.services-title,.cta-title{font-size:1.2rem}.contact-item{padding:.75rem 0}.contact-item-icon{width:36px;height:36px}.contact-item-title{font-size:1rem}.contact-item-details{font-size:.9rem}.contact-item-hours{font-size:.8rem}.submit-btn{width:100%;justify-content:center}.collection-products .product-image-container{border-radius:16px!important}.collection-products .product-title{font-size:.9rem!important;margin-bottom:.5rem!important;line-height:1.3!important}.collection-products .product-price{font-size:1rem!important;font-weight:700!important}.collection-products .add-to-cart-btn{font-size:.8rem!important;padding:.5rem .75rem!important;width:100%!important}}@media (min-width: 769px) and (max-width: 1024px){.hero-svg-background{position:absolute;top:50%;right:2%;transform:translateY(-50%);width:40%;max-width:none;margin:0;opacity:.35}.hero-svg{max-height:350px}.hero-content{padding:4rem 0}.hero-text-box{padding-right:1rem;text-align:left}.hero-title{font-size:3rem}.hero-description{font-size:1.1rem}.hero-buttons{display:grid;grid-template-columns:repeat(2,1fr);max-width:500px;gap:1rem}.product-layout{grid-template-columns:1fr!important;gap:2.5rem}.product-images{position:static}.main-image-container{min-height:450px}.product-details{padding:2rem}.timeline-item{padding:2rem}.homepage-tabbed-products .products-grid{grid-template-columns:repeat(3,1fr)!important;gap:1.5rem!important}.design-card-content{grid-template-columns:1fr 1fr;gap:3rem;padding:3rem}.design-card-title{font-size:2rem}.clients-title{font-size:2.2rem}.cta-title{font-size:2rem}.mini-cart{max-width:400px}.mini-cart-header{padding:1.5rem 1.75rem}.mini-cart-items{padding:0 1.25rem}.mini-cart-item{padding:1.125rem}.mini-cart-footer{padding:1.5rem 1.75rem}.mini-cart-title{font-size:1.4rem}.mini-cart-items{padding:0 1.75rem}.mini-cart-item{gap:1rem;padding:1.25rem 0}.mini-cart-item-image{width:75px;height:75px}.mini-cart-item-title{font-size:.95rem}.mini-cart-footer{padding:1.25rem 1.75rem}.mini-cart-actions .btn{padding:.8rem 1.25rem;font-size:.95rem}.cart-page{padding:3rem 0}.cart-header{margin-bottom:2.5rem}.cart-title{font-size:2.2rem}.cart-layout{gap:2.5rem}.cart-items-section{padding:1.75rem}.cart-item{padding:1.75rem;gap:1.25rem}.cart-item-image{width:110px;height:110px}.cart-item-image img{height:110px}.cart-item-title{font-size:1.15rem}.summary-card{padding:1.75rem}.summary-title{font-size:1.4rem}.checkout-btn{padding:.9rem 1.75rem;font-size:1.05rem}.contact-layout{grid-template-columns:1fr;gap:2rem}.contact-form-card{padding:2rem}.gift-card-hero{margin-top:-120px;padding-top:120px}.amounts-grid{grid-template-columns:repeat(2,1fr)}.header-content{gap:1.5rem;padding:1rem 1.5rem}.logo-main{font-size:1.6rem}.logo-tagline{font-size:.85rem}.nav-menu{gap:2rem}.nav-menu a{font-size:.95rem}.main-nav{display:none}.mobile-menu-toggle{display:flex}.hero-illustrated,.about-hero,.collection-hero{margin-top:-120px;padding-top:120px}.hero-content{display:flex;flex-direction:column;justify-content:center;text-align:left;grid-template-columns:none}.hero-text-box{max-width:100%}.about-main-content{grid-template-columns:1fr;gap:2.5rem}.about-text{padding-right:0;order:2;text-align:center}.about-image{order:1}.about-title{font-size:2.5rem;margin-bottom:1.25rem}.about-subtitle{justify-content:center;margin-bottom:1.75rem}.about-description{font-size:1rem;margin-bottom:2rem;text-align:left}.about-stats{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}.stat-number{font-size:2.2rem}.stat-label{font-size:.8rem}.clients-title{font-size:2rem;margin-bottom:2rem}.clients-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.client-logo{padding:1.5rem .5rem;min-height:100px}.logo-placeholder{font-size:.8rem}.hero-illustrated{min-height:auto;padding-bottom:2rem}.hero-svg-background{position:absolute;top:auto;bottom:5%;right:50%;transform:translate(50%);width:90%;max-width:400px;opacity:.2;z-index:2}.hero-svg-background:before{display:none}.hero-title{font-size:2.5rem}.hero-text-box{padding:1.5rem;position:relative;z-index:10;text-align:left}.hero-svg{max-height:280px;width:100%;height:auto}.hero-content{padding:2rem 0 18rem;gap:2rem;min-height:auto}.collection-hero-content{grid-template-columns:1fr;gap:2rem;text-align:left}.collection-hero-title{font-size:2rem}.collection-hero-description{font-size:1rem}.cta-box{flex-direction:column;text-align:center;padding:3rem 2rem}.cta-svg-overlay{position:relative;width:100%;height:auto;opacity:.2;margin-bottom:2rem}.cta-svg{width:100%;max-height:400px}.cta-text-content{text-align:center;padding-right:0}.cta-title,.collection-hero-title{font-size:2rem}.filters-content{flex-direction:column;align-items:flex-start;gap:1rem}.featured-products .products-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.section-title{font-size:2.2rem}.timeline-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.design-card-content{padding:2rem}.design-card-title,.about-title,.cta-title{font-size:2rem}.footer-content{grid-template-columns:repeat(2,1fr);gap:2rem}.footer-column h3{font-size:1.15rem}.social-links{gap:.75rem}.social-links a{padding:.45rem .9rem;font-size:.85rem}.collection-hero{padding:4rem 0 2rem}.collection-products .product-image-container{margin-bottom:1rem!important}.collection-products .product-title{font-size:1rem!important;margin-bottom:.75rem!important;line-height:1.4!important}.collection-products .product-price{font-size:1.1rem!important;font-weight:700!important;margin-bottom:1rem!important}.collection-products .add-to-cart-btn{font-size:.9rem!important;padding:.6rem 1rem!important;width:100%!important}.shop-layout{grid-template-columns:1fr;gap:1rem;margin-top:1rem;padding:0}.shop-content{order:1}.collection-products{padding:2rem 0;overflow-x:hidden}.simple-hero{padding:3rem 0 2rem;margin-top:-140px;padding-top:180px;min-height:50vh}.simple-hero-content{padding:0 1rem}.simple-hero .collection-hero-title{font-size:2rem}.simple-hero .collection-hero-description{font-size:1rem}.simple-hero .collection-product-count{font-size:.9rem}.filters-content{padding:0 1.5rem;flex-direction:row!important;justify-content:space-between!important;align-items:center!important}.view-toggle{display:flex!important;background:#f8fafc;border-radius:8px;padding:.25rem}.view-btn{background:none;border:none;padding:.5rem;border-radius:6px;cursor:pointer;transition:all .3s ease;color:var(--color-gray)}.view-btn.active{background:var(--color-white);color:var(--color-primary);box-shadow:0 2px 4px #0000001a}.sidebar-close{display:flex!important;align-items:center;justify-content:center;background:#ffffff26;border:2px solid rgba(255,255,255,.4);border-radius:50%;width:44px;height:44px;color:var(--color-white);cursor:pointer;transition:all .3s ease;font-size:1.5rem;padding:0}.sidebar-close:hover{background:#ffffff40;border-color:#fff9;transform:rotate(90deg)}.sidebar-close svg{width:24px;height:24px}.sidebar-header{position:sticky;top:0;z-index:10}.category-list{max-height:none;overflow-y:visible;padding:0;margin:0}.category-list li{margin-bottom:0;border-bottom:1px solid #e2e8f0}.category-list li:last-child{border-bottom:none}.category-list a{padding:1rem 1.5rem;font-size:1rem;border-radius:0;margin:0;display:flex;justify-content:space-between;align-items:center}.category-list a.active{background:linear-gradient(135deg,var(--color-primary),var(--color-secondary))}.category-count{font-size:.8rem;padding:.3rem .7rem}.sidebar-content{padding:1.5rem;background:var(--color-white)}.filter-section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.filter-section:last-child{border-bottom:none;padding-bottom:0}.filter-title{font-size:.95rem;margin-bottom:1rem}.checkbox-item{padding:.75rem .5rem;font-size:.95rem;margin:.25rem 0}.checkmark{width:22px;height:22px}.price-inputs{gap:.5rem;flex-wrap:nowrap}.price-input{max-width:none;flex:1;padding:.75rem .5rem;font-size:.9rem}.price-separator{font-size:1rem;flex-shrink:0}.clear-filters{padding:1rem 1.5rem;font-size:.95rem}.about-story{padding:4rem 0}.about-story-content{grid-template-columns:1fr;gap:2.5rem}.about-story-text{padding-right:0;text-align:center}.about-story-title{font-size:2.5rem;margin-bottom:1rem}.about-story-subtitle{font-size:1.15rem;margin-bottom:1.75rem}.about-story-description{font-size:1rem;margin-bottom:2rem}.about-story-stats{grid-template-columns:repeat(2,1fr);gap:1.5rem}.about-story-stats .stat-item{padding:1.5rem}.about-story-stats .stat-number{font-size:2.2rem}.about-story-stats .stat-label{font-size:.85rem}.about-services,.about-faq{padding:4rem 0}.faq-question{padding:1.5rem 2rem;font-size:1.05rem}.faq-answer p{padding:0 2rem 1.5rem;font-size:.95rem}.services-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.service-card{padding:2rem}.service-title{font-size:1.3rem;margin-bottom:1rem}.service-description{font-size:.95rem;line-height:1.6}}@media (min-width: 1200px){.container{max-width:1400px;padding:0 3rem}.hero-title{font-size:4.5rem}.hero-description{font-size:1.3rem}.section-title{font-size:3rem}.timeline-grid{gap:3rem}.timeline-item{padding:3rem 2.5rem}.featured-products .products-grid{gap:2.5rem}.about-main-content{gap:5rem}.about-title{font-size:3.5rem}.clients-grid{gap:3rem}.cta-box{padding:6rem 5rem;min-height:700px}.cta-title{font-size:3rem}.site-footer{padding:5rem 0 3rem}.footer-content{gap:4rem;margin-bottom:4rem}.footer-column h3{font-size:1.3rem;margin-bottom:2rem}.footer-column p,.footer-column li{font-size:1rem}.social-links{gap:1.5rem}.social-links a{padding:.75rem 1.5rem;font-size:1rem}.footer-bottom{font-size:1rem;padding-top:3rem}.about-story{padding:8rem 0}.about-story-content{grid-template-columns:2fr 1fr;gap:5rem}.about-story-text{padding-right:2rem;text-align:left}.about-story-title{font-size:3.5rem;margin-bottom:1.5rem}.about-story-subtitle{font-size:1.4rem;margin-bottom:2.5rem}.about-story-description{font-size:1.1rem;margin-bottom:2.5rem}.about-story-stats{grid-template-columns:repeat(2,1fr);gap:2.5rem}.about-story-stats .stat-item{padding:2rem}.about-story-stats .stat-number{font-size:3rem}.about-story-stats .stat-label{font-size:1rem}.about-services,.about-faq{padding:8rem 0}.faq-question{padding:2rem 2.5rem;font-size:1.2rem}.faq-answer p{padding:0 2.5rem 2rem;font-size:1.1rem}.services-grid{grid-template-columns:repeat(2,1fr);gap:3rem}.service-card{padding:3rem}.service-title{font-size:1.5rem;margin-bottom:1.5rem}.service-description{font-size:1.1rem;line-height:1.7}.collection-products .product-image-container{margin-bottom:1rem!important}.collection-products .product-title{font-size:1rem!important;margin-bottom:.75rem!important;line-height:1.4!important}.collection-products .product-price{font-size:1.1rem!important;font-weight:700!important;margin-bottom:1rem!important}.collection-products .add-to-cart-btn{font-size:.9rem!important;padding:.6rem 1rem!important;width:100%!important}}@keyframes cartBounce{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.cart-count-updated{animation:cartBounce .3s ease}.custom-logo-section{margin:2rem 0;padding:1.5rem;background:#f8f9fa;border-radius:12px;border:2px dashed #e9ecef}.custom-logo-title{display:flex;align-items:center;margin-bottom:1rem;color:var(--color-text-dark);font-size:1.1rem;font-weight:600}.file-upload-area{border:2px dashed #dee2e6;border-radius:8px;padding:2rem;text-align:center;cursor:pointer;transition:all .3s ease;background:#fff}.file-upload-area:hover{border-color:var(--color-primary);background:#f8f9ff}.upload-placeholder{display:flex;flex-direction:column;align-items:center;color:#6c757d}.upload-text{font-weight:500;margin-bottom:.5rem;color:var(--color-text-dark)}.upload-subtext{font-size:.85rem;color:#6c757d}.file-preview{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#e8f5e8;border-radius:6px;border:1px solid #c3e6c3}.file-info{display:flex;align-items:center;gap:.75rem}.file-name{font-weight:500;color:var(--color-text-dark)}.remove-file{background:#dc3545;color:#fff;border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;line-height:1}.remove-file:hover{background:#c82333}.custom-notes{margin-top:1.5rem}.custom-notes label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--color-text-dark)}.custom-notes textarea{width:100%;min-height:80px;padding:.75rem;border:1px solid #dee2e6;border-radius:6px;font-family:inherit;resize:vertical}.custom-notes textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px #073d7f1a}.product-actions{margin-top:1rem;display:flex;flex-direction:column;gap:0}.product-actions-row{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.quantity-block{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.quantity-selector{display:inline-flex;align-items:center;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden;background:#fff;width:fit-content}.qty-btn{width:36px;height:36px;display:grid;place-items:center;border:none;background:transparent;color:#374151;font-size:16px;cursor:pointer}.qty-input{width:60px;height:36px;border:none;text-align:center;font-weight:600;font-size:.95rem;color:#111827;padding:0}.qty-input:focus{outline:none}.add-to-cart-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.95rem;background:var(--color-primary);color:#fff;border:none;border-radius:8px;cursor:pointer;transition:transform .05s ease,box-shadow .2s ease;width:fit-content;flex-shrink:0}.add-to-cart-btn svg{width:18px;height:18px}.add-to-cart-btn:hover{box-shadow:0 6px 18px #073d7f40}.add-to-cart-btn:active{transform:translateY(1px)}.add-to-cart-btn[disabled]{background:#9ca3af;cursor:not-allowed}.product-actions .min-quantity-notice{width:auto}.quantity-info{margin-top:.5rem;width:100%}.quantity-notice{display:block;color:var(--color-text-light, #6c757d);font-size:.875rem;font-style:italic;margin-top:.25rem}.quantity-notice:before{content:"\2139\fe0f  ";margin-right:.25rem}.product-actions .add-to-cart-btn{width:fit-content!important;flex-shrink:0}.package-info-notice{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;padding:.5rem .75rem;background:#f0f9ff;border-radius:6px;border-left:3px solid #0ea5e9;font-size:.85rem;color:#0c4a6e;font-weight:500;width:fit-content}.ready-made-products-section{padding:4rem 0;background:#fafafa}.ready-made-products-section .section-header{text-align:center;margin-bottom:3rem}.ready-made-products-section .section-title{font-size:2.5rem;font-weight:700;color:var(--color-text-dark);margin-bottom:1rem}.ready-made-products-section .section-subtitle{font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto}.ready-made-products-section .products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.ready-made-products-section .section-footer{text-align:center}.package-info-notice svg{flex-shrink:0}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.skip-to-content{position:absolute;top:-100px;left:0;background:var(--color-primary);color:var(--color-white);padding:.75rem 1.5rem;z-index:10000;transition:top .3s}.skip-to-content:focus{top:0}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:998;display:none}.mobile-menu.active .mobile-menu-overlay{display:block}.mobile-menu-content{position:fixed;top:0;right:-100%;width:85%;max-width:400px;height:100vh;background:var(--color-primary);z-index:999;transition:right .3s ease;overflow-y:auto;padding:2rem}.mobile-menu-content a,.mobile-menu-content .mobile-menu-close{color:var(--color-white)}.mobile-menu.active .mobile-menu-content{right:0}.nav-submenu{position:absolute;top:100%;left:0;background:var(--color-white);border-radius:8px;box-shadow:0 4px 12px #0000001a;min-width:200px;padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:100}.nav-item:hover .nav-submenu,.nav-item:focus-within .nav-submenu{opacity:1;visibility:visible;transform:translateY(0)}.nav-submenu-item{list-style:none}.nav-submenu-link{display:block;padding:.75rem 1.25rem;color:var(--color-text-dark);text-decoration:none;transition:background .2s ease}.nav-submenu-link:hover,.nav-submenu-link:focus{background:var(--color-light-bg);color:var(--color-primary)}.mobile-submenu{list-style:none;padding-left:1rem;margin-top:.5rem}.mobile-submenu a{display:block;padding:.5rem 0;color:var(--color-text-light);font-size:.95rem}.mini-cart-loading,.mini-cart-error{padding:2rem;text-align:center;color:var(--color-text-light)}.mini-cart-error{color:var(--color-error, #dc3545)}.btn-link{background:none;border:none;color:var(--color-primary);text-decoration:underline;cursor:pointer;padding:.5rem;margin-top:.5rem}.btn-link:hover{color:var(--color-secondary)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.icon-loading{animation:spin 1s linear infinite}.footer-shipping-info{padding:2rem;margin:2rem 0;background:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.footer-shipping-info h4{color:var(--color-white);font-size:1.125rem;font-weight:700;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid rgba(255,255,255,.1)}.footer-shipping-info p{color:#ffffffd9;line-height:1.6;margin-bottom:.75rem;font-size:.9375rem}.footer-shipping-info p:last-child{margin-bottom:0}.footer-shipping-info strong{color:var(--color-white);font-weight:600}.footer-payment-icons{display:flex;gap:.75rem;margin-top:1rem;flex-wrap:wrap}.infinite-scroll-loading{display:none;text-align:center;padding:2rem;color:var(--color-text-light);font-size:.9rem;font-weight:500}.infinite-scroll-loading svg{margin-right:8px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.payment-icon{height:30px;width:auto;opacity:.7;transition:opacity .2s ease}.payment-icon:hover{opacity:1}input[type=email],input[type=text],input[type=password],input[type=tel],input[type=number],select,textarea{font-family:inherit;font-size:1rem;line-height:1.5}@media (prefers-contrast: high){.btn{border-width:2px}.product-card{border:1px solid currentColor}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (max-width: 768px){.notification{right:1rem;left:1rem;max-width:calc(100% - 2rem);padding:.75rem 1rem;font-size:.85rem}.notification.show,.notification--show{bottom:1rem}.nav-submenu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;padding-left:1rem}}.quick-view-btn{position:absolute;bottom:1rem;left:50%;transform:translate(-50%) translateY(20px);background:var(--color-white);border:none;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;opacity:0;visibility:hidden;transition:all .3s ease;box-shadow:0 4px 12px #00000026;z-index:3;white-space:nowrap}.product-card:hover .quick-view-btn{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.quick-view-btn:hover{background:var(--color-primary);color:var(--color-white)}@media (max-width: 768px){.quick-view-btn{opacity:1;visibility:visible;transform:translate(-50%) translateY(0);font-size:.85rem;padding:.5rem 1rem}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
