@charset "UTF-8";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400}*{box-sizing:border-box;margin:0;padding:0}._header_103yv_1{background:#fff;box-shadow:0 2px 10px #00000014;position:sticky;top:0;z-index:100;padding:0 20px}._headerContainer_103yv_10{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:70px;position:relative}._logo_103yv_20{display:flex;align-items:center;gap:10px;font-size:1.5rem;font-weight:700;color:#2d3748;text-decoration:none;transition:color .2s ease;z-index:101}._logo_103yv_20:hover{color:#3498db}._storeIcon_103yv_35{font-size:1.8rem;color:#3498db}._nav_103yv_40{display:flex;gap:25px;margin-left:auto;margin-right:30px}@media (max-width: 768px){._nav_103yv_40{position:fixed;top:0;left:0;width:100%;height:100vh;background:#fff;flex-direction:column;align-items:center;justify-content:center;margin:0;gap:30px;transform:translateY(-100%);opacity:0;transition:all .3s ease;z-index:100}._nav_103yv_40._navOpen_103yv_64{transform:translateY(0);opacity:1}}._navLink_103yv_70{color:#4a5568;text-decoration:none;font-weight:500;font-size:1rem;position:relative;padding:5px 0;transition:color .2s ease}._navLink_103yv_70:hover{color:#3498db}._navLink_103yv_70:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#3498db;transition:width .3s ease}._navLink_103yv_70:hover:after{width:100%}@media (max-width: 768px){._navLink_103yv_70{font-size:1.5rem}}._cartLink_103yv_101{display:flex;align-items:center;gap:8px;text-decoration:none;color:#4a5568;transition:all .2s ease}._cartLink_103yv_101:hover{color:#3498db}._cartLink_103yv_101:hover ._cartIconContainer_103yv_112{transform:translateY(-2px)}._cartIconContainer_103yv_112{position:relative;transition:transform .2s ease}._cartIcon_103yv_112{font-size:1.4rem}._cartCount_103yv_125{position:absolute;top:-8px;right:-10px;background:#ef4444;color:#fff;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;animation:_pulse_103yv_1 1.5s infinite}._cartText_103yv_142{font-weight:500;font-size:1rem}@media (max-width: 768px){._desktopCartLink_103yv_148{display:none}}._mobileCartLink_103yv_153{display:none}@media (max-width: 768px){._mobileCartLink_103yv_153{display:flex;font-size:1.5rem}}._menuButton_103yv_163{display:none;background:none;border:none;font-size:1.5rem;color:#4a5568;cursor:pointer;z-index:101}@media (max-width: 768px){._menuButton_103yv_163{display:block}}@keyframes _pulse_103yv_1{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}._productPage_1gbco_1{padding:20px;max-width:1400px;margin:0 auto;position:relative;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}._loadingContainer_1gbco_10{display:flex;flex-direction:column;align-items:center;justify-content:center;height:60vh}._loadingContainer_1gbco_10 p{margin-top:20px;color:#64748b;font-size:1.1rem}._loadingSpinner_1gbco_23{width:50px;height:50px;border:5px solid #e2e8f0;border-top:5px solid #3498db;border-radius:50%;animation:_spin_1gbco_1 1s linear infinite}@keyframes _spin_1gbco_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._filterButtonWrapper_1gbco_41{display:flex;align-items:center;justify-content:space-between;padding:15px 0;margin-bottom:20px;border-bottom:1px solid #e2e8f0}._filterBtn_1gbco_50{display:flex;align-items:center;gap:8px;background-color:#3498db;color:#fff;border:none;padding:10px 18px;font-size:1rem;cursor:pointer;border-radius:8px;transition:all .2s ease}._filterBtn_1gbco_50:hover{background-color:#2980b9;transform:translateY(-1px);box-shadow:0 4px 12px #3498db4d}._filterBtn_1gbco_50:active{transform:translateY(0)}._filterIcon_1gbco_72{font-size:1.1rem}._filterCount_1gbco_76{font-size:.9rem;color:#64748b;background:#f1f5f9;padding:5px 10px;border-radius:20px}._productsContainer_1gbco_85{min-height:60vh}._noProducts_1gbco_89{display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px;gap:20px}._noProducts_1gbco_89 p{font-size:1.2rem;color:#64748b}._resetFilters_1gbco_102{background-color:#3498db;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;transition:background-color .2s}._resetFilters_1gbco_102:hover{background-color:#2980b9}._productsGrid_1gbco_116{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:25px;padding:10px}._productCard_1gbco_124{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000000d;transition:all .3s ease;display:flex;flex-direction:column;height:100%}._productCard_1gbco_124:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001a}._imageContainer_1gbco_140{position:relative;padding:15px;background:#f8fafc;text-align:center;border-bottom:1px solid #eaeff5;height:220px;display:flex;align-items:center;justify-content:center;overflow:hidden}._productImage_1gbco_153{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;mix-blend-mode:multiply;transition:transform .3s ease;display:block;margin:0 auto}._productCard_1gbco_124:hover ._productImage_1gbco_153{transform:scale(1.05)}._productImage_1gbco_153._cover_1gbco_169{object-fit:cover;width:100%;height:100%}._productImage_1gbco_153._contain_1gbco_175{object-fit:contain;width:100%;height:100%}._discountBadge_1gbco_182{position:absolute;top:15px;right:15px;background:#ef4444;color:#fff;font-size:.75rem;font-weight:600;padding:4px 8px;border-radius:20px;z-index:1}._topRatedBadge_1gbco_195{position:absolute;top:15px;left:15px;background:linear-gradient(135deg,#f59e0b,#ef4444);color:#fff;font-size:.75rem;font-weight:600;padding:4px 8px;border-radius:20px;z-index:1}._productInfo_1gbco_209{padding:18px;display:flex;flex-direction:column;flex-grow:1}._productHeader_1gbco_216{margin-bottom:10px}._productName_1gbco_220{margin:0;font-size:1.05rem;font-weight:600;color:#2d3748;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._productBrand_1gbco_232{display:block;font-size:.8rem;color:#3b82f6;margin-top:4px;font-weight:500}._priceContainer_1gbco_241{display:flex;align-items:center;gap:10px;margin:10px 0;flex-wrap:wrap}._productPrice_1gbco_249{font-weight:700;font-size:1.25rem;color:#212121}._originalPrice_1gbco_255{text-decoration:line-through;color:#64748b;font-size:.9rem}._discountPercentage_1gbco_261{color:#ef4444;font-size:.9rem;font-weight:600}._ratingContainer_1gbco_268{display:flex;align-items:center;gap:5px;margin-bottom:10px}._starFull_1gbco_275{color:#fbbf24;fill:#fbbf24;font-size:.9rem}._starHalf_1gbco_281{color:#fbbf24;fill:#fbbf24;position:relative;font-size:.9rem}._starHalf_1gbco_281:after{content:"";position:absolute;left:50%;top:0;bottom:0;width:50%;background:#fff;mix-blend-mode:color}._starEmpty_1gbco_298{color:#e2e8f0;font-size:.9rem}._ratingValue_1gbco_303{font-size:.9rem;font-weight:600;color:#1e293b;margin-left:3px}._reviewCount_1gbco_310{font-size:.8rem;color:#64748b}._inStock_1gbco_316{display:inline-block;font-size:.8rem;color:#10b981;font-weight:600;margin-bottom:10px}._lowStock_1gbco_324{display:inline-block;font-size:.8rem;color:#f59e0b;font-weight:600;margin-bottom:10px}._outOfStock_1gbco_332{display:inline-block;font-size:.8rem;color:#ef4444;font-weight:600;margin-bottom:10px}._productDescription_1gbco_341{font-size:.9rem;color:#64748b;line-height:1.5;margin-bottom:20px;flex-grow:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}._addToCartButton_1gbco_354{display:flex;align-items:center;justify-content:center;gap:8px;background:#3498db;color:#fff;border:none;padding:10px;border-radius:8px;cursor:pointer;font-weight:600;font-size:.95rem;transition:all .2s ease;margin-top:auto;width:100%}._addToCartButton_1gbco_354:hover:not(:disabled){background:#2980b9;transform:translateY(-1px);box-shadow:0 2px 8px #2980b94d}._addToCartButton_1gbco_354:active:not(:disabled){transform:translateY(0)}._addToCartButton_1gbco_354:disabled{background:#cbd5e1;cursor:not-allowed}._cartIcon_1gbco_384{font-size:1.1rem}._quantityControl_1gbco_389{display:flex;align-items:center;justify-content:space-between;background:#f1f5f9;border-radius:8px;padding:6px;margin-top:auto}._qtyBtn_1gbco_399{background:#e0e7ff;color:#3498db;border:none;width:32px;height:32px;border-radius:6px;font-size:1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}._qtyBtn_1gbco_399:hover:not(:disabled){background:#3498db;color:#fff}._qtyBtn_1gbco_399:disabled{opacity:.5;cursor:not-allowed}._qty_1gbco_399{font-size:1rem;font-weight:600;color:#1e293b;min-width:24px;text-align:center}@media (max-width: 768px){._productsGrid_1gbco_116{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:15px}._imageContainer_1gbco_140{height:180px}._filterButtonWrapper_1gbco_41{flex-direction:column;align-items:flex-start;gap:15px}}@media (max-width: 480px){._productsGrid_1gbco_116{grid-template-columns:1fr}._productPage_1gbco_1{padding:15px}._productCard_1gbco_124{max-width:100%}}._sidebar_d52mq_1{position:fixed;top:0;left:0;width:320px;height:100vh;background-color:#fff;box-shadow:-2px 0 15px #0000001a;z-index:1000;display:flex;flex-direction:column;transform:translate(0);transition:transform .3s ease;overflow-y:auto}._header_d52mq_17{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #eee}._header_d52mq_17 h2{margin:0;font-size:1.5rem;font-weight:600;color:#333}._headerActions_d52mq_31{display:flex;align-items:center;gap:15px}._filterContent_d52mq_37{flex:1;padding:0 20px 20px;overflow-y:auto}._filterSection_d52mq_43{margin-bottom:20px;border-bottom:1px solid #f0f0f0;padding-bottom:20px}._filterSection_d52mq_43:last-child{border-bottom:none}._sectionHeader_d52mq_52{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:10px 0}._sectionHeader_d52mq_52 h3{margin:0;font-size:1.1rem;font-weight:500;color:#333}._sectionHeader_d52mq_52 svg{color:#666;transition:transform .2s ease}._checkboxGroup_d52mq_70{display:flex;flex-direction:column;gap:12px;margin-top:10px}._checkboxLabel_d52mq_77{display:flex;align-items:center;position:relative;padding-left:30px;cursor:pointer;font-size:.95rem;color:#555;-webkit-user-select:none;user-select:none}._checkboxLabel_d52mq_77:hover{color:#333}._checkboxLabel_d52mq_77 input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}._checkboxLabel_d52mq_77 ._checkmark_d52mq_97{position:absolute;top:0;left:0;height:20px;width:20px;background-color:#fff;border:1px solid #ddd;border-radius:4px;transition:all .2s}._checkboxLabel_d52mq_77 ._checkmark_d52mq_97:after{content:"";position:absolute;display:none;left:6px;top:2px;width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}._checkboxLabel_d52mq_77 input:checked~._checkmark_d52mq_97{background-color:#2563eb;border-color:#2563eb}._checkboxLabel_d52mq_77 input:checked~._checkmark_d52mq_97:after{display:block}._labelText_d52mq_128{flex:1}._itemCount_d52mq_132{color:#999;font-size:.85rem;margin-left:8px}._priceRange_d52mq_138{margin-top:15px}._priceInputs_d52mq_142{display:flex;align-items:center;gap:10px;margin-bottom:15px}._inputGroup_d52mq_149{position:relative;flex:1}._inputGroup_d52mq_149 ._currency_d52mq_153{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#666;font-size:.9rem}._inputGroup_d52mq_149 input{width:100%;padding:8px 10px 8px 25px;border:1px solid #ddd;border-radius:4px;font-size:.95rem}._inputGroup_d52mq_149 input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb}._dash_d52mq_174{color:#666}._rangeSliderContainer_d52mq_178{position:relative;height:20px;margin-top:20px}._rangeSlider_d52mq_178{position:absolute;width:100%;height:4px;-webkit-appearance:none;background:#ddd;border-radius:2px;outline:none}._rangeSlider_d52mq_178::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;background:#2563eb;border-radius:50%;cursor:pointer;position:relative;z-index:2}._rangeSlider_d52mq_178:nth-child(1){z-index:1}._rangeSlider_d52mq_178:nth-child(1)::-webkit-slider-thumb{z-index:3}._ratingFilter_d52mq_210{display:flex;flex-direction:column;gap:10px;margin-top:15px}._ratingButton_d52mq_217{display:flex;align-items:center;gap:8px;background:none;border:none;padding:8px 10px;border-radius:4px;cursor:pointer;font-size:.95rem;color:#555;transition:all .2s}._ratingButton_d52mq_217:hover{background-color:#f5f5f5}._ratingButton_d52mq_217._active_d52mq_233{background-color:#ebf4ff;color:#2563eb}._starsContainer_d52mq_238{display:flex;align-items:center}._ratingStar_d52mq_243{color:#ddd;margin-right:2px}._ratingStar_d52mq_243._filled_d52mq_247{color:#f59e0b;fill:#f59e0b}._ratingText_d52mq_252{font-size:.9rem}._radioGroup_d52mq_256{display:flex;flex-direction:column;gap:12px;margin-top:15px}._radioLabel_d52mq_263{display:flex;align-items:center;position:relative;padding-left:30px;cursor:pointer;font-size:.95rem;color:#555;-webkit-user-select:none;user-select:none}._radioLabel_d52mq_263:hover{color:#333}._radioLabel_d52mq_263 input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}._radioLabel_d52mq_263 ._radiomark_d52mq_283{position:absolute;top:0;left:0;height:20px;width:20px;background-color:#fff;border:1px solid #ddd;border-radius:50%;transition:all .2s}._radioLabel_d52mq_263 ._radiomark_d52mq_283:after{content:"";position:absolute;display:none;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;background:#fff}._radioLabel_d52mq_263 input:checked~._radiomark_d52mq_283{background-color:#2563eb;border-color:#2563eb}._radioLabel_d52mq_263 input:checked~._radiomark_d52mq_283:after{display:block}._actionButtons_d52mq_314{padding:15px 20px;border-top:1px solid #eee;background:#fff}._clearButton_d52mq_320{background:none;border:none;color:#666;font-size:.95rem;cursor:pointer;padding:5px}._clearButton_d52mq_320:hover{color:#333;text-decoration:underline}._applyButton_d52mq_333{width:100%;padding:12px;background-color:#2563eb;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}._applyButton_d52mq_333:hover{background-color:#1d4ed8}._closeBtn_d52mq_349{background:none;border:none;color:#666;cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center}._closeBtn_d52mq_349:hover{color:#333}@media (max-width: 480px){._sidebar_d52mq_1{width:100%}}._cartContainer_1o8e2_1{display:flex;justify-content:center;padding:2rem;min-height:70vh}._cart_1o8e2_1{width:100%;max-width:800px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:2rem}._cartHeader_1o8e2_17{font-size:1.8rem;font-weight:600;color:#2d3748;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}._emptyCart_1o8e2_26{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 0;text-align:center}._emptyCart_1o8e2_26 svg{margin-bottom:1rem;color:#cbd5e0}._emptyCart_1o8e2_26 p{font-size:1.2rem;color:#718096;margin-bottom:1.5rem}._continueShopping_1o8e2_44{background:#f7fafc;color:#4a5568;border:1px solid #e2e8f0;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s}._continueShopping_1o8e2_44:hover{background:#edf2f7;border-color:#cbd5e0}._cartItems_1o8e2_59{list-style:none;padding:0;margin:0 0 2rem}._cartItem_1o8e2_59{display:flex;align-items:center;padding:1.5rem 0;border-bottom:1px solid #edf2f7}._cartItem_1o8e2_59:last-child{border-bottom:none}._itemImageContainer_1o8e2_75{width:80px;height:80px;margin-right:1.5rem;flex-shrink:0}._itemImage_1o8e2_75{width:100%;height:100%;object-fit:cover;border-radius:8px;border:1px solid #e2e8f0}._itemDetails_1o8e2_90{flex-grow:1;margin-right:1rem}._itemName_1o8e2_95{display:block;font-weight:500;color:#2d3748;margin-bottom:.25rem}._unitPrice_1o8e2_102{font-size:.9rem;color:#718096}._quantityControls_1o8e2_107{display:flex;align-items:center;margin-right:2rem}._qtyBtn_1o8e2_113{width:32px;height:32px;border:1px solid #e2e8f0;background:#fff;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}._qtyBtn_1o8e2_113:hover{background:#f7fafc;border-color:#cbd5e0}._qtyBtn_1o8e2_113:focus{outline:none;box-shadow:0 0 0 2px #4299e180}._itemQuantity_1o8e2_133{min-width:40px;text-align:center;font-weight:500}._priceContainer_1o8e2_139{display:flex;flex-direction:column;align-items:flex-end;min-width:100px}._itemPrice_1o8e2_146{font-weight:600;color:#2d3748;margin-bottom:.5rem}._removeItem_1o8e2_152{background:#eee;border:1px solid #e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;width:25px;height:25px;color:#e53e3e;font-size:1.2rem;cursor:pointer;opacity:.7;transition:opacity .2s}._removeItem_1o8e2_152:hover{opacity:1}._cartSummary_1o8e2_171{background:#f8fafc;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}._cartTotal_1o8e2_178{display:flex;justify-content:space-between;margin-bottom:.75rem;color:#4a5568}._cartTotal_1o8e2_178 span:last-child{font-weight:500}._grandTotal_1o8e2_188{display:flex;justify-content:space-between;margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0;font-weight:600;font-size:1.1rem;color:#2d3748}._checkoutActions_1o8e2_199{display:flex;justify-content:space-between}._checkoutButton_1o8e2_204{background:#4299e1;color:#fff;border:none;padding:.75rem 2rem;border-radius:6px;font-weight:500;cursor:pointer;transition:background .2s}._checkoutButton_1o8e2_204:hover{background:#3182ce}._checkoutButton_1o8e2_204:focus{outline:none;box-shadow:0 0 0 2px #4299e180}@media (max-width: 768px){._cartContainer_1o8e2_1{padding:1rem}._cartItem_1o8e2_59{flex-wrap:wrap;position:relative}._itemDetails_1o8e2_90{width:calc(100% - 100px)}._quantityControls_1o8e2_107{margin:1rem 0;order:3}._priceContainer_1o8e2_139{position:absolute;right:0;top:1.5rem}}@media (max-width: 480px){._cart_1o8e2_1{padding:1rem}._checkoutActions_1o8e2_199{flex-direction:column}._checkoutActions_1o8e2_199 button{width:100%;margin-bottom:.5rem}}._aboutPage_1pcfl_2{color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}._heroSection_1pcfl_8{background:linear-gradient(#00000080,#00000080),url(/assets/about-hero-CS_4wtq1.jpg) center/cover no-repeat;height:400px;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;margin-bottom:60px}._heroSection_1pcfl_8 ._heroContent_1pcfl_18{max-width:800px;padding:20px}._heroSection_1pcfl_8 ._heroContent_1pcfl_18 h1{font-size:3rem;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,.5)}._heroSection_1pcfl_8 ._heroContent_1pcfl_18 p{font-size:1.2rem;margin-bottom:0}._aboutSection_1pcfl_32{padding:60px 0;background-color:#f8f9fa}._aboutSection_1pcfl_32 ._container_1pcfl_36{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:40px}._aboutSection_1pcfl_32 ._aboutContent_1pcfl_44{flex:1}._aboutSection_1pcfl_32 ._aboutContent_1pcfl_44 h2{font-size:2rem;color:#2c3e50;margin-bottom:20px}._aboutSection_1pcfl_32 ._aboutContent_1pcfl_44 p{margin-bottom:15px}._aboutSection_1pcfl_32 ._aboutImage_1pcfl_55{flex:1;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0000001a}._aboutSection_1pcfl_32 ._aboutImage_1pcfl_55 img{width:100%;height:auto;display:block;transition:transform .3s ease}._aboutSection_1pcfl_32 ._aboutImage_1pcfl_55 img:hover{transform:scale(1.03)}._valuesSection_1pcfl_71{padding:80px 0;text-align:center}._valuesSection_1pcfl_71 h2{font-size:2rem;color:#2c3e50;margin-bottom:50px}._valuesSection_1pcfl_71 ._valuesGrid_1pcfl_80{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}._valuesSection_1pcfl_71 ._valueCard_1pcfl_88{background:#fff;padding:30px 20px;border-radius:8px;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease}._valuesSection_1pcfl_71 ._valueCard_1pcfl_88:hover{transform:translateY(-10px)}._valuesSection_1pcfl_71 ._valueCard_1pcfl_88 ._valueIcon_1pcfl_98{display:flex;justify-content:center;align-items:center;font-size:2.5rem;margin-bottom:15px}._valuesSection_1pcfl_71 ._valueCard_1pcfl_88 ._valueIcon_1pcfl_98 ._imgIcon_1pcfl_105{width:60px;height:60px;border-radius:50%;padding:5px;border:2px solid #3498db;display:block;object-fit:cover}._valuesSection_1pcfl_71 ._valueCard_1pcfl_88 h3{font-size:1.5rem;margin-bottom:15px;color:#3498db}._valuesSection_1pcfl_71 ._valueCard_1pcfl_88 p{color:#666}._teamSection_1pcfl_123{padding:60px 0;background-color:#f8f9fa}._teamSection_1pcfl_123 ._container_1pcfl_36{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:40px}._teamSection_1pcfl_123 ._teamImage_1pcfl_135{flex:1;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0000001a}._teamSection_1pcfl_123 ._teamImage_1pcfl_135 img{width:100%;height:auto;display:block}._teamSection_1pcfl_123 ._teamContent_1pcfl_146{flex:1}._teamSection_1pcfl_123 ._teamContent_1pcfl_146 h2{font-size:2rem;color:#2c3e50;margin-bottom:20px}._teamSection_1pcfl_123 ._teamContent_1pcfl_146 p{margin-bottom:15px}._deliverySection_1pcfl_158{padding:60px 0}._deliverySection_1pcfl_158 ._container_1pcfl_36{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:40px}._deliverySection_1pcfl_158 ._deliveryContent_1pcfl_169{flex:1}._deliverySection_1pcfl_158 ._deliveryContent_1pcfl_169 h2{font-size:2rem;color:#2c3e50;margin-bottom:20px}._deliverySection_1pcfl_158 ._deliveryContent_1pcfl_169 p{margin-bottom:15px}._deliverySection_1pcfl_158 ._deliveryContent_1pcfl_169 ul{margin-top:20px;padding-left:20px}._deliverySection_1pcfl_158 ._deliveryContent_1pcfl_169 ul li{margin-bottom:10px;position:relative}._deliverySection_1pcfl_158 ._deliveryContent_1pcfl_169 ul li:before{content:"✓";color:#3498db;font-weight:700;margin-right:10px}._deliverySection_1pcfl_158 ._deliveryImage_1pcfl_194{flex:1;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0000001a}._deliverySection_1pcfl_158 ._deliveryImage_1pcfl_194 img{width:100%;height:auto;display:block}._ctaSection_1pcfl_206{padding:80px 0;background-color:#3498db;color:#fff;text-align:center}._ctaSection_1pcfl_206 h2{font-size:2.5rem;margin-bottom:20px}._ctaSection_1pcfl_206 p{font-size:1.2rem;max-width:600px;margin:0 auto 30px}._ctaSection_1pcfl_206 ._shopButton_1pcfl_221{background-color:#fff;color:#3498db;border:none;padding:15px 30px;font-size:1.1rem;font-weight:700;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0000001a}._ctaSection_1pcfl_206 ._shopButton_1pcfl_221:hover{background-color:#e6e6e6;transform:translateY(-3px)}@media (max-width: 992px){._aboutSection_1pcfl_32 ._container_1pcfl_36,._teamSection_1pcfl_123 ._container_1pcfl_36,._deliverySection_1pcfl_158 ._container_1pcfl_36{flex-direction:column;gap:30px}._aboutImage_1pcfl_55,._teamImage_1pcfl_135,._deliveryImage_1pcfl_194{order:-1;width:100%;max-width:600px;margin:0 auto}}@media (max-width: 768px){._heroSection_1pcfl_8{height:300px}._heroSection_1pcfl_8 ._heroContent_1pcfl_18 h1{font-size:2.5rem}._heroSection_1pcfl_8 ._heroContent_1pcfl_18 p{font-size:1rem}._valuesGrid_1pcfl_80{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))!important;gap:20px!important}}@media (max-width: 576px){._heroSection_1pcfl_8{height:250px}._heroSection_1pcfl_8 ._heroContent_1pcfl_18 h1{font-size:2rem}._valuesGrid_1pcfl_80{grid-template-columns:1fr!important}._ctaSection_1pcfl_206{padding:60px 20px}._ctaSection_1pcfl_206 h2{font-size:2rem}._ctaSection_1pcfl_206 p{font-size:1rem}}._paymentPage_13ws0_1{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:2rem}._paymentContainer_13ws0_10{background:#fff;border-radius:16px;box-shadow:0 10px 30px #0000001a;width:100%;max-width:500px;padding:2rem;transition:all .3s ease}._paymentHeader_13ws0_20{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}._paymentHeader_13ws0_20 h2{color:#2c3e50;font-size:1.5rem;display:flex;align-items:center;gap:.5rem;margin:0}._securePayment_13ws0_35{display:flex;align-items:center;gap:.3rem;font-size:.9rem;color:#27ae60}._amountDisplay_13ws0_43{display:flex;justify-content:space-between;background:#f8f9fa;padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-size:1.1rem}._amountDisplay_13ws0_43 ._amount_13ws0_43{font-weight:700;color:#2c3e50;font-size:1.3rem}._paymentForm_13ws0_58{display:flex;flex-direction:column;gap:1.2rem}._formGroup_13ws0_64{display:flex;flex-direction:column;gap:.5rem;overflow:hidden}._formGroup_13ws0_64 label{font-size:.9rem;color:#7f8c8d;font-weight:500}._formGroup_13ws0_64 input{padding:.8rem 1rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:all .3s}._formGroup_13ws0_64 input:focus{border-color:#3498db;box-shadow:0 0 0 2px #3498db33;outline:none}._formGroup_13ws0_64 input::placeholder{color:#bdc3c7}._cardDetails_13ws0_91{display:flex;gap:1rem}._cardDetails_13ws0_91 ._expiry_13ws0_95,._cardDetails_13ws0_91 ._cvv_13ws0_98{flex:1}._payButton_13ws0_102{background:#3498db;color:#fff;border:none;padding:1rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s;margin-top:1rem}._payButton_13ws0_102:hover{background:#2980b9}._payButton_13ws0_102:disabled{background:#bdc3c7;cursor:not-allowed}._paymentMethods_13ws0_122{display:flex;justify-content:center;gap:1rem;margin-top:1rem}._paymentMethods_13ws0_122 img{height:24px;opacity:.7;transition:all .3s}._paymentMethods_13ws0_122 img:hover{opacity:1}._successContainer_13ws0_137{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem}._successContainer_13ws0_137 h2{color:#27ae60;margin-bottom:.5rem}._successIcon_13ws0_149{font-size:4rem;color:#27ae60;margin-bottom:1rem}._successAmount_13ws0_155{font-size:1.2rem;font-weight:700;color:#2c3e50;margin-bottom:1.5rem}._deliveryInfo_13ws0_162{display:flex;align-items:center;gap:.5rem;background:#f8f9fa;padding:1rem;border-radius:8px;margin:1rem 0;width:100%}._deliveryInfo_13ws0_162 p{margin:0;color:#7f8c8d}._shippingIcon_13ws0_177{color:#3498db}._orderDetails_13ws0_181{margin:1.5rem 0;color:#7f8c8d;font-size:.9rem;line-height:1.6}._continueShopping_13ws0_188{background:#2c3e50;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s;width:100%}._continueShopping_13ws0_188:hover{background:#1a252f}@media (max-width: 600px){._paymentPage_13ws0_1{padding:1rem}._paymentContainer_13ws0_10{padding:1.5rem}._cardDetails_13ws0_91{flex-direction:column;gap:1.2rem}}
