body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.loading-screen{align-items:center;background-color:#fff;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}body,html{overflow-x:hidden}.navbar{align-items:center;background:#fff;box-shadow:0 2px 10px #0000001a;display:flex;height:90px;justify-content:space-between;padding:0 30px;position:sticky;top:0;transition:all .4s cubic-bezier(.4,0,.2,1);z-index:1000}.navbar .cart-icon{font-size:1.2rem;height:40px;width:40px}.navbar .cart-count{font-size:.8rem;min-width:20px;padding:2px 6px}.logo img{margin-right:2rem;transition:transform .3s ease,width .3s ease;width:120px}.left{align-items:center;justify-content:space-between;width:100%}.left,.nav-links{display:flex;gap:1.3rem}.nav-links{list-style:none;margin:0;padding:0}.nav-links li a{color:#333;font-size:1.1rem;font-weight:600;position:relative;text-decoration:none;transition:color .3s ease}.nav-links li a.active,.nav-links li a:hover{color:#c00}.nav-links li a.active:after{width:100%}.nav-links li a.active:after,.nav-links li a:after{background-color:#c00;bottom:-5px;content:"";height:2px;left:0;position:absolute}.nav-links li a:after{transition:width .3s ease;width:0}.nav-links li a:hover:after{width:100%}.social-icons{align-items:center;display:flex;gap:1rem}.social-icons .icon{align-items:center;background-color:#f5f5f5;border-radius:50%;color:#666;display:flex;font-size:1.2rem;height:40px;justify-content:center;padding:.5rem;text-decoration:none;transition:all .3s ease;width:40px}.social-icons .icon:hover{background-color:#fee;color:#c00;transform:translateY(-2px)}.tele{background-color:#c00;border-radius:20px;padding-left:10px;padding-right:10px}.tele-h{color:#fff}.auth-section{gap:1.5rem}.auth-section,.cart-icon{align-items:center;display:flex}.cart-icon{background:linear-gradient(45deg,#fff,#f8f8f8);border-radius:50%;box-shadow:0 3px 6px #0000001a;color:#333;font-size:1.4rem;height:50px;justify-content:center;padding:.8rem;position:relative;text-decoration:none;transition:all .3s ease;width:50px}.cart-icon:hover{background:linear-gradient(45deg,#c00,#f44);box-shadow:0 5px 10px #c003;color:#fff;transform:translateY(-2px)}.cart-count{background:#fff;border:2px solid #c00;border-radius:50%;color:#c00;font-size:.9rem;font-weight:700;min-width:25px;padding:3px 8px;position:absolute;right:-5px;text-align:center;top:-5px}.hamburger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;padding:10px;z-index:1001}.nav-links .dropdown{position:relative}.nav-links .dropdown:hover .dropdown-menu{display:flex;flex-direction:column}.dropdown-title{cursor:pointer;position:relative}.dropdown-title:hover{color:#c00}.dropdown-menu{background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;box-shadow:0 8px 16px #0000001a;display:none;left:0;min-width:200px;padding:.5rem 0;position:absolute;top:100%;z-index:1000}.dropdown-menu li{border-bottom:1px solid #f1f1f1;list-style:none}.dropdown-menu li:last-child{border-bottom:none}.dropdown-menu li a{color:#333;display:block;font-size:1rem;padding:12px 20px;text-decoration:none;transition:all .3s ease}.dropdown-menu li a:hover{background-color:#fee;color:#c00;transform:translateX(5px)}.dropdown-title:after{content:\" ▼\";font-size:.75rem;margin-left:6px}.login-button{border:1px solid #c91313;border-radius:15px;border-radius:.2rem;box-shadow:0 4px 6px #0006;color:#c91313;cursor:pointer;font-size:1.1rem;font-weight:700;padding:.7rem .5rem;text-decoration:none;text-transform:uppercase;transition:transform .2s ease,box-shadow .2s ease}.login-button:hover{box-shadow:0 6px 10px #0003;transform:scale(1.05)}.hamburger span{background-color:#c00;border-radius:2px;height:3px;margin:3px 0;transition:.3s;width:25px}.hamburger.active span:first-child{transform:rotate(-45deg) translate(-5px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}.mobile-close{background:#c00;border:none;border-radius:50%;color:#fff;cursor:pointer;display:none;font-size:1.5rem;height:40px;position:absolute;right:20px;top:20px;transition:all .3s ease;width:40px;z-index:1002}.mobile-close:hover{background:#b00000;transform:rotate(90deg)}.mobile-overlay{background:#00000080;inset:0;position:fixed;z-index:999}@media (max-width:1024px){.navbar{height:80px;padding-left:15px;padding-right:20px}.logo img{margin-right:1.5rem;width:100px}.left,.nav-links{gap:1rem}.nav-links li a{font-size:1rem}.social-icons{gap:.8rem}.social-icons .icon{font-size:1.1rem;height:35px;width:35px}.tele-h{font-size:.9rem}.cart-icon{font-size:1.3rem;height:45px;width:45px}.login-button{font-size:1rem;padding:.6rem .4rem}}@media (max-width:768px){.navbar{height:70px;padding:0 15px}.logo img{margin-right:1rem;width:80px}.hamburger{display:flex}.mobile-close,.mobile-overlay{display:block}.left{align-items:center;background:linear-gradient(135deg,#fff,#f8f8f8);box-shadow:-5px 0 15px #0000001a;flex-direction:column;height:100vh;justify-content:flex-start;overflow-y:auto;padding:80px 20px 20px;position:fixed;right:-100%;top:0;transition:right .3s ease-in-out;width:320px;z-index:1000}.left.mobile-open{right:0}.tele{background:linear-gradient(45deg,#c00,#f44);border-radius:25px;box-shadow:0 4px 8px #c003;margin-bottom:20px;padding:12px 20px}.tele-h{font-size:.85rem;margin:0;text-align:center}.social-icons{gap:1.2rem;margin-bottom:30px}.social-icons .icon{background:linear-gradient(45deg,#f5f5f5,#e8e8e8);border:2px solid #0000;font-size:1.3rem;height:45px;width:45px}.social-icons .icon:hover{background:linear-gradient(45deg,#fee,#ffd6d6);border-color:#c00}.nav-links{flex-direction:column;gap:0;margin-bottom:30px;width:100%}.nav-links li{border-bottom:1px solid #e0e0e0;text-align:center;width:100%}.nav-links li:last-child{border-bottom:none}.nav-links li a{border-radius:8px;color:#333;display:block;font-size:1.1rem;margin:5px 0;padding:15px 20px;transition:all .3s ease}.nav-links li a:hover{background:linear-gradient(45deg,#fee,#ffd6d6);color:#c00;transform:translateX(5px)}.nav-links li a:after{display:none}.auth-section{flex-direction:column;gap:15px;width:100%}.cart-icon{background:linear-gradient(45deg,#fff,#f0f0f0);border:2px solid #e0e0e0;font-size:1.5rem;height:55px;width:55px}.cart-icon:hover{border-color:#c00}.login-button{border-radius:12px;font-size:1.1rem;padding:15px;text-align:center;width:100%}}@media (max-width:480px){.navbar{height:65px;padding:0 10px}.logo img{margin-right:.5rem;width:70px}.hamburger span{height:2.5px;width:22px}.left{padding:70px 15px 15px;width:280px}.mobile-close{font-size:1.3rem;height:35px;right:15px;top:15px;width:35px}.tele{margin-bottom:15px;padding:10px 15px}.tele-h{font-size:.75rem}.social-icons{gap:1rem;margin-bottom:25px}.social-icons .icon{font-size:1.2rem;height:40px;width:40px}.nav-links{margin-bottom:25px}.nav-links li a{font-size:1rem;padding:12px 15px}.auth-section{gap:12px}.cart-icon{font-size:1.4rem;height:50px;width:50px}.cart-count{font-size:.8rem;min-width:20px;padding:2px 6px}.login-button{border-radius:10px;font-size:1rem;padding:12px}}@media (max-width:360px){.navbar{height:60px;padding:0 8px}.logo img{width:60px}.left{padding:65px 12px 12px;width:250px}.tele-h{font-size:.7rem}.social-icons .icon{font-size:1.1rem;height:35px;width:35px}.nav-links li a{font-size:.95rem;padding:10px 12px}.cart-icon{font-size:1.3rem;height:45px;width:45px}.login-button{font-size:.95rem;padding:10px}}.footer{background-color:#222;color:#fff;font-size:14px;padding:40px 20px}.footer-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin:auto;max-width:1200px}.footer-bottom{border-top:1px solid #444;margin-top:20px;padding-top:15px;text-align:center}.footer-bottom .social-icons{display:flex;justify-content:center;margin:10px 0}.footer-bottom .social-icons i{cursor:pointer;font-size:20px;margin:0 10px;transition:color .3s ease}.footer-bottom .social-icons i:hover{color:#ff8c00}.footer-accordion{border-bottom:1px solid #444;flex:1 1;min-width:200px}.footer-accordion-header{background:none;border:none;color:#fff;cursor:pointer;font-size:16px;padding:1rem 0;position:relative;text-align:left;width:100%}.footer-accordion-header .arrow{position:absolute;right:0;transition:transform .3s ease}.footer-accordion-header .arrow.open{transform:rotate(90deg)}.footer-accordion-body{font-size:14px;padding-bottom:1rem}.footer-accordion-body ul{list-style:none;margin:0;padding:0}.footer-accordion-body ul li{cursor:pointer;margin-bottom:5px}.footer-accordion-body ul li:hover{text-decoration:underline}@media (min-width:769px){.footer-container{flex-direction:row}.footer-accordion-header{color:#ff8c00;display:block}.footer-accordion-header .arrow{display:none}.footer-accordion-body{display:block!important}}@media (max-width:768px){.footer-container{flex-direction:column;text-align:left}}.subcategory-container{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(5,1fr);padding:20px}@media (max-width:1200px){.subcategory-container{grid-template-columns:repeat(3,1fr)}}@media (max-width:800px){.subcategory-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.subcategory-container{grid-template-columns:repeat(2,1fr)}}.subcategory-header{background:#c00;border-radius:12px;box-shadow:0 4px 12px #00000014;color:#fff;margin:0 16px 24px;padding:24px 16px;text-align:center}.subcategory-header-image{border-radius:8px;box-shadow:0 2px 6px #00000014;margin-bottom:12px;max-height:200px;object-fit:cover;width:100%}.subcategory-card{aspect-ratio:9/16;background-color:#c00;border:5px solid #c00;border-radius:12px;box-shadow:0 2px 5px #0000001a;display:flex;flex-direction:column;margin:0 auto;max-width:220px;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease;width:100%}.subcategory-card:hover{box-shadow:0 8px 16px #cc000026;transform:translateY(-4px) scale(1.025)}.subcategory-image{aspect-ratio:9/7;border-radius:12px 12px 0 0;flex-shrink:0;height:90%;object-fit:cover;width:100%}.subcategory-card:hover .subcategory-image{filter:brightness(.92) blur(1px)}.subcategory-tag{align-items:center;color:#fff;display:flex;flex:1 1 auto;font-size:1rem;font-weight:600;justify-content:center;margin:1px 0 0;padding:0 8px;text-align:center}.subcategory-card:hover .subcategory-tag{background:linear-gradient(90deg,#b80000 80%,red)}.nlh-product-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;margin:2rem auto;max-width:1200px;padding:0 1rem}.nlh-image-gallery{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(4,1fr);order:1}.nlh-gallery-thumbnail{border:2px solid #0000;border-radius:8px;cursor:pointer;height:auto;transition:all .3s ease;width:100%}.nlh-gallery-thumbnail.active,.nlh-gallery-thumbnail:hover{border-color:#c00;transform:scale(1.02)}.nlh-main-image-container{border-radius:20px;box-shadow:0 4px 12px #0000001a;order:2;overflow:hidden;width:100%}.nlh-main-image{border:4px solid #c00;border-radius:20px;display:block;height:auto;width:100%}.nlh-product-details{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;order:3;padding:1.5rem}.nlh-product-header{margin-bottom:1.5rem}.nlh-product-title{color:#333;font-size:1.8rem;margin-bottom:.5rem}.nlh-rating-badge{align-items:center;display:flex;gap:.5rem}.nlh-rating-badge,.nlh-sku{color:#666;font-size:.9rem;margin-bottom:.5rem}.nlh-price,.nlh-sku{display:block}.nlh-price{color:#c00;font-size:1.5rem;font-weight:700;margin:1rem 0}.nlh-section-title{color:#333;font-size:1.2rem;margin-bottom:1rem}.nlh-quantity-selector{margin:1.5rem 0}.nlh-quantity-controls{align-items:center;display:flex;gap:.5rem}.nlh-quantity-btn{align-items:center;background:#f9f9f9;border:1px solid #ddd;border-radius:4px;cursor:pointer;display:flex;font-size:1.2rem;height:36px;justify-content:center;transition:all .2s ease;width:36px}.nlh-quantity-btn:hover{background:#eee}.nlh-quantity-value{font-size:1.1rem;text-align:center;width:50px}.nlh-actions{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin:2rem 0}.nlh-add-to-cart,.nlh-buy-now{border:none;border-radius:6px;cursor:pointer;font-weight:600;padding:.8rem;transition:all .2s ease}.nlh-add-to-cart{background:#c00;color:#fff}.nlh-add-to-cart:hover{background:#b30000}.nlh-buy-now{background:#333;color:#fff}.nlh-buy-now:hover{background:#696868}.nlh-product-tabs{border-bottom:1px solid #eee;display:flex;margin:2rem 0 1rem}.nlh-tab-btn{background:none;border:none;border-bottom:3px solid #0000;color:#666;cursor:pointer;font-weight:600;padding:.8rem 1.5rem;transition:all .2s ease}.nlh-tab-btn.active{border-bottom-color:#c00;color:#c00}.nlh-description-text{color:#555;line-height:1.6}.nlh-review-form-container{background:#f9f9f9;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.nlh-review-form{grid-gap:1rem;display:grid;gap:1rem}.nlh-form-group{grid-gap:.5rem;display:grid;gap:.5rem}.nlh-form-label{color:#444;font-weight:600}.nlh-form-input,.nlh-form-textarea{border:1px solid #ddd;border-radius:6px;font-family:inherit;padding:.8rem;transition:all .2s ease}.nlh-form-input:focus,.nlh-form-textarea:focus{border-color:#c00;box-shadow:0 0 0 2px #2a7f6233;outline:none}.nlh-form-textarea{min-height:100px;resize:vertical}.nlh-submit-review{background:#c00;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;justify-self:start;min-width:150px;padding:.8rem;transition:all .2s ease}.nlh-submit-review:hover{background:#e60000}.nlh-submit-review:disabled{background:#ccc;cursor:not-allowed}.nlh-reviews-list{grid-gap:1.5rem;display:grid;gap:1.5rem}.nlh-review-card{background:#fff;border:1px solid #eee;border-radius:8px;padding:1.5rem}.nlh-review-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.nlh-reviewer-name{color:#333;font-weight:600}.nlh-review-date{color:#888;font-size:.9rem}.nlh-review-comment{color:#555;line-height:1.6}.nlh-no-reviews{color:#888;padding:2rem;text-align:center}.nlh-loading-reviews{padding:1rem}.nlh-star-rating{align-items:center;display:flex;gap:.2rem}.nlh-star{color:#ffb400;font-size:1.2rem}.nlh-star.editable{cursor:pointer}.nlh-rating-value{color:#333;font-weight:600;margin-left:.5rem}.nlh-mobile-gallery-container{display:flex;flex-direction:column;gap:1rem}.nlh-mobile-thumbnails{-webkit-overflow-scrolling:touch;display:flex;gap:.5rem;overflow-x:auto;padding:.5rem 0;scroll-snap-type:x mandatory;scrollbar-width:none}.nlh-mobile-thumbnails::-webkit-scrollbar{display:none}.nlh-mobile-thumbnail{border:2px solid #eee;border-radius:8px;cursor:pointer;flex:0 0 80px;height:80px;margin-left:.5rem;overflow:hidden;scroll-snap-align:start;transition:all .2s ease}.nlh-mobile-thumbnail img{height:100%;object-fit:cover;width:100%}.nlh-mobile-thumbnail.active{border-color:#e60000;transform:scale(1.05)}.nlh-mobile-thumbnails:after{content:"";flex:0 0 1rem}.nlh-mobile-gallery{order:1}.nlh-thumbnail-scroll{display:flex;gap:.5rem;overflow-x:auto;padding:.5rem 0;scrollbar-width:thin}.nlh-thumbnail-scroll::-webkit-scrollbar{height:4px}.nlh-thumbnail-scroll::-webkit-scrollbar-thumb{background:#ddd;border-radius:2px}.nlh-mobile-description{border-top:1px solid #eee;margin-top:2rem;padding-top:1.5rem}.nlh-mobile-reviews-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-top:2rem;padding:1.5rem}@media (max-width:480px){.nlh-mobile-thumbnail{flex:0 0 70px;height:70px}.nlh-product-container{display:flex;flex-direction:column;gap:1.5rem}.nlh-product-details{order:2}.nlh-mobile-reviews-section{order:3}.nlh-product-tabs,.nlh-tab-content{display:none}}@media (min-width:768px){.nlh-product-container{grid-template-columns:1fr 1fr}.nlh-mobile-description,.nlh-mobile-reviews-section{display:none}.nlh-image-gallery{grid-column:1;grid-row:1;grid-template-columns:1fr;order:1}.nlh-main-image-container{grid-column:2;grid-row:1/span 2;order:2}.nlh-product-details{grid-column:1;grid-row:2;order:3}.nlh-tab-content{grid-column:1/span 2;margin-top:1rem;order:4;padding:0 1rem}}@media (min-width:992px){.nlh-product-container{grid-template-columns:1fr 1fr 1fr}.nlh-image-gallery{grid-column:1;grid-row:1;grid-template-columns:1fr 1fr}.nlh-main-image-container{grid-column:2;grid-row:1}.nlh-product-details{grid-column:3;grid-row:1}.nlh-tab-content{grid-column:1/span 3}}.nlh-loading-reviews{color:#888;padding:2rem;text-align:center}.product-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;box-sizing:border-box;display:flex;flex-direction:column;margin:10px 0;max-width:100%;outline:none;padding:12px;transition:transform .2s ease,box-shadow .2s ease;width:100%}.product-card:focus-within,.product-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}.product-image-container{align-items:center;background:#f8f8f8;border-radius:6px;box-shadow:0 1px 3px #0000000a;cursor:pointer;display:flex;height:160px;justify-content:center;margin-bottom:12px;overflow:hidden;position:relative;width:100%}.product-image{border:5px solid #c00;border-radius:10px;height:100%;object-fit:cover;transition:box-shadow .2s;width:100%}.product-image,.product-image[alt]:not([src]){background:#f8f8f8;background-size:48px}.product-details{display:flex;flex:1 1;flex-direction:column;min-width:0}.product-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#c00;display:-webkit-box;font-size:1rem;font-weight:600;line-height:1.3;margin:0 0 6px;overflow:hidden;text-overflow:ellipsis}.product-part{color:#666;font-size:.82rem;margin:0 0 6px}.product-price{color:#333;font-size:1.1rem;font-weight:700;margin:6px 0}.product-price span{color:#666;font-size:.8rem;font-weight:400}.product-unit{color:#666;font-size:.8rem;margin:0 0 12px}.product-actions{display:flex;gap:8px;margin-top:auto}.buy-now-btn,.details-btn{border:none;border-radius:6px;cursor:pointer;flex:1 1;font-size:.9rem;font-weight:500;outline:none;padding:8px 12px;text-align:center;transition:all .2s ease}.buy-now-btn{background-color:#eb7404;color:#fff}.details-btn{background-color:#f0f0f0;color:#333}.buy-now-btn:focus,.buy-now-btn:hover{background-color:#c00}.details-btn:focus,.details-btn:hover{background-color:#e0e0e0}.product-card.skeleton{gap:12px}.product-image-skeleton{background:#f0f0f0;border-radius:6px;height:160px;width:100%}.product-details-skeleton{display:flex;flex-direction:column;gap:8px}.skeleton-line{background:#f0f0f0;border-radius:4px;height:16px}.skeleton-line.short{width:70%}.skeleton-line.shorter{width:50%}.skeleton-buttons{display:flex;gap:8px;margin-top:12px}.skeleton-button{background:#f0f0f0;border-radius:6px;flex:1 1;height:36px}@media (min-width:600px){.product-card{flex-direction:row;height:auto;margin:14px auto;max-width:640px;padding:18px}.product-image-container{flex-shrink:0;height:160px;margin-bottom:0;margin-right:18px;width:160px}.product-title{font-size:1.1rem}.product-price{font-size:1.2rem}.buy-now-btn,.details-btn{font-size:1rem;padding:9px 18px}}@media (min-width:900px){.product-card{height:auto;margin:20px auto;max-width:900px;padding:24px}.product-image-container{height:200px;width:200px}.product-title{font-size:1.22rem}.product-price{font-size:1.3rem}}@media (max-width:599px){.product-image-container{height:140px}.product-image{margin:0;object-fit:cover;width:100%}}.product-card:focus-within{outline:2px solid #eb7404;outline-offset:2px}.product-list-wrapper{margin:0;padding:0;width:100%}.product-list-container{grid-gap:30px;align-items:start;box-sizing:border-box;display:grid;font-size:1.5rem;gap:30px;grid-template-columns:1fr 3fr;grid-template-rows:auto 1fr;margin:0 auto;padding:20px;text-align:center;width:100%}.product-list-title{font-size:2.5rem;font-weight:700;grid-column:1/-1;margin:0 0 20px;text-align:center}.product-list-title-blue{color:#007bff}.product-list-title-red{color:#dc3545}.product-list-left-image{align-items:center;border-radius:15px;box-shadow:0 4px 15px #0000001a;display:flex;height:100%;justify-content:center;min-height:400px;overflow:hidden;width:100%}.product-list-left-image img{border-radius:15px;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.product-list-left-image img:hover{transform:scale(1.05)}.product-list-grid{grid-gap:20px;align-items:stretch;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}@media (max-width:1024px){.product-list-container{gap:25px;grid-template-columns:1fr;grid-template-rows:auto auto 1fr;padding:15px}.product-list-title{font-size:2.2rem;margin-bottom:15px}.product-list-left-image{margin:0 auto;max-width:600px;min-height:300px;order:2}.product-list-grid{gap:15px;grid-template-columns:repeat(2,1fr);order:3}}@media (max-width:768px){.product-list-container{font-size:1.2rem;gap:20px;padding:10px}.product-list-title{font-size:1.8rem;margin-bottom:10px}.product-list-left-image{min-height:250px}.product-list-grid{gap:15px;grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.product-list-container{font-size:1rem;gap:15px;padding:8px}.product-list-title{font-size:1.5rem}.product-list-left-image{border-radius:10px;min-height:200px}.product-list-left-image img{border-radius:10px}.product-list-grid{gap:12px}}@media (max-width:360px){.product-list-container{padding:5px}.product-list-title{font-size:1.3rem}.product-list-left-image{min-height:180px}}.banner-card{border-radius:.5rem;box-shadow:0 2px 6px #0000001a;margin:auto 0;overflow:hidden;transition:box-shadow .3s ease;width:350px}.banner-card:hover{box-shadow:0 4px 12px #00000026}.banner-link{display:block;position:relative;text-decoration:none}.banner-image{display:block;height:auto;object-fit:cover;width:100%}.banner-description-overlay{background:linear-gradient(0deg,#000000b3,#0000);bottom:0;left:0;padding:1rem;position:absolute;right:0}.banner-description-text{color:#fff;font-size:.875rem;font-weight:500}.skeleton-loader{animation:pulse 1.5s ease-in-out infinite;background-color:#f3f4f6;border-radius:.5rem;height:10rem;width:100%}.feature-container{align-items:center;background-color:#c00;color:#fff;display:flex;justify-content:space-between;padding:20px;text-align:center}.feature{flex:1 1;padding:10px}.feature h3{font-size:.8rem;font-weight:700;margin-bottom:10px}.feature p{font-size:.7rem}.divider{background-color:#fff;height:60px;width:1px}.navbar-N{align-items:center;background:#565151;color:#fff;display:flex;justify-content:space-between;padding:.75rem 1rem;position:relative;z-index:100}.nav-left{display:none}.offers-button{background:#cb1d1d;border-radius:.25rem;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.375rem .875rem}.search-container{flex:1 1;margin:0 .5rem;max-width:100%;position:relative}.search-input{background:#ffffffe6;border:1px solid #fff;border-radius:1.5rem;font-size:.875rem;padding:.5rem 2rem .5rem 1rem;width:100%}.search-icon{color:#cb1d1d;font-size:1rem;position:absolute;right:.75rem;top:50%;transform:translateY(-50%)}.results-list{background:#fff;border-radius:.5rem;box-shadow:0 4px 12px #00000026;left:0;list-style:none;margin-top:.5rem;max-height:60vh;overflow-y:auto;padding:0;position:absolute;right:0;top:100%;z-index:1000}.result-item{border-bottom:1px solid #f0f0f0;padding:.75rem 1rem}.result-item.loading,.result-item.no-results{color:#666;padding:1rem;text-align:center}.result-link{align-items:center;color:inherit;display:flex;text-decoration:none}.result-img{border:1px solid #0000000d;border-radius:.25rem;height:2.5rem;margin-right:1rem;object-fit:cover;width:2.5rem}.result-info{flex:1 1}.result-name{color:#333;font-size:.875rem;font-weight:500;margin-bottom:.125rem}.result-type{color:#666;display:block;font-size:.75rem;margin-bottom:.125rem}.result-price{color:#cb1d1d;font-size:.875rem;font-weight:600}.see-more-container{padding:0}.see-more-button{background:#f5f5f5;border:none;color:#06c;cursor:pointer;font-size:.8125rem;font-weight:500;padding:.75rem 1rem;text-align:center;transition:background .2s;width:100%}.see-more-button:hover{background:#e0e0e0}.mobile-search-overlay{background:#fff;bottom:0;display:flex;flex-direction:column;left:0;position:fixed;right:0;top:0;z-index:1000}.mobile-search-header{align-items:center;background:#565151;color:#fff;display:flex;padding:.75rem 1rem}.mobile-search-back{background:none;border:none;color:#fff;cursor:pointer;font-size:1.25rem;margin-right:1rem}.mobile-search-input{border:none;border-radius:1.5rem;flex:1 1;font-size:1rem;padding:.5rem 1rem}@media (min-width:768px){.navbar-N{padding:.75rem 2rem}.nav-left{align-items:center;display:flex;gap:1.5rem}.search-container{margin:0 1rem;max-width:28rem}.search-input{font-size:.9375rem;padding:.5rem 2.25rem .5rem 1rem}.search-icon{font-size:1.125rem;right:1rem}.results-list{left:50%;transform:translateX(-50%);width:28rem}}@media (min-width:1024px){.search-container{max-width:32rem}.results-list{width:32rem}}:root{--primary:#4f46e5;--primary-hover:#4338ca;--danger:#ef4444;--text:#1f2937;--text-light:#6b7280;--border:#e5e7eb;--bg:#f9fafb;--shadow:0 4px 6px #0000000d}body,html{color:#1f2937;color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;height:100%;margin:0;padding:0}.cart-fullscreen,body,html{background:#f9fafb;background:var(--bg)}.cart-fullscreen{display:flex;justify-content:center;min-height:100vh;padding:16px;width:100%}.cart-container{display:flex;flex-direction:column;gap:24px;max-width:1200px;width:100%}.cart-header{margin-bottom:20px}.cart-header h2{font-size:1.5rem;font-weight:600;margin:0}.cart-header p{color:#6b7280;color:var(--text-light);font-size:.9rem;margin:4px 0 0}.empty-cart{padding:40px 0;text-align:center}.empty-cart p{color:#6b7280;color:var(--text-light);margin-bottom:16px}.cart-items{display:flex;flex-direction:column;gap:16px}.cart-item{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000000d;box-shadow:var(--shadow);display:flex;gap:16px;padding:16px}.cart-item img{border-radius:4px;height:80px;object-fit:cover;width:80px}.item-details{flex:1 1}.item-details h4{font-size:1rem;font-weight:500;margin:0 0 4px}.item-sku{color:#6b7280;color:var(--text-light);font-size:.8rem;margin:0 0 8px}.item-price-mobile{display:none;font-weight:600;margin:8px 0}.item-actions{justify-content:space-between;margin-top:12px}.item-actions,.item-quantity{align-items:center;display:flex}.item-quantity{gap:8px}.item-quantity button{align-items:center;background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:50%;cursor:pointer;display:flex;font-size:1rem;height:28px;justify-content:center;width:28px}.item-quantity button:hover{background:#f9fafb;background:var(--bg)}.remove-btn{background:none;border:none;color:#ef4444;color:var(--danger);cursor:pointer;font-size:.85rem;padding:4px 8px}.remove-btn:hover{text-decoration:underline}.continue-shopping{align-items:center;color:#4f46e5;color:var(--primary);display:inline-flex;font-size:.9rem;font-weight:500;gap:4px;margin-top:16px;text-decoration:none}.continue-shopping:hover{text-decoration:underline}.cart-right{background:#fff;border-radius:8px;bottom:16px;box-shadow:0 4px 6px #0000000d;box-shadow:var(--shadow);margin-top:auto;padding:20px;position:sticky}.cart-right h3{font-size:1.2rem;margin:0 0 16px}.summary-row{font-size:.9rem;margin-bottom:12px}.summary-row,.summary-total{display:flex;justify-content:space-between}.summary-total{border-top:1px solid #e5e7eb;border-top:1px solid var(--border);font-size:1.1rem;font-weight:600;margin:20px 0;padding-top:16px}.checkout-btn{background:#4f46e5;background:var(--primary);border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:12px;transition:background .2s;width:100%}.checkout-btn:hover{background:#4338ca;background:var(--primary-hover)}.colombo-only-highlight{background-color:#fff5f5;border:2px solid #e74c3c;border-radius:8px;padding:8px}.colombo-warning-message{background-color:#fff4e5;border:1px solid #ffa726;border-radius:6px;color:#b14b00;font-size:14px;margin-bottom:16px;padding:12px}.colombo-only-text{color:#d35400;font-size:13px;margin-top:4px}@media (min-width:768px){.cart-container{align-items:flex-start;flex-direction:row}.cart-left{flex:2 1}.cart-right{flex:1 1;position:sticky;top:20px}.item-price-mobile{display:block}}.BuyingPage_checkoutContainer__fRP3R{box-sizing:border-box;padding:1rem;width:100%}.BuyingPage_checkoutGrid__aCjue{display:flex;flex-direction:column;gap:1.5rem;margin:0 auto;max-width:1200px}.BuyingPage_customerInfo__WgQQK,.BuyingPage_orderSummary__8QBAx{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.BuyingPage_h2__ItJjt{color:#1a1a1a;font-size:1.25rem;font-weight:600;margin:0 0 1.25rem}.BuyingPage_noDeliveryNotice__mrHab{background-color:#ffe6e6;border:1px solid #ff4d4f;border-radius:8px;color:#a8071a}.BuyingPage_deliveryOnlyColomboNotice__vnTna,.BuyingPage_noDeliveryNotice__mrHab{align-items:center;display:flex;font-size:16px;font-weight:500;gap:8px;margin:16px 0;padding:12px 16px}.BuyingPage_deliveryOnlyColomboNotice__vnTna{background-color:#fff7e6;border:1px solid #fa8c16;border-radius:8px;color:#d46b08}.BuyingPage_codOnlyNotice__mAku8{background-color:#fffbe6;border:1px solid #faad14;border-radius:8px;color:#ad6800}.BuyingPage_codOnlyNotice__mAku8,.BuyingPage_freeDeliveryNotice__JnlYd{align-items:center;display:flex;font-size:16px;font-weight:500;gap:8px;margin:16px 0;padding:12px 16px}.BuyingPage_freeDeliveryNotice__JnlYd{background-color:#e6fffb;border:1px solid #36cfc9;border-radius:8px;color:#08979c}.BuyingPage_colomboOnlyWarningBox__R3ySG{background-color:#fff3f3;border-left:4px solid #e74c3c;border-radius:5px;color:#c0392b;font-size:14px;margin-top:16px;padding:12px}.BuyingPage_colomboOnlyWarningBox__R3ySG ul{margin:8px 0 0 16px;padding:0}.BuyingPage_colomboOnlyWarningBox__R3ySG li{list-style:disc}.BuyingPage_colomboOnlyItem__ruzj5{background-color:#fff8f0;border:2px solid #e67e22;border-radius:8px;box-shadow:0 2px 6px #e67e221a}.BuyingPage_colomboOnlyTag__M3xqx{color:#d35400;font-size:13px;font-weight:500;margin-top:6px}.BuyingPage_formGroup__mxzFz{margin-bottom:1rem}.BuyingPage_formRow__jXXbQ{display:flex;flex-direction:column;gap:1rem}.BuyingPage_input__AHFBf,.BuyingPage_textarea__CQ5gP{border:1px solid #e0e0e0;border-radius:.375rem;font-size:1rem;margin-bottom:15px;padding:.75rem;transition:border-color .2s;width:100%}.BuyingPage_input__AHFBf:focus,.BuyingPage_textarea__CQ5gP:focus{border-color:#06c;outline:none}.BuyingPage_textarea__CQ5gP{min-height:6rem;resize:vertical}.BuyingPage_orderItems__PnYtL{margin:1rem 0}.BuyingPage_orderItem__kBJxl{align-items:flex-start;border:2px solid #0000;border-bottom:1px solid #f0f0f0;border-radius:6px;display:flex;gap:1rem;padding:1rem;transition:background-color .3s ease,border .3s ease}.BuyingPage_itemImage__Z2puQ img{border-radius:.25rem;height:4rem;object-fit:cover;width:4rem}.BuyingPage_itemDetails__qdasq{flex:1 1}.BuyingPage_itemDetails__qdasq h4{font-size:1rem;font-weight:500;margin:0 0 .25rem}.BuyingPage_itemDetails__qdasq p{color:#666;font-size:.875rem;margin:0}.BuyingPage_itemPrice__B9n7P{font-weight:600;min-width:5rem;text-align:right}.BuyingPage_orderTotals__sgsjf{margin:1.5rem 0}.BuyingPage_totalRow__5QbLK{display:flex;font-size:.9375rem;justify-content:space-between;margin-bottom:.5rem}.BuyingPage_grandTotal__4ybzx{border-top:1px solid #e0e0e0;display:flex;font-size:1.125rem;font-weight:600;justify-content:space-between;margin-top:1rem;padding-top:1rem}.BuyingPage_paymentMethods__zTsIF{margin-top:1.5rem}.BuyingPage_paymentTabs__xBduO{-webkit-overflow-scrolling:touch;border-bottom:1px solid #e0e0e0;display:flex;margin-bottom:1rem;overflow-x:auto}.BuyingPage_paymentTabs__xBduO .BuyingPage_button__9yLba{background:none;border:none;border-bottom:3px solid #0000;color:#666;cursor:pointer;flex:1 1;font-size:.875rem;font-weight:500;min-width:max-content;padding:.75rem 1rem;white-space:nowrap}.BuyingPage_paymentTabs__xBduO .BuyingPage_button__9yLba.BuyingPage_activeTab__9hvH0{border-bottom-color:#06c;color:#06c}.BuyingPage_paymentTabs__xBduO .BuyingPage_button__9yLba.BuyingPage_activeTab__9hvH0:hover{color:#f0f0f0}.BuyingPage_paymentContent__jf4BF{margin-top:1rem}.BuyingPage_kokoPlaceholder__1hFAx,.BuyingPage_payherePlaceholder__c8JhB{background:#f8f9fa;border-radius:.5rem;padding:1.25rem}.BuyingPage_kokoPlaceholder__1hFAx h3,.BuyingPage_payherePlaceholder__c8JhB h3{font-size:1.125rem;margin:0 0 .5rem}.BuyingPage_kokoPlaceholder__1hFAx p,.BuyingPage_payherePlaceholder__c8JhB p{color:#666;margin:0 0 1rem}.BuyingPage_cardIcons__UviEW{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin:1rem 0}.BuyingPage_cardIcons__UviEW span{background:#fff;border-radius:.25rem;font-size:.75rem;font-weight:600;padding:.375rem .75rem}.BuyingPage_installmentOptions__9AUKQ{margin:1rem 0}.BuyingPage_installmentOptions__9AUKQ label{align-items:center;background:#fff;border-radius:.375rem;cursor:pointer;display:flex;gap:.5rem;margin-bottom:.5rem;padding:.75rem}.BuyingPage_button__9yLba{background:#06c;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem;transition:background .2s;width:100%}.BuyingPage_button__9yLba:hover{background:#0052a3;color:#f0f0f0}.BuyingPage_button__9yLba:disabled{background:#ccc;cursor:not-allowed}.BuyingPage_termsAgreement__laTKx{align-items:center;display:flex;font-size:.875rem;gap:.5rem;margin-top:1.5rem}.BuyingPage_errorMessage__AdGy6{color:#d32f2f;font-size:.875rem;margin:.5rem 0}@media (min-width:768px){.BuyingPage_checkoutGrid__aCjue{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.BuyingPage_formRow__jXXbQ{flex-direction:row}.BuyingPage_paymentTabs__xBduO .BuyingPage_button__9yLba{font-size:1rem;padding:.75rem 1.5rem}}@media (min-width:1024px){.BuyingPage_checkoutContainer__fRP3R,.BuyingPage_customerInfo__WgQQK,.BuyingPage_orderSummary__8QBAx{padding:2rem}.BuyingPage_h2__ItJjt{font-size:1.5rem}}.miniCategory-main{background:linear-gradient(135deg,#f8f8f8 60%,#f2f5fa);min-height:100vh;padding:32px 0}.miniCategory-header{background:#c00;border-radius:18px;box-shadow:0 6px 24px #00000014;color:#fff;margin-bottom:40px;padding:32px 16px 24px;text-align:center}.miniCategory-header-image{border-radius:12px;box-shadow:0 2px 8px #00000014;margin-bottom:14px;max-height:250px;object-fit:cover;width:100%}.miniCategory-header h1{font-size:2rem;font-weight:700;letter-spacing:1px;margin:12px 0 6px}.miniCategory-header p{color:#fff;font-size:15px;margin-top:12px;opacity:.92}.miniCategory-container{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(5,1fr);padding:20px}.miniCategory-card{aspect-ratio:9/16;background-color:#c00;border:5px solid #c00;border-radius:12px;box-shadow:0 2px 5px #0000001a;display:flex;flex-direction:column;margin:0 auto;max-width:220px;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease;width:100%}.miniCategory-card:hover{box-shadow:0 8px 16px #cc000026;transform:translateY(-4px) scale(1.025)}.miniCategory-image{aspect-ratio:9/7;border-radius:12px 12px 0 0;flex-shrink:0;height:90%;object-fit:cover;width:100%}.miniCategory-card:hover .miniCategory-image{filter:brightness(.92) blur(1px)}.miniCategory-tag{align-items:center;color:#fff;display:flex;flex:1 1 auto;font-size:1rem;font-weight:600;justify-content:center;margin:5px 0 0;padding:0 8px;text-align:center}.miniCategory-card:hover .miniCategory-tag{background:linear-gradient(90deg,#b80000 80%,red)}@media (max-width:1200px){.miniCategory-container{gap:24px;grid-template-columns:repeat(3,1fr)}}@media (max-width:800px){.miniCategory-container{gap:16px;grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.miniCategory-container{gap:8px;grid-template-columns:repeat(2,1fr)}}body{font-family:Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;margin:0;padding:0}.ccf-container{align-items:center;color:#333;display:flex;flex-direction:column;min-height:100vh;padding:2rem 1rem;position:relative}.ccf-container,.ccf-container:before{background:linear-gradient(#0003,#0003),url(/static/media/frontlook.69b48c9afea2fe578078.webp) 50%/cover fixed no-repeat}.ccf-container:before{content:"";filter:blur(4px);height:100%;left:0;position:fixed;top:0;transform:translateZ(0);width:100%;z-index:-1}.ccf-logo-circle{align-items:center;background:#f5f5f5e6;border-radius:50%;box-shadow:0 4px 15px #0000001a;display:flex;height:150px;justify-content:center;margin:0 auto 1.5rem;overflow:hidden;position:relative;width:150px;z-index:1}.ccf-logo-circle:before{animation:ccf-shine 3.5s ease-in-out infinite;background:linear-gradient(90deg,#fff0 0,#fffc 50%,#fff0);content:"";height:100%;left:-100%;position:absolute;top:0;transform:rotate(20deg);width:200%;will-change:transform}@keyframes ccf-shine{0%{transform:rotate(20deg) translateX(-100%)}to{transform:rotate(20deg) translateX(100%)}}.ccf-logo{height:80%;object-fit:contain;width:80%;z-index:2}.ccf-card{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#fffffff7;border:1px solid #fff3;border-radius:12px;box-shadow:0 8px 30px #00000026;margin-bottom:2rem;max-width:600px;padding:2rem;width:100%}.ccf-header{margin-bottom:2rem;text-align:center}.ccf-title{color:#c62828;font-size:1.8rem;font-weight:700;letter-spacing:.5px;margin:0 0 .5rem}.ccf-title:after{background:#d32f2f;border-radius:3px;content:"";display:block;height:3px;margin:.75rem auto;width:60px}.ccf-form{display:flex;flex-direction:column;gap:1.25rem}.ccf-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:1fr}.ccf-group{display:flex;flex-direction:column}.ccf-group label{color:#444;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.ccf-group input,.ccf-group select,.ccf-group textarea{background:#ffffffe6;border:1px solid #e0e0e0;border-radius:8px;font-size:1rem;padding:.85rem;transition:all .2s ease}.ccf-group input:focus,.ccf-group select:focus,.ccf-group textarea:focus{border-color:#d32f2f;box-shadow:0 0 0 2px #d32f2f33;outline:none}.ccf-group textarea{min-height:120px;resize:vertical}.ccf-file-btn{align-items:center;background:#d32f2f;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;gap:.5rem;justify-content:center;padding:.85rem 1.5rem;transition:all .2s ease}.ccf-file-btn:hover{background:#b71c1c;transform:translateY(-1px)}.ccf-hidden-input{display:none}.ccf-image-preview-container{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.ccf-image-preview{border-radius:8px;box-shadow:0 2px 8px #0000001a;max-width:200px;overflow:hidden;position:relative;width:100%}.ccf-image-preview img{display:block;height:auto;width:100%}.ccf-remove-image{align-items:center;background:#0009;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:28px;justify-content:center;position:absolute;right:.5rem;top:.5rem;transition:all .2s ease;width:28px}.ccf-remove-image:hover{background:#000c;transform:scale(1.1)}.ccf-captcha{margin:1rem 0}.ccf-captcha-wrap{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.ccf-captcha-text{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:6px;font-family:monospace;letter-spacing:2px;padding:.75rem;text-align:center;-webkit-user-select:none;user-select:none}.ccf-captcha-error{color:#d32f2f;font-size:.85rem;margin-top:.25rem}.ccf-submit-btn{background:#d32f2f;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:1rem;transition:all .2s ease}.ccf-submit-btn:hover{background:#b71c1c;box-shadow:0 4px 12px #b71c1c33;transform:translateY(-2px)}@media (min-width:480px){.ccf-container{padding:2.5rem 1rem}.ccf-logo-circle{height:180px;width:180px}}@media (min-width:768px){.ccf-container{padding:3rem}.ccf-card{padding:2.5rem}.ccf-grid{grid-template-columns:1fr 1fr}.ccf-title{font-size:2rem}.ccf-captcha-wrap{align-items:center;flex-direction:row}.ccf-captcha-text{min-width:120px}}@media (min-width:1024px){.ccf-container{padding:4rem}.ccf-card{max-width:700px}}@media (max-width:768px){.ccf-container,.ccf-container:before{background-attachment:scroll}}.modal-overlay{align-items:center;background-color:#00000080;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:999}.modal-box{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #0003;max-width:400px;padding:20px 30px;text-align:center}.modal-message{font-size:18px;margin-bottom:20px}.modal-actions{display:flex;justify-content:center}.ok-button{background-color:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;padding:8px 20px;transition:background-color .3s ease}.ok-button:hover{background-color:#0056b3}:root{--primary-color:#c62828;--primary-light:#c62828;--secondary-color:#3f37c9;--dark-color:#1a1a2e;--light-color:#f8f9fa;--success-color:#4bb543;--error-color:#f44336;--text-color:#333;--text-light:#666;--border-radius:12px;--box-shadow:0 10px 20px #0000001a;--transition:all 0.3s ease}*{box-sizing:border-box}.feedback-container{align-items:center;animation:fadeIn .5s ease;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);background:linear-gradient(#0003,#0003),url(/static/media/frontlook.69b48c9afea2fe578078.webp) 50%/cover fixed no-repeat;color:#333;color:var(--text-color);display:flex;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;justify-content:center;min-height:100vh;padding:2rem;width:100vw}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.feedback-wrapper{animation:slideUp .5s ease;background:#fff;border-radius:12px;border-radius:var(--border-radius);box-shadow:0 10px 20px #0000001a;box-shadow:var(--box-shadow);max-width:1200px;overflow:hidden;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.feedback-title{background:linear-gradient(90deg,#c62828,#c62828);background:linear-gradient(to right,var(--primary-color),var(--primary-light));color:#fff;font-size:2.2rem;margin:0;padding:2rem;text-align:center}.feedback-form{gap:1.5rem;padding:2rem}.feedback-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#333;color:var(--text-color);font-weight:600}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:12px;border-radius:var(--border-radius);font-size:1rem;padding:.8rem 1rem;transition:all .3s ease;transition:var(--transition)}.form-group input:focus,.form-group textarea:focus{border-color:#c62828;border-color:var(--primary-color);box-shadow:0 0 0 2px #4361ee33;outline:none}.star-rating{display:flex;gap:.5rem}.star{background:none;border:none;color:#ccc;cursor:pointer;font-size:2rem;padding:0;transition:all .3s ease;transition:var(--transition)}.star .star-icon{display:block}.star.on{color:#ffc107;transform:scale(1.1)}.star.off{color:#ccc}.star:hover{transform:scale(1.2)}textarea{min-height:120px;resize:vertical}.submit-button{background:linear-gradient(90deg,#c62828,#c62828);background:linear-gradient(to right,var(--primary-color),var(--primary-light));border:none;border-radius:12px;border-radius:var(--border-radius);color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:1rem;transition:all .3s ease;transition:var(--transition)}.submit-button:hover{background:#3f37c9;background:var(--secondary-color);box-shadow:0 5px 15px #0000001a;transform:translateY(-2px)}.submit-button:disabled{background:#ccc;box-shadow:none;cursor:not-allowed;transform:none}.error-message{animation:shake .5s ease;background:#f443361a;border-radius:12px;border-radius:var(--border-radius);color:#f44336;color:var(--error-color);padding:1rem;text-align:center}@keyframes shake{0%,to{transform:translateX(0)}20%,60%{transform:translateX(-5px)}40%,80%{transform:translateX(5px)}}.submission-success{animation:fadeIn .5s ease;padding:3rem 2rem;text-align:center}.success-icon{animation:bounce .5s ease;background-color:#4bb543;background-color:var(--success-color);border-radius:50%;color:#fff;display:inline-block;font-size:2rem;height:60px;line-height:60px;margin-bottom:1rem;width:60px}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-20px)}60%{transform:translateY(-10px)}}.submission-success h2{color:#4bb543;color:var(--success-color);margin-bottom:1rem}.submission-success p{color:#666;color:var(--text-light);margin-bottom:2rem}.analytics-section{animation:fadeIn .8s ease;border-top:1px solid #eee;padding:2rem}.analytics-section h2{color:#1a1a2e;color:var(--dark-color);font-size:1.8rem;margin-bottom:1.5rem;text-align:center}.analytics-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.analytics-card{background:#fff;border-radius:12px;border-radius:var(--border-radius);box-shadow:0 5px 15px #0000000d;padding:1.5rem;transition:all .3s ease;transition:var(--transition)}.analytics-card:hover{box-shadow:0 10px 20px #0000001a;transform:translateY(-5px)}.analytics-card h3{color:#c62828;color:var(--primary-color);margin-bottom:1rem}.rating-display{align-items:center;display:flex;gap:1rem}.average-rating{color:#1a1a2e;color:var(--dark-color);font-size:3rem;font-weight:700}.stars{display:flex;gap:.2rem}.stars .star{color:#ccc;font-size:1.5rem}.stars .star.filled{color:#ffc107}.big-number{color:#c62828;color:var(--primary-color);font-size:3rem;font-weight:700;margin:1rem 0;text-align:center}.distribution-bars{display:flex;flex-direction:column;gap:.5rem}.distribution-row{align-items:center;display:flex;gap:.5rem}.stars-label{font-weight:600;width:30px}.bar-container{background:#f0f0f0;border-radius:10px;flex-grow:1;height:20px;overflow:hidden}.bar{background:linear-gradient(90deg,#ffc107,#ff9800);border-radius:10px;height:100%;transition:width 1s ease}.percentage{color:#666;color:var(--text-light);font-size:.9rem;text-align:right;width:40px}.recent-reviews{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);list-style:none}.reviews-section{border-top:1px solid #eee;margin-top:3rem;padding-top:2rem}.reviews-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin:2rem 0}.review-item{background:#f9f9f9;border-radius:12px;border-radius:var(--border-radius);display:flex;flex-direction:column;height:100%;padding:1rem;transition:all .3s ease;transition:var(--transition)}.review-item:hover{background:#f0f0f0}.review-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.review-rating{color:#ffc107;font-size:1.1rem;font-weight:700}.review-title{color:#1a1a2e;color:var(--dark-color);font-size:1.1rem;font-weight:600;margin:.5rem 0}.review-date{font-size:.8rem}.review-content,.review-date{color:#666;color:var(--text-light)}.review-content{font-size:.95rem;line-height:1.6}.review-card{background:#fff;border:1px solid #eee;border-radius:12px;border-radius:var(--border-radius);box-shadow:0 2px 10px #0000000d;padding:1.5rem;transition:all .3s ease;transition:var(--transition)}.review-card:hover{box-shadow:0 10px 20px #0000001a;transform:translateY(-5px)}.pagination{flex-wrap:wrap;gap:.5rem;margin-top:2rem}.pagination-button{background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;min-width:40px;padding:.5rem 1rem;transition:all .3s ease;transition:var(--transition)}.pagination-button:hover:not(:disabled){background:#c62828;background:var(--primary-color);border-color:#c62828;border-color:var(--primary-color);color:#fff}.pagination-button:disabled{cursor:not-allowed;opacity:.5}.pagination-button.active{background:#c62828;background:var(--primary-color);border-color:#c62828;border-color:var(--primary-color);color:#fff;font-weight:700}.loading-spinner{animation:spin 1s linear infinite;border:5px solid #f3f3f3;border-radius:50%;border-top-color:#c62828;border-top:5px solid var(--primary-color);height:50px;margin:0 auto;width:50px}.loading-spinner.small{border-width:3px;height:30px;margin:2rem auto;width:30px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.reviews-grid{grid-template-columns:1fr}.pagination{gap:.3rem}.pagination-button{min-width:30px;padding:.3rem .6rem}}@media (max-width:1200px){.recent-reviews{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.recent-reviews{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.recent-reviews{grid-template-columns:1fr}}@media (max-width:768px){.feedback-container{padding:1rem}.feedback-title{font-size:1.8rem;padding:1.5rem}.analytics-section,.feedback-form{padding:1.5rem}.analytics-grid{grid-template-columns:1fr}}.UserProfile_profileContainer__kaliF{color:#333;margin:2rem auto;max-width:1200px;padding:0 1rem}.UserProfile_profileHeader__FPoeu{background-color:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000d;margin-bottom:2rem;padding:2rem;text-align:center}.UserProfile_avatar__wRdRZ{align-items:center;background-color:#c00;border-radius:50%;color:#fff;display:flex;font-size:2rem;font-weight:700;height:80px;justify-content:center;margin:0 auto 1rem;width:80px}.UserProfile_profileHeader__FPoeu h1{color:#333;font-size:1.8rem;margin-bottom:.5rem}.UserProfile_email__ZS6ZI{color:#666;margin-bottom:1rem}.UserProfile_loyaltyBadge__kk5C\+{background-color:gold;border-radius:20px;color:#333;display:inline-block;font-weight:700;margin-top:.5rem;padding:.5rem 1rem}.UserProfile_loyaltyIcon__8ljWH{color:#900}.UserProfile_joinLoyalty__O1PkA{color:#c00;display:inline-block;font-weight:700;margin-top:.5rem;text-decoration:none;transition:color .2s}.UserProfile_joinLoyalty__O1PkA:hover{color:#900;text-decoration:underline}.UserProfile_profileTabs__AP9oq{border-bottom:1px solid #e0e0e0;display:flex;margin-bottom:2rem}.UserProfile_profileTabs__AP9oq button{background:none;border:none;border-bottom:3px solid #0000;color:#666;cursor:pointer;font-size:1rem;font-weight:600;padding:.8rem 1.5rem;transition:all .2s}.UserProfile_profileTabs__AP9oq button.UserProfile_active__gNYgU{border-bottom-color:#c00;color:#c00}.UserProfile_profileInfo__J1tC9{background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000000d;padding:1.5rem}.UserProfile_infoRow__8SqCo{border-bottom:1px solid #e0e0e0;display:flex;margin-bottom:1rem;padding-bottom:1rem}.UserProfile_infoRow__8SqCo:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.UserProfile_label__xcvtj{color:#666;font-weight:600;width:120px}.UserProfile_value__KZ7p8{flex:1 1}.UserProfile_changePasswordBtn__I4GOD,.UserProfile_editBtn__uWq1c,.UserProfile_saveBtn__7nvHR{background-color:#c00;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:.8rem 1.5rem;transition:background-color .2s}.UserProfile_changePasswordBtn__I4GOD:hover,.UserProfile_editBtn__uWq1c:hover,.UserProfile_saveBtn__7nvHR:hover{background-color:#900}.UserProfile_cancelBtn__hV1Qp{background-color:#999;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-right:1rem;padding:.8rem 1.5rem;transition:background-color .2s}.UserProfile_cancelBtn__hV1Qp:hover{background-color:#666}.UserProfile_editForm__tgA2t,.UserProfile_passwordForm__ylSCq{background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000000d;padding:1.5rem}.UserProfile_formGroup__CuJ8Y{margin-bottom:1.5rem}.UserProfile_formGroup__CuJ8Y label{color:#666;display:block;font-weight:600;margin-bottom:.5rem}.UserProfile_formGroup__CuJ8Y input,.UserProfile_formGroup__CuJ8Y textarea{border:1px solid #e0e0e0;border-radius:5px;font-size:1rem;padding:.8rem;transition:border-color .2s;width:100%}.UserProfile_formGroup__CuJ8Y input:focus,.UserProfile_formGroup__CuJ8Y textarea:focus{border-color:#c00;outline:none}.UserProfile_formActions__KdHz0{display:flex;justify-content:flex-end}.UserProfile_ordersSection__THeq2{background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000000d;padding:1.5rem}.UserProfile_noOrders__glEUt{color:#666;padding:2rem 0;text-align:center}.UserProfile_orderCard__1OZg6{border:1px solid #e0e0e0;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem;transition:all .3s ease}.UserProfile_orderHeader__JRghl{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.UserProfile_orderMeta__JRO7x{display:flex;flex-direction:column}.UserProfile_orderId__tpF-N{color:#333;font-weight:600}.UserProfile_orderDate__tuTXP{color:#666;font-size:.9rem}.UserProfile_orderStatus__rOWJa{border-radius:4px;font-size:.9rem;font-weight:600;padding:.3rem .8rem}.UserProfile_orderStatus__rOWJa.UserProfile_pending__Tbgjr{background-color:#fff3cd;color:#856404}.UserProfile_orderStatus__rOWJa.UserProfile_completed__CUNzi{background-color:#d4edda;color:#155724}.UserProfile_orderStatus__rOWJa.UserProfile_shipped__lgVrH{background-color:#cce5ff;color:#004085}.UserProfile_orderStatus__rOWJa.UserProfile_cancelled__p7tY7{background-color:#f8d7da;color:#721c24}.UserProfile_orderSummary__AHnQp{margin-bottom:1rem}.UserProfile_customerInfo__zQ32j{color:#555;font-size:.9rem;margin-bottom:1rem}.UserProfile_orderItems__ZDuZD{margin-bottom:1rem}.UserProfile_orderItem__aRw7p{align-items:center;border-bottom:1px solid #f5f5f5;display:flex;padding:.8rem 0}.UserProfile_orderItem__aRw7p:last-child{border-bottom:none}.UserProfile_itemImage__HNE8s{border:1px solid #eee;border-radius:4px;height:60px;margin-right:1rem;object-fit:contain;width:60px}.UserProfile_itemName__KmFkU{font-weight:500;margin-bottom:.3rem}.UserProfile_itemPrice__Wid-s{color:#c00;font-weight:600}.UserProfile_itemDetails__AqhV8{display:flex;flex:1 1;flex-direction:column}.UserProfile_itemQuantity__RL-45{color:#666;font-size:.8rem}.UserProfile_moreItems__sqllD{color:#666;font-size:.9rem;padding:.5rem 0;text-align:center}.UserProfile_orderTotal__MV2HE{display:flex;font-weight:600;justify-content:flex-end;margin-top:1rem}.UserProfile_orderTotals__UrYLa{border-top:1px solid #eee;margin-top:1rem;padding-top:1rem}.UserProfile_totalRow__uJYvT{display:flex;font-size:.95rem;justify-content:space-between;margin-bottom:.5rem}.UserProfile_grandTotal__-JC0P{border-top:1px solid #eee;font-size:1.1rem;font-weight:600;margin-top:.5rem;padding-top:.5rem}.UserProfile_totalAmount__eEWsk{color:#c00;margin-left:1rem}.UserProfile_orderDetails__4F9lH{border-top:1px solid #eee;margin-top:1.5rem;padding-top:1.5rem}.UserProfile_detailsSection__vMqof{margin-bottom:1.5rem}.UserProfile_detailsSection__vMqof h4{color:#333;font-size:1rem;margin-bottom:.5rem}.UserProfile_detailsSection__vMqof p{color:#555;font-size:.9rem;line-height:1.5}.UserProfile_allItems__xEBrg{margin-top:1.5rem}.UserProfile_allItems__xEBrg h4{margin-bottom:1rem}.UserProfile_detailItem__PFeX0{align-items:center;border-bottom:1px solid #f5f5f5;display:flex;padding:1rem 0}.UserProfile_itemInfo__8vRsV{flex:1 1;margin-left:1rem}.UserProfile_itemMeta__IV04o{color:#666;display:flex;font-size:.85rem;gap:1rem;margin-top:.5rem}.UserProfile_orderActions__6NJxp{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:1rem}.UserProfile_viewOrderBtn__lBKvi{background-color:initial;border:1px solid #c00;border-radius:4px;color:#c00;cursor:pointer;font-weight:600;padding:.6rem 1.2rem;transition:all .2s ease-in-out}.UserProfile_viewOrderBtn__lBKvi:hover{background-color:#c00;color:#fff}.UserProfile_cancelButton__gIUar{background-color:#dc2626;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:600;padding:.6rem 1.2rem;transition:all .2s ease-in-out}.UserProfile_cancelButton__gIUar:hover{background-color:#b91c1c}.UserProfile_lockedMessage__enF8A{background-color:#fef2f2;border:1px solid #fca5a5;border-radius:4px;color:#6b7280;font-size:.85rem;font-style:italic;margin-top:.5rem;max-width:300px;padding:.5rem 1rem;text-align:center}.UserProfile_securitySection__HbBXU{background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000000d;padding:1.5rem}.UserProfile_passwordForm__ylSCq h3{color:#333;margin-bottom:1.5rem}.UserProfile_buttonRow__GD9xr{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1.5rem}.UserProfile_deleteBtn__Y9DQJ,.UserProfile_logoutBtn__NXsul{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;padding:.6rem 1.2rem;transition:background-color .3s ease,transform .2s ease}.UserProfile_logoutBtn__NXsul{background-color:initial;border:1px solid #c00;border-radius:4px;color:#c00;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .2s}.UserProfile_logoutBtn__NXsul:hover{background-color:#c00;color:#fff;transform:scale(1.02)}.UserProfile_dangerZone__5\+FtQ{border-radius:10px;margin-top:2rem;padding:1.5rem}.UserProfile_dangerZone__5\+FtQ h3{color:#d32f2f;font-size:1.25rem;margin-bottom:.5rem}.UserProfile_dangerZone__5\+FtQ p{color:#444;font-size:.95rem;margin-bottom:1rem}.UserProfile_securitySection__HbBXU{display:flex;justify-content:center;padding:2rem 1rem}.UserProfile_securityWrapper__phMja{display:flex;flex-direction:column;gap:2rem;max-width:600px;width:100%}.UserProfile_dangerZone__5\+FtQ,.UserProfile_sectionCard__v7r7q{border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:1.5rem}.UserProfile_sectionCard__v7r7q{background-color:#f9f9f9;border:1px solid #e0e0e0}.UserProfile_dangerZone__5\+FtQ{background-color:#fff5f5;border:1px solid #f44336;text-align:center}.UserProfile_dangerZone__5\+FtQ h3,.UserProfile_sectionTitle__SpdDX{color:#333;font-size:1.25rem;margin-bottom:.5rem}.UserProfile_dangerZone__5\+FtQ p,.UserProfile_sectionDescription__9sDTx{color:#666;font-size:.95rem;margin-bottom:1rem}.UserProfile_changePasswordBtn__I4GOD,.UserProfile_deleteBtn__Y9DQJ{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;padding:.6rem 1.2rem;transition:background-color .3s ease,transform .2s ease}.UserProfile_changePasswordBtn__I4GOD{background-color:#1976d2;color:#fff}.UserProfile_changePasswordBtn__I4GOD:hover{background-color:#1565c0;transform:scale(1.02)}.UserProfile_deleteBtn__Y9DQJ{background-color:#e53935;color:#fff}.UserProfile_deleteBtn__Y9DQJ:hover{background-color:#c62828;transform:scale(1.02)}.UserProfile_noticeCard__rwaiT{align-items:flex-start;background-color:#fff8f5;border:1px solid #ff8c5a;border-left:5px solid #eb7404;border-radius:12px;box-shadow:0 2px 8px #0000000a;display:flex;flex-direction:row;gap:12px;margin:16px 0;padding:16px;transition:all .3s ease}.UserProfile_iconContainer__10tGv{flex-shrink:0;margin-top:2px}.UserProfile_icon__o4K-a{color:#eb7404;height:24px;width:24px}.UserProfile_textContainer__Gl8Td{display:flex;flex:1 1;flex-direction:column}.UserProfile_title__8VNH2{color:#333;font-size:1rem;font-weight:600;margin:0 0 6px}.UserProfile_description__JENGO{color:#555;font-size:.9rem;line-height:1.4;margin:0}.UserProfile_link__uteN9{color:#eb7404;margin-left:4px;text-decoration:underline}.UserProfile_link__uteN9:hover{color:#c00}@media (max-width:600px){.UserProfile_noticeCard__rwaiT{align-items:flex-start;flex-direction:column}.UserProfile_iconContainer__10tGv{margin-bottom:8px}}@media (max-width:768px){.UserProfile_profileTabs__AP9oq{overflow-x:auto;padding-bottom:5px;white-space:nowrap}.UserProfile_infoRow__8SqCo{flex-direction:column}.UserProfile_label__xcvtj{margin-bottom:.3rem;width:100%}.UserProfile_orderHeader__JRghl{flex-direction:column;gap:.3rem}.UserProfile_orderItem__aRw7p{flex-wrap:wrap}.UserProfile_itemName__KmFkU{flex:0 0 100%;margin-top:.5rem}.UserProfile_formActions__KdHz0{flex-direction:column}.UserProfile_cancelBtn__hV1Qp{margin-bottom:1rem;margin-right:0}}@media (max-width:480px){.UserProfile_profileHeader__FPoeu{padding:1.5rem 1rem}.UserProfile_avatar__wRdRZ{font-size:1.5rem;height:60px;width:60px}.UserProfile_profileHeader__FPoeu h1{font-size:1.5rem}.UserProfile_editForm__tgA2t,.UserProfile_ordersSection__THeq2,.UserProfile_passwordForm__ylSCq,.UserProfile_profileInfo__J1tC9{padding:1rem}}.LogInPage_loginContainer__ZfCOP{align-items:center;background-attachment:fixed;background-image:url(/static/media/frontlook.69b48c9afea2fe578078.webp);background-position:50%;background-size:cover;display:flex;justify-content:center;min-height:100vh;padding:2rem;position:relative}.LogInPage_loginContainer__ZfCOP:before{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00000080;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.LogInPage_authCard__FLYJk{background:#fff;border-radius:16px;box-shadow:0 15px 30px #0003;max-width:450px;overflow:hidden;padding:2.5rem;position:relative;width:100%;z-index:1}.LogInPage_logoContainer__hsQAE{display:flex;justify-content:center;margin-bottom:1.5rem}.LogInPage_loginLogo__f0RX2{height:80px;object-fit:contain;width:auto}.LogInPage_authTabs__mgpFV{border-bottom:1px solid #eee;display:flex;margin-bottom:1.5rem}.LogInPage_tabButton__FijZa{background:none;border:none;color:#666;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;padding:.75rem;position:relative;transition:all .3s ease}.LogInPage_tabButton__FijZa.LogInPage_active__oB5E1{color:#d32f2f}.LogInPage_tabButton__FijZa.LogInPage_active__oB5E1:after{background:#d32f2f;bottom:-1px;content:"";height:2px;left:0;position:absolute;right:0}.LogInPage_authForm__kgrNY{display:flex;flex-direction:column;gap:1.5rem}.LogInPage_authTitle__Kwaql{color:#333;font-size:1.5rem;font-weight:700;margin-bottom:.5rem;text-align:center}.LogInPage_inputGroup__JGqjv{position:relative}.LogInPage_authInput__tFTY8{border:1px solid #ddd;border-radius:8px;font-size:.95rem;padding:.75rem 1rem;transition:all .3s ease;width:100%}.LogInPage_authInput__tFTY8:focus{border-color:#d32f2f;box-shadow:0 0 0 2px #d32f2f33;outline:none}.LogInPage_forgotPassword__GMLhw{color:#666;display:block;font-size:.85rem;margin-top:.5rem;text-align:right;text-decoration:none;transition:color .2s}.LogInPage_forgotPassword__GMLhw:hover{color:#d32f2f}.LogInPage_authButton__NHdA7{background:linear-gradient(90deg,#d32f2f,#b71c1c);border:none;border-radius:8px;box-shadow:0 4px 6px #0000001a;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem;transition:all .3s ease;width:100%}.LogInPage_authButton__NHdA7:hover{box-shadow:0 6px 8px #00000026;transform:translateY(-2px)}.LogInPage_authFooter__c0app{color:#666;font-size:.9rem;margin-top:1.5rem;text-align:center}.LogInPage_authLink__3FwaG{background:none;border:none;color:#d32f2f;cursor:pointer;font-weight:600;padding:0;text-decoration:underline}@media (max-width:600px){.LogInPage_authCard__FLYJk{padding:1.5rem}.LogInPage_loginContainer__ZfCOP{padding:1rem}}@media (max-width:400px){.LogInPage_authCard__FLYJk{padding:1.25rem}.LogInPage_authTitle__Kwaql{font-size:1.25rem}.LogInPage_authInput__tFTY8{padding:.65rem .9rem}}.aboutus-container{background:#f7f7f7;color:#222;font-family:Segoe UI,Arial,sans-serif;padding-bottom:40px;position:relative}.hero-section{background:url(/static/media/view2.e7205f5e36cfb0a4c751.jpg) 50%/cover no-repeat;height:260px;position:relative}.hero-overlay,.hero-section{align-items:center;display:flex;justify-content:center}.hero-overlay{background:#00000073;height:100%;width:100%}.hero-overlay h1{color:#fff;font-size:2.2rem;font-weight:700;line-height:1.2;text-align:center}.about-section{align-items:flex-start;background:#fff;border-radius:8px;box-shadow:0 2px 12px #0000000a;display:flex;gap:32px;justify-content:space-between;margin:40px auto 0;max-width:1100px;padding:32px 24px}.about-text{flex:2 1}.about-text h2{font-size:1.5rem;font-weight:700;margin-bottom:12px}.about-text p{font-size:1rem;margin-bottom:18px}.supplier-partner{align-items:center;display:flex;gap:16px}.supplier-partner button{background:#ffc107;border:none;border-radius:20px;color:#222;cursor:pointer;font-size:1rem;font-weight:700;padding:8px 22px}.about-image img{border-radius:8px;height:260px;object-fit:cover;width:260px}.reasons-section{margin:40px auto;max-width:1100px;padding:0 24px;text-align:center}.reasons-section h2{color:#333;font-size:2rem;font-weight:700;margin-bottom:24px}.reasons-section h2 span{color:#b22222;font-weight:400}.reasons-list{display:flex;flex-wrap:wrap;gap:18px;justify-content:center}.reasons-list>div{flex:0 1 180px}.reason-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;cursor:default;overflow:hidden;padding:24px 16px;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease}.reason-number{background:#ffc107;border-radius:50%;color:#222;font-size:1.8rem;font-weight:700;height:3rem;line-height:3rem;margin:0 auto 12px;transition:background-color .3s ease;width:3rem}.reason-card h3{color:#444;font-size:1.1rem;font-weight:600;margin:8px 0 12px;transition:color .3s ease}.reason-card p{color:#666;font-size:.95rem;line-height:1.4}.reason-card:hover{background-color:#fef0f0;box-shadow:0 6px 16px #0000001f;transform:translateY(-6px)}.reason-card:hover .reason-number{background-color:#b22222;color:#fff}.reason-card:hover h3{color:#b22222}.newsletter-signup{background:#ffc107;border-radius:8px;box-shadow:0 2px 12px #00000014;color:#222;padding:22px 18px;position:absolute;right:24px;top:40px;width:240px;z-index:5}.newsletter-signup h3{font-size:1.2rem;font-weight:700;margin:0 0 8px}.newsletter-signup p{font-size:.97rem;margin-bottom:10px}.newsletter-signup form{display:flex;flex-direction:column;gap:7px}.newsletter-signup input,.newsletter-signup select{border:none;border-radius:4px;padding:6px 8px}.newsletter-signup button{background:#222;border:none;border-radius:20px;color:#ffc107;cursor:pointer;font-weight:700;margin-top:6px;padding:7px 0}.features-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin:40px auto 0;max-width:1100px;padding:0 24px}.flip-card{background:#0000;height:250px;perspective:1000px;width:100%}.flip-card-inner{height:100%;position:relative;text-align:center;transform-style:preserve-3d;transition:transform .8s;width:100%}.flip-card:hover .flip-card-inner{transform:rotateY(180deg)}.flip-card-back,.flip-card-front{align-items:center;backface-visibility:hidden;border-radius:12px;box-shadow:0 4px 12px #0000000f;display:flex;flex-direction:column;height:100%;justify-content:flex-start;overflow:hidden;position:absolute;width:100%}.flip-card-front{background:#fff}.flip-card-front h4{background:#111;color:#fff;font-size:1.1rem;font-weight:700;padding:10px 0;width:100%}.flip-card-front img{height:100%;object-fit:cover;width:100%}.flip-card-back{background:#fff;color:#111;justify-content:center;padding:20px;transform:rotateY(180deg)}.flip-card-back h4{font-size:1.2rem;font-weight:700;margin-bottom:10px}.flip-card-back p{color:#444;font-size:1rem;line-height:1.4}@media (max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.about-section{align-items:stretch;flex-direction:column}.about-image img{height:auto;margin-top:18px;width:100%}.features-grid{grid-template-columns:1fr 1fr}.newsletter-signup{margin:30px auto 0;position:static}}@media (max-width:480px){.hero-overlay h1{font-size:1.8rem}.features-grid{grid-template-columns:1fr}.reasons-list{flex-direction:column}.about-section,.reasons-section{padding:18px 12px}.newsletter-signup{margin:20px auto 0;position:static;width:90%}}.page-container{align-items:flex-start;display:flex}.product-filters__panel{border-radius:10px;border-right:1px solid #ddd;box-shadow:2px 0 10px #0000000d;font-family:Segoe UI,sans-serif;transition:width .3s ease;width:250px}.product-filters__group{background:#f9f9f9;border:1px solid #eee;padding:15px}.product-filters__title{font-size:15px;margin-bottom:10px}.product-filters__option{color:#555;font-size:14px;margin-bottom:8px}.product-filters__option input[type=checkbox],.product-filters__option input[type=radio]{accent-color:#eb7404;margin-right:10px}.product-filters__option:hover{background-color:#f0f0f0;border-radius:5px;padding-left:5px;transition:.2s ease}.product-filters__clear-button{border-radius:5px;padding:6px 12px;transition:.2s}.product-filters__clear-button:hover{background-color:#eb7404}.product-list{flex:1 1;padding:20px}.banner img{border-radius:10px;height:250px;margin-bottom:30px;object-fit:cover;width:100%}.products{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.pagination{display:flex;justify-content:center;margin-top:20px}.page-btn{background-color:#f1f1f1;border:1px solid #ccc;border-radius:5px;cursor:pointer;display:block;margin:0 5px;padding:6px 12px}.page-btn:hover{background-color:#ddd}.page-btn.active{background-color:#eb7404;border:none;color:#fff;font-weight:700}.filter-toggle-button{display:none}@media (max-width:1024px){.products{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.page-container{flex-direction:column}.filters-container,.product-filters__panel{box-sizing:border-box;width:100%}.product-filters__panel{border-bottom:1px solid #ddd;border-right:none;margin-bottom:20px}.product-filters__panel.hidden-on-mobile{display:none}.filter-toggle-button{background-color:#eb7404;border:none;border-radius:5px;color:#fff;cursor:pointer;display:block;font-size:16px;margin-bottom:15px;padding:10px;width:100%}.banner img{height:200px}.pagination{flex-wrap:wrap;gap:8px;justify-content:center!important}.page-btn{flex:0 0 auto;min-width:36px;padding:6px 10px;text-align:center}}@media (max-width:480px){.products{grid-template-columns:repeat(2,1fr)}.banner img{height:150px;margin-bottom:20px}.product-list{padding:10px}.pagination{flex-wrap:wrap;gap:8px;justify-content:center!important}.page-btn{flex:0 0 auto;min-width:36px;padding:6px 10px;text-align:center}}:root{--primary:#eb7404;--primary-hover:#d66803;--text:#333;--text-light:#555;--border:#e0e0e0;--bg:#f9f9f9;--radius:8px;--shadow:0 2px 10px #0000001a}.mobile-filter-toggle{align-items:center;background:#fff;border:1px solid #e0e0e0;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);box-shadow:0 2px 10px #0000001a;box-shadow:var(--shadow);color:#333;color:var(--text);cursor:pointer;display:none;font-weight:500;justify-content:space-between;margin-bottom:16px;padding:12px 16px;width:100%}.mobile-filter-toggle svg{margin-right:8px}.product-filters__panel{background-color:#fff;border-radius:8px;border-radius:var(--radius);box-shadow:0 2px 10px #0000001a;box-shadow:var(--shadow);margin-right:30px;max-height:calc(100vh - 40px);overflow-y:auto;padding:20px;position:sticky;top:20px;width:280px}.product-filters__header{align-items:center;border-bottom:1px solid #e0e0e0;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;margin-bottom:16px;padding-bottom:8px}.product-filters__title{color:#333;color:var(--text);font-size:1.1rem;font-weight:600;margin:0}.product-filters__close-button{background:none;border:none;color:#555;color:var(--text-light);cursor:pointer;display:none;font-size:1.2rem}.product-filters__group{border:1px solid #e0e0e0;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);margin-bottom:20px;overflow:hidden}.product-filters__group-header{align-items:center;background:#f9f9f9;background:var(--bg);border:none;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;justify-content:space-between;padding:12px 16px;width:100%}.product-filters__group-header h4{font-size:inherit;font-weight:inherit;margin:0}.product-filters__group-content{max-height:0;overflow:hidden;padding:0 16px;transition:max-height .3s ease,padding .3s ease}.product-filters__group-content.open{max-height:500px;padding:8px 16px 16px}.product-filters__option{align-items:center;cursor:pointer;display:flex;padding:10px 0;-webkit-user-select:none;user-select:none}.product-filters__option input{accent-color:#eb7404;accent-color:var(--primary);height:18px;margin-right:12px;width:18px}.product-filters__option-label{color:#555;color:var(--text-light);flex:1 1;font-size:.9rem;transition:color .2s}.product-filters__option:hover .product-filters__option-label{color:#333;color:var(--text)}.product-filters__clear-button{background:none;border:1px solid #eb7404;border:1px solid var(--primary);border-radius:8px;border-radius:var(--radius);color:#eb7404;color:var(--primary);cursor:pointer;font-weight:500;margin-top:8px;padding:12px;transition:all .2s;width:100%}.product-filters__clear-button:hover{background:#eb7404;background:var(--primary);color:#fff}@media (max-width:992px){.mobile-filter-toggle{display:flex}.product-filters__panel{box-shadow:2px 0 15px #0000001a;height:100vh;left:0;margin-right:0;max-width:320px;overflow-y:auto;padding:20px;position:fixed;top:0;transform:translateX(-100%);transition:transform .3s ease;width:85%;z-index:1000}.product-filters__panel.mobile-open{transform:translateX(0)}.product-filters__close-button{display:block}.product-filters__group-header{background:#fff;border-bottom:1px solid #e0e0e0;border-bottom:1px solid var(--border)}.product-filters__panel.mobile-open:before{background:#fff;content:"";height:100vh;position:fixed;right:0;top:0;width:100vw;z-index:-1}}.ureg-container{align-items:center;display:flex;flex-direction:column;font-family:Arial,sans-serif;justify-content:flex-start;min-height:100vh;overflow:hidden;padding-bottom:60px;padding-top:60px;position:relative}.ureg-container:before{background-image:url(/static/media/frontlook.69b48c9afea2fe578078.webp);background-position:50%;background-size:cover;bottom:0;content:"";filter:blur(8px);left:0;position:absolute;right:0;top:0;transform:scale(1.1);z-index:0}.ureg-form,.ureg-logo{position:relative;z-index:1}.ureg-logo-circle{align-items:center;background-color:#f5f5f5;border-radius:50%;display:flex;height:210px;justify-content:center;margin-bottom:1rem;overflow:hidden;position:relative;width:210px}.ureg-logo-circle:before{animation:shine 5s infinite;background:linear-gradient(90deg,#ffec7e00 0,#fff 50%,#ffed8400);content:"";height:200%;left:-50%;position:absolute;top:-50%;transform:rotate(30deg);width:200%;z-index:2}.ureg-logo{height:190px;object-fit:contain;width:190px;z-index:1}@keyframes shine{0%{transform:rotate(30deg) translateX(-200%)}to{transform:rotate(30deg) translateX(200%)}}.ureg-form{align-items:center;background-color:#ffffffe6;border-radius:8px;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;padding:2rem;width:50rem}.ureg-form-title{color:#b71c1c;font-size:2rem;font-weight:700;letter-spacing:1px;margin-bottom:3rem;position:relative;text-align:center;text-transform:uppercase}.ureg-form-title:after{background-color:#d32f2f;border-radius:2px;box-shadow:0 2px 4px #0003;content:"";display:block;height:4px;margin:.5rem auto 0;width:60px}.ureg-label{align-self:flex-start;color:#000;font-size:1rem;font-weight:700;margin-bottom:.1rem;margin-left:.5rem;margin-top:1rem}.ureg-input,.ureg-textarea{border:1px solid #d32f2f;border-radius:4px;font-size:1rem;margin:.1rem 0 .5rem;padding:.75rem;width:45rem}.ureg-textarea{min-height:5rem;resize:vertical}.ureg-button{background-color:#d32f2f;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;margin-bottom:2rem;margin-top:3rem;padding:.75rem 1.9rem;transition:background-color .3s}.ureg-button:hover{background-color:#b71c1c}.tc-page{align-items:flex-start;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:60px 20px;position:relative}.tc-page,.tc-page:before{background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover}.tc-page:before{background-image:inherit;content:"";filter:blur(8px);height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.tc-container{background-color:#fffffff2;border-radius:8px;box-shadow:0 4px 12px #0000000d;max-width:900px;padding:30px;position:relative;width:100%;z-index:1}.tc-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.tc-title{color:#c1121f;font-size:2.4rem;margin:0}.tc-logo{max-height:10rem;width:auto}.tc-last-updated{color:#777;font-size:.9rem;margin-bottom:24px}.tc-section{margin-bottom:28px}.tc-section h2{border-bottom:2px solid #c1121f;color:#c1121f;font-size:1.5rem;margin-bottom:12px;padding-bottom:4px}.tc-section ul{color:#555;padding-left:20px}.tc-section p,.tc-section ul li{color:#555;line-height:1.6;margin-bottom:10px}strong{color:#222}@media (max-width:600px){.tc-page{background-attachment:fixed;padding:40px 10px}.tc-title{font-size:2rem}.tc-section h2{font-size:1.3rem}.tc-logo{max-height:100px}}.ContactUsA_contactPage__msD-x{background:#fff;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;min-height:100vh;padding-bottom:80px;position:relative}.ContactUsA_pageTitle__DbitM{color:#b71c1c;font-size:2.5rem;font-weight:700;letter-spacing:1px;margin:2rem 0;text-align:center;text-transform:uppercase}.ContactUsA_contactContainer__z2tEU{margin:0 auto;max-width:1200px;padding:0 1rem}.ContactUsA_contactInfo__PqZn5{grid-gap:2rem;align-items:stretch;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);justify-items:center;margin-bottom:2rem}.ContactUsA_infoCard__78IkS{background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 2px 8px #0000000d;display:flex;flex-direction:column;justify-content:flex-start;max-width:350px;min-height:280px;padding:2rem;position:relative;text-align:center;transition:all .3s ease;width:100%}.ContactUsA_infoCard__78IkS:hover{border-color:#b71c1c;box-shadow:0 8px 25px #b71c1c26;transform:translateY(-4px)}.ContactUsA_infoIcon__zktoe{color:#b71c1c;font-size:2.5rem;margin-bottom:1rem;transition:transform .3s ease}.ContactUsA_infoCard__78IkS:hover .ContactUsA_infoIcon__zktoe{transform:scale(1.1)}.ContactUsA_cardTitle__X0moC{color:#b71c1c;font-size:1.3rem;font-weight:600;letter-spacing:.5px;margin-bottom:1rem;text-transform:uppercase}.ContactUsA_cardText__tbUgz{word-wrap:break-word;align-items:center;color:#555;flex-grow:1;font-size:.95rem;-webkit-hyphens:auto;hyphens:auto;line-height:1.7;margin:0;text-justify:inter-word}.ContactUsA_mapSection__htYEI{margin-top:4rem;padding:0 1rem;text-align:center}.ContactUsA_mapIframe__SKwXr{border:0;border-radius:12px;box-shadow:0 4px 20px #0000001a;height:450px;max-width:900px;transition:box-shadow .3s ease;width:100%}.ContactUsA_mapIframe__SKwXr:hover{box-shadow:0 6px 30px #00000026}@media (max-width:1024px){.ContactUsA_contactInfo__PqZn5{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.ContactUsA_infoCard__78IkS{min-height:300px}.ContactUsA_pageTitle__DbitM{font-size:2.2rem}}@media (max-width:768px){.ContactUsA_contactInfo__PqZn5{gap:1.5rem;grid-template-columns:1fr}.ContactUsA_infoCard__78IkS{max-width:100%;min-height:250px;padding:1.5rem}.ContactUsA_pageTitle__DbitM{font-size:2rem;margin:1.5rem 0}.ContactUsA_mapIframe__SKwXr{height:350px}.ContactUsA_cardTitle__X0moC{font-size:1.2rem}.ContactUsA_cardText__tbUgz{font-size:.9rem}}@media (max-width:480px){.ContactUsA_contactPage__msD-x{padding-bottom:60px}.ContactUsA_contactContainer__z2tEU{padding:0 .75rem}.ContactUsA_infoCard__78IkS{border-radius:8px;min-height:220px;padding:1.25rem}.ContactUsA_infoIcon__zktoe{font-size:2rem;margin-bottom:.75rem}.ContactUsA_cardTitle__X0moC{font-size:1.1rem;margin-bottom:.75rem}.ContactUsA_cardText__tbUgz{font-size:.85rem;line-height:1.6}.ContactUsA_pageTitle__DbitM{font-size:1.75rem;margin:1rem 0}.ContactUsA_mapSection__htYEI{margin-top:3rem}.ContactUsA_mapIframe__SKwXr{border-radius:8px;height:280px}}@media (max-width:320px){.ContactUsA_infoCard__78IkS{min-height:200px;padding:1rem}.ContactUsA_infoIcon__zktoe{font-size:1.75rem}.ContactUsA_cardTitle__X0moC{font-size:1rem}.ContactUsA_cardText__tbUgz{font-size:.8rem}.ContactUsA_pageTitle__DbitM{font-size:1.5rem}.ContactUsA_mapIframe__SKwXr{height:250px}}.OrderConfirmation_container__fm9x9{align-items:center;background-color:#f8f9fa;display:flex;justify-content:center;min-height:100vh;padding:2rem}.OrderConfirmation_confirmationCard__1lNS2{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;max-width:600px;padding:3rem;text-align:center;width:100%}.OrderConfirmation_header__0EUlp{margin-bottom:2.5rem}.OrderConfirmation_successIcon__Pmh2v{color:#28a745;font-size:4rem;margin-bottom:1rem}.OrderConfirmation_orderH1__ASfHz{color:#333;font-size:2rem;margin-bottom:.5rem}.OrderConfirmation_subtitle__Jhwt8{color:#6c757d;font-size:1.1rem}.OrderConfirmation_orderSummary__pO88p{background:#f8f9fa;border-radius:8px;margin-bottom:2rem;padding:1.5rem;text-align:left}.OrderConfirmation_summaryItem__neCVj{align-items:center;display:flex;margin-bottom:1.5rem}.OrderConfirmation_summaryItem__neCVj:last-child{margin-bottom:0}.OrderConfirmation_iconBox__yw46C{align-items:center;background:#e9ecef;border-radius:50%;display:flex;height:50px;justify-content:center;margin-right:1rem;width:50px}.OrderConfirmation_icon__-OtVv{color:#495057;font-size:1.2rem}.OrderConfirmation_orderH3__wifXW{color:#6c757d;font-size:.9rem;letter-spacing:.5px;margin-bottom:.25rem;text-transform:uppercase}.OrderConfirmation_orderP__PDrH4{color:#212529;font-size:1.1rem;margin:0}.OrderConfirmation_nextSteps__eK6d5{margin-bottom:2rem;text-align:left}.OrderConfirmation_nextSteps__eK6d5 h2{color:#333;font-size:1.25rem;margin-bottom:1rem}.OrderConfirmation_stepsList__Gy9jX{color:#495057;line-height:1.6;padding-left:1.25rem}.OrderConfirmation_stepsList__Gy9jX li{margin-bottom:.5rem}.OrderConfirmation_continueButton__jkxqT{background:#007bff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background-color .2s;width:100%}.OrderConfirmation_continueButton__jkxqT:hover{background:#0069d9}@media (max-width:576px){.OrderConfirmation_confirmationCard__1lNS2{padding:2rem 1.5rem}.OrderConfirmation_summaryItem__neCVj{flex-direction:column;text-align:center}.OrderConfirmation_iconBox__yw46C{margin-bottom:.75rem;margin-right:0}}.MainCategories_miniCategoryMain__FLV2J{background:linear-gradient(135deg,#f8f8f8 60%,#f2f5fa);min-height:100vh;padding:24px 0}.MainCategories_miniCategoryHeader__K-jeG{background:#c00;border-radius:12px;box-shadow:0 4px 12px #00000014;color:#fff;margin:0 16px 24px;padding:24px 16px;text-align:center}.MainCategories_miniCategoryHeaderImage__hSSE\+{border-radius:8px;box-shadow:0 2px 6px #00000014;margin-bottom:12px;max-height:200px;object-fit:cover;width:100%}.MainCategories_miniCategoryHeader__K-jeG h1{font-size:1.5rem;font-weight:700;margin:8px 0 4px}.MainCategories_miniCategoryHeader__K-jeG p{color:#fff;font-size:.9rem;margin-top:8px;opacity:.92}.MainCategories_miniCategoryContainer__Vjo-C{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr);padding:0 16px}.MainCategories_miniCategoryCard__Fw0jA{aspect-ratio:9/16;background-color:#c00;border:5px solid #c00;border-radius:12px;box-shadow:0 2px 5px #0000001a;display:flex;flex-direction:column;margin:0 auto;max-width:220px;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease;width:100%}.MainCategories_miniCategoryCard__Fw0jA:hover{box-shadow:0 8px 16px #cc000026;transform:translateY(-4px) scale(1.025)}.MainCategories_miniCategoryImage__6K-a0{aspect-ratio:9/7;border-radius:12px 12px 0 0;flex-shrink:0;height:85%;object-fit:cover;width:100%}.MainCategories_miniCategoryTag__dOm9v{align-items:center;color:#fff;display:flex;flex:1 1 auto;font-size:1rem;font-weight:600;justify-content:center;margin:5px 0 0;padding:0 8px;text-align:center}@media (min-width:768px){.MainCategories_miniCategoryMain__FLV2J{padding:32px 0}.MainCategories_miniCategoryHeader__K-jeG{border-radius:18px;margin-bottom:40px;padding:32px 16px 24px}.MainCategories_miniCategoryHeaderImage__hSSE\+{border-radius:12px;max-height:250px}.MainCategories_miniCategoryHeader__K-jeG h1{font-size:2rem}.MainCategories_miniCategoryHeader__K-jeG p{font-size:1rem}.MainCategories_miniCategoryContainer__Vjo-C{gap:10px;grid-template-columns:repeat(5,1fr);margin:0 auto;max-width:1200px;padding:0 24px}.MainCategories_miniCategoryCard__Fw0jA{border-radius:16px;max-width:200px}.MainCategories_miniCategoryImage__6K-a0{border-radius:16px 16px 0 0}.MainCategories_miniCategoryTag__dOm9v{font-size:1.15rem;margin:1px 0 0}.MainCategories_miniCategoryCard__Fw0jA:hover{transform:translateY(-8px) scale(1.035)}}@supports not (aspect-ratio:9/16){.MainCategories_miniCategoryCard__Fw0jA{height:320px;width:180px}.MainCategories_miniCategoryImage__6K-a0{height:140px}}.MainCategories_miniCategoryCard__Fw0jA{cursor:pointer}.promo-wrapper{padding:0 20px}.promo-container{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;padding:20px 0}.promo-card{background-position:50%;background-size:cover;border-radius:12px;box-shadow:0 4px 10px #0000001a;color:#fff;display:flex;flex:1 1 280px;flex-direction:column;height:500px;justify-content:space-between;max-width:360px;min-width:260px;padding:20px;text-align:center}.red-card{background-color:#d62828;background-image:url(/static/media/offer5.80af1517a84731d76a7a.png)}.yellow-card{background-color:#fcbf49;background-image:url(/static/media/offer6.32b1e8776e10a2c8d171.png);color:#000}.orange-card{background-color:#f77f00;background-image:url(/static/media/offer2.52d5763c0f10d65d67f7.png)}.promo-card h2,.promo-card h3{font-size:1.4rem;margin:0 0 10px}.promo-card p{font-size:1rem;margin:10px 0}.promo-card .highlight{color:#fff176;font-weight:700}.promo-card button{background:#fff0;border:4px solid #fff;border-radius:25px;color:#fff;cursor:pointer;font-weight:700;margin-bottom:10px;margin-top:auto;padding:10px 20px;transition:.3s ease}.promo-card button:hover{background-color:#fff;color:#000;transition:.2s ease-in-out}.header-container-h{border:none;height:auto;overflow:hidden;position:relative;width:100%}.header-image{box-shadow:0 2px 4px #0000001a;display:block;height:100%;object-fit:fill;width:100%}.announcement-bar{background:linear-gradient(90deg,#4338ca,#4f46e5,#6366f1);box-shadow:0 2px 10px #4338ca4d;color:#fff;overflow:hidden;padding:.5rem 1rem;position:relative;z-index:50}.announcement-highlight{animation:pulse 3s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 #fff6}70%{box-shadow:0 0 0 10px #fff0}to{box-shadow:0 0 0 0 #fff0}}.announcement-container{gap:1rem;margin:0 auto;max-width:1200px;min-height:2.5rem}.announcement-container,.announcement-slide{align-items:center;display:flex;justify-content:center;position:relative}.announcement-slide{width:100%}.announcement-content{text-align:center;width:100%}.announcement-text{font-size:.875rem;font-weight:500;letter-spacing:.2px;line-height:1.4;margin:0;padding:.25rem 2rem;text-shadow:0 1px 3px #0003}.announcement-link{color:#fff;display:block;text-decoration:none;transition:opacity .2s ease}.announcement-link:hover{opacity:.9}.announcement-nav{align-items:center;background:#ffffff1a;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:1.75rem;justify-content:center;position:absolute;transition:all .2s ease;width:1.75rem;z-index:2}.announcement-nav:hover{background:#fff3;transform:scale(1.1)}.announcement-nav-prev{left:.5rem}.announcement-nav-next{right:2.5rem}.announcement-dots{align-items:center;display:flex;gap:.5rem;position:absolute;right:4rem}.dot{background-color:#fff6;border:none;border-radius:50%;cursor:pointer;height:.5rem;padding:0;transition:all .3s ease;width:.5rem}.dot:hover{background-color:#fffc;transform:scale(1.2)}.dot.active{background-color:#fff;box-shadow:0 0 8px #fff9;transform:scale(1.1)}.announcement-close{align-items:center;background:#0000;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:1.75rem;justify-content:center;position:absolute;right:.5rem;transition:all .2s ease;width:1.75rem}.announcement-close:hover{background:#ffffff1a;transform:scale(1.1)}@media (min-width:640px){.announcement-bar{padding:.75rem 1.5rem}.announcement-text{font-size:1rem}.announcement-nav{height:2rem;width:2rem}.announcement-close{right:1rem}}@media (min-width:1024px){.announcement-text{font-size:1.125rem;letter-spacing:.3px}.announcement-nav-prev{left:1rem}.announcement-nav-next{right:4rem}.announcement-dots{right:5.5rem}}.image-slider-container{border:10px solid #fff;border-radius:20px;height:100%;overflow:hidden;position:relative;width:100%}.image-slide{height:100%;inset:0;position:absolute;width:100%}.image-slide img{border-radius:.5rem;height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.image-slide img:hover{transform:scale(1.02)}.slider-dots{bottom:1rem;display:flex;gap:.5rem;position:absolute;right:1rem;z-index:10}.slider-dot{background-color:#ffffff80;border:none;border-radius:9999px;box-shadow:0 0 2px #0003;cursor:pointer;height:.6rem;transition:background-color .3s ease,transform .3s ease;width:.6rem}.slider-dot:hover{background-color:#fffc;transform:scale(1.15)}.slider-dot.active{background-color:#fff;box-shadow:0 0 6px #ffffffe6}.banner-slider-wrapper{background-color:#f3f4f6;border-radius:.5rem;box-shadow:0 4px 12px #0000001a;overflow:hidden;position:relative;width:100%}.banner-slide{height:16rem;position:relative;width:100%}@media (min-width:768px){.banner-slide{height:24rem}}.banner-overlay{align-items:center;background-color:#0003;display:flex;inset:0;position:absolute}.banner-content-wrapper{margin:0 auto;max-width:1120px;padding:0 1.5rem}.banner-content{color:#fff;max-width:32rem;text-shadow:0 2px 4px #0009}.banner-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}@media (min-width:768px){.banner-title{font-size:2.25rem}}.banner-description{font-size:.875rem;margin-bottom:1rem;text-shadow:0 1px 2px #00000080}@media (min-width:768px){.banner-description{font-size:1.125rem}}.banner-button{background-color:#fff;border-radius:.375rem;color:#2563eb;display:inline-block;font-weight:500;padding:.5rem 1.5rem;text-decoration:none;transition:all .3s ease}.banner-button:hover{background-color:#2563eb;color:#fff}.banner-arrow{background-color:#ffffff80;border:none;border-radius:9999px;color:#1f2937;padding:.5rem;position:absolute;top:50%;transform:translateY(-50%);transition:background-color .3s ease;z-index:10}.banner-arrow:hover{background-color:#fffc;cursor:pointer}.banner-arrow-left{left:1rem}.banner-arrow-right{right:1rem}.banner-dots{bottom:1rem;display:flex;gap:.5rem;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.banner-dot{background-color:#ffffff80;border:none;border-radius:9999px;height:.75rem;transition:background-color .3s ease;width:.75rem}.banner-dot:hover{background-color:#ffffffe6;cursor:pointer}.banner-dot.active{background-color:#fff;box-shadow:0 0 6px #ffffffe6}.image-container{align-items:center;display:flex;justify-content:center;overflow:hidden;width:100%}.image-container img{height:200px;object-fit:fit}.product-container{margin:40px auto;max-width:1200px;padding:0 20px}.product-container h2{color:#333;font-size:2rem;margin-bottom:30px;text-align:center}.product-grid{grid-gap:5px;display:grid;gap:5px;grid-template-columns:repeat(5,1fr);margin-top:20px}.product-card-c{background-color:#c00;border:1px solid #590505;border-radius:10px;box-shadow:0 2px 5px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.product-card-c:hover{box-shadow:0 8px 20px #0003;transform:translateY(-5px)}.product-image-c{border-radius:8px;height:auto;object-fit:cover;width:100%}.product-name{color:#fff;font-size:1.2rem;margin-top:10px;text-align:center}@media (max-width:1200px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:992px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.product-grid{gap:20px;grid-template-columns:repeat(2,1fr)}.product-container{padding:0 15px}.product-name{font-size:1rem}}@media (max-width:480px){.product-grid{gap:15px;grid-template-columns:repeat(2,1fr)}.product-container{margin:20px auto;padding:0 10px}.product-container h2{font-size:1.5rem}.product-name{font-size:.9rem;margin-top:8px}}:root{--bg-page:#fff;--accent-1:#e53935;--accent-2:#fb8c00;--text-primary:#333;--text-secondary:#666;--text-light:#888;--card-bg:#fff;--card-shadow:#00000014}.AllProductD_productLayout__llt7X{background:#fff;background:var(--bg-page);border-radius:20px;box-sizing:border-box;display:flex;gap:20px;max-width:100%;padding:20px}.AllProductD_productSidebar__1SZqr{background-color:#e53935;background-color:var(--accent-1);border-radius:20px;flex-shrink:0;min-width:250px;padding:20px;text-align:center}.AllProductD_productSidebar__1SZqr h2{color:#fff;font-size:22px;font-weight:700;line-height:1.3;margin-bottom:20px}.AllProductD_productSidebar__1SZqr img{border-radius:12px;height:auto;width:300px}.AllProductD_products__UVNgd{grid-gap:20px;display:grid;flex:1 1;gap:20px;grid-template-columns:repeat(4,minmax(0,1fr));min-width:0;padding-top:10px}.AllProductD_productCard__Afrr2{align-items:center;background-color:#fff;background-color:var(--card-bg);border-radius:12px;box-shadow:0 4px 12px #00000014;box-shadow:0 4px 12px var(--card-shadow);box-sizing:border-box;display:flex;flex-direction:column;min-height:370px;padding:16px;transition:transform .3s ease,box-shadow .3s ease}.AllProductD_productCard__Afrr2:hover{box-shadow:0 6px 16px #00000014;box-shadow:0 6px 16px var(--card-shadow);transform:translateY(-5px)}.AllProductD_productImage__rjHHH{border:5px solid #c00;border-radius:10px;cursor:pointer;height:auto;margin-bottom:12px;max-height:180px;object-fit:contain;width:85%}.AllProductD_productDetails__py626{display:flex;flex:1 1;flex-direction:column;justify-content:space-between;text-align:center;width:100%}.AllProductD_productTitle__n-1iA{color:#333;color:var(--text-primary);font-size:15px;font-weight:600;line-height:1.4;margin-bottom:8px}.AllProductD_productPart__hLAOt{color:#666;color:var(--text-secondary);font-size:12px;margin-bottom:6px}.AllProductD_productPrice__QExf0{color:#e53935;color:var(--accent-1);font-size:15px;font-weight:700;margin-bottom:4px}.AllProductD_productUnit__azzog{color:#888;color:var(--text-light);font-size:12px;margin-bottom:12px}.AllProductD_productActions__kldER{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:auto}.AllProductD_addToCart1__5NK2S,.AllProductD_buyToCart__J6tXn{border:none;border-radius:20px;cursor:pointer;font-size:12px;padding:8px 14px;transition:background-color .2s ease,color .2s ease;white-space:nowrap}.AllProductD_buyToCart__J6tXn{background-color:#eb7404;color:#fff}.AllProductD_buyToCart__J6tXn:hover{background-color:#e53935;background-color:var(--accent-1)}.AllProductD_addToCart1__5NK2S{background-color:#f5f5f5;color:#e53935;color:var(--accent-1)}.AllProductD_addToCart1__5NK2S:hover{background-color:#fb8c00;background-color:var(--accent-2);color:#fff}@keyframes AllProductD_wave__P5TRi{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.AllProductD_seeMoreCard__zIRxY{align-items:center;animation:AllProductD_wave__P5TRi 2.5s ease-in-out infinite;background:linear-gradient(135deg,#fffbe7,#eb7404);border-radius:12px;box-shadow:0 4px 12px #00000014;box-shadow:0 4px 12px var(--card-shadow);box-sizing:border-box;color:#353434;cursor:pointer;display:flex;font-size:22px;font-weight:800;justify-content:center;letter-spacing:1px;min-height:370px;overflow:hidden;padding:20px;position:relative;text-align:center;transition:background .4s ease,color .4s ease,transform .4s ease,box-shadow .4s ease}.AllProductD_seeMoreCard__zIRxY:before{animation:AllProductD_shine__WbQ3w 4s linear infinite;background:radial-gradient(circle,#fff3 10%,#0000 60%);content:"";height:200%;left:-50%;position:absolute;top:-50%;transform:rotate(25deg);width:200%}@keyframes AllProductD_shine__WbQ3w{0%{transform:rotate(25deg) translate(-50%,-50%)}50%{transform:rotate(25deg) translate(50%,50%)}to{transform:rotate(25deg) translate(-50%,-50%)}}.AllProductD_seeMoreCard__zIRxY:hover{background:linear-gradient(135deg,#ff7043,#d32f2f);box-shadow:0 8px 20px #ff572280;color:#fff;transform:scale(1.05)}@media (max-width:1024px){.AllProductD_productLayout__llt7X{gap:15px;padding:15px}.AllProductD_products__UVNgd{gap:15px;grid-template-columns:repeat(3,minmax(0,1fr))}.AllProductD_productSidebar__1SZqr{min-width:220px}.AllProductD_productSidebar__1SZqr h2{font-size:20px}}@media (max-width:768px){.AllProductD_productLayout__llt7X{flex-direction:column;gap:20px;padding:15px}.AllProductD_productSidebar__1SZqr{min-width:auto;padding:15px;width:100%}.AllProductD_productSidebar__1SZqr h2{font-size:18px;margin-bottom:15px}.AllProductD_products__UVNgd{gap:15px;grid-template-columns:repeat(2,minmax(0,1fr));padding-top:0}.AllProductD_productCard__Afrr2{min-height:320px;padding:14px}.AllProductD_productPrice__QExf0,.AllProductD_productTitle__n-1iA{font-size:14px}.AllProductD_seeMoreCard__zIRxY{font-size:20px;min-height:320px;padding:15px}}@media (max-width:480px){.AllProductD_productLayout__llt7X{border-radius:15px;gap:15px;padding:10px}.AllProductD_productSidebar__1SZqr{border-radius:15px;padding:15px}.AllProductD_productSidebar__1SZqr h2{font-size:16px;margin-bottom:10px}.AllProductD_products__UVNgd{gap:12px;grid-template-columns:1fr}.AllProductD_productCard__Afrr2{border-radius:10px;min-height:280px;padding:12px}.AllProductD_productImage__rjHHH{margin-bottom:10px;max-height:140px}.AllProductD_productTitle__n-1iA{font-size:13px;margin-bottom:6px}.AllProductD_productPart__hLAOt{font-size:11px;margin-bottom:4px}.AllProductD_productPrice__QExf0{font-size:13px;margin-bottom:3px}.AllProductD_productUnit__azzog{font-size:11px;margin-bottom:10px}.AllProductD_productActions__kldER{gap:8px}.AllProductD_addToCart1__5NK2S,.AllProductD_buyToCart__J6tXn{flex:1 1;font-size:11px;max-width:80px;padding:6px 12px}.AllProductD_seeMoreCard__zIRxY{border-radius:10px;font-size:18px;min-height:280px;padding:15px}}@media (max-width:320px){.AllProductD_productLayout__llt7X{padding:8px}.AllProductD_productSidebar__1SZqr{padding:12px}.AllProductD_productSidebar__1SZqr h2{font-size:14px}.AllProductD_products__UVNgd{gap:10px}.AllProductD_productCard__Afrr2{min-height:260px;padding:10px}.AllProductD_productTitle__n-1iA{font-size:12px;line-height:1.3}.AllProductD_addToCart1__5NK2S,.AllProductD_buyToCart__J6tXn{font-size:10px;padding:5px 10px}.AllProductD_seeMoreCard__zIRxY{font-size:16px;min-height:260px}}:root{--num-logo:10}.brand-container{height:100px;margin-inline:auto;margin-bottom:5rem;margin-top:5rem;-webkit-mask-image:linear-gradient(90deg,#0000,#000 20%,#000 80%,#0000);mask-image:linear-gradient(90deg,#0000,#000 20%,#000 80%,#0000);max-width:100vw;overflow:hidden;position:relative;width:100%}@keyframes scrollLeft{to{left:-200px}}.item{animation-duration:30s;animation-iteration-count:infinite;animation-name:scrollLeft;animation-timing-function:linear;border-radius:10px;left:3000px;left:calc(300px*var(--num-logo));position:absolute}.item,.item img{height:100px;width:300px}.item img{object-fit:contain}.item-1{animation-delay:-27s;animation-delay:calc(30s/var(--num-logo)*(var(--num-logo) - 1)*-1)}.item-2{animation-delay:-24s;animation-delay:calc(30s/var(--num-logo)*(var(--num-logo) - 2)*-1)}.item-3{animation-delay:-21s;animation-delay:calc(30s/var(--num-logo)*(var(--num-logo) - 3)*-1)}.item-4{animation-delay:-18s;animation-delay:calc(30s/var(--num-logo)*(var(--num-logo) - 4)*-1)}.item-5{animation-delay:-15s;animation-delay:calc(30s/var(--num-logo)*(var(--num-logo) - 5)*-1)}.item-6{animation-delay:-12s;animation-delay:calc(30s/var(--num-logo)*(var(--num-logo) - 6)*-1)}.item-7{animation-delay:-9s;animation-delay:calc(30s/var(--num-logo)*(var(--num-logo) - 7)*-1)}.item-8{animation-delay:-6s;animation-delay:calc(30s/var(--num-logo)*(var(--num-logo) - 8)*-1)}.item-9{animation-delay:-3s;animation-delay:calc(30s/var(--num-logo)*(var(--num-logo) - 9)*-1)}.item-10{animation-delay:0s;animation-delay:calc(30s/var(--num-logo)*(var(--num-logo) - 10)*-1)}.construction-supplies{background:#fff;border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,.362);display:flex;margin:auto auto 20px;max-width:1400px;overflow:hidden}.image-container{flex:1 1}.image-container img{height:100%;object-fit:cover;width:100%}.content-container{background:#f8f9fa;flex:1 1;padding:40px}.section-title{background:#c00;border-radius:6px;color:#fff;display:inline-block;font-size:18px;font-weight:700;padding:8px 16px}.heading{color:#333;font-size:28px;font-weight:700;margin:16px 0}.heading span{color:#ff7f27}.content-container p{color:#555;font-size:16px;line-height:1.6;margin-bottom:12px}.content-container a{color:#007bff;text-decoration:none}.content-container a:hover{text-decoration:underline}.construction-supplies-header h2{font-size:2.5rem;text-align:center}.blue-text{color:#000}.red-text{color:red}@media (max-width:768px){.construction-supplies{flex-direction:column}.content-container{padding:20px}}.PasswordResetForm_container__6cAVQ{align-items:center;background-attachment:fixed;background-image:url(/static/media/frontlook.69b48c9afea2fe578078.webp);background-position:50%;background-size:cover;display:flex;justify-content:center;min-height:100vh;padding:1rem;position:relative}.PasswordResetForm_card__VEcxI{background-color:#fff;border-radius:10px;box-shadow:0 4px 12px #0000001a;max-width:450px;padding:2.5rem;width:100%}.PasswordResetForm_title__mMQgC{color:#333;font-size:1.8rem;font-weight:600;margin-bottom:.5rem;text-align:center}.PasswordResetForm_subtitle__W\+wGB{color:#666;font-size:1rem;line-height:1.5;margin-bottom:2rem;text-align:center}.PasswordResetForm_form__BYTo5{display:flex;flex-direction:column;gap:1.5rem}.PasswordResetForm_formGroup__gX1Tp{display:flex;flex-direction:column;gap:.5rem}.PasswordResetForm_label__YvivG{color:#444;font-size:.9rem;font-weight:500}.PasswordResetForm_input__QhZ0J{border:1px solid #ddd;border-radius:6px;font-size:1rem;padding:.8rem 1rem;transition:border-color .2s}.PasswordResetForm_input__QhZ0J:focus{border-color:#c00;outline:none}.PasswordResetForm_input__QhZ0J:disabled{background-color:#f5f5f5;color:#666}.PasswordResetForm_submitButton__q-S5b{background-color:#c00;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.9rem;transition:background-color .2s}.PasswordResetForm_submitButton__q-S5b:hover{background-color:#b30000}.PasswordResetForm_submitButton__q-S5b:disabled{background-color:#ccc;cursor:not-allowed}.PasswordResetForm_message__5mDW7{border-radius:6px;font-size:.9rem;margin-bottom:1rem;padding:1rem}.PasswordResetForm_message__5mDW7.PasswordResetForm_success__H3mfr{background-color:#e6ffed;color:#22863a}.PasswordResetForm_message__5mDW7.PasswordResetForm_error__\+8FYz{background-color:#ffecec;color:#c00}.PasswordResetForm_checkEmail__QR6LZ{font-size:.9rem;margin-top:.5rem}.PasswordResetForm_footer__-qDDk{color:#666;font-size:.9rem;margin-top:1.5rem;text-align:center}.PasswordResetForm_link__a3mHB{color:#c00;font-weight:500;text-decoration:none}.PasswordResetForm_link__a3mHB:hover{text-decoration:underline}@media (max-width:480px){.PasswordResetForm_card__VEcxI{padding:1.5rem}.PasswordResetForm_title__mMQgC{font-size:1.5rem}}.BackToTopButton_buttonContainer__j1hcP{align-items:center;background-color:#c00;border:none;border-radius:50%;bottom:2rem;box-shadow:0 2px 10px #0003;color:#fff;cursor:pointer;display:flex;height:3rem;justify-content:center;opacity:.9;padding:0;position:fixed;right:2rem;transition:all .3s ease;width:3rem;z-index:1000}@media (max-width:768px){.BackToTopButton_buttonContainer__j1hcP{bottom:max(1.5rem,env(safe-area-inset-bottom));right:max(1.5rem,env(safe-area-inset-right))}}.cookie-consent{background-color:#fff;border:1px solid #e0e0e0;border-radius:12px;bottom:20px;box-shadow:0 10px 25px #0000001a;color:#333;left:50%;max-width:90%;max-width:500px;opacity:0;padding:20px;position:fixed;transform:translateX(-50%);transition:opacity .3s ease,transform .3s ease;width:100%;z-index:9999}.cookie-consent.bounce{animation:bounceIn .6s ease;opacity:1}@keyframes bounceIn{0%{opacity:0;transform:translateX(-50%) translateY(100%)}60%{opacity:1;transform:translateX(-50%) translateY(-20px)}80%{transform:translateX(-50%) translateY(10px)}to{transform:translateX(-50%) translateY(0)}}.cookie-content h3{color:#2c3e50;font-size:1.2rem;margin-bottom:10px;margin-top:0}.cookie-content p{color:#555;font-size:.9rem;line-height:1.5;margin-bottom:20px}.cookie-buttons{display:flex;gap:10px;margin-bottom:15px}.accept-btn,.reject-btn{border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;padding:10px 20px;transition:all .2s ease}.accept-btn{background-color:#3498db;color:#fff}.accept-btn:hover{background-color:#2980b9}.reject-btn{background-color:#f1f1f1;color:#333}.reject-btn:hover{background-color:#e0e0e0}.privacy-link{color:#3498db;display:inline-block;font-size:.8rem;margin-top:5px;text-decoration:none}.privacy-link:hover{text-decoration:underline}@media (max-width:480px){.cookie-consent{bottom:10px;padding:15px}.cookie-buttons{flex-direction:column}.accept-btn,.reject-btn{width:100%}}
/*# sourceMappingURL=main.974119c4.css.map*/