:root{--primary:#0E0E0E;--bg: #EDEDED;--black: #000000;--white: #ffffff;--primary:#005eca;--primary-hover:#0049a5;--text-light:#d2d2d2;--text-gray:#666666;--text-dark:#222222;--border-gray:#5c5c5c;--light-border:#d9d9d9;--light-bg:#efefef;--danger:#ff2b2b;--blue:#1976d2;--font1:"Inter", sans-serif;--font2:"Poppins", sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font1)}#site-header{position:sticky;top:0;z-index:9999;background:#fff;transition:all .3s ease}#site-header.scrolled{box-shadow:0 5px 20px #00000014}.header-top{background:#fff;padding:14px 0}.header-row{display:flex;align-items:center;justify-content:space-between;gap:20px}.logo img{width:85px}.search-wrapper{flex:1;display:flex;justify-content:center}.search-wrapper form{width:100%;max-width:520px;display:flex;background:#f2f2f2;border-radius:50px;overflow:hidden}.search-wrapper input{flex:1;border:none;padding:12px 18px;background:transparent;outline:none}.search-wrapper button{width:41px;height:41px;border:none;display:flex;align-items:center;justify-content:center;background:#111;color:#fff;border-radius:50%;margin:5px}.search-wrapper button svg{width:26px}.header-icons{display:flex;align-items:center;gap:12px}.icon-btn svg{width:26px}.icon-btn{width:40px;height:40px;background:#f2f2f2;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}.icon-btn:hover{transform:translateY(-2px)}.cart-count{position:absolute;top:-5px;right:-5px;background:#000;color:#fff;font-size:10px;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.header-nav{background:#1f1f1f}.nav-menu{display:flex;justify-content:center;list-style:none;gap:30px;margin-bottom:0;padding:12px 0}.nav-menu a{color:#fff;text-decoration:none;font-size:14px;font-weight:500;position:relative}.nav-menu a:hover{opacity:.7}.nav-item{position:relative}.dropdown-menu{position:absolute;top:100%;left:0;background:#fff;min-width:220px;display:none;flex-direction:column;box-shadow:0 10px 25px #0000001a;z-index:999;padding:8px 0}.dropdown-menu a{padding:10px 15px;color:#111;text-decoration:none;display:block;transition:.2s}.dropdown-menu a:hover{background:#f5f5f5}.dropdown:hover .dropdown-menu{display:flex}@media(max-width:991px){.search-wrapper{display:none}.header-row{gap:10px}.nav-menu{overflow-x:auto;white-space:nowrap;justify-content:flex-start;padding-left:10px}.mobile-drawer{width:100%!important;background:#fff}.mobile-header{display:flex;justify-content:space-between;align-items:center;padding:12px 15px;background:#fff;border-bottom:1px solid #eee}.menu-icon{display:block}.close-icon{display:none}.menu-btn{background:none;border:none;font-size:22px;position:relative}.menu-btn.open .menu-icon{display:none}.menu-btn.open .close-icon{display:block}.mobile-drawer{width:100%!important}.drawer-header{display:flex;justify-content:space-between;align-items:center;padding:15px;border-bottom:1px solid #eee}.mobile-nav{list-style:none;padding:20px;margin-bottom:0}.mobile-nav li{padding:12px 0}.mobile-nav a,.mobile-nav summary{display:flex;justify-content:space-between;text-decoration:none;font-size:16px;color:#111}.sub-menu{padding-left:15px;margin-top:10px}.quick-links{padding:20px;display:grid;gap:20px;border-top:1px solid #eee}.social-links{display:flex;justify-content:center;gap:15px;padding:20px;border-top:1px solid #eee}.mobile-logo{text-align:center;position:relative;left:0;width:100%;display:flex;justify-content:center}.mobile-logo img{width:65px;position:absolute}.header-icons{justify-content:end}#mobileDrawer{top:55px}.drawer_link{display:flex;gap:20px;flex-direction:column}.drawer_link a{display:flex;flex-direction:row;gap:12px;text-decoration:none}.drawer_link a svg{width:20px}.drawer-body .search-wrapper{display:flex}.drawer-body .search-wrapper form{flex-direction:row-reverse;max-width:100%;border-radius:12px}}@media(max-width:667px){.icon-btn{width:28px;height:28px}.icon-btn svg{width:16px}.header-icons{gap:8px}}.hero-bg{min-height:600px;background-position:center;border-radius:30px;background-repeat:no-repeat;background-size:cover;padding:20px;display:flex;align-items:center;aspect-ratio:16 / 4;width:100%}.hero-bg .border-dev{width:100%;height:100%;border:10px solid #ffffff80;display:flex;align-items:center;position:relative;flex-grow:1;border-radius:30px;padding:0 40px}.hero-bg .border-dev .btn-group .btn{width:fit-content;flex-grow:unset}.hero-content{max-width:570px}.hero-content h1{font-size:52px;line-height:1.2;color:var(--white);margin-bottom:25px}.hero-content p{line-height:1.8;color:var(--white);max-width:650px;margin-bottom:30px;font-size:18px}.btn-group{display:flex;gap:20px;flex-wrap:wrap}.btn{padding:16px 36px;border-radius:12px;text-decoration:none;transition:.3s;display:inline-block}.btn-white{background:var(--white);color:var(--black);border-radius:8px!important}.btn-white:hover{background:var(--light-bg)}.btn-primary{background:var(--primary);color:var(--white);border-radius:8px!important}.btn-primary:hover{background:var(--primary-hover)}@media(max-width:991px){.hero-content p{max-width:500px;font-size:16px}}@media(max-width:767px){.hero-content{max-width:4000px}.hero-content h1{font-size:36px}.hero-content p{max-width:400px;font-size:16px}}@media(max-width:575px){.hero-bg{padding:10px;border-radius:12px;margin-top:10px;min-height:300px}.hero-bg .border-dev{border:4px solid #ffffff80;padding:0 12px;border-radius:12px}.hero-content{max-width:350px}.hero-content h1{font-size:32px;margin-bottom:10px}.hero-content p{max-width:300px;font-size:15px;margin-bottom:10px}.btn-group a{width:fit-content;flex-grow:unset;font-size:16px;padding:12px 20px}}.cat-card{position:relative;display:flex;align-items:flex-end;justify-content:flex-start;width:100%;aspect-ratio:3/ 3.2;padding:12px;border-radius:18px;overflow:hidden;text-decoration:none;color:#fff}.cat-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1}.cat-border{width:100%;height:100%;border:6px solid #dbdbdb80;border-radius:30px;z-index:3}.cat-img img{width:100%;height:100%;object-fit:cover;transition:.5s ease}.cat-card:hover .cat-img img{transform:scale(1.08)}.cat-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000a6,#0000001a);z-index:2}@media(max-width:575px){.cat-card{aspect-ratio:1/1;padding:8px;border-radius:12px}.cat-border{border:4px solid #dbdbdb80;border-radius:12px}}.card-content{position:relative;z-index:5;padding:18px;width:100%;height:100%;display:flex;justify-content:center;align-items:end}.card-content h2{font-size:20px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px;margin:0}.card-content i{font-size:14px;padding:0;margin:0;transition:.3s}.cat-card:hover i{transform:translate(5px)}.products-section{padding:80px 0}.products-section .heading{font-size:38px;font-weight:600}.product-card{background:#fff;display:flex!important;flex-direction:column;border-radius:18px;overflow:hidden;box-shadow:0 5px 20px #0000000f;transition:.3s ease}.product-image{position:relative;background:#fff;padding:0;text-align:center;border-bottom:1px solid #eaeaea}.product-main-image{width:100%;aspect-ratio:4/3;height:auto;object-fit:contain;transition:.4s ease}.badge{position:absolute;top:12px;left:12px;background:#e53935;color:#fff;padding:5px 10px;font-size:12px;border-radius:20px}.product-body{padding:18px;display:flex;flex-direction:column;height:100%}.product-body a{text-decoration:none;flex-grow:1}.product-body h3{font-size:16px;margin-bottom:10px}.product-body h4{font-size:15px;margin-bottom:0}.product-colors{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.product-sizes{display:flex;justify-content:space-between;align-items:center}.colors{display:flex;gap:8px}.color-swatch{width:18px;height:18px;border-radius:50%;border:1px solid #ffffff;outline:1px solid #ddd;cursor:pointer;transition:.2s}.color-swatch:hover{transform:scale(1.2)}.sizes{display:flex;gap:8px}.sizes span{font-size:12px;border:1px solid #ddd;padding:3px 8px;border-radius:6px}.product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:15px}.select-btn{background:var(--black);color:var(--white);flex-grow:unset!important;padding:13px 12px;border-radius:8px;text-decoration:none;font-size:13px}.price{text-align:right}.new-price{font-weight:700}.old-price{font-size:12px;color:var(--blue);text-decoration:line-through}.products-section .content{margin-bottom:60px}@media(max-width:575px){.products-section{padding:20px 0}}.project-cta{position:relative;border-radius:20px;padding:30px 0 60px;color:#fff}.bg_style{position:relative;padding:70px;display:flex;align-items:center;border-radius:30px;overflow:hidden}.bg_style:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0006}.bg_style .row{position:relative;z-index:2}.project-cta h2{font-size:42px;font-weight:600}.project-cta p{margin:20px 0;font-size:16px;line-height:1.5}.project-cta .cta-box{background:#ffffff14;border:3px solid var(--white);padding:30px;-webkit-backdrop-filter:blur(33px);backdrop-filter:blur(33px);border-radius:16px;text-align:center}.project-cta .cta-box h3{font-size:25px;margin-bottom:24px}@media(max-width:575px){.products-section .heading{font-size:32px;font-weight:600}.project-cta{padding:20px 0}.bg_style{padding:20px;border-radius:12px}.project-cta h2{font-size:24px;line-height:1.4;margin-bottom:15px}.project-cta p{margin:10px 0;line-height:1.6}.project-cta .cta-box{padding:15px;border-radius:12px}.project-cta .btn-white{padding:10px 20px;margin-bottom:10px}}.shop-collection{padding:60px 0;font-family:Poppins,sans-serif}.shop-title{font-size:40px;font-weight:600;text-align:center;margin-bottom:15px}.shop-description{text-align:center;font-size:18px;margin-bottom:50px}.shop-grid-wrapper{display:flex;gap:30px}.shop-filters{flex:0 0 250px}.shop-filters h4{font-size:20px;font-weight:600;margin-bottom:15px}.shop-filters label{display:block;margin-bottom:10px;cursor:pointer;font-weight:500}.shop-filters input[type=range]{width:100%;margin:10px 0}.product-card{background:#f7f7f7;border-radius:12px;height:100%;box-shadow:0 0 10px #0003;overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease}.product-card:hover{transform:translateY(-5px)}.product-card__image{position:relative}.product-card__image img{width:100%;display:block}.badge{position:absolute;top:12px;left:12px;background:red;color:#fff;padding:4px 8px;font-size:12px;border-radius:6px}.product-card__body{padding:15px}.product-card__body h3{font-size:16px;margin-bottom:10px}.product-colors .color-swatch{display:inline-block;width:18px;height:18px;margin-right:5px;border-radius:50%;border:1px solid #ccc;cursor:pointer}.product-sizes span{display:inline-block;border:1px solid #ccc;padding:3px 6px;margin-right:5px;border-radius:4px;cursor:pointer}.product-card__footer{display:flex;justify-content:space-between;align-items:center;margin-top:12px}.product-card__footer .btn{padding:6px 12px}.price .old-price{text-decoration:line-through;color:#888;font-size:14px}.price .new-price{color:#000;font-weight:600;font-size:16px}.wishlist-btn{position:absolute;top:10px;right:10px;z-index:10;background:#fff;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transform:translateY(-5px);transition:opacity .2s ease,transform .2s ease;box-shadow:0 2px 8px #00000026}.product-card:hover .wishlist-btn{opacity:1;transform:translateY(0)}.wishlist-btn svg{color:#999;transition:color .2s,fill .2s}.wishlist-btn.active svg{fill:red;color:red}.shop-pagination{display:flex;justify-content:center;align-items:center;gap:10px;margin:50px 0;flex-wrap:wrap}.shop-pagination span,.shop-pagination a{display:flex;align-items:center;justify-content:center;min-width:46px;height:46px;border:1px solid #ddd;border-radius:8px;background:#fff;color:#222;text-decoration:none;font-size:15px;font-weight:500;transition:all .3s ease}.shop-pagination a:hover{background:#000;border-color:#000;color:#fff}.shop-pagination .current{background:#000;color:#fff;border-color:#000;cursor:default}.shop-pagination .next a,.shop-pagination .prev a{padding:0 22px;font-weight:600}.shop-pagination .next a:hover,.shop-pagination .prev a:hover{transform:translateY(-2px)}.resource-list__item{height:unset}@media(max-width:991px){.shop-grid-wrapper{flex-direction:column}.shop-filters{flex:1 1 100%;margin-bottom:30px}.shop-products .product-card{margin-bottom:20px}.shop-pagination{gap:8px}.shop-pagination span,.shop-pagination a{min-width:40px;height:40px;font-size:14px}.shop-pagination .next a,.shop-pagination .prev a{padding:0 16px}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/custom-style.css.map */
