@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css);body{margin:0;padding:0}.main-nav{background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.1);position:sticky;top:0;z-index:100}.main-nav .container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.main-nav .logo h2{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#2563eb,#06b6d4);-webkit-background-clip:text;background-clip:text;font-family:Poppins,sans-serif;font-size:1.8rem;font-weight:700;margin:0}.main-nav .logo a{text-decoration:none}.main-nav .nav-links{align-items:center;display:flex;gap:2rem;list-style:none;margin:0}.main-nav .nav-links a{color:#4b5563;font-family:Inter,sans-serif;font-weight:500;text-decoration:none;transition:color .3s ease}.main-nav .nav-links a:hover{color:#2563eb}.main-nav .nav-links .cart-link{background:#2563eb;border-radius:.5rem;color:#fff!important;font-weight:600;padding:.5rem 1rem}.main-nav .nav-links .cart-link:hover{background:#1e40af;color:#fff!important}.main-nav .menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:4px}.main-nav .menu-toggle span{background:#4b5563;border-radius:2px;height:3px;transition:all .3s ease;width:25px}@media (max-width:768px){.main-nav .menu-toggle{display:flex}.main-nav .nav-links{display:none}}.shop-hero{background:linear-gradient(135deg,#2563eb,#06b6d4);color:#fff;padding:4rem 2rem;text-align:center}.shop-hero .hero-content{margin:0 auto;max-width:800px}.shop-hero .hero-content h1{font-family:Poppins,sans-serif;font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1rem}@media (max-width:768px){.shop-hero .hero-content h1{font-size:2.5rem}}.shop-hero .hero-content p{font-family:Inter,sans-serif;font-size:1.2rem;font-weight:400;line-height:1.6;opacity:.9}.shop-products{background:#f9fafb;padding:4rem 2rem}.shop-products .container{margin:0 auto;max-width:1200px}.shop-products h2{color:#111827;font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:600;margin-bottom:3rem;text-align:center}.product-filters{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2.5rem}.product-filters select{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;color:#1f2937;cursor:pointer;font-family:Inter,sans-serif;font-size:.9rem;min-width:160px;padding:.75rem 1rem;transition:all .3s ease}.product-filters select:focus,.product-filters select:hover{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1);outline:none}.products-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.product-card{background:#fff;border:1px solid #f3f4f6;border-radius:.75rem;box-shadow:0 1px 3px rgba(0,0,0,.1);overflow:hidden;transition:all .3s ease}.product-card:hover{border-color:#2563eb;box-shadow:0 10px 25px rgba(0,0,0,.15);transform:translateY(-2px)}.product-card .product-image{background:#f9fafb;height:200px;overflow:hidden;position:relative}.product-card .product-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.product-card .product-image:hover img{transform:scale(1.03)}.product-card .product-image .out-of-stock{background:#dc2626;border-radius:1rem;color:#fff;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;padding:.25rem .75rem;position:absolute;right:.75rem;top:.75rem}.product-card .product-info{padding:1.5rem}.product-card .product-info h3{color:#111827;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:600;line-height:1.3;margin-bottom:.5rem}.product-card .product-info .product-description{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#4b5563;display:-webkit-box;font-family:Inter,sans-serif;font-size:.875rem;height:3.75rem;line-height:1.5;margin-bottom:1.25rem;overflow:hidden}.product-card .product-info .product-footer{align-items:center;display:flex;justify-content:space-between}.product-card .product-info .product-footer .price{color:#2563eb;font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:700}.product-card .product-info .product-footer .add-to-cart{background:#2563eb;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;padding:.625rem 1rem;transition:all .3s ease}.product-card .product-info .product-footer .add-to-cart:hover:not(:disabled){background:#1e40af;transform:translateY(-1px)}.product-card .product-info .product-footer .add-to-cart:disabled{background:#e5e7eb;color:#4b5563;cursor:not-allowed}.product-card .product-info .product-footer .add-to-cart:disabled:hover{background:#e5e7eb;transform:none}.shopping-cart{background:#fff;padding:4rem 2rem}.shopping-cart .container{margin:0 auto;max-width:1200px}.shopping-cart h2{color:#111827;font-family:Poppins,sans-serif;font-size:2rem;font-weight:600;margin-bottom:2rem;text-align:center}.shopping-cart .empty-cart{background:#f9fafb;border-radius:.75rem;color:#4b5563;font-family:Inter,sans-serif;font-size:1.1rem;margin:0 auto;max-width:400px;padding:3rem;text-align:center}.cart-items{margin:0 auto;max-width:800px}.cart-item{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;display:grid;gap:1.25rem;grid-template-columns:80px 1fr auto auto auto;margin-bottom:1rem;padding:1.25rem;transition:all .2s ease}.cart-item:hover{border-color:#2563eb;box-shadow:0 4px 12px rgba(37,99,235,.1)}.cart-item img{background:#f9fafb;border-radius:.5rem;height:80px;object-fit:cover;width:80px}.cart-item .item-details h4{color:#111827;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;margin-bottom:.25rem}.cart-item .item-details .item-price{color:#4b5563;font-family:Inter,sans-serif;font-size:.875rem}.cart-item .quantity-controls{align-items:center;display:flex;gap:.75rem}.cart-item .quantity-controls .qty-btn{align-items:center;background:#fff;border:1px solid #2563eb;border-radius:.375rem;color:#2563eb;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-weight:600;height:2rem;justify-content:center;transition:all .2s ease;width:2rem}.cart-item .quantity-controls .qty-btn:hover{background:#2563eb;color:#fff}.cart-item .quantity-controls .quantity{font-family:Inter,sans-serif;font-weight:600;min-width:2rem;text-align:center}.cart-item .item-total{color:#2563eb;font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:600}.cart-item .remove-item{background:#dc2626;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;height:2rem;transition:all .2s ease;width:2rem}.cart-item .remove-item:hover{background:#b21d1d;transform:scale(1.05)}.cart-summary{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;margin:2rem auto 0;max-width:400px;padding:2rem}.cart-summary .cart-total{margin-bottom:1.5rem;text-align:center}.cart-summary .cart-total h3{color:#111827;font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:600}.cart-summary .cart-actions{display:flex;gap:1rem}.cart-summary .cart-actions .button{border:none;border-radius:.5rem;cursor:pointer;flex:1;font-family:Inter,sans-serif;font-weight:600;padding:.75rem 1rem;transition:all .3s ease}.cart-summary .cart-actions .button.primary{background:#2563eb;color:#fff}.cart-summary .cart-actions .button.primary:hover{background:#1e40af}.cart-summary .cart-actions .button.secondary{background:#fff;border:1px solid #e5e7eb;color:#4b5563}.cart-summary .cart-actions .button.secondary:hover{background:#f3f4f6}.checkout{background:#f9fafb;padding:4rem 2rem}.checkout .container{margin:0 auto;max-width:1200px}.checkout h2{color:#111827;font-family:Poppins,sans-serif;font-size:2rem;font-weight:600;margin-bottom:2rem;text-align:center}.checkout-form{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 4px 20px rgba(0,0,0,.1);margin:0 auto;max-width:800px;padding:2.5rem}.form-section{margin-bottom:2.5rem}.form-section h3{border-bottom:2px solid #2563eb;color:#111827;font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:600;margin-bottom:1.25rem;padding-bottom:.75rem}.form-row{display:grid;gap:1.25rem;grid-template-columns:1fr 1fr}@media (max-width:600px){.form-row{grid-template-columns:1fr}}.form-group{margin-bottom:1.25rem}.form-group label{color:#111827;display:block;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.form-group input{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;font-family:Inter,sans-serif;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease;width:100%}.form-group input:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1);outline:none}.form-group input:required:invalid{border-color:#dc2626}.delivery-options{display:flex;flex-direction:column;gap:1rem}.radio-option{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;cursor:pointer;display:flex;padding:1rem 1.25rem;transition:all .3s ease}.radio-option:hover{background:rgba(37,99,235,.05);border-color:#2563eb}.radio-option input[type=radio]{accent-color:#2563eb;margin-right:.75rem;width:auto}.radio-option span{color:#111827;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500}.order-summary{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem}.order-summary h3{border-bottom:none!important;margin-bottom:1.25rem!important}.order-summary .checkout-item{border-bottom:1px solid #e5e7eb;display:flex;font-family:Inter,sans-serif;font-size:.875rem;justify-content:space-between;margin-bottom:.75rem;padding-bottom:.75rem}.order-summary .checkout-item:last-of-type{border-bottom:none}.order-summary .summary-line{display:flex;font-family:Inter,sans-serif;font-size:.9rem;justify-content:space-between;margin-bottom:.75rem}.order-summary .summary-line.total{border-top:2px solid #2563eb;color:#2563eb;font-size:1.125rem;font-weight:700;padding-top:1rem}.form-actions{display:flex;gap:1.25rem;margin-top:2rem}.form-actions .button{border:none;border-radius:.5rem;cursor:pointer;flex:1;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;padding:.875rem 1.5rem;transition:all .3s ease}.form-actions .button.primary{background:#2563eb;color:#fff}.form-actions .button.primary:hover{background:#1e40af}.form-actions .button.secondary{background:#fff;border:1px solid #e5e7eb;color:#4b5563}.form-actions .button.secondary:hover{background:#f3f4f6}@media (max-width:600px){.form-actions .button{padding:.75rem 1rem}}.modal{align-items:center;background:rgba(0,0,0,.75);display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal .modal-content{background:#fff;border-radius:.75rem;box-shadow:0 20px 50px rgba(0,0,0,.3);margin:1.25rem;max-width:500px;padding:2.5rem;text-align:center}.modal .modal-content h2{color:#059669;font-family:Poppins,sans-serif;font-weight:600;margin-bottom:1.25rem}.modal .modal-content p{color:#4b5563;font-family:Inter,sans-serif;line-height:1.6;margin-bottom:1rem}.modal .modal-content .button{background:#2563eb;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-weight:600;margin-top:1.25rem;padding:.75rem 2rem;transition:all .3s ease}.modal .modal-content .button:hover{background:#1e40af}.footer{background:#111827;color:#fff;margin-top:4rem;padding:2rem 0}.footer .container{margin:0 auto;max-width:1200px;padding:0 2rem;text-align:center}.footer .social-links{display:flex;gap:1rem;justify-content:center;margin-bottom:1rem}.footer .social-links a{color:#e5e7eb;font-size:1.25rem;transition:color .3s ease}.footer .social-links a:hover{color:#06b6d4}.footer p{color:#e5e7eb;font-family:Inter,sans-serif;font-size:.875rem;margin:0}@media (max-width:768px){.shop-hero{padding:2rem 1rem}.shop-hero .hero-content h1{font-size:2rem}.shop-hero .hero-content p{font-size:1rem}.checkout,.shop-products,.shopping-cart{padding:2rem 1rem}.main-nav .nav-links{background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.1);display:none;flex-direction:column;left:0;padding:1rem;position:absolute;right:0;top:100%}.main-nav .nav-links.active{display:flex}.cart-item{gap:1rem;grid-template-columns:60px 1fr auto}.cart-item .item-total,.cart-item .quantity-controls{grid-column:span 3;justify-self:start;margin-top:.75rem}.cart-item .remove-item{grid-column:3;grid-row:1;justify-self:end}.product-filters{align-items:stretch;flex-direction:column}.product-filters select{width:100%}.products-grid{gap:1rem;grid-template-columns:1fr}.cart-summary{margin:1rem 0}.cart-summary .cart-actions,.form-actions{flex-direction:column}.form-actions{gap:1rem}}.nav-links .cart-link{position:relative}.nav-links .cart-link #cart-count{background:#06b6d4;border-radius:50%;color:#fff;font-size:.75rem;font-weight:700;margin-left:.25rem;padding:2px 6px}.template-features{background:#f9fafb;padding:4rem 0}.template-features .container{margin:0 auto;max-width:1200px;padding:0 1rem;width:100%}.template-features h2{color:#111827;font-family:Poppins,sans-serif;font-size:2rem;margin-bottom:3rem;text-align:center}.template-features .features-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.template-features .feature-card{background:#fff;border-radius:1rem;box-shadow:0 4px 6px rgba(0,0,0,.05);padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.template-features .feature-card:hover{box-shadow:0 8px 25px rgba(0,0,0,.1);transform:translateY(-4px)}.template-features .feature-card .feature-icon{font-size:2.5rem;margin-bottom:1rem}.template-features .feature-card h3{color:#1f2937;font-family:Poppins,sans-serif;font-size:1.25rem;margin-bottom:.5rem}.template-features .feature-card p{color:#4b5563;font-family:Inter,sans-serif;font-size:.95rem;line-height:1.6;margin:0}.footer .footer-note{color:#4b5563;font-size:.85rem;margin-top:.5rem}.button{border:none;border-radius:.5rem;cursor:pointer;display:inline-block;font-family:Inter,sans-serif;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.button.primary{background:#2563eb;color:#fff}.button.primary:hover{background:#1e40af}.button.secondary{background:#fff;border:1px solid #e5e7eb;color:#4b5563}.button.secondary:hover{background:#f3f4f6}
/*# sourceMappingURL=shop.78074f658fb54670db1e.css.map*/