.logo-floating{align-items:center;display:flex;justify-content:space-between;left:2rem;pointer-events:none;position:fixed;right:2rem;top:2rem;z-index:10000}.logo-link{display:inline-block;pointer-events:auto;text-decoration:none}.logo-text{color:#1a1a1a;font-size:1.8rem;font-weight:700;letter-spacing:.15em}.logo-cart{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:2px solid #4a55681a;border-radius:12px;box-shadow:0 4px 16px #4a556826;color:#4a5568;display:flex;justify-content:center;padding:1rem;pointer-events:auto;position:relative;text-decoration:none;transition:all .3s ease}.logo-cart:hover{background:#fff;border-color:#4a556833;box-shadow:0 6px 20px #4a556840;transform:translateY(-2px)}.logo-cart svg{stroke:#4a5568;stroke-width:2px;height:28px;width:28px}.logo-cart-count{align-items:center;background:#d62612;border:2px solid #fff;border-radius:11px;color:#fff;display:flex;font-size:.75rem;font-weight:700;height:22px;justify-content:center;min-width:22px;padding:0 5px;position:absolute;right:-2px;top:-2px}@media (max-width:768px){.logo-floating{left:1rem;right:1rem;top:1rem}.logo-text{font-size:1.4rem}.logo-cart{padding:.8rem}.logo-cart svg{height:24px;width:24px}}.hero-video-section{align-items:center;background:#1a1a1a;box-shadow:0 10px 40px #0003;display:flex;justify-content:center;margin-top:0;min-height:100vh;min-height:100dvh;overflow:hidden;position:relative;width:100%}.hero-background{background-position:50%;background-size:cover;bottom:0;left:0;position:absolute;right:0;top:0}.hero-fallback-image{z-index:0}.hero-video{height:100%;object-fit:cover;object-position:center center;z-index:1}.hero-overlay,.hero-video{left:0;position:absolute;top:0;width:100%}.hero-overlay{background:linear-gradient(180deg,#00000059 0,#00000026 50%,#0009);bottom:0;justify-content:center;padding:2rem;right:0;z-index:2}.hero-content,.hero-overlay{align-items:center;display:flex}.hero-content{color:#fff;flex-direction:column;gap:1.5rem;max-width:800px;text-align:center}.hero-title{animation:fadeInUp 1s ease;color:#fff;font-size:3.5rem;font-weight:800;letter-spacing:1px;margin:0;text-shadow:3px 3px 12px #000000e6,0 0 30px #00000080}.hero-subtitle{animation:fadeInUp 1.2s ease;color:#fff;font-size:1.6rem;font-weight:400;margin:0;text-shadow:2px 2px 8px #000000e6}.hero-trust-badges{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.hero-trust-badges span{background:#fff3;border-radius:8px;font-size:.95rem;padding:.5rem 1rem}.hero-cta{background:linear-gradient(135deg,#d62612,#b81f0e);border:none;border-radius:12px;box-shadow:0 4px 20px #d6261280;color:#fff;cursor:pointer;display:inline-block;font-family:inherit;font-size:1.2rem;font-weight:700;padding:1rem 2.5rem;transition:all .3s ease}.hero-cta:hover{box-shadow:0 8px 30px #d6261299;transform:translateY(-3px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero-video-section{height:calc(100dvh - 90px);margin-top:90px;min-height:calc(100dvh - 90px);min-height:calc(100vh - 90px);padding:0}.hero-video{object-position:center 35%}.hero-overlay{background:linear-gradient(180deg,#00000073 0,#00000038 45%,#000000c7);padding:1.5rem 1rem 2rem}.hero-content{gap:1rem;max-width:100%}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.2rem}.hero-trust-badges{align-items:stretch;flex-direction:column;gap:.5rem;max-width:100%}.hero-trust-badges span{font-size:.8rem;line-height:1.35;text-align:center}.hero-cta{font-size:1.05rem;max-width:320px;padding:.95rem 1.5rem;width:100%}}@media (max-width:480px){.hero-video-section{height:calc(100dvh - 90px);min-height:calc(100dvh - 90px)}.hero-title{font-size:1.6rem}.hero-subtitle{font-size:1rem}.hero-trust-badges span{font-size:.75rem;padding:.45rem .75rem}}.product-modal-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000bf;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:2rem;position:fixed;right:0;top:0;z-index:10000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.product-modal-content{animation:slideUp .3s ease;background:#fff;border-radius:20px;box-shadow:0 25px 80px #0006;max-height:95vh;max-width:1100px;overflow-y:auto;position:relative;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.modal-close{align-items:center;background:#fffffff2;border:2px solid #e9ecef;border-radius:50%;color:#333;cursor:pointer;display:flex;font-size:1.8rem;height:44px;justify-content:center;position:absolute;right:1.5rem;top:1.5rem;transition:all .3s ease;width:44px;z-index:10001}.modal-close:hover{background:#f8f9fa;border-color:#4a5568}.modal-product-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;padding:2rem}.modal-product-images{display:flex;flex-direction:column;gap:.75rem}.modal-main-image{aspect-ratio:1;background:#f8f9fa;border-radius:16px;box-shadow:0 8px 24px #0000001f;overflow:hidden;width:100%}.modal-main-image img{height:100%;object-fit:contain;width:100%}.modal-image-thumbnails{display:flex;flex-wrap:wrap;gap:.5rem}.modal-image-thumbnails img{border:2px solid #0000;border-radius:8px;cursor:pointer;height:56px;object-fit:cover;width:56px}.modal-image-thumbnails img.active{border-color:#4a5568}.modal-product-info{display:flex;flex-direction:column;gap:1rem}.modal-top-block{border-bottom:1px solid #e9ecef;padding-bottom:1rem}.modal-price{color:#d62612;font-size:2rem;font-weight:800;margin:0 0 1rem}.modal-buy-row{align-items:center;display:flex;gap:.75rem}.modal-buy-row .quantity-control{flex-shrink:0}.modal-add-to-cart-btn{background:linear-gradient(135deg,#d62612,#b81f0e);border:none;border-radius:12px;box-shadow:0 4px 16px #d6261266;color:#fff;cursor:pointer;flex:1 1;font-size:1.2rem;font-weight:700;padding:1rem 1.5rem;transition:all .3s ease}.modal-add-to-cart-btn:hover{box-shadow:0 6px 20px #d6261280;transform:translateY(-2px)}.modal-product-name{color:#333;font-size:1.1rem;font-weight:600;line-height:1.4;margin:0}.modal-urgency{color:#d62612;font-size:.9rem;font-weight:600}.modal-description{color:#666;font-size:.95rem;line-height:1.6}.modal-desc-short{margin:0 0 .5rem}.modal-show-more{background:none;border:none;color:#4a5568;cursor:pointer;font-size:.9rem;padding:.25rem 0;text-decoration:underline}.quantity-control{align-items:center;display:flex;gap:0}.quantity-control button{align-items:center;background:#fff;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;display:flex;font-size:1.2rem;height:36px;justify-content:center;width:36px}.quantity-control input{border:2px solid #e9ecef;border-radius:0;font-size:1rem;height:36px;text-align:center;width:48px}@media (max-width:768px){.modal-product-container{grid-template-columns:1fr;padding:3.5rem 1.5rem 1.5rem}.modal-product-images{order:1}.modal-product-info{order:2}.modal-top-block{order:0}.modal-add-to-cart-btn{font-size:1.15rem;padding:1.1rem}}.top-products{background:linear-gradient(180deg,#f8f9fa,#fff);margin:0 auto;max-width:1400px;padding:6rem 2rem 4rem}.products-grid{align-items:stretch;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.product-card{background:#fff;border-radius:16px;box-shadow:0 4px 15px #00000014;cursor:pointer;max-width:500px;overflow:hidden;position:relative;transform-origin:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.product-card:hover{box-shadow:0 12px 30px #00000026;transform:translateY(-8px) scale(1.05);z-index:1}.product-image-wrapper{aspect-ratio:1;overflow:hidden;position:relative}.product-card img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.product-card:hover img{transform:scale(1.1)}.product-info-wrapper{background:#fff;display:flex;flex-direction:column;gap:.75rem;padding:1.25rem}.product-card .price{color:#d62612;font-size:1.4rem;font-weight:700;margin:0}.buy-now-btn{background:linear-gradient(135deg,#d62612,#b81f0e);border:none;border-radius:10px;box-shadow:0 4px 12px #d6261259;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:.9rem;text-align:center;transition:all .3s ease;width:100%}.buy-now-btn:hover{box-shadow:0 6px 16px #d6261273;transform:translateY(-2px)}.view-product-btn{background:#0000;border:1px solid #4a5568;border-radius:8px;color:#4a5568;cursor:pointer;font-size:.9rem;padding:.5rem;transition:all .3s ease}.view-product-btn:hover{background:#4a5568;color:#fff}.product-card h3{color:#555;font-size:.78rem;font-weight:500;line-height:1.35;margin:0}@media (max-width:968px){.top-products{padding:5rem 1.5rem 3rem}.product-card{max-width:450px}}@media (max-width:768px){.top-products{padding:4rem 1rem 2rem}.product-card{max-width:100%}.product-info-wrapper{padding:1.2rem}.product-card h3{font-size:.82rem}.product-card .price{font-size:1.2rem}.view-product-btn{font-size:.95rem;padding:.7rem}}.trust-section{background:linear-gradient(180deg,#fff,#f8f9fa);padding:3rem 2rem}.trust-badges{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin:0 auto 3rem;max-width:1100px}.trust-badge{align-items:center;color:#495057;display:flex;font-size:1rem;font-weight:500;gap:.75rem}.trust-icon{background:linear-gradient(135deg,#4a5568,#2d3748);border-radius:8px;color:#fff;font-size:.9rem;font-weight:700;padding:.4rem .7rem}.trust-gallery{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:0 auto;max-width:800px}.trust-gallery-item{border-radius:12px;box-shadow:0 4px 15px #00000014;flex:1 1;max-width:220px;min-width:150px;overflow:hidden}.trust-gallery-item img{height:150px;object-fit:cover;width:100%}@media (max-width:768px){.trust-badges{gap:1rem}.trust-badge{font-size:.9rem}}.benefits-section{background:#fff;margin:0 auto;max-width:1100px;padding:5rem 2rem}.benefits-section h2{color:var(--grey-800);font-size:2.2rem;font-weight:700;margin-bottom:1rem;text-align:center}.benefits-intro{color:var(--grey-600);font-size:1.1rem;line-height:1.7;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.benefits-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.benefit-card{background:var(--grey-50);border:1px solid var(--grey-200);border-radius:16px;padding:2rem;transition:all .3s ease}.benefit-card:hover{border-color:var(--accent-grey);box-shadow:0 8px 24px #00000014}.benefit-icon{align-items:center;background:linear-gradient(135deg,var(--accent-grey),var(--grey-600));border-radius:12px;color:#fff;display:flex;font-size:1.2rem;font-weight:700;height:48px;justify-content:center;margin-bottom:1.25rem;width:48px}.benefit-card h3{color:var(--grey-800);font-size:1.2rem;font-weight:600;line-height:1.3;margin:0 0 1rem}.benefit-card p{color:var(--grey-600);font-size:1rem;line-height:1.7;margin:0}@media (max-width:768px){.benefits-section{padding:4rem 1rem}.benefits-section h2{font-size:1.8rem}.benefits-grid{grid-template-columns:1fr}}.testimonials-section{background:linear-gradient(180deg,#f8f9fa,#fff);padding:5rem 2rem}.testimonials-section h2{color:var(--grey-800);font-size:2.2rem;font-weight:700;margin-bottom:3rem;text-align:center}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1100px}.testimonial-card{background:#fff;border:1px solid var(--grey-200);border-radius:16px;box-shadow:0 4px 20px #0000000f;padding:2rem}.testimonial-stars{color:#d4a017;font-size:1.2rem;margin-bottom:1rem}.testimonial-text{color:var(--grey-700);font-size:1rem;font-style:italic;line-height:1.7;margin:0 0 1rem}.testimonial-name{color:var(--grey-500);font-size:.95rem;margin:0}@media (max-width:768px){.testimonials-section{padding:4rem 1rem}.testimonials-section h2{font-size:1.8rem}}.guarantee-section{background:linear-gradient(135deg,var(--grey-800) 0,var(--grey-900) 100%);color:#fff;padding:5rem 2rem}.guarantee-content{margin:0 auto;max-width:900px;text-align:center}.guarantee-section h2{font-size:2rem;font-weight:700;margin-bottom:2.5rem}.guarantee-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-bottom:2.5rem}.guarantee-item h3{font-size:1.15rem;font-weight:600;margin-bottom:.5rem}.guarantee-item p{font-size:.95rem;line-height:1.6;margin:0;opacity:.9}.guarantee-cta{background:#d62612;border-radius:10px;color:#fff;display:inline-block;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.guarantee-cta:hover{background:#b81f0e;transform:translateY(-2px)}@media (max-width:768px){.guarantee-section{padding:4rem 1rem}.guarantee-section h2{font-size:1.6rem}}.faq-section{background:linear-gradient(135deg,var(--grey-50) 0,#fff 100%);margin:0 auto;max-width:900px;padding:6rem 2rem}.faq-section h2{color:var(--grey-800);font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.faq-container{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border:1px solid var(--grey-200);border-radius:16px;box-shadow:0 4px 12px #0000000f;overflow:hidden;transition:all .3s ease}.faq-item:hover{box-shadow:0 6px 20px #0000001a}.faq-item.open{border-color:var(--accent-grey);box-shadow:0 8px 24px #4a556826}.faq-question{align-items:center;background:#fff;border:none;color:var(--grey-800);cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;justify-content:space-between;padding:1.5rem;text-align:left;transition:all .3s ease;width:100%}.faq-question:hover{background:var(--grey-50);color:var(--accent-grey)}.faq-icon{color:var(--accent-grey);font-size:1.5rem;font-weight:300;min-width:30px;text-align:center;transition:transform .3s ease}.faq-item.open .faq-icon{transform:rotate(180deg)}.faq-answer{animation:slideDown .3s ease;background:var(--grey-50);padding:0 1.5rem 1.5rem}.faq-answer p{color:var(--grey-600);font-size:1rem;line-height:1.8;margin:0}@keyframes slideDown{0%{max-height:0;opacity:0}to{max-height:500px;opacity:1}}@media (max-width:768px){.faq-section{padding:4rem 1rem}.faq-section h2{font-size:2rem;margin-bottom:2rem}.faq-question{font-size:1rem;padding:1.2rem}.faq-answer{padding:0 1.2rem 1.2rem}}.cart-page{background:linear-gradient(135deg,#f8f9fa,#fff);min-height:calc(100vh - 250px);padding:4rem 2rem 3rem}.cart-title{color:#1a1a1a;font-size:2.5rem;font-weight:700;letter-spacing:-.5px;margin-bottom:3rem;text-align:center}.cart-container{align-items:flex-start;display:flex;flex-wrap:wrap;gap:2.5rem;margin:0 auto;max-width:1200px}.cart-main-column{display:flex;flex:1 1 60%;flex-direction:column;gap:1.25rem;min-width:0}.cart-items{min-width:0;width:100%}.cart-delivery-hint{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;color:#166534;font-size:.95rem;line-height:1.5;padding:1rem 1.25rem}.cart-delivery-hint p{margin:0}.cart-upsell{background:#fff;border:1px solid #4a55681f;border-radius:16px;box-shadow:0 4px 16px #0000000f;padding:1.5rem}.cart-upsell-title{color:#1a1a1a;font-size:1.25rem;font-weight:700;margin:0 0 .5rem}.cart-upsell-sub{color:#555;font-size:.92rem;line-height:1.45;margin:0 0 1rem}.cart-upsell-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.cart-upsell-card{align-items:center;background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;display:flex;gap:1rem;padding:1rem}.cart-upsell-image{background:#fff;border-radius:10px;flex-shrink:0;height:88px;overflow:hidden;width:88px}.cart-upsell-image img{height:100%;object-fit:cover;width:100%}.cart-upsell-info{flex:1 1;min-width:0}.cart-upsell-info h3{color:#1a1a1a;font-size:.95rem;font-weight:600;line-height:1.35;margin:0 0 .35rem}.cart-upsell-price{color:#d62612;font-size:1.15rem;font-weight:700;margin:0 0 .6rem}.cart-upsell-btn{background:linear-gradient(135deg,#00966e,#007a5a);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.65rem .9rem;transition:transform .2s ease,box-shadow .2s ease;width:100%}.cart-upsell-btn:hover{box-shadow:0 4px 12px #00966e59;transform:translateY(-1px)}.cart-delivery-free{color:#00966e;font-weight:600}.cart-summary-note{background:#f8f9fa;border-radius:8px;color:#555;font-size:.88rem;line-height:1.45;margin:0 0 .75rem;padding:.65rem .75rem}.cart-summary-note--success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.cart-item{background:#fff;border:1px solid #4a55681a;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;margin-bottom:1.5rem;padding:2rem;position:relative;transition:all .3s ease}.cart-item:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-2px)}.cart-item-image{background:#f8f9fa;border-radius:12px;flex-shrink:0;height:120px;margin-right:1.5rem;overflow:hidden;width:120px}.cart-item-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.cart-item:hover .cart-item-image img{transform:scale(1.05)}.cart-item-details{flex:1 1;min-width:0}.cart-item-details h3{color:#1a1a1a;font-size:.95rem;font-weight:600;line-height:1.35;margin:0 0 .75rem}.cart-item-options{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:.75rem}.cart-item-options p{color:#666;font-size:.95rem;margin:0}.cart-item-options span{color:#4a5568;font-weight:600}.cart-item-price{color:#d62612;font-size:1.4rem;font-weight:700;margin-top:.5rem}.cart-item-actions{align-items:center;display:flex;flex-direction:column;gap:1.25rem;justify-content:center;margin-left:1rem}.cart-quantity-control{align-items:center;background:#f8f9fa;border:2px solid #e9ecef;border-radius:10px;display:flex;overflow:hidden}.cart-quantity-btn{background:#fff;border:none;color:#4a5568;cursor:pointer;font-size:1.2rem;font-weight:600;min-width:40px;padding:.6rem 1rem;transition:all .2s ease}.cart-quantity-btn:hover{background:#e9ecef;color:#2d3748}.cart-quantity{color:#1a1a1a;display:inline-block;font-size:1.1rem;font-weight:700;text-align:center;width:50px}.remove-item-btn{background:none;border:none;border-radius:8px;color:#999;cursor:pointer;padding:.5rem;transition:all .2s ease}.remove-item-btn:hover{background:#d626121a;color:#d62612}.cart-summary{align-self:flex-start;background:#fff;border:1px solid #4a55681a;border-radius:16px;box-shadow:0 4px 20px #00000014;flex:1 1 320px;max-width:420px;min-width:260px;padding:2rem;position:-webkit-sticky;position:sticky;top:120px}.cart-summary h2{border-bottom:2px solid #e9ecef;color:#1a1a1a;font-size:1.6rem;font-weight:700;margin:0 0 1.5rem;padding-bottom:1rem}.cart-summary-row{color:#555;display:flex;font-size:1.05rem;justify-content:space-between;margin-bottom:1rem}.cart-summary-row.total{border-top:2px solid #e9ecef;color:#1a1a1a;font-size:1.5rem;font-weight:700;margin-top:1.5rem;padding-top:1rem}.checkout-btn{background:linear-gradient(135deg,#4a5568,#2d3748);border:none;border-radius:12px;box-shadow:0 4px 16px #4a55684d;color:#fff;cursor:pointer;display:block;font-size:1.2rem;font-weight:600;margin:1.5rem 0 1rem;padding:1.2rem;transition:all .3s ease;width:100%}.checkout-btn:hover{background:linear-gradient(135deg,#2d3748,#1a202c);box-shadow:0 6px 20px #4a556866;transform:translateY(-2px)}.checkout-btn:active{transform:translateY(0)}.clear-cart-btn{background:#0000;border:2px solid #4a5568;border-radius:12px;color:#4a5568;cursor:pointer;display:block;font-size:1rem;font-weight:600;margin-bottom:1rem;padding:.9rem;transition:all .3s ease;width:100%}.clear-cart-btn:hover{background:#4a5568;color:#fff;transform:translateY(-2px)}.continue-shopping{color:#4a5568;display:block;font-size:1rem;font-weight:500;margin-top:1rem;text-align:center;text-decoration:none;transition:all .3s ease}.continue-shopping:hover{color:#2d3748;text-decoration:underline}.empty-cart{align-items:center;background:#fff;border:1px solid #4a55681a;border-radius:16px;box-shadow:0 4px 20px #00000014;color:#666;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:600px;padding:4rem 2rem}.empty-cart svg{color:#ccc;height:120px;margin-bottom:2rem;width:120px}.empty-cart p{color:#555;font-size:1.3rem;font-weight:500;margin-bottom:2rem}@media (max-width:900px){.cart-container{flex-direction:column}.cart-main-column{flex:1 1 auto;width:100%}.cart-summary{max-width:none;order:3;position:relative;top:0;width:100%}}@media (max-width:768px){.cart-page{padding:calc(5rem + env(safe-area-inset-top, 0px)) 1rem 2rem}.cart-title{font-size:2rem;margin-bottom:2rem}.cart-upsell-card{align-items:stretch;flex-direction:column;text-align:center}.cart-upsell-image{height:160px;margin:0 auto;max-width:200px;width:100%}.cart-item{align-items:flex-start;border-radius:14px;flex-direction:row;gap:1rem;min-width:0;padding:1.2rem}.cart-item-image{border-radius:10px;height:90px;margin:0;width:90px}.cart-item-details h3{font-size:.85rem;margin-bottom:.5rem}.cart-item-price{font-size:1.2rem}.cart-item-actions{gap:1rem;margin-left:.5rem}.cart-quantity-control{border-radius:8px}.cart-quantity-btn{font-size:1.1rem;padding:.5rem .8rem}.cart-quantity{font-size:1rem;width:40px}.cart-summary{padding:1.5rem;position:relative;top:0}.cart-summary h2{font-size:1.4rem}}.checkout-page{background-color:#f9f9f9;min-height:calc(100vh - 250px);padding:4rem 2rem 3rem}.checkout-page h1{color:#333;font-size:2.2rem;margin-bottom:2.5rem;text-align:center}.checkout-container{display:flex;flex-wrap:wrap;gap:2rem;margin:0 auto;max-width:1200px}.checkout-form{flex:1 1 60%;min-width:320px}.form-section{background-color:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;margin-bottom:2rem;padding:2rem}.form-section h2{color:#333;font-size:1.4rem;font-weight:600;margin:0 0 1.5rem}.section-subtitle{color:#666;font-size:.95rem;margin-top:-.5rem}.form-group,.section-subtitle{margin-bottom:1.5rem}.form-row{display:flex;flex-wrap:wrap;gap:1rem}.form-row .form-group{flex:1 1 45%;min-width:250px}.form-group label{color:#444;display:block;font-weight:500;margin-bottom:.5rem}.form-group input[type=email],.form-group input[type=tel],.form-group input[type=text],.form-group select{border:1px solid #ddd;border-radius:8px;font-size:1rem;padding:.8rem 1rem;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group select:focus{border-color:#4a5568;outline:none}.form-group input.error,.form-group select.error{border-color:#d62612}.error-message{color:#d62612;font-size:.85rem;margin-top:.4rem}.phone-input{align-items:center;display:flex}.phone-prefix{background-color:#f5f5f5;border:1px solid #ddd;border-radius:8px 0 0 8px;border-right:none;color:#666;font-size:.95rem;padding:.8rem 1rem}.phone-input input{border-radius:0 8px 8px 0!important;flex:1 1}.delivery-methods{display:flex;flex-direction:column;gap:.8rem}.delivery-method{align-items:center;border:1px solid #ddd;border-radius:8px;cursor:pointer;display:flex;padding:1rem;transition:all .2s ease}.delivery-method:hover{background-color:#4a55680d;border-color:#4a5568}.delivery-method input[type=radio]{cursor:pointer;margin-right:1rem}.delivery-method label{cursor:pointer;display:flex;justify-content:space-between;margin:0;width:100%}.delivery-price{color:#4a5568;font-weight:600}.checkout-delivery-hint{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;color:#166534;font-size:.9rem;line-height:1.45;margin-top:.75rem;padding:.75rem .9rem}.checkout-delivery-hint a{color:#00966e;font-weight:600;text-decoration:underline}.payment-method{align-items:center;background-color:#4a55680d;border:1px solid #4a5568;border-radius:8px;display:flex;margin-bottom:1rem;padding:1rem}.payment-method input[type=radio]{margin-right:1rem}.payment-method label{margin:0}.payment-note{color:#666;font-size:.95rem;margin-bottom:2rem}.order-button{background-color:#4a5568;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:500;margin-top:1.5rem;padding:1rem;transition:background-color .3s ease;width:100%}.order-button:hover:not(:disabled){background-color:#2d3748}.order-button:disabled{cursor:not-allowed;opacity:.6}.order-summary{align-self:flex-start;flex:1 1 35%;min-width:300px;position:-webkit-sticky;position:sticky;top:100px}.order-summary h2{color:#333;font-size:1.4rem;font-weight:600;margin:0 0 1.5rem}.order-items{background-color:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;margin-bottom:1.5rem;padding:1.5rem}.order-item{align-items:center;border-bottom:1px solid #eee;display:flex;margin-bottom:1rem;padding-bottom:1rem}.order-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.order-item-image{flex-shrink:0;height:60px;margin-right:1rem;position:relative;width:60px}.order-item-image img{border-radius:8px;height:100%;object-fit:cover;width:100%}.order-item-quantity{align-items:center;background-color:#4a5568;border-radius:50%;color:#fff;display:flex;font-size:.75rem;font-weight:600;height:20px;justify-content:center;position:absolute;right:-8px;top:-8px;width:20px}.order-item-details{flex:1 1;min-width:0}.order-item-details h3{color:#333;font-size:1rem;line-height:1.3;margin:0 0 .3rem}.order-item-options{display:flex;flex-wrap:wrap;gap:.5rem}.order-item-options p{color:#666;font-size:.8rem;margin:0}.order-item-options span{color:#333;font-weight:600}.order-item-price{color:#d62612;flex-shrink:0;font-size:1rem;font-weight:600;min-width:80px;text-align:right}.order-totals{background-color:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:1.5rem}.total-row{color:#555;display:flex;font-size:1rem;justify-content:space-between;margin-bottom:1rem}.total-row:last-child{margin-bottom:0}.grand-total{border-top:1px solid #eee;color:#333;font-size:1.2rem;font-weight:600;margin-top:1rem;padding-top:1rem}.checkout-free-delivery-note{color:#00966e;font-size:.9rem;font-style:italic}.privacy-notice{color:#666;font-size:.9rem;margin:2rem auto 0;max-width:1200px;text-align:center}.privacy-notice a{color:#4a5568;text-decoration:none}.privacy-notice a:hover{text-decoration:underline}@media (max-width:768px){.checkout-page{padding:calc(5rem + env(safe-area-inset-top, 0px)) 1rem 2rem}.checkout-container{flex-direction:column}.checkout-form,.order-summary{min-width:0;width:100%}.form-row{flex-direction:column;gap:0}.form-section{padding:1.5rem}.order-summary{position:relative;top:0}}.order-success-page{align-items:center;display:flex;justify-content:center;min-height:60vh;padding:2rem}.success-content{max-width:600px;text-align:center}.success-icon{align-items:center;background:#00966e;border-radius:50%;color:#fff;display:flex;font-size:3rem;height:80px;justify-content:center;margin:0 auto 2rem;width:80px}.success-content h1{color:#333;font-size:2rem;margin-bottom:1rem}.success-content p{color:#666;font-size:1.1rem;margin-bottom:2rem}.success-actions{margin-top:2rem}.home-btn{background:#00966e;border-radius:4px;color:#fff;display:inline-block;font-size:1.1rem;padding:1rem 2rem;text-decoration:none;transition:background .3s ease}.home-btn:hover{background:#007a57}.premium-landing{padding-top:80px}.premium-hero{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);margin:0 auto;max-width:1100px;padding:3rem 1.5rem 2rem}.premium-hero-media img{border-radius:18px;box-shadow:0 20px 60px #00000040;object-fit:cover;width:100%}.premium-hero-content h1{font-size:2.2rem;margin-bottom:.5rem}.premium-price{color:#d62612;font-size:1.6rem;font-weight:700;margin-bottom:.75rem}.premium-tagline{font-size:1rem;margin-bottom:1rem}.premium-highlights{list-style:disc;margin-bottom:1.5rem;padding-left:1.2rem}.premium-highlights li{margin-bottom:.3rem}.premium-cta{background:linear-gradient(135deg,#d62612,#e63c2a);border:none;border-radius:999px;box-shadow:0 12px 30px #d6261266;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:700;padding:.9rem 2.2rem;transition:transform .15s ease,box-shadow .15s ease}.premium-cta:hover{box-shadow:0 16px 40px #d626128c;transform:translateY(-1px)}.premium-meta{color:#555;font-size:.9rem;margin-top:.75rem}.premium-gallery{margin:0 auto 3rem;max-width:1100px;padding:0 1.5rem}.premium-gallery h2{font-size:1.6rem;margin-bottom:1rem}.premium-gallery-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.premium-gallery-item img{border-radius:14px;box-shadow:0 10px 25px #0000002e;object-fit:cover;width:100%}@media (max-width:768px){.premium-landing{padding-top:calc(5.5rem + env(safe-area-inset-top, 0px))}.premium-hero{grid-template-columns:1fr;padding:2rem 1rem 1.5rem}.premium-hero-content h1{font-size:1.5rem}.premium-gallery{padding:0 1rem 2rem}.premium-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}}.chatbot-widget{bottom:24px;pointer-events:none;position:fixed;right:24px;z-index:1100}.chatbot-launcher{align-items:center;background:linear-gradient(135deg,#111827,#374151);border:none;border-radius:50%;box-shadow:0 14px 35px #00000059;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:700;height:56px;justify-content:center;pointer-events:auto;transition:transform .25s ease,box-shadow .25s ease;width:56px}.chatbot-launcher.open{background:linear-gradient(135deg,#16a34a,#22c55e)}.chatbot-launcher:hover{box-shadow:0 18px 42px #0006;transform:translateY(-3px)}.chatbot-window{background:#fff;border:1px solid #0f172a14;border-radius:18px;bottom:96px;box-shadow:0 30px 80px #11182759;display:flex;flex-direction:column;max-height:520px;min-height:420px;overflow:hidden;pointer-events:auto;position:fixed;right:24px;width:min(380px,calc(100vw - 48px))}.chatbot-header{align-items:center;background:linear-gradient(135deg,#0f172a,#111827);color:#f9fafb;display:flex;justify-content:space-between;padding:14px 18px}.chatbot-header h3{font-size:.98rem;font-weight:600;margin:0}.chatbot-close{align-items:center;background:#f8fafc1a;border:none;border-radius:50%;color:#f9fafb;cursor:pointer;display:flex;font-size:1.1rem;height:26px;justify-content:center;line-height:1;width:26px}.chatbot-messages{background:#f9fafb;display:flex;flex:1 1;flex-direction:column;gap:8px;overflow-y:auto;padding:14px 14px 8px}.chatbot-message{border-radius:12px;font-size:.9rem;line-height:1.4;padding:9px 11px}.chatbot-message.user{align-self:flex-end;background:#dcfce7;color:#065f46;max-width:82%}.chatbot-message.model{align-self:flex-start;background:#fff;border:1px solid #0f172a14;color:#0f172a;max-width:92%}.chatbot-message.typing{font-style:italic;opacity:.8}.chatbot-input-area{background:#fff;border-top:1px solid #0f172a14;display:flex;flex-direction:column;gap:8px;padding:10px 12px 12px}.chatbot-input-area textarea{border:1px solid #0f172a1f;border-radius:10px;font-size:.9rem;min-height:56px;outline:none;padding:8px 9px;resize:none}.chatbot-input-area button{align-self:flex-end;background:linear-gradient(135deg,#16a34a,#22c55e);border:none;border-radius:999px;color:#fff;cursor:pointer;font-size:.86rem;font-weight:600;padding:7px 16px}.chatbot-input-area button:disabled{cursor:not-allowed;opacity:.6}.visually-hidden{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}@media (max-width:520px){.chatbot-widget{bottom:14px;right:14px}.chatbot-window{bottom:84px;max-height:70vh;min-height:55vh;right:14px;width:calc(100vw - 28px)}}:root{--grey-50:#f8f9fa;--grey-100:#e9ecef;--grey-200:#dee2e6;--grey-300:#ced4da;--grey-400:#adb5bd;--grey-500:#6c757d;--grey-600:#495057;--grey-700:#343a40;--grey-800:#212529;--grey-900:#1a1d20;--accent-grey:#4a5568;--primary-green:#00966e;--primary-red:#d62612;--text-dark:#2d3748;--text-light:#fff;--transition:all 0.3s ease}body,html{overflow-x:hidden;scroll-behavior:smooth}*,body,html{margin:0;padding:0}*{box-sizing:border-box}body{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;background-color:#f8f9fa;background-color:var(--grey-50);color:#2d3748;color:var(--text-dark);font-family:Poppins,sans-serif;margin:0;overflow-x:hidden;padding:0}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.contact-page{background:linear-gradient(135deg,#f8f9fa,#fff 50%,#f8f9fa);background:linear-gradient(135deg,var(--grey-50) 0,#fff 50%,var(--grey-50) 100%);margin:0 auto;max-width:1200px;padding:6rem 2rem;position:relative}.contact-container{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1.2fr;position:relative;z-index:1}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-info h2{color:#212529;color:var(--grey-800);font-size:2.5rem;font-weight:700;line-height:1.2;margin:0}.contact-info>p{color:#495057;color:var(--grey-600);font-size:1.1rem;line-height:1.8;margin:0}.contact-details{border-top:2px solid #dee2e6;border-top:2px solid var(--grey-200);display:flex;flex-direction:column;gap:1rem;margin-top:1rem;padding-top:2rem}.contact-details p{color:#343a40;color:var(--grey-700);font-size:1.1rem;margin:0}.contact-details strong{color:#4a5568;color:var(--accent-grey);display:inline-block;font-weight:600;min-width:80px}.contact-details a{color:#4a5568;color:var(--accent-grey);font-weight:500;text-decoration:none;transition:all .3s ease}.contact-details a:hover{color:#212529;color:var(--grey-800);text-decoration:underline}.made-by{border-top:2px solid #dee2e6;border-top:2px solid var(--grey-200);color:#6c757d;color:var(--grey-500);font-size:.95rem;font-style:italic;margin-top:2rem;padding-top:2rem}.contact-form{background:#fff;border:1px solid #dee2e6;border:1px solid var(--grey-200);border-radius:20px;box-shadow:0 10px 40px #00000014;display:flex;flex-direction:column;gap:1.5rem;padding:2.5rem}.contact-form input,.contact-form textarea{background:#f8f9fa;background:var(--grey-50);border:2px solid #dee2e6;border:2px solid var(--grey-200);border-radius:12px;color:#212529;color:var(--grey-800);font-family:Poppins,sans-serif;font-size:1rem;padding:1.2rem 1.5rem;transition:all .3s ease;width:100%}.contact-form input:focus,.contact-form textarea:focus{background:#fff;border-color:#4a5568;border-color:var(--accent-grey);box-shadow:0 0 0 4px #4a55681a;outline:none}.contact-form textarea{font-family:Poppins,sans-serif;min-height:140px;resize:vertical}.submit-btn{background:linear-gradient(135deg,#4a5568,#495057);background:linear-gradient(135deg,var(--accent-grey) 0,var(--grey-600) 100%);border:none;border-radius:12px;box-shadow:0 4px 15px #4a55684d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:.5rem;overflow:hidden;padding:1.3rem 2.5rem;position:relative;transition:all .3s ease}.submit-btn:before{background:#ffffff4d;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.submit-btn:hover:before{height:300px;width:300px}.submit-btn:hover{box-shadow:0 8px 25px #4a556866;transform:translateY(-2px)}.submit-btn:active{transform:translateY(0)}footer{background:linear-gradient(135deg,#212529,#1a1d20);background:linear-gradient(135deg,var(--grey-800) 0,var(--grey-900) 100%);color:#fff;margin-top:0;padding:3rem 2rem;text-align:center}.footer-bottom{display:flex;flex-direction:column;gap:1.5rem;margin:0 auto;max-width:1200px}.footer-bottom p{color:#fffc;font-size:.95rem;margin:0}.footer-bottom a{color:#ced4da;color:var(--grey-300);font-weight:500;text-decoration:none;transition:all .3s ease}.footer-bottom a:hover{color:#fff;text-decoration:underline}.footer-contact-info{border-top:1px solid #ffffff1a;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:1rem;padding-top:1.5rem}.footer-contact-info p{color:#ffffffb3;font-size:.9rem;margin:0}.footer-contact-info a{color:#fffc;text-decoration:none;transition:all .3s ease}.footer-contact-info a:hover{color:#fff;text-decoration:underline}.loading{color:#495057;color:var(--grey-600)}.error,.loading{font-size:1.2rem;padding:3rem;text-align:center}.error{color:#d62612;color:var(--primary-red)}@media (max-width:968px){.contact-container{gap:3rem;grid-template-columns:1fr}.contact-info h2{font-size:2rem}.contact-form{padding:2rem}.footer-contact-info{flex-direction:column;gap:1rem}}@media (max-width:768px){#root{overflow-x:hidden}.contact-page{padding:4rem 1.5rem}.contact-info h2{font-size:1.8rem}.contact-form{padding:1.5rem}.contact-form input,.contact-form textarea{padding:1rem 1.2rem}.submit-btn{font-size:1rem;padding:1.1rem 2rem}input,select,textarea{font-size:16px}body{padding-bottom:max(96px,env(safe-area-inset-bottom,0px))}}body{background-color:#fff}
/*# sourceMappingURL=main.9bb274ef.css.map*/