@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";.header-desktop{padding:30px;background-color:#fff;position:sticky;top:0;left:0;border-bottom:.5px solid rgb(0,0,0,.3);z-index:200}.header-desktop nav{width:var(--content-width);min-width:var(--content-width);margin:auto}header ul{display:flex;justify-content:space-between;flex-direction:row;align-items:center}header li{list-style:none}header .cart span,header .wish-page span{position:absolute;top:-2px;right:-6px;display:flex;align-items:center;justify-content:center;width:18px;height:18px;background-color:var(--primary-color);color:#fff;border-radius:50%;font-size:.75em;font-weight:500}.header-desktop .logo img{width:140px}.header-desktop .searchBar{background-color:var(--search-bg);display:flex;align-items:center;width:625px;padding-right:10px}.header-desktop .searchBar svg{width:15px;height:15px}.header-desktop .searchBar input{height:15px;border:none;outline:none;padding:10px;color:#000;width:100%;background:none;font-family:Poppins,sans-serif;letter-spacing:.5px}header .searchBar input::placeholder{color:#0009}header .links{display:flex;gap:15px}header .links a{color:#000;transition:all .3s ease-in-out;font-weight:500}header .links a:hover{opacity:.8}header .lang-selector{display:flex;align-items:center}header .lang-selector select{border:none;font-size:1.2em;background:transparent;color:#000}header .wish-page,.cart{display:flex;align-items:center;position:relative;color:#000;cursor:pointer}.header-mobile{padding:10px;background:var(--body-bg);position:sticky;top:0;left:0;z-index:200}.header-mobile .logo{flex-grow:.6}.header-mobile .logo img{width:140px}.header-mobile .searchBar{background-color:var(--search-bg);display:flex;align-items:center;padding-right:10px;border-radius:8px;margin-top:10px}.header-mobile .searchBar svg{width:25px;height:25px;opacity:.8}.header-mobile .searchBar input{height:25px;width:100%;font-size:1em;border:none;outline:none;padding:10px;color:#000;background:none;font-family:Poppins,sans-serif;letter-spacing:.5px}.account-dropdown-authorized:hover>svg{fill:var(--primary-color)}.account-dropdown{position:absolute;top:50px;left:0;padding:10px 20px;color:#fff;text-transform:capitalize;border-radius:4px;background:#0003;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);visibility:hidden;display:none;opacity:0;transition:all .3s ease-in;min-width:110px}.account-dropdown-authorized:hover>.account-dropdown{display:block;opacity:1;visibility:visible}.account-dropdown>ul{list-style:none;font-size:.7em;display:flex;flex-direction:column;align-items:unset;gap:5px}.account-dropdown li{font-size:1em;display:flex;align-items:center;gap:5px}.account-dropdown li a{color:#fff;font-size:1em;display:flex;align-items:center;gap:5px}.account-dropdown li:hover{opacity:.7}.account-dropdown li svg{width:20px}.account-dropdown-authorized{position:relative;display:flex;justify-content:space-between;align-items:center;gap:5px;cursor:pointer}.account-dropdown-authorized>div{display:flex;flex-direction:column;font-weight:500;text-transform:capitalize;max-width:115px}.account-dropdown-authorized .customer-name{font-size:.875em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-dropdown-authorized span:last-child{font-size:.75em}.account-icon a{display:flex}@media (max-width: 600px){.account-dropdown-authorized>div{display:none}.account-dropdown-authorized>svg{fill:var(--primary-color)}.account-dropdown{top:30px;left:-90px}}@media only screen and (min-width: 700px) and (max-width: 1023px){.header-desktop nav{width:100%;min-width:100%}.header-desktop .searchBar{width:200px}}.drawer-header{display:block}.drawer-header-wrapper{display:flex;justify-content:space-between;align-items:center;gap:5px;height:60px;max-height:60px;border-bottom:2px solid #000}.drawer-header-wrapper h2{font-weight:500;text-transform:uppercase}#drawer{position:fixed;right:0;top:0;bottom:0;display:flex;flex-direction:column;width:28%;z-index:999;background-color:#fff;color:#000;height:100vh;padding:10px;box-shadow:0 4px 8px #00000080;opacity:0;visibility:hidden;transform:translate(100%);transition:opacity .3s ease-in-out,transform .3s ease-in-out,visibility 0s .3s;box-sizing:border-box}#drawer.active{opacity:1;visibility:visible;transform:translate(0);transition:opacity .3s ease-in-out,transform .3s ease-in-out,visibility 0s 0s}#x-icon{cursor:pointer}#x-icon:hover{opacity:.8}.empty-drawer-message{height:100%;display:flex;justify-content:center;align-items:center;text-transform:uppercase;font-weight:500;font-size:1.2em}#drawer-item-wrapper{display:flex;flex-direction:column;gap:15px;box-sizing:border-box}.drawer-item{display:flex;flex-direction:row;gap:15px;color:#000;font-weight:500}.drawer-item a{color:#000}.drawer-item a:focus{color:#000}.item-media{width:120px;height:140px}.item-media img,.item-media video{width:100%;height:100%;object-fit:cover;border-radius:10px}.item-attributes{display:flex;flex-direction:column;gap:10px;text-transform:capitalize;font-size:.92em;justify-content:space-between}.item-divider{display:flex;flex-direction:column;justify-content:space-between;margin-left:20px;height:inherit}.item-name{font-size:1.2em}.item-price{font-weight:600}.item-actions{margin-top:10px;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.item-quantity-counter{border:2px solid rgb(0,0,0,.7)}#drawer .qty{padding:5px 7px;background:transparent;border:none;cursor:pointer;display:inline-block;color:#000000b3;font-weight:bolder;font-size:1em}.item-quantity-counter input{width:25px;text-align:center;padding:5px 7px;color:#000000b3;border:none;font-weight:700;font-size:1em;background:transparent}.remove-item-button button{text-transform:uppercase;text-decoration:underline;border:none;background:transparent;color:var(--primary-color);cursor:pointer}.remove-item-button button:hover{color:#000}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;-webkit-appearance:none;appearance:none}#drawer-body{overflow-y:auto;display:flex;flex-direction:column;justify-content:space-between;flex:1 1 auto;margin-top:10px}.drawer-footer{position:sticky;bottom:0;padding:10px 0}.drawer-footer a{display:inline-block;width:100%}.checkout-button{width:100%;padding:10px;border:none;color:#fff;background-color:transparent;font-size:1.125em;text-transform:uppercase;cursor:pointer;outline:2px solid #000;text-decoration:none;position:relative;letter-spacing:1px}.checkout-button:hover{color:#000;font-weight:600}.checkout-button:before{position:absolute;content:"";top:0;right:0;bottom:0;left:0;width:100%;height:100%;transform:scale(1);transform-origin:left center;z-index:-1;transition:transform .45s cubic-bezier(.785,.135,.15,.86);background-color:#000}.checkout-button:hover:before{transform-origin:right center;transform:scaleX(0)}@media (max-width: 600px){#drawer h2{margin-top:7px;height:40px}#x-icon{font-size:1.2em}#drawer{width:85%}.drawer-item{gap:10px}.qty{padding:5px}.item-quantity-counter input{padding:4px;width:25px}.remove-item-button button{font-size:.75em}}@media only screen and (min-width: 700px) and (max-width: 1023px){#drawer{width:40%}}@media only screen and (max-width: 320px){.item-media{height:auto}.item-attributes{width:45%;gap:4px}.item-divider{margin-left:0}.checkout-button{font-size:1em}}.home-page-categories{width:200px;height:354px;padding:16px;background-color:#fff;border-radius:20px}.home-page-categories ul{display:flex;flex-direction:column;gap:16px}.home-page-categories li{list-style:none;position:relative}.home-page-categories ul>li{color:#000;font-weight:500;list-style:none;display:flex;align-items:center;justify-content:space-between}.home-page-categories li a{color:#000;transition:all .1s ease-in}.home-page-categories li a:hover{opacity:.8}.home-page-categories li>ul{position:absolute;right:-220px;z-index:50;top:-20px;padding:0 35px;align-items:center;background-color:transparent;display:none}.home-page-categories li>ul>div{width:140px;padding:10px;text-align:center;background-color:#fff;border-radius:10px}.home-page-categories li:hover ul,.home-page-categories li ul:hover{display:block}.home-page-categories li ul>a{font-weight:500}.home-page-categories-mobile{width:100%;overflow:hidden}.home-page-categories-mobile .swiper-slide{width:fit-content!important;border:2px solid #000;border-radius:20px;font-size:.8em;padding:0 8px}.home-page-categories-mobile .swiper-slide:nth-child(1){margin-left:35px}.home-page-categories-mobile a{color:#000;font-weight:500}.home-page-categories-mobile .swiper-button-prev,.home-page-categories-mobile .swiper-button-next{color:#000!important;font-weight:bolder!important}.home-page-categories-mobile .swiper-button-next{right:-6px!important;background:var(--body-bg);width:40px}.home-page-categories-mobile .swiper-button-prev{width:40px;left:-6px!important;background:var(--body-bg)}.home-page-categories-mobile .swiper-button-prev:after,.home-page-categories-mobile .swiper-button-next:after{font-size:20px!important}.home-page-categories-mobile .swiper-button-prev.swiper-button-disabled,.home-page-categories-mobile .swiper-button-next.swiper-button-disabled{opacity:1}@media only screen and (min-width: 700px) and (max-width: 1023px){.home-page-categories ul{gap:0}}.banner{width:967px;height:385px;border-radius:20px}.banner img,.banner video{border-radius:20px;width:100%;height:100%;object-fit:cover;display:block}.banner .swiper-button-prev,.banner .swiper-button-next{padding:10px;background-color:#0006;color:#fff!important;font-weight:bolder!important}.banner .swiper-button-next{right:0!important}.banner .swiper-button-prev{left:0!important}.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{outline:2px solid #fff!important}@media (max-width: 600px){.banner{width:100%;height:222px}.banner .swiper-button-prev,.banner .swiper-button-next{font-weight:100!important;padding:5px}.banner .swiper-button-prev:after,.banner .swiper-button-next:after{font-size:35px!important}}.product-card{width:224px;border-radius:4px;display:flex;flex-direction:column;gap:8px}.product-card-media{height:200px;position:relative;border-radius:4px;overflow:hidden}.product-card-media img,.product-card-media video{border-radius:4px;width:100%;height:100%;object-fit:cover}.product-card-media img:hover{scale:1.05;transition:all .2s ease-in-out}.product-card-ribbon{padding:5px 10px;color:#fff;position:absolute;top:10px;left:10px;border-radius:4px;font-size:.8em;font-weight:500}.product-card-heart-icon{position:absolute;top:6px;right:6px;height:30px;width:30px;padding:2px;display:flex;justify-content:center;align-items:center;background-color:#fff;border-radius:50%;cursor:pointer}.product-card-heart-icon:hover{opacity:.8}.product-card-ribbon.sale{background-color:var(--primary-color)}.product-card-ribbon.new{text-transform:uppercase;background-color:#0f6}.addToCart-btn{text-transform:uppercase;cursor:pointer;background-color:#000;padding:10px;position:absolute;bottom:-38px;left:0;width:100%;color:#fff;border:none;transition:all .3s ease-in-out}.addToCart-btn.active{bottom:0}.product-card-name a{color:#000;font-weight:600;font-size:1.1em;text-transform:capitalize}.product-card-prices{display:flex;flex-direction:row;gap:10px;font-weight:500}.product-card-current-price{color:var(--primary-color)}.product-card-previous-price{color:#000;opacity:.5;text-decoration:line-through}.rating-qty{color:#000;opacity:.5;font-weight:500}.product-rating{display:flex;flex-direction:row;gap:10px;align-items:center}.rating-stars input{display:none}.rating-stars label:before{content:"★";font-size:26px}.rating-stars input:checked~label,.rating-stars label:hover,.rating-stars label:hover~label{color:var(--star-color)}@media (max-width: 600px){.addToCart-btn{bottom:0}.product-card{width:160px;flex-grow:2}.product-card-media{height:180px}.rating-stars{height:40px}.rating-stars label:before{font-size:24px}.rating-qty{font-size:.9em}}@media only screen and (min-width: 700px) and (max-width: 1023px){.product-card{flex-grow:1}}.categories-section{display:flex;flex-direction:column;gap:10px}.category{width:285px;height:320px;position:relative;overflow:hidden}.category img{width:100%;height:100%;object-fit:cover;transition:6s}.category img:hover{transform:scale(1.1)}.category-button-wrapper{position:absolute;text-align:center;width:100%;top:80%;background:transparent}.category-button{text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:1em;outline:1px solid var(--primary-color);text-decoration:none;background:transparent;width:50%;display:inline-block;color:#fff;padding:5px;border:none;cursor:pointer;position:relative;transition:color .45s;overflow:hidden;z-index:2;transition:all .45s cubic-bezier(.785,.135,.15,.86)}.category-button:hover{outline:1px solid #fff}.category-button:before{position:absolute;content:"";top:0;right:0;bottom:0;left:0;width:100%;height:100%;transform:scale(1);transform-origin:left center;z-index:-1;transition:transform .45s cubic-bezier(.785,.135,.15,.86);background-color:var(--primary-color)}.category-button:hover:before{transform-origin:right center;transform:scaleX(0)}@media (max-width: 600px){.category{width:auto;height:220px;flex-grow:2}.category-button{font-size:.8em}}@media only screen and (min-width: 700px) and (max-width: 1023px){.category{width:auto;height:280px}}.newArrival-section{margin-top:40px;display:flex;flex-direction:column;gap:5px}.newArrival-section .section-body{display:flex;gap:30px;justify-content:space-between}.newArrival-section .section-body .first-column{width:610px;height:600px}.newArrival-section .section-body .second-column{width:570px;display:flex;flex-direction:column;gap:30px}.newArrival-section .section-body .row1-col2{width:100%;height:285px}.newArrival-section .section-body .row2-columns{display:flex;flex-direction:row;gap:30px}.newArrival-section .section-body .row2-columns>div{width:270px;height:285px}.newArrival-section .section-body div{overflow:hidden;border-radius:4px}.newArrival-section .section-body img,.newArrival-section .section-body video{width:100%;height:100%;object-fit:cover;transition:3s}.newArrival-section .section-body img:hover{transform:scale(1.1)}@media (max-width: 600px){.newArrival-section .section-body{gap:10px}.newArrival-section .section-body .first-column{width:160px;height:auto}.newArrival-section .section-body .second-column{width:220px;gap:10px}.newArrival-section .section-body .row1-col2{width:100%;height:115px}.newArrival-section .section-body .row2-columns{gap:10px}.newArrival-section .section-body .row2-columns>div{height:100px}}.why-us-section{margin-top:80px;margin-bottom:80px;display:flex;gap:200px;justify-content:center;align-items:center;flex-wrap:wrap}.why-us-section>div{display:flex;gap:20px;flex-direction:column;align-items:center;justify-content:center}.outer-circle{background-color:#b5b6ba;width:80px;height:80px;border-radius:50%;display:flex;justify-content:center;align-items:center}.inner-circle{width:55px;height:55px;background-color:#000;border-radius:50%;display:flex;justify-content:center;align-items:center}.why-us-section .text{display:flex;flex-direction:column;align-items:center;gap:8px}.why-us-section .text div{font-size:1.25em;font-weight:600}.why-us-section .text span{font-size:.875em;font-weight:500}footer{background-color:#1e1e1e;padding:20px 0;margin-top:20px}.follow{text-align:center;text-transform:uppercase;color:#fff;font-size:1.5rem;font-weight:600;letter-spacing:1px}.follow .social-links{display:flex;justify-content:center;gap:10px;margin-top:5px}.follow svg:hover{opacity:.5;transition:all .3s ease-in}footer hr{width:90%;margin:20px auto 0;border-color:#fff}.footer-links{display:flex;justify-content:center;gap:100px;margin-top:30px;line-height:2.5;letter-spacing:1px;flex-wrap:wrap}.footer-links div ul{margin-top:10px;list-style:none}.footer-links div ul li a{color:#fff;line-height:25px;font-size:.9rem;font-weight:400}.footer-links div ul li a:hover{transition:all .5s ease-in-out;color:#ccc}.footer-links div{color:#fff;font-weight:600}.footer-links .contact{width:200px}.footer-links .address{line-height:1;margin-top:10px}.footer-links .address iframe{width:400px}.copyright{margin-top:30px}.copyright a{display:block;text-align:center;color:#fff;margin-top:20px}@media (max-width: 600px){.footer-links{row-gap:20px;column-gap:50px;margin-left:20px;margin-right:20px;justify-content:unset;line-height:1.5}.footer-links div div,.footer-links div ul{margin-left:6px}.footer-links .contact,.footer-links .address iframe{width:100%}.copyright{font-size:.8em}}@media only screen and (min-width: 700px) and (max-width: 1023px){.footer-links .contact{width:250px}.footer-links .address iframe{width:100%}}.scroll-to-top{width:55px;height:55px;background-color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;position:fixed;bottom:20px;right:100px;z-index:300;cursor:pointer}.scroll-to-top:hover{opacity:.6}.bottom-chat{position:fixed;bottom:80px;right:80px;z-index:300}.button-menu{cursor:pointer;position:absolute;z-index:1;background-color:var(--primary-color);border:2px solid #1e1e1e;font-size:30px;font-weight:700;width:60px;height:60px;border-radius:50%;display:flex;justify-content:center;align-items:center;text-align:center;-webkit-box-shadow:0px 3px 10px 0px rgba(16,16,16,.5);-moz-box-shadow:0px 3px 10px 0px rgba(16,16,16,.5);box-shadow:0 3px 10px #10101080}.button-menu svg{width:38px}.checkbox{width:60px;height:60px;opacity:0;z-index:10;cursor:pointer;position:absolute}.option{padding:12px;border:none;background-color:#b5b6ba;display:flex;justify-content:center;align-items:center;position:absolute;z-index:-1;width:35px;height:35px;top:2px;left:2px;border-radius:50%;cursor:pointer;font-weight:700;transition:all .3s;-webkit-box-shadow:3px 3px 10px 0px rgba(16,16,16,.5);-moz-box-shadow:3px 3px 10px 0px rgba(16,16,16,.5);box-shadow:3px 3px 10px #10101080}.checkbox:hover~.button-menu,.checkbox:checked~.button-menu{background-color:var(--primary-color);scale:.98;box-shadow:none}.checkbox:checked~.button-menu{background-color:#db4444cc}.checkbox:not(:checked)~.option{box-shadow:none}.option:hover,.option:active,.option:focus{box-shadow:none;scale:.98}.checkbox:checked~.option-a{transition-delay:.1s;transform:translateY(-70px)}.checkbox:checked~.option-b{transition-delay:.1s;transform:translateY(0) translate(-70px)}.auth-section{margin-top:20px;display:flex;gap:80px;align-items:center}.auth-section .side-image{height:506px}.auth-section .side-image img{width:100%;height:100%;object-fit:cover}.auth-section .user-info{width:350px;display:flex;flex-direction:column;gap:10px}.auth-section .user-info form{display:flex;flex-direction:column;gap:20px;margin-top:10px}.auth-section .user-info h1{font-weight:500}.auth-section .user-info input{font-family:Poppins,sans-serif;width:100%;border:none;outline:none;background:transparent;padding:8px 0;font-size:1em;border-bottom:1px solid rgb(0,0,0,.5);letter-spacing:1px}.auth-section .user-info button{margin-top:20px;width:100%;padding:8px;border:none;color:#fff;background-color:transparent;font-size:1.125em;cursor:pointer;outline:2px solid var(--primary-color);text-decoration:none;position:relative;letter-spacing:1px;border-radius:4px;transition:all .45s cubic-bezier(.785,.135,.15,.86)}.auth-section .user-info button:hover{color:#000;outline:2px solid #000}.auth-section .user-info button:focus{outline:2px solid #000}.auth-section .user-info button:before{position:absolute;content:"";top:0;right:0;bottom:0;left:0;width:100%;height:100%;transform:scale(1);transform-origin:left center;z-index:-1;transition:transform .45s cubic-bezier(.785,.135,.15,.86);background-color:var(--primary-color)}.auth-section .user-info button:hover:before{transform-origin:right center;transform:scaleX(0)}.auth-section .user-info p{text-align:center;font-size:1em;color:#000000b3}.auth-section .user-info p a{text-decoration:underline;color:#000}.auth-section .buttons{display:flex;align-items:center;gap:10px;justify-content:space-between;margin-top:10px}.auth-section .buttons button{width:150px;margin-top:0}.auth-section .buttons a{padding:6px;color:var(--primary-color)}.auth-section .buttons a:hover{opacity:.7}@media (max-width: 600px){.side-image{display:none}.auth-section .user-info button{font-size:1em}}.wishlist-section{margin-top:20px}.wishlist-header{display:flex;justify-content:space-between}.wish-heading{display:flex;align-items:center}.wish-heading h1{font-weight:500}.wish-action button{border:2.5px solid var(--primary-color);border-radius:4px;padding:10px 20px;cursor:pointer;font-size:1em;letter-spacing:1px;font-weight:500;text-transform:capitalize;transition:all .45s cubic-bezier(.785,.135,.15,.86);background-color:var(--primary-color);color:#fff}.wish-action button:hover{background:transparent;color:#000}.empty-wishlist-message{height:100%;display:flex;justify-content:center;align-items:center;text-transform:uppercase;font-weight:500;font-size:1.2em;padding:40px 0}.wishlist-body{margin-top:10px;display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap}.wish-card{width:224px;border-radius:4px;display:flex;flex-direction:column;gap:8px}.wish-card-media{height:200px;position:relative;border-radius:4px;overflow:hidden}.wish-card-media img,.wish-card-media video{border-radius:4px;width:100%;height:100%;object-fit:cover}.wish-card-media img:hover{scale:1.05;transition:all .2s ease-in-out}.wish-card-heart-icon:hover{opacity:.8}.wish-card .addToCart-btn{text-transform:uppercase;cursor:pointer;background-color:#000;padding:10px;position:absolute;bottom:0;left:0;width:100%;color:#fff;border:none;transition:all .3s ease-in-out}.addToCart-btn:hover{background-color:#0009}.remove-wishItem-btn{position:absolute;top:6px;right:6px;padding:2px;border-radius:50%;height:30px;width:30px;display:flex;justify-content:center;align-items:center;background-color:#fff;cursor:pointer}.remove-wishItem-btn:hover{opacity:.6}.wish-card-name a{color:#000;font-weight:600;font-size:1.1em;text-transform:capitalize}.wish-card-prices{display:flex;flex-direction:row;gap:10px;font-weight:500}.wish-card-current-price{color:var(--primary-color)}.wish-card-previous-price{color:#000;opacity:.5;text-decoration:line-through}@media (max-width: 600px){.wish-card{width:160px;flex-grow:1}.wish-card-media{height:180px}.wish-heading h1{font-size:1.3em}.wish-action button{padding:10px 15px;font-size:.9em}}.product-page-section{margin-top:10px}.product-page-section .product-block{padding:10px;background-color:#fff;display:flex;gap:20px;justify-content:space-between}.product-page-section .product-details{padding:0 10px;display:flex;flex-direction:column;gap:5px}.product-page-section .product-details h1{text-transform:uppercase;font-weight:500}.product-page-section .product-details h2{text-transform:capitalize;font-weight:500;font-size:1em}.product-page-section .product-details .rating-qty{display:flex;gap:16px;text-transform:capitalize;font-weight:500;font-size:1em}.product-page-section .product-details .stock-in{color:#0f6}.product-page-section .product-details .stock-out{color:red}.product-page-section .product-details .product-price{font-size:1.4em;font-weight:500;display:flex;gap:10px;align-items:center}.product-page-section .product-details .product-discounted-price{font-size:1.3em;font-weight:500}.product-page-section .product-details .product-actual-price{font-size:1em;font-weight:500;text-decoration:line-through;opacity:.4}.product-page-section .product-details .product-desc{margin-top:10px;letter-spacing:.5px;line-height:1.5}.product-page-section .product-details .divider{border-top:.5px solid rgb(0,0,0,.5);margin-top:10px;margin-bottom:10px}.product-page-section .product-details .product-colors{display:flex;gap:20px}.product-page-section .product-details .product-colors>div,.product-page-section .product-details .product-sizes>div{font-size:1.2em}.product-page-section .product-details .product-colors>.color-label,.product-page-section .product-details .product-sizes>.size-label{letter-spacing:1.5px;font-size:1.25em}.product-page-section .product-details .colors{display:flex;gap:10px;flex-wrap:wrap}.product-page-section .product-details .product-sizes{display:flex;margin-top:10px;gap:20px}.product-page-section .product-details .product-sizes .sizes{display:flex;flex-wrap:wrap;gap:15px}.product-page-section .product-details .product-sizes .size,.product-page-section .product-details .color{outline:1px solid rgb(0,0,0,.5);width:auto;height:20px;padding:8px;display:inline-block;border-radius:4px;cursor:pointer;display:flex;justify-content:center;align-items:center;text-transform:uppercase;font-size:.8em}.product-page-section .product-details .product-sizes .size:hover,.product-page-section .product-details .color:hover{background:var(--primary-color)}.product-page-section .product-details .product-sizes .sizes .selected,.product-page-section .product-details .color.selected{background:var(--primary-color);outline:1px solid rgb(0,0,0,.5)}.product-page-section .product-details .product-counter{background:transparent;margin-top:20px;color:#a0bce0;border:1px solid rgb(0,0,0,.5);width:140px;height:36px;border-radius:4px;display:flex;justify-content:space-between}.product-page-section .product-details .product-counter .qty{padding:5px 7px;background:transparent;border:none;cursor:pointer;display:inline-block;color:#000;font-weight:bolder;display:flex;justify-content:center;align-items:center}.product-page-section .product-details .product-counter .qty:hover{background:var(--primary-color)}.product-page-section .product-details .product-counter input{font-family:Poppins,sans-serif;text-align:center;width:60px;padding:5px 7px;color:#000;font-size:1.25em;border:none;background:transparent}.product-page-section .product-details .product-cart-concern{margin-top:20px;display:flex;align-items:center;gap:10px;justify-content:space-between}.product-page-section .product-details .product-cart-concern .add-to-cart-btn,.product-page-section .product-details .product-cart-concern .buy-now-btn{padding:10px 40px;border:none;color:#fff;background-color:transparent;font-size:1.125em;text-transform:capitalize;cursor:pointer;text-decoration:none;position:relative;display:block;z-index:1;border-radius:4px}.product-page-section .product-details .product-cart-concern .add-to-cart-btn{outline:2px solid #000;flex-grow:1}.product-page-section .product-details .product-cart-concern .buy-now-btn{outline:2px solid var(--primary-color)}.product-page-section .product-details .product-cart-concern .add-to-cart-btn:hover{color:#000}.product-page-section .product-details .product-cart-concern .buy-now-btn:hover{color:var(--primary-color)}.product-page-section .product-details .product-cart-concern .buy-now-btn:before,.product-page-section .product-details .product-cart-concern .add-to-cart-btn:before{position:absolute;content:"";top:0;right:0;bottom:0;left:0;width:100%;height:100%;transform:scale(1);transform-origin:left center;z-index:-1;transition:transform .45s cubic-bezier(.785,.135,.15,.86)}.product-page-section .product-details .product-cart-concern .add-to-cart-btn:before{background-color:#000}.product-page-section .product-details .product-cart-concern .buy-now-btn:before{background-color:var(--primary-color)}.product-page-section .product-details .product-cart-concern .buy-now-btn:hover:before,.product-page-section .product-details .product-cart-concern .add-to-cart-btn:hover:before{transform-origin:right center;transform:scaleX(0)}.product-page-section .product-details .product-cart-concern .add-wish-btn{background:transparent;border:1px solid rgba(0,0,0,.5);padding:6px;border-radius:4px;display:flex;justify-content:center;align-items:center;cursor:pointer;width:40px;height:40px}.product-page-section .product-details .shipping{border:1px solid rgb(0,0,0,.5);border-radius:4px;margin-top:10px;padding:10px}.product-page-section .product-details .shipping:hover{background-color:var(--primary-color)}.product-page-section .product-details .shipping.selected{border:2px solid #000;background-color:var(--primary-color)}.product-page-section .product-details .shipping{display:flex;align-items:center;gap:10px;font-weight:600;cursor:pointer}.product-page-section .product-reviews-section{background-color:#fff}.product-page-section .product-reviews-section .rating{display:flex;gap:10px;padding-top:10px}.product-page-section .product-reviews-section .rating h2{font-size:1.25em;font-weight:600}.product-page-section .product-reviews-section .rating-average{padding:20px 20px 20px 10px;width:auto;border-right:1px solid rgba(0,0,0,.5);display:flex;flex-direction:column;gap:10px}.product-page-section .product-reviews-section .rating-average-qty{display:flex;gap:10px;align-items:center}.product-page-section .product-reviews-section .rating-average-qty>span{font-size:2em}.product-page-section .product-reviews-section .rating-average-qty .rating-label .rating-stars label:before{font-size:20px}.product-page-section .product-reviews-section .rating-average-qty .rating-label{display:flex;gap:10px;align-items:center;font-size:.8em;font-weight:500;padding:0 45px 0 5px;height:24px;background:linear-gradient(300deg,transparent,25px,#ffad33 0)}.product-page-section .product-reviews-section .reviews-qty{padding:16px 0 20px 20px;display:flex;gap:20px}.product-page-section .product-reviews-section .reviews-qty .reviews-qty-progress>div{display:flex;gap:10px;align-items:center;padding:7px}.rating-stars input:not(:checked)~label{color:#bfbfbf}progress{width:154px;height:8px;-moz-appearance:none;appearance:none;-webkit-appearance:none}progress::-webkit-progress-bar{background-color:#bfbfbf;border-radius:8px}progress::-webkit-progress-value{background-color:#ffad33;border-radius:8px}progress{background-color:#bfbfbf;border-radius:8px}.product-page-section .user-reviews-section{margin-top:40px}.product-page-section .review{padding:10px;border-top:1px solid rgb(0,0,0,.5);display:flex;flex-direction:column}.product-page-section .review-heading{display:flex;align-items:center;justify-content:space-between;color:#0009;font-size:.9em}.product-page-section .review-heading>div{display:flex;gap:10px;align-items:center}.product-page-section .review-body{text-transform:capitalize;font-weight:500;display:flex;justify-content:space-between}.product-page-section .review-content{text-transform:capitalize;font-weight:500;width:90%}.product-page-section .review-action{display:flex;gap:10px;justify-content:space-between;width:80px}.product-page-section .review-action svg{cursor:pointer}.product-page-section .review-action svg:hover{opacity:.8}.pagination{display:flex;justify-content:right;background-color:#fff;padding:20px 10px;border-top:1px solid rgb(0,0,0,.5)}.pagination svg{cursor:pointer}.pagination svg:hover{opacity:.8}.pagination>div{display:flex;align-items:center;gap:10px}.pagination-numbers{cursor:pointer;width:25px;height:25px;border-radius:50%;display:flex;justify-content:center;align-items:center}.pagination .active{background-color:var(--primary-color);color:#fff}.product-page-section .related-items{margin-top:40px}.swiper-container1{height:100%}.swiper-container2{width:100%;height:100%}.slider__flex{display:flex;align-items:flex-start}.slider__col{display:flex;flex-direction:column;width:150px;margin-right:30px}.swiper-container2 .swiper-button-prev,.swiper-container2 .swiper-button-next{padding:20px 5px;background-color:#0006;color:#fff!important}.swiper-container2 .swiper-button-next{right:0!important}.swiper-container2 .swiper-button-prev{left:0!important}.swiper-container2 .swiper-pagination-bullet.swiper-pagination-bullet-active{outline:2px solid #fff!important}.slider__thumbs{height:550px}.slider__medias{height:550px;width:500px;border-radius:4px;overflow:hidden}.slider__medias .slider__media img{transition:3s;cursor:zoom-in;border-radius:4px}.slider__medias .slider__media:hover img{transform:scale(1.1)}.slider__media{width:100%;height:100%;border-radius:4px}.slider__media img,.slider__media video{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:4px}@media (max-width: 600px){.product-page-section{margin-top:0}.product-block{flex-direction:column}.product-page-section .product-details{padding:0}.product-page-section .product-details .product-cart-concern .add-to-cart-btn,.product-page-section .product-details .product-cart-concern .buy-now-btn{padding:10px 15px;font-size:1em}.product-page-section .product-details .rating-qty{font-size:.9em;gap:6px}.product-page-section .product-details .product-counter{width:120px}.product-page-section .product-details .product-counter input{width:40px;font-size:1em}.product-page-section .product-details .product-counter svg{width:16px}.product-page-section .product-reviews-section .rating{flex-direction:column;gap:0}.product-page-section .product-reviews-section .rating-average{border:none;padding-bottom:10px}.product-page-section .rating-average .rating-stars{height:32px}.product-page-section .product-reviews-section .reviews-qty{padding:0 0 0 10px;gap:5px}.product-page-section .review-heading>div{gap:2px}.product-page-section .review-content{font-size:.9em;width:70%}.slider__medias{height:372px;width:100%}.slider__medias .slider__media:hover img{transform:unset}.swiper-container2 .swiper-button-prev,.swiper-container2 .swiper-button-next{padding:10px 5px}.swiper-container2 .swiper-button-prev:after,.swiper-container2 .swiper-button-next:after{font-size:35px!important}}@media only screen and (min-width: 700px) and (max-width: 1023px){.product-block{flex-direction:column}.slider__medias{width:580px}}.collection-page-section{margin-top:20px;border-top:1px solid rgb(0,0,0,.5);display:flex;justify-content:space-between;gap:10px}.collection-page-left-side{margin-top:17px;width:200px;padding-right:46px;box-shadow:6px 0 3px -2px #0000000d}.collection-page-left-side h1{padding-bottom:10px;font-weight:500;opacity:.8}.collection-page-left-side h2{padding-top:18px;padding-bottom:5px;font-size:1em;font-weight:400;color:#0009}.collection-page-left-side .line{border-top:1px solid rgb(0,0,0,.5)}.collection-page-left-side .filter-group{margin-top:10px;display:flex;flex-direction:column}.collection-page-left-side .filter-group>div{display:flex;gap:4px;align-items:center;color:#0009;text-transform:capitalize}.collection-page-left-side .filter-group>a{color:#0009;text-transform:capitalize}.collection-page-left-side .filter-group>a:hover{color:#000}.collection-page-left-side .filter-group>div label{cursor:pointer}.collection-page-left-side .filter-group>div input{cursor:pointer;width:15px;height:15px}.collection-page-left-side .filter-group-price{margin-top:12px;display:flex;flex-direction:row;gap:10px;flex-wrap:wrap}.collection-page-left-side .filter-group-price input{border:1px solid rgb(0,0,0,.6);border-radius:4px;width:40px;padding:5px}.collection-page-left-side .filter-group-price button{border:none;background-color:var(--primary-color);color:#fff;padding:7px 10px;border-radius:4px;width:auto;cursor:pointer}.collection-page-left-side .filter-group-price button:hover{opacity:.8}.collection-page-left-side .filter-group-price input[type=number]::-webkit-inner-spin-button,.collection-page-left-side .filter-group-price input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.collection-page-left-side .filter-group-price input[type=number]{-moz-appearance:textfield;-webkit-appearance:none;appearance:none}.collection-page-left-side .filter-group-stars{margin-top:10px}.collection-page-left-side .filter-group-stars a{display:flex;align-items:center;gap:8px;color:#0009}.collection-page-left-side .filter-group-stars .rating-stars label:before{font-size:30px}.collection-page-left-side .filter-group-stars .active{border-radius:4px;background-color:#db444466}.collection-page-right-side{display:flex;flex-direction:column;width:910px}.collection-page-right-side .product-row .product-card{flex-grow:1;width:220px}.collection-page-filter-top{height:60px;display:flex;align-items:center;justify-content:space-between;gap:10px;font-weight:500;border-bottom:1px solid rgb(0,0,0,.5);flex-wrap:wrap}.collection-page-filter-top .results-found{text-align:center;flex-grow:1}.collection-page-filter-top .results-found span{color:var(--primary-color)}.collection-page-filter-top .filter-top-sort{display:flex;gap:10px;align-items:center}.collection-page-filter-top .filter-top-sort>div{position:relative;border:1px solid var(--primary-color);height:32px;width:150px;border-radius:20px;display:flex;justify-content:center;align-items:center;justify-content:space-around;text-transform:capitalize;cursor:pointer}.collection-page-filter-top .filter-top-sort>div:hover{background-color:var(--primary-color)}.collection-page-filter-top .filter-top-sort .sort-dropdown{position:absolute;top:100%;z-index:100;width:90%;padding-top:8px;background:transparent;visibility:hidden;display:none;opacity:0;transition:all .3s ease-in;text-align:center}.collection-page-filter-top .filter-top-sort .sort-dropdown>div{border-radius:4px;padding:2px 0;background:#fff}.collection-page-filter-top .filter-top-sort>div:hover>.sort-dropdown{display:block;opacity:1;visibility:visible}.filter-top-sort .filter-top-sort:hover>.sort-dropdown{display:block;opacity:1;visibility:visible}.collection-page-filter-top .filter-top-sort .sort-dropdown a{display:block;color:#000;padding:5px 0}.collection-page-filter-top .filter-top-sort .sort-dropdown a:hover{opacity:.7}.collection-page-filter-top .filter-top-view{display:flex;align-items:center;gap:10px}.collection-page-filter-top .filter-top-view svg{fill:#000;cursor:pointer}.collection-page-filter-top .filter-top-view svg:hover{fill:var(--primary-color)}.collection-page-filter-top .filter-top-view .active{fill:var(--primary-color)}.collection-page-filter-top .filter-top-view svg:last-child{display:none}@media (max-width: 600px){.collection-page-section{margin-top:0}.collection-page-left-side{margin:0;padding:16px;overflow:scroll;position:fixed;top:0;right:0;bottom:0;z-index:400;background-color:#fff;opacity:0;visibility:hidden;transform:translate(100%);transition:opacity .1s ease-in-out,transform .1s ease-in-out,visibility .1s}.collection-page-left-side.active{opacity:1;visibility:visible;transform:translate(0)}.collection-page-filter-top{padding-bottom:20px}.collection-page-filter-top .filter-top-sort{gap:5px}.collection-page-filter-top .filter-top-sort>div{width:100px;font-size:.8em}.collection-page-filter-top .filter-top-view{gap:5px}.collection-page-filter-top .filter-top-view svg:last-child{display:block}}.account-section{margin-top:20px}.account-section h1{text-transform:capitalize;font-weight:500;font-size:1.8em}.account-section h1 span{color:var(--primary-color)}.account-section .user-info{display:flex;justify-content:space-between;gap:20px;margin-top:20px;padding-right:60px}.account-section .user-nav h2{font-weight:500;font-size:1.1em}.account-section .user-nav{width:600px;height:650px}.account-section .user-nav span{margin-top:10px;margin-left:10px;display:flex;flex-direction:column;text-transform:capitalize;gap:2px}.account-section .user-nav span a{color:#00000080;font-weight:500;transition:all .3s ease-in-out;width:fit-content}.account-section .user-nav span a:hover{color:#000c}.account-section .user-nav span a.active{color:var(--primary-color)}.account-section .edit-user-info{width:100%}.account-section .edit-user-info h2{color:var(--primary-color);font-weight:500;font-size:1.3em}.account-section .edit-user-info form{margin-top:10px;display:flex;flex-direction:column;gap:20px}.account-section .edit-user-info .input-wrapper_1{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}.account-section .edit-user-info .input-wrapper_2{display:flex;flex-direction:column;justify-content:space-between;flex-wrap:wrap;gap:10px;width:100%}.account-section .edit-user-info .input-wrapper_2>div{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;width:100%}.account-section .edit-user-info .input-wrapper_2>span{width:100%}.account-section .edit-user-info .input-wrapper_3>span{display:flex;flex-direction:column;justify-content:space-between;gap:10px;width:100%}.account-section .edit-user-info form>div span{display:flex;flex-direction:column;gap:2px;justify-content:space-between;width:350px}.account-section .edit-user-info form>div span input{font-family:Poppins,sans-serif;border:none;outline:none;background:#e9e8e8;color:#000c;padding:8px;font-size:1em;letter-spacing:1px}.account-section .edit-user-info button{font-family:Poppins,sans-serif;padding:10px;float:right;border:none;color:#fff;background-color:transparent;font-size:1em;cursor:pointer;outline:2px solid var(--primary-color);text-decoration:none;position:relative;letter-spacing:1px;border-radius:4px;transition:all .45s cubic-bezier(.785,.135,.15,.86)}.account-section .edit-user-info button:hover{color:#000;outline:2px solid #000}.account-section .edit-user-info button:focus{outline:2px solid #000}.account-section .edit-user-info button:before{position:absolute;content:"";top:0;right:0;bottom:0;left:0;width:100%;height:100%;transform:scale(1);transform-origin:left center;z-index:-1;transition:transform .45s cubic-bezier(.785,.135,.15,.86);background-color:var(--primary-color)}.account-section .edit-user-info button:hover:before{transform-origin:right center;transform:scaleX(0)}.popup-wrapper{box-shadow:4px 4px 10px -10px #000;width:400px;position:fixed;margin:0 auto;top:-100px;opacity:0;left:50%;transform:translate(-50%,-50%);transition:all .5s ease}.popup-wrapper.active{top:25%;opacity:1}.popup{justify-content:space-between;align-items:center;display:flex;border-radius:4px;padding:5px;font-weight:300}.popup svg{width:1.25rem;height:1.25rem}.popup-icon svg{margin:5px;display:flex;align-items:center}.close-icon{margin-left:auto}.close-icon:hover{outline:1px solid rgb(0,0,0,.5)}.close-svg{cursor:pointer}.close-path{fill:gray}.success-popup{background-color:#edfbd8;border:solid 1px #84d65a}.success-icon path{fill:#84d65a}.success-message{color:#2b641e}.alert-popup{background-color:#fefce8;border:solid 1px #facc15}.alert-icon path{fill:#facc15}.alert-message{color:#ca8a04}.error-popup{background-color:#fef2f2;border:solid 1px #f87171}.error-icon path{fill:#f87171}.error-message{color:#991b1b}@media (max-width: 600px){.account-section{margin-top:0;padding:0 10px}.account-section .user-info{padding:0}.account-section .user-nav{display:none}.account-section .edit-user-info form span{width:100%}.popup-wrapper{width:95%;position:fixed;top:60px;left:8px;transform:none;margin:0}.popup-wrapper.active{top:125px;opacity:1}}.checkout-section{margin-top:20px}.checkout-section h1{font-size:2em;font-weight:500}.checkout-section .checkout{margin-top:10px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.checkout-section .billing_details{display:flex;flex-direction:column;gap:20px}.required:after{content:"*";color:red}.checkout-section form>span{display:flex;flex-direction:column;justify-content:space-between;gap:2px;width:100%}.checkout-section form label{opacity:.6}.checkout-section form input{font-family:Poppins,sans-serif;width:400px;border:none;outline:none;background:#e9e8e8;color:#000c;padding:8px;font-size:1em}.checkout-section select{border:none;font-size:1em;padding:13px 8px;background:#e9e8e8;color:#000c;letter-spacing:1px}.checkout-section .order_summary{padding-right:60px}.checkout-section .order-summary-items{display:flex;flex-direction:column;gap:20px;max-height:250px;height:auto;overflow-y:scroll}.checkout-section .order-summary-items .item{width:400px;display:flex;justify-content:space-between;align-items:center;gap:20px}.checkout-section .order-summary-items .item img,.checkout-section .order-summary-items .item video{height:120px;width:120px;object-fit:cover}.checkout-section .order-summary-items .item a{color:#000}.checkout-section .order-summary-items .item-info{text-transform:capitalize;display:flex;flex-direction:column;width:100%}.checkout-section .order_summary .underline{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid rgba(0,0,0,.4)}.checkout-section .order_summary .total{display:flex;justify-content:space-between;padding:15px 0}.checkout-section .order_summary .payment-type{display:flex;gap:10px;align-items:center;padding-bottom:20px}.checkout-section .order_summary .payment-type input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;margin:0;font:1em;color:currentColor;width:1.5em;height:1.5em;border:2px solid currentColor;border-radius:50%;display:grid;place-content:center}.checkout-section .order_summary .payment-type input[type=radio]:before{content:"";width:1.05em;height:1em;border-radius:50%;transform:scale(0);transition:.12s transform ease-in-out;box-shadow:inset 1em 1em #000}.checkout-section .order_summary .payment-type input[type=radio]:checked:before{transform:scale(1)}.checkout-section button{font-family:Poppins,sans-serif;width:200px;padding:10px;border:none;color:#fff;background-color:transparent;font-size:1em;cursor:pointer;outline:2px solid var(--primary-color);text-decoration:none;position:relative;letter-spacing:1px;border-radius:4px;transition:all .45s cubic-bezier(.785,.135,.15,.86)}.checkout-section button:hover{color:#000;outline:2px solid #000}.checkout-section button:focus{outline:2px solid #000}.checkout-section button:before{position:absolute;content:"";top:0;right:0;bottom:0;left:0;width:100%;height:100%;transform:scale(1);transform-origin:left center;z-index:-1;transition:transform .45s cubic-bezier(.785,.135,.15,.86);background-color:var(--primary-color)}.checkout-section button:hover:before{transform-origin:right center;transform:scaleX(0)}@media (max-width: 600px){.checkout-section{margin-top:0}.checkout-section .checkout{gap:40px}.checkout-section form input{width:auto}.checkout-section .billing_details,.checkout-section .order-summary-items .item{width:100%}.checkout-section .order_summary{padding:0;width:100%}}.order-section{margin-top:20px}.order-section h1{text-transform:capitalize;font-weight:500;font-size:1.8em}.order-section .user-order-info{display:flex;justify-content:space-between;gap:20px;margin-top:20px}.order-section h1 span{color:var(--primary-color)}.order-section .user-nav h2{font-weight:500;font-size:1.1em}.order-section .user-nav{height:650px;min-width:250px}.order-section .user-nav span{margin-top:10px;margin-left:10px;display:flex;flex-direction:column;text-transform:capitalize;gap:2px}.order-section .user-nav span a{color:#00000080;font-weight:500;transition:all .3s ease-in-out;width:fit-content}.order-section .user-nav span a:hover{color:#000c}.order-section .user-nav span a.active{color:var(--primary-color)}.order-section .user-orders{width:100%}.order-section .user-orders h2{font-weight:500}.order-table{width:100%;margin:20px 0;overflow-x:scroll}.order-table-header,.orders .order{display:flex;justify-content:space-between;padding:10px;border-bottom:1px solid #ddd;width:900px}.order-table-header span,.order span{flex:1;text-align:center}.order-table-header{font-weight:500;background-color:var(--primary-color)}.orders .order-action{text-align:center}.orders .order-action a{margin:0 5px;text-decoration:none;color:var(--primary-color);transition:all .3s ease-in-out}.orders .order-action a:hover{opacity:.8;text-decoration:underline}@media (max-width: 600px){.order-section{margin-top:0}.order-section .user-nav{display:none}}:root{--content-width: 1200px;--body-bg: #eff0f5;--search-bg: #e7e7e7;--primary-color: #db4444;--star-color: #ffad33}*{margin:0;padding:0;text-decoration:none}body{font-family:Poppins,sans-serif;font-weight:400;background-color:var(--body-bg)}section{width:var(--content-width);min-width:var(--content-width);margin:auto}.breadcrumbs{width:var(--content-width);min-width:var(--content-width);margin:10px auto auto}.breadcrumbs a,.breadcrumbs span{color:#00000080;text-transform:capitalize}.page-overlay{width:100%;height:200vh;position:absolute;top:0;left:0;background-color:#0009;z-index:300;display:none}.page-overlay.active{display:block}.loader-wrapper{display:flex;justify-content:center;align-items:center;height:100%}.loader{position:relative;border-radius:10px}.loader div{width:8%;height:24%;background:var(--primary-color);position:absolute;left:50%;top:30%;opacity:0;border-radius:50px;box-shadow:0 0 3px #0003;animation:fade458 1s linear infinite}@keyframes fade458{0%{opacity:1}to{opacity:.25}}.loader .bar1{transform:rotate(0) translateY(-130%);animation-delay:0s}.loader .bar2{transform:rotate(30deg) translateY(-130%);animation-delay:-1.1s}.loader .bar3{transform:rotate(60deg) translateY(-130%);animation-delay:-1s}.loader .bar4{transform:rotate(90deg) translateY(-130%);animation-delay:-.9s}.loader .bar5{transform:rotate(120deg) translateY(-130%);animation-delay:-.8s}.loader .bar6{transform:rotate(150deg) translateY(-130%);animation-delay:-.7s}.loader .bar7{transform:rotate(180deg) translateY(-130%);animation-delay:-.6s}.loader .bar8{transform:rotate(210deg) translateY(-130%);animation-delay:-.5s}.loader .bar9{transform:rotate(240deg) translateY(-130%);animation-delay:-.4s}.loader .bar10{transform:rotate(270deg) translateY(-130%);animation-delay:-.3s}.loader .bar11{transform:rotate(300deg) translateY(-130%);animation-delay:-.2s}.loader .bar12{transform:rotate(330deg) translateY(-130%);animation-delay:-.1s}.hero-section{margin-top:10px;display:flex;flex-direction:row;justify-content:space-between;gap:10px}.today-section{margin-top:40px;display:flex;flex-direction:column;gap:20px}.section-header{display:flex;flex-direction:column;gap:5px}.section-label{display:flex;gap:10px;align-items:center}.section-label h2{color:var(--primary-color);font-weight:600;text-transform:capitalize;font-size:1em}.rectangle{width:20px;height:40px;background-color:var(--primary-color);border-radius:4px;display:inline-block}.section-heading{display:flex;align-items:center;justify-content:space-between;flex-direction:row;gap:60px}.section-heading h3{font-size:1.6em;text-transform:capitalize;font-weight:500}.counter{display:flex;flex-direction:row;align-items:center;gap:10px;flex-grow:1}.counter>div>span{font-weight:500;font-size:1em}.counter .number{font-size:2em;font-weight:700;text-align:center}.semicolon{color:var(--primary-color);font-size:2em}.section-action{display:flex;gap:10px}.section-action .viewAll-btn{margin:0;font-size:1em}.section-action svg{width:18px}.section-action>span{width:42px;height:42px;display:flex;justify-content:center;align-items:center;background-color:#fff;border-radius:100%;cursor:pointer}.viewAll-btn{padding:10px 40px;border:none;color:#fff;background-color:var(--body-bg);font-size:1.125em;text-transform:capitalize;cursor:pointer;outline:2px solid var(--primary-color);text-decoration:none;position:relative;margin:25px auto 10px;display:block;z-index:1;border-radius:4px}.viewAll-btn:hover{color:var(--primary-color);font-weight:500}.viewAll-btn:before{position:absolute;content:"";top:0;right:0;bottom:0;left:0;width:100%;height:100%;transform:scale(1);transform-origin:left center;z-index:-1;transition:transform .45s cubic-bezier(.785,.135,.15,.86);background-color:var(--primary-color)}.viewAll-btn:hover:before{transform-origin:right center;transform:scaleX(0)}.this-month-section{margin-top:40px}.product-row{margin-top:15px;display:flex;flex-direction:row;gap:10px;justify-content:space-between;flex-wrap:wrap}.search-results{overflow-y:scroll;height:400px;position:absolute;background-color:#fff;padding:20px 40px}.search-results .product-row .product-card{flex-grow:1}.explore-products-section{margin-top:40px}.pageNotFound-section{display:flex;flex-direction:column;align-items:center;gap:20px}.pageNotFound-section h1{font-weight:500;font-size:6em;text-align:center}.pageNotFound-section p{font-weight:500;text-align:center;text-transform:capitalize}.pageNotFound-section button{padding:10px 40px;border:none;color:#fff;background-color:var(--body-bg);font-size:1.125em;text-transform:capitalize;cursor:pointer;outline:2px solid var(--primary-color);text-decoration:none;position:relative;margin:25px auto 10px;display:block;z-index:1;border-radius:4px}.pageNotFound-section button:hover{color:var(--primary-color);font-weight:500}.pageNotFound-section button:before{position:absolute;content:"";top:0;right:0;bottom:0;left:0;width:100%;height:100%;transform:scale(1);transform-origin:left center;z-index:-1;transition:transform .45s cubic-bezier(.785,.135,.15,.86);background-color:var(--primary-color)}.pageNotFound-section button:hover:before{transform-origin:right center;transform:scaleX(0)}.credit{color:#fff;text-align:center;margin-top:8px}.credit a{color:#529b1a;text-decoration:underline;transition:all .3s ease-in-out}.credit a:hover{opacity:.7}@media (max-width: 600px){section{width:auto;padding:10px;min-width:auto}.breadcrumbs{width:auto;padding:10px;margin-top:0;min-width:auto}.wishlist-section{margin-top:0}.auth-section{margin-top:0;justify-content:center}.hero-section{margin-top:0;flex-direction:column;gap:15px}.today-section{margin-top:5px;gap:10px}.today-section .swiper-slide,.categories-section .swiper-slide{display:flex!important}.newArrival-section{margin-top:0}.section-header{flex-wrap:wrap}.section-label{gap:6px}.section-heading{row-gap:0px;column-gap:10px;flex-wrap:wrap}.section-heading h3{font-size:1.4em}.counter{gap:3px}.counter>div>span{font-size:.9em}.counter .number,.semicolon{font-size:1.3em}.section-action{gap:5px}.section-action svg{width:16px}.section-action>span{width:30px;height:30px}.viewAll-btn{font-size:1em;padding:10px 30px;margin-top:0}.section-action .viewAll-btn{font-size:.9em;padding:6px 14px}.this-month-section{margin-top:10px}.product-row{gap:10px;justify-content:unset}.explore-products-section{margin-top:5px}.why-us-section{margin-top:10px;gap:40px}.pageNotFound-section h1{font-size:2.5em}}@media only screen and (min-width: 700px) and (max-width: 1023px){section{width:auto;padding:10px;min-width:auto}.breadcrumbs{margin-top:0;width:auto;padding:10px;min-width:auto}.auth-section{margin-top:0}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}
