@charset "UTF-8";@import"https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic";*{padding:0;margin:0;box-sizing:border-box}body{font-family:Roboto,sans-serif}.container{max-width:90%;margin:auto}button,input{border:none;background:none;outline:none;cursor:pointer}::placeholder{font-size:17px}.flex{display:flex;justify-content:space-between;align-items:center}.flexCenter{display:flex;justify-content:center;align-items:center}h1{font-size:30px;font-weight:700}h3{font-size:18px;font-weight:400}p{font-size:14px;font-weight:400;color:#5a5a5a}.underline{color:#707070;text-decoration:line-through solid rgb(112,112,112);font-size:16px;font-weight:400}.price-tag{font-size:20px;font-weight:500}header{background:#fff;padding:14px 0;box-shadow:0 2px 4px #00000014;position:relative;z-index:44}header .logo img{width:120px;height:auto;object-fit:contain}.nav ul li{margin:0 20px}.nav ul li a{font-size:17px;font-weight:500;color:#111827;text-decoration:none;transition:color .3s ease}.nav ul li a:hover{color:#ff5e3a}.wishlist{margin:0 30px}.card{position:relative;cursor:pointer;margin-right:20px}.cardIcon{font-size:25px}.card span{position:absolute;top:-8px;right:-8px;width:18px;height:18px;background-color:#000;color:#fff;font-size:10px;border-radius:50%}.overlay{position:fixed;top:0;left:0;width:90vw;height:100vh;background-color:#0006;z-index:77}.cartItem{position:fixed;top:0;right:0;width:450px;height:100vh;padding:20px;background:#fff;box-shadow:0 2px 4px #00000014;z-index:88}.cardhide{display:none}.cartItem .title .icon{font-size:25px}.emptyCard{text-align:center}.emptyCard img{width:70%;margin:auto auto 20px}.checkOut{position:absolute;bottom:0;left:0;margin:30px;width:88%}.checkOut button{padding:20px;background:#212121;width:100%;color:#fff;border-radius:10px;font-size:17px}.checkOut button:disabled{background:#7a7a7a;cursor:none}.checkOut button span{margin-right:80px}.checkOut button label{border-left:1px solid #fff;padding-left:10px}.cartContent{margin:20px 0;display:flex;position:relative}.cartContent .img{width:105px;height:105px;border-radius:6px;position:relative;margin-right:20px}.cartContent .img img{border-radius:6px}.cartContent .img:after{content:"";position:absolute;top:0;left:0;width:105px;height:105px;background:#0000004d;border-radius:10px;opacity:0;transition:.5s}.cartContent .remove{position:absolute;top:-10px;right:-10px;font-size:14px;width:24px;height:24px;border-radius:50%;background:#ff5e3a;color:#fff;z-index:10;cursor:pointer;opacity:1;transition:all .3s ease;box-shadow:0 4px 10px #0000001a;border:2px solid #fff}.cartContent .remove:hover{background:#ff2a68;transform:scale(1.1)}.cartContent .img:after{display:none}.cartContent img{width:100%;height:100%}.cartContent .details p{margin:10px 0}.cartContent .details .qty{background-color:#212121;border-radius:5px;box-shadow:0 2px 4px #00000014}.cartContent .details button{height:35px;width:35px;background-color:#212121;color:#fff;transition:.5s}.cartContent .price .num{font-size:17px}.cartContent .plus{border-radius:5px 0 0 5px}.cartContent .minus{border-radius:0 5px 5px 0}.cartContent .details .minus:hover,.cartContent .details .plus:hover{background-color:#fff3}.cartContent .price{display:flex;justify-content:space-between;align-items:center;gap:80px}.cartContent .price .priceTitle{font-size:17px;color:#000;display:flex;justify-content:end}.auth-link{font-size:16px;font-weight:500;color:#111827;text-decoration:none;margin-right:20px;transition:color .3s ease}.auth-link:hover{color:#ff5e3a}.signup-btn{background:linear-gradient(135deg,#ff5e3a,#ff2a68);color:#fff!important;padding:10px 20px;border-radius:8px;transition:transform .3s ease,box-shadow .3s ease}.signup-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ff5e3a33;color:#fff}.profile{margin-right:30px;cursor:pointer}.profile .image{display:flex;padding-bottom:20px}.profile .image img{margin-right:20px}.profile button{font-size:17px;font-weight:500}.profile img{width:40px;height:40px;border-radius:50%;object-fit:cover}.openProfile{color:#000;box-shadow:0 2px 4px #00000014;position:absolute;top:80px;right:10px;width:250px;background:#fff}.openProfile .box{display:flex;align-items:center;width:100%;margin-top:10px;padding:5px;transition:.5s}.openProfile .icon{font-size:20px;margin-right:20px}.openProfile h4{font-size:15px;font-weight:500}.openProfile button:hover{background:#934bff13}header.active{position:sticky;top:0;left:0;width:100%;box-shadow:0 0 4px #73737333;z-index:9999;background:#fff}.navbar-items-icon{display:none;background:none;border:none;cursor:pointer;color:#111827;padding:5px;transition:color .3s}.navbar-items-icon:hover{color:#ff5e3a}@media screen and (max-width: 768px){.navbar-items-icon{display:block;margin-left:10px}.nav .flex{display:none}.nav .mobile-nav{position:absolute;top:100%;left:0;width:100%;background:#fff;flex-direction:column;padding:20px 0;list-style:none;box-shadow:0 10px 15px -3px #0000001a;z-index:1000}.nav .mobile-nav li{margin:10px 0;width:100%;text-align:center}.nav .mobile-nav li a{display:block;padding:10px;font-size:18px}header{padding:10px 0}header .logo img{width:100px}.account{gap:10px}.account .auth-link{font-size:14px;margin-right:5px}.account .signup-btn{padding:6px 12px;font-size:12px}.account .card{margin-right:5px}.account .card .cardIcon{font-size:22px}}@media screen and (max-width: 480px){.account .auth-link{display:none}.account .signup-btn{padding:6px 10px;font-size:11px}}.profile a{text-decoration:none}footer{padding:80px 0;margin-top:50px;border-top:1px solid rgba(0,0,0,.1)}footer .container{display:grid;grid-template-columns:repeat(7,1fr);gap:30px}footer .container h3{font-size:20px;margin-bottom:25px}footer .container a,footer .container ul li{text-decoration:none;list-style-type:none;color:#5a5a5a;margin-bottom:15px;font-size:14px}footer .container .logo a{text-decoration:none;margin:0;display:block}footer .container .logo img{width:80px;height:74px;object-fit:contain}@media screen and (max-width: 768px){footer .container{grid-template-columns:repeat(3,1fr)}footer .container .logo{grid-column:1/-1;display:flex;justify-content:center;margin-bottom:20px}}@media screen and (max-width: 568px){footer .container{grid-template-columns:repeat(2,1fr)}footer .container .logo{grid-column:1/-1;display:flex;justify-content:center;margin-bottom:20px}}.hero{overflow-x:hidden}.hero .box{width:100%;height:90vh;position:relative}.hero .img{height:90vh}.hero .img img{width:100%;height:100%;object-fit:cover}.hero .content-overlay{position:absolute;top:50%;left:10%;transform:translateY(-50%);z-index:10}.hero .card-orange{background:#f3f4f6e6;padding:60px;max-width:500px;border-radius:4px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.hero .card-orange h5{font-size:14px;letter-spacing:2px;color:#374151;margin-bottom:20px;opacity:0}.hero .card-orange h1{font-size:48px;font-weight:800;color:#111827;margin-bottom:25px;line-height:1.2;opacity:0}.hero .card-orange p{font-size:16px;color:#4b5563;margin-bottom:35px;opacity:0}.hero .card-orange .primarybtn{padding:15px 35px;background:#fff;color:#111827;border:1px solid #e5e7eb;font-weight:600;transition:all .3s;opacity:0}.hero .card-orange .primarybtn:hover{background:#000;color:#fff}.slick-active .card-orange h5{animation:flipIn .8s ease forwards;animation-delay:.2s}.slick-active .card-orange h1{animation:flipIn .8s ease forwards;animation-delay:.4s}.slick-active .card-orange p{animation:flipIn .8s ease forwards;animation-delay:.6s}.slick-active .card-orange .primarybtn{animation:flipIn .8s ease forwards;animation-delay:.8s}@keyframes flipIn{0%{transform:perspective(400px) rotateY(90deg);opacity:0}to{transform:perspective(400px) rotateY(0);opacity:1}}.next-arrow,.prev-arrow{position:absolute;top:40%;right:0;width:50px;height:50px;border-radius:50%;background-color:#000;color:#fff;margin:20px}.prev-arrow{left:0;z-index:50}.offer{padding:50px 0}.offer .wrapper{margin-top:30px}.offer .wrapper .slick-slide>div{margin:10px}.offer .wrapper img{border-radius:10px}.offer .flaseSale{margin:0 10px}.offer .flaseSale .content{display:flex;justify-content:space-between;align-items:center;gap:30px}.offer .flaseSale .imageWrapper{width:70%;height:40vh;border-radius:10px}.offer .flaseSale .imageWrapper img{width:100%;height:100%;border-radius:10px}.offer .flaseSale .products{height:40vh;padding:30px;border:1px solid rgba(128,128,128,.308);width:30%;border-radius:10px}.offer .flaseSale .products .product{margin:20px 0;display:flex;justify-content:space-between;align-items:center;height:180px;background:#f9f9f9;border-radius:10px}.offer .flaseSale .products .product .img{width:40%;height:180px;border-radius:10px 0 0 10px}.offer .flaseSale .products .product .img img{width:100%;height:100%;object-fit:cover;border-radius:10px 0 0 10px}.offer .flaseSale .products .product .details{width:60%;padding:15px}.offer .flaseSale .products .product .details p{margin:7px 0 20px}.offer .flaseSale .products .product .details .price{display:flex;align-items:center;gap:20px}.offer .flaseSale .products .progress{margin-top:30px}.offer .flaseSale .products .progress .flex{display:flex;justify-content:space-between;font-size:.9rem;margin-bottom:20px}.offer .flaseSale .products .progress .progressBar{position:relative;background:#e0e0e0;border-radius:30px;height:18px;overflow:hidden}.offer .flaseSale .products .progress .progressFill{position:absolute;top:0;left:0;height:100%;background:#000;transition:width .4s ease;border-radius:30px}@media screen and (max-width: 1024px){.hero .box,.hero .img{height:60vh}.hero .content-overlay{left:0;width:100%;padding:30px;top:calc(50% + 80px)}.hero .card-orange{padding:20px;max-width:100%;text-align:center}.hero .card-orange h1{font-size:24px;margin-bottom:10px}.hero .card-orange p{font-size:13px;margin-bottom:15px}.hero .card-orange .primarybtn{padding:10px 20px;font-size:13px}.hero .button-arrow{display:none!important}.offer .flaseSale{margin:0}.offer .flaseSale .content{flex-direction:column;gap:0}.offer .flaseSale .content .products{width:100%;height:auto;min-height:40vh}.offer .flaseSale .content .imageWrapper{width:100%;height:30vh;margin-bottom:30px}}@media screen and (max-width: 568px){.offer .flaseSale .content .imageWrapper{height:20vh}}.offer-arrow{width:30px;height:30px;display:flex;justify-content:center;align-items:center;top:30%;box-shadow:#959da533 0 8px 24px}.offer-arrow.next-arrow{right:-35px}.offer-arrow.prev-arrow{left:-35px}.offer .wrapper .next-arrow{right:-35px;background-color:#fff;color:#000;box-shadow:#959da533 0 8px 24px}.offer .wrapper .prev-arrow{left:-35px;background-color:#fff;color:#000;box-shadow:#959da533 0 8px 24px}.imageWrapper{position:relative;display:inline-block;overflow:hidden;border:none;outline:none}.imageWrapper img{display:block;width:100%;height:auto}.animatedBg{position:absolute;top:-37%;left:-200px;width:200px;height:60vh;background:#ffffff4d;transform:rotate(25deg) translate(0);transition:transform .3s ease;opacity:0}.imageWrapper:hover .animatedBg{opacity:1;animation:slideBg .5s ease-out forwards}@keyframes slideBg{0%{left:-200px;transform:rotate(25deg) translate(0)}to{left:100%;transform:rotate(25deg) translate(100%)}}.catgeory .content{margin-top:30px}.catgeory .content .slick-slide>div{margin:10px}.catgeory .content .item{display:flex!important;align-items:center;gap:20px;background-color:#f9f9f9;padding:15px;border-radius:10px}.catgeory .content .item .img{padding:20px}.catgeory .content .item .img img{height:50px;width:80px;object-fit:contain}.catgeory .content .next-arrow,.catgeory .content .prev-arrow{top:22%;background-color:#fff;color:#000;box-shadow:#959da533 0 8px 24px;z-index:10}.catgeory .content .next-arrow{right:-35px}.catgeory .content .prev-arrow{left:-35px}@media screen and (max-width: 768px){.catgeory .content .item{flex-direction:column;text-align:center;gap:10px;padding:10px}.catgeory .content .item .img{padding:10px}.catgeory .content .next-arrow,.catgeory .content .prev-arrow{display:none!important}}.product{padding:60px 0}.product .content{padding-top:50px;display:grid;grid-template-columns:repeat(4,1fr);gap:25px}@media screen and (min-width: 1536px){.product .content{grid-template-columns:repeat(6,1fr)}}@media screen and (max-width: 1024px){.product .content{grid-template-columns:repeat(2,1fr);gap:20px}}@media screen and (max-width: 640px){.product .content{grid-template-columns:repeat(2,1fr);gap:15px}}.product-page{padding:60px 0;background-color:#fbfbfb}.product-page .page-header{text-align:center;margin-bottom:60px}.product-page .page-header h1{font-size:48px;font-weight:800;color:#111827;margin-bottom:15px}.product-page .page-header p{font-size:18px;color:#6b7280;max-width:600px;margin:0 auto}.product-page .product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:30px}.product-card{background:#fff;border-radius:20px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid #f3f4f6;position:relative}.product-card .img{height:320px;width:100%;overflow:hidden;position:relative}@media screen and (max-width: 768px){.product-card .img{height:200px}}.product-card .img img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.product-card .img:after{content:"Quick View";position:absolute;bottom:-40px;left:50%;transform:translate(-50%);background:#ffffffe6;padding:8px 20px;border-radius:30px;font-size:13px;font-weight:600;color:#111827;transition:all .4s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 4px 12px #0000001a}.product-card .text{padding:25px;text-align:center}.product-card .text h3{font-size:18px;font-weight:700;color:#111827;margin-bottom:10px;transition:color .3s}.product-card .text p{color:#6b7280;font-size:14px;line-height:1.5;margin-bottom:15px}@media screen and (max-width: 640px){.product-card .text p{display:none}}.product-card .text .price-tag{font-size:20px;font-weight:800;color:#ff5e3a}.product-card:hover{transform:translateY(-12px);box-shadow:0 25px 50px -12px #0000001a;cursor:pointer;border-color:#ff5e3a}.product-card:hover .img img{transform:scale(1.1)}.product-card:hover .img:after{bottom:20px}.product-card:hover h3{color:#ff5e3a}.popup{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:100000;animation:fadeIn .3s ease}.popup .popup-inner{background:#fff;border-radius:20px;position:relative;width:900px;max-width:95%;max-height:90vh;animation:slideIn .4s ease;display:flex;flex-direction:row;overflow:hidden;box-shadow:0 20px 40px #0003}@media screen and (max-width: 768px){.popup .popup-inner{width:600px;flex-direction:column;overflow-y:auto}}.popup .popup-inner .list{width:45%;min-height:500px;flex-shrink:0}@media screen and (max-width: 768px){.popup .popup-inner .list{width:100%;height:400px;min-height:auto}}@media screen and (max-width: 640px){.popup .popup-inner .list{height:300px}}.popup .popup-inner .list img{width:100%;height:100%;object-fit:cover}.popup .details{padding:40px;width:55%;display:flex;flex-direction:column;justify-content:center;overflow-y:auto}@media screen and (max-width: 768px){.popup .details{width:100%;padding:30px}}.popup .details h2{font-size:28px;font-weight:600!important;color:#111827;margin-bottom:10px}.popup .details p{line-height:1.6;color:#6b7280;margin:15px 0}.popup .details .price-tag{font-size:24px;color:#111827;margin-bottom:20px}.popup .details .size{margin:15px 0}.popup .details .size h3{font-size:16px;color:#374151;margin-bottom:10px}.popup .details .size .size-buttons{display:flex;flex-wrap:wrap;gap:10px}.popup .details .size button{margin-top:0;margin-right:0;width:45px;height:45px;background-color:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;font-weight:600;transition:all .2s}.popup .details .size button:hover{border-color:#000;background-color:#fff}.popup .details .color button{border-radius:50%;width:30px;height:30px}.popup .details .flex{margin-top:25px;gap:15px;display:flex;align-items:center}.popup .details .flex .add-to-cart{display:flex;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.popup .details .flex .add-to-cart button{height:48px;border:none;background:#f9fafb;width:40px;display:flex;align-items:center;justify-content:center}.popup .details .flex .add-to-cart button:hover{background:#f3f4f6;color:#000}.popup .details .flex .add-to-cart .text{width:50px;border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb;background:#fff;font-size:16px}.popup .details .flex .add{flex:1}.popup .details .flex .add .primarybtn{width:100%;height:48px;background:#000;color:#fff;font-weight:600;border-radius:10px;transition:background .3s}.popup .details .flex .add .primarybtn:hover{background:#1f2937}.popup .details .primarybtn.link{width:100%;height:48px;margin-top:15px;background:#f3f4f6;color:#111827;font-weight:600;border-radius:10px;display:flex;align-items:center;justify-content:center;transition:all .3s}.popup .details .primarybtn.link:hover{background:#e5e7eb}.popup .close-btn{position:absolute;top:20px;right:20px;font-size:20px;background:#fff;color:#111827;border:none;cursor:pointer;width:36px;height:36px;border-radius:50%;display:flex;justify-content:center;align-items:center;z-index:100;box-shadow:0 4px 12px #0000001a;transition:all .3s ease}.popup .close-btn:hover{background:#f3f4f6;transform:rotate(90deg);color:#ff5e3a}.popup .blur-bg{filter:blur(15px);pointer-events:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(-50%);opacity:0}to{transform:translateY(0);opacity:1}}.app-section .container{position:relative;height:50vh;border-radius:10px;padding:80px}.app-section .container .left{width:50%}.app-section .container .right{width:50%;display:flex;justify-self:end;justify-content:end;margin-top:70px}.app-section .container h3{font-size:30px;font-weight:500}.app-section .container h1{font-size:50px;font-weight:400;margin:15px 0 50px}.app-section .container h1 span{font-weight:700}.app-section .container .apps{display:flex;gap:30px}.app-section .container .apps img{border-radius:5px}.app-section .container:after{content:"";position:absolute;top:0;left:0;width:100%;height:50vh;border-radius:10px;background-image:url(../../../public/app-pattern.png);z-index:-1}@media screen and (max-width: 1024px){.app-section .container{height:auto;min-height:250px;padding:30px 20px;overflow:hidden;position:relative}.app-section .container h3{font-size:14px}.app-section .container h1{font-size:22px;margin:10px 0 20px;line-height:1.3}.app-section .container .left{width:100%;text-align:center;display:flex;flex-direction:column;align-items:center}.app-section .container .right{display:none}.app-section .container .apps{display:flex;justify-content:center;gap:15px}.app-section .container .apps img{width:120px}.app-section .container:after{height:100%}}.support{padding:50px 0}.support .text{width:30%;margin:auto;text-align:center}.support .text h1{font-size:40px;margin-bottom:15px}.support .text p{line-height:20px}.support .img{display:flex;justify-content:center;flex-direction:column}.support .img img{width:50%;height:100%;object-fit:contain;margin:auto}.support .btn{display:flex;justify-content:center;align-items:center}.support button{display:flex;justify-content:center;align-items:center;gap:10px;padding:20px 40px;background:#212121;width:100%;color:#fff;border-radius:10px;font-size:17px;width:auto}@media screen and (max-width: 768px){.support .text,.support .img img{width:100%}}.auth{min-height:90vh;display:flex;align-items:center;justify-content:center;padding:80px 0;background:radial-gradient(circle at top right,#fff5f2,#fff,#f9fafb);position:relative;overflow:hidden}.auth:before{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(255,94,58,.05) 0%,transparent 70%);top:-200px;right:-200px;z-index:0}.auth:after{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(255,42,104,.03) 0%,transparent 70%);bottom:-150px;left:-150px;z-index:0}.auth .container{position:relative;z-index:1}.auth .auth-box{max-width:450px;margin:0 auto;background:#fff;padding:40px;border-radius:20px;box-shadow:0 10px 25px #0000000d}.auth .auth-box .auth-header{text-align:center;margin-bottom:30px}.auth .auth-box .auth-header h1{font-size:28px;font-weight:700;color:#111827;margin-bottom:10px}.auth .auth-box .auth-header p{color:#6b7280;font-size:14px}.auth .auth-box form .input-group{margin-bottom:20px}.auth .auth-box form .input-group label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:8px}.auth .auth-box form .input-group .input-wrapper{position:relative;display:flex;align-items:center}.auth .auth-box form .input-group .input-wrapper .icon{position:absolute;left:15px;color:#9ca3af;font-size:18px}.auth .auth-box form .input-group .input-wrapper input{width:100%;padding:12px 15px 12px 45px;border:1px solid #e5e7eb;border-radius:10px;font-size:14px;transition:all .3s ease}.auth .auth-box form .input-group .input-wrapper input:focus{border-color:#ff5e3a;box-shadow:0 0 0 4px #ff5e3a1a;outline:none}.auth .auth-box form .auth-options{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.auth .auth-box form .auth-options .checkbox-container{display:flex;align-items:center;font-size:13px;color:#6b7280;cursor:pointer}.auth .auth-box form .auth-options .checkbox-container input{margin-right:8px}.auth .auth-box form .auth-options a{font-size:13px;color:#ff5e3a;font-weight:500;text-decoration:none}.auth .auth-box form .auth-options a:hover{text-decoration:underline}.auth .auth-box form .auth-btn{width:100%;padding:14px;background:linear-gradient(135deg,#ff5e3a,#ff2a68);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.auth .auth-box form .auth-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #ff5e3a4d}.auth .auth-box form .auth-btn:active{transform:translateY(0)}.auth .auth-box .auth-footer{text-align:center;margin-top:30px;padding-top:20px;border-top:1px solid #f3f4f6}.auth .auth-box .auth-footer p{font-size:14px;color:#6b7280}.auth .auth-box .auth-footer p a{color:#ff5e3a;font-weight:600;text-decoration:none}.auth .auth-box .auth-footer p a:hover{text-decoration:underline}.news-page{padding:80px 0;background-color:#f9f9fb}.news-page .news-header{text-align:center;margin-bottom:60px}.news-page .news-header h1{font-size:3rem;font-weight:800;color:#1a1a1a;margin-bottom:15px;letter-spacing:-1px}.news-page .news-header p{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto}.news-page .news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:30px;padding:20px}.news-page .news-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000000d;transition:all .3s ease;cursor:pointer;border:1px solid rgba(0,0,0,.03)}.news-page .news-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.news-page .news-card:hover .news-image img{transform:scale(1.1)}.news-page .news-card .news-image{height:240px;overflow:hidden;position:relative}.news-page .news-card .news-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.news-page .news-card .news-image .category-tag{position:absolute;top:20px;left:20px;background:#ffffffe6;padding:6px 15px;border-radius:30px;font-size:.8rem;font-weight:600;text-transform:uppercase;color:#1a1a1a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.news-page .news-card .news-content{padding:25px}.news-page .news-card .news-content .date{font-size:.85rem;color:#999;margin-bottom:10px;display:block}.news-page .news-card .news-content h3{font-size:1.4rem;font-weight:700;color:#1a1a1a;margin-bottom:15px;line-height:1.4}.news-page .news-card .news-content p{font-size:.95rem;color:#555;line-height:1.6;margin-bottom:20px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.news-page .news-card .news-content .read-more{font-weight:600;color:#1a1a1a;display:flex;align-items:center;gap:8px;font-size:.9rem}.news-page .news-card .news-content .read-more svg{transition:transform .3s ease}.news-page .news-card .news-content:hover .read-more svg{transform:translate(5px)}@media (max-width: 768px){.news-page{padding:60px 0}.news-page .news-header h1{font-size:2.2rem}.news-page .news-grid{grid-template-columns:1fr}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader-BcnMEykj.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,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);src:url(data:application/vnd.ms-fontobject;base64,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) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,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) format("truetype"),url(/assets/slick-BlzDm7g2.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.product-details{padding:60px 0;background:#fff}.product-details .back-btn{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:500;color:#6b7280;margin-bottom:30px;transition:color .3s}.product-details .back-btn:hover{color:#ff5e3a}.product-details .details-wrapper{display:flex;gap:60px;align-items:flex-start}@media (max-width: 992px){.product-details .details-wrapper{flex-direction:column}}.product-details .details-left{flex:1;width:100%}.product-details .details-left .image-container{background:#f9fafb;border-radius:24px;overflow:hidden;aspect-ratio:1}.product-details .details-left .image-container img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-details .details-left .image-container img:hover{transform:scale(1.05)}.product-details .details-right{flex:1;width:100%}.product-details .details-right .category-label{text-transform:uppercase;font-size:12px;font-weight:700;color:#ff5e3a;background:#ff5e3a1a;padding:4px 12px;border-radius:20px;display:inline-block;margin-bottom:15px}.product-details .details-right h1{font-size:42px;font-weight:700;color:#111827;margin-bottom:20px;line-height:1.2}.product-details .details-right .price-section{display:flex;align-items:center;gap:20px;margin-bottom:30px}.product-details .details-right .price-section .price{font-size:32px;font-weight:700;color:#111827}.product-details .details-right .price-section .stock-status{color:#10b981;font-size:14px;font-weight:600;padding-left:20px;position:relative}.product-details .details-right .price-section .stock-status:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;background:#10b981;border-radius:50%}.product-details .details-right .description{font-size:16px;line-height:1.6;color:#4b5563;margin-bottom:40px;padding-bottom:30px;border-bottom:1px solid #e5e7eb}.product-details .details-right .option-group{margin-bottom:30px}.product-details .details-right .option-group h3{font-size:14px;font-weight:600;color:#374151;margin-bottom:15px}.product-details .details-right .option-group .size-choices,.product-details .details-right .option-group .color-choices{display:flex;gap:12px;flex-wrap:wrap}.product-details .details-right .option-group .size-btn{min-width:50px;height:50px;border:2px solid #e5e7eb;border-radius:12px;font-weight:600;font-size:14px;transition:all .3s}.product-details .details-right .option-group .size-btn:hover{border-color:#000}.product-details .details-right .option-group .color-btn{width:36px;height:36px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #e5e7eb;transition:transform .2s}.product-details .details-right .option-group .color-btn:hover{transform:scale(1.1);box-shadow:0 0 0 1px #000}.product-details .details-right .action-area{display:flex;gap:15px;align-items:center;margin-bottom:40px}@media (max-width: 576px){.product-details .details-right .action-area{flex-direction:column;align-items:stretch}}.product-details .details-right .action-area .quantity-selector{display:flex;align-items:center;border:1px solid #e5e7eb;border-radius:12px;height:56px;overflow:hidden}.product-details .details-right .action-area .quantity-selector button{width:50px;height:100%;display:flex;align-items:center;justify-content:center;background:#f9fafb;transition:background .3s}.product-details .details-right .action-area .quantity-selector button:hover{background:#f3f4f6}.product-details .details-right .action-area .quantity-selector input{width:50px;text-align:center;font-size:16px;font-weight:600;color:#111827;border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb}.product-details .details-right .action-area .add-cart-btn{flex:1;height:56px;background:#000;color:#fff;font-weight:600;font-size:16px;border-radius:12px;transition:background .3s,transform .2s}.product-details .details-right .action-area .add-cart-btn:hover{background:#1f2937;transform:translateY(-2px)}.product-details .details-right .action-area .add-cart-btn:active{transform:translateY(0)}.product-details .details-right .action-area .extra-actions{display:flex;gap:10px}.product-details .details-right .action-area .extra-actions button{width:56px;height:56px;border:1px solid #e5e7eb;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;transition:all .3s}.product-details .details-right .action-area .extra-actions button:hover{border-color:#ff5e3a;color:#ff5e3a;background:#ff5e3a0d}.product-details .details-right .product-info{padding-top:30px;border-top:1px solid #e5e7eb}.product-details .details-right .product-info .info-item{display:flex;gap:10px;margin-bottom:10px}.product-details .details-right .product-info .info-item span{font-weight:600;color:#374151;min-width:100px}.product-details .details-right .product-info .info-item p{color:#6b7280}.loading{height:60vh;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600;color:#6b7280}.checkout{padding:60px 0;background:#f9fafb;min-height:100vh}.checkout .back-btn{display:flex;align-items:center;gap:8px;color:#6b7280;font-weight:500;margin-bottom:30px;transition:color .3s}.checkout .back-btn:hover{color:#ff5e3a}.checkout .checkout-content{display:flex;gap:40px;align-items:flex-start}@media (max-width: 992px){.checkout .checkout-content{flex-direction:column}}.checkout .checkout-left{flex:2;width:100%;display:flex;flex-direction:column;gap:25px}.checkout .section-box{background:#fff;padding:30px;border-radius:16px;box-shadow:0 4px 6px -1px #0000000d}.checkout .section-box h2{font-size:20px;font-weight:700;color:#111827;margin-bottom:25px}.checkout .section-box .input-row{display:flex;gap:20px}@media (max-width: 576px){.checkout .section-box .input-row{flex-direction:column}}.checkout .section-box .input-group{flex:1;margin-bottom:20px}.checkout .section-box .input-group label{display:block;font-size:14px;font-weight:600;color:#374151;margin-bottom:8px}.checkout .section-box .input-group input,.checkout .section-box .input-group textarea{width:100%;padding:12px 16px;border:1px solid #e5e7eb;border-radius:10px;font-size:15px}.checkout .section-box .input-group input:focus,.checkout .section-box .input-group textarea:focus{border-color:#ff5e3a;outline:none}.checkout .section-box .input-group textarea{height:100px;resize:none}.checkout .shipping-options{display:flex;flex-direction:column;gap:15px}.checkout .shipping-options .shipping-card{display:flex;align-items:center;justify-content:space-between;padding:16px;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .3s}.checkout .shipping-options .shipping-card:hover{border-color:#d1d5db}.checkout .shipping-options .shipping-card.active,.checkout .shipping-options .shipping-card:has(input:checked){border-color:#ff5e3a;background:#ff5e3a05}.checkout .shipping-options .shipping-card .info{display:flex;align-items:center;gap:15px}.checkout .shipping-options .shipping-card .info .icon{font-size:24px;color:#ff5e3a}.checkout .shipping-options .shipping-card .info .name{display:block;font-weight:600;color:#111827}.checkout .shipping-options .shipping-card .info .time{font-size:13px;color:#6b7280}.checkout .shipping-options .shipping-card .price{font-weight:700;color:#111827}.checkout .shipping-options .shipping-card input{display:none}.checkout .payment-methods{display:flex;gap:15px;margin-bottom:25px}.checkout .payment-methods .payment-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:10px;padding:14px;border:1px solid #e5e7eb;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s}.checkout .payment-methods .payment-tab.active{background:#111827;color:#fff;border-color:#111827}.checkout .payment-methods .payment-tab .icon{font-size:20px}.checkout .card-form{padding:20px;background:#f9fafb;border-radius:12px}.checkout .paypal-info{padding:20px;background:#f0f7ff;border:1px solid #cfe5ff;border-radius:12px}.checkout .paypal-info p{color:#0056b3;font-size:14px}.checkout .checkout-right{flex:1;width:100%;position:sticky;top:100px}.checkout .order-summary{background:#fff;padding:30px;border-radius:16px;box-shadow:0 4px 6px -1px #0000000d}.checkout .order-summary h2{font-size:20px;font-weight:700;margin-bottom:25px}.checkout .order-summary .items-list{max-height:300px;overflow-y:auto;margin-bottom:25px}.checkout .order-summary .items-list .item{display:flex;align-items:center;gap:15px;margin-bottom:15px}.checkout .order-summary .items-list .item img{width:60px;height:60px;border-radius:8px;object-fit:cover}.checkout .order-summary .items-list .item .item-info{flex:1}.checkout .order-summary .items-list .item .item-info .name{display:block;font-size:14px;font-weight:600}.checkout .order-summary .items-list .item .item-info .qty{font-size:13px;color:#6b7280}.checkout .order-summary .items-list .item .price{font-weight:600}.checkout .order-summary .divider{border-top:1px solid #e5e7eb;margin:20px 0}.checkout .order-summary .total-details .row{display:flex;justify-content:space-between;margin-bottom:12px;font-size:15px;color:#6b7280}.checkout .order-summary .total-details .row.total{margin-top:20px;padding-top:20px;border-top:1px solid #e5e7eb;font-size:18px;font-weight:700;color:#111827}.checkout .order-summary .confirm-btn{width:100%;margin-top:30px;padding:16px;background:linear-gradient(135deg,#ff5e3a,#ff2a68);color:#fff;font-weight:700;font-size:16px;border-radius:12px;transition:transform .3s}.checkout .order-summary .confirm-btn:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #ff5e3a4d}
