@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);@font-face{font-family:glory;src:url(/static/media/gilroy-semibold.41fa36c3c8e966b35423.ttf)}@font-face{font-family:glory-regular;src:url(/static/media/gilroy-regular.fa652e766b6a85a1f9cb.ttf)}*{box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;padding:0}body{background:#fff}.hero-links span{cursor:pointer;font-size:.9rem}.category-card p{font-size:.95rem}@media (max-width:992px){.nav-top{align-items:flex-start;flex-direction:column;padding:20px}.nav-right{flex-wrap:wrap;gap:15px;width:100%}.nav-bottom{align-items:flex-start;flex-direction:column;padding:20px}.nav-links{flex-wrap:wrap;gap:15px}.home{padding:20px}.hero-grid{grid-template-columns:1fr}.categories-grid{justify-content:center}}@media (max-width:600px){.search-box{width:100%}.overlay h1{font-size:1.6rem}.circle-img{height:100px;width:100px}}.navbar{background:#fff;border-bottom:1px solid #eaeef2;font-family:system-ui,Segoe UI,Inter,-apple-system,sans-serif;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:1000}.nav-top{gap:24px;justify-content:space-between;padding:16px 100px}.nav-left,.nav-top{align-items:center;display:flex}.nav-left{flex:1 1;gap:48px}.hamburger{color:#1e2a3a;cursor:pointer;display:none;font-size:28px;padding:6px;transition:color .2s ease}.hamburger:hover{color:#e53935}.logo{cursor:pointer;flex-shrink:0;line-height:0}.logo img{display:block;height:auto;object-fit:contain;width:157px}.search-box{align-items:center;background:#f4f6f9;border-radius:44px;display:flex;min-width:260px;overflow:hidden;position:relative;transition:all .2s ease;width:27.5vw}.search-box input{background:#0000;border:none;color:#1e2a3e;font-size:.94rem;outline:none;padding:12px 20px;width:100%}.search-box input::placeholder{color:#8b9ab0;font-weight:400}.search-box button{align-items:center;background:#e53935;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:38px;justify-content:center;position:absolute;right:8px;transition:background .2s ease;width:38px}.search-box button:hover{background:#c62828}.nav-right{align-items:center;display:flex;flex-shrink:0;gap:38px}.cart,.country,.location,.signin{align-items:center;cursor:pointer;display:flex;gap:8px;transition:opacity .2s ease}.cart:hover,.country:hover,.location:hover,.signin:hover{opacity:.75}.location i{color:grey;font-size:26px}.location p{color:#6c7a8e;font-size:.7rem;line-height:1.2;margin:0}.location span{color:grey;font-size:.84rem;font-weight:600}.country div{border-radius:50%;box-shadow:0 1px 3px #0000001a;height:36px;overflow:hidden;width:36px}.country div img{height:100%;object-fit:cover;width:100%}.country p{color:#2c3e50;font-size:.85rem;font-weight:500;margin:0}.cart{font-size:26px;position:relative}.cart-count{align-items:center;background:#e53935;border-radius:50%;box-shadow:0 1px 3px #0003;color:#fff;display:flex;font-size:.7rem;font-weight:700;height:19px;justify-content:center;position:absolute;right:-10px;top:-8px;width:19px}.signin{font-size:.92rem;font-weight:500;gap:6px}.cart i,.location-text span,.signin,.signin i{color:grey}.profile-wrapper{position:relative}.profile-trigger{align-items:center;cursor:pointer;display:flex;gap:6px}.profile-dropdown{background:#fff;border-radius:8px;box-shadow:0 8px 20px #0000001f;min-width:130px;padding:8px;position:absolute;right:0;top:35px;z-index:9999}.profile-dropdown button{background:#0000;border:none;border-radius:6px;color:#374151;cursor:pointer;font-size:14px;padding:10px;text-align:left;width:100%}.profile-dropdown button:hover{background:#f3f4f6;color:#e53935}.nav-bottom{background:#fff;border-top:1px solid #edf2f7;gap:42px;overflow:hidden;padding:10px 100px}.all-categories,.nav-bottom{align-items:center;display:flex}.all-categories{color:#1f2a48;cursor:pointer;flex-shrink:0;font-size:.92rem;font-weight:600;gap:8px;transition:color .25s ease;white-space:nowrap}.all-categories i{font-size:1rem}.all-categories.active,.all-categories:hover{color:#e53935}.category-arrow{display:inline-block;font-size:.75rem;transition:transform .3s ease}.all-categories.active .category-arrow{transform:rotate(180deg)}.nav-links{display:flex;flex-wrap:nowrap;gap:38px}.desktop-nav-links{overflow:hidden;transition:max-width .45s ease,opacity .3s ease,transform .4s ease;white-space:nowrap}.desktop-nav-links,.desktop-nav-links.show-links{max-width:900px;opacity:1;transform:translateX(0)}.desktop-nav-links.show-links{pointer-events:auto}.desktop-nav-links.hide-links{max-width:0;opacity:0;pointer-events:none;transform:translateX(-45px)}.nav-links a{color:#3b4b62;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s ease;white-space:nowrap}.nav-links a:hover{color:#e53935}.mobile-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-color:#00000080;height:100%;left:0;opacity:0;position:fixed;top:0;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;width:100%;z-index:9998}.mobile-backdrop.active{opacity:1;visibility:visible}.mobile-menu{background:#fff;box-shadow:8px 0 35px #00000026;display:flex;flex-direction:column;gap:28px;height:100vh;left:-100%;max-width:380px;overflow-y:auto;padding:28px 24px 40px;position:fixed;top:0;transition:left .35s cubic-bezier(.2,.9,.3,1.1);width:85%;z-index:10000}.mobile-menu.active{left:0;padding-top:61px}.mobile-close{align-items:center;background:#f1f5f9;border-radius:50%;cursor:pointer;display:flex;height:42px;justify-content:center;position:absolute;right:20px;top:20px;transition:all .2s ease;width:42px;z-index:10001}.mobile-close i{color:#1e293b;font-size:26px;transition:transform .1s ease}.mobile-close:hover{background:#e2e8f0}.mobile-close:active i{transform:scale(.94)}.mobile-menu .search-box{margin-top:8px;min-width:0;min-width:auto;width:100%}.mobile-menu .all-categories{align-items:center;border-bottom:1px solid #edf2f7;display:flex;font-size:1.05rem;font-weight:600;gap:10px;margin-top:10px;padding-bottom:12px;width:100%}.mobile-nav-links{display:flex;flex-direction:column;gap:0;max-height:0;opacity:0;overflow:hidden;transform:translateX(-25px);transition:max-height .4s ease,opacity .3s ease,transform .35s ease;width:100%}.mobile-nav-links.show-mobile-links{max-height:430px;opacity:1;transform:translateX(0)}.mobile-nav-links a{border-bottom:1px solid #f0f2f5;color:#1f2a48;font-size:1.02rem;padding:12px 0;text-decoration:none;transition:color .2s ease,padding-left .2s ease;white-space:normal;width:100%}.mobile-nav-links a:hover{color:#e53935;padding-left:4px}@media (max-width:1280px){.nav-bottom,.nav-top{padding-left:70px;padding-right:70px}.nav-links{gap:28px}.desktop-nav-links.show-links{max-width:800px}}@media (max-width:1100px){.nav-bottom,.nav-top{padding-left:45px;padding-right:45px}.nav-right{gap:28px}.nav-left{gap:32px}.desktop-nav-links.show-links{max-width:720px}}@media (max-width:900px){.nav-bottom,.nav-top{padding-left:30px;padding-right:30px}.search-box{min-width:220px;width:260px}.nav-right{gap:22px}.desktop-nav-links.show-links{max-width:620px}}@media (max-width:768px){.hamburger{display:block}.nav-top{padding:14px 20px}.nav-left{flex:0 1 auto;gap:16px}.desktop-search,.nav-bottom{display:none}.nav-right{align-items:center;display:flex;gap:20px;margin-left:auto}.logo img{width:135px}.location p,.location span{display:none}.location i{font-size:24px}.country p{font-size:.75rem}.cart{font-size:22px}.signin span{font-size:.85rem}.profile-dropdown{right:-10px;top:32px}}@media (max-width:550px){.nav-right{gap:15px}.country div{height:30px;width:30px}.cart{font-size:20px}.logo img{width:118px}.signin span{display:none}.signin i{font-size:22px}.country p{display:none}.nav-right{gap:18px}.profile-dropdown{right:-20px}}@media (max-width:480px){.mobile-menu{max-width:100%;padding:28px 20px 40px;width:100%}.mobile-close{right:16px;top:16px}.nav-right{gap:14px}.location i,.signin i{font-size:20px}.cart{font-size:18px}.country div{height:26px;width:26px}}.footer,body.menu-open{overflow:hidden}.footer{background:#000;margin-top:130px;padding:50px 45px 70px}.footer-top{grid-gap:50px;border-bottom:1px solid #1d1d1d;display:grid;gap:50px;grid-template-columns:1.1fr 1fr;padding-bottom:45px}.footer-contact{display:flex;flex-wrap:wrap;gap:45px}.footer-box{min-width:140px}.footer-title{align-items:center;display:flex;gap:10px;margin-bottom:12px}.footer-title i,.footer-title span{color:#df4b36;font-size:.95rem}.footer-title span{font-weight:600}.footer-box p{color:#d7d7d7;font-size:.95rem;line-height:1.6}.footer-social{align-items:center;display:flex;gap:18px;padding-top:30px;width:100%}.footer-social i{color:#df4b36;cursor:pointer;font-size:1.15rem;transition:.3s}.footer-social i:hover{transform:translateY(-3px)}.footer-links{display:flex;gap:30px;justify-content:space-between}.footer-link-box{display:flex;flex-direction:column;gap:18px}.footer-link-box h3{color:#fff;font-size:1.2rem;margin-bottom:12px}.footer-link-box a{color:#d6d6d6;font-size:.95rem;text-decoration:none;transition:.3s}.footer-link-box a:hover{color:#df4b36}.footer-logo{display:flex;justify-content:center;padding-top:65px;width:100%}.footer-logo h1{color:#fff;font-size:16vw;font-weight:700;letter-spacing:-8px;line-height:1}.footer-logo span{color:#df4b36}@media (max-width:1100px){.footer-top{grid-template-columns:1fr}.footer-links{justify-content:flex-start}}@media (max-width:768px){.footer{padding:50px 20px}.footer-contact{gap:30px}.footer-links{flex-wrap:wrap;gap:40px}.footer-logo{padding-top:50px}.footer-logo h1{font-size:18vw;letter-spacing:-3px}}@media (max-width:500px){.footer-box,.footer-link-box{width:100%}.footer-link-box h3{margin-bottom:0}.footer-logo h1{font-size:20vw}}.products-section{margin-top:100px;overflow-x:hidden;width:100%}.plastic-section-cate{margin-top:15px;overflow-x:hidden;width:100%}.products-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:35px}.products-top h3{color:#222;font-family:glory}.products-top p{cursor:pointer;font-size:.9rem}.product-card{cursor:pointer;margin-bottom:50px;min-width:0}.product-img{align-items:center;border-radius:10px;display:flex;height:263px;justify-content:center;width:100%}.product-img img{padding:0;transition:opacity .35s ease,transform .35s ease}.main-product-img{opacity:1}.hover-product-img{height:100%;inset:0;object-fit:cover;opacity:0;padding:0;position:absolute;width:100%}.product-img:hover .main-product-img{opacity:0}.product-img:hover .hover-product-img{opacity:1}.wishlist{cursor:pointer;font-size:17px;position:absolute;right:14px;top:14px;z-index:2}.product-content{display:flex;flex-direction:column;width:100%}.product-content h4{font-size:1.3rem;font-weight:400}.product-content p{color:#000;font-family:glory-regular;font-size:1rem;font-weight:500;margin-bottom:14px;min-height:45px}.rating{display:flex;gap:3px;min-height:14px}.rating i{color:#d23d2e;font-size:.95rem}.price{align-items:baseline;flex-wrap:wrap}.price h5{color:#111;font-size:1.58rem;font-weight:600}.carton-text{color:#111;font-size:1rem;font-weight:700}.divider{color:#111;font-size:.9rem}.each-price{color:#222;font-size:1rem;font-weight:400}@media (max-width:992px){.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.products-section{margin-top:20px}.products-grid{gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.product-card{margin-bottom:30px}.product-img{height:170px}.product-content{padding-top:8px}.product-content h4{font-size:1rem;margin-bottom:4px}.product-content p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:.78rem;height:2.106rem;line-height:1.35;margin-bottom:4px;min-height:0;min-height:auto;overflow:hidden}.rating{gap:2px;margin-bottom:2px;min-height:auto}.rating i{font-size:.75rem}.price{align-items:baseline;display:flex;gap:3px;line-height:1;margin-top:-10px;row-gap:0}.price h5{font-size:1.15rem;line-height:1;margin:0}.carton-text,.divider,.each-price{font-size:.72rem;line-height:1;margin:0}.each-price{display:block;margin-top:-20px}}@media (max-width:420px){.products-grid{gap:12px}.product-img{height:150px}.product-content h4{font-size:.95rem}.product-content p{font-size:.75rem}.price h5{font-size:1.05rem}}.popular-section{margin-top:120px}.popular-section h3{color:#222;font-size:1.7rem;font-weight:600;margin-bottom:35px}.popular-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(3,1fr)}.popular-card{border-radius:20px;cursor:pointer;height:500px;overflow:hidden;position:relative}.popular-card img{height:100%;object-fit:cover;transition:.4s;width:100%}.popular-card:hover img{transform:scale(1.06)}.popular-overlay{background:linear-gradient(0deg,#000000bf,#0000000d);bottom:0;left:0;padding:28px 22px;position:absolute;width:100%}.popular-overlay h2{color:#fff;font-size:2rem;font-weight:500;line-height:1.2;max-width:230px}@media (max-width:1100px){.popular-card{height:320px}.popular-overlay h2{font-size:1.6rem}}@media (max-width:900px){.popular-grid{grid-template-columns:1fr}.popular-card{height:420px}}@media (max-width:600px){.popular-section{margin-top:80px}.popular-card{height:300px}.popular-overlay h2{font-size:1.3rem}}.home{font-family:glory;padding:30px 70px}.hero-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:2fr 1.2fr}.hero-card{border-radius:5px;height:420px;overflow:hidden;position:relative}.hero-card img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.hero-card:hover img{transform:scale(1.05)}.overlay{background:linear-gradient(0deg,#000000b3,#0000);bottom:0;color:#fff;left:0;padding:30px;position:absolute;width:100%}.overlay h1{font-size:2.2rem;margin-bottom:12px}.hero-card:hover .overlay h1{animation:bannerTextUp .45s ease forwards}@keyframes bannerTextUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.hero-links{display:flex;flex-wrap:wrap;gap:15px}.hero-animate-text{cursor:pointer;display:inline-block;overflow:hidden;position:relative}.hero-text-layer{color:#fff;display:block;font-size:.9rem;transition:transform .38s cubic-bezier(.2,.9,.4,1.1),opacity .3s ease;white-space:nowrap;will-change:transform,opacity}.hero-primary-text{opacity:1;position:relative;transform:translateY(0)}.hero-secondary-text{left:0;opacity:0;position:absolute;top:0;transform:translateY(100%);width:100%}.hero-animate-text:hover .hero-primary-text{opacity:0;transform:translateY(-100%)}.hero-animate-text:hover .hero-secondary-text{opacity:1;transform:translateY(0)}.hero-animate-text:hover{transform:scale(1.02)}.categories-section{margin-top:100px}.categories-section h3{color:#333;font-family:glory;margin-bottom:35px}.categories-grid{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.category-card{cursor:pointer;text-align:center;transition:transform .3s ease}.category-card:hover{transform:translateY(-5px)}.circle-img{background:#f3e9e4;border-radius:50%;height:130px;margin-bottom:15px;overflow:hidden;transition:all .3s ease;width:130px}.category-card:hover .circle-img{box-shadow:0 8px 20px #00000026}.circle-img img{height:100%;object-fit:cover;width:100%}.category-card p{color:#444;font-family:glory-regular;font-size:1.1rem;white-space:nowrap}.category-arrow-icon{color:#d23d2e;cursor:pointer;font-size:1.2rem;transition:.3s ease}.category-arrow-icon:hover{color:#111;transform:scale(1.2)}.category-card{animation:categorySmoothSlide .35s ease}@keyframes categorySmoothSlide{0%{opacity:0;transform:translateX(16px)}to{opacity:1;transform:translateX(0)}}.why-section{grid-gap:20px;align-items:stretch;display:grid;gap:20px;grid-template-columns:1fr 1.35fr;margin-top:220px}.why-img{border-radius:30px;height:520px;overflow:hidden;width:100%}.why-img img{height:100%;object-fit:cover;width:100%}.why-content{background:#eae6e6;border-radius:30px;display:flex;flex-direction:column;height:520px;padding:38px 32px}.why-content h2{color:#111;font-size:3rem;font-weight:400;line-height:1.1;margin-bottom:22px}.why-desc{color:#444;font-size:.95rem;line-height:1.6;margin-bottom:35px;max-width:92%}.why-items{margin-top:auto}.why-item-box{border-bottom:1px solid #d9d9d9}.why-item{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:18px 0}.why-item span{color:#222;font-size:1.15rem}.why-item i{font-size:.9rem;transition:transform .3s ease}.why-item-box.active .why-item i{transform:rotate(180deg)}.why-answer{max-height:0;opacity:0;overflow:hidden;transform:translateY(-8px);transition:max-height .45s ease,opacity .35s ease,transform .35s ease}.why-answer p{color:#444;font-size:.9rem;line-height:1.5;margin:0;padding:0 0 18px}.why-item-box.active .why-answer{max-height:130px;opacity:1;transform:translateY(0)}.testimonial-section{margin-top:230px}.testimonial-heading{margin-bottom:70px}.testimonial-heading h2{color:#111;font-size:3rem;font-weight:500;line-height:1.15}.testimonial-heading span{color:#de4a35}.testimonial-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(3,1fr)}.testimonial-card{width:100%}.quote-box{background:#f1f1f1;border-radius:18px;display:flex;gap:20px;min-height:190px;padding:35px 28px}.quote{color:#de4a35;font-size:5rem;font-weight:700;line-height:1}.quote-box p{color:#222;font-size:1.05rem;line-height:1.6;margin-top:8px}.testimonial-user{align-items:center;display:flex;gap:16px;margin-top:24px;padding-left:12px}.testimonial-user img{border-radius:50%;height:62px;object-fit:cover;width:62px}.testimonial-user h4{color:#111;font-size:1.1rem;margin-bottom:6px}.testimonial-user p{color:#444;font-size:.95rem}.contact-section{align-items:center;display:flex;justify-content:space-between;margin-top:230px;min-height:520px;position:relative}.contact-left{background:#db3d2c;border-radius:30px;height:550px;padding:70px 65px;width:63%}.contact-left h2{color:#fff;font-size:2.4rem;font-weight:700;margin-bottom:25px}.contact-left p{color:#fff;font-size:1.15rem;line-height:1.7}.contact-form-box{background:#000;border-radius:30px;padding:26px;position:absolute;right:0;width:48%}.contact-form-box form{width:100%}.contact-form-box input,.contact-form-box textarea{background:#232323;border:1px solid #303030;border-radius:16px;color:#fff;font-size:1rem;margin-bottom:16px;outline:none;padding:18px 20px;width:100%}.contact-form-box textarea{height:120px;resize:none}.form-row{display:flex;gap:14px}.contact-form-box button{background:#db3d2c;border:none;border-radius:16px;color:#fff;cursor:pointer;font-size:1.15rem;font-weight:600;height:58px;transition:.3s;width:100%}.contact-form-box button:hover{opacity:.9}.contact-form-box input::placeholder,.contact-form-box textarea::placeholder{color:#8c8c8c}@media (max-width:1200px){.testimonial-heading h2{font-size:3.2rem}.quote-box{min-height:220px}}@media (max-width:1100px){.contact-left h2{font-size:3rem}.contact-form-box{width:52%}}@media (max-width:992px){.brand-logo-track{gap:60px}.brand-logo-item{height:55px;width:150px}.why-section{grid-template-columns:1fr}.why-content,.why-img{height:auto}.why-img{height:420px}.testimonial-grid{grid-template-columns:1fr}.testimonial-heading h2{font-size:2.7rem}.quote-box{min-height:auto}.contact-section{flex-direction:column;gap:30px;min-height:auto}.contact-left{height:auto;padding:50px 35px;width:100%}.contact-form-box{position:relative;width:100%}.categories-grid{justify-content:center}.circle-img{height:110px;width:110px}.category-card p{font-size:.85rem}.nav-top{align-items:flex-start;flex-direction:column;padding:20px}.nav-right{flex-wrap:wrap;gap:15px;width:100%}.nav-bottom{align-items:flex-start;flex-direction:column;padding:20px}.nav-links{flex-wrap:wrap;gap:15px}.home{padding:20px}.hero-grid{grid-template-columns:1fr}}@media (max-width:768px){.circle-img{height:90px;width:90px}.category-card p{font-size:.8rem}.categories-grid{gap:25px}}@media (max-width:600px){.brand-logo-section{margin-top:35px}.brand-logo-track{animation-duration:18s;gap:40px}.brand-logo-item{height:45px;width:120px}.search-box{width:100%}.overlay h1{font-size:1.6rem}.why-section{margin-top:80px}.why-img{border-radius:20px;height:300px}.why-content{border-radius:20px;padding:25px 20px}.why-content h2{font-size:2rem}.why-item span{font-size:1rem}.why-answer p{font-size:.85rem}.testimonial-section{margin-top:90px}.testimonial-heading{margin-bottom:40px}.testimonial-heading h2{font-size:2rem}.quote-box{gap:15px;padding:25px 20px}.quote{font-size:3.5rem}.quote-box p{font-size:.92rem}.testimonial-user{padding-left:0}.testimonial-user h4{font-size:1rem}.testimonial-user p{font-size:.82rem}.contact-section{margin-top:90px}.contact-left{border-radius:22px;padding:40px 25px}.contact-left h2{font-size:2rem}.contact-left p{font-size:.95rem}.contact-form-box{border-radius:22px;padding:18px}.form-row{flex-direction:column;gap:0}.contact-form-box input,.contact-form-box textarea{font-size:.9rem}.contact-form-box button{font-size:1rem;height:52px}.circle-img{height:80px;width:80px}.category-card p{font-size:.75rem}.categories-grid{grid-gap:20px;align-items:center;display:grid;gap:20px;grid-template-columns:auto repeat(4,1fr) auto;justify-content:center}.hero-text-layer{font-size:.75rem}.hero-links{gap:10px}}@media (max-width:480px){.circle-img{height:70px;width:70px}.category-card p{font-size:.7rem}}.hero-link-wrapper{color:inherit;display:inline-block;text-decoration:none}.brand-logo-section{margin-top:55px;overflow:hidden;width:100%}.brand-logo-carousel{-webkit-mask-image:linear-gradient(90deg,#0000 0,#00000026 6%,#000 16%,#000 84%,#00000026 94%,#0000);mask-image:linear-gradient(90deg,#0000 0,#00000026 6%,#000 16%,#000 84%,#00000026 94%,#0000);overflow:hidden;position:relative;width:100%}.brand-logo-track{align-items:center;animation:brandLogoScroll 22s linear infinite;display:flex;gap:90px;width:-webkit-max-content;width:max-content}.brand-logo-carousel:hover .brand-logo-track{animation-play-state:paused}.brand-logo-item{align-items:center;display:flex;flex:0 0 auto;height:70px;justify-content:center;width:190px}.brand-logo-item img{filter:grayscale(100%);max-height:100%;max-width:100%;object-fit:contain;opacity:.35;transition:.3s ease}.brand-logo-item:hover img{filter:grayscale(0);opacity:.75}@keyframes brandLogoScroll{0%{transform:translateX(0)}to{transform:translateX(-33.33%)}}@media (max-width:992px){.brand-logo-track{gap:60px}.brand-logo-item{height:55px;width:150px}}@media (max-width:600px){.brand-logo-section{margin-top:35px}.brand-logo-track{animation-duration:18s;gap:40px}.brand-logo-item{height:45px;width:120px}}.signup-page{grid-gap:70px;align-items:center;background:#fff;display:grid;gap:70px;grid-template-columns:42% 58%;min-height:calc(100vh - 140px);padding:30px 70px;width:100%}.signup-left{align-self:center;border-radius:14px;height:620px;overflow:hidden;width:100%}.signup-left img{height:100%;object-fit:cover;width:100%}.signup-right{align-items:center;display:flex;height:620px;justify-content:center;width:100%}.signup-box{text-align:center;width:430px}.signup-box h1{font-size:2rem;font-weight:700;margin-bottom:10px}.subtitle{color:#555;font-size:.9rem;line-height:1.5;margin-bottom:30px}form{text-align:left}form label{color:#111;display:block;font-size:.78rem;font-weight:600;margin-bottom:8px}.password-input,.phone-input{align-items:center;border:1px solid #ddd;border-radius:8px;display:flex;height:48px;margin-bottom:20px;padding:0 14px;width:100%}.lock-icon,.phone-icon{color:#d83a31;font-size:.9rem;margin-right:12px}.phone-input select{background:#0000;border:none;font-size:.85rem;margin-right:12px;outline:none}.password-input input,.phone-input input{border:none;flex:1 1;font-size:.9rem;outline:none}.eye-icon{color:#777;cursor:pointer;font-size:.85rem}.label-row{align-items:center;display:flex;justify-content:space-between}.label-row span{color:#777;cursor:pointer;font-size:.7rem}.login-btn{background:#d83a31;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;height:50px;width:100%}.login-btn:disabled{cursor:not-allowed;opacity:.7}.divider{align-items:center;display:flex;gap:12px;margin:22px 0}.divider span{background:#ddd;flex:1 1;height:1px}.divider p{color:#777;font-size:.75rem}.google-btn{align-items:center;background:#fff;border:1px solid #ddd;border-radius:25px;cursor:pointer;display:flex;font-size:.82rem;gap:9px;height:42px;justify-content:center;margin:0 auto;width:210px}.google-btn span{color:#4285f4;font-weight:700}.login-text{color:#777;font-size:.78rem;margin-top:24px;text-align:center}.login-text a{color:#d83a31;font-weight:600;text-decoration:none}.terms{color:#777;font-size:.68rem;margin-top:28px}.otp-info{color:#333;font-size:.78rem;line-height:1.4;margin-bottom:18px}.otp-boxes{display:flex;gap:10px;margin-bottom:12px}.otp-boxes input{border:1px solid #ddd;border-radius:7px;font-size:1rem;height:45px;outline:none;text-align:center;width:48px}.otp-boxes input:focus{border-color:#d83a31}.resend-text{color:#777;font-size:.72rem;margin-bottom:25px}.resend-text span{color:#d83a31;cursor:pointer}.address-box{width:520px}.address-box h1{margin-bottom:45px}.form-row{grid-gap:18px;display:grid;gap:18px;grid-template-columns:1fr 1fr}.form-group{margin-bottom:22px}.form-group input,.form-group select{background:#fff;border:1px solid #ddd;border-radius:7px;font-size:.85rem;height:45px;outline:none;padding:0 12px;width:100%}.form-group.full{width:100%}.address-bottom{align-items:center;display:flex;justify-content:space-between;margin-top:55px}.address-bottom p{color:#777;font-size:.65rem}.address-bottom a{color:#111;font-size:.75rem;text-decoration:none}@media (max-width:1100px){.signup-page{gap:40px;padding:25px 40px}.signup-left,.signup-right{height:560px}}@media (max-width:900px){.signup-page{grid-template-columns:1fr;padding:40px 25px}.signup-left{display:none}.signup-right{height:auto;min-height:calc(100vh - 140px)}.address-box{max-width:520px;width:100%}}@media (max-width:480px){.signup-page{padding:30px 18px}.signup-box{width:100%}.signup-box h1{font-size:1.6rem}.form-row{gap:0;grid-template-columns:1fr}.otp-boxes{justify-content:center}.otp-boxes input{height:42px;width:42px}.address-bottom{flex-direction:column;gap:15px}}.auth-flash{animation:flashSlide .3s ease;border-radius:8px;font-size:.85rem;font-weight:500;margin-bottom:18px;padding:12px 14px;text-align:left;width:100%}.auth-flash.error{background:#fff1f0;border:1px solid #ffd1cc;color:#d83a31}.auth-flash.success{background:#ecfdf3;border:1px solid #bbf7d0;color:#15803d}@keyframes flashSlide{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.cart-page{font-family:Glory,sans-serif;padding:70px 95px;width:100%}.cart-page h1{font-size:2rem;font-weight:600;margin-bottom:15px}.cart-list{border-top:1px solid #ddd}.cart-item{grid-gap:35px;align-items:center;border-bottom:1px solid #ddd;display:grid;gap:35px;grid-template-columns:35px 190px 1fr 360px;padding:38px 0}.cart-check{align-items:center;background:#d83a31;border-radius:5px;color:#fff;cursor:pointer;display:flex;height:20px;justify-content:center;transition:.25s ease;width:20px}.cart-check i{font-size:.7rem}.cart-check-empty{background:#fff;border:1px solid #d83a31;color:#0000}.cart-item-disabled{opacity:.35}.cart-item-disabled .cart-check,.cart-item-disabled .cart-check-empty{opacity:1}.cart-img{align-items:center;background:#f8deda;border-radius:10px;display:flex;height:170px;justify-content:center;overflow:hidden;width:170px}.cart-img img{height:100%;object-fit:cover;width:100%}.cart-info h3{font-size:1.25rem;font-weight:600;margin-bottom:8px}.cart-info p{color:#333;font-size:.9rem;line-height:1.25;margin-bottom:18px;width:280px}.delivery{align-items:center;background:#f3f3f3;border-radius:8px;color:#777;display:flex;font-size:.85rem;gap:12px;height:36px;margin-bottom:18px;padding:0 18px;width:330px}.cart-qty{border-radius:8px;display:grid;grid-template-columns:48px 1fr 48px;height:38px;overflow:hidden;width:230px}.cart-qty button{background:#d83a31;border:none;color:#fff;cursor:pointer;font-size:1.1rem}.cart-qty span{align-items:center;background:#f3f3f3;display:flex;font-size:.85rem;justify-content:center}.remove-cart-btn{background:#dc2626;border:none;border-radius:6px;color:#fff;cursor:pointer;margin-top:15px;padding:8px 15px}.billing h4{font-size:1rem;font-weight:600;margin-bottom:18px}.bill-row{display:grid;font-size:.85rem;grid-template-columns:95px 1fr;margin-bottom:9px}.bill-row span{color:#333}.bill-row p{color:#111;font-weight:500}.billing h2{font-size:1.45rem;font-weight:600;margin-top:18px}.billing h2 small{color:#555;font-size:.75rem;font-weight:400}.cart-summary{margin-left:auto;margin-top:25px;width:360px}.cart-summary h2{font-size:1.45rem;font-weight:600;margin-bottom:18px}.cart-summary h2 span{font-size:1rem}.cart-summary h2 small{color:#555;font-size:.75rem;font-weight:400}.cart-summary button{background:#d83a31;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;height:42px;width:100%}.payment-page{grid-gap:40px;display:grid;font-family:Glory,sans-serif;gap:40px;grid-template-columns:1fr 1.05fr;padding:35px 95px;position:relative;width:100%}.payment-left{border-right:1px solid #ddd;padding-right:45px}.delivery-header{border-bottom:1px solid #ddd;margin-bottom:45px;padding-bottom:18px;position:relative}.delivery-header h1{font-size:2rem;font-weight:600;margin-bottom:8px}.delivery-header p{color:#333;font-size:.9rem;line-height:1.5}.delivery-header span{color:#d83a31;cursor:pointer;font-size:.9rem;position:absolute;right:0;top:35px}.payment-method h2{font-size:1.8rem;font-weight:600;margin-bottom:25px}.payment-option{align-items:center;border-bottom:1px solid #ddd;display:flex;gap:18px;height:65px}.payment-option input{accent-color:#d83a31;height:18px;width:18px}.payment-option p{font-size:.9rem;font-weight:600;min-width:150px}.payment-option strong{color:#d83a31;font-size:1.25rem;font-weight:700}.payment-method button{background:#d83a31;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;height:42px;margin-top:25px;max-width:380px;width:100%}.payment-method button:disabled{cursor:not-allowed;opacity:.7}.payment-right{padding-left:10px}.payment-product{grid-gap:35px;align-items:center;border-bottom:1px solid #ddd;display:grid;gap:35px;grid-template-columns:170px 1fr;padding:38px 0}.payment-product:first-child{padding-top:35px}.payment-product img{background:#f8deda;border-radius:10px;height:170px;object-fit:cover;width:170px}.payment-billing h4{font-size:1rem;font-weight:600;margin-bottom:18px}.payment-billing p{font-size:.85rem;font-weight:500;margin-bottom:9px}.payment-billing p span{color:#333;display:inline-block;font-weight:400;width:95px}.payment-billing h2{font-size:1.45rem;font-weight:600;margin-top:18px}.payment-billing h2 small{color:#555;font-size:.75rem;font-weight:400}.payment-subtotal{padding-top:30px}.payment-subtotal h2{font-size:1.45rem;font-weight:600}.payment-subtotal h2 span{font-size:1rem}.payment-subtotal h2 small{color:#555;font-size:.75rem;font-weight:400}.address-overlay{align-items:center;animation:overlayFade .25s ease forwards;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#ffffffa6;display:flex;inset:0;justify-content:center;position:fixed;z-index:999}.address-popup{animation:popupScale .35s ease forwards;background:#fff;border-radius:18px;box-shadow:0 0 18px #00000026;opacity:0;padding:38px 42px;transform:scale(0);width:470px}@keyframes overlayFade{0%{opacity:0}to{opacity:1}}@keyframes popupScale{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.address-popup h2{font-size:1.8rem;font-weight:600;margin-bottom:28px;text-align:center}.address-popup form{display:flex;flex-direction:column}.address-popup label{font-size:.8rem;font-weight:600;margin-bottom:6px}.address-popup input,.address-popup select{border:1px solid #ddd;border-radius:7px;font-family:Glory,sans-serif;height:38px;margin-bottom:18px;outline:none;padding:0 12px}.address-row{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr 1fr}.address-row div{display:flex;flex-direction:column}.address-popup button{background:#d83a31;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;height:42px;margin-top:4px;width:100%}.empty-cart-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:62vh;width:100%}.empty-cart-content{max-width:100%;width:100%}.empty-cart-content h1{color:#111;font-family:Glory,sans-serif;font-size:3rem;font-weight:700;margin-bottom:18px}.empty-cart-content p{color:#444;font-family:Glory,sans-serif;font-size:1rem;line-height:1.5;max-width:100%}.empty-cart-content p span{color:#d83a31;cursor:pointer;font-weight:600}.empty-cart-image{align-items:center;display:flex;height:330px;justify-content:center;margin-top:70px;width:330px}.empty-cart-image img{height:100%;object-fit:contain;width:100%}@media (max-width:1200px){.cart-page,.payment-page{padding:50px 40px}.cart-item{grid-template-columns:30px 160px 1fr}.billing{grid-column:3/4}.payment-page{grid-template-columns:1fr}.payment-left{border-right:none;padding-right:0}}@media (max-width:768px){.cart-page,.payment-page{padding:35px 20px}.cart-item{gap:18px;grid-template-columns:25px 120px 1fr}.cart-img{height:120px;width:120px}.cart-info p,.delivery{width:100%}.billing{grid-column:1/-1;padding-left:43px}.cart-summary{width:100%}.payment-product{gap:20px;grid-template-columns:120px 1fr}.payment-product img{height:120px;width:120px}.address-popup{padding:30px 25px;width:90%}.empty-cart-wrapper{min-height:60vh;padding-top:20px}.empty-cart-content h1{font-size:2rem}.empty-cart-content p{font-size:.92rem}.empty-cart-image{height:220px;margin-top:45px;width:220px}}@media (max-width:520px){.cart-page,.payment-page{padding:25px 12px}.cart-item{grid-gap:10px;align-items:start;display:grid;gap:10px;grid-template-columns:22px 95px 1fr;padding:25px 0}.cart-check{margin-top:5px;position:static}.cart-img{height:95px;width:95px}.cart-info h3{font-size:1rem;margin-bottom:5px}.cart-info p{font-size:.78rem;line-height:1.2}.cart-info p,.delivery{margin-bottom:10px;width:100%}.delivery{font-size:.72rem;gap:6px;height:auto;min-height:32px;padding:6px 10px}.cart-qty{display:block;height:auto;width:90px}.cart-qty span{background:#0000;font-size:.8rem;justify-content:flex-start}.remove-cart-btn{font-size:.78rem;margin-top:10px;padding:7px 14px}.billing{grid-column:2/-1;margin-top:8px;padding-left:0}.billing h4{font-size:.95rem;margin-bottom:12px}.bill-row{font-size:.78rem;grid-template-columns:90px 1fr;margin-bottom:6px}.billing h2{font-size:1rem;margin-top:12px}.billing h2 small{font-size:.65rem}.cart-summary{width:100%}.cart-summary h2{font-size:1.1rem}.payment-product{gap:12px;grid-template-columns:95px 1fr}.payment-product img{height:95px;width:95px}.address-row{gap:0;grid-template-columns:1fr}.delivery-header span{display:inline-block;margin-top:8px;position:static}.empty-cart-content h1{font-size:1.6rem}.empty-cart-content p{font-size:.85rem}.empty-cart-image{height:180px;width:180px}}.recommended-section{margin-top:100px}.recommended-section h3{color:#222;font-family:glory;font-size:1.17rem;font-weight:600;margin-bottom:35px}.recommended-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(4,1fr)}.recommended-card{cursor:pointer;display:flex;flex-direction:column;margin-bottom:50px;width:100%}.recommended-img{align-items:center;background:#f8ece7;border-radius:10px;display:flex;height:263px;justify-content:center;overflow:hidden;position:relative;width:80%}.recommended-img img{height:100%;object-fit:cover;transition:opacity .35s ease,transform .35s ease}.recommended-heart{color:#111;cursor:pointer;font-size:17px;position:absolute;right:14px;top:14px}.recommended-content{display:flex;flex-direction:column;padding-top:14px;width:80%}.recommended-content h4{color:#111;font-size:1.3rem;font-weight:400;margin-bottom:8px}.recommended-content p{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#000;display:-webkit-box;font-family:glory-regular;font-size:1rem;font-weight:500;line-height:1.4;margin-bottom:14px;min-height:32px;overflow:hidden}.recommended-rating{display:flex;gap:3px;margin-bottom:8px;min-height:14px}.recommended-rating i{color:#d23d2e;font-size:.95rem}.recommended-price{align-items:baseline;display:flex;flex-wrap:nowrap;gap:6px;white-space:nowrap}.recommended-price h5{color:#111;font-size:1.58rem;font-weight:600;margin:0}.recommended-price span{color:#111;font-size:1rem;font-weight:700}@media (max-width:1200px){.recommended-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:992px){.recommended-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.recommended-card{align-items:center}.recommended-img{margin:0 auto}.recommended-content{text-align:left;width:80%}.recommended-price,.recommended-rating{justify-content:flex-start}}@media (max-width:600px){.recommended-section{margin-top:80px}.recommended-grid{gap:14px;grid-template-columns:repeat(2,1fr);justify-items:stretch}.recommended-card{margin-bottom:30px;max-width:100%}.recommended-img{height:170px;width:100%}.recommended-content{width:100%}.recommended-content h4{font-size:1rem;margin-bottom:5px}.recommended-content p{font-size:.78rem;line-height:1.25;margin-bottom:8px}.recommended-rating i{font-size:.75rem}.recommended-price{flex-wrap:wrap;gap:4px;white-space:normal}.recommended-price h5{font-size:1.15rem}.recommended-price span{font-size:.72rem}}@media (max-width:420px){.recommended-grid{gap:12px;grid-template-columns:repeat(2,1fr)}.recommended-img{height:150px}.recommended-content h4{font-size:.95rem}.recommended-content p{font-size:.75rem}.recommended-price h5{font-size:1.05rem}}.recommended-main-img{opacity:1}.recommended-hover-img{height:100%;inset:0;opacity:0;position:absolute;width:100%}.recommended-img:hover .recommended-main-img{opacity:0}.recommended-img:hover .recommended-hover-img{opacity:1}*{font-family:glory}.product-info-page{padding:45px 60px 80px;width:100%}.product-info-container{grid-gap:55px;display:grid;gap:55px;grid-template-columns:1.05fr .95fr;margin:0 auto;max-width:1450px;width:100%}@media (min-width:1500px){.product-info-container{max-width:1550px}}.product-info-left{width:100%}.main-product-image{align-items:center;background:#f8ece7;border-radius:18px;display:flex;height:430px;justify-content:center;overflow:hidden;position:relative;width:100%}.main-product-image img{height:82%;object-fit:contain;width:82%}.info-heart{background:#0000;border:none;color:#111;cursor:pointer;font-size:22px;height:34px;position:absolute;right:20px;top:18px;width:34px}.thumb-row{display:flex;gap:18px;margin-top:28px}.thumb-box{align-items:center;background:#f8ece7;border:1px solid #0000;border-radius:8px;cursor:pointer;display:flex;height:118px;justify-content:center;overflow:hidden;width:118px}.thumb-box img{height:85%;object-fit:contain;width:85%}.thumb-box.active{border-color:#d83a31}.rating-review-box{margin-top:70px}.rating-review-box>p{font-size:.85rem;font-weight:600;margin-bottom:22px}.rating-review-content{align-items:center;display:flex;gap:42px}.rating-number{min-width:105px}.rating-number h2{font-size:3.6rem;font-weight:500;line-height:1;margin:0 0 8px}.rating-number span{color:#666;font-size:.75rem}.rating-lines{width:310px}.rating-line{grid-gap:7px;align-items:center;display:grid;gap:7px;grid-template-columns:12px 12px 1fr;margin-bottom:8px}.rating-line span{color:#d83a31;font-size:.68rem}.rating-line i{color:#d83a31;font-size:.58rem}.line-bg{background:#ddd;border-radius:10px;height:5px;overflow:hidden;width:100%}.line-fill{background:#d83a31;height:100%}.spec-box{margin-top:70px}.spec-box h4{font-size:1rem;font-weight:600;margin-bottom:32px}.spec-list{width:100%}.spec-row{margin-bottom:38px}.spec-item span,.spec-row span{color:#111;font-size:.9rem;font-weight:600}.spec-item p,.spec-row p{color:#000;font-family:glory-regular;font-size:.85rem;line-height:1.45;margin:0}.two-col{display:grid;grid-template-columns:1fr 1fr}.caliber-row,.spec-item{align-items:start;display:grid;grid-template-columns:105px 1fr}.caliber-values{grid-column-gap:45px;column-gap:45px;display:grid;grid-template-columns:repeat(3,-webkit-max-content);grid-template-columns:repeat(3,max-content)}.carton-row,.single-row{align-items:start;display:grid;grid-template-columns:105px 1fr}.carton-size-value{margin-top:22px!important}.product-info-right{padding-top:8px}.product-code{font-size:.75rem;font-weight:600;margin-bottom:16px}.product-info-right h1{font-size:2rem;font-weight:500;margin-bottom:18px}.product-price-row{align-items:center;display:flex;gap:8px;margin-bottom:40px}.product-price-row h3{font-size:1.5rem;font-weight:600}.product-price-row span{color:#111;font-size:1rem}.product-price-row small{border:1px solid #239b56;border-radius:12px;color:#239b56;font-size:.65rem;margin-left:18px;padding:4px 10px}.product-description{color:#000;font-family:glory-regular;font-size:1.1rem;line-height:1.35;margin-bottom:18px;max-width:450px}.tag-row{display:flex;gap:12px;margin-bottom:35px}.tag-row span{background:#f4f4f4;border-radius:9px;color:#999;font-family:glory-regular;font-size:1rem;padding:9px 25px}.delivery-box{margin-bottom:40px}.billing-box h4,.delivery-box h4,.option-block h4{font-size:1.1rem;font-weight:600;margin-bottom:12px}.delivery-line{align-items:center;background:#f4f4f4;border-radius:9px;display:flex;gap:12px;padding:11px 18px;width:60%}.delivery-line i,.delivery-line span{color:#777;font-size:1rem}.delivery-line span{font-family:glory-regular}.option-block{margin-bottom:30px}.caliber-grid{grid-gap:9px;display:grid;gap:9px;grid-template-columns:repeat(2,1fr)}.caliber-btn{align-items:center;background:#f2f2f2;border:none;border-radius:9px;cursor:pointer;display:flex;justify-content:space-between;padding:10px 12px}.caliber-btn p,.caliber-btn span{color:#777;font-size:1rem}.caliber-btn p,.caliber-btn small{font-family:glory-regular}.caliber-btn small{font-size:.9rem}.caliber-btn.active,.caliber-btn:hover{background:#d83a31}.caliber-btn.active p,.caliber-btn.active small,.caliber-btn.active span{color:#fff}.quantity-options{display:grid;grid-template-columns:repeat(2,1fr)}.quantity-option{align-items:center;background:#f2f2f2;border:none;cursor:pointer;display:flex;justify-content:space-between;padding:12px 18px}.quantity-option:first-child{border-radius:9px 0 0 9px}.quantity-option:last-child{border-radius:0 9px 9px 0}.quantity-option p,.quantity-option span{color:#777;font-size:.75rem}.quantity-option.active{background:#d83a31}.quantity-option.active p,.quantity-option.active span{color:#fff}.cart-counter{border-radius:9px;display:grid;grid-template-columns:80px 1fr 80px;margin:25px 0 55px;overflow:hidden}.cart-counter button{background:#d83a31;border:none;color:#fff;cursor:pointer;font-size:1.2rem;padding:13px 0}.cart-counter span{align-items:center;background:#f2f2f2;color:#555;display:flex;font-size:.75rem;justify-content:center}.billing-box{margin-bottom:22px}.billing-line{display:grid;grid-template-columns:120px 1fr;margin-bottom:9px}.billing-line span{color:#000;font-family:glory-regular;font-size:.9rem}.billing-line p{color:#111;font-size:.9rem}.total-row{align-items:end;display:flex;gap:10px;margin-top:18px}.total-row h3{font-size:1.2rem;font-weight:500}.total-row span{color:#777;font-size:.65rem;margin-bottom:3px}.action-buttons{display:flex;flex-direction:column;gap:12px}.action-buttons button{border-radius:9px;cursor:pointer;font-size:.85rem;padding:13px;width:100%}.buy-btn{background:#d83a31;border:none;color:#fff}.cart-btn{background:#fff;border:1px solid #d83a31;color:#111}.custom-design-box{border-top:1px solid #e5e5e5;margin-bottom:40px;margin-top:35px;padding-top:35px}.custom-design-box h4{color:#111;font-size:16px;font-weight:600;margin-bottom:18px}.custom-upload-line{align-items:center;background:#f4f4f4;border-radius:18px;cursor:pointer;display:flex;gap:30px;padding:18px 40px;width:100%}.custom-upload-line i{color:#6b6b6b;font-size:22px}.custom-upload-line span{color:#777;font-size:18px}@media (max-width:1100px){.product-info-container{gap:50px;grid-template-columns:1fr}.product-info-right{padding-top:0}}@media (max-width:768px){.product-info-page{padding:30px 18px 60px}.main-product-image{height:340px}.thumb-box{height:90px;width:90px}.rating-review-content{align-items:flex-start;flex-direction:column;gap:20px}.rating-lines{width:100%}.two-col{grid-template-columns:1fr;row-gap:28px}.caliber-row,.carton-row,.single-row,.spec-item{grid-template-columns:120px 1fr}.caliber-values{column-gap:25px;grid-template-columns:repeat(3,-webkit-max-content);grid-template-columns:repeat(3,max-content)}.caliber-grid{grid-template-columns:1fr}.cart-counter{grid-template-columns:65px 1fr 65px}}@media (max-width:480px){.product-info-right h1{font-size:1.6rem}.product-price-row{flex-wrap:wrap}.main-product-image{height:280px}.thumb-row{gap:12px}.thumb-box{height:78px;width:78px}.caliber-row,.carton-row,.single-row,.spec-item{grid-template-columns:1fr;row-gap:8px}.caliber-values{column-gap:35px;grid-template-columns:repeat(2,-webkit-max-content);grid-template-columns:repeat(2,max-content);row-gap:6px}.total-row{align-items:flex-start;flex-direction:column;gap:4px}}.mobile-spec-toggle{display:none}@media (max-width:768px){.mobile-spec-toggle{background:#848484;border:none;border-radius:9px;color:#fff;cursor:pointer;display:block;font-size:.95rem;font-weight:600;margin-bottom:18px;padding:13px;width:100%}.spec-content{display:none!important}.spec-box.show-mobile-specs .spec-content{display:block!important}}.mobile-rating-review-box{display:none}@media (max-width:768px){.product-info-left .rating-review-box{display:none}.mobile-rating-review-box{display:block;margin-bottom:35px;margin-top:-15px}.mobile-rating-review-box>p{font-size:.85rem;font-weight:600;margin-bottom:18px}.mobile-rating-review-box .rating-review-content{align-items:center;display:flex;flex-direction:row;gap:22px}.mobile-rating-review-box .rating-number{min-width:75px}.mobile-rating-review-box .rating-number h2{font-size:3rem}.mobile-rating-review-box .rating-lines{width:100%}}.search-page{background:#fff;padding:45px 70px 70px;width:100%}.search-header{margin-bottom:35px}.search-header h2{color:#111;font-size:2rem;font-weight:700}.search-header p{color:#666;font-size:.95rem;margin-top:8px}.search-message{color:#777;font-size:1rem;margin-top:40px}.search-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(4,1fr)}.search-card{cursor:pointer;margin-bottom:50px;width:100%}.search-img{align-items:center;background:#f8ece7;border-radius:10px;display:flex;height:263px;justify-content:center;overflow:hidden;position:relative;width:80%}.search-img img{height:100%;object-fit:cover}.search-wishlist{cursor:pointer;font-size:17px;position:absolute;right:14px;top:14px}.search-content{padding-top:14px;width:80%}.search-content h3{color:#111;font-size:1rem;font-weight:400;margin-bottom:6px}.search-content p{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#666;display:-webkit-box;font-size:.78rem;line-height:1.4;margin-bottom:8px;min-height:32px;overflow:hidden}.search-rating{display:flex;gap:3px;margin-bottom:6px;min-height:14px}.search-rating i{color:#ff4d30;font-size:.75rem}.search-price{align-items:baseline;display:flex;flex-wrap:nowrap;gap:6px;white-space:nowrap}.search-price h4{color:#111;font-size:1.55rem;font-weight:600;margin:0}.search-price span{color:#111;font-size:.95rem}.search-price b{color:#111;font-size:.9rem;font-weight:400}@media (max-width:1200px){.search-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:992px){.search-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.search-page{padding:35px 25px 60px}.search-card{align-items:center;display:flex;flex-direction:column}.search-img{margin:0 auto}.search-content{width:80%}}@media (max-width:600px){.search-grid{grid-template-columns:1fr;justify-items:center}.search-card{max-width:360px}.search-img{height:340px;width:100%}.search-content{width:100%}}@media (max-width:420px){.search-card{max-width:100%}.search-img{height:330px}.search-price h4{font-size:1.45rem}.search-price span{font-size:.9rem}}.profile-page{margin:50px auto;max-width:1400px;min-height:70vh;padding:0 40px}.profile-loading{align-items:center;display:flex;font-family:glory;font-size:1.2rem;justify-content:center;min-height:60vh}.profile-header{align-items:center;background:#fafafa;border:1px solid #ececec;border-radius:14px;display:flex;gap:20px;justify-content:space-between;margin-bottom:40px;padding:30px}.profile-header h2{color:#222;font-family:glory;font-size:2rem;margin-bottom:6px}.profile-header p{color:#666;font-size:1rem;word-break:break-word}.logout-btn{background:#d23d2e;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.95rem;padding:12px 22px;transition:.3s}.logout-btn:hover{opacity:.95;transform:translateY(-2px)}.profile-stats{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);margin-bottom:60px}.stat-card{background:#fff;border:1px solid #ececec;border-radius:12px;padding:28px;text-align:center}.stat-card h3{color:#d23d2e;font-size:2rem;margin-bottom:8px}.stat-card p{color:#666;font-size:.95rem}.profile-section{margin-bottom:70px}.section-title{margin-bottom:25px}.section-title h3{color:#222;font-family:glory;font-size:1.6rem}.empty-state{background:#fafafa;border:1px dashed #ddd;border-radius:12px;color:#777;padding:40px;text-align:center}.order-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(2,minmax(0,1fr))}.order-card{background:#fff;border:1px solid #ececec;border-radius:14px;padding:20px}.order-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:18px}.order-status{background:#d23d2e;border-radius:20px;color:#fff;font-size:.82rem;padding:6px 12px}.order-price{font-size:1.1rem;font-weight:600}.order-item{display:flex;gap:14px;margin-bottom:15px}.order-item:last-child{margin-bottom:0}.order-item img{background:#f8ece7;border-radius:8px;height:70px;object-fit:cover;width:70px}.order-item h4{color:#222;font-size:1rem;margin-bottom:5px}.order-item p{color:#666;font-size:.9rem}.products-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(4,minmax(0,1fr));width:100%}.product-card{display:flex;flex-direction:column;width:100%}.product-img{background:#f8ece7;border-radius:12px;height:260px;overflow:hidden;position:relative}.product-img img{height:100%;object-fit:cover;width:100%}.wishlist-remove{align-items:center;background:#fff;border-radius:50%;box-shadow:0 3px 12px #0000001f;cursor:pointer;display:flex;height:38px;justify-content:center;position:absolute;right:12px;top:12px;width:38px}.wishlist-remove i{color:#d23d2e}.product-content{padding-top:14px}.product-content h4{-webkit-line-clamp:1;font-size:1.1rem;margin-bottom:8px}.product-content h4,.product-content p{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.product-content p{-webkit-line-clamp:2;color:#555;font-size:.95rem;line-height:1.4;margin-bottom:12px}.price{align-items:center;display:flex;gap:6px}.price h5{font-size:1.35rem;margin:0}.carton-text{color:#555;font-size:.9rem}@media (max-width:1200px){.products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:992px){.profile-page{padding:0 20px}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.order-grid{grid-template-columns:1fr}}@media (max-width:768px){.profile-header{align-items:flex-start;flex-direction:column}.profile-stats{grid-template-columns:1fr}}@media (max-width:600px){.profile-page{margin-top:30px;padding:0 14px}.profile-header{padding:20px}.profile-header h2{font-size:1.5rem}.products-grid{gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.product-img{height:180px}.product-content h4{font-size:.95rem}.product-content p{font-size:.8rem}.price h5{font-size:1rem}.carton-text{font-size:.72rem}.order-item img{height:55px;width:55px}}@media (max-width:420px){.products-grid{gap:12px}.product-img{height:150px}.logout-btn{width:100%}}
/*# sourceMappingURL=main.805b80f3.css.map*/