@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@200;400;700&display=swap);.product img{margin-left:auto;margin-right:auto;margin-top:1rem}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.auth-modal-overlay{align-items:center;background:#0009;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:999}.auth-modal{background:#fff;border-radius:10px;max-width:400px;padding:2rem;position:relative;text-align:center;width:90%}.close-btn{background:#0000;font-size:1.2rem;right:15px;top:10px}.switch-text{margin-top:1rem}.switch-text button{background:none;border:none;color:#007bff;cursor:pointer;font-weight:600}:root{--pink-accent:#6bd26b;--blue-accent:#3fa96b;--ink-accent:#062f1f}.footer{background:linear-gradient(135deg,#062f1f,#0b4a32);color:#fff;font-family:Poppins,sans-serif;padding:40px 20px}.footer-main{grid-gap:30px;align-items:start;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.footer-section h3{color:#6bd26b;color:var(--pink-accent);font-size:16px;letter-spacing:1px;margin-bottom:12px;text-transform:uppercase}.footer-section li a,.footer-section p{color:#ccc;font-size:14px;line-height:1.6}.footer-links ul{display:flex;flex-direction:column;gap:6px;list-style:none;margin:0;padding:0}.footer-links ul li a{color:#fff;text-decoration:none;transition:color .3s}.footer-links ul li a:hover{color:#3fa96b;color:var(--blue-accent)}.footer-logo{margin-bottom:12px;width:140px}.footer-contact .footer-icon{color:#6bd26b;color:var(--pink-accent);font-size:1.1rem;margin-right:6px;vertical-align:middle}.office-card{border-top:1px solid #444;margin-top:12px;padding-top:8px}.office-card .office-image{border-radius:6px;margin-bottom:8px;width:100%}.footer-newsletter{background:#ffffff14;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:12px;max-width:100%;padding:20px;transition:background .3s}.footer-newsletter h3{color:#6bd26b;color:var(--pink-accent);font-size:18px;font-weight:600;margin-bottom:6px}.footer-newsletter p{color:#ddd;font-size:14px;margin-bottom:10px}.footer-newsletter form{box-sizing:border-box;display:flex;flex-wrap:nowrap;gap:6px;width:100%}.footer-newsletter input[type=email]{background:#111;border:1px solid #444;border-radius:6px;box-sizing:border-box;color:#fff;flex:1 1;font-size:14px;min-width:0;padding:12px 14px;transition:border-color .3s,box-shadow .3s}.footer-newsletter input[type=email]::placeholder{color:#999}.footer-newsletter input[type=email]:focus{border-color:#3fa96b;border-color:var(--blue-accent);box-shadow:0 0 5px #4db8ff66;outline:none}.footer-newsletter button{align-items:center;background-color:#6bd26b;background-color:var(--pink-accent);border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:14px;justify-content:center;padding:12px 16px;transition:background-color .3s,transform .2s;white-space:nowrap}.footer-newsletter button:hover{background-color:#3fa96b;background-color:var(--blue-accent);transform:translateY(-2px)}.newsletter-message{color:#28a745;font-size:14px;margin-top:8px}.social-icons{display:flex;gap:12px}.social-icon{align-items:center;border-radius:50%;display:flex;font-size:22px;height:38px;justify-content:center;transition:transform .2s,opacity .3s;width:38px}.social-icon.facebook{background:#1877f2;color:#fff}.social-icon.youtube{background:red;color:#fff}.social-icon.x{background:#000;color:#fff}.social-icon.instagram{background:#e1306c;color:#fff}.social-icon.telegram{background:#08c;color:#fff}.social-icon:hover{opacity:.9;transform:scale(1.1)}.footer-bottom{border-top:1px solid #444;color:#3fa96b;color:var(--blue-accent);font-size:13px;margin-top:30px;padding:14px 0;text-align:center}@media(max-width:768px){.footer-main{gap:25px;grid-template-columns:1fr}.footer-links ul{flex-direction:row;flex-wrap:wrap;gap:12px}.footer-links ul li{margin-bottom:0}.footer-newsletter form{flex-direction:column;gap:8px}.footer-newsletter button,.footer-newsletter input{width:100%}}.carousel-wrapper{overflow:hidden;position:relative;width:100%}.product-carousel{display:flex;gap:1rem;overflow-x:auto;padding:.5rem;scroll-behavior:smooth;scrollbar-width:none}.product-carousel::-webkit-scrollbar{display:none}.product-card{border-radius:12px;box-shadow:0 2px 8px #00000014;flex:0 0 230px}.product-card:hover{box-shadow:0 6px 16px #00000026}.product-card img{border-radius:10px;height:130px;padding:6px}.product-price{font-size:.95rem}.stars{color:#01f}.action-btn{background:#2600ff;border:none;border-radius:6px;color:#111;cursor:pointer;font-size:.8rem;font-weight:600;padding:.4rem .8rem;transition:all .3s ease}.action-btn:hover{background:#1700e6;transform:translateY(-1px)}@media (max-width:768px){.product-card{flex:0 0 180px}}.best-selling-section{align-items:flex-start;display:flex;gap:2rem;justify-content:space-between;padding:2rem 4%}.hot-deal-container{position:relative;width:45%}.hot-deal-image-wrapper{border-radius:1rem;box-shadow:0 6px 20px #00000040;overflow:hidden;position:relative;transition:transform .4s ease}.hot-deal-image-wrapper:hover{transform:scale(1.02)}.hot-deal-image{height:100%;object-fit:cover;transition:transform .8s ease;width:100%}.hot-deal-overlay{background:linear-gradient(0deg,#000000d9,#0000);border-radius:0 0 1rem 1rem;bottom:0;color:#fff;padding:1.5rem;position:absolute;width:100%}.hot-deal-overlay h2{font-size:1.4rem;margin-bottom:.4rem}.deal-buttons{display:flex;gap:.8rem}.add-cart-btn,.hot-deal-btn{border:none;border-radius:6px;cursor:pointer;display:inline-block;font-weight:600;padding:.6rem 1.2rem;text-decoration:none;transition:all .3s ease}.hot-deal-btn{background:#ff4500;color:#fff}.add-cart-btn{background:#007bff;color:#fff}.add-cart-btn:hover{background:#0056c9}.hot-deal-btn:hover{background:#ff6720}.right-sections{width:55%}.product-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.product-card{box-shadow:0 3px 12px #00000014;padding:1rem}.product-card:hover{box-shadow:0 6px 18px #00000026;transform:translateY(-5px)}.image-container{position:relative}.image-container img{border-radius:8px;transition:transform .5s ease;width:100%}.image-container:hover img{transform:scale(1.08)}.discount-badge{background:#ff4500;font-size:.8rem;left:10px;padding:.3rem .5rem;top:10px}.product-card h3{color:#333;margin-top:.8rem}.product-price{color:#111;font-weight:700}.stars{color:gold;font-size:.9rem}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.view-all-link{color:#007bff;font-weight:600;transition:color .2s ease}.view-all-link:hover{color:#0056b3;text-decoration:underline}@media (max-width:900px){.best-selling-section{flex-direction:column}.best-selling-products,.hot-deal-container,.right-sections{width:100%}}.featured-products-animated{animation:fadeInUp .8s ease forwards}.products-grid{grid-gap:1.2rem;display:grid;gap:1.2rem;grid-template-columns:repeat(4,1fr);padding:1rem}@media (min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:601px) and (max-width:1023px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.product-grid{gap:.9rem;grid-template-columns:repeat(2,1fr);padding:.75rem}}.company-name{color:#555;font-size:.85rem;margin:2px 0 6px}.cat-product-card{background:#fff;box-shadow:0 2px 8px #00000014;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.cat-product-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-4px)}.product-image{overflow:hidden;padding-top:100%;position:relative;width:100%}.product-image img{height:100%;left:0;position:absolute;top:0}.wishlist-icon{font-size:18px;right:6px;top:6px;z-index:10}.discount-badge{background:#ff4d4f;border-radius:4px;color:#fff;font-size:12px;font-weight:700;left:6px;padding:2px 6px;position:absolute;top:6px;z-index:10}.product-info{display:flex;flex-direction:column;flex-grow:1;gap:4px;padding:8px 10px}.product-info h5{font-size:14px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.price{color:#333;font-size:14px;font-weight:500}.price .original{color:#999;font-weight:400;margin-left:6px;text-decoration:line-through}.add-btn{background:#1db954;font-size:12px;margin-top:auto;padding:6px;transition:background .2s ease}.add-btn:hover{background:#17a444}.cat-product-card .product-info{margin-top:6px;padding-top:0}.cat-product-card .product-info h5{line-height:1.2;margin-bottom:4px;margin-top:4px}.cat-product-card .product-image img{border-radius:8px;display:block;height:auto;margin-bottom:4px;width:100%}.cat-product-card .product-info{margin-top:4px!important;padding-top:0!important}.cat-product-card img{display:block;height:auto;margin-bottom:4px!important;width:100%}.cat-product-card h5{font-size:.95rem;font-weight:600;line-height:1.2;margin:2px 0 4px!important}.cat-product-card.has-discount .product-info{margin-top:2px!important;padding-top:0!important}.cat-product-card.has-discount img{margin-bottom:2px!important}.cat-product-card .price{margin-top:2px!important}.wishlist-icon{align-items:center;background:#ffffffd9;border-radius:50%;cursor:pointer;display:flex;font-size:1.2rem;height:28px;justify-content:center;position:absolute;right:8px;top:8px;transition:transform .2s ease,background .2s ease;width:28px;z-index:3}.wishlist-icon:hover{background:#fff;transform:scale(1.15)}.hot-deal-sidebar,.latest-product-item,.product-image{position:relative}.wishlist-icon.top-right:hover{transform:scale(1.1)}.brand-category-section{align-items:flex-start;background:#fafafa;display:flex;flex-wrap:nowrap;gap:2rem;padding:2rem}.category-sidebar{align-self:flex-start;animation:fadeInSidebar .6s ease forwards;box-shadow:0 8px 24px #00000014;overflow:hidden;top:2rem;transition:all .4s ease-in-out;width:280px}@keyframes fadeInSidebar{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.category-sidebar h3{color:#222;margin-bottom:1.2rem;position:relative}.category-sidebar h3:after{animation:slideUnderline 2s infinite alternate;background:linear-gradient(90deg,#007bff,#00c4ff);bottom:-2px;content:"";height:2px;left:0;position:absolute;width:50px}@keyframes slideUnderline{0%{width:30px}to{width:100px}}.category-list{gap:.8rem}.category-item-btn{background:#0000;border:none;border-radius:6px;color:#333;cursor:pointer;display:block;font-weight:500;overflow:hidden;padding:.6rem .8rem;position:relative;text-align:left;transition:all .3s ease}.category-item-btn:before{background:linear-gradient(90deg,#007bff1a,#00c4ff26);content:"";height:100%;left:0;position:absolute;top:0;transition:width .4s ease;width:0;z-index:0}.category-item-btn.active:before,.category-item-btn:hover:before{width:100%}.category-item-btn.active,.category-item-btn:hover{color:#007bff;transform:translateX(5px)}.category-sublist{max-height:0;opacity:0;overflow:hidden;transform:scaleY(.9);transform-origin:top;transition:all .4s ease-in-out}.category-sublist.open{animation:bounceOpen .4s ease;max-height:400px;opacity:1;transform:scaleY(1)}@keyframes bounceOpen{0%{transform:scaleY(.8)}60%{transform:scaleY(1.05)}to{transform:scaleY(1)}}.category-sublist button{color:#555;font-size:.95rem;padding-left:1.5rem}.category-dropdown{display:none;flex-direction:column;gap:.5rem}.dropdown-btn{background:linear-gradient(90deg,#007bff,#00b4ff);border:none;border-radius:8px;box-shadow:0 4px 10px #007bff40;color:#fff;cursor:pointer;font-weight:600;padding:.7rem 1rem;transition:all .3s ease}.dropdown-btn:hover{box-shadow:0 6px 16px #007bff4d;transform:scale(1.05)}.category-list-dropdown{animation:dropdownFade .4s ease;display:flex;flex-direction:column;gap:.6rem;margin-top:.5rem}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.brand-right-section{animation:fadeInRight .6s ease forwards;display:flex;flex:1 1;flex-direction:column;gap:2rem;min-width:0}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.sort-section{animation:fadeIn .6s ease;margin-top:1.5rem}.sort-section select{border:1px solid #ccc;border-radius:6px;margin-top:.5rem;padding:.5rem;transition:border .3s ease,box-shadow .3s ease;width:100%}.sort-section select:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff26}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.category-sidebar:after{animation:subtleGlow 4s ease-in-out infinite alternate;background:linear-gradient(135deg,#007bff26,#00c4ff1a);border-radius:12px;content:"";inset:0;position:absolute;z-index:-1}@keyframes subtleGlow{0%{opacity:.6}to{opacity:1}}.info-cards-section{grid-gap:2rem;animation:fadeInUp .8s ease forwards;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin:3rem 0;padding:0 1rem;perspective:1000px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.info-card{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #ffffff4d;border-radius:16px;box-shadow:0 6px 18px #0000000f;cursor:pointer;display:flex;overflow:hidden;padding:1.3rem 1.2rem;position:relative;transform-style:preserve-3d;transition:all .4s ease}.info-card:before{animation:borderFlow 4s linear infinite;background:linear-gradient(120deg,#6a11cb,#2575fc,#00c6ff);background-size:200% 200%;border-radius:16px;content:"";inset:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:2px;position:absolute;z-index:0}@keyframes borderFlow{0%{background-position:0 50%}to{background-position:200% 50%}}.info-card:hover{background:linear-gradient(135deg,#6a11cb,#2575fc);box-shadow:0 10px 25px #2575fc40;color:#fff;transform:rotateY(6deg) translateY(-6px) scale(1.03)}.info-card-icon{color:#2575fc;font-size:2.2rem;margin-right:1rem;transition:transform .4s ease,color .3s ease;z-index:1}.info-card:hover .info-card-icon{animation:iconPulse 1.2s ease infinite alternate;color:#fff;transform:rotate(-10deg) scale(1.15)}@keyframes iconPulse{0%{transform:scale(1) rotate(-8deg)}to{transform:scale(1.15) rotate(8deg)}}.info-card-text{z-index:1}.info-card-text h4{color:#222;font-size:1.15rem;font-weight:600;margin:0 0 .3rem;transition:color .3s ease}.info-card-text p{color:#555;font-size:.9rem;margin:0;transition:color .3s ease,opacity .3s ease}.info-card:hover .info-card-text h4,.info-card:hover .info-card-text p{color:#fff;opacity:1}.info-card:nth-child(odd){animation:floatUpDown 6s ease-in-out infinite alternate}.info-card:nth-child(2n){animation:floatUpDown 7s ease-in-out infinite alternate-reverse}@keyframes floatUpDown{0%{transform:translateY(0)}to{transform:translateY(-8px)}}@media (max-width:1024px){.info-cards-section{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.info-cards-section{grid-template-columns:1fr}.info-card{flex-direction:row;text-align:left}}.brand-slider-container{background:linear-gradient(90deg,#222,#333);border-radius:12px;box-shadow:0 3px 12px #00000026;color:#fff;overflow:hidden;padding:1.5rem}.brand-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.brand-header h3{font-size:1.3rem;font-weight:600}.view-all-link{color:gold;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s ease}.view-all-link:hover{color:#fff}.sponsor-slider-container{gap:1.2rem;overflow-x:auto;padding-bottom:.4rem;scroll-snap-type:x mandatory;scrollbar-color:#666 #333;scrollbar-width:thin}.sponsor-logo{align-items:center;background:#ffffff1a;border-radius:10px;display:flex;font-size:1.8rem;justify-content:center;padding:.8rem 1rem;scroll-snap-align:center;transition:transform .3s ease}.category-group{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:1.5rem}.category-header{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:1rem}.category-header h4{color:#222;font-size:1.2rem;font-weight:600}.view-all-products{color:#007bff;font-size:.95rem;font-weight:500;opacity:.9;text-decoration:none;transition:.3s}.view-all-products:hover{opacity:1;text-decoration:underline}.cat-product-card{background:#f9f9f9;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;padding:.8rem;text-align:center;transition:all .3s ease}.cat-product-card:hover{background:#fff;box-shadow:0 6px 15px #0000001a;transform:translateY(-5px)}.product-image img{border-radius:8px;height:180px;object-fit:cover;width:100%}.product-info{margin-top:.6rem}.product-info h5{color:#333;font-size:1rem;font-weight:600;margin:.3rem 0}.price{color:#007bff;font-weight:600;margin-bottom:.6rem}.add-btn{background:#007bff;border-radius:6px;padding:.5rem .8rem;transition:.3s}.add-btn:hover{background:#0056b3}@media (max-width:1024px){.brand-category-section,.category-sidebar{flex-direction:column;padding:1rem}.category-sidebar{display:flex;gap:1rem;order:2;width:100%}.category-dropdown{display:flex}.brand-right-section{width:100%}.category-product-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.product-image img{height:160px}}@media (max-width:768px){.brand-category-section{background:#fafafa;display:flex;flex-direction:column;gap:1.5rem;padding:1rem;width:100%}.latest-products-sidebar{border-radius:16px;margin-top:2rem;width:100%}.latest-products-sidebar h3{background:#fffffff2;border-left:4px solid #007bff;border-radius:10px;box-shadow:0 4px 14px #00000014;color:#0a1a3d;font-size:1.1rem;font-weight:700;margin:-1.4rem 0 1rem .6rem;padding:.35rem .8rem}.latest-products-wrapper{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.latest-product-item{background:#fff;border-radius:14px;box-shadow:0 4px 14px #00000014;cursor:pointer;padding:.8rem;text-align:center;transition:.35s}.latest-product-item:hover{box-shadow:0 6px 18px #0000001a;transform:translateY(-4px) scale(1.03)}.latest-product-item img{border-radius:10px;height:140px;object-fit:cover;width:100%}.category-sidebar{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;padding:1rem;width:100%}.brand-right-section{width:100%}.category-dropdown{align-items:center;display:flex;justify-content:space-between}.products-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);padding:.8rem}.product-card{background:#fff;border-radius:14px;box-shadow:0 4px 14px #00000014;overflow:hidden;transition:.3s}.product-card:hover{box-shadow:0 10px 20px #00000026;transform:translateY(-6px) scale(1.03)}.image-wrapper{height:140px;overflow:hidden}.image-wrapper img{height:100%;object-fit:cover;transition:.4s;width:100%}.product-card:hover img{transform:scale(1.07)}.product-card h3{font-size:.9rem;margin:.5rem;text-align:center}.product-card .price{color:#007bff;font-size:.9rem;font-weight:700;text-align:center}.add-btn{background:#007bff;border-radius:10px;color:#fff;cursor:pointer;font-size:.8rem;font-weight:600;margin:.5rem auto 1rem;padding:8px;transition:.3s;width:90%}.add-btn:hover{background:#0056d2;transform:translateY(-2px)}}@media(max-width:500px){.products-grid{gap:.7rem;grid-template-columns:repeat(2,1fr)}.image-wrapper{height:120px}.latest-product-item img{height:110px}}.product-card .wishlist-icon{transition:.2s}.best-selling-layout{align-items:flex-start;animation:fadeInPage 1.2s ease;background:#fafafa;display:flex;flex-wrap:wrap;font-family:Poppins,sans-serif;gap:2rem;padding:2rem 5%}.discounted{color:red;margin-right:.5rem}.original{color:gray;font-size:.85rem;text-decoration:line-through}@keyframes fadeInPage{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.category-sidebar{background:#fff;border-radius:12px;box-shadow:0 2px 15px #00000014;display:flex;flex-direction:column;flex-shrink:0;padding:1.5rem;position:-webkit-sticky;position:sticky;top:100px;transition:all .4s ease;width:260px}.category-sidebar h3{border-bottom:2px solid #eee;font-size:1.3rem;font-weight:700;margin-bottom:1rem;padding-bottom:.6rem}.category-list{display:flex;flex-direction:column;gap:.9rem}.category-item{background:#0000;border-radius:8px;color:#333;font-weight:500;padding:.5rem .6rem;text-decoration:none;transition:all .3s ease}.category-item:hover{background:#f0f7ff;color:#007bff;transform:translateX(6px)}.top-selling-horizontal{background:#fff;border-radius:14px;box-shadow:0 4px 18px #00000014;margin-bottom:2rem;overflow:hidden;padding:1.5rem;width:100%}.top-title{border-left:5px solid #fc0;color:#111;font-size:1.3rem;font-weight:700;margin-bottom:1rem;padding-left:.8rem}.horizontal-carousel{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.6rem;scroll-behavior:smooth;scroll-snap-type:x mandatory}.horizontal-carousel::-webkit-scrollbar{display:none}.horizontal-item{align-items:center;background:#f9f9f9;border-radius:14px;box-shadow:0 2px 10px #0000000d;cursor:pointer;display:flex;flex:0 0 auto;flex-direction:column;min-width:150px;padding:.8rem;scroll-snap-align:start;transition:all .4s ease}.horizontal-item:hover{background:#fff9e6;box-shadow:0 4px 16px #00000014;transform:scale(1.08)}.horizontal-item img{border-radius:10px;height:100px;margin-bottom:.4rem;object-fit:cover;width:100px}.h-info h4{color:#111;font-size:.9rem;font-weight:600;margin:0;text-align:center}.h-info p{color:#007bff;font-size:.85rem;font-weight:700;margin-top:.2rem;text-align:center}.best-selling-content{display:flex;flex:1 1;flex-direction:column;gap:2rem;min-width:0}.product-grid{grid-gap:25px;gap:25px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.product-card{border-radius:14px;box-shadow:0 3px 14px #00000014;position:relative}.product-card:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-6px) scale(1.02)}.image-wrapper{height:200px;overflow:hidden;width:100%}.image-wrapper img{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.product-card:hover .image-wrapper img{transform:scale(1.06)}.product-card h3{color:#222;font-size:1rem;line-height:1.25;margin:6px 10px 2px}.product-card .price{color:#007bff;display:block;font-size:.95rem;font-weight:600;margin:2px 10px 8px}.stars{color:#f7c948;font-size:.85rem;margin-left:10px}.add-btn{background:linear-gradient(135deg,#007bff,#005ce6);border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:600;letter-spacing:.5px;margin:6px 5% 12px;padding:10px;transition:all .3s ease;width:90%}.add-btn:hover{background:linear-gradient(135deg,#005ce6,#0040b3);transform:translateY(-2px)}.latest-products-sidebar{margin-top:2rem;max-height:400px;overflow:hidden;position:relative}.latest-products-sidebar h3{background:#fff;border-bottom:2px solid #eee;padding:.5rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:10}.latest-products-wrapper{animation:scrollUp 20s linear infinite;display:flex;flex-direction:column}.latest-products-wrapper:hover{animation-play-state:paused}@keyframes scrollUp{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.latest-product-item{align-items:center;border-radius:6px;cursor:pointer;display:flex;gap:.5rem;margin-bottom:.6rem;padding:.25rem .3rem;transition:all .3s ease}.latest-product-item:hover{background:#f0f7ff;transform:translateX(4px)}.latest-product-item img{border-radius:6px;flex-shrink:0;height:45px;object-fit:cover;width:45px}.latest-product-item .l-info{display:flex;flex-direction:column;justify-content:center;line-height:1.1}.latest-product-item .l-info p{color:#111;font-size:.82rem;font-weight:500;margin:0}.latest-product-item .l-info span{color:#007bff;font-size:.75rem;font-weight:700;margin-top:2px}.product-card .wishlist-icon{align-items:center;background:#ffffffe6;border-radius:50%;box-shadow:0 2px 6px #0003;cursor:pointer;display:flex;font-size:18px;height:32px;justify-content:center;position:absolute;right:10px;top:10px;transition:transform .2s ease,background .2s ease;width:32px;z-index:2}.product-card .wishlist-icon:hover{background:#fff;transform:scale(1.1)}@media(max-width:1024px){.best-selling-layout{flex-direction:column;padding:1.5rem 4%}.category-sidebar{flex-wrap:wrap;gap:.8rem;justify-content:center;margin-top:1rem;order:2;width:100%}.category-item{background:#f8f8f8;border:1px solid #eee;padding:.5rem .8rem}.product-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.image-wrapper{height:160px}}@media(max-width:768px){.category-sidebar{background:#fff;border-radius:10px;box-shadow:0 3px 10px #0000000f;display:flex!important;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;padding:.8rem;width:100%}.category-sidebar h3{display:none}.category-item{flex:0 0 auto;white-space:nowrap}.product-grid{grid-template-columns:repeat(2,1fr)}.image-wrapper{height:140px}}@media(max-width:500px){.product-grid{grid-template-columns:repeat(2,1fr)}.image-wrapper{height:120px}.horizontal-item img{height:80px;width:80px}.top-title{font-size:1.1rem}}.hero-section{align-items:center;background:#f8f9fb;background-position:50%;background-size:cover;display:flex;font-family:Poppins,sans-serif;gap:2rem;height:auto;justify-content:space-between;max-height:650px;overflow:hidden;padding:4rem 6%}.hero-left{display:flex;flex:1 1;flex-direction:column;justify-content:center;z-index:2}.hero-text{max-width:600px;width:100%}.hero-title{color:#222;font-size:3rem;font-weight:700;line-height:1.2}.black-text{color:#000!important}.highlight{color:#28a745}.hero-subtitle{color:#444;font-size:1.1rem;line-height:1.6;margin-top:1rem;max-width:550px}.hero-buttons{display:flex;gap:1.2rem;margin-top:2rem}.btn,.btn-outline{border-radius:50px;font-size:1rem;font-weight:600;padding:.9rem 2rem;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.btn{background:#28a745;color:#fff}.btn:hover{background:#218838}.btn-outline{background:#0000;border:2px solid #28a745;color:#28a745}.btn-outline:hover{background:#28a745;color:#fff}.hero-right{align-items:center;display:flex;flex:1 1;justify-content:center;position:relative}.hero-image{background-position:50%;background-size:cover;border-radius:20px;box-shadow:0 10px 25px #00000026;height:auto;max-height:100%;transition:background-image .8s ease-in-out;width:100%}@media (max-width:992px){.hero-section{flex-direction:column-reverse;max-height:450px;padding:3rem 5%;text-align:center}.hero-left{align-items:center}.hero-text{max-width:90%}.hero-title{font-size:2.4rem}.hero-subtitle{font-size:1.05rem;margin:1rem auto 0;max-width:90%}.hero-right{width:100%}.hero-image{border-radius:15px;height:auto;max-height:100%;width:100%}.hero-buttons{justify-content:center}}@media (max-width:600px){.hero-section{max-height:300px;padding:2.5rem 1.5rem}.hero-title{font-size:1.8rem;line-height:1.3;margin-bottom:.8rem}.hero-subtitle{font-size:.95rem;line-height:1.5}.hero-image{border-radius:12px;height:auto;max-height:100%}.btn,.btn-outline{font-size:.9rem;padding:.7rem 1.4rem}}.hero-stats{display:flex;flex-wrap:wrap;gap:2rem;margin-top:2.5rem}.stat-item{align-items:center;display:flex;gap:1rem}.stat-info h3{color:#28a745}.stat-info p{color:#333;font-size:.95rem;margin:.2rem 0 0}.stat-avatars{align-items:center;display:flex;gap:.3rem}.avatar-img{border:2px solid #fff;border-radius:50%;box-shadow:0 0 5px #0000001a;height:32px;object-fit:cover;width:32px}.plus-badge{color:#28a745;font-size:1.1rem;font-weight:700;margin-left:.2rem}@media (max-width:768px){.hero-stats{gap:2rem;justify-content:center;text-align:center}.stat-item h3{font-size:1.6rem}.stat-item p{font-size:.95rem}}.about-section{background-color:#f8f9fa;padding:80px 5%}.about-container{align-items:center;display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between}.about-text{flex:1 1;min-width:300px}.about-text h2{color:#007f00;font-size:2.5rem;margin-bottom:20px}.about-text p{color:#333;font-size:1.1rem;line-height:1.7;margin-bottom:15px}.about-image{display:flex;flex:1 1;justify-content:center}.about-image img{border-radius:20px;box-shadow:0 8px 25px #00000026;max-width:500px;width:100%}@media (max-width:768px){.about-container{flex-direction:column}.about-text h2{text-align:center}.about-image img{max-width:100%}}.sponsor-slider{align-items:center;background:linear-gradient(90deg,#111,#1a1a1a);display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding:30px 0;width:100%}.sponsor-label{background-color:#095e17;border-radius:30px;box-shadow:0 6px 12px #ff7a0066;color:#fff;font-size:1.5rem;font-weight:600;letter-spacing:.5px;margin-bottom:20px;padding:10px 28px;transition:all .3s ease}.sponsor-label:hover{background-color:#ff8f26;transform:scale(1.05)}.sponsor-slider-container{align-items:center;animation:scroll-left 25s linear infinite;display:flex;width:-webkit-max-content;width:max-content}.sponsor-logo{color:#fff;flex:0 0 auto;font-size:5rem;margin:0 40px;opacity:.7;transition:all .3s ease}.sponsor-logo:hover{color:#ff7a00;opacity:1;transform:scale(1.1)}.sponsor-slider-container:hover{animation-play-state:paused}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:768px){.sponsor-label{font-size:1.2rem;padding:8px 20px}.sponsor-logo{font-size:3.5rem;margin:0 25px}}@media (max-width:480px){.sponsor-label{font-size:1rem;padding:6px 15px}.sponsor-logo{font-size:3rem;margin:0 20px}}.clickable-image{border-radius:8px;height:100px;object-fit:cover;transition:transform .2s ease;width:100px}.image-preview-overlay{z-index:1000}.image-preview-content{max-height:80vh;max-width:80vw;position:relative}.preview-img{border-radius:10px;height:auto;width:100%}.close-btn{background:#fff;color:#000;font-size:24px;height:40px;right:-40px;top:-40px;width:40px}.close-btn,.nav-btn{border:none;border-radius:50%;cursor:pointer;position:absolute}.nav-btn{background:#ffffffb3;font-size:40px;padding:10px 15px;top:50%;transform:translateY(-50%)}.nav-btn.left{left:-60px}.nav-btn.right{right:-60px}.remove-btn{background-color:#dc3545;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:6px;padding:6px 10px}.remove-btn:hover{background-color:#c82333}.featured-products{background:#f9f9f9;font-family:Poppins,sans-serif;max-width:100%;overflow-x:hidden;padding:2rem 5%;text-align:center}.featured-products h2{color:#222;font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;position:relative}.featured-products h2:after{background:#fc0;border-radius:3px;content:"";display:block;height:3px;margin:.5rem auto 0;width:60px}.product-grid{grid-gap:1.2rem;display:grid;gap:1.2rem;grid-template-columns:repeat(4,1fr);justify-content:center;width:100%}.product-card{align-items:center;background:#fff;border-radius:10px;box-shadow:0 2px 6px #0000000f;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;min-height:250px;overflow:hidden;padding:.8rem;transition:all .3s ease;width:100%}.product-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-4px)}.product-card img{background-color:#f7f7f7;border-radius:8px;height:120px;object-fit:contain;padding:5px;transition:transform .3s ease;width:100%}.product-card img:hover{transform:scale(1.05)}.product-card h3{color:#111;font-size:.9rem;font-weight:600;line-height:1.3;margin:0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.product-card p{color:#444;font-size:.85rem;margin:0}.product-card button{background:#10f;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:.4rem .8rem;transition:all .3s ease}.product-card button:hover{background:#3200e6;transform:translateY(-1px)}.view-more-container{margin-top:1.5rem;text-align:center}.view-more-btn{background:#0000;border:1.8px solid #ff5100;border-radius:5px;color:#111;font-size:.9rem;font-weight:600;padding:.45rem 1rem;text-decoration:none;transition:all .3s ease}.view-more-btn:hover{background:#ff7b00;color:#111}@media (max-width:991px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.product-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.product-card img{height:110px}}@media (max-width:600px){.product-grid{gap:.8rem;grid-template-columns:repeat(2,1fr)}.product-card{min-height:220px;padding:.7rem}.product-card img{height:100px}}@media (max-width:420px){.product-grid{gap:.6rem;grid-template-columns:repeat(2,1fr)}.product-card{min-height:200px;padding:.6rem}.product-card img{height:90px}}body,html{overflow-x:hidden!important}.share-icons{align-items:center;display:flex;gap:8px;margin-top:8px}.share-icons a,.share-icons svg{font-size:20px;transition:transform .2s,color .2s}.share-icons a:hover,.share-icons svg:hover{transform:scale(1.2)}.facebook{color:#1877f2}.whatsapp{color:#25d366}.twitter{color:#000}.share-main{color:#777;cursor:pointer}.clickable-image{cursor:pointer;transition:transform .3s ease}.clickable-image:hover{transform:scale(1.05)}.image-preview-overlay{align-items:center;animation:fadeIn .3s ease-in-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000d9;display:flex;inset:0;justify-content:center;position:fixed;z-index:3000}.category-link{color:#007bff;cursor:pointer;font-weight:600;margin-top:5px;text-decoration:underline;transition:color .2s ease}.category-link:hover{color:#0056b3}.service-page{color:#1a1a1a;font-family:Inter,sans-serif;line-height:1.6;margin:60px auto;max-width:1100px;padding-bottom:80px;width:90%}.service-banner{border-radius:12px;box-shadow:0 4px 18px #00000026;height:320px;margin-bottom:35px;object-fit:cover;width:100%}.service-page h1{border-left:5px solid #07f;color:#0a2a43;font-size:40px;font-weight:700;margin-bottom:15px;padding-left:15px}.service-page p{color:#444;font-size:18px;margin-bottom:25px;max-width:850px}.service-page h3{color:#0a2a43;font-size:24px;font-weight:600;margin:25px 0 12px}.service-page ul{margin-top:8px;padding-left:22px}.service-page ul li{font-size:17px;margin-bottom:10px;padding-left:6px;position:relative}.service-page ul li:hover{color:#07f;cursor:default}@media (max-width:768px){.service-banner{height:220px}.service-page h1{font-size:30px}.service-page p{font-size:16px}.service-page h3{font-size:20px}}.cta-button{background:#07f;box-shadow:0 4px 12px #0077ff40;display:inline-block;font-size:18px;transition:.25s ease-in-out}.cta-button:hover{background:#0056cc;box-shadow:0 6px 18px #0077ff59}.hot-deals-page-container{margin:0 auto;max-width:1200px;padding-top:90px;position:relative}.hot-deal-preview{background-position:50%;background-size:cover;border-radius:12px;box-shadow:0 8px 20px #00000040;color:#fff;cursor:pointer;display:flex;flex-direction:column;height:350px;justify-content:flex-end;margin-bottom:2rem;overflow:hidden;padding:1.5rem 2rem;position:relative;transition:transform .3s ease,box-shadow .3s ease;width:100%}.hot-deal-preview:hover{box-shadow:0 12px 28px #00000059;transform:scale(1.02)}.hot-deal-preview:before{background:linear-gradient(0deg,#0009,#0000);border-radius:12px;content:"";inset:0;position:absolute;z-index:0}.hot-deal-info{position:relative;z-index:1}.hot-deal-info h1{font-size:1.9rem;line-height:1.2;margin-bottom:.4rem}.price-wishlist{gap:1rem;margin-bottom:.8rem}.price-wishlist,.prices{align-items:center;display:flex}.prices{gap:.5rem}.discounted{font-size:1.2rem;font-weight:700}.original-price{color:#a8dadc;font-size:1rem;text-decoration:line-through}.add-cart-btn{background:#f1faee;border:none;border-radius:8px;color:#1d3557;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1rem;transition:background .3s ease,transform .2s ease}.add-cart-btn:hover{background:#e63946;color:#fff;transform:scale(1.05)}.wishlist-btn{background:#0000;border:none;cursor:pointer;font-size:1.1rem;transition:transform .2s ease}.wishlist-btn:hover{transform:scale(1.2)}.hot-deals-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin-top:1.5rem}.hot-deal-card{background:#fff;border-radius:10px;box-shadow:0 4px 12px #0000001a;cursor:pointer;overflow:hidden;padding:.5rem;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.hot-deal-card:hover{box-shadow:0 8px 20px #00000026;transform:translateY(-4px)}.hot-deal-card img{border-radius:8px;height:150px;object-fit:cover;transition:transform .3s ease;width:100%}.hot-deal-card img:hover{transform:scale(1.05)}.hot-deal-card h3{color:#1d3557;font-size:.95rem;font-weight:600;margin:.4rem 0}.hot-deal-card .price-line{color:#457b9d;display:flex;font-size:.85rem;gap:.4rem;justify-content:center}.card-buttons{display:flex;gap:.5rem;justify-content:center;margin-top:.5rem}@media (max-width:768px){.hot-deals-page-container{padding-top:70px}.hot-deal-preview{height:250px;padding:1rem 1.5rem}.hot-deal-info h1{font-size:1.4rem}.hot-deal-info .add-cart-btn{font-size:.8rem;padding:.4rem .8rem}.hot-deal-card img{height:120px}.hot-deal-card h3{font-size:.85rem}.hot-deal-card .price-line{font-size:.8rem}}.custom-services-container{margin:0 auto;max-width:1200px;padding:60px 20px;text-align:center;width:100%}.custom-services-title{color:#222;font-size:32px;font-weight:700;letter-spacing:1px;margin-bottom:40px;text-transform:uppercase}.custom-services-list{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(3,1fr)}.custom-service-item{align-items:center;background:#fff;border-radius:12px;box-shadow:0 5px 18px #00000014;color:#222;display:flex;flex-direction:column;padding:20px;text-decoration:none;transition:all .3s ease-in-out}.custom-service-item:hover{box-shadow:0 8px 28px #0000001f;transform:translateY(-6px)}.service-image{border-radius:10px;height:160px;margin-bottom:15px;object-fit:cover;transition:.3s ease-in-out;width:100%}.custom-service-item:hover .service-image{filter:brightness(.9)}.custom-service-item h3{color:#0d253f;font-size:20px;font-weight:700;margin-bottom:10px}.custom-service-item ul{list-style:none;margin:0;padding:0;text-align:left}.custom-service-item ul li{color:#555;font-size:14px;margin:6px 0;padding-left:15px;position:relative}.custom-service-item ul li:before{color:#07c;content:"•";font-size:18px;left:0;position:absolute;top:-1px}.custom-service-item:hover h3{color:#07c}@media (max-width:992px){.custom-services-list{grid-template-columns:repeat(2,1fr)}.custom-services-title{font-size:28px}}@media (max-width:600px){.custom-services-list{grid-template-columns:1fr}.custom-services-container{padding:40px 15px}.custom-services-title{font-size:26px}.service-image{height:140px}}.contact-us{background-color:#222;color:#fff;font-family:Poppins,sans-serif;padding:40px}.contact-us h2{color:#ff7a00;margin-bottom:40px;text-align:center;text-shadow:1px 1px 2px #007bff}.center-single{display:flex;justify-content:center}.center-single .office{max-width:1100px;width:100%}.office-grid{grid-gap:30px;align-items:start;display:grid;gap:30px;grid-template-columns:1fr 1fr}.office-info h3{color:#ff7a00;margin-bottom:10px;text-shadow:1px 1px 2px #007bff}.office-info p{color:#ccc;line-height:1.5;margin-bottom:8px}.office-info .icon{color:#007bff;margin-right:8px}.office-image{border:2px solid #007bff;border-radius:12px;height:250px;margin-bottom:1rem;overflow:hidden;width:100%}.office-image img{height:100%;object-fit:cover;width:100%}.map iframe{border:0;border-radius:8px;box-shadow:0 4px 10px #007bff4d;height:100%;min-height:320px;width:100%}.contact-form{margin-left:auto;margin-right:auto;margin-top:50px;max-width:700px}.contact-form h3{color:#ff7a00;margin-bottom:20px;text-align:center;text-shadow:1px 1px 2px #007bff}.form-group{margin-bottom:15px}.form-group label{color:#ff7a00;display:block;font-weight:700;margin-bottom:5px}.form-group input,.form-group textarea{background-color:#222;border:1px solid #007bff;border-radius:5px;color:#fff;padding:10px;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#ff7a00;box-shadow:0 0 5px #007bff}.btn-submit{background-color:#007bff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:700;padding:12px 0;width:100%}.btn-submit:hover{background-color:#0056b3}@media (max-width:768px){.office-grid{grid-template-columns:1fr}.map iframe{min-height:220px}}@media (max-width:480px){.contact-us{padding:20px}.btn-submit{font-size:14px}}.about-container{color:#333;font-family:Poppins,sans-serif;margin:0 auto;max-width:1200px;padding:60px 20px}.about-banner{border-radius:10px;margin-bottom:40px;max-height:450px;object-fit:cover;width:100%}.about-main-title{color:#111;font-size:2.8rem;font-weight:700;margin-bottom:20px;text-align:center}.intro-text{color:#555;font-size:1.2rem;line-height:1.8;margin-bottom:50px;text-align:center}.about-sections{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.about-section{background:#f9f9f9;border-radius:12px;box-shadow:0 4px 12px #00000014;padding:30px 20px;transition:transform .3s,box-shadow .3s}.about-section:hover{box-shadow:0 8px 20px #0000001f;transform:translateY(-5px)}.about-heading{color:#111;font-size:1.5rem;font-weight:600;margin-bottom:15px}.about-text{color:#444;font-size:1rem;line-height:1.6}.about-list{list-style:none;padding-left:0}.about-list li{align-items:flex-start;display:flex;margin-bottom:10px}.award-star{color:#ff7a00;margin-right:8px;margin-top:3px}.contact-cta{margin-top:50px;text-align:center}.cta-button{background-color:#ff7a00;border-radius:8px;color:#fff;font-size:1rem;font-weight:600;padding:14px 28px;text-decoration:none;transition:.3s}.cta-button:hover{background-color:#ff9500}*{box-sizing:border-box;font-family:Nunito,sans-serif;margin:0;padding:0}html{scroll-behavior:smooth}.not-found{align-items:center;color:#444;display:flex;flex-direction:column;justify-content:center;min-height:80vh}.not-found h2{font-size:55px}.not-found p{font-size:20px}.nav-bar{align-items:center;background:blue;display:flex;height:70px;justify-content:space-between;padding:0 4rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.nav-bar a{color:#fff;text-decoration:none}.nav-bar h2{font-size:25px}.bag-quantity,.nav-bag{align-items:center;display:flex}.bag-quantity{background:pink;border-radius:50%;color:#000;font-size:14px;font-weight:700;height:25px;justify-content:center;margin-left:7px;width:25px}.home-container{padding:2rem 4rem}.home-container h2{font-size:40px;font-weight:400;text-align:center}.products{flex-wrap:wrap;margin-top:2rem}.product,.products{display:flex;justify-content:space-between}.product{border-radius:15px;box-shadow:-5px -5px 10px #ffffff80,2px 2px 5px #5e68794d;flex-direction:column;height:400px;margin:1rem auto;max-width:100%;padding:1rem;width:250px}.product h3{font-size:25px;font-weight:400}.product img{margin:1rem auto 0;width:80%}.product .details{align-items:center;display:flex;justify-content:space-between}.product .details .price{font-size:20px;font-weight:700}.product button,.product-add-to-cart{background-color:#4b70e2;border:none;border-radius:5px;color:#f9f9f9;cursor:pointer;font-weight:400;height:40px;letter-spacing:1.15px;margin-top:2rem;outline:none;width:100%}.product-add-to-cart{margin-top:0;padding:0 2rem;width:auto}.cart-container{padding:2rem 4rem}.cart-container h2{font-size:30px;font-weight:400;text-align:center}.cart-container .titles{margin:2rem 0 1rem}.cart-container .titles h3{font-size:14px;font-weight:400;text-transform:uppercase}.cart-container .titles,.cart-item{grid-column-gap:.5rem;align-items:center;column-gap:.5rem;display:grid;grid-template-columns:3fr 1fr 1fr 1fr}.cart-item{border-top:1px solid #bbb;padding:1rem 0}.cart-container .titles .product-title{padding-left:.5rem}.cart-container .titles .total{justify-self:right;padding-right:.5rem}.cart-item .cart-product{display:flex}.cart-item .cart-product img{margin-right:1rem;max-width:100%;width:100px}.cart-item .cart-product h3{font-weight:400}.cart-item .cart-product button{background:none;border:none;color:gray;cursor:pointer;margin-top:.7rem;outline:none}.cart-item .cart-product button:hover{color:#000}.cart-item .cart-product-quantity{align-items:flex-start;border:.5px solid #b1b1b1;border-radius:5px;display:flex;justify-content:center;max-width:100%;width:130px}.cart-item .cart-product-quantity button{background:none;border:none;cursor:pointer;outline:none;padding:.7rem 1.5rem}.cart-item .cart-product-quantity .count{padding:.7rem 0}.cart-item .cart-product-total-price{font-weight:700;justify-self:right;padding-right:.5rem}.cart-summary{align-items:flex-start;border-top:1px solid #bbb;display:flex;justify-content:space-between;padding-top:2rem}.cart-summary .clear-btn{background:none;border:.5px solid #b1b1b1;border-radius:5px;color:gray;cursor:pointer;font-weight:400;height:40px;letter-spacing:1.15px;outline:none;width:130px}.cart-checkout{max-width:100%;width:270px}.cart-checkout .subtotal{display:flex;font-size:20px;justify-content:space-between}.cart-checkout .amount{font-weight:700}.cart-checkout p{font-size:14px;font-weight:200;margin:.5rem 0}.cart-checkout button{background-color:#4b70e2;border:none;border-radius:5px;color:#f9f9f9;cursor:pointer;font-weight:400;height:40px;letter-spacing:1.15px;outline:none;width:100%}.cart-checkout .cart-login{background-color:#ff0;color:#000}.continue-shopping,.start-shopping{margin-top:1rem}.continue-shopping a,.start-shopping a{align-items:center;color:gray;display:flex;text-decoration:none}.continue-shopping a span,.start-shopping a span{margin-left:.5rem}.cart-empty{align-items:center;color:#545454;display:flex;flex-direction:column;font-size:20px;margin-top:2rem}.link-active{border-left:3px solid #4b70e2;border-radius:2px;color:#4b70e2;padding-left:5px}.link-inactive{color:#616161}@media (max-width:665px){.nav-bar{padding:0 1rem}.nav-bar h2{font-size:30px}.cart-container{padding:2rem}.cart-container .titles{display:none}.cart-container .titles,.cart-item{grid-template-columns:1fr;row-gap:1rem}.cart-item .cart-product-total-price{justify-self:left}.cart-summary{flex-direction:column}.cart-summary .clear-btn{margin-bottom:2rem}}body,html{overflow-x:hidden;scroll-behavior:smooth}
/*# sourceMappingURL=main.474ea32b.css.map*/