@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800&family=Playfair+Display:wght@400;500;600;700&family=Poppins:wght@300;400;500;600&display=swap);*{font-family:Poppins,sans-serif;margin:0;padding:0}html{scroll-behavior:smooth}img{background-color:#eff0f1}@media only screen and (max-width:1025px){a,div{-webkit-tap-highlight-color:transparent;tap-highlight-color:#0000}}.footer{background-color:#e4e4e4;display:flex;flex-direction:column;gap:100px;margin-top:50px;padding:30px 160px}.footer__container{grid-gap:50px;display:grid;gap:50px;grid-template-columns:repeat(5,1fr);padding-top:50px}.footer_left{display:flex;flex-direction:column;gap:20px}.footer_logo_container{margin-bottom:20px}.footer_logo_container img{background:none!important;width:100px}.footer_left p{font-size:14px}.footer_address{display:flex;flex-direction:column;margin-bottom:10px}.footer_address strong{font-size:14px;font-weight:600;margin-bottom:1.5em}.social_links{display:flex;gap:30px;width:240px}.social_links svg{cursor:pointer}.footer_content{display:flex;flex-direction:column;gap:30px}.social_links a{color:inherit;display:inline-block;text-decoration:none;transition:transform .2s ease}.social_links a:hover{transform:scale(1.1)}.footer_content h5{font-size:18px;font-weight:600;text-transform:uppercase}.links_container ul{display:flex;flex-direction:column;gap:15px}.links_container ul li{list-style-type:none}.links_container ul li a{color:#000;font-size:14px;position:relative;text-decoration:none}.links_container ul li a:after{background-color:#000;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease-out;width:0}.links_container ul li a:hover:after{transition-delay:.1s;width:80%}.footer_right{display:flex;flex-direction:column;gap:30px}.footer_right h5{font-size:18px;font-weight:600;text-transform:uppercase}.footer_right p{font-size:14px}.footer_right form{display:flex;margin-top:-10px}.footer_right form input{border:none;outline:none;padding:19px 20px;width:100%}.footer_right form button{background-color:#fff;border:none;color:#000;cursor:pointer;font-weight:500;padding:10px 20px;text-transform:uppercase}.footer_right h6{font-size:14px;font-weight:500}.paymentIconContainer{height:30px;margin-top:-10px;width:250px}.paymentIconContainer img{background:none!important;height:100%;width:100%}.footer_bottom{border-top:1px solid #cfcdcd;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-top:20px;padding-top:30px}.footerLang,.footer_bottom{align-items:center;display:flex}.footerLang{gap:30px}.footerLang select{background-color:initial;border:none;font-size:14px;outline:none}.footerCurrency{align-items:center;display:flex;gap:30px}.footerCurrency select{background-color:initial;border:none;font-size:14px;outline:none}@media screen and (max-width:1210px){.footer{padding:50px 60px}.footer__container{grid-template-columns:repeat(2,1fr)}.footer_left{gap:10px}.footer_content,.footer_right{gap:20px}.paymentIconContainer{width:200px}}@media screen and (max-width:450px){.footer{gap:30px;padding:20px 15px}.footer__container{gap:30px;grid-template-columns:1fr}.footer_left{gap:10px}.footer_content,.footer_right{gap:20px}.paymentIconContainer{width:150px}.footerLangCurrency{gap:10px}}.searchQuickLinks{margin-top:24px;padding:0 24px 24px}.quick-links-title{color:#1b1b1b;font-size:16px;font-weight:700;letter-spacing:1px;margin-bottom:12px}.quick-links-list{display:flex;flex-direction:column;gap:0;list-style:none;margin:0;padding:0}.quick-link{background:none;border:none;border-radius:0;color:#000;display:block;font-size:14px;font-weight:500;padding:10px 20px;text-decoration:none;transition:background-color .2s ease;width:80%}.quick-link:focus,.quick-link:hover{background-color:#f5f5f5;color:#000;outline:none}.navBar{align-items:center;background-color:#fff;box-shadow:0 10px 33px #0000001a;display:flex;justify-content:space-between;padding:1rem 1.6rem;position:relative;position:-webkit-sticky;position:sticky;top:0;z-index:10}.logoLinkContainer{gap:60px}.logoContainer,.logoLinkContainer{align-items:center;display:flex;justify-content:center}.logoContainer img{background:none!important}.linkContainer ul{align-items:center;display:flex;gap:60px;padding-bottom:5px}.linkContainer ul li{list-style-type:none;position:relative}.linkContainer ul li a{color:#1b1b1b;font-size:19px;font-weight:500;position:relative;text-decoration:none}.linkContainer ul li a:after{background-color:#1b1b1b;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease-out;width:0}.nav-item-with-dropdown{display:inline-block;position:relative}.nav-item-with-dropdown>a{color:#000;display:inline-block;font-weight:700;padding:5px 2px;text-decoration:none;text-transform:uppercase}.dropdown{align-items:flex-start;background-color:#fff;box-shadow:0 8px 24px #0000001a;display:flex;flex-direction:column;left:0;opacity:0;padding:20px 0;pointer-events:none;position:absolute;top:100%;transition:opacity .3s ease,transform .3s ease;width:200px;z-index:1000}.dropdown.open{opacity:1;pointer-events:auto}.dropdown a{color:#000;font-size:14px;padding:10px 20px;text-decoration:none;transition:background-color .2s ease;width:80%}.dropdown a:hover{background-color:#f5f5f5}.iconContainer{gap:35px}.iconContainer,.iconContainer a{align-items:center;display:flex;justify-content:center}.iconContainer a{color:#000;text-decoration:none}.icon:hover{cursor:pointer}.searchToggleIcon{cursor:pointer;padding:8px;transition:transform .2s ease}.searchToggleIcon:hover{transform:scale(1.1)}.SearchModel{background-color:#fff;display:flex;flex-direction:column;height:60vh;left:0;overflow:hidden;padding:3rem 4.5rem;position:fixed;top:10;width:100%;z-index:999}.SearchModel.active{opacity:1;transform:translateY(0);visibility:visible}.searchHeader{padding:20px}.searchHeader h4{font-size:20px;margin-bottom:10px}.searchHeader input{border:1px solid #ccc;border-radius:4px;font-size:16px;padding:10px;width:86%}.searchQuickLinks{flex-grow:1;overflow-y:auto;padding:20px}.searchQuickLinks h5{color:#888;font-size:14px;letter-spacing:1px;margin-bottom:10px}.searchQuickLinks ul{list-style:none;padding:0}.searchQuickLinks li{border-bottom:1px solid #eee;cursor:pointer;font-size:16px;padding:10px 20px;width:85%}.searchQuickLinks li:hover{background-color:#f9f9f9}.fullScreenMegaModal{background-color:#fff;display:flex;height:100vh;left:0;position:fixed;top:0;width:100%;z-index:9999}.SearchModel,.fullScreenMegaModal{opacity:0;transform:translateY(-20px);transition:all .3s ease-in-out;visibility:hidden}.SearchModel.active,.fullScreenMegaModal.active{opacity:1;transform:translateY(0);visibility:visible}.modalLeft{height:100%;overflow:hidden;width:50%}.modalLeft img{height:100%;object-fit:cover;width:100%}.modalRight{display:flex;flex-direction:column;justify-content:flex-start;overflow-y:auto;width:50%}.modalHeader{align-items:center;background-color:#e4e4e4;display:flex;justify-content:space-between;padding:2rem 3rem 2rem 2.3rem}.modalTabs{display:flex;font-weight:600;gap:20px;list-style:none}.modalTabs li{border-radius:4px;cursor:pointer;font-size:1.4rem;padding:8px 16px;transition:background .2s}.modalTabs li.active{background-color:#000;color:#fff}.modalClose{background:none;border:none;cursor:pointer}.modalBody{display:flex;gap:100px;margin-top:60px;padding:2rem 4rem}.leftMenu,.rightMenu{font-weight:500;list-style:none;margin:0;padding:0}.leftMenu li,.rightMenu li{cursor:pointer}.leftMenu li{font-size:1.5rem;margin-bottom:16px}.leftMenu .sale{color:red;font-weight:700}.rightMenu li{margin-bottom:12px}.mobile-nav{display:none}.mobile-menu-icon{border-radius:4px;cursor:pointer;padding:8px;transition:background .2s,transform .2s}.mobile-menu-icon:hover{background:#f5f5f5;transform:scale(1.15)}@media screen and (max-width:1210px){.navBar{display:none}.mobile-nav{align-items:center;background-color:#fff;display:flex;justify-content:space-between;padding:20px 60px;position:relative;z-index:10}.logoContainer img{width:100px}.fullScreenMegaModal{display:none}}@media screen and (max-width:450px){.mobile-nav{padding:20px 15px}}.mobile-menu{background-color:#fff;border-top:1px solid #e4e4e4;box-shadow:0 2px 10px #0000001a;display:flex;flex-direction:column;gap:60px;height:100vh;opacity:0;position:absolute;right:0;top:74px;transform:translateY(-100%);transition:transform .3s ease-out,opacity .3s ease-out;width:100%;z-index:9}.mobile-menu.open{opacity:1;overflow:hidden;transform:translateY(0)}.mobile-menuSearchBar{padding:20px}.mobile-menuSearchBarContainer{align-items:center;border:1px solid #e4e4e4;border-radius:5px;display:flex;gap:10px;justify-content:center;padding:10px 20px}.mobile-menuSearchBarContainer input{border:none;font-size:14px;outline:none;width:100%}.mobile-menuSearchBarContainer a{align-items:center;color:#000;display:flex;text-decoration:none}.mobile-menuList ul{border-bottom:1px solid #e0e0e0;list-style-type:none;margin:0;padding:0}.mobile-menuList ul li{padding:10px 20px}.mobile-menuList ul li a{color:#1b1b1b;font-size:16px;font-weight:600;text-decoration:none}.mobile-menuFooter{display:flex;flex-direction:column;gap:30px;padding:15px 20px}.mobile-menuFooterLogin a{align-items:center;color:#000;display:flex;gap:10px;text-decoration:none}.mobile-menuFooterLogin p{font-size:14px;font-weight:600;text-transform:uppercase}.mobile-menuFooterLangCurrency{display:flex;flex-direction:column;gap:15px}.footerLangCurrency{display:flex;flex-wrap:wrap;gap:20px}.mobile-menuFooterLang{align-items:center;display:flex;gap:30px}.mobile-menuFooterLang select{background-color:initial;border:none;font-size:14px;outline:none}.mobile-menuFooterCurrency{align-items:center;display:flex;gap:30px}.mobile-menuFooterCurrency select{background-color:initial;border:none;font-size:14px;outline:none}.mobile-menuSocial_links{display:flex;gap:30px;margin-bottom:20px;width:240px}.icon-button,.mobile-menuSocial_links svg{cursor:pointer}.icon-button{background:none;border:none;color:inherit;font:inherit;padding:0}.top-to-btm{cursor:pointer;position:relative}.iconStyle{align-items:center;background-color:#eee;bottom:0;display:flex;height:45px;justify-content:center;position:fixed;right:0;width:45px;z-index:20}.shoppingCartSection{display:flex;flex-direction:column;padding:30px 160px}.shoppingCartSection h2{font-size:35px;font-weight:700;margin-bottom:40px;text-transform:uppercase}.shoppingCartTabsContainer{display:flex;flex-direction:column;gap:50px}.shoppingCartTabs{display:flex;position:relative}.shoppingCartTabs button{background:none;border:none;border-bottom:2px solid #e4e4e4;cursor:pointer;flex-grow:1;outline:none;padding-bottom:20px;text-align:left}.shoppingCartTabs button.active{border-bottom:2px solid #000}.shoppingCartTabs button:disabled{cursor:not-allowed;opacity:.5}.shoppingCartTabsNumber{display:flex;gap:10px}.shoppingCartTabsHeading{display:flex;flex-direction:column;gap:5px}.shoppingCartTabsNumber h3{font-size:18px;font-weight:500;text-transform:uppercase}.shoppingCartTabsNumber p{color:#767676;font-size:14px}.shoppingCartTabs.cartTab1:after,.shoppingCartTabs.cartTab2:after,.shoppingCartTabs.cartTab3:after{background-color:#000;bottom:0;content:"";height:2px;position:absolute}.shoppingCartTabs.cartTab1:after{left:0;width:28%}.shoppingCartTabs.cartTab2:after{left:0;width:66.66%}.shoppingCartTabs.cartTab3:after{left:0;width:100%}.shoppingBagSection{display:flex;flex-direction:column;gap:50px}.shoppingBagTableSection{flex:1 1}.shoppingBagTable{border-collapse:collapse;width:100%}.shoppingBagTable th,.shoppingBagTable tr{border-bottom:1px solid #e4e4e4}.shoppingBagTable th{font-size:14px;font-weight:500;padding:20px 10px;text-align:left;text-transform:uppercase}.shoppingBagTable td{padding:20px 0}.shoppingBagTableImg{height:120px;width:120px}.shoppingBagTableImg img{height:100%;object-fit:cover;object-position:top;width:100%}.shoppingBagTableProductDetail{display:flex;flex-direction:column;gap:10px;margin-left:10px}.shoppingBagTableProductDetail h4{font-size:16px;font-weight:400}.shoppingBagTableProductDetail a{color:#000;text-decoration:none}.shoppingBagTableProductDetail p{color:#767676;font-size:14px}.ShoppingBagTableQuantity{align-items:center;border:2px solid #e0e0e0;display:flex;gap:10px;padding:0 10px;width:70px}.ShoppingBagTableQuantity button{background:none;border:none;cursor:pointer;font-size:16px}.ShoppingBagTableQuantity input{border:none;height:40px;outline:none;text-align:center;width:40px}.shoppingCartEmpty{align-items:center;display:flex;flex-direction:column;font-size:18px;font-weight:500;gap:20px;justify-content:center;padding:20px 10px;text-transform:uppercase}.shoppingCartEmpty button{background-color:#000;border:none;color:#fff;cursor:pointer;font-weight:600;padding:10px 20px;text-transform:uppercase}.shoppingCartEmpty button a{color:#fff;text-decoration:none}.shoppingBagTotal{border:1px solid #000;display:flex;gap:25px;height:auto;padding:40px}.shoppingBagTotalTable{width:100%}.shoppingBagTotalTable tr{border-bottom:1px solid #e4e4e4}.shoppingBagTotalTable th{border-bottom:1px solid #e4e4e4;font-size:14px;font-weight:500;padding:20px 10px;text-transform:uppercase}.shoppingBagTotalTable td{font-size:14px;font-weight:500;padding:20px 0;text-align:center}.shoppingBagTotal button{align-self:center;background-color:#000;border:none;color:#fff;cursor:pointer;font-weight:600;height:30%;padding:14px 10px;text-transform:uppercase;width:30%}.shoppingBagTotal button:disabled{cursor:not-allowed;opacity:.5}.shopCartFooter{margin-top:20px}.shopCartFooterContainer{display:flex;justify-content:space-between;width:100%}.shopCartFooterContainer form{border:2px solid #e4e4e4;display:flex;gap:10px}.shopCartFooterContainer form input{border:none;height:50px;outline:none;padding:0 20px}.shopCartFooterContainer form button{background-color:#fff}.shopCartFooterContainer form button,.shopCartFooterbutton{border:none;cursor:pointer;font-size:14px;font-weight:600;padding:0 20px;text-transform:uppercase}.shopCartFooterbutton{background-color:#000;color:#fff}.shoppingBagTableMobile{display:none}.checkoutSection{display:flex;gap:50px}.checkoutDetailsSection{flex:1 1}.checkoutDetailsSection h4{font-size:20px;font-weight:500;margin-bottom:20px;text-transform:uppercase}.checkoutDetailsForm form{display:flex;flex-direction:column;gap:30px}.checkoutDetailsForm input{border:2px solid #e4e4e4;height:52px;outline-color:#000;padding:0 20px}.checkoutDetailsForm select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 20 20"><path fill="%23000000" stroke-width="0" d="M14.17 6.17l-4.17 4.17-4.17-4.17-1.83 1.83 6 6 6-6z"/></svg>');background-position:right 8px top 50%;background-repeat:no-repeat;background-size:20px 20px;border:2px solid #e4e4e4;height:52px;outline:none;outline-color:#000;padding:0 20px}.checkoutDetailsForm textarea{border:2px solid #e4e4e4;outline-color:#000;padding:10px 20px}.checkoutDetailsForm button{background-color:#000;border:none;color:#fff;cursor:pointer;font-weight:600;height:auto;padding:20px 10px;text-transform:uppercase}.checkoutDetailsFormRow{display:flex;gap:20px}.checkoutDetailsFormRow input{width:50%}.checkoutDetailsFormCheck{display:flex;flex-direction:column;gap:20px}.checkoutDetailsFormCheck label{align-items:center;display:flex}.checkoutDetailsFormCheck label p{font-size:14px;text-transform:uppercase}.checkoutDetailsFormCheck input{-webkit-appearance:none;appearance:none;border:2px solid #e4e4e4;cursor:pointer;display:inline-block;height:auto!important;margin-right:10px;outline:none;padding:6px!important;position:relative;vertical-align:middle}.checkoutDetailsFormCheck input:checked{border:2px solid #000}.checkoutDetailsFormCheck input:after{background-color:#000;content:"";display:block;height:8px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) scale(0);transition:transform .2s ease-in-out;width:8px}.checkoutDetailsFormCheck input:checked:after{transform:translate(-50%,-50%) scale(1)}.checkoutPaymentSection{display:flex;flex-direction:column;gap:25px;width:38%}.checkoutTotalContainer{border:1px solid #000;display:flex;flex-direction:column;gap:5px;padding:40px}.checkoutTotalContainer h3{font-size:16px;font-weight:500;margin-bottom:20px;text-transform:uppercase}.checkoutItems table{border-collapse:collapse;width:100%}.checkoutItems table th{border-bottom:1px solid #e4e4e4;font-size:14px;font-weight:500;padding:10px 0;text-align:left;text-transform:uppercase}.checkoutItems table td{color:#595858;font-size:14px;padding:12px 0}.checkoutItems table tbody{border-bottom:1px solid #e4e4e4}.checkoutTotal table{border-collapse:collapse;width:100%}.checkoutTotal table th{font-size:14px;font-weight:500;padding:10px 0;text-align:left;text-transform:uppercase}.checkoutTotal table td{font-size:14px;font-weight:500;padding:15px 0}.checkoutTotal table tr{border-bottom:1px solid #e4e4e4}.checkoutPaymentContainer{border:1px solid #e4e4e4;display:flex;flex-direction:column;gap:20px;padding:40px}.checkoutPaymentContainer label{align-items:first baseline;display:flex;gap:10px}.checkoutPaymentContainer input{-webkit-appearance:none;appearance:none;border:2px solid #e4e4e4;border-radius:50%;cursor:pointer;outline:none;padding:5px;position:relative}.checkoutPaymentContainer input:checked{border:2px solid #000}.checkoutPaymentContainer input:after{background-color:#000;border-radius:50%;content:"";display:block;height:6px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) scale(0);transition:transform .2s ease-in-out;width:6px}.checkoutPaymentContainer input:checked:after{transform:translate(-50%,-50%) scale(1)}.checkoutPaymentMethod{display:flex;flex-direction:column;gap:10px}.checkoutPaymentMethod span{font-size:16px;font-weight:500}.checkoutPaymentMethod p{font-size:14px}.policyText{font-size:12px;line-height:24px}.policyText a{color:#c32929;text-decoration:none}.checkoutPaymentSection button{background-color:#000;border:none;color:#fff;cursor:pointer;font-weight:600;padding:20px 10px;text-transform:uppercase}.orderComplete,.orderCompleteSection{align-items:center;display:flex;flex-direction:column}.orderComplete{gap:40px;width:80%}.orderCompleteMessage{align-items:center;display:flex;flex-direction:column;gap:10px;width:100%}.orderCompleteMessageImg{height:80px;width:80px}.orderCompleteMessageImg img{background:none!important;height:100%;width:100%}.orderCompleteMessage h3{font-size:35px;font-weight:500;text-align:center}.orderCompleteMessage p{color:#767676;font-size:14px}.orderInfo{align-items:center;border:2px dashed #000;display:flex;justify-content:space-between;width:100%}.orderInfoItem{display:flex;flex-direction:column;gap:10px;padding:40px}.orderInfoItem p{color:#767676;font-size:14px}.orderInfoItem h4{font-size:16px;font-weight:500}.orderTotalContainer{border:1px solid #000;display:flex;flex-direction:column;gap:5px;width:100%}.orderTotalContainer h3{font-size:16px;font-weight:500;padding:30px 40px;text-transform:uppercase}.orderItems{padding:0 40px}.orderItems table{border-collapse:collapse;width:100%}.orderItems table th{border-bottom:1px solid #e4e4e4;font-size:14px;font-weight:500;padding:10px 0;text-align:left;text-transform:uppercase}.orderItems table td{color:#595858;font-size:14px;padding:12px 0}.orderItems table tbody{border-bottom:1px solid #e4e4e4}.orderTotal{padding:0 40px 40px}.orderTotal table{border-collapse:collapse;width:100%}.orderTotal table th{font-size:14px;font-weight:500;padding:10px 0;text-align:left;text-transform:uppercase}.orderTotal table td{font-size:14px;font-weight:500;padding:15px 0}.orderTotal table tr{border-bottom:1px solid #e4e4e4}.loaderOverlay{align-items:center;background:#fffc;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.loader{height:450px}@media screen and (max-width:1210px){.shoppingBagTableSection{overflow-x:auto;width:100%}.shoppingBagTable{font-size:13px;min-width:700px}.shoppingBagTable td,.shoppingBagTable th{padding:10px 5px}.shoppingBagTableImg{height:80px;width:80px}.shoppingCartSection{padding:30px 60px}.shoppingBagSection{flex-direction:column;gap:20px}.shoppingBagTotal{padding:20px;width:auto}}@media screen and (max-width:768px){.shoppingCartSection h2{font-size:30px}.shoppingCartTabsContainer{gap:20px}.shoppingCartTabs{flex-direction:column}.shoppingCartTabs button{border-bottom:none;border-left:2px solid #e4e4e4;padding:15px}.shoppingCartTabs button.active{border-bottom:none;border-left:2px solid #000}.shoppingCartTabs.cartTab1:after,.shoppingCartTabs.cartTab2:after,.shoppingCartTabs.cartTab3:after{background-color:#000;bottom:0;content:"";left:0;position:absolute;top:0;width:2px}.shoppingCartTabs.cartTab1:after{height:28%}.shoppingCartTabs.cartTab2:after{height:66.66%}.shoppingCartTabs.cartTab3:after{height:100%}.shopCartFooter{margin-bottom:50px}.checkoutSection{flex-direction:column;gap:20px}.checkoutPaymentSection,.orderComplete{width:100%}.orderInfo{align-items:flex-start;flex-direction:column;gap:20px;padding:40px 0}.orderInfoItem{padding:0 40px}.shoppingBagTotal{display:flex;flex-direction:column}}@media screen and (max-width:450px){.shoppingCartSection{padding:30px 15px}.shoppingCartSection h2{font-size:25px}.shoppingBagTable{display:none}.shoppingBagTableMobile{display:block}.shoppingBagTableMobileItems{align-items:center;border-bottom:.5px solid #e4e4e4;border-top:1px solid #e4e4e4;display:flex;gap:20px;padding:20px 0}.shoppingBagTableMobileItemsImg{height:100px;width:100px}.shoppingBagTableMobileItemsImg img{height:100%;object-fit:cover;object-position:top;width:100%}.shoppingBagTableMobileItemsDetail{align-items:center;display:flex;justify-content:space-between;width:70%}.shoppingBagTableMobileItemsDetailMain{display:flex;flex-direction:column;gap:5px}.shoppingBagTableMobileItemsDetailMain h4{font-size:16px;font-weight:400}.shoppingBagTableMobileItemsDetailMain a{color:#000;text-decoration:none}.shoppingBagTableMobileItemsDetailMain p{color:#767676;font-size:14px}.shoppingBagTableMobileItemsDetailMain span{font-size:16px;font-weight:500}.shoppingBagTableMobileQuantity{align-items:center;display:flex;gap:10px;width:70px}.shoppingBagTableMobileQuantity button{background:none;border:none;cursor:pointer;font-size:16px}.shoppingBagTableMobileQuantity input{border:none;height:20px;outline:none;text-align:center;width:20px}.shoppingBagTableMobileItemsDetailTotal{align-items:flex-end;display:flex;flex-direction:column;gap:65px}.shoppingBagTableMobileItemsDetailTotal p{font-size:16px;font-weight:500}.shopCartFooterContainer{flex-direction:column;gap:10px}.shopCartFooterContainer form{justify-content:space-between}.shopCartFooterContainer form button,.shopCartFooterContainer form input{padding:0 20px}.shopCartFooterbutton{padding:15px 20px;width:50%}.checkoutDetailsFormRow{flex-direction:column;gap:30px}.checkoutDetailsFormRow input{width:auto}.checkoutPaymentContainer,.checkoutTotalContainer{padding:20px}.shopCartFooterContainer form button{font-size:12px;padding:0 10px}}@media screen and (max-width:320px){.shoppingBagTableMobileItemsDetailMain h4{font-size:14px}.shopCartFooterContainer form{gap:0}.shopCartFooterContainer form button{padding:0 5px}}.shoppingBagTable td[data-label=Price],.subtotal-price{text-align:center}.subtotal-price{font-weight:500}.close-icon{cursor:pointer}.shopCartFooter{border-bottom:none;padding:20px 0}.color-picker-circle{-webkit-appearance:none!important;appearance:none!important;background:none!important;border:none!important;height:30px!important;margin:0!important;outline:none!important;padding:0!important;width:30px!important}.color-picker-circle::-webkit-color-swatch-wrapper{border:none!important;border-radius:50%!important;padding:0!important}.color-picker-circle::-webkit-color-swatch{border:none!important;border-radius:50%!important}.color-picker-circle::-moz-color-swatch{border:none!important;border-radius:50%!important}@media screen and (max-width:900px){.shoppingBagTotal{flex-direction:column;overflow-x:auto;padding:20px;width:100%}.shoppingBagTotalTable{font-size:13px;min-width:400px}.shoppingBagTotalTable td,.shoppingBagTotalTable th{padding:10px 5px}.shoppingBagTotal button{margin-top:15px;padding:15px 5px;width:100%}}@media screen and (max-width:450px){.shoppingBagTotal{box-sizing:border-box;flex-direction:column;margin-bottom:16px;max-width:90vw;padding:7px;width:95vw}.shoppingBagTotalTable{font-size:12px;min-width:270px}.shoppingBagTotalTable td,.shoppingBagTotalTable th{padding:8px 1px}.shoppingBagTotal button{font-size:13px;margin-top:10px;padding:12px 3px;width:100%}}.bar-spinner{display:inline-block;height:80px;position:relative;width:80px}.loader{left:50%;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:9999}.bar-spinner-bar{animation:bar-spinner-fade 1.2s linear infinite;background:#222;border-radius:3px;height:20px;left:38px;opacity:.2;position:absolute;top:10px;transform-origin:3px 30px;width:6px}.bar-spinner-bar:first-child{animation-delay:-1.1s;background:#222;opacity:1;transform:rotate(0deg)}.bar-spinner-bar:nth-child(2){animation-delay:-1s;background:#333;transform:rotate(30deg)}.bar-spinner-bar:nth-child(3){animation-delay:-.9s;background:#444;transform:rotate(60deg)}.bar-spinner-bar:nth-child(4){animation-delay:-.8s;background:#555;transform:rotate(90deg)}.bar-spinner-bar:nth-child(5){animation-delay:-.7s;background:#666;transform:rotate(120deg)}.bar-spinner-bar:nth-child(6){animation-delay:-.6s;background:#888;transform:rotate(150deg)}.bar-spinner-bar:nth-child(7){animation-delay:-.5s;background:#666;transform:rotate(180deg)}.bar-spinner-bar:nth-child(8){animation-delay:-.4s;background:#555;transform:rotate(210deg)}.bar-spinner-bar:nth-child(9){animation-delay:-.3s;background:#444;transform:rotate(240deg)}.bar-spinner-bar:nth-child(10){animation-delay:-.2s;background:#333;transform:rotate(270deg)}.bar-spinner-bar:nth-child(11){animation-delay:-.1s;background:#222;transform:rotate(300deg)}.bar-spinner-bar:nth-child(12){animation-delay:0s;background:#000;transform:rotate(330deg)}@keyframes bar-spinner-fade{0%{opacity:1}to{opacity:.2}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, 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")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.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{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.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{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width: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{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.services{grid-gap:40px;display:grid;grid-template-columns:1fr 1fr 1fr;justify-items:center;margin:80px 0;padding:0 160px}.serviceBox{align-items:center;display:flex;flex:0 0 auto;flex-direction:column}.services h3{font-weight:500;text-align:center;text-transform:uppercase}.services p{color:#767676;text-align:center}.serviceIcon{margin-bottom:20px}@media screen and (max-width:1210px){.services{padding:0 60px}}@media screen and (max-width:450px){.services{grid-template-columns:1fr;padding:0 15px}}.aboutSection{background:linear-gradient(135deg,#faf9f6,#f5f4f1);box-shadow:0 8px 32px #00000014;margin:32px 0;overflow:hidden;padding:0 160px}.aboutSection,.heroHeader{display:flex;flex-direction:column;position:relative}.heroHeader{align-items:center;padding:50px 30px 30px}.aboutSection h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#000,#333);-webkit-background-clip:text;background-clip:text;font-size:42px;font-weight:700;letter-spacing:2px;margin:0;text-align:center;text-transform:uppercase}.headerAccent{background:linear-gradient(90deg,#000,#333);border-radius:2px;height:4px;margin-top:15px;width:80px}.aboutSection img{align-self:center;background:#f8f8f8;border:1px solid #ececec;border-radius:14px;box-shadow:0 4px 24px #0000001a;height:auto;margin-bottom:40px;max-width:1050px;object-fit:cover;width:100%}.aboutContent{display:flex;flex-direction:column;gap:40px;padding:20px 100px 60px}.storySection{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #d4af371a;border-radius:20px;box-shadow:0 4px 20px #0000000d;padding:40px}.aboutContent h4{color:#000;font-size:28px;font-weight:600;margin-bottom:20px;position:relative;text-transform:uppercase}.aboutContent h4:after{background:linear-gradient(90deg,#000,#333);border-radius:2px;bottom:-8px;content:"";height:3px;left:0;position:absolute;width:50px}.aboutContent h5{color:#333;font-size:18px;font-style:italic;font-weight:500;line-height:32px;margin-bottom:20px}.aboutContent p{color:#000;font-size:16px;font-weight:400;line-height:32px;text-align:justify}.content2{align-items:center;display:flex;gap:40px}.companyInfo{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:1px solid #d4af371a;border-radius:20px;box-shadow:0 6px 25px #00000014;padding:40px}.sectionHeader{display:flex;flex-direction:column;margin-bottom:25px}.textContent h5{color:#000;font-size:24px;font-weight:600;margin-bottom:10px}.textContent p{color:#000;font-size:16px;font-weight:400;line-height:32px;text-align:justify}.companyPartners{padding:0 250px}.companyPartners h5{font-size:18px;font-weight:600;margin-bottom:40px;padding-left:10px}.aboutBrands{align-items:center;display:flex;justify-content:center;margin-bottom:20px;width:100%}.aboutBrands img{background:none!important;height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}@media screen and (max-width:1210px){.aboutSection{padding:0 60px}.heroHeader{padding:40px 20px 20px}.aboutSection h2{font-size:36px}.aboutContent{padding:20px 0 40px}.content2{flex-wrap:wrap;gap:20px}.companyPartners{padding:0 60px}.companyPartners h5{padding-left:0}}@media screen and (max-width:450px){.aboutSection{border-radius:16px;padding:0 15px}.heroHeader{padding:30px 15px 15px}.aboutSection h2{font-size:28px;letter-spacing:1px}.aboutContent{padding:15px 0 30px}.storySection{padding:25px}.aboutContent h3{font-size:24px}.aboutContent h4{font-size:16px;line-height:28px}.aboutContent p{font-size:14px;line-height:28px}.contentBox{padding:25px}.textContent h5{font-size:20px}.companyInfo{padding:25px}.content2{flex-wrap:wrap;gap:20px}.companyPartners{padding:0 15px}}.OrderList_container__j3gKj{background:#fff;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;height:70vh;margin:5px;min-height:100vh;overflow:hidden;padding:.4rem;width:100%}.OrderList_header__s8InU{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.OrderList_title__KMPBB{color:#000;font-size:clamp(1.5rem,4vw,2rem);font-weight:600;margin:0}.OrderList_addButton__vhcpV{align-items:center;background-color:#000;border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;letter-spacing:.5px;padding:.75rem 1.5rem;text-transform:uppercase;transition:all .2s}.OrderList_addButton__vhcpV:hover{background-color:#333;transform:translateY(-1px)}.OrderList_addButton__vhcpV:active{transform:translateY(0)}.OrderList_filters__WyaGo{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.OrderList_filterGroup__CBX5k{display:flex;flex:1 1;flex-direction:column;gap:.5rem;min-width:200px}.OrderList_filterLabel__wMkCj{color:#333;font-size:.875rem;font-weight:520}.OrderList_searchInput__fynLx,.OrderList_select__H3Ypw{background-color:#fff;border:1px solid #ddd;border-radius:.5rem;box-sizing:border-box;color:#000;font-size:.875rem;padding:.75rem;transition:border-color .2s;width:100%}.OrderList_searchInput__fynLx:focus,.OrderList_select__H3Ypw:focus{border-color:#000;outline:none}.OrderList_searchInput__fynLx{min-width:250px}@media (max-width:768px){.OrderList_searchInput__fynLx{min-width:auto}}.OrderList_tableContainer__9xU0N{-webkit-overflow-scrolling:touch;border:1px solid #e0e0e0;border-radius:.5rem;flex:1 1;height:auto;max-height:none;min-height:0;overflow-x:auto;overflow-y:visible}.OrderList_table__imdvj{border-collapse:collapse;min-width:900px;width:100%}.OrderList_tableHeader__qDiYw{background-color:#f8f9fa}.OrderList_tableHeader__qDiYw th{border-bottom:1px solid #e0e0e0;color:#666;font-size:clamp(11px,2vw,13px);font-weight:400;letter-spacing:.5px;padding:.75rem .5rem;text-transform:uppercase;white-space:nowrap}.OrderList_tableRow__HwS0X{border-bottom:1px solid #eee;transition:background-color .2s}.OrderList_tableRow__HwS0X td{text-align:center}.OrderList_tableRow__HwS0X:hover{background:#f9f9fb}.OrderList_tableRow__HwS0X:last-child{border-bottom:none}.OrderList_tableCell__tcdTy{border-bottom:1px solid #f0f0f0;color:#333;font-size:clamp(.75rem,2vw,.875rem);padding:.75rem .5rem;vertical-align:middle;word-break:break-word}.OrderList_orderId__NGQn7{color:#000;font-family:Courier New,monospace;font-weight:600}.OrderList_customerInfo__g2rLj{display:flex;flex-direction:column;gap:.25rem}.OrderList_customerName__h5jXB{color:#000;font-weight:500}.OrderList_customerPhone__VLZ4l{color:#666;font-size:.8rem}.OrderList_status__QpNMG{border-radius:2rem;display:inline-block;font-size:clamp(.6rem,1.5vw,.75rem);font-weight:600;letter-spacing:.5px;min-width:70px;padding:.4rem .8rem;text-align:center;text-transform:uppercase}.OrderList_statusPending__PJ68Z{background-color:#fff3cd;border:1px solid #ffeaa7;color:#856404}.OrderList_statusProcessing__FSVml{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.OrderList_statusShipped__CIIVk{background-color:#d1ecf1;border:1px solid #bee5eb;color:#0c5460}.OrderList_statusDelivered__FeKP3{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.OrderList_statusCancelled__Pb8jh{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.OrderList_divider__q\+u1z{border:none;border-top:1px solid #e0e0e0;margin:0 0 24px;width:100%}.OrderList_price__TUeJh{color:#000;font-size:1rem;font-weight:600}.OrderList_actions__Hw4lJ{display:flex;gap:.5rem}.OrderList_actionButton__sR0vD{border:none;border-radius:.375rem;cursor:pointer;font-size:.75rem;font-weight:500;letter-spacing:.5px;padding:.5rem 1rem;text-transform:uppercase;transition:all .2s}.OrderList_viewButton__QnUzF{background-color:#f8f9fa;border:1px solid #dee2e6;color:#495057}.OrderList_viewButton__QnUzF:hover{background-color:#e9ecef}.OrderList_editButton__hsbn8{background-color:#000;color:#fff}.OrderList_editButton__hsbn8:hover{background-color:#333}.OrderList_emptyState__AmdHP{color:#666;padding:2rem 1rem;text-align:center}.OrderList_emptyStateIcon__TJZCh{font-size:clamp(2rem,5vw,3rem);margin-bottom:1rem;opacity:.5}.OrderList_emptyStateText__A9QrS{font-size:clamp(1rem,3vw,1.125rem);margin-bottom:.5rem}.OrderList_emptyStateSubtext__T34zG{color:#999;font-size:clamp(.875rem,2.5vw,1rem)}.OrderList_paginationRow__NsrbO{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-top:8px;padding:18px 0}.OrderList_paginationBtn__6Aey2{background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#222;cursor:pointer;font-size:clamp(.875rem,2vw,1rem);font-weight:500;padding:6px 12px;transition:background .15s,border .15s;white-space:nowrap}.OrderList_paginationBtn__6Aey2:hover{background:#f5f6fa}.OrderList_paginationNumbers__t8C1N{align-items:center;display:flex;gap:4px}.OrderList_activePage__E8kOh,.OrderList_pageNum__sgUaq{background:#e5e5e5;border-radius:6px;color:#222;cursor:pointer;font-size:clamp(.875rem,2vw,1rem);font-weight:500;min-width:32px;padding:6px 10px;text-align:center;transition:background .15s}.OrderList_pageNum__sgUaq:hover{background:#f5f6fa}.OrderList_activePage__E8kOh{background:#000;color:#fff}.OrderList_pageButton__2gD4g{background-color:#fff;border:1px solid #ddd;border-radius:.375rem;color:#333;cursor:pointer;padding:.5rem 1rem;transition:all .2s}.OrderList_pageButton__2gD4g:hover{background-color:#f8f9fa;border-color:#000}.OrderList_pageButton__2gD4g.OrderList_active__8HGaF{background-color:#000;border-color:#000;color:#fff}.OrderList_pageButton__2gD4g:disabled{cursor:not-allowed;opacity:.5}.OrderList_pageInfo__-WBsi{color:#666;font-size:.875rem}.OrderList_actionMenu__HjCen{display:inline-block;position:relative}.OrderList_menuButton__vSoat{align-items:center;background:none;border:none;border-radius:.25rem;color:#666;cursor:pointer;display:flex;font-size:1.2rem;height:32px;justify-content:center;padding:.5rem;transition:all .2s;width:32px}.OrderList_menuButton__vSoat:hover{background-color:#f5f5f5;color:#000}.OrderList_dropdown__tY1oF{background-color:#fff;border:1px solid #e0e0e0;border-radius:.5rem;box-shadow:0 4px 12px #00000026;max-height:300px;min-width:160px;overflow-y:auto;padding:.5rem 0;position:absolute;right:0;top:100%;z-index:1000}@media (max-width:768px){.OrderList_dropdown__tY1oF{max-width:200px;min-width:140px;right:-20px}}.OrderList_dropdownSection__XmX2i{padding:.25rem 0}.OrderList_dropdownLabel__S9UrK{border-bottom:1px solid #f0f0f0;color:#666;display:block;font-size:.75rem;font-weight:600;letter-spacing:.5px;margin-bottom:.25rem;padding:.5rem 1rem;text-transform:uppercase}.OrderList_dropdownItem__lkG2Q{background:none;border:none;color:#333;cursor:pointer;display:block;font-size:.875rem;padding:.5rem 1rem;text-align:left;transition:background-color .2s;width:100%}.OrderList_dropdownItem__lkG2Q:hover{background-color:#f8f9fa}.OrderList_deleteItem__atxFJ{color:#dc3545}.OrderList_deleteItem__atxFJ:hover{background-color:#fff5f5}.OrderList_dropdownDivider__40UxH{background-color:#e9ecef;height:1px;margin:.5rem 0}.OrderList_overlay__lXMK0,.OrderList_popupOverlay__l0BES{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.OrderList_popup__bSyod{background:#fff;border-radius:12px;box-shadow:0 20px 60px #00000026;box-sizing:border-box;margin:1rem;max-width:500px;min-width:300px;padding:24px;width:90%}.OrderList_popup__bSyod h4{color:#000;font-size:20px;font-weight:600;margin:0 0 24px}.OrderList_deleteMessage__1zykh{color:#666;font-size:14px;line-height:1.5;margin-bottom:24px}.OrderList_popupActions__yX8ek{display:flex;gap:12px;justify-content:flex-end}.OrderList_cancelBtn__-Kb5H,.OrderList_deleteBtn__H\+j\+z{border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .2s}.OrderList_cancelBtn__-Kb5H{background:#f5f5f5;color:#666}.OrderList_cancelBtn__-Kb5H:hover{background:#e0e0e0}.OrderList_deleteBtn__H\+j\+z{background:#f44336;color:#fff}.OrderList_deleteBtn__H\+j\+z:hover{background:#d32f2f}.OrderList_snackbar__H09bL{align-items:center;animation:OrderList_slideIn__T31L7 .3s ease-out;background-color:#333;border-radius:.5rem;bottom:1rem;box-shadow:0 4px 12px #00000026;box-sizing:border-box;color:#fff;display:flex;gap:1rem;max-width:90vw;min-width:280px;padding:1rem 1.5rem;position:fixed;right:1rem;z-index:1500}.OrderList_snackbarMessage__V5FP7{flex:1 1;font-size:.875rem}.OrderList_snackbarClose__7bRc5{background:none;border:none;border-radius:.25rem;color:#fff;cursor:pointer;font-size:1rem;padding:.25rem;transition:background-color .2s}.OrderList_snackbarClose__7bRc5:hover{background-color:#ffffff1a}@keyframes OrderList_slideIn__T31L7{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@media (max-width:1024px){.OrderList_container__j3gKj{margin:0;padding:.75rem}.OrderList_filters__WyaGo{gap:1rem}.OrderList_filterGroup__CBX5k{min-width:180px}.OrderList_table__imdvj{min-width:800px}.OrderList_tableCell__tcdTy,.OrderList_tableHeader__qDiYw th{padding:.6rem .4rem}}@media (max-width:768px){.OrderList_container__j3gKj{border-radius:0;margin:0;padding:.5rem}.OrderList_header__s8InU{align-items:flex-start;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.OrderList_title__KMPBB{font-size:1.5rem}.OrderList_addButton__vhcpV{justify-content:center;padding:.875rem 1.5rem;width:100%}.OrderList_filters__WyaGo{flex-direction:column;gap:1rem;margin-bottom:1.5rem}.OrderList_filterGroup__CBX5k{min-width:auto;width:100%}.OrderList_tableContainer__9xU0N{border-left:none;border-radius:0;border-right:none;margin:0 -.5rem}.OrderList_table__imdvj{min-width:700px}.OrderList_tableHeader__qDiYw th{font-size:10px;padding:.5rem .25rem}.OrderList_tableCell__tcdTy{font-size:.75rem;padding:.5rem .25rem}.OrderList_orderId__NGQn7{font-size:.7rem}.OrderList_customerName__h5jXB{font-size:.75rem}.OrderList_customerPhone__VLZ4l{font-size:.7rem}.OrderList_status__QpNMG{font-size:.6rem;min-width:60px;padding:.3rem .6rem}.OrderList_price__TUeJh{font-size:.8rem}.OrderList_actions__Hw4lJ{flex-direction:column}.OrderList_menuButton__vSoat{font-size:1rem;height:28px;width:28px}.OrderList_paginationRow__NsrbO{align-items:center;flex-direction:column;gap:1rem}.OrderList_paginationNumbers__t8C1N{order:-1}.OrderList_paginationBtn__6Aey2{font-size:.875rem;padding:8px 16px}.OrderList_activePage__E8kOh,.OrderList_pageNum__sgUaq{font-size:.875rem;min-width:36px;padding:8px}.OrderList_emptyState__AmdHP{padding:2rem .5rem}.OrderList_popup__bSyod{margin:.5rem;min-width:280px;padding:1.5rem}.OrderList_popupActions__yX8ek{flex-direction:column-reverse;gap:.75rem}.OrderList_cancelBtn__-Kb5H,.OrderList_deleteBtn__H\+j\+z{font-size:16px;padding:12px 20px;width:100%}.OrderList_snackbar__H09bL{bottom:.5rem;left:.5rem;min-width:auto;padding:.875rem 1rem;right:.5rem}.OrderList_snackbarMessage__V5FP7{font-size:.8rem}}@media (max-width:480px){.OrderList_container__j3gKj{padding:.25rem}.OrderList_header__s8InU{gap:.75rem;margin-bottom:1rem}.OrderList_title__KMPBB{font-size:1.375rem}.OrderList_filters__WyaGo{margin-bottom:1rem}.OrderList_table__imdvj{min-width:600px}.OrderList_tableHeader__qDiYw th{font-size:9px;padding:.375rem .125rem}.OrderList_tableCell__tcdTy{font-size:.7rem;padding:.375rem .125rem}.OrderList_status__QpNMG{font-size:.55rem;min-width:50px;padding:.25rem .5rem}.OrderList_emptyStateIcon__TJZCh{font-size:2rem}.OrderList_emptyStateText__A9QrS{font-size:1rem}.OrderList_popup__bSyod{margin:.25rem;padding:1rem}.OrderList_popup__bSyod h4{font-size:18px;margin-bottom:16px}.OrderList_deleteMessage__1zykh{font-size:13px;margin-bottom:20px}}@media (max-width:1024px) and (orientation:landscape){.OrderList_tableContainer__9xU0N{height:auto;max-height:none;overflow-y:visible}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.OrderList_table__imdvj{border-spacing:0}.OrderList_tableCell__tcdTy,.OrderList_tableHeader__qDiYw th{border-width:.5px}}.AddProduct_mainWrapper__p-Q3n{background-color:#f5f6fa;box-sizing:border-box;min-height:100vh;padding:20px;width:100%}.AddProduct_container__dyX10{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0 auto;max-width:1400px;width:100%}.AddProduct_header__Tt42B{border-radius:10px;margin-bottom:10px;padding:10px}.AddProduct_backButton__U-JGj{background:none;border:none;border-radius:8px;cursor:pointer;font-size:24px;padding:8px;transition:background .2s}.AddProduct_backButton__U-JGj:hover{background:#f0f0f0}.AddProduct_title__TOBnb{color:#333;font-size:24px;font-weight:600;margin:0}.AddProduct_deleteButton__ODZ6z{background:none;border:none;border-radius:8px;cursor:pointer;font-size:20px;padding:8px;transition:background .2s}.AddProduct_deleteButton__ODZ6z:hover{background:#f0f0f0}.AddProduct_content__nYa8I{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr;margin-bottom:20px}.AddProduct_leftColumn__WxVxI,.AddProduct_rightColumn__V25wu{display:flex;flex-direction:column;gap:20px}.AddProduct_section__UeET7{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:22px}.AddProduct_sectionTitle__5tBPp{color:#333;font-size:18px;font-weight:600;margin:0 0 20px}.AddProduct_field__Zh8Zr{margin-bottom:20px}.AddProduct_label__f0BEv{color:#555;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.AddProduct_inputColor__H-ljS,.AddProduct_input__RlhZd,.AddProduct_select__0ttZ1,.AddProduct_textarea__rlPXS{background:#fff;border:1px solid #e1e5e9;border-radius:8px;box-sizing:border-box;font-size:14px;padding:12px 16px;transition:border-color .2s,box-shadow .2s;width:100%}.AddProduct_inputColor__H-ljS{height:60%;padding:2px 16px}.AddProduct_input__RlhZd:focus,.AddProduct_select__0ttZ1:focus,.AddProduct_textarea__rlPXS:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a;outline:none}.AddProduct_textarea__rlPXS{min-height:200px;resize:vertical}.AddProduct_uploadBtn__MceLZ{background:#f8f9ff;border:1px solid #e1e5e9;border-radius:6px;color:#666;cursor:pointer;font-size:12px;margin-top:8px;padding:8px 12px}.AddProduct_availabilityList__2YTnj{color:#666;font-size:14px;margin:0;padding-left:20px}.AddProduct_availabilityList__2YTnj li{margin-bottom:8px}.AddProduct_imageUploadGrid__HKQ5T{grid-gap:16px;display:grid;gap:16px;grid-template-columns:2fr 1fr}.AddProduct_mainImageContainer__mPC2m{aspect-ratio:3/3;border:2px dashed #d1d5db;border-radius:12px;overflow:hidden;position:relative}.AddProduct_imageUploadPlaceholder__lF7RL{align-items:center;background:#fafbfc;color:#666;cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;transition:background .2s}.AddProduct_imageUploadPlaceholder__lF7RL:hover{background:#f3f4f6}.AddProduct_imageUploadPlaceholder__lF7RL p{font-size:14px;margin:8px 0 4px}.AddProduct_uploadIcon__Wfcco{font-size:48px;margin-bottom:12px;opacity:.6}.AddProduct_browseText__ezDaF{color:#4f46e5;font-size:14px;text-decoration:underline}.AddProduct_hiddenInput__e4DsD{display:none}.AddProduct_thumbnailGrid__1Md3C{display:flex;flex-direction:column;gap:12px}.AddProduct_thumbnailContainer__\+URqN{aspect-ratio:1;border:2px dashed #d1d5db;border-radius:8px;overflow:hidden;position:relative}.AddProduct_thumbnailPlaceholder__P-bVq{align-items:center;background:#fafbfc;cursor:pointer;display:flex;height:100%;justify-content:center;transition:background .2s}.AddProduct_thumbnailPlaceholder__P-bVq:hover{background:#f3f4f6}.AddProduct_thumbnailPlaceholder__P-bVq .AddProduct_uploadIcon__Wfcco{font-size:24px;margin:0}.AddProduct_imagePreviewContainer__PY3oh{height:100%;position:relative;width:100%}.AddProduct_mainImage__QLGJk,.AddProduct_thumbnail__OQSLx{height:100%;object-fit:cover;width:100%}.AddProduct_removeImageBtn__HkKwa{align-items:center;background:#0009;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:16px;height:24px;justify-content:center;position:absolute;right:8px;top:8px;transition:background .2s;width:24px}.AddProduct_removeImageBtn__HkKwa:hover{background:#000c}.AddProduct_sizeSection__WAIHt{display:flex;flex-direction:column;gap:16px}.AddProduct_sizeInputRow__jXLCl{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.AddProduct_sizePills__q2SfZ{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.AddProduct_sizePill__GEIdq{background:#f3f4f6;border:1px solid #d1d5db;border-radius:20px;cursor:pointer;font-size:12px;padding:8px 16px;transition:all .2s}.AddProduct_sizePillSelected__4G2Qm{background:#4f46e5;border:1px solid #4f46e5;border-radius:20px;color:#fff;cursor:pointer;font-size:12px;padding:8px 16px}.AddProduct_sizePill__GEIdq:hover{background:#e5e7eb}.AddProduct_quantitySection__txOcU{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.AddProduct_stockList__tsDNE{display:flex;flex-direction:column;gap:8px;margin-top:12px}.AddProduct_stockItem__FQlk7{align-items:center;background:#f8f9fa;border-radius:6px;display:flex;font-size:14px;justify-content:space-between;padding:8px 12px}.AddProduct_removeButton__Iiklf{background:none;border:none;border-radius:50%;color:#dc3545;cursor:pointer;font-size:16px;padding:4px;transition:background .2s}.AddProduct_removeButton__Iiklf:hover{background:#f8d7da}.AddProduct_actionButtons__Bejxr{border-radius:12px;display:flex;gap:16px;justify-content:flex-end}.AddProduct_addProductBtn__C2\+rT{background:#4f46e5;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:14px 28px;transition:background .2s}.AddProduct_addProductBtn__C2\+rT:hover{background:#4338ca}.AddProduct_saveProductBtn__RDVZQ{background:#000;border:1px solid #d1d5db;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:14px 28px;transition:background .2s,border-color .2s}.AddProduct_saveProductBtn__RDVZQ:hover{background:#000;color:#fff}.AddProduct_saveProductBtn__RDVZQ:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.AddProduct_discardBtn__yUWHK{background:#9a9c9f;border:1px solid #d1d5db;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:14px 28px;transition:background .2s,border-color .2s}.AddProduct_discardBtn__yUWHK:hover{background:#5e5e5e}.AddProduct_addStockBtn__JnGqi{background:#9a9c9f;border:1px solid #d1d5db;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;height:45px;margin-top:25px;transition:background .2s;width:100%}.AddProduct_addStockBtn__JnGqi:hover{background:#5e5e5e}@media (max-width:1024px){.AddProduct_mainWrapper__p-Q3n{padding:15px}.AddProduct_content__nYa8I,.AddProduct_imageUploadGrid__HKQ5T,.AddProduct_quantitySection__txOcU,.AddProduct_sizeInputRow__jXLCl{grid-template-columns:1fr}}@media (max-width:640px){.AddProduct_mainWrapper__p-Q3n{padding:10px}.AddProduct_header__Tt42B{padding:15px}.AddProduct_section__UeET7{padding:20px}.AddProduct_actionButtons__Bejxr{flex-direction:column}.AddProduct_actionButtons__Bejxr button{width:100%}.AddProduct_sizeInputRow__jXLCl{flex-direction:column}}.AddProduct_imagePreview__fUDFU{border-radius:6px;box-shadow:0 1px 4px #00000014;display:block;margin-top:8px;max-width:100px}.AddProduct_otherImagesPreviewGroup__snhR\+{display:flex;gap:8px;margin-top:8px}.AddProduct_otherImagePreview__BOz0j{border-radius:6px;box-shadow:0 1px 4px #00000014;max-width:70px}.CategoryList_wrapper__Rv-zR{background:#fff;border-radius:8px;margin:5px;min-height:66vh;padding:15px}.CategoryList_headerRow__4yDSR{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:32px}.CategoryList_titleSection__\+QeY8{display:flex;flex-direction:column;gap:4px}.CategoryList_title__tw7p2{color:#000;font-size:24px;font-weight:600;margin:0}.CategoryList_subtitle__rDela,.CategoryList_totalCount__c7Yg3{color:#666;font-size:14px;margin:0}.CategoryList_addBtn__tx3hF{background:#000;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:15px;font-weight:500;padding:12px 20px;transition:background-color .2s}.CategoryList_addBtn__tx3hF:hover{background:#333}.CategoryList_tableWrapper__VB40V{border:none;border-radius:8px;margin-top:30px;overflow:hidden}.CategoryList_table__u9aQ8{background:#fff;border-collapse:collapse;width:100%}.CategoryList_table__u9aQ8 thead{background:#f8f9fa}.CategoryList_table__u9aQ8 th{border-bottom:1px solid #e0e0e0;color:#666;font-size:14px;font-weight:500;padding:16px;text-align:left}.CategoryList_table__u9aQ8 tr:hover{background:#f9f9fb}.CategoryList_table__u9aQ8 td{border-bottom:1px solid #f0f0f0;padding:16px}.CategoryList_numberColumn__78xxl{width:60px}.CategoryList_categoryColumn__1\+Xko{width:auto}.CategoryList_actionColumn__jckfa{width:300px}.CategoryList_numberCell__PSLgJ{color:#666;font-size:14px}.CategoryList_numberBadge__fOrqB{background:#f0f0f0;border-radius:12px;color:#666;display:inline-block;font-size:12px;font-weight:500;min-width:20px;padding:4px;text-align:center}.CategoryList_categoryCell__AW6WI{color:#000;font-size:14px;font-weight:500}.CategoryList_actionCell__DSNZH{padding:12px 16px}.CategoryList_actionButtons__B2g7C{align-items:center;display:flex;gap:8px}.CategoryList_loader__nCyxe{align-items:center;display:flex;height:150px;justify-content:center}.CategoryList_divider__kzOks{border:none;border-top:1px solid #e0e0e0;margin:0 0 24px;width:100%}.CategoryList_popupOverlay__UNWLW{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.CategoryList_popup__UDzrf{background:#fff;border-radius:12px;box-shadow:0 20px 60px #00000026;max-width:500px;min-width:400px;padding:32px;width:90%}.CategoryList_popup__UDzrf h4{color:#000;font-size:20px;font-weight:600;margin:0 0 24px}.CategoryList_input__JDC1k{border:1px solid #e0e0e0;border-radius:8px;font-size:14px;margin-bottom:16px;outline:none;padding:12px;transition:border-color .2s;width:95%}.CategoryList_input__JDC1k:focus{border-color:#000}.CategoryList_error__nQVyO{background:#ffebee;border-radius:4px;color:#f44336;font-size:14px;margin-bottom:16px;padding:8px 12px}.CategoryList_popupActions__R8Fj6{display:flex;gap:12px;justify-content:flex-end}.CategoryList_actionIcon__9zy47{color:#888;cursor:pointer;font-size:1.1rem;margin-right:10px;transition:color .15s}.CategoryList_actionIcon__9zy47:last-child{margin-right:0}.CategoryList_actionIcon__9zy47:hover{color:#000}.CategoryList_cancelBtn__5kgAW,.CategoryList_saveBtn__2k1ok{border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .2s}.CategoryList_cancelBtn__5kgAW{background:#f5f5f5;color:#666}.CategoryList_cancelBtn__5kgAW:hover{background:#e0e0e0}.CategoryList_saveBtn__2k1ok{background:#000;color:#fff}.CategoryList_saveBtn__2k1ok:hover{background:#333}.CategoryList_deleteMessage__nWNIP{color:#666;font-size:14px;line-height:1.5;margin-bottom:24px}.CategoryList_deleteBtn__25KyC{background:#f44336;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .2s}.CategoryList_deleteBtn__25KyC:hover{background:#d32f2f}.CategoryList_paginationRow__E2eGf{align-items:center;background:#fff;bottom:0;display:flex;justify-content:space-between;margin-top:8px;padding:18px 0}.CategoryList_paginationBtn__l7bOq{background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#222;cursor:pointer;font-size:1rem;font-weight:500;padding:6px 18px;transition:background .15s,border .15s}.CategoryList_paginationBtn__l7bOq:hover{background:#f5f6fa}.CategoryList_paginationNumbers__e3xRp{align-items:center;display:flex;gap:4px}.CategoryList_activePage__titL1,.CategoryList_pageNum__KPhZW{background:#e5e5e5;border-radius:6px;color:#222;cursor:pointer;font-size:1rem;font-weight:500;padding:6px 12px;transition:background .15s}.CategoryList_pageNum__KPhZW:hover{background:#f5f6fa}.CategoryList_activePage__titL1{background:#000;color:#fff}@media (max-width:768px){.CategoryList_wrapper__Rv-zR{margin:0;padding:10px}.CategoryList_headerRow__4yDSR{align-items:flex-start;flex-direction:column;gap:16px;margin-bottom:20px}.CategoryList_title__tw7p2{font-size:20px}.CategoryList_addBtn__tx3hF{padding:14px 20px;width:100%}.CategoryList_tableWrapper__VB40V{margin-top:20px;overflow-x:auto}.CategoryList_table__u9aQ8{min-width:600px}.CategoryList_table__u9aQ8 td,.CategoryList_table__u9aQ8 th{font-size:13px;padding:12px 8px}.CategoryList_numberColumn__78xxl{width:40px}.CategoryList_actionColumn__jckfa{width:120px}.CategoryList_actionButtons__B2g7C{gap:12px}.CategoryList_popup__UDzrf{margin:20px;min-width:300px;padding:24px;width:95%}.CategoryList_popup__UDzrf h4{font-size:18px;margin-bottom:20px}.CategoryList_input__JDC1k{width:93%}.CategoryList_popupActions__R8Fj6{flex-direction:column;gap:8px}.CategoryList_cancelBtn__5kgAW,.CategoryList_deleteBtn__25KyC,.CategoryList_saveBtn__2k1ok{padding:12px 20px;width:100%}.CategoryList_paginationRow__E2eGf{flex-direction:column;gap:16px;padding:16px 0}.CategoryList_paginationNumbers__e3xRp{order:-1}}@media (max-width:480px){.CategoryList_wrapper__Rv-zR{padding:8px}.CategoryList_title__tw7p2{font-size:18px}.CategoryList_subtitle__rDela,.CategoryList_totalCount__c7Yg3{font-size:13px}.CategoryList_table__u9aQ8{min-width:500px}.CategoryList_table__u9aQ8 td,.CategoryList_table__u9aQ8 th{font-size:12px;padding:10px 6px}.CategoryList_categoryCell__AW6WI{font-size:13px}.CategoryList_numberBadge__fOrqB{font-size:11px;padding:3px}.CategoryList_actionIcon__9zy47{font-size:1rem}.CategoryList_popup__UDzrf{min-width:280px;padding:20px}.CategoryList_popup__UDzrf h4{font-size:16px}.CategoryList_input__JDC1k{padding:10px;width:92%}.CategoryList_activePage__titL1,.CategoryList_pageNum__KPhZW,.CategoryList_paginationBtn__l7bOq{font-size:14px;padding:8px 12px}}.ProductTable_wrapper__RauBG{background:#fff;border-radius:8px;margin:5px;min-height:66vh;padding:15px}.ProductTable_headerRow__ndtMV{align-items:center;display:flex;justify-content:space-between;margin-bottom:32px}.ProductTable_title__GSBF-{color:#000;font-size:24px;font-weight:600;margin:0}.ProductTable_headerActions__9ab48{display:flex;gap:10px}.ProductTable_addBtn__QNRtR,.ProductTable_filterBtn__HCyxG,.ProductTable_seeAllBtn__TT6E9{background:#f5f6fa;border:none;border-radius:6px;color:#222;cursor:pointer;font-size:.98rem;font-weight:500;outline:none;padding:7px 18px;transition:background .15s}.ProductTable_filterBtn__HCyxG:hover,.ProductTable_seeAllBtn__TT6E9:hover{background:#ececec}.ProductTable_addBtn__QNRtR{background:#000;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:15px;font-weight:500;margin-left:8px;padding:12px 20px;transition:background-color .2s}.ProductTable_addBtn__QNRtR:hover{background:#333}.ProductTable_tableWrapper__gjibw{border:none;border-radius:8px;margin-top:30px;overflow:hidden}.ProductTable_table__8wYmP{background:#fff;border-collapse:collapse;width:100%}.ProductTable_table__8wYmP thead{background-color:#f8f9fa}.ProductTable_table__8wYmP td,.ProductTable_table__8wYmP th{padding:16px;text-align:left}.ProductTable_loader__9Z4KA{align-items:center;display:flex;height:450px;justify-content:center}.ProductTable_table__8wYmP th{border-bottom:1px solid #e0e0e0;color:#666;font-size:14px;font-weight:500}.ProductTable_table__8wYmP td{border-bottom:1px solid #f0f0f0}.ProductTable_table__8wYmP tr{transition:background .15s}.ProductTable_table__8wYmP tr:hover{background:#f9f9fb}.ProductTable_productCell__Z0Ocm{align-items:center;color:#000;display:flex;font-size:14px;font-weight:500;gap:12px}.ProductTable_productImg__ICMeE{background:#fafafa;border:1px solid #eee;border-radius:7px;height:38px;object-fit:cover;width:38px}.ProductTable_actionIcon__bxE9P{color:#888;cursor:pointer;font-size:1.1rem;margin-right:10px;transition:color .15s}.ProductTable_actionIcon__bxE9P:last-child{margin-right:0}.ProductTable_actionIcon__bxE9P:hover{color:#000}.ProductTable_divider__S43Z-{border:none;border-top:1px solid #e0e0e0;margin:0 0 24px;width:100%}.ProductTable_paginationRow__TMW8Z{align-items:center;display:flex;justify-content:space-between;margin-top:8px;padding:18px 0}.ProductTable_paginationBtn__QyzpE{background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#222;cursor:pointer;font-size:1rem;font-weight:500;padding:6px 18px;transition:background .15s,border .15s}.ProductTable_paginationBtn__QyzpE:hover{background:#f5f6fa}.ProductTable_paginationNumbers__t8tNC{align-items:center;display:flex;gap:4px}.ProductTable_activePage__ceXSR,.ProductTable_pageNum__zwHpQ{background:#e5e5e5;border-radius:6px;color:#222;cursor:pointer;font-size:1rem;font-weight:500;padding:6px 12px;transition:background .15s}.ProductTable_pageNum__zwHpQ:hover{background:#f5f6fa}.ProductTable_activePage__ceXSR{background:#000;color:#fff}.ProductTable_popupOverlay__KsWh7{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.ProductTable_popup__qN5CD{background:#fff;border-radius:12px;box-shadow:0 20px 60px #00000026;max-width:500px;min-width:400px;padding:32px;width:90%}.ProductTable_popup__qN5CD h4{color:#000;font-size:20px;font-weight:600;margin:0 0 24px}.ProductTable_deleteMessage__B5uDb{color:#666;font-size:14px;line-height:1.5;margin-bottom:24px}.ProductTable_popupActions__QOudK{display:flex;gap:12px;justify-content:flex-end}.ProductTable_cancelBtn__UBvhF,.ProductTable_deleteBtn__oNyG9{border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .2s}.ProductTable_cancelBtn__UBvhF{background:#f5f5f5;color:#666}.ProductTable_cancelBtn__UBvhF:hover{background:#e0e0e0}.ProductTable_deleteBtn__oNyG9{background:#f44336;color:#fff}.ProductTable_deleteBtn__oNyG9:hover{background:#d32f2f}@media (max-width:1024px){.ProductTable_wrapper__RauBG{margin:3px;padding:12px}.ProductTable_headerRow__ndtMV{align-items:flex-start;flex-direction:column;gap:16px}.ProductTable_headerActions__9ab48{justify-content:flex-end;width:100%}.ProductTable_title__GSBF-{font-size:22px}.ProductTable_table__8wYmP td,.ProductTable_table__8wYmP th{font-size:13px;padding:12px 8px}.ProductTable_productImg__ICMeE{height:32px;width:32px}.ProductTable_productCell__Z0Ocm{font-size:13px;gap:8px}}@media (max-width:768px){.ProductTable_wrapper__RauBG{margin:2px;padding:10px}.ProductTable_headerRow__ndtMV{margin-bottom:20px}.ProductTable_headerActions__9ab48{flex-wrap:wrap;gap:8px}.ProductTable_addBtn__QNRtR,.ProductTable_filterBtn__HCyxG,.ProductTable_seeAllBtn__TT6E9{font-size:14px;padding:8px 12px}.ProductTable_addBtn__QNRtR{margin-left:0;padding:10px 16px}.ProductTable_title__GSBF-{font-size:20px}.ProductTable_tableWrapper__gjibw{-webkit-overflow-scrolling:touch;overflow-x:auto}.ProductTable_table__8wYmP{min-width:600px}.ProductTable_table__8wYmP td,.ProductTable_table__8wYmP th{font-size:12px;padding:10px 6px}.ProductTable_productImg__ICMeE{height:28px;width:28px}.ProductTable_productCell__Z0Ocm{font-size:12px;gap:6px}.ProductTable_paginationRow__TMW8Z{align-items:center;flex-direction:column;gap:12px;padding:16px 0}.ProductTable_paginationNumbers__t8tNC{order:-1}.ProductTable_popup__qN5CD{margin:20px;min-width:300px;padding:24px}.ProductTable_popup__qN5CD h4{font-size:18px;margin-bottom:16px}.ProductTable_deleteMessage__B5uDb{font-size:13px;margin-bottom:20px}.ProductTable_popupActions__QOudK{gap:8px}.ProductTable_cancelBtn__UBvhF,.ProductTable_deleteBtn__oNyG9{font-size:13px;padding:8px 16px}}@media (max-width:480px){.ProductTable_wrapper__RauBG{margin:1px;padding:8px}.ProductTable_headerActions__9ab48{justify-content:space-between;width:100%}.ProductTable_filterBtn__HCyxG,.ProductTable_seeAllBtn__TT6E9{flex:1 1;max-width:80px}.ProductTable_addBtn__QNRtR{flex:1 1;max-width:120px}.ProductTable_title__GSBF-{font-size:18px}.ProductTable_table__8wYmP{min-width:500px}.ProductTable_table__8wYmP td,.ProductTable_table__8wYmP th{font-size:11px;padding:8px 4px}.ProductTable_productImg__ICMeE{height:24px;width:24px}.ProductTable_productCell__Z0Ocm{font-size:11px;gap:4px}.ProductTable_actionIcon__bxE9P{font-size:1rem;margin-right:8px}.ProductTable_paginationBtn__QyzpE{font-size:14px;padding:6px 12px}.ProductTable_activePage__ceXSR,.ProductTable_pageNum__zwHpQ{font-size:14px;padding:6px 10px}.ProductTable_popup__qN5CD{margin:16px;min-width:280px;padding:20px}.ProductTable_popup__qN5CD h4{font-size:16px}.ProductTable_deleteMessage__B5uDb{font-size:12px}.ProductTable_popupActions__QOudK{flex-direction:column;gap:8px}.ProductTable_cancelBtn__UBvhF,.ProductTable_deleteBtn__oNyG9{padding:10px;width:100%}}.AdminDashboard_loginWrapper__BgUCo{align-items:center;background:#f5f6fa;display:flex;justify-content:center;min-height:100vh}.AdminDashboard_loginForm__r0TIK{align-items:center;background:#fff;border-radius:8px;box-shadow:0 2px 16px #00000014;display:flex;flex-direction:column;margin:0 auto;min-width:22em;padding:3em 2em}.AdminDashboard_loginTitle__W6e\+v{font-size:1.5rem;letter-spacing:1px;margin-bottom:24px}.AdminDashboard_inputGroup__USgpj{margin-bottom:20px;width:90%}.AdminDashboard_input__BCGq0{border:1px solid #ccc;border-radius:4px;font-size:1rem;padding:10px;width:93%}.AdminDashboard_error__aTyYB{color:red;font-size:.95rem;margin-bottom:12px;text-align:center}.AdminDashboard_loginButton__\+9X6c{background:#222;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:10px;transition:background .2s;width:90%}.AdminDashboard_loginButton__\+9X6c:hover{background:#444}.AdminDashboard_dashboardWrapper__13003{background:#f5f6fa;min-height:100vh}.AdminDashboard_dashboardHeader__AkGLD{align-items:center;background:#fff;box-shadow:0 2px 8px #0000000a;display:flex;justify-content:space-between;padding:24px}.AdminDashboard_logoutButton__Nz1tf{background:#eee;border:none;border-radius:4px;cursor:pointer;font-size:1rem;font-weight:500;padding:6px 16px;transition:background .2s}.AdminDashboard_logoutButton__Nz1tf:hover{background:#ddd}.AdminDashboard_dashboardBody__q9ZnR{background:#fff;border-radius:8px;box-shadow:0 2px 16px #0000000f;display:flex;margin:30px;min-height:400px}.AdminDashboard_sidebar__OBM4Y{border-right:1px solid #eee;display:flex;flex-direction:column;gap:4px;min-width:180px;padding:24px}.AdminDashboard_tab__b0e4S{background:#0000;border-left:4px solid #0000;border-radius:4px;color:#888;cursor:pointer;font-weight:500;margin-bottom:4px;padding:12px 0 12px 12px;transition:all .2s}.AdminDashboard_tab__b0e4S:hover{background:#f5f6fa;color:#222}.AdminDashboard_activeTab__FK5ni{background:#f5f6fa;border-left:4px solid #222;color:#222;font-weight:700}.AdminDashboard_tabContent__tUnGW{flex:1 1;padding:32px}@media (max-width:700px){.AdminDashboard_dashboardBody__q9ZnR{flex-direction:column;margin:16px;min-width:0}.AdminDashboard_sidebar__OBM4Y{border-bottom:1px solid #eee;border-right:none;flex-direction:row;gap:8px;justify-content:center;min-width:0;padding:12px}.AdminDashboard_tab__b0e4S{border-bottom:3px solid #0000;border-left:none;border-radius:0;margin-bottom:0;padding:10px 8px}.AdminDashboard_activeTab__FK5ni{background:#f5f6fa;border-bottom:3px solid #222;border-left:none}.AdminDashboard_tabContent__tUnGW{padding:16px}}.contactSection h2{font-size:35px;font-weight:700;padding:30px 30px 30px 250px;text-transform:uppercase}.contactMap iframe{background-color:#e4e4e4;border:none;width:100%}.contactInfo{display:flex;flex-direction:column;gap:60px;padding:0 250px}.address,.contactAddress{display:flex}.address{flex-direction:column;gap:15px;margin-top:50px;width:50%}.address h3{font-size:26px;font-weight:600}.address p{font-size:14px}.contactForm h3{font-size:26px;font-weight:600;margin-bottom:40px}.contactForm form{display:flex;flex-direction:column;gap:20px}.contactForm form input,.contactForm form textarea{border:2px solid #e4e4e4;color:#272727;outline-color:#000;padding:15px}.contactForm form textarea{font-size:14px}.contactForm form button{background-color:#000;border:none;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:20px 5px;text-transform:uppercase;width:20%}@media screen and (max-width:1210px){.contactSection h2{padding:30px 60px}.contactInfo{padding:0 60px}}@media screen and (max-width:450px){.contactSection h2{padding:30px 15px}.contactInfo{padding:0 15px}.contactAddress{flex-direction:column}.address{width:100%}.contactForm form button{width:50%}}.collection{grid-gap:30px;display:grid;grid-template-columns:1fr 1fr;height:30rem;margin:85px 0;padding:0 160px}.collectionLeft{background-color:#eff0f1;background-image:url(/static/media/collection1.aae0518158d548859356.jpg);background-position:50%;background-size:cover;display:flex;flex-direction:column;justify-content:flex-end;padding:30px}.col-link{display:flex}.col-link a{position:relative}.col-link a:after{border-bottom:2px solid #000;bottom:-5px;content:"";left:0;position:absolute;transition:width .2s ease;width:50%}.col-link a:hover:after{width:100%}.collectionRight{grid-gap:30px;color:#fff;display:grid;grid-template-rows:1fr 1fr}.collectionTop{background-color:#eff0f1;background-image:url(/static/media/collection2.030caec453c1eb57f198.jpg);background-position:50%;background-size:cover;display:flex;flex-direction:column;justify-content:flex-end;padding:30px}.collectionBottom{grid-gap:30px;color:#fff;display:grid;grid-template-columns:1fr 1fr}.box1{background-color:#eff0f1;background-image:url(/static/media/collection3.ef886bf989cb7b135622.jpg)}.box1,.box2{background-position:50%;background-size:cover;display:flex;flex-direction:column;justify-content:flex-end;padding:30px}.box2{background-color:#f4e5e0;background-image:url(/static/media/collection5.2510d82e2a408f1673b9.jpg)}.col-p{font-size:15px}.col-h3,.col-p{color:#fff;text-transform:uppercase}.col-h3{font-size:26px;font-weight:500}.col-h3 span{font-weight:bolder}.collection h5{color:#fff;font-size:14px;font-weight:500;text-transform:uppercase}.collection a{color:#000;text-decoration:none}@media screen and (max-width:1210px){.collection{grid-gap:30px;grid-template-columns:1fr;height:auto;padding:0 60px}.collectionLeft{background-position:top;height:150px}}@media screen and (max-width:450px){.collection{grid-gap:10px;padding:0 15px}.collectionRight{grid-gap:10px;grid-template-rows:1fr}.collectionTop{height:150px}.collectionBottom{grid-gap:10px;grid-template-columns:1fr}.box1{background-position:top;background-size:cover}.box1,.box2{height:150px}}.heroWrapper{height:80vh;overflow:hidden;position:relative;width:100%}.heroCarousel{height:100%}.carouselSlide{position:relative}.carouselSlide img{height:100vh;object-fit:cover;width:100%}.carouselContent{color:#fff;left:10%;max-width:500px;position:absolute;top:50%;transform:translateY(-50%);z-index:2}.carouselContentLeft{left:58%;top:40%}.carouselContent h1{font-size:50px;margin-bottom:15px;text-transform:uppercase}.carouselContent p{font-size:18px;margin-bottom:20px}.carouselContent button{border:none;cursor:pointer;font-weight:700;padding:12px 30px;transition:.3s}.carouselContent button,.carouselContent button:hover{background-color:#000;color:#fff}.slick-dots{bottom:40px}.slick-dots li button:before{color:#adadad80;font-size:12px}.slick-dots li.slick-active button:before{color:#fff}@media screen and (max-width:768px){.carouselContent h1{font-size:1.5rem}.carouselContent p{font-size:16px}.carouselContent{left:5%}.carouselContentLeft{top:50%}}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.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{border:1px solid #0000;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(data:image/gif;base64,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) 50% no-repeat}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"),url(/static/media/slick.295183786cd8a1389865.woff) format("woff"),url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"),url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format("svg")}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:#0000;color:#0000;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:#0000;border:0;color:#0000;display:block;font-size:0;line-height:0;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.Trendy_noProductFound__dQcv8{color:#000;font-size:1.2rem;font-weight:600;padding:40px 0;text-align:center}.Trendy_productPriceSale__28R8I{gap:8px}.Trendy_productPriceNew__\+9BqE{font-weight:600}.Trendy_trendyProducts__rfv1j{align-items:center;display:flex;flex-direction:column;gap:40px;margin:85px 0;padding:0 160px}.Trendy_trendyProducts__rfv1j h2{color:#404040;font-size:35px;font-weight:500;text-transform:uppercase}.Trendy_trendyProducts__rfv1j h2 span{color:#000;font-weight:700}.Trendy_trendyTabs__ColDc{align-items:center;display:flex;flex-direction:column;gap:40px}.Trendy_tabs__5kuxf{align-items:center;display:flex;flex-wrap:wrap;gap:50px;justify-content:center}.Trendy_tabs__5kuxf p{border:none;color:#767676;cursor:pointer;font-size:16px;font-weight:600;position:relative;text-decoration:none;text-transform:uppercase;transition:color .3s}.Trendy_tabs__5kuxf p.Trendy_active__rpAM8,.Trendy_tabs__5kuxf p:hover{color:#000}.Trendy_tabs__5kuxf p.Trendy_active__rpAM8:after{background-color:#000;bottom:-5px;content:"";left:0;position:absolute;width:100%}.Trendy_tabs__5kuxf p:not(.Trendy_active__rpAM8):after{background-color:#000;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .2s ease,left .2s ease;width:0}.Trendy_tabs__5kuxf p:not(.Trendy_active__rpAM8):hover:after{left:0;transition-delay:.2s;width:100%}.Trendy_trendyMainContainer__nsraM{grid-gap:30px;display:grid;grid-template-columns:repeat(4,1fr)}.Trendy_trendyMainContainer--no-products__9NTFp{align-items:center;display:flex;height:150px;justify-content:center;width:100%}.Trendy_sold-out__cqiSb{filter:grayscale(18%);opacity:.6}.Trendy_trendyProductImages__ToKWF{height:320px;overflow:hidden;position:relative;transition:.3s linear;-moz-transition:.3s linear;-o-transition:.3s linear;width:258px}.Trendy_trendyProductImages__ToKWF img{height:100%;left:0;object-fit:cover;overflow:hidden;position:absolute;top:0;transition:opacity .3s linear;width:100%}.Trendy_trendyProductImages__ToKWF .Trendy_trendyProduct_back__gvn\+C{opacity:0;transition:opacity .3s linear;z-index:1}.Trendy_trendyProductContainer__w8Kcj:hover .Trendy_trendyProduct_back__gvn\+C{opacity:1}.Trendy_trendyProductImages__ToKWF .Trendy_trendyProduct_front__2XkfD{cursor:pointer;transition:opacity .3s linear;z-index:2}.Trendy_trendyProductContainer__w8Kcj:hover .Trendy_trendyProduct_front__2XkfD{opacity:0}.Trendy_trendyProductContainer__w8Kcj{position:relative}.Trendy_trendyProductContainer__w8Kcj h4{background-color:#fdfdfd;bottom:0;cursor:pointer;font-size:14px;font-weight:500;height:40px;left:0;line-height:40px;margin:0 15px;opacity:0;padding:0 10px;pointer-events:none;position:absolute;right:0;text-align:center;text-transform:uppercase;transition:all .2s cubic-bezier(.99,.99,0,.61),opacity .3s;z-index:3}.Trendy_trendyProductContainer__w8Kcj:hover h4{bottom:70px;opacity:1;pointer-events:auto}.Trendy_sale-badge__QjUbb{background:#c8102e;flex-direction:column;left:auto;min-width:54px;opacity:1!important;pointer-events:auto!important;right:0;z-index:5}.Trendy_out-of-stock-badge__vWz5C,.Trendy_sale-badge__QjUbb{align-items:center;border-radius:0;box-shadow:none;color:#fff;display:flex;font-size:13px;font-weight:600;height:26px;justify-content:center;letter-spacing:.5px;position:absolute;text-align:center;top:0}.Trendy_out-of-stock-badge__vWz5C{background:#666;left:0;min-width:90px;padding:0 8px;right:auto;z-index:6}.Trendy_trendyProductContainer__w8Kcj:hover h4{top:270px}.Trendy_trendyProductInfo__uZ7gK{display:flex;flex-direction:column}.Trendy_trendyProductCategoryWishlist__vBkkn{align-items:center;display:flex;justify-content:space-between;margin-top:10px}.Trendy_trendyProductCategoryWishlist__vBkkn p{color:#767676;font-size:14px}.Trendy_trendyProductNameInfo__vjmGq{align-items:flex-start;display:flex;flex-direction:column}.Trendy_trendyProductNameInfo__vjmGq a{color:#000;text-decoration:none}.Trendy_trendyProductNameInfo__vjmGq h5{color:#222;font-family:Poppins,"sans-serif";font-size:16px;font-weight:500;letter-spacing:.5px;text-transform:capitalize}.Trendy_trendyProductPrice__nRD3X{color:#222;font-size:14px;font-weight:500;letter-spacing:.5px;margin-top:2px}.Trendy_productPriceSale__28R8I{align-items:center;display:flex;gap:2px}.Trendy_productPriceOld__mBuvD{color:#b0b0b0;font-size:14px;font-weight:500;letter-spacing:.5px;text-decoration:line-through}.Trendy_productPriceNew__\+9BqE{color:#e53935;font-size:14px;font-weight:500;letter-spacing:.5px}.Trendy_trendyProductRatingReviews__hLtAr{display:flex;gap:10px}.Trendy_trendyProductRatingReviews__hLtAr span{color:#767676;font-size:14px}.Trendy_trendyProductRatingStar__Xe8A1{align-items:center;display:flex;gap:3px}.Trendy_discoverMore__qr0g2 p{display:inline-block;font-size:14px;font-weight:500;position:relative;text-transform:uppercase}.Trendy_discoverMore__qr0g2 p:after{border-bottom:2px solid #000;bottom:-5px;content:"";left:0;position:absolute;transition:width .2s ease;width:60%}.Trendy_discoverMore__qr0g2 p:hover:after{width:100%}.Trendy_discoverMore__qr0g2 a{color:#000;text-decoration:none}.Trendy_trendyProductImagesCart__993\+k{display:none}@media screen and (max-width:1210px){.Trendy_trendyProducts__rfv1j{padding:0 60px}.Trendy_trendyProducts__rfv1j h2{font-size:26px}.Trendy_trendyProductImages__ToKWF{height:250px;width:100%}.Trendy_trendyProductContainer__w8Kcj h4{display:none}.Trendy_trendyProductImagesCart__993\+k{align-items:center;border-radius:50%;color:gray;display:flex;justify-content:center;padding:5px;position:absolute;right:10px;top:10px;z-index:8}}@media screen and (max-width:768px){.Trendy_trendyMainContainer__nsraM{grid-gap:20px;grid-template-columns:repeat(3,1fr)}.Trendy_trendyProductImages__ToKWF{height:240px;width:100%}}@media screen and (max-width:450px){.Trendy_trendyProducts__rfv1j{padding:0 15px}.Trendy_trendyProductNameInfo__vjmGq{align-self:self-start;font-family:Georgia,Times New Roman,Times,serif;gap:8px;margin-top:-10px;min-width:0;overflow:hidden}.Trendy_trendyProductNameInfo__vjmGq h5{font-family:Poppins,"sans-serif"!important;font-size:14px!important;margin-bottom:-10px;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.Trendy_productPriceSale__28R8I{gap:10px}.Trendy_productPriceNew__\+9BqE,.Trendy_productPriceOld__mBuvD,.Trendy_trendyProductPrice__nRD3X{font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Trendy_trendyProductPrice__nRD3X{font-weight:500;letter-spacing:.5px}.Trendy_tabs__5kuxf{gap:30px}.Trendy_trendyMainContainer__nsraM{grid-template-columns:repeat(2,1fr)}.Trendy_trendyProductImages__ToKWF{height:235px;width:100%}}@media screen and (max-width:320px){.Trendy_trendyProductImages__ToKWF{height:170px;width:100%}.Trendy_trendyProductNameInfo__vjmGq h5{font-size:14px}.Trendy_trendyProductNameInfo__vjmGq p{font-size:11px;font-weight:400}.Trendy_trendyProductRatingReviews__hLtAr{display:flex;gap:5px}.Trendy_trendyProductRatingReviews__hLtAr span{font-size:12px}.Trendy_trendyProductRatingStar__Xe8A1{align-items:center;display:flex;gap:2px}}.no-product-found-container{align-items:center;display:flex;justify-content:center;padding:40px 0}.no-product-found-button{background-color:#000;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:12px 28px;text-transform:uppercase;transition:background-color .3s ease}.no-product-found-button:hover{background-color:#333}@media screen and (max-width:450px){.no-product-found-button{font-size:.8rem;padding:10px 25px}}.errorContainer{align-items:center;background-image:url(/static/media/pattern_bg.dafe77559e9a1e9f5529.png);background-position:50%;background-size:cover;display:flex;flex-direction:column;gap:10px;height:620px;justify-content:center}.errorContainer h1{font-size:100px;font-weight:700}.errorContainer h3{font-size:26px;font-weight:600;margin-bottom:14px}.errorContainer p{font-size:14px;margin-bottom:16px;text-align:center}.errorContainer a{background-color:#000;color:#fff;font-size:14px;font-weight:500;padding:20px 140px;text-decoration:none;text-transform:uppercase;transition:background-color .3s}@media screen and (max-width:1210px){.errorContainer a{padding:20px 100px}}@media screen and (max-width:450px){.errorContainer{height:550px;padding:0 20px}.errorContainer a{padding:20px 60px}}@media screen and (max-width:320px){.errorContainer{height:500px}.errorContainer h1{font-size:70px}.errorContainer h3{font-size:20px}.errorContainer p{font-size:12px}.errorContainer a{padding:20px 40px}}.additionalInfoTableContainer{flex:1 1}.additionalInfoTableTitle{font-size:18px;font-weight:600;margin-bottom:20px;text-align:center}.additionalInfoTableContainer h3{margin-bottom:10px;text-align:center}.additionalInfoTable{border-collapse:collapse;margin:0 auto;width:80%}.additionalInfoTable th{border-bottom:1px solid #e4e4e4;font-size:16px;font-weight:600;padding:16px;text-align:left}.additionalInfoTable td{border-bottom:1px solid #e4e4e4;font-size:14px;font-weight:400;padding:16px}.additionalInfoTable tr:last-child td,.additionalInfoTable tr:last-child th{border-bottom:none}.productAdditionalInfo{margin:85px 0;padding:0 250px}.productAdditonalInfoContainer{display:flex;flex-direction:column;gap:60px}.aiTabs{align-items:center;display:flex;flex-wrap:wrap;gap:50px;justify-content:center}.aiTabs p{border:none;color:#767676;cursor:pointer;font-size:16px;font-weight:600;position:relative;text-decoration:none;text-transform:uppercase;transition:color .3s}.aiTabs p.aiActive,.aiTabs p:hover{color:#000}.aiTabs p.aiActive:after{width:100%}.aiTabs p.aiActive:after,.aiTabs p:not(.aiActive):after{background-color:#000;bottom:-5px;content:"";height:2px;left:0;position:absolute}.aiTabs p:not(.aiActive):after{transition:width .2s ease,left .2s ease;width:0}.aiTabs p:not(.aiActive):hover:after{left:0;transition-delay:.2s;width:100%}.aiTabDescription{display:flex;flex-direction:column;gap:30px}.descriptionPara{display:flex;flex-direction:column;gap:20px}.descriptionPara h3{font-size:16px;font-weight:600}.descriptionPara p{font-size:14px;font-weight:400;line-height:30px}.descriptionPara p ol,.descriptionPara p ul{padding-left:15px}.descriptionParaGrid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.aiTabAdditionalInfo{display:flex;flex-direction:row;gap:60px;justify-content:center}@media screen and (max-width:768px){.aiTabAdditionalInfo{align-items:center;flex-direction:column;gap:30px}.aiTabAdditionalInfo>div{max-width:400px;width:100%}.scrollable-table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto;width:100%}.scrollable-table-wrapper table{display:table;min-width:400px;white-space:nowrap;width:100%}.scrollable-table-wrapper::-webkit-scrollbar{display:none}.scrollable-table-wrapper:active::-webkit-scrollbar,.scrollable-table-wrapper:focus::-webkit-scrollbar,.scrollable-table-wrapper:hover::-webkit-scrollbar{background:#e4e4e4;display:block;height:6px}.scrollable-table-wrapper:active,.scrollable-table-wrapper:focus,.scrollable-table-wrapper:hover{overflow-x:auto;scrollbar-color:#e4e4e4 #fff;scrollbar-width:thin}.additionalInfoContainer{align-items:center;display:grid;grid-template-columns:1fr 1fr}.additionalInfoContainer h6{font-size:16px;font-weight:500}.additionalInfoContainer p{font-size:14px;font-weight:400}.aiTabReviewContainer{display:flex;flex-direction:column;gap:50px}.aiTabReviewContainer h3{font-size:18px;font-weight:600;margin-bottom:-20px}.userReviews{display:flex;flex-direction:column;gap:30px}.userReview{display:flex;gap:40px}.userReviewImg img{border-radius:50%;height:60px;width:60px}.userReviewContent{display:flex;flex-direction:column;gap:20px}.userReviewTopContent{display:flex;flex-direction:column;gap:5px}.userNameRating{align-items:center;display:flex;justify-content:space-between}.userNameRating h6{font-size:16px;font-weight:400}.userRating{display:flex;gap:3px}.userDate p,.userReviewBottomContent p{color:#767676;font-size:14px;font-weight:400}.userReviewBottomContent p{line-height:24px}.userNewReview{display:flex;flex-direction:column;gap:40px}.userNewReviewMessage{display:flex;flex-direction:column;gap:5px}.userNewReviewMessage h5{font-size:18px;font-weight:500}.userNewReviewMessage p{color:#767676;font-size:14px}.userNewReviewRating{align-items:center;display:flex;gap:5px}.userNewReviewRating label{font-size:14px}.userNewReviewForm form{display:flex;flex-direction:column;gap:20px}.userNewReviewForm form textarea{padding:10px}.userNewReviewForm form textarea,.userNewReviewFormInput{border:.125rem solid #e4e4e4;font-size:14px;outline-color:#000}.userNewReviewFormInput{padding:15px}.userNewReviewForm button{background-color:#000;border:none;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:15px;text-transform:uppercase;width:20%}.userNewReviewFormCheck input{-webkit-appearance:none;appearance:none;border:2px solid #e4e4e4;cursor:pointer;display:inline-block;height:16px;margin-right:10px;outline:none;position:relative;vertical-align:middle;width:16px}.userNewReviewFormCheck input:checked{border:2px solid #000}.userNewReviewFormCheck input:after{background-color:#000;content:"";display:block;height:8px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) scale(0);transition:transform .2s ease-in-out;width:8px}.userNewReviewFormCheck input:checked:after{transform:translate(-50%,-50%) scale(1)}.userNewReviewFormCheck label{font-size:14px}.userReviewBorder{border-bottom:1px solid #e4e4e4}.userReviewBottomSpacing{margin-bottom:30px}@media screen and (max-width:1210px){.productAdditionalInfo{padding:0 60px}}@media screen and (max-width:768px){.aiTabs p{font-size:14px}.descriptionPara{gap:15px}.descriptionParaGrid{grid-template-columns:1fr}}@media screen and (max-width:450px){.productAdditionalInfo{padding:0 20px}.aiTabs{gap:20px}.descriptionPara{gap:10px}.userReviewBottomContent p{font-size:12px}.userNewReviewForm button{width:40%}}}.productThumbWrapper .thumbArrow.left,.productThumbWrapper .thumbArrow.right{display:flex!important}.productThumbWrapper{flex:0 0 110px;max-width:100%;max-width:110px;min-width:0;min-width:80px}.thumbArrow{align-items:center;background:#fff;border:1px solid #ddd;border-radius:50%;box-shadow:0 2px 8px #00000014;cursor:pointer;height:32px;justify-content:center;opacity:.85;position:absolute;top:50%;transform:translateY(-50%);width:32px;z-index:2}.thumbArrow.left{left:0}.thumbArrow.right{right:0}.productThumbWrapper{align-items:center;display:flex;position:relative;width:100%}.productThumb{flex-direction:row;gap:6px;justify-content:flex-start;order:2;overflow-x:auto;scrollbar-color:#ccc #f7f7f7;scrollbar-width:thin;white-space:nowrap;width:100%;.productThumbWrapper{position:relative}.productThumbWrapper .thumbArrow.left{align-items:center;background:#fff;border:1px solid #ddd;border-radius:50%;box-shadow:0 2px 8px #00000014;cursor:pointer;display:flex!important;height:32px;justify-content:center;left:0;opacity:.85;position:absolute;top:50%;transform:translateY(-50%);width:32px;z-index:2}}.thumbArrow{display:flex}.sale-badge{height:auto;width:auto}.productShowCase{align-items:center;display:flex;gap:30px}.sale-badge .off-label{font-size:13px;font-weight:600;margin-top:0}.productPrice h3{display:flex;flex-direction:column;gap:2px}.productPrice .original-price{color:#222;font-size:1.1em;font-weight:500;text-decoration:line-through}.productPrice .sale-price{color:#e57373;font-size:1.2em;font-weight:400;margin-top:2px}.productSection{margin-top:30px;padding:0 160px}.productGallery,.productThumb{display:flex;gap:10px}.productThumb{flex-direction:column}.productThumb img{background:#f7f7f7;border-radius:6px;box-shadow:0 1px 4px #00000012;margin-bottom:6px;max-height:84px;max-width:104px;min-height:54px;min-width:54px;object-fit:cover;width:84px}.productFullImg{flex:2 2 1!important;position:relative}.productFullImg img{background-color:#767676;display:block;height:500px;margin:0 auto;max-height:500px;max-width:100%;min-height:220px;min-width:200px;object-fit:cover;width:420px}.buttonsGroup{display:flex;justify-content:space-between;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:90%}.directionBtn{background-color:#fff;border:none;border-radius:50%;display:flex;outline:none;padding:13px}.directionBtn:hover{background-color:#efefef}.productDetails{align-items:flex-start;display:flex;flex-direction:column;gap:10px;width:59%}.productBreadcrumb{display:flex;justify-content:space-between;margin-bottom:20px;width:100%}.breadcrumbLink{align-items:center;display:flex}.breadcrumbLink a{color:#000;font-size:14px;font-weight:500;position:relative;text-decoration:none;text-transform:uppercase}.breadcrumbLink a:after{border-bottom:2px solid #000;bottom:-5px;content:"";left:0;position:absolute;transition:width .3s ease;width:0}.breadcrumbLink a:hover:after{width:50%}.prevNextLink{gap:25px}.prevNextLink,.prevNextLink a{align-items:center;display:flex}.prevNextLink a{color:#000;font-size:14px;font-weight:500;gap:5px;position:relative;text-decoration:none;text-transform:uppercase}.prevNextLink a:after{border-bottom:2px solid #000;bottom:-5px;content:"";left:0;position:absolute;transition:width .3s ease;width:0}.prevNextLink a:hover:after{width:50%}.prevNextLink a.disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.prevNextLink a.disabled:after{width:0!important}.productName h1{color:#000;font-size:28px;font-weight:500;line-height:35px}.productRating{align-items:center;display:flex;gap:5px}.productRating p{color:#5f5e5e;font-size:14px;margin-left:10px}.productPrice h3{font-size:22px;font-weight:600;margin-bottom:20px}.productDescription p{font-size:15px;line-height:25px;margin-bottom:20px}.productSizeColor{display:flex;flex-direction:column;gap:30px;margin-bottom:20px}.productSize{align-items:center;display:flex;gap:20px}.productSize p{color:#000;font-size:14px;font-weight:500;text-transform:uppercase}.sizeBtn{display:flex;gap:10px}.sizeBtn button{background-color:#fff;border:1px solid;cursor:pointer;outline:none;padding:5px 15px;transition:all .3s ease}.productColor{align-items:center;display:flex;gap:20px}.sale-badge{font-size:15px;height:36px}.productCartQuantity{align-items:center;display:flex;gap:10px;margin-bottom:20px}.productQuantity{border:2px solid #e0e0e0;display:flex;padding:0 10px}.productQuantity button{background-color:#fff;border:none;border-radius:5px;cursor:pointer;padding:10px}.productQuantity input{border:none;height:57px;outline:none;text-align:center;width:40px}.productCartBtn button{background-color:#000;border:none;color:#fff;cursor:pointer;font-weight:600;padding:20px 110px;text-transform:uppercase;white-space:nowrap}.productWishShare{display:flex;gap:30px;margin-bottom:25px}.productWishList button{align-items:center;background-color:#fff;border:none;display:flex;gap:10px;outline:none;position:relative}.productWishList button:after{border-bottom:2px solid #000;bottom:-10px;content:"";left:0;position:absolute;transition:width .3s ease;width:0}.productWishList button:hover:after{width:50%}.productShare,.productWishList button p{font-weight:500;text-transform:uppercase}.productShare{align-items:center;display:flex;font-size:13px;gap:5px;position:relative}.productShare:after{border-bottom:2px solid #000;bottom:-10px;content:"";left:0;position:absolute;transition:width .3s ease;width:0}.productShare:hover:after{width:50%}.productTags{display:flex;flex-direction:column;gap:5px}.productTags p{color:#000;font-size:13px}.productTags span{color:#767676;font-size:13px}.sizeBtnButton{background-color:#fff;border:1px solid #e0e0e0;color:#333;cursor:pointer;outline:none;padding:5px 15px;transition:all .3s ease}.sizeBtnButton:hover{background-color:#f9f9f9;border-color:#999}.sizeBtnButton.selected{background-color:#000;border-color:#000;color:#fff}.colorBtnButton{background-color:#fff;border:0 solid #fff;border-radius:50%;cursor:pointer;outline:none;padding:8px;position:relative;transition:all .3s ease}.colorBtnButton.highlighted:after{border:2px solid #000;border-radius:50%;box-sizing:border-box;content:"";height:calc(100% + 12px);left:-6px;position:absolute;top:-6px;width:calc(100% + 12px)}.product-loading-container{align-items:center;display:flex;justify-content:center;min-height:300px}.colorBtnButton.dynamic-color{background-color:var(--dynamic-bg-color)}.pinch-zoom-container{display:inline-block;overflow:hidden}.pinch-zoom-container,.pinch-zoom-main{height:100%;position:relative;width:100%}.pinch-zoom-main{cursor:grab;-moz-user-select:none;-ms-user-select:none}.pinch-zoom-main:active{cursor:grabbing}.pinch-zoom-main img{background-color:#767676;display:block;height:500px;margin:0 auto;max-height:500px;max-width:100%;min-height:220px;min-width:200px;object-fit:cover;pointer-events:none;width:420px;will-change:transform}.reset-zoom-btn{animation:fadeIn .3s ease forwards;background:#000000b3;border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:14px;opacity:0;padding:8px 16px;position:absolute;right:10px;top:10px;transition:background-color .2s ease;z-index:10}.reset-zoom-btn:hover{background:#000000e6}.pinch-zoom-main,.pinch-zoom-main img{-webkit-touch-callout:none;touch-action:none;-webkit-user-select:none;user-select:none}.pinch-zoom-container:after{background:#000000b3;border-radius:12px;bottom:10px;color:#fff;content:attr(data-zoom-level);font-size:12px;left:10px;opacity:0;padding:4px 8px;pointer-events:none;position:absolute;transition:opacity .3s ease}.pinch-zoom-container[data-zoom-level]:not([data-zoom-level="1"]):after{opacity:1}@keyframes fadeIn{to{opacity:1}}@media (max-width:1024px) and (min-width:600px){.productSection{margin-top:20px;padding:0 30px;width:90%}.productShowCase{align-items:stretch;flex-direction:column;gap:20px}.productDetails{align-self:center;gap:15px;margin-top:20px;padding:20px;width:70%}.productThumb{gap:8px}.productThumb img{height:100px;margin-bottom:0;width:100px}.productGallery{justify-content:center}.productFullImg{flex:2 2 1!important}.pinch-zoom-main img{height:600px;object-fit:cover;width:420px}.buttonsGroup{top:40%;width:90%}}@media screen and (max-width:600px){.productSection{margin-top:10px;padding:0 8px;width:100%}.productShowCase{align-items:stretch;flex-direction:column;gap:16px;padding:2em}.pinch-zoom-main img{box-sizing:border-box;display:block;height:380px;margin:0 auto;max-height:380px;max-width:100%;min-height:220px;min-width:0;object-fit:cover;order:2;width:100%}.productGallery{flex-direction:column-reverse;gap:6px;justify-content:flex-start;margin-bottom:10px;width:100%}.productThumbWrapper{max-width:100%;min-width:0;width:100%}.productThumb{-ms-overflow-style:none;flex-direction:row;gap:6px;justify-content:flex-start;order:2;overflow-x:auto;scrollbar-width:none;width:100%}.productThumb::-webkit-scrollbar{display:none}.productThumb:active,.productThumb:focus,.productThumb:hover{scrollbar-color:#ccc #f7f7f7;scrollbar-width:thin}.productThumb:active::-webkit-scrollbar,.productThumb:focus::-webkit-scrollbar,.productThumb:hover::-webkit-scrollbar{background:#f7f7f7;display:block;height:6px}.productThumb img{border-radius:6px;height:80px;margin-bottom:0;order:1;width:80px}.productDetails{gap:10px;margin-top:10px;padding:0;width:100%}.prevNextLink{gap:10px}.buttonsGroup{top:50%;width:100%}.productDescription p,.productName h1,.productPrice h3{font-size:1em;margin-bottom:10px;width:100%}.productCartBtn button{padding:20px}.productSize{align-items:flex-start;flex-direction:column;gap:10px}.sizeBtn{flex-wrap:wrap;gap:10px}.sale-badge{align-items:center;background:#c8102e;border-radius:0;box-shadow:none;color:#fff;display:flex;flex-direction:column;font-weight:600;justify-content:center;letter-spacing:.5px;min-width:54px;text-align:center;z-index:2}}.filterSection{display:flex;flex-direction:column;gap:20px}.categoryItem{border:none;box-shadow:#fff}.filterHeading{font-size:18px;font-weight:600;text-transform:uppercase}.checkboxes input{margin-right:10px}.filterColorBtn{display:flex;flex-wrap:wrap;gap:25px}.filterColorBtn button{background-color:#fff;border:none;border-radius:50%;cursor:pointer;outline:none;padding:8px;position:relative;transition:all .3s ease}.filterColorBtn button.selected:after{border:2px solid #000;border-radius:50%;box-sizing:border-box;content:"";height:calc(100% + 12px);left:-6px;position:absolute;top:-6px;transition:all .3s ease;width:calc(100% + 12px)}.sizeButtons{display:flex;flex-wrap:wrap;gap:15px}.sizeButton{background-color:#fff;border:1px solid #e4e4e4;color:#333;cursor:pointer;font-size:14px;outline:none;padding:6px 20px;transition:all .3s ease}.sizeButton:hover{background-color:#f5f5f5;border-color:#ccc}.sizeButton.selected{background-color:#000;border-color:#000;color:#fff}.sizeButton.selected:hover{background-color:#333}.searchBar{align-items:center;display:flex;margin-bottom:25px;position:relative}.searchIcon{position:absolute;right:10px}.searchBar input{border:2px solid #e4e4e4;font-size:14px;outline:none;padding:12px 30px 9.6px 18px;text-transform:uppercase;width:calc(100% - 30px)}.brandList{margin-top:10px}.brandItem{align-items:center;display:flex;margin-bottom:15px}.brandRadio{-webkit-appearance:none;appearance:none;border:2px solid #e4e4e4;cursor:pointer;height:16px;margin-right:15px;outline:none;position:relative;width:16px}.brandRadio:checked{border:2px solid #000}.brandRadio:after{background-color:#000;content:"";display:block;height:8px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) scale(0);transition:transform .2s ease-in-out;width:8px}.brandRadio:checked:after{transform:translate(-50%,-50%) scale(1)}.notFoundMessage{color:red;font-size:14px;margin-top:10px}.brandLabel{cursor:pointer;font-size:14px}.brandCount{color:#767676;font-size:14px;margin-left:auto}.priceRange{align-items:center;display:flex;gap:20px;justify-content:space-between}.priceRange p{color:#767676;font-size:14px;font-weight:400}.priceRange p span{color:#000}.sdProductPrices{align-items:center;display:flex;gap:9px;margin-top:8px}.sdProductOriginalPrice{color:#b0b0b0;text-decoration:line-through}.sdProductOriginalPrice,.sdProductSalePrice{font-size:14px;font-weight:500;letter-spacing:.5px}.sdProductSalePrice{color:#e53935}.sdProductSalePrice.no-sale{color:#222}.shopDetails{margin-top:30px;padding:0 160px}.shopDetailMain{display:flex;gap:30px}.loader{align-items:center;display:flex;height:150px;justify-content:center}.shopDetails__left{width:27%}.shopDetails__right{display:flex;flex-direction:column;gap:40px;padding-top:12px;width:77%}.shopDetailsSorting{align-items:center;display:flex;justify-content:space-between}.shopDetailsSort select{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;background-size:16px;border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;min-width:180px;outline:none;padding:8px 35px 8px 12px;text-transform:uppercase;transition:all .3s ease}.shopDetailsSort select:focus{border-color:#000;box-shadow:0 0 0 2px #0000001a}.shopDetailsSort select option{background-color:#fff;color:#333;font-weight:400;padding:8px 12px}.shopDetailsSort select option:hover{background-color:#f5f5f5}.shopDetailsBreadcrumbLink a{color:#000;display:inline-block;font-size:14px;font-weight:500;position:relative;text-decoration:none;text-transform:uppercase}.shopDetailsBreadcrumbLink a:after{border-bottom:2px solid #000;bottom:-5px;content:"";left:0;position:absolute;transition:width .3s ease;width:0}.shopDetailsBreadcrumbLink a:hover:after{width:100%}.filterLeft{align-items:center;display:flex;display:none;gap:10px}.filterLeft p{font-size:14px;font-weight:500;text-transform:uppercase}.filterRight,.shopDetailsSort{align-items:center;display:flex;gap:10px}.filterRight{display:none}.filterSeprator{background-color:#e4e4e4;height:22px;width:2px}.shopDetailsProductsContainer{grid-gap:30px;align-items:stretch;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);justify-items:center;min-height:400px}.sdProductContainer{box-sizing:border-box;position:relative;width:260px}.sale-badge{background:#c8102e;flex-direction:column;left:auto;min-width:54px;right:0;z-index:2}.out-of-stock-badge,.sale-badge{align-items:center;border-radius:0;box-shadow:none;color:#fff;display:flex;font-size:13px;font-weight:600;height:26px;justify-content:center;letter-spacing:.5px;position:absolute;text-align:center;top:0}.out-of-stock-badge{background:#666;left:0;min-width:90px;padding:0 8px;right:auto;z-index:3}.sdProductContainer.sold-out{filter:grayscale(18%);opacity:.6}.sdProductContainer.sold-out .sdProductName,.sdProductContainer.sold-out .sdProductOriginalPrice,.sdProductContainer.sold-out .sdProductSalePrice{color:#777!important}.sdProductImages{height:340px;overflow:hidden;position:relative;transition:.3s linear;width:240px}.sdProductImages img{height:100%;left:0;object-fit:cover;position:absolute;top:0;transition:opacity .3s linear;width:100%;@media screen and (max-width:1181px){.shopDetailsProductsContainer{gap:24px;grid-template-columns:repeat(2,1fr)}.sdProductContainer{max-width:260px;width:44vw}.sdProductImages{height:320px;max-width:240px;width:40vw}}@media screen and (max-width:891px){.shopDetailsProductsContainer{gap:18px;grid-template-columns:1fr}.sdProductContainer,.sdProductImages{max-width:340px;width:90vw}.sdProductImages{height:260px}}}.sdProductImages .sdProduct_back{opacity:0;transition:opacity .3s linear;z-index:1}.sdProductContainer:hover .sdProduct_back{opacity:1}.sdProductImages .sdProduct_front{cursor:pointer;transition:opacity .3s linear;z-index:1}.sdProductContainer:hover .sdProduct_front{opacity:0}.sdProductContainer h4{background-color:#fdfdfd;bottom:18px;cursor:pointer;font-size:14px;font-weight:500;left:50%;margin:0;opacity:0;padding:10px 60px;pointer-events:none;position:absolute;text-align:center;text-transform:uppercase;transform:translateX(-50%);transition:opacity .2s cubic-bezier(.99,.99,0,.61);white-space:nowrap;z-index:3}.sdProductContainer:hover h4{opacity:1;pointer-events:auto}.sdProductInfo{display:flex;flex-direction:column;flex-shrink:1;gap:10px;min-width:0}.sdProductCategoryWishlist{align-items:center;display:flex;justify-content:space-between;margin-top:10px}.sdProductCategoryWishlist p{color:#767676;font-size:14px}.sdProductNameInfo{align-items:flex-start;display:flex;flex-direction:column;min-width:0}.sdProductNameInfo a{color:#000;font-size:11px;text-decoration:none}.sdProductRatingReviews{display:flex;gap:10px}.sdProductRatingReviews span{color:#767676;font-size:14px}.sdProductRatingStar{align-items:center;display:flex;gap:3px}.filterDrawer{background-color:#fff;height:100%;position:fixed;right:-300px;top:0;transition:right .3s ease;width:300px;z-index:1000}.filterDrawer.open{right:0}.drawerHeader{align-items:center;background-color:#faf9f8;display:flex;justify-content:space-between;padding:28px 20px}.drawerHeader p{font-size:16px;font-weight:500;text-transform:uppercase}.closeButton{cursor:pointer}.drawerContent{height:calc(100% - 130px);overflow-y:auto;padding:20px}.shopDetailsPagination{display:flex;justify-content:space-between}.shopDetailsPagination p{align-items:center;display:flex;font-size:14px;font-weight:500;padding:.6em;text-align:center;text-transform:uppercase;width:20px}.sdPaginationNext p,.sdPaginationPrev p{cursor:pointer;position:relative}.sdPaginationNext p:after,.sdPaginationPrev p:after{background-color:#000;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.sdPaginationNext p:hover:after,.sdPaginationPrev p:hover:after{width:100%}.paginationNum p{cursor:pointer;display:inline-block;position:relative}.paginationNum p:not(:first-child):after{background-color:#000;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.paginationNum p:hover:after{width:100%}.paginationNum p:first-child:after{background-color:#000;bottom:-5px;content:"";height:2px;left:0;position:absolute;width:100%}.paginationNum{display:flex;gap:30px}.sdProductImagesCart{display:none}.shopDetailsProductsContainer:has(h3){padding:40px 20px;text-align:center}.noProductsMessage h3{color:#333;font-size:24px;font-weight:600;letter-spacing:.5px;margin:0;text-align:center;text-transform:uppercase}.noProductsMessage p{color:#767676;font-size:16px;line-height:1.5;margin:0}.noProductsActions{display:flex;justify-content:center;margin-top:10px}.noProductsActions button{background-color:#000;border:none;color:#fff;cursor:pointer;font-size:14px;font-weight:500;letter-spacing:.5px;overflow:hidden;padding:12px 24px;position:relative;text-transform:uppercase;transition:all .3s ease}.noProductsActions button:hover{background-color:#333}.sdPaginationNext p.disabled,.sdPaginationPrev p.disabled{cursor:not-allowed;opacity:.5}.paginationNum p.active{background-color:#000;color:#fff}@media screen and (max-width:1210px){.shopDetails{margin-top:0;padding:0 20px}.sdProductImages{height:250px;width:100%}.sdProductContainer h4{display:none}.sdProductImagesCart{align-items:center;background:#c8102e;border-radius:0 0 4px 4px;border-radius:50%;box-shadow:none;color:#fff;color:gray;display:flex;font-size:15px;font-weight:600;justify-content:center;left:auto;letter-spacing:.5px;padding:5px;position:absolute;right:14px;text-align:center;top:14px;z-index:99;z-index:8}}@media screen and (max-width:991px){.shopDetails__left{display:none}.shopDetails__right{width:100%}.filterRight{display:flex}.shopDetailsProductsContainer{grid-gap:10px;grid-template-columns:repeat(2,1fr)}.sdProductContainer{width:100%}.sdProductImages{aspect-ratio:3/4;height:auto;width:100%}.filterDrawer{right:-750px;width:300px}}@media screen and (max-width:768px){.sdProductImages{aspect-ratio:3/4;height:auto;width:100%}.shopDetailsBreadcrumbLink{display:none}.filterLeft{display:flex}.filterRight{display:none}.filterDrawer{right:-750px;width:300px}}@media screen and (max-width:600px){.shopDetailsProductsContainer{gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.sdProductContainer{align-items:stretch;box-sizing:border-box;flex-direction:column;margin:0 0 18px;min-width:0;overflow:hidden}.sdProductContainer,.sdProductImages{display:flex;max-width:100%;width:100%}.sdProductImages{align-items:center;aspect-ratio:3/5;height:auto;justify-content:center}.sdProductImages img{border-radius:0;height:100%;object-fit:cover;width:100%}.shopDetailsSort select{font-size:11px;min-width:100px;padding:0 3px}.filterLeft p{font-size:11px}.shopDetailsSorting{justify-content:space-between!important}.sdProductPrices{align-self:self-start;font-family:Georgia,Times New Roman,Times,serif;gap:8px;min-width:0;overflow:hidden}.sdProductOriginalPrice,.sdProductSalePrice{font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sdProductName{font-size:14px!important;font-weight:300;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.sale-badge{font-size:13px;height:26px;line-height:30px;padding:0 1px}}.termsContainer{display:flex;flex-direction:column;gap:50px;padding:50px 270px}.termsContainer h2{font-size:35px;font-weight:700}.termsContent{display:flex;flex-direction:column;gap:15px}.termsContent h6{font-size:16px;font-weight:500}.termsContainer p{font-size:14px;line-height:30px;margin-bottom:20px}@media screen and (max-width:1210px){.termsContainer{padding:30px 60px}}@media screen and (max-width:450px){.termsContainer{padding:15px}.termsContainer h2{font-size:25px}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0 auto;max-width:1920px}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
/*# sourceMappingURL=main.13554b3c.css.map*/