@charset "UTF-8";.navbar{background-color:transparent;transition:background-color .3s ease-in-out;position:absolute;width:100%;z-index:21}.navbar:hover{background-color:#fff}.navbar:hover .navbar-link,.navbar:hover .navbar-icon-button,.navbar:hover .cart-icon-container{color:#bc6d2a;transition:color .3s ease-in-out,transform .3s ease-in-out}@media (max-width: 768px){.navbar{height:60px}}@media (max-width: 480px){.navbar{height:54px}}.navbar--not-homepage{background-color:#fff;box-shadow:0 1px 2px #0000001a}.navbar--not-homepage .navbar-link,.navbar--not-homepage .navbar-icon-button,.navbar--not-homepage .cart-icon-container{color:#bc6d2a}.navbar-container{margin:0 auto;display:flex;align-items:center;padding-left:4rem;padding-right:4rem}.navbar-logo-section .navbar-logo{display:flex;align-items:center;justify-content:flex-start}.navbar-logo-section .navbar-logo a img{height:65px;width:150px;display:block}@media (max-width: 768px){.navbar-logo-section .navbar-logo a img{height:50px;width:100px}}@media (max-width: 480px){.navbar-logo-section .navbar-logo a img{height:44px;width:90px}}.navbar-links-desktop{display:none;flex-grow:1;justify-content:center}@media (min-width: 768px){.navbar-links-desktop{display:flex}}.navbar-links-list{display:flex;list-style:none;gap:1.5rem;padding:0;margin:0}.navbar-link{color:#fff;font-size:1rem;font-weight:500;text-decoration:none;display:block}.navbar-icons-section{display:flex;align-items:center;gap:1.2rem}.navbar-icon-button{background:none;border:none;cursor:pointer;padding:0;color:#fff;transition:color .3s ease-in-out}@media (min-width: 768px){.navbar-mobile-menu-button{display:none}}.navbar-dropdown-parent{position:relative}.navbar-submenu{position:absolute;background-color:#fff;box-shadow:0 4px 10px #0000001a;border-radius:4px;padding:.5rem 0;top:100%;left:0;list-style:none;z-index:1000;min-width:160px}.navbar-submenu-item{opacity:0;transform:translateY(10px);animation:fadeSlideIn .3s ease-out forwards;cursor:pointer}.navbar-submenu-link{display:block;padding:.5rem 1.5rem;color:#bc6d2a;text-decoration:none;transition:background-color .2s ease;white-space:nowrap}.navbar-submenu-link:hover{background-color:#f0f0f0}.navbar-dropdown-parent:hover>.navbar-submenu{display:flex;flex-direction:column;align-items:flex-start;width:auto}.navbar-dropdown-parent:hover>.navbar-submenu li{width:100%}@keyframes fadeSlideIn{to{opacity:1;transform:translateY(0)}}.cart-icon-container{color:#fff;position:relative;font-size:1.2rem;cursor:pointer}.cart-badge{position:absolute;top:-5px;right:-5px;background-color:#f9efce;color:#bc6d2a;font-size:12px;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;justify-content:center;align-items:center}.cartContainer,.wishlistContainer{position:absolute;right:0;z-index:100;width:max-content;background:#fff;border:1px solid #f9efce;box-shadow:0 4px 10px #0000001a;display:none}.cartContainer.show,.wishlistContainer.show{display:block}.search-wrapper{position:relative}.search-wrapper .search-input{padding:6px 10px;border:1px solid #ccc;border-radius:4px;width:200px;transition:all .3s ease-in-out;font-size:14px;outline:none}.navbar--search-active .navbar-link,.navbar--search-active .navbar-icon-button,.navbar--search-active .cart-icon-container{color:#bc6d2a;transition:color .3s ease-in-out,transform .3s ease-in-out}.mobile-navbar{background-color:transparent;transition:background-color .3s ease-in-out;position:absolute;width:100%;z-index:21;font-weight:400;padding-top:20px}.mobile-navbar.active{background-color:transparent;color:#bc6d2a}.mobile-navbar.active .icon-group svg,.mobile-navbar.active .hamburger-icon svg{color:#bc6d2a;stroke:#bc6d2a}.mobile-navbar.active .icon-group{color:#bc6d2a}.mobile-navbar.active .mobile-navbar-logo img{content:url(/assets/01A-Cmr157Go.svg)}.mobile-navbar.navbar--not-homepage{color:#bc6d2a}.mobile-navbar.navbar--not-homepage .icon-group svg,.mobile-navbar.navbar--not-homepage .hamburger-icon svg{color:#bc6d2a;stroke:#bc6d2a}.mobile-navbar.navbar--not-homepage .icon-group{color:#bc6d2a}.mobile-navbar.navbar--not-homepage .mobile-navbar-logo img{content:url(/assets/01A-Cmr157Go.svg)}.mobile-navbar .mobile-navbar-top{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;width:100%;position:relative}.mobile-navbar .mobile-navbar-top .mobile-navbar-logo{display:flex;justify-content:flex}.mobile-navbar .mobile-navbar-top .mobile-navbar-logo img{height:32px;content:url(/assets/05E-C4eHPime.svg);transition:content .3s ease}.mobile-navbar .mobile-navbar-top .hamburger-icon{background:none;border:none;padding:0;cursor:pointer}.mobile-navbar .mobile-navbar-top .hamburger-icon svg{color:#fff;transition:color .3s ease}.mobile-navbar .mobile-navbar-top .icon-group{display:flex;gap:1rem;align-items:center;position:flex-end;color:#bc6d2a}.mobile-navbar .mobile-navbar-top .icon-group button{background:none;border:none;padding:0;margin:0;cursor:pointer;display:flex;align-items:center}.mobile-navbar .mobile-navbar-top .icon-group svg{color:#fff;transition:stroke .3s ease}.mobile-navbar .mobile-navbar-top .icon-group>div{position:relative}.mobile-navbar .mobile-navbar-top .icon-group>div .badge{position:absolute;top:-6px;right:-10px;background:red;color:#fff;font-size:10px;border-radius:999px;padding:2px 6px}.mobile-navbar .mobile-menu{background:#fff;padding:1rem 1.25rem;color:#bc6d2a;transition:all .3s ease}.mobile-navbar .mobile-menu ul{list-style:none;padding:0;margin:0}.mobile-navbar .mobile-menu ul li{margin-bottom:1rem;cursor:pointer;position:relative}.mobile-navbar .mobile-menu ul li>span,.mobile-navbar .mobile-menu ul li>a{font-weight:400;text-decoration:none;color:inherit;display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.mobile-navbar .mobile-menu ul li.has-submenu>span:after{content:"▼";font-size:12px;margin-left:8px;transition:transform .3s ease}.mobile-navbar .mobile-menu ul li.submenu-open>span:after{transform:rotate(180deg)}.mobile-navbar .mobile-menu ul li ul{max-height:0;overflow:hidden;opacity:0;transition:all .3s ease;margin-top:.25rem;padding-left:1rem;border-left:2px solid #BC6D2A}.mobile-navbar .mobile-menu ul li ul li{margin-bottom:.5rem}.mobile-navbar .mobile-menu ul li ul li a{text-decoration:none;color:#bc6d2a;font-weight:400;display:block;padding:.25rem 0}.mobile-navbar .mobile-menu ul li.submenu-open ul{max-height:500px;opacity:1}.mobile-navbar .search-overlay{position:absolute;height:100px;flex-direction:row;background-color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 4rem;z-index:10}.mobile-navbar .search-overlay .search-input{width:100%;font-size:1rem;border:1px solid #ccc;border-radius:8px;outline:none;font-family:inherit}.mobile-navbar .search-overlay .close-search-button{position:absolute;align-items:center;justify-content:center;top:35%;background:none;border:none;font-size:1.5rem;color:#bc6d2a;cursor:pointer}.navbar-search-bar{display:flex;justify-content:center;align-items:center;padding:1rem;background-color:transparent;box-shadow:0 2px 4px #0000001a}.navbar-search-bar input{flex:1;padding:.75rem 1rem;font-size:1rem;border:1px solid #ccc;border-radius:8px;outline:none}.navbar-search-bar .close-search-btn{margin-left:1rem;font-size:1.5rem;background:transparent;border:none;cursor:pointer;color:#444;line-height:1}.navbar--search-active{background-color:#fff}.navbar--search-active .icon-group svg,.navbar--search-active .hamburger-icon svg{color:#bc6d2a;stroke:#bc6d2a}.navbar--search-active .icon-group{color:#bc6d2a}@font-face{font-family:Lemon Milk;src:url(../../assets/Styles/Fonts/LEMONMILK-Regular.otf) format("truetype");font-weight:400;font-style:normal}.footer{background-color:#bd6d2a;color:#fff;padding:40px 60px;font-family:Lemon Milk,sans-serif;font-size:16px;display:flex;flex-direction:column;gap:30px;height:auto}.footer .footer__top{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.footer .footer__top .footer__links{flex:1;display:flex;flex-direction:column;gap:30px}.footer .footer__top .footer__links h4{font-size:18px;margin-bottom:16px;font-family:"Source Sans 3",sans-serif;font-weight:700}.footer .footer__top .footer__links ul{list-style:none;padding:0;font-family:Lato,sans-serif;font-weight:400;cursor:pointer}.footer .footer__top .footer__links ul li{margin-bottom:16px}.footer .footer__top .footer__newsletter{flex:1.5;display:flex;flex-direction:column;align-items:flex-end}.footer .footer__top .footer__newsletter .footer__newsletter-input{position:relative;width:100%;max-width:400px}.footer .footer__top .footer__newsletter .footer__newsletter-input input{width:100%;padding:20px 90px 20px 15px;border:1px solid #fff;border-radius:10px;background:transparent;color:#fff;font-size:1rem}.footer .footer__top .footer__newsletter .footer__newsletter-input input::placeholder{color:#ddd}.footer .footer__top .footer__newsletter .footer__newsletter-input button{position:absolute;font-size:1rem;right:0;padding:15px 20px;width:30%;background:#000;color:#fff;border:none;border-radius:10px;font-weight:700;cursor:pointer;margin:6px 5px 5px}.footer .footer__top .footer__newsletter .footer__thank-you{color:#fff;font-size:.9rem;font-weight:500;margin-top:.5rem}.footer .footer__top .footer__newsletter .footer__logo{cursor:pointer}.footer .footer__top .footer__newsletter .footer__logo img{width:240px}.footer .footer__top .footer__newsletter .footer__socials{display:flex;gap:20px;align-items:center;justify-content:center;list-style:none;font-size:32px;padding-top:2rem;cursor:pointer}.footer .footer__bottom{border-top:1px solid white;padding-top:20px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;font-size:14px;cursor:pointer}.footer .footer__bottom p{margin:0;justify-content:flex-start}.footer .footer__bottom ul{display:flex;gap:20px;list-style:none;align-items:center;padding:0;margin:0}.footer .footer__bottom .footer__payments{display:flex;gap:15px;align-items:center;justify-content:flex-end}.footer .footer__bottom .footer__payments img{width:200px;height:auto;object-fit:contain}@media (max-width: 768px){.footer{padding:30px 20px}.footer .footer__top{flex-direction:column;gap:30px}.footer .footer__top .footer__newsletter,.footer .footer__top .footer__links,.footer .footer__top .footer__logo{align-items:flex-start;width:100%}.footer .footer__top .footer__logo{justify-content:flex-start}.footer .footer__bottom{flex-direction:column;align-items:flex-start;gap:20px}.footer .footer__bottom ul{flex-wrap:wrap}.footer .footer__bottom .footer__payments{justify-content:flex-start;flex-wrap:wrap}}.footer__thank-you{color:#fff;font-size:.9rem;margin-top:.5rem;font-weight:500}li a{color:inherit;text-decoration:none}li a:hover,li a:focus,li a:active{color:inherit;text-decoration:none;cursor:pointer}.SecondFooter{position:relative;width:100%;height:45vh;margin:7% 0;display:flex;align-items:center;justify-content:center}.SecondFooter:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1}.bgImage{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:0}.SecondFooterElements{padding:1%;position:absolute;display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap;gap:2rem;z-index:2}.SecondFooterElements img{width:12%;height:auto}.cart-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:flex-end;z-index:9999}.cart-sidebar{width:400px;height:100%;background-color:#f7f5f2;box-shadow:-2px 0 5px #0003;display:flex;flex-direction:column;padding:20px;box-sizing:border-box}.cart-sidebar .cart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.cart-sidebar .cart-header h1{font-size:1.2rem;font-weight:100;color:#bc6d2a;letter-spacing:1px;font-family:"Source Sans 3" sans-serif}.cart-sidebar .cart-header .cart-close{font-size:24px;cursor:pointer;color:#555}.cart-sidebar .cart-header .cart-close:hover{color:#000}.cart-sidebar .header-divider{border:none;border-top:1px solid #e0e0e0;margin:10px 0}.cart-sidebar .cart-product-container{flex-grow:1;overflow-y:auto;padding-right:10px;margin-bottom:20px}.cart-sidebar .cart-product-container .empty-cart-message{text-align:center;padding:50px 0;color:#bc6d2a;font-size:16px;font-family:Lato,sans-serif;font-weight:400}.cart-sidebar .cart-product-container .cart-product-item{display:flex;align-items:flex-start;margin-bottom:20px;padding-top:10px;padding-bottom:10px}.cart-sidebar .cart-product-container .cart-product-item img{width:100px;height:150px;object-fit:cover;margin-right:15px}.cart-sidebar .cart-product-container .cart-product-item .cart-product-details{display:flex;flex-direction:column;flex-grow:1}.cart-sidebar .cart-product-container .cart-product-item .cart-product-details .product-name{font-size:20px;font-weight:100;font-family:"Source Sans 3" sans-serif;color:#bc6d2a;margin-bottom:5px;cursor:pointer;text-decoration:underline}.cart-sidebar .cart-product-container .cart-product-item .cart-product-details .product-price{font-size:14px;color:#bc6d2a;margin-bottom:10px;font-weight:400;font-family:Lato,sans-serif}.cart-sidebar .cart-product-container .cart-product-item .cart-product-details .product-quantity-controls{display:flex;align-items:center}.cart-sidebar .cart-product-container .cart-product-item .cart-product-details .product-quantity-controls .quantity-button{width:25px;height:25px;display:flex;justify-content:center;align-items:center;border:1px solid #ccc;background-color:#fff;cursor:pointer;font-size:16px;font-weight:700;color:#bc6d2a}.cart-sidebar .cart-product-container .cart-product-item .cart-product-details .product-quantity-controls .quantity-button.disabled{opacity:.3;pointer-events:none;cursor:not-allowed}.cart-sidebar .cart-product-container .cart-product-item .cart-product-details .product-quantity-controls .quantity-button:hover{background-color:#f9efce}.cart-sidebar .cart-product-container .cart-product-item .cart-product-details .product-quantity-controls .quantity-count{width:25px;height:25px;display:flex;justify-content:center;align-items:center;border-top:1px solid #ccc;border-bottom:1px solid #ccc;font-size:14px;color:#bc6d2a}.cart-sidebar .cart-product-container .cart-product-item .cart-product-details .product-quantity-controls .remove-item{margin-left:15px;font-size:12px;color:#dfa35e;text-decoration:none;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;font-family:Lato,sans-serif}.cart-sidebar .cart-product-container .cart-product-item .cart-product-details .product-quantity-controls .remove-item:hover{color:#bc6d2a;text-decoration:underline}.cart-sidebar .bottom-divider{border:none;border-top:1px solid #e0e0e0;margin:10px 0}.cart-sidebar .cart-bottom{display:flex;flex-direction:column;align-items:center;gap:10px}.cart-sidebar .cart-bottom .order-note-text,.cart-sidebar .cart-bottom .taxes-shipping-text{font-size:13px;color:#bc6d2a;font-family:Lato,sans-serif;font-weight:500;text-align:left;width:100%}.cart-sidebar .cart-bottom .checkout-button{width:100%;padding:15px;background-color:#dfa35e;color:#fff;border:none;cursor:pointer;font-size:15px;font-weight:700;font-family:"Source sans 3" sans-serif;letter-spacing:1px;text-transform:uppercase;display:flex;justify-content:center;align-items:center;gap:10px}.cart-sidebar .cart-bottom .checkout-button .total-price-text{font-weight:500;font-family:"Source sans 3" sans-serif}.cart-sidebar .cart-bottom .checkout-button:hover{background-color:#bc6d2a}.order-note-input{width:100%;padding:10px;border:1px solid #ddd;border-radius:8px;resize:none;font-size:14px;margin-bottom:12px;font-family:Lato,sans-serif;transition:border .2s ease,box-shadow .2s ease}.order-note-input:focus{border-color:#bc6d2a;box-shadow:0 0 0 2px #bc6d2a33;outline:none}.cart-product-link{display:flex;align-items:center}.cart-product-link:hover{opacity:.9}.custom-toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);background-color:#fff3cd;color:#856404;border:1px solid #ffeeba;padding:.75rem 1.25rem;font-size:.9rem;border-radius:8px;box-shadow:0 4px 8px #0000001a;z-index:20000;animation:fadeInOut 5s ease forwards}@keyframes fadeInOut{0%{opacity:0;transform:translate(-50%) translateY(10px)}10%,90%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(-10px)}}.wishlist-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:flex-end;z-index:1000}.wishlist-sidebar{width:400px;height:100%;background-color:#f7f5f2;box-shadow:-2px 0 5px #0003;display:flex;flex-direction:column;padding:20px;box-sizing:border-box}.wishlist-sidebar .wishlist-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.wishlist-sidebar .wishlist-header h1{font-size:1.2rem;font-weight:100;color:#bc6d2a;letter-spacing:1px;font-family:"Source Sans 3" sans-serif}.wishlist-sidebar .wishlist-header .wishlist-close{font-size:24px;cursor:pointer;color:#555}.wishlist-sidebar .wishlist-header .wishlist-close:hover{color:#000}.wishlist-sidebar .header-divider{border:none;border-top:1px solid #e0e0e0;margin:10px 0}.wishlist-sidebar .wishlist-product-container{flex-grow:1;overflow-y:auto;padding-right:10px;margin-bottom:20px}.wishlist-sidebar .wishlist-product-container .empty-wishlist-message{text-align:center;padding:50px 0;color:#bc6d2a;font-size:16px;font-family:Lato,sans-serif;font-weight:400}.wishlist-sidebar .wishlist-product-container .wishlist-product-item{display:flex;align-items:flex-start;margin-bottom:20px;padding-top:10px;padding-bottom:10px}.wishlist-sidebar .wishlist-product-container .wishlist-product-item img{width:100px;height:150px;object-fit:cover;margin-right:15px}.wishlist-sidebar .wishlist-product-container .wishlist-product-item .wishlist-product-details{display:flex;flex-direction:column;flex-grow:1}.wishlist-sidebar .wishlist-product-container .wishlist-product-item .wishlist-product-details .product-name{font-size:20px;font-weight:100;font-family:"Source Sans 3" sans-serif;color:#bc6d2a;margin-bottom:5px}.wishlist-sidebar .wishlist-product-container .wishlist-product-item .wishlist-product-details .product-price{font-size:14px;color:#bc6d2a;margin-bottom:10px;font-weight:400;font-family:Lato,sans-serif}.wishlist-sidebar .wishlist-product-container .wishlist-product-item .wishlist-product-details .product-quantity-controls{display:flex;align-items:center}.wishlist-sidebar .wishlist-product-container .wishlist-product-item .wishlist-product-details .product-quantity-controls .quantity-button{width:25px;height:25px;display:flex;justify-content:center;align-items:center;border:1px solid #ccc;background-color:#fff;cursor:pointer;font-size:16px;font-weight:700;color:#bc6d2a}.wishlist-sidebar .wishlist-product-container .wishlist-product-item .wishlist-product-details .product-quantity-controls .quantity-button:hover{background-color:#f9efce}.wishlist-sidebar .wishlist-product-container .wishlist-product-item .wishlist-product-details .product-quantity-controls .quantity-count{width:25px;height:25px;display:flex;justify-content:center;align-items:center;border-top:1px solid #ccc;border-bottom:1px solid #ccc;font-size:14px;color:#bc6d2a}.wishlist-sidebar .wishlist-product-container .wishlist-product-item .wishlist-product-details .product-quantity-controls .remove-item{margin-left:15px;font-size:12px;color:#dfa35e;text-decoration:none;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;font-family:Lato,sans-serif}.wishlist-sidebar .wishlist-product-container .wishlist-product-item .wishlist-product-details .product-quantity-controls .remove-item:hover{color:#bc6d2a;text-decoration:underline}.wishlist-sidebar .bottom-divider{border:none;border-top:1px solid #e0e0e0;margin:10px 0}.wishlist-sidebar .wishlist-bottom{display:flex;flex-direction:column;align-items:center;gap:10px}.wishlist-sidebar .wishlist-bottom .order-note-text,.wishlist-sidebar .wishlist-bottom .taxes-shipping-text{font-size:13px;color:#bc6d2a;font-family:Lato,sans-serif;font-weight:500;text-align:left;width:100%}.wishlist-sidebar .wishlist-bottom .checkout-button{width:100%;padding:15px;background-color:#dfa35e;color:#fff;border:none;cursor:pointer;font-size:15px;font-weight:700;font-family:"Source sans 3" sans-serif;letter-spacing:1px;text-transform:uppercase;display:flex;justify-content:center;align-items:center;gap:10px}.wishlist-sidebar .wishlist-bottom .checkout-button .total-price-text{font-weight:500;font-family:"Source sans 3" sans-serif}.wishlist-sidebar .wishlist-bottom .checkout-button:hover{background-color:#bc6d2a}.Collections{padding:2%}.Collections-text{margin:3% 0;height:auto;font-size:42px;font-weight:600;font-family:"Source Sans 3",sans-serif;text-align:center}.Collections-item{display:flex;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;height:100%;width:100%;gap:1%;font-family:"Source Sans 3",sans-serif}.Collections-item::-webkit-scrollbar{display:none}.Collection1,.Collection2{flex-shrink:0;width:50%;height:100vh;padding:8px;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer}.image-button{font-size:36px;width:60%;padding:10px;background-color:#0006;color:#fff;border:none;font-weight:600;font-family:"Source Sans 3",sans-serif;cursor:pointer;transition:background-color .3s ease-in-out}.Categories-item{width:100%;display:flex;justify-content:center;flex-wrap:wrap;gap:1.5%;cursor:pointer}.Categories-card{width:22%;display:flex;flex-direction:column;align-items:center;font-family:Lato,sans-serif}.Categories-card,.Categories-card a,.Categories-card:visited,.Categories-card:active{color:#000;text-decoration:none}.cards{height:45vh;width:100%}.Categories-card span{margin:8% 0;font-weight:700;font-size:18px;font-family:"Source Sans 3",sans-serif}.shop_now{font-size:22px;padding:6px 20px;border:2px solid black;border-radius:50px;position:relative;bottom:12%;background-color:#fff;color:#000;transition:all .4s ease;z-index:1;overflow:hidden}.shop_now:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background-color:#fff;transition:left .5s ease-in-out;z-index:-1}.shop_now:hover:before{left:0}.shop_now:hover{color:#fff;background-color:#fff}.shop_now:hover:before{background-color:#000}.best_seller{margin:2%}.similar_products{margin:2%;height:60vh}.testimonials{position:relative;width:100%;height:68vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.testimonials_main_bg{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;opacity:.5;z-index:0}.TestimanialsCards{position:relative;padding:2%;display:flex;gap:1.5%;flex-wrap:wrap;align-items:center;width:100%;height:100%}.homeVideo{margin:8% 0;width:100%;height:100%}.AboutUs{width:100%;overflow:hidden;padding-left:4rem;padding-right:4rem}@media (max-width: 1081px){.Collections-text{font-size:34px}.Collections-item{flex-direction:row;min-height:auto}.Collection1,.Collection2{width:100%;height:auto}.cards{height:80vh;width:100%}.Categories-item{width:100%;display:flex;justify-content:center;flex-wrap:wrap;gap:1.5%;cursor:pointer}.Categories-card{width:45%;display:flex;flex-direction:column;align-items:center;font-family:Lato,sans-serif}.Categories-card span{margin:8% 0;font-weight:700;font-size:18px;font-family:"Source Sans 3",sans-serif}.image-button{font-size:28px;width:70%}.shop_now{font-size:20px;padding:5px 15px}}@media (max-width: 767px){.Collections-text{font-size:28px}.Collections-item{display:flex;width:100%}.Collection1,.Collection2{flex:0 0 49%}.image-button{font-size:22px;width:80%}.shop_now{font-size:18px;padding:4px 12px}.cards{height:30vh;width:100%}.AboutUs{width:100%;overflow:hidden;padding-left:0rem;padding-right:0rem}}@media (max-width: 480px){.Collections-text{font-size:28px}.Collections-item{display:flex;width:100%}.Collection1,.Collection2{flex:0 0 49%}.image-button{font-size:18px;width:90%}.shop_now{font-size:16px;padding:3px 10px}}.category-title{color:#000;text-decoration:none!important;font-size:1rem;text-align:center}.slider{position:relative;width:100%;height:100vh;overflow:hidden}.slider .container{width:100%;height:100%;display:flex;transition:transform .5s ease-in-out}.slider .container img{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 1s ease-in-out}.slider .container img.active{opacity:1;position:absolute;top:0;left:0}.slider .container img.inactive{display:none}.slider .shop-now-group.light-theme,.slider .shop-now-group.dark-theme{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;z-index:2;padding-top:60vh}.slider .shop-now-group.light-theme .line1,.slider .shop-now-group.dark-theme .line1{font-size:18px;font-weight:100;font-family:Lato,sans-serif;padding-bottom:5px;opacity:.7}.slider .shop-now-group.light-theme .line2,.slider .shop-now-group.dark-theme .line2{font-size:26px;font-weight:400;letter-spacing:1px;font-family:Lato,sans-serif;padding-bottom:14px}.slider .shop-now-group.light-theme .shop-now_button,.slider .shop-now-group.dark-theme .shop-now_button{position:relative;display:inline-block;padding:15px;border-radius:10px;cursor:pointer;box-shadow:0 3px 6px #0009;overflow:hidden;z-index:0;background-color:#000;color:#fff}.slider .shop-now-group.light-theme .shop-now_button:before,.slider .shop-now-group.dark-theme .shop-now_button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;z-index:-1;transition:left .5s ease-in-out}.slider .shop-now-group.light-theme .shop-now_button a,.slider .shop-now-group.dark-theme .shop-now_button a{position:relative;z-index:1;text-decoration:none;font-family:Lato,sans-serif;font-size:15px;font-weight:400;transition:color .5s ease}.slider .shop-now-group.light-theme .shop-now_button:hover:before,.slider .shop-now-group.dark-theme .shop-now_button:hover:before{left:0}.slider .shop-now-group.light-theme .line1,.slider .shop-now-group.light-theme .line2{color:#fff}.slider .shop-now-group.light-theme .shop-now_button{background-color:#fff;color:#000}.slider .shop-now-group.light-theme .shop-now_button:hover{color:#fff}.slider .shop-now-group.light-theme .shop-now_button:before{background-color:#000;color:#fff}.slider .shop-now-group.light-theme .shop-now_button a,.slider .shop-now-group.light-theme .shop-now_button:hover a{color:#fff}.slider .shop-now-group.dark-theme .line1,.slider .shop-now-group.dark-theme .line2{color:#000}.slider .shop-now-group.dark-theme .shop-now_button{background-color:#000}.slider .shop-now-group.dark-theme .shop-now_button:before{background-color:#fff}.slider .shop-now-group.dark-theme .shop-now_button:hover,.slider .shop-now-group.dark-theme .shop-now_button a,.slider .shop-now-group.dark-theme .shop-now_button:hover a{color:#000}.slider .icons{position:absolute;bottom:30px;right:30px;display:flex;gap:50px;z-index:2}.slider .icons .icon{font-size:32px;color:#fff;cursor:pointer;text-shadow:0 2px 5px rgba(0,0,0,.4);transition:transform .3s}.slider .icons .icon:hover{transform:scale(1.2)}.slider .progress-bar{position:absolute;bottom:0;left:0;height:4px;width:100%;background:#ffffff4d}.slider .progress-bar .progress-fill{position:absolute;height:100%;width:20%;background:#fff;transition:left .5s ease-in-out}@media (max-width: 768px){.slider{height:50vh}.slider .shop-now-group.light-theme,.slider .shop-now-group.dark-theme{padding-top:35vh;padding-bottom:5vh}.slider .shop-now-group.light-theme .line1,.slider .shop-now-group.dark-theme .line1{font-size:10px;font-weight:100;font-family:Lato,sans-serif;padding-bottom:5px;opacity:.7}.slider .shop-now-group.light-theme .line2,.slider .shop-now-group.dark-theme .line2{font-size:13px;font-weight:400;letter-spacing:1px;font-family:Lato,sans-serif;padding-bottom:14px}.slider .shop-now-group.light-theme .shop-now_button,.slider .shop-now-group.dark-theme .shop-now_button{position:relative;display:inline-block;padding:10px;border-radius:10px;cursor:pointer;box-shadow:0 3px 6px #0009;overflow:hidden;z-index:0;background-color:#000;color:#fff}.slider .shop-now-group.light-theme .shop-now_button:before,.slider .shop-now-group.dark-theme .shop-now_button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;z-index:-1;transition:left .5s ease-in-out}.slider .shop-now-group.light-theme .shop-now_button a,.slider .shop-now-group.dark-theme .shop-now_button a{position:relative;z-index:1;text-decoration:none;font-family:Lato,sans-serif;font-size:10px;font-weight:400;transition:color .5s ease}.slider .icons{position:absolute;bottom:30px;right:50px;display:flex;gap:10px;z-index:2}.slider .icons .icon{font-size:12px;color:#fff;cursor:pointer;text-shadow:0 2px 5px rgba(0,0,0,.4);transition:transform .3s}.slider .icons .icon:hover{transform:scale(1.2)}}.shop-now-button{position:relative;display:inline-flex;height:3rem;overflow:hidden;border-radius:9999px;padding:1px;outline:none}.shop-now-button:focus{outline:none;box-shadow:0 0 0 2px #94a3b8,0 0 0 4px #f8fafc}.shop-now-button .spinner-bg{position:absolute;top:-1000%;right:-1000%;bottom:-1000%;left:-1000%;background:conic-gradient(from 90deg at 50% 50%,#e2cbff,#393bb2,#e2cbff);animation:spin 2s linear infinite}.shop-now-button .inner-button{display:inline-flex;height:100%;width:100%;justify-content:center;align-items:center;cursor:pointer;border-radius:9999px;background-color:#0f172a;padding:.25rem .75rem;font-size:.875rem;font-weight:500;color:#fff;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}@keyframes spin{to{transform:rotate(1turn)}}.testimonial-carousel{background:#dfa35e;padding:60px 20px;display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:Arial,sans-serif;position:relative;overflow:hidden}.testimonial-carousel .carousel-container{width:100%;max-width:1400px;overflow:visible;position:relative;display:flex;align-items:center;justify-content:center}.testimonial-carousel .carousel-track{display:flex;align-items:center;will-change:transform;width:75%}.testimonial-carousel .testimonial-card{flex:0 0 33.333%;padding:0 15px;box-sizing:border-box;transition:transform .3s ease,box-shadow .3s ease}.testimonial-carousel .testimonial-card.center{transform:scale(1);border-radius:20px}.testimonial-carousel .testimonial-card:not(.center){transform:scale(1);opacity:.7}.testimonial-carousel .testimonial-card .card-content{background:#fffffff2;border-radius:20px;padding:30px;box-shadow:0 10px 30px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:transform .3s ease,box-shadow .3s ease;height:280px;display:flex;flex-direction:column}.testimonial-carousel .testimonial-card .card-content:hover{box-shadow:0 15px 40px #00000026}.testimonial-carousel .profile-section{display:flex;align-items:flex-start;margin-bottom:20px;gap:15px}.testimonial-carousel .profile-section .profile-image{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 4px 12px #0000001a;flex-shrink:0}.testimonial-carousel .profile-section .profile-info{flex:1}.testimonial-carousel .profile-section .profile-info .customer-name{font-family:Lato,sans-serif;font-size:18px;font-weight:600;color:#2c2c2c;margin:0 0 4px;line-height:1.2}.testimonial-carousel .profile-section .profile-info .customer-location{font-size:14px;color:#666;margin:0;display:flex;align-items:center;gap:4px;font-family:Lato,sans-serif}.testimonial-carousel .profile-section .profile-info .customer-location:before{content:"📍";font-size:12px}.testimonial-carousel .profile-section .rating{display:flex;gap:2px;align-items:center}.testimonial-carousel .profile-section .rating .star{font-size:16px;transition:color .2s ease}.testimonial-carousel .profile-section .rating .star.filled{color:orange;text-shadow:0 1px 2px rgba(255,165,0,.3)}.testimonial-carousel .profile-section .rating .star.empty{color:#ddd}.testimonial-carousel .review-text{font-size:15px;line-height:1.6;color:#444;font-family:Lato,sans-serif;flex:1;display:flex;align-items:center;text-align:center;position:relative}.testimonial-carousel .review-text:before,.testimonial-carousel .review-text:after{content:'"';font-size:24px;color:#c49660;font-weight:700;position:absolute}.testimonial-carousel .review-text:before{top:-5px;left:-10px}.testimonial-carousel .review-text:after{bottom:-15px;right:-10px}.testimonial-carousel .carousel-controls{display:flex;align-items:center;justify-content:center;gap:30px;margin-top:40px}.testimonial-carousel .carousel-controls .nav-button{background:#ffffffe6;border:none;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;font-size:18px;color:#c49660;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0000001a}.testimonial-carousel .carousel-controls .nav-button:hover:not(:disabled){background:#fff;transform:scale(1.1);box-shadow:0 6px 20px #00000026}.testimonial-carousel .carousel-controls .nav-button:disabled{opacity:.5;cursor:not-allowed}.testimonial-carousel .carousel-controls .nav-button.prev{margin-right:10px}.testimonial-carousel .carousel-controls .nav-button.next{margin-left:10px}.testimonial-carousel .carousel-controls .pagination-dots{display:flex;gap:12px;align-items:center}.testimonial-carousel .carousel-controls .pagination-dots .dot{width:12px;height:12px;border-radius:50%;border:none;background:#ffffff80;cursor:pointer;transition:all .3s ease;position:relative}.testimonial-carousel .carousel-controls .pagination-dots .dot:hover:not(:disabled){background:#fffc;transform:scale(1.2)}.testimonial-carousel .carousel-controls .pagination-dots .dot.active{background:#fff;box-shadow:0 0 0 3px #ffffff4d;transform:scale(1.3)}.testimonial-carousel .carousel-controls .pagination-dots .dot:disabled{cursor:not-allowed}@media (max-width: 768px){.testimonial-carousel{padding:40px 15px}.testimonial-carousel .carousel-scroll-wrapper{width:100%;overflow-x:scroll;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.testimonial-carousel .carousel-scroll-wrapper::-webkit-scrollbar{display:none}.testimonial-carousel .carousel-container{overflow:hidden}.testimonial-carousel .carousel-track{display:flex;width:auto;transform:none!important;transition:none!important}.testimonial-carousel .testimonial-card{flex:0 0 50%;scroll-snap-align:center;padding:0 10px}.testimonial-carousel .testimonial-card.center{transform:scale(1)}.testimonial-carousel .testimonial-card:not(.center){transform:scale(1);opacity:1}.testimonial-carousel .testimonial-card .card-content{padding:25px;height:auto;min-height:250px}.testimonial-carousel .carousel-container{justify-content:center}.testimonial-carousel .profile-section{flex-direction:column;align-items:center;text-align:center;gap:10px}.testimonial-carousel .profile-section .profile-info{order:2}.testimonial-carousel .profile-section .rating{order:3;justify-content:center}.testimonial-carousel .review-text{font-size:14px;margin-top:15px}.testimonial-carousel .carousel-controls{gap:20px;margin-top:30px;display:none}.testimonial-carousel .carousel-controls .nav-button{width:40px;height:40px;font-size:16px}.testimonial-carousel .carousel-controls .pagination-dots .dot{width:10px;height:10px}.testimonial-carousel .testimonial-card:nth-child(2){transform:none!important;opacity:1!important}.testimonial-carousel .testimonial-card:nth-child(2) .card-content{transform:none!important}}@media (max-width: 1024px) and (min-width: 769px){.testimonial-carousel .carousel-track{width:100%}.testimonial-carousel .testimonial-card{flex:0 0 0 33%}}@media (max-width: 500px){.testimonial-carousel .carousel-track{width:100%}.testimonial-carousel .testimonial-card{flex:0 0 100%}}@keyframes slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.testimonial-card .card-content{animation:slideIn .6s ease-out}.thank-you-banner{position:fixed;top:20px;left:50%;transform:translate(-50%);background:#f9efce;border:1px solid #d7b56d;padding:16px 24px;border-radius:12px;z-index:9999;box-shadow:0 4px 10px #0000001a;display:flex;align-items:center;gap:12px;max-width:400px;font-family:Lato,sans-serif}.thank-you-banner .thank-you-message{flex-grow:1;font-family:Lato,sans-serif}.thank-you-banner .thank-you-message p{margin:4px 0;font-size:.9rem;font-family:Lato,sans-serif}.thank-you-banner .thank-you-message button{margin-top:8px;background:#d7b56d;border:none;padding:6px 12px;border-radius:6px;cursor:pointer;color:#fff;font-weight:700;font-family:Lato,sans-serif}.thank-you-banner .close-btn{background:transparent;border:none;font-size:18px;cursor:pointer}.img-box{width:100%;height:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.img-box img{width:100%;height:100%;object-fit:cover;transition:transform 6s ease-in-out}.img-box:hover img{transform:scale(1.4)}.about-us-widget{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:600px;padding-bottom:4rem}@media (min-width: 2000px){.about-us-widget{height:800px}}@media (min-width: 768px){.about-us-widget{flex-direction:row;align-items:flex-start;justify-content:flex-start}}@media (max-width: 767px){.about-us-widget{height:auto;padding-bottom:2rem}}.about-us-widget__media-container{position:relative;border-radius:8px;overflow:hidden;z-index:2;width:100%;height:auto;flex-shrink:0}@media (min-width: 768px){.about-us-widget__media-container{width:25%;margin-bottom:0;height:100%}}.about-us-widget__media-container .about-us-widget__media-item{position:absolute;width:100%;height:100%;object-fit:cover;object-position:top center;border-radius:8px;transition:transform .3s ease}.about-us-widget__content-container{background-color:#faf2d0;border-top-right-radius:12px;border-bottom-right-radius:12px;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;z-index:1;gap:1rem}@media (min-width: 768px){.about-us-widget__content-container{width:100%;height:90%;margin-top:auto;margin-bottom:auto}}.about-us-widget__title{padding:2rem 2rem 1rem;max-width:700px;color:#be6d2a;line-height:1.2;font-size:2rem;font-weight:500;font-family:Lato,sans-serif;text-align:left}.about-us-widget__description{padding-left:2rem;padding-right:2rem;max-width:700px;font-size:1em;color:#be6d2a;font-family:Lato,sans-serif;line-height:1.6;font-weight:300;margin-bottom:4rem;text-align:left}@media (max-width: 767px){.about-us-widget .about-us-widget__title{font-size:1.5rem;padding-left:1rem;padding-top:1rem;text-align:center}.about-us-widget .about-us-widget__description{font-size:.9rem;padding-left:1rem;text-align:center}}.card{width:100%;height:100%;display:flex;flex-direction:column;transition:transform .3s ease;font-family:"Source Sans 3",sans-serif}.card .image{width:100%;height:100%;overflow:hidden;position:relative;font-family:"Source Sans 3",sans-serif}.card .image img{width:100%;height:100%;object-fit:cover;position:absolute;object-position:center center;top:0;left:0;opacity:0;transform:scale(1);transition:opacity .6s ease,transform .6s ease}.card .image .mainImg{z-index:2}.card .image .mainImg.loaded{opacity:1}.card .image .secondImg{z-index:1}.card .image:hover .mainImg{opacity:0;transform:scale(1.05)}.card .image:hover .secondImg.loaded{opacity:1;transform:scale(1.05);z-index:3}.carousel-container{display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:relative;overflow:hidden;cursor:pointer;font-family:"Source Sans 3",sans-serif;color:#000}.carousel-container *{color:#000!important}.carousel-wrapper{width:100%;height:100%;overflow:hidden;font-family:"Source Sans 3",sans-serif;cursor:pointer}.carousel{display:flex;height:100%;transition:transform 2s ease;cursor:pointer}.carousel-item{display:flex;flex-direction:column;align-items:center;padding:2rem;box-sizing:border-box;font-weight:700;font-family:Lato,sans-serif;cursor:pointer}@media (max-width: 768px){.carousel-item{padding:0rem}}.carousel-item .image-wrapper{width:100%;aspect-ratio:3/4;overflow:hidden;position:relative}.carousel-item .image-info-row{display:flex;gap:.5rem;justify-content:center;align-items:center;margin-top:1rem}@media (max-width: 768px){.carousel-item .image-info-row{margin-top:0rem}}.carousel-item .image-title{font-size:1rem;font-weight:700;text-align:center;color:#000;font-family:Lato,sans-serif}.carousel-item .image-color{font-size:.9rem;font-weight:100;color:#000;font-family:Lato,sans-serif}@media (max-width: 1200px){.carousel-item{flex:0 0 50%}}@media (max-width: 767px){.carousel-item{flex:0 0 100%}}.carousel-btn{background-color:#ffffff80;color:#000;border:none;padding:10px 20px;font-size:24px;cursor:pointer;border-radius:50%;transition:background-color .3s ease;position:absolute;top:50%;z-index:10}.left{left:2%}.right{right:2%}.carousel-btn:hover{background-color:#fff;color:#000}.button-overlay{position:absolute;bottom:5%;width:100%;display:flex;justify-content:center}.image-button{width:50%;background-color:transparent;color:#fff;border:none;font-size:16px;font-weight:600;font-size:49px;font-family:"Source Sans 3",sans-serif;cursor:pointer;transition:background-color .3s ease-in-out}@media (max-width: 1024px){.image-button{font-size:36px;width:60%}}@media (max-width: 768px){.button-overlay{bottom:10%}.image-button{font-size:28px;width:70%;padding:8px 15px}}@media (max-width: 480px){.button-overlay{bottom:15%}.image-button{font-size:22px;width:80%;padding:6px 10px}}.TestimonialCard{position:relative;width:100%;height:100%;overflow:hidden;text-align:center;transition:transform .3s ease}.TestimonialCard:hover{transform:scale(1.1)}.TestimonialCard:hover .TestimonialImage{transform:scale(1.3)}.TestimonialImage{width:100%;height:100%;overflow:hidden;object-fit:cover;opacity:1;transition:transform .3s ease;transform-origin:top}.TestimonialTitle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:24px;font-weight:700;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.2);z-index:2;transition:transform .3s ease}.TestimanialText{position:absolute;top:60%;left:50%;transform:translate(-50%,-50%);width:80%;font-size:16px;color:#fff;z-index:2;transition:transform .3s ease}.TestimonialCard:hover .TestimonialTitle{transform:translate(-50%,-100%)}.TestimonialCard:hover .TestimanialText{transform:translate(-50%,-60%)}@media (max-width: 768px){.TestimonialTitle{font-size:18px}.TestimanialText{font-size:14px}}@media (max-width: 480px){.TestimonialTitle{transform:translate(-50%,-1000%);font-size:16px}.TestimanialText{font-size:14px}.TestimonialCard:hover .TestimonialTitle{transform:translate(-50%,-1000%)}.TestimonialCard:hover .TestimanialText{transform:translate(-50%,-60%)}}.home-video{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;overflow:hidden;position:relative}.home-video .video-bg{width:100%;height:100%;object-fit:cover}.home-video .mute-toggle{position:absolute;bottom:20px;right:20px;background:#00000080;border:none;border-radius:50%;padding:10px;color:#fff;cursor:pointer;z-index:2}.home-video .mute-toggle svg{display:block}.home-video .mute-toggle:hover{background:#000000b3}@media (max-width: 768px){.home-video{height:80vh}}.products{margin:0 1rem 2rem;margin-top:65px;padding-bottom:100px;padding:0 1rem;overflow-x:hidden}.products.no-padding{margin-top:0;padding-top:20px;padding-bottom:10px}.products .productsContainer{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:1.5rem;padding:0 .5rem;padding-top:20px}@media (max-width: 768px){.products .productsContainer{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;padding-top:5px}}@media (max-width: 500px){.products .productsContainer{grid-template-columns:1fr;gap:.75rem}}.products .productItem{list-style:none;display:flex;flex-direction:column;cursor:pointer;transition:transform .3s ease;text-decoration:none;color:inherit}.products .productItem:hover{transform:scale(1.02)}.products .productItem a{display:flex;flex-direction:column;width:100%;height:100%;text-decoration:none;color:inherit}.products .productItem .productImage{aspect-ratio:2.3/4;width:100%;height:29rem;position:relative;overflow:hidden;padding-right:10px;box-sizing:border-box}.products .productItem .productImage img.loaded{opacity:1}.products .productItem .productBInfo{font-size:16px;color:#bd6d2a;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding-top:.5rem}@media (max-width: 768px){.products .productItem .productBInfo .productName{font-size:1rem}}@media (max-width: 768px){.products .productItem .productBInfo .productPrice{font-size:.9rem}}.filter-widget{display:flex;align-items:center;justify-content:space-between;background-color:#fff;margin-bottom:1rem;color:#bc6d2a;padding-left:4rem;padding-right:4rem;box-sizing:border-box;position:sticky;top:0;z-index:10;border-top:1px solid #F2E4D5;border-bottom:1px solid #F2E4D5}.filter-widget .left-grid-toggle,.filter-widget .center,.filter-widget .right{display:flex;align-items:center}.filter-widget .left-grid-toggle{display:flex;justify-content:flex-start;gap:1rem}.filter-widget .left-grid-toggle .grid-icon{font-size:1.8rem;cursor:pointer;color:#bc6d2a;transition:all .2s ease}@media (max-width: 768px){.filter-widget .left-grid-toggle .grid-icon{font-size:1rem}}.filter-widget .left-grid-toggle .grid-icon.active{color:#bc6d2a;border-radius:2px;box-shadow:0 0 1px #0000001a;transform:scale(1.5)}@media (max-width: 768px){.filter-widget .left-grid-toggle .grid-icon.active{font-size:1rem;padding:0;box-shadow:0 0 1px #0000001a;transform:scale(1.5);background-color:#fff}}.filter-widget .center{justify-content:center;align-items:center;font-size:1.1em;font-weight:700}.filter-widget .right{justify-content:flex-end;gap:2rem}@media (max-width: 768px){.filter-widget .right{gap:5px}}.filter-widget .sort-by{display:flex;align-items:center;padding:8px 15px;border:1px solid #bc6d2a;border-radius:3px;font-size:.9em;cursor:pointer;position:relative;white-space:nowrap}.filter-widget .sort-by .sort-by-text{margin-right:5px}.filter-widget .sort-by .sort-by-icon{font-size:1.2em;margin-left:5px;display:flex;align-items:center}.filter-widget .sort-by .sort-dropdown{position:absolute;top:100%;left:0;background-color:#fff;border:1px solid #bc6d2a;border-radius:3px;min-width:180px;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;z-index:10}.filter-widget .sort-by .sort-dropdown span{padding:10px 15px;cursor:pointer;color:#bc6d2a;white-space:nowrap}.filter-widget .sort-by .sort-dropdown span:hover{background-color:#f5f5f5}.filter-widget .filter-button{padding:8px 16px;border:1px solid #bc6d2a;border-radius:4px;font-size:.9em;color:#bc6d2a;font-family:"Source Sans 3",sans-serif;font-weight:500;cursor:pointer;transition:background-color .3s ease}.filter-widget .filter-button:hover{background-color:#bc6d2a;color:#fff}.color-swatch-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(32px,1fr));gap:8px;margin-top:10px}.color-box{width:30px;height:30px;border-radius:4px;cursor:pointer;border:2px solid transparent}.color-box.selected{border-color:#bc6d2a}.clear-color-btn{background:none;color:#bc6d2a;border:none;cursor:pointer;margin-left:10px;font-size:.9rem}.filter-sidebar{padding:20px;background-color:#fff;height:100%;width:400px;max-width:90vw;overflow-y:auto}.filter-sidebar .filter-section{margin-bottom:20px}.filter-sidebar .filter-section label,.filter-sidebar .filter-section .availability-label{display:block;font-family:Lato,sans-serif;color:#bc6d2a;font-size:20px;font-weight:500;margin-bottom:10px}.filter-sidebar .filter-section input[type=range]{width:100%}.filter-sidebar .filter-section .price-values{margin-top:8px;font-family:Lato,sans-serif;color:#bc6d2a;font-weight:500}.filter-sidebar .filter-section .toggle-container{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.filter-sidebar .filter-section .toggle-container .toggle-switch{width:40px;height:20px;background-color:#ccc;border-radius:20px;position:relative;transition:background-color .3s ease}.filter-sidebar .filter-section .toggle-container .toggle-switch .toggle-thumb{width:16px;height:16px;background-color:#fff;border-radius:50%;position:absolute;top:2px;left:2px;transition:transform .3s ease}.filter-sidebar .filter-section .toggle-container .toggle-switch.active{background-color:#bc6d2a}.filter-sidebar .filter-section .toggle-container .toggle-switch.active .toggle-thumb{transform:translate(20px)}.cart-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000059;z-index:20;display:flex;justify-content:flex-end}.cart-sidebar .cart-header{display:flex;justify-content:space-between;align-items:center;font-family:"Source Sans 3",sans-serif}.cart-sidebar .cart-header h1{font-size:20px;color:#bc6d2a}.cart-sidebar .cart-header .cart-close{font-size:22px;cursor:pointer;color:#bc6d2a}.cart-sidebar .cart-header .header-divider{border:none;border-top:1px solid #eee;margin:10px 0}@media (max-width: 768px){.filter-widget{flex-wrap:wrap;padding:1rem;gap:1rem}.filter-widget .center{display:none}.filter-widget .sort-by,.filter-widget .filter-button{width:auto;font-size:.85em}.sort-by .sort-dropdown{left:0;right:0;margin:0 auto;min-width:100%}.filter-sidebar{width:100vw;max-width:100vw;padding:1rem}.cart-sidebar .cart-header h1{font-size:18px}.cart-sidebar .cart-header .cart-close{font-size:20px}.filter-section label,.filter-section .availability-label,.filter-section .price-values{font-size:14px}}.checkout-container{display:flex;justify-content:center;padding:40px 20px;background:#fdfaf3;font-family:Lato,sans-serif;margin-top:20px}.checkout-container .checkout-form{display:flex;flex-direction:row;gap:40px;width:100%;max-width:1200px}.checkout-container .left-section{flex:2}.checkout-container .left-section h3{margin-top:20px;margin-bottom:10px;font-size:20px}.checkout-container .left-section input,.checkout-container .left-section select{width:100%;padding:12px;margin-bottom:15px;border:1px solid #ccc;border-radius:4px;font-size:16px}.checkout-container .left-section .name-fields,.checkout-container .left-section .city-fields{display:flex;gap:10px}.checkout-container .left-section .name-fields input,.checkout-container .left-section .name-fields select,.checkout-container .left-section .city-fields input,.checkout-container .left-section .city-fields select{flex:1}.checkout-container .left-section .checkbox{display:flex;align-items:center;margin-bottom:15px}.checkout-container .left-section .checkbox input{margin-right:10px}.checkout-container .left-section .payment-options{margin:20px 0}.checkout-container .left-section .payment-options label{display:block;margin-bottom:10px;font-weight:500}.checkout-container .left-section .submit-btn{padding:15px 25px;font-size:16px;background-color:#bd6d2a;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background .3s}.checkout-container .left-section .submit-btn:hover{background-color:#333}.checkout-container .right-section{width:35%;padding:30px;background-color:#fafafa;border:1px solid #eee;border-radius:8px}.checkout-container .right-section .order-summary h4{margin-bottom:20px;font-size:20px;font-weight:600}.checkout-container .right-section .order-summary .cart-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.checkout-container .right-section .order-summary .cart-item .left{display:flex;align-items:center}.checkout-container .right-section .order-summary .cart-item .left .image-wrapper{position:relative;display:inline-block}.checkout-container .right-section .order-summary .cart-item .left .image-wrapper img{width:60px;height:60px;object-fit:cover;margin-right:15px;border-radius:8px}.checkout-container .right-section .order-summary .cart-item .left .image-wrapper .quantity-badge{position:absolute;top:-5px;right:5px;background-color:#bc6d2a;color:#fff;padding:4px 8px;border-radius:50px;font-size:12px;font-weight:600;box-shadow:0 0 5px #0003}.checkout-container .right-section .order-summary .cart-item .left .item-details p{margin:2px 0;font-size:14px;color:#bd6d2a}.checkout-container .right-section .order-summary .cart-item .left .item-details .item-name{font-weight:600;font-size:20px}.checkout-container .right-section .order-summary .cart-item .left .item-details .item-color{color:#bd6d2a;font-size:15px}.checkout-container .right-section .order-summary .cart-item .right{text-align:right}.checkout-container .right-section .order-summary .cart-item .right .original-price{font-size:13px;text-decoration:line-through;color:#bd6d2a;margin-bottom:2px}.checkout-container .right-section .order-summary .cart-item .right .discounted-price{font-weight:600;font-size:14px;color:#bd6d2a}.checkout-container .right-section .order-summary .cart-item .right .discount{font-size:13px;color:#bc6d2a;margin-top:2px}.checkout-container .right-section .order-summary .discount-code{display:flex;margin-top:20px}.checkout-container .right-section .order-summary .discount-code .discount-input{flex:1;padding:10px;border:1px solid #ccc;border-radius:4px 0 0 4px;font-size:14px}.checkout-container .right-section .order-summary .discount-code .apply-btn{padding:10px 20px;background-color:#bc6d2a;color:#fff;border:none;border-radius:0 4px 4px 0;cursor:pointer;font-size:14px}.checkout-container .right-section .order-summary .applied-code{margin-top:10px}.checkout-container .right-section .order-summary .applied-code .code{display:inline-block;background:#eee;padding:6px 14px;border-radius:20px;font-size:14px}.checkout-container .right-section .order-summary .pricing{margin-top:30px}.checkout-container .right-section .order-summary .pricing .row{display:flex;justify-content:space-between;margin-bottom:10px;font-size:15px}.checkout-container .right-section .order-summary .pricing .row.total{font-weight:600;font-size:30px;margin-top:10px;color:#bd6d2a}.checkout-container .right-section .order-summary .pricing .row.tax-note{font-size:13px;color:#777;margin-top:5px}.checkout-container .right-section .order-summary .pricing .row.savings{font-size:14px;color:#bc6d2a;font-weight:500;margin-top:20px}@media (max-width: 767px){.checkout-container{margin-top:20%}.checkout-container .checkout-form{flex-direction:column}.checkout-container .right-section{width:100%;margin-top:30px;padding:20px}.checkout-container .left-section h3{font-size:18px}.checkout-container .left-section input,.checkout-container .left-section select{font-size:14px;padding:10px}.checkout-container .left-section .submit-btn{font-size:14px;padding:12px 20px}}.login-page{background-color:#f9efce;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:60px 20px;font-family:Lato,sans-serif}.login-card{background-color:#bd6d2a;border-radius:25px;padding:40px 30px;max-width:400px;width:100%;color:#fff;display:flex;flex-direction:column;align-items:center;gap:20px}.login-card .login-logo{width:200px;margin-bottom:10px}@media (max-width: 768px){.login-card .login-logo{display:none}}.login-card h2{margin:0;font-size:24px;font-family:"Source Sans 3" sans-serif;margin-bottom:1rem}.login-card p{font-size:14px;margin-bottom:10px;text-align:left;margin-bottom:1rem}.login-card input{width:100%;padding:12px 15px;border:1px solid #fff;border-radius:8px;background-color:transparent;color:#fff;font-size:16px;margin-bottom:1rem}.login-card input::placeholder{color:#fff;opacity:.7}.login-card button{width:100%;background-color:#fff;color:#bd6d2a;border:none;padding:14px;border-radius:10px;font-weight:700;cursor:pointer;font-size:16px;margin-top:10px}.login-card button:disabled{opacity:.6;cursor:not-allowed}.login-card .privacy,.login-card .back-link{font-size:13px;margin-top:10px;text-align:left;color:#fff;text-decoration:underline;cursor:pointer}.orders-page{padding:2rem;font-family:Lato,sans-serif;background-color:#fff;min-height:80vh;padding-top:100px}.orders-page h2{margin-bottom:1rem;color:#bd6d2a;font-size:2rem}.orders-page .loading-orders,.orders-page .empty-orders{text-align:center;margin-top:2rem;font-size:1.2rem}.orders-page .orders-list{display:flex;flex-direction:column;gap:1.5rem}.orders-page .order-card{background:#faf2cf;border-radius:8px;padding:1rem;box-shadow:0 2px 6px #0000001a;display:flex;flex-direction:column;gap:1rem}.orders-page .order-card .order-header{display:flex;justify-content:space-between;flex-wrap:wrap;border-bottom:1px solid #e0e0e0;padding-bottom:.5rem}.orders-page .order-card .order-header .order-details-left{display:flex;flex-direction:row;gap:5rem}.orders-page .order-card .order-header .order-details-left .label{font-size:1rem}.orders-page .order-card .order-header .order-details-left .label strong{display:block;font-weight:600}.orders-page .order-card .order-header .order-details-left .label div{margin-top:2px}.orders-page .order-card .order-header .order-id-right{font-size:1rem;text-align:right}.orders-page .order-card .order-header .order-id-right strong{display:block;font-weight:600}.orders-page .order-card .order-header .order-id-right div{margin-top:2px}.orders-page .order-card .order-body{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.orders-page .order-card .order-body .order-item{display:flex;align-items:center;gap:1rem}.orders-page .order-card .order-body .order-item img{width:150px;height:150px;object-fit:cover;border-radius:6px;background:#fff}@media (max-width: 768px){.orders-page .order-card .order-body .order-item img{height:150px;width:150px}}.orders-page .order-card .order-body .order-item .item-info{display:flex;flex-direction:column;gap:.3rem;justify-content:flex-start}.orders-page .order-card .order-body .order-item .item-info .item-title{font-size:2rem;font-weight:500;max-width:300px;color:#bd6d2a}.orders-page .order-card .order-body .order-item .item-info .item-qty{font-size:1rem;color:#555}.orders-page .order-card .order-body .track-btn{background:#ffc400;border:none;padding:.5rem 1rem;border-radius:20px;font-weight:700;cursor:pointer;white-space:nowrap}@media (max-width: 768px){.orders-page{padding:1rem;padding-top:150px}.orders-page h2{font-size:1.5rem;text-align:center}.orders-page .order-card{padding:1rem}.orders-page .order-card .order-header{flex-direction:column;gap:1rem}.orders-page .order-card .order-header .order-details-left{flex-direction:row;justify-content:space-between;flex-wrap:wrap;gap:1rem}.orders-page .order-card .order-header .order-id-right{flex-direction:row;display:flex;justify-content:space-between;gap:1rem;text-align:left;margin-top:.5rem}.orders-page .order-card .order-body{flex-direction:column;align-items:flex-start;width:100%}.orders-page .order-card .order-body .order-item{flex-direction:row;align-items:flex-start;gap:1rem;width:100%}.orders-page .order-card .order-body .order-item img{width:100px;height:100px}.orders-page .order-card .order-body .order-item .item-info{flex:1;display:flex;flex-direction:column;gap:.3rem}.orders-page .order-card .order-body .order-item .item-info .item-title{font-size:1.2rem}.orders-page .order-card .order-body .order-item .item-info .item-qty{font-size:.95rem}.orders-page .order-card .order-body .order-item .item-info .item-price{font-size:1rem;color:#000}.orders-page .order-card .order-body .track-btn{margin-top:1rem;align-self:stretch;text-align:center}}.orders-page .clickable{cursor:pointer;color:#bc6d2a}.orders-page .clickable:hover{opacity:.8}.orders-page .logged-in-info{text-align:right;font-size:14px;color:#555;margin-bottom:20px}.orders-page .logged-in-info strong{color:#bc6d2a}@media (max-width: 600px){.orders-page .logged-in-info{text-align:left;font-size:13px;margin-top:10px}}.CategoriesPage{width:100%}.CategoriesPage .CategoriesHeader{position:relative;display:flex;justify-content:center;align-items:center;height:110vh;overflow:hidden}.CategoriesPage .CategoriesHeader img{width:100%;height:100%;object-fit:cover}.CategoriesPage .CategoriesHeader span{position:absolute;padding-top:60vh;font-family:Lato,sans-serif;color:#fff;font-size:5rem;text-shadow:1px 1px 5px rgba(0,0,0,.7);z-index:1}@media (max-width: 768px){.CategoriesPage .CategoriesHeader{height:60vh}.CategoriesPage .CategoriesHeader span{font-size:2.5rem;padding-top:30vh}}@media (max-width: 480px){.CategoriesPage .CategoriesHeader{height:50vh}.CategoriesPage .CategoriesHeader span{font-size:1.5rem;padding-top:20vh}}.Register{display:flex;justify-content:space-between;align-items:start;padding:5vw;font-family:Arial,sans-serif}.Register .leftSection,.Register .rightSection{width:48%;padding:3vw}.Register h2{color:#bd6d2a;font-size:2rem;margin-bottom:2rem}.Register .formGroup{margin-bottom:2rem}.Register .formGroup label{display:block;color:#bd6d2a;font-size:1rem;margin-bottom:.5rem}.Register .formGroup input{width:100%;padding:1rem;border:1px solid #BD6D2A;border-radius:.2rem;font-size:1rem}.Register .sendOtpButton,.Register .signInButton{width:100%;background-color:#bd6d2a;color:#fff;padding:1rem;border:2px solid #BD6D2A;border-radius:.2rem;font-size:1.2rem;cursor:pointer;position:relative;z-index:1;overflow:hidden;transition:color .5s ease,border-color .5s ease,background-color .5s ease}.Register .sendOtpButton:before,.Register .signInButton:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background-color:#fff;transition:left .5s ease-in-out;z-index:-1}.Register .sendOtpButton:hover,.Register .signInButton:hover{color:#bd6d2a;background-color:#fff}.Register .sendOtpButton:hover:before,.Register .signInButton:hover:before{left:0}.Register .googleButton{width:100%;display:flex;align-items:center;justify-content:center;border:1px solid #BD6D2A;color:#bd6d2a;background-color:#fff;padding:1rem;border-radius:.2rem;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.Register .googleButton:hover{background-color:#f4e2d3}.Register .googleButton span{margin-right:.5rem}.Register .divider{text-align:center;margin:2rem 0;font-size:1rem;color:#555}.Register p{font-size:1rem;color:#333;margin-bottom:1.5rem}@media (max-width: 768px){.Register{flex-direction:column}.Register .leftSection,.Register .rightSection{width:100%;margin-bottom:2rem}}.productMain{margin:0 0 0 2.4rem;padding-top:100px;padding-left:3rem;padding-right:3rem;scroll-behavior:smooth}.productMain .product{display:flex;gap:50px;flex-wrap:nowrap}.productMain .product .left{flex:1;display:flex;gap:2rem}.productMain .product .left .images{flex:1;display:flex;flex-direction:column;overflow-y:auto;max-height:150vh;width:9rem;gap:1rem}.productMain .product .left .images img{width:100%;height:11rem;object-fit:cover;cursor:pointer}.productMain .product .left .mainImg{flex:5;display:flex;flex-direction:column;overflow-y:auto;height:150vh;gap:1rem}.productMain .product .left .mainImg video,.productMain .product .left .mainImg img{width:100%;height:90vh;object-fit:cover;margin-bottom:10px}@media (max-width: 768px){.productMain .product .left .mainImg{height:70vh;flex:none}.productMain .product .left .mainImg video,.productMain .product .left .mainImg img{min-width:100vw;width:100vw;height:100%;object-fit:cover}}.productMain .product .right{flex:1;position:sticky;top:0;display:flex;flex-direction:column;color:#bc6d2a;margin:1rem}.productMain .product .right .titleSection{display:inline-block;position:relative;margin-bottom:1rem}.productMain .product .right .titleSection .title{font-weight:600;font-size:2rem;text-align:left;margin:0;font-family:"Source Sans 3",sans-serif}.productMain .product .right .titleSection .productColor{font-size:1.25rem;color:#bc6d2a;text-align:left;margin-top:.3rem;font-family:Lato,sans-serif;font-weight:400;font-style:italic;width:100%}.productMain .product .right .priceRatingsRow{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.1rem}.productMain .product .right .priceRatingsRow .price .cost{font-size:1.3rem;font-weight:400;font-family:Lato,sans-serif}.productMain .product .right .priceRatingsRow .stock-warning{color:#bc6d2a;font-size:.95rem;margin-top:.3rem;font-weight:500}.productMain .product .right .priceRatingsRow .productRatings{display:flex;gap:.3rem;padding:0 2rem}.productMain .product .right .priceRatingsRow .productRatings .filled{color:#bc6d2a}.productMain .product .right .priceRatingsRow .productRatings .unfilled{color:#d3d3d3}.productMain .product .right .addToCart{margin-bottom:2rem;width:100%;background-color:#fff;color:#bc6d2a;padding:1rem;border:1px solid #BC6D2A;border-radius:.2rem;font-size:1.2rem;font-weight:500;cursor:pointer;position:relative;z-index:1;overflow:hidden;transition:color .5s ease,border-color .5s ease,background-color .5s ease}.productMain .product .right .addToCart:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background-color:#bc6d2a;transition:left .5s ease-in-out;z-index:-1}.productMain .product .right .addToCart:hover{color:#fff;background-color:#bc6d2a}.productMain .product .right .addToCart:hover:before{left:0}.productMain .product .right .addToCart:disabled{background-color:#ccc;color:#666;cursor:not-allowed;opacity:.6}.productMain .product .right .addToCart#wishlist{margin-bottom:2rem;width:100%;background-color:#bc6d2a;color:#fff;padding:1rem;border:1px solid #BC6D2A;border-radius:.2rem;font-size:1.2rem;font-weight:500;cursor:pointer;position:relative;z-index:1;overflow:hidden;transition:color .5s ease,border-color .5s ease,background-color .5s ease}.productMain .product .right .addToCart#wishlist:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background-color:#fff;transition:left .5s ease-in-out;z-index:-1}.productMain .product .right .addToCart#wishlist:hover{color:#bc6d2a;background-color:#fff}.productMain .product .right .addToCart#wishlist:hover:before{left:0}.productMain .product .right .productPageAccordionWrapper{border:1px solid #BC6D2A;border-radius:4px;overflow:hidden;margin-top:1rem}.productMain .product .right .productPageSection{margin:0;border-bottom:1px solid #BC6D2A}.productMain .product .right .productPageSection:last-child{border-bottom:none}.productMain .product .right .productPageSection .productPageSectionClass{background-color:transparent;border:none;color:#bc6d2a;padding:.5rem 1rem;cursor:pointer;width:100%;height:60px;font-size:1.2rem;text-align:center;font-family:Lato,sans-serif;font-weight:500;display:flex;justify-content:center;align-items:center;position:relative}.productMain .product .right .productPageSection .productPageSectionClass .label{position:absolute;left:50%;transform:translate(-50%);pointer-events:none}.productMain .product .right .productPageSection .productPageSectionClass .arrow{position:absolute;right:1rem;font-size:1.5rem;transition:transform .3s ease}.productMain .product .right .productPageSection .productPageSectionClass.active{background-color:#bc6d2a;color:#fff}.productMain .product .right .productPageSection .productPageSectionClass.active .arrow{transform:rotate(180deg)}.productMain .product .right .productPageSection .productPageSectionText{padding:.75rem 1rem;font-size:.95rem;color:#bc6d2a;line-height:1.4;background-color:#fff;font-family:Lato,sans-serif;font-weight:100}.productMain .product .right .retunLine{font-size:.9rem}.productMain .product .right hr{margin:2rem 5rem 2rem 0rem}.productMain .product .right .productDescriptionSection{margin-bottom:2rem;margin-top:1rem}.productMain .product .right .productDescriptionSection .descriptionHeading{display:flex;align-items:center;font-size:1rem;font-weight:700;color:#bc6d2a;gap:.5rem}.productMain .product .right .productDescriptionSection .descriptionIcon{width:30px;height:auto}.productMain .product .right .productDescriptionSection hr{border:none;border-bottom:2px solid #BC6D2A;width:100%;margin-bottom:1rem}.productMain .product .right .productDescriptionSection .description{font-weight:100;color:#bc6d2a;line-height:1.5;font-family:Lato,sans-serif}@media (max-width: 768px){.productMain .product{flex-direction:column;align-items:center}.productMain .product .left{flex-direction:column;width:100%}.productMain .product .left .mainImg{display:flex;flex-direction:row;max-height:unset;width:100%}.productMain .product .left .mainImg img{width:100%;height:auto;margin-bottom:0;transition:transform .5s ease}.productMain .product .left .images{order:1;flex-direction:row;max-height:unset;width:100%;margin-top:1rem}.productMain .product .left .images img{width:20vw;height:auto}.productMain .product .right{width:100%;padding:1rem}.productMain .product .right .addToCart{width:100%;padding:.8rem;font-size:1rem}}.productMain .productDetails{margin-top:9%;background-color:#bd6d2a;color:#fff;padding:2rem;display:flex;flex-direction:column;gap:1rem}.productMain .productDetails .productStory{display:flex;flex-direction:column;gap:.7rem}.productMain .productDetails .productStory h1,.productMain .productDetails .productStory span{font-size:.5rem}.productMain .productDetails .productDetailsBottom{display:flex;flex-wrap:wrap;gap:1rem}.productMain .productDetails .productDetailsBottom .features,.productMain .productDetails .productDetailsBottom .details,.productMain .productDetails .productDetailsBottom .material,.productMain .productDetails .productDetailsBottom .country{padding-right:5rem;flex:1 1 calc(50% - 1.5rem)}.productMain .productDetails .productDetailsBottom .features h1,.productMain .productDetails .productDetailsBottom .details h1,.productMain .productDetails .productDetailsBottom .material h1,.productMain .productDetails .productDetailsBottom .country h1{font-size:.5rem;font-weight:700;margin-bottom:.5rem;text-transform:uppercase}.productMain .productDetails .productDetailsBottom .features ul,.productMain .productDetails .productDetailsBottom .details ul,.productMain .productDetails .productDetailsBottom .material ul,.productMain .productDetails .productDetailsBottom .country ul{list-style:disc;padding-left:1.5rem;margin:0}.productMain .productDetails .productDetailsBottom .features ul li,.productMain .productDetails .productDetailsBottom .details ul li,.productMain .productDetails .productDetailsBottom .material ul li,.productMain .productDetails .productDetailsBottom .country ul li{font-size:.95rem;margin-bottom:.5rem}.productMain .similarText{margin:5rem 0 4.5rem;height:74.46px;display:flex;align-items:center;justify-content:center;font-weight:400;font-size:56px;font-family:Ragilen,serif;text-align:center}.productMain .similarProducts{display:flex;flex-wrap:wrap;justify-content:center;gap:2.25rem}.productMain .similarProducts .productItem{list-style:none;display:flex;flex-direction:column;gap:2rem}.productMain .similarProducts .productItem .productImage{width:20.8rem;height:29rem}.productMain .similarProducts .productItem .productBInfo{font-size:16px;color:#bc6d2a;display:flex;flex-direction:column;align-items:center;gap:.5rem}.productMain .similarProducts .productItem .productBInfo .productRatings{display:flex;gap:.3rem}.productMain .similarProducts .productItem .productBInfo .filled{color:#bc6d2a}.productMain .similarProducts .productItem .productBInfo .unfilled{color:#d3d3d3}@media (max-width: 768px){.productMain{margin:0rem;padding-top:0;padding-left:0rem;padding-right:0rem}.productMain .product .right .titleSection{display:inline-block;position:relative;margin-bottom:1.5em}.productMain .product .right .titleSection .title{font-weight:600;font-size:1.5rem;text-align:left;margin:0;font-family:"Source Sans 3",sans-serif}.productMain .product .right .titleSection .productColor{font-size:1rem;color:#bc6d2a;text-align:left;margin-top:.3rem;font-family:Lato,sans-serif;font-weight:400;font-style:italic;width:100%}.productMain .product .right .priceRatingsRow{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem}.productMain .product .right .priceRatingsRow .price .cost{font-size:1.3rem;font-weight:400;font-family:Lato,sans-serif}.productMain .product .right .priceRatingsRow .stock-warning{color:#bc6d2a;font-size:.95rem;margin-top:.3rem;font-weight:500}.productMain .product .right .priceRatingsRow .productRatings{display:flex;gap:.3rem;padding:0 2rem}.productMain .product .right .priceRatingsRow .productRatings .filled{color:#bc6d2a}.productMain .product .right .priceRatingsRow .productRatings .unfilled{color:#d3d3d3}.productMain .product .right .addToCart,.productMain .product .right .addToCart#wishlist{font-size:1rem;padding:.8rem}.productMain .product .right .productPageAccordionWrapper .productPageSectionClass{background-color:transparent;border:none;color:#bc6d2a;cursor:pointer;height:50px;width:100%;font-size:1rem;text-align:center;font-family:Lato,sans-serif;font-weight:500;display:flex;justify-content:center;align-items:center;position:relative}.productMain .product .right .productPageAccordionWrapper .productPageSectionClass .label{padding:1rem;font-size:1rem;position:absolute;left:50%;transform:translate(-50%);pointer-events:none}.productMain .product .right .productPageAccordionWrapper .productPageSectionClass .arrow{position:absolute;right:1rem;font-size:1rem}.productMain .product .right .productPageAccordionWrapper .productPageSectionText{padding:.75rem 1rem;font-size:.7rem;color:#bc6d2a;line-height:1.4;background-color:#fff;font-family:Lato,sans-serif;font-weight:100}.productMain .product .right .productPageAccordionWrapper .productDescriptionSection .descriptionHeading,.productMain .product .right .productPageAccordionWrapper .productDescriptionSection .description{font-size:.9rem}}.quantityControl{display:flex;align-items:center;border:1px solid #BC6D2A;border-radius:4px;overflow:hidden;height:2.4rem;width:7.5rem;font-family:Lato,sans-serif;margin-bottom:.1rem}.quantityControl .qtyBtn{flex:0 0 2.4rem;height:100%;font-size:1.2rem;font-weight:600;color:#bc6d2a;background:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,color .2s ease}.quantityControl .qtyBtn.disabled,.quantityControl .qtyBtn:disabled{opacity:.3;cursor:not-allowed;background:#f2f2f2;color:#aaa}.quantityControl .qtyBtn:hover{background:#bc6d2a;color:#fff}.quantityControl .qtyBtn:active{transform:scale(.95)}.quantityControl .quantity{flex:1 1 auto;text-align:center;font-size:1.1rem;font-weight:500;color:#bc6d2a;-webkit-user-select:none;user-select:none}@media (max-width: 600px){.quantityControl{height:2.2rem;width:7rem}.quantityControl .qtyBtn{font-size:1.1rem}.quantityControl .quantity{font-size:1rem}}.controlRow{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.videoThumbnail video{width:100%;height:auto;object-fit:cover}.Collections-text{font-size:42px;font-weight:600;font-family:"Source Sans 3",sans-serif;text-align:center;color:#bc6d2a;margin-top:4rem;margin-bottom:0rem}@media (max-width: 768px){.Collections-text{font-size:28px}}.productMain{display:flex;flex-direction:column}.stickyBar{position:fixed;top:0;left:0;width:100%;background:#f9efcef2;box-shadow:0 2px 6px #0000001a;display:flex;justify-content:center;align-items:center;gap:1.2rem;padding:.8rem 1.2rem;transform:translateY(-100%);transition:transform .3s ease;z-index:1000}.stickyBar.visible{transform:translateY(0)}.stickyName{font-family:"Source Sans 3",sans-serif;font-size:1rem;font-weight:600;color:#bc6d2a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:50vw;margin-right:1.5rem}.stickyPrice{font-family:Lato,sans-serif;font-size:1rem;font-weight:500;color:#bc6d2a;margin-right:1.5rem}.stickyBtn{background:#bc6d2a;color:#fff;border:none;border-radius:4px;padding:.6rem 1.4rem;font-family:Lato,sans-serif;font-size:.95rem;font-weight:500;cursor:pointer;transition:background .25s}.stickyColor{font-style:italic;color:sienna;margin-left:.25rem}.stickyBtn:hover{background:#a35e24}.stockBadge{display:inline-block;background-color:#dfa35e;color:#fff;font-weight:600;font-size:.75rem;padding:.25rem .75rem;border-radius:9999px;margin-right:3rem;margin-left:1rem;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.products{margin:0rem 1rem 2rem;margin-top:65px;padding-bottom:100px}.products.no-padding{margin-top:0;padding-top:0;padding-bottom:10px}@media (max-width: 500px){.products{margin-top:100px}}@media (max-width: 767px){.products{margin-top:20vh}}.products .productsContainer{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;padding-top:20px}@media (max-width: 768px){.products .productsContainer{padding-top:5px}}.products .productItem{list-style:none;display:flex;flex-direction:column;gap:2rem;width:20.8rem;cursor:pointer;transition:transform .3s ease}.products .productItem:hover{transform:scale(1.05)}.products .productItem .productImage{width:100%;height:29rem;position:relative;overflow:hidden}.products .productItem .productImage .quickViewIcon{position:absolute;bottom:8px;right:8px;background:#ffffffe6;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#333;z-index:9;opacity:1;transition:transform .2s ease,background .2s ease}.products .productItem .productImage .quickViewIcon:hover{background:#f1f1f1;transform:scale(1.1)}.products .productItem .productImage img{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .5s ease-in-out}.products .productItem .productImage.loaded img{opacity:1}.products .productItem .productBInfo{font-size:16px;color:#bd6d2a;display:flex;flex-direction:column;align-items:center;gap:.5rem}.products .productItem .productBInfo .productName{font-size:1.2rem;font-weight:700;text-align:center}@media (max-width: 768px){.products .productItem .productBInfo .productName{font-size:.6rem;font-weight:700;text-align:center}}.products .productItem .productBInfo .productPrice{font-size:1rem;color:#bd6d2a}@media (max-width: 768px){.products .productItem .productBInfo .productPrice{font-size:.8rem}}.products .productItem .productBInfo .productRatings{display:flex;gap:.3rem}.products .productItem .productBInfo .productRatings .filled{color:#bd6d2a}.products .productItem .productBInfo .productRatings .unfilled{color:#d3d3d3}@media (max-width: 1024px){.products .productItem{width:calc(50% - 1.125rem);height:20rem}}@media (max-width: 600px){.products .productItem{width:calc(50% - 1.125rem)}.products .productImage{height:18rem}.products .productBInfo{font-size:14px;flex-direction:column;align-items:center}.products .productBInfo .productName{font-size:1rem}.products .productBInfo .productPrice{font-size:.9rem}}.quickViewOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.quickViewContent{background:#fff;width:90%;max-width:900px;border-radius:8px;padding:2rem;position:relative;display:flex;gap:2rem;max-height:calc(100vh - 4rem);overflow-y:auto;scroll-behavior:smooth}@media (max-width: 768px){.quickViewContent{flex-direction:column;padding:1.5rem;max-height:calc(100vh - 3rem)}}.quickViewContent .closeBtn{position:absolute;top:1rem;right:1rem;background:transparent;font-size:1.5rem;border:none;cursor:pointer}.quickViewContent .leftColumn img{width:100%;max-width:350px;border-radius:8px;object-fit:cover}@media (max-width: 768px){.quickViewContent .leftColumn img{max-height:40vh;max-width:5000px}}.quickViewContent .rightColumn{flex:1;display:flex;flex-direction:column;font-family:Lato,sans-serif;justify-content:space-between;min-height:100%}.quickViewContent .rightColumn .topContent{display:flex;flex-direction:column;justify-content:flex-start}.quickViewContent .rightColumn .topContent .productHeader{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:1rem}.quickViewContent .rightColumn .topContent .productHeader h2{font-size:1.5rem;color:#bd6d2a}.quickViewContent .rightColumn .topContent .productHeader h3{color:#bd6d2a}.quickViewContent .rightColumn .topContent .price{font-size:1.2rem;color:#bd6d2a;margin-bottom:2rem}.quickViewContent .rightColumn .topContent .sizes{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.quickViewContent .rightColumn .topContent .sizes button{padding:.4rem .8rem;border:1px solid #ccc;background:none;cursor:pointer;font-size:.9rem}.quickViewContent .rightColumn .topContent .sizes button:hover{border-color:#bd6d2a}.quickViewContent .rightColumn .topContent .quantity{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.quickViewContent .rightColumn .topContent .quantity button{width:30px;height:30px;border:1px solid #ccc;background:#f9f9f9;font-size:1.2rem;cursor:pointer}.quickViewContent .rightColumn .topContent .quantity span{font-size:1rem}.quickViewContent .rightColumn .topContent .description{color:#bd6d2a;font-size:15px;line-height:1.5rem}.quickViewContent .rightColumn .actionButtons{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;margin-top:3rem}@media (max-width: 768px){.quickViewContent .rightColumn .actionButtons{margin-top:1rem}}.quickViewContent .rightColumn .actionButtons .addToCart{width:100%;padding:.8rem;background:#f5f5f5;border:1px solid #ccc;cursor:pointer;font-size:1rem;text-align:center}.quickViewContent .rightColumn .actionButtons .buyNow{width:100%;background-color:#bd6d2a;color:#fff;border:none;padding:.8rem;font-size:1rem;cursor:pointer;text-align:center}.quickViewContent .rightColumn .viewDetails{font-size:1rem;color:#666;text-decoration:underline;cursor:pointer;align-self:flex-end;margin-top:auto}@media (max-width: 768px){.quickViewContent .rightColumn .viewDetails{margin-top:1rem;padding-bottom:1rem}}.product-grid{display:grid;gap:1rem}.product-grid.grid-2{grid-template-columns:repeat(2,1fr)}.product-grid.grid-3{grid-template-columns:repeat(3,1fr);gap:1.5rem}.product-grid.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width: 768px){.product-grid.grid-4{display:flex;flex-wrap:wrap;gap:1rem}.product-grid.grid-4 .productItem{width:calc(25% - 1.125rem)}.product-grid.grid-4 .productItem .productImage{height:20rem}.product-grid.grid-3{display:flex;flex-wrap:wrap;gap:1rem}.product-grid.grid-3 .productItem .productImage{height:40rem}.product-grid.grid-2{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.product-grid.grid-2 .productItem{width:100%;height:auto}.product-grid.grid-2 .productItem .productImage{height:30rem}}@media (max-width: 500px){.product-grid{grid-template-columns:repeat(1,1fr);gap:.75rem}}.notifyRow{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;color:#bc6d2a;font-family:Lato,sans-serif}.notifyRow .notifyText{font-size:.95rem;font-weight:500}.notifyRow .notifyInput{border:1px solid #BC6D2A;border-radius:4px;padding:.5rem 1rem;font-size:1rem;color:#bc6d2a;width:100%}.notifyRow .notifyInput:focus{outline:none;border-color:#925521}.notifyRow .notifyButton{background-color:#bc6d2a;color:#fff;border:none;padding:.75rem 1rem;border-radius:4px;font-size:1rem;cursor:pointer;transition:background .3s ease}.notifyRow .notifyButton:hover{background-color:#a76125}.notifyRow .notifyButton:active{transform:scale(.98)}@media (max-width: 600px){.notifyRow .notifyInput,.notifyRow .notifyButton{font-size:.9rem;padding:.6rem .8rem}}.priceNoteBadge{display:inline-block;background-color:#f3f3f3;color:#555;font-size:.75rem;padding:3px 8px;border-radius:20px;margin-top:4px;margin-bottom:1rem;font-weight:500;align-self:flex-start;margin-left:0}.customerReviews{margin:2rem 0rem;padding:1.5rem;color:#bc6d2a;font-family:sans-serif;background-color:#f8f1ea;font-family:Lato,sans-serif}.customerReviews .starRating{display:flex;justify-content:center;margin-bottom:1rem}.customerReviews .starRating input{display:none;font-family:Lato,sans-serif}.customerReviews .starRating .star{cursor:pointer;transition:color .2s}.customerReviews .reviewHeader{display:flex;justify-content:space-between;align-items:center;font-family:Lato,sans-serif}.customerReviews .reviewHeader h3{font-size:1.4rem;font-weight:700;font-family:Lato,sans-serif}.customerReviews .reviewHeader .writeReviewBtn{border:1px solid #bc6d2a;border-radius:5px;background:transparent;color:#bc6d2a;padding:.4rem 1rem;cursor:pointer;transition:all .3s ease;font-family:Lato,sans-serif}.customerReviews .reviewHeader .writeReviewBtn:hover{background-color:#bc6d2a;color:#fff}.customerReviews .reviewForm{margin-top:1rem;display:flex;flex-direction:column;gap:.75rem;font-family:Lato,sans-serif}.customerReviews .reviewForm .nameInput,.customerReviews .reviewForm .feedbackInput{padding:.75rem;border:1px solid #bc6d2a;border-radius:4px;font-size:1rem;background-color:#fff;color:#333;font-family:Lato,sans-serif}.customerReviews .reviewForm .nameInput::placeholder,.customerReviews .reviewForm .feedbackInput::placeholder{color:#999;font-family:Lato,sans-serif}.customerReviews .reviewForm .feedbackInput{min-height:100px;resize:vertical;font-family:Lato,sans-serif}.customerReviews .reviewForm .submitReviewBtn{align-self:flex-start;background-color:#bc6d2a;color:#fff;padding:.5rem 1.2rem;border:none;border-radius:4px;cursor:pointer;font-weight:600;transition:background-color .3s ease}.customerReviews .reviewForm .submitReviewBtn:hover{background-color:#a85c20}.customerReviews .ratingSummary{margin-top:1rem}.customerReviews .ratingSummary .stars{font-size:1.2rem}.customerReviews .ratingSummary p{font-size:.95rem;margin-top:.2rem}.customerReviews .ratingBars{margin-top:1rem}.customerReviews .ratingBars .ratingRow{display:flex;align-items:center;margin-bottom:.4rem}.customerReviews .ratingBars .ratingRow .starLabel{width:6rem;font-size:.95rem}.customerReviews .ratingBars .ratingRow .barContainer{flex:1;height:1rem;border:1px solid #bc6d2a;margin-left:.5rem;position:relative;background-color:#fff}.customerReviews .ratingBars .ratingRow .barContainer .bar{background-color:#bc6d2a;height:100%}.customerReviews .ratingBars .ratingRow .barContainer .fill-5{width:100%}.customerReviews .ratingBars .ratingRow .barContainer .fill-4,.customerReviews .ratingBars .ratingRow .barContainer .fill-3,.customerReviews .ratingBars .ratingRow .barContainer .fill-2,.customerReviews .ratingBars .ratingRow .barContainer .fill-1{width:0%}.customerReviews .sortDropdown{margin-top:1rem}.customerReviews .sortDropdown .sortBtn{border:1px solid #bc6d2a;background:transparent;color:#bc6d2a;padding:.4rem 1rem;cursor:pointer}.customerReviews .sortDropdown .sortBtn .arrow{margin-left:.5rem}.customerReviews .sortDropdown .sortBtn:hover{background-color:#bc6d2a;color:#fff}.customerReviews .reviewsList{margin-top:1.5rem;display:flex;flex-direction:column;gap:1.2rem}.customerReviews .reviewsList .reviewCard{display:flex;flex-direction:row;align-items:flex-start;gap:16px;background:#fff;border-radius:10px;padding:16px;margin-bottom:16px;box-shadow:0 2px 6px #0000000d;overflow-wrap:break-word}@media (max-width: 600px){.customerReviews .reviewsList .reviewCard{flex-direction:column;align-items:center;text-align:center}}.customerReviews .reviewsList .reviewImgWrapper{flex-shrink:0;width:80px;height:80px;border-radius:8px;overflow:hidden;background:#f5f5f5}@media (max-width: 600px){.customerReviews .reviewsList .reviewImgWrapper{width:100px;height:100px}}.customerReviews .reviewsList .reviewImg{width:100%;height:100%;object-fit:cover}.customerReviews .reviewsList .reviewContent{flex:1;display:flex;flex-direction:column;align-items:flex-start;text-align:left;word-break:break-word}@media (max-width: 600px){.customerReviews .reviewsList .reviewContent{align-items:center;text-align:center}}.customerReviews .reviewsList .reviewHeaderRow{display:flex;justify-content:space-between;align-items:center;width:100%;flex-wrap:wrap;gap:8px}@media (max-width: 600px){.customerReviews .reviewsList .reviewHeaderRow{justify-content:center;flex-direction:column}}.customerReviews .reviewsList .reviewContent p{margin:6px 0;font-size:14px;line-height:1.5;max-width:100%}.customerReviews .reviewsList .reviewContent small{font-size:12px;color:#777;margin-top:4px}.customerReviews .reviewsList .noReviews{text-align:center;color:#bc6d2a;font-style:italic}.customerReviews .snackbar{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background-color:#4caf50;color:#fff;padding:12px 20px;border-radius:8px;box-shadow:0 4px 8px #0003;z-index:1000;font-weight:500;animation:fadeInOut 3s ease-in-out}@keyframes fadeInOut{0%{opacity:0;transform:translate(-50%) translateY(10px)}10%{opacity:1;transform:translate(-50%) translateY(0)}90%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(10px)}}.seeMoreBtn{background:none;border:none;color:#bc6d2a;cursor:pointer;font-size:.85rem;padding:0;font-family:Lato,sans-serif;margin-top:5px}.seeMoreBtn:hover{text-decoration:underline}.reviewContent p.clamp{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.weaving-promo-section .text-box{background-color:#bd6d2a;color:#fff;padding:2rem 4rem;border-radius:1rem;width:75%;z-index:1;box-shadow:0 10px 20px #0000001a;display:flex;flex-direction:column;justify-content:center}.weaving-promo-section .blank-container{background-color:#bd6d2a;border-radius:1rem;flex-grow:1;width:40%;box-shadow:0 10px 20px #0000001a;z-index:1}@media (max-width: 650px){.weaving-promo-section .text-box{width:100%;text-align:left;padding:2rem;margin:0rem}.weaving-promo-section .text-box p{font-size:.6rem;font-weight:500;margin-bottom:1rem}.weaving-promo-section .text-box .cta-button{background-color:#883b36;display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:nowrap;color:#fff;border:none;padding:.8rem 2rem;border-radius:.5rem;font-size:.5rem;white-space:nowrap}}.know-your-weaver{display:flex;justify-content:space-between;background-color:#faf2cf;overflow:hidden;color:#fff;height:50vh;margin-top:4rem}.know-your-weaver .scroll-columns{padding:0rem 1rem;display:flex;flex-direction:row;width:40%;gap:2rem;overflow:hidden}.know-your-weaver .scroll-columns .scroll-column{width:50%;overflow:hidden;position:relative}.know-your-weaver .scroll-columns .scroll-column .scroll-track{display:flex;flex-direction:column;animation-duration:10s;animation-timing-function:linear;animation-iteration-count:infinite}.know-your-weaver .scroll-columns .scroll-column .scroll-track img{width:100%;object-fit:cover;border-radius:10px;margin-bottom:2rem;flex-shrink:0}.know-your-weaver .scroll-columns .scroll-column .up{animation-name:scrollUp}.know-your-weaver .scroll-columns .scroll-column .down{animation-name:scrollDown}@keyframes scrollUp{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes scrollDown{0%{transform:translateY(-50%)}to{transform:translateY(0)}}.know-your-weaver .center-content{width:55%;text-align:center;color:#bd6d2a;display:flex;flex-direction:column;justify-content:center}.know-your-weaver .center-content .weaver-images{display:flex;justify-content:center;align-items:center;gap:20px;margin-bottom:20px}.know-your-weaver .center-content .weaver-images .circle-img{width:100px;height:100px;border-radius:50%;overflow:hidden;transition:transform .3s ease}.know-your-weaver .center-content .weaver-images .circle-img.center{width:150px;height:150px}.know-your-weaver .center-content .weaver-images .circle-img img{width:100%;height:100%;object-fit:cover}.know-your-weaver .center-content h2{font-size:2.5rem;font-family:"Source Sans 3" sans-serif;font-weight:500;margin-bottom:15px}.know-your-weaver .center-content p{font-size:1rem;font-family:Lato,sans-serif;font-weight:400;line-height:1.5}@media (max-width: 768px){.know-your-weaver{flex-direction:row;height:400px;align-items:center;margin:2rem 0rem}.know-your-weaver .scroll-columns{flex-direction:row;width:100%;gap:10px;height:400px}.know-your-weaver .scroll-columns.left{justify-content:flex-start}.know-your-weaver .scroll-columns.right{justify-content:flex-end}.know-your-weaver .scroll-columns .scroll-column{width:70%}.know-your-weaver .scroll-columns .scroll-column.narrow{display:none}.know-your-weaver .scroll-columns .scroll-column .scroll-track img{height:120px}.know-your-weaver .center-content{width:90%;justify-content:center;padding-top:50px}.know-your-weaver .center-content .weaver-images{flex-wrap:wrap}.know-your-weaver .center-content .weaver-images .circle-img{width:80px;height:80px;display:none}.know-your-weaver .center-content .weaver-images .circle-img.center{width:110px;height:110px;display:block}.know-your-weaver .center-content h2{font-size:1.2rem;margin:10px 0}.know-your-weaver .center-content p{font-size:.7rem}}.overlayBackdrop{position:fixed;top:0;left:0;bottom:0;width:100vw;background-color:#000000d9;display:flex;align-items:center;justify-content:center;z-index:9999}.overlayContent{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000;display:flex;align-items:center;justify-content:center;padding:0;border-radius:0;overflow:hidden;flex-direction:row}@media (max-width: 768px){.overlayContent{flex-direction:column}}.closeButton{position:absolute;top:1rem;right:1.5rem;font-size:1.8rem;background:none;color:#fff;border:none;cursor:pointer;z-index:10;-webkit-user-select:none;user-select:none}.navigationButtons{position:absolute;top:50%;width:100%;display:flex;justify-content:space-between;pointer-events:none;z-index:10}.navigationButtons .navBtn{pointer-events:all;background:transparent;color:#fff;border:none;font-size:5rem;padding:0 1rem;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .3s ease}.navigationButtons .navBtn:hover:not(:disabled){background:#bc6d2a;color:#fff}.navigationButtons .navBtn:disabled{opacity:.3;cursor:not-allowed}.imageContainer{display:flex;align-items:center;justify-content:center;gap:1rem;width:100%;max-height:80vh}@media (max-width: 768px){.imageContainer{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:0;width:100vw;height:100vh}}.centerImageWrapper{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;touch-action:none;-webkit-user-select:none;user-select:none}.centerImage{max-height:none;max-width:none;width:auto;height:auto;object-fit:unset;position:relative;border-radius:8px;transition:transform .25s ease-in-out;cursor:pointer;-webkit-user-drag:none}@media (max-width: 768px){.centerImage{width:100vw;height:100vh;object-fit:contain}}.centerVideo{max-height:80vh;max-width:60vw;border-radius:8px;outline:none}.centerImage.zoomed{cursor:zoom-out}.zoomControls{margin-top:.5rem;display:flex;align-items:center;gap:1rem}.zoomControls button{font-size:1.5rem;width:2.5rem;height:2.5rem;border:1px solid #999;border-radius:4px;background:#fff;cursor:pointer;-webkit-user-select:none;user-select:none}.zoomControls button:disabled{opacity:.4;cursor:not-allowed}.zoomControls span{font-weight:600;min-width:50px;text-align:center}.sideImage{max-height:60vh;max-width:15vw;object-fit:contain;border-radius:6px;filter:brightness(.7);opacity:.7;cursor:pointer;transition:filter .3s ease,opacity .3s ease}@media (max-width: 768px){.sideImage{display:none}}.sideImage:hover{filter:brightness(.9);opacity:1}.videoOverlayContent{position:relative;background-color:#fff;border-radius:8px;padding:20px;max-width:90%;max-height:90%;overflow:auto;touch-action:none;overflow:hidden}.videoOverlayContent video{display:block;max-width:100%;height:auto;border-radius:4px}.videoOverlayContent .closeButton{position:absolute;top:10px;right:10px;background:none;border:none;color:#333;font-size:1.2rem;cursor:pointer;outline:none}.videoOverlayContent .closeButton:hover{color:#555}.pincodeChecker{margin-bottom:1rem}.pincodeChecker .pincodeRow{display:flex;gap:.75rem;align-items:center;margin-bottom:.3rem}.pincodeChecker .pincodeRow input::placeholder{font-family:Lato,sans-serif;font-style:italic}.pincodeChecker input[type=text]{border:1px solid #BC6D2A;border-radius:4px;padding:.6rem 1rem;font-size:1rem;font-family:Lato,sans-serif;color:#bc6d2a;background-color:#fff;outline:none;width:10rem;transition:box-shadow .2s ease}.pincodeChecker input[type=text]:focus{box-shadow:0 0 6px #bc6d2a4d}.pincodeChecker .checkButton{background-color:#fff;color:#bc6d2a;border:1px solid #BC6D2A;border-radius:4px;padding:.6rem 1.2rem;font-size:1rem;font-family:Lato,sans-serif;font-weight:500;cursor:pointer;transition:background .3s ease,color .3s ease,transform .2s}.pincodeChecker .checkButton:hover{background-color:#bc6d2a;color:#fff;transform:translateY(-1px)}.pincodeChecker .checkButton:active{transform:translateY(0)}.pincodeChecker .etaInfo{font-size:.95rem;font-style:italic;color:#bc6d2a;font-family:Lato,sans-serif;opacity:0;animation:fadeIn .4s ease forwards;margin-left:.2rem}.pincodeChecker .notServiceable{margin-top:.5rem;font-size:1rem;color:#bc2a2a}@keyframes fadeIn{to{opacity:1}}.draggableVideo{box-shadow:0 4px 8px #0003;border-radius:8px;background:#000;overflow:hidden;touch-action:none;-webkit-user-select:none;user-select:none;position:fixed}.draggableVideo .closeBtn{position:absolute;top:4px;right:6px;background:#0009;border:none;color:#fff;font-size:18px;font-weight:700;cursor:pointer;border-radius:50%;width:24px;height:24px;line-height:20px;padding:0;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .2s ease}.draggableVideo .closeBtn:hover{background:#f00c}.draggableVideo video{border-radius:8px}.collectionMain{width:100%}.collectionMain .collectionHeader{position:relative;display:flex;justify-content:center;align-items:center;height:110vh;overflow:hidden}.collectionMain .collectionHeader img{width:100%;height:100%;object-fit:cover}.collectionMain .collectionHeader span{position:absolute;padding-top:60vh;font-family:Lato,sans-serif;color:#fff;font-size:5rem;text-shadow:1px 1px 5px rgba(0,0,0,.7);z-index:1}.collectionMain .collections{width:100%;display:flex;flex-wrap:nowrap;overflow-x:auto;justify-content:center;gap:2rem;padding-top:10rem;padding-left:5rem;padding-right:5rem}.collectionMain .collections .collection{display:flex;flex-direction:column;align-items:center;width:15rem;cursor:pointer;text-align:center}.collectionMain .collections .collection img{width:100%;height:20rem;object-fit:cover;transition:transform .3s ease}.collectionMain .collections .collection .name{margin-top:1rem;font-size:20px;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:Lato,sans-serif}.collectionMain .collections .collection:hover img{transform:scale(1.05)}.collectionMain .AboutUs{padding-top:4rem;width:100%}@media (max-width: 1024px){.collectionMain{padding:0rem 0rem 4rem}.collections{gap:1.5rem}.collections .collection{width:45%}.collections .collection img{height:14rem}.collections .collection .name{font-size:1.8rem}}@media (max-width: 768px){.collectionMain .collections{flex-wrap:wrap;justify-content:center;gap:10px;padding-left:10px;padding-top:7rem;padding-right:10px}.collectionMain .collections .collection{width:48%;box-sizing:border-box}.collectionMain .collections .collection img{height:12rem;width:100%;object-fit:cover}.collectionMain .collections .collection .name{font-size:1rem;text-align:center}}.profile-container{display:flex;margin:24vh 2.4rem 0 2.4rem;gap:2rem}.profile-container .sidebar{background:#f9f9f9;padding:2rem;border-radius:.5rem;display:flex;flex-direction:column;gap:1rem;box-shadow:0 0 10px #0000001a;width:20rem}.profile-container .sidebar ul{list-style:none;padding:0}.profile-container .sidebar ul li{display:flex;align-items:center;gap:.8rem;padding:.8rem;border-radius:.4rem;font-size:1rem;cursor:pointer}.profile-container .sidebar ul li.active{color:#bd6d2a;font-weight:700}.profile-container .sidebar ul li:hover{background:#ececec}.profile-container .sidebar .signout{background-color:#bd6d2a;color:#fff;padding:.5rem;border:1px solid #BD6D2A;border-radius:.2rem;font-size:1.2rem;font-weight:700;cursor:pointer;position:relative;z-index:0;overflow:hidden;transition:color .5s ease,border-color .5s ease,background-color .5s ease;text-wrap:nowrap}.profile-container .sidebar .signout:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background-color:#fff;transition:left .5s ease-in-out;z-index:-1}.profile-container .sidebar .signout:hover{color:#bd6d2a;background-color:#fff}.profile-container .sidebar .signout:hover:before{left:0;background-color:#fff}.profile-container .content-section{flex:1;padding:2rem;background:#fff;border-radius:.5rem;box-shadow:0 0 10px #0000001a}.profile-container .content-section .profile-content .profile-header{display:flex;align-items:start;flex-direction:column;gap:1rem}.profile-container .content-section .profile-content .profile-header .profile-image{width:8rem;height:8rem;border-radius:50%}.profile-container .content-section .profile-content .profile-header h2{color:#bd6d2a;font-weight:bolder}.profile-container .content-section .profile-content .profile-form{display:flex;flex-direction:column;gap:2rem;margin-top:3rem}.profile-container .content-section .profile-content .profile-form .input-group{display:flex;gap:1.5rem}.profile-container .content-section .profile-content .profile-form .input-group label{flex:1;display:flex;align-items:center;gap:.5rem;border:1px solid #BD6D2A;padding:1rem;border-radius:.2rem}.profile-container .content-section .profile-content .profile-form .input-group label input{border:none;flex:1;outline:none;font-size:1rem}.profile-container .content-section .profile-content .profile-form .full-width{display:flex;align-items:center;gap:.5rem;border:1px solid #BD6D2A;padding:1rem;border-radius:.2rem}.profile-container .content-section .profile-content .profile-form .full-width input{border:none;flex:1;outline:none;font-size:1rem}.profile-container .content-section .profile-content .profile-form .edit-btn{background-color:#bd6d2a;color:#fff;padding:.8rem;border:1px solid #BD6D2A;border-radius:.2rem;font-size:1.2rem;font-weight:700;cursor:pointer;position:relative;z-index:1;overflow:hidden;transition:color .5s ease,border-color .5s ease,background-color .5s ease}.profile-container .content-section .profile-content .profile-form .edit-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background-color:#fff;transition:left .5s ease-in-out;z-index:-1}.profile-container .content-section .profile-content .profile-form .edit-btn:hover{color:#bd6d2a;background-color:#fff}.profile-container .content-section .profile-content .profile-form .edit-btn:hover:before{left:0;background-color:#fff}.profile-container .profile-illustration{display:flex;align-items:center;justify-content:center}.profile-container .profile-illustration img{width:30rem}@media (max-width: 1200px){.profile-container{flex-direction:column;margin:5rem 1rem 0;gap:1rem}.profile-container .sidebar{width:100%;padding:1rem}.profile-container .sidebar ul{display:flex;flex-wrap:wrap;width:100%;justify-content:space-around;align-items:start}.profile-container .sidebar ul li{font-size:.9rem;padding:.5rem}.profile-container .sidebar .signout{width:80%;align-self:center}.profile-container .content-section{padding:1.5rem}.profile-container .profile-illustration img{width:12rem}.profile-container .input-group{display:flex;gap:1rem;flex-direction:column}.profile-container .input-group label{display:flex;align-items:center}}.order-summary-page{max-width:1100px;margin:2rem auto;padding:1rem;display:flex;gap:2rem;font-family:Lato,sans-serif}@media (max-width: 768px){.order-summary-page{flex-direction:column-reverse;padding:3rem 1.5rem;gap:1.5rem}}.order-summary-page .billing-details{flex:1;padding:1.5rem 2rem 2rem}.order-summary-page .billing-details h2{margin-bottom:1.5rem;font-weight:400;color:#bc6d2a;font-family:Lato,sans-serif;font-size:1.8rem}@media (max-width: 768px){.order-summary-page .billing-details h2{font-size:1.5rem}}.order-summary-page .billing-details form{display:flex;flex-direction:column;gap:1rem}.order-summary-page .billing-details form input{padding:.75rem 1rem;border:1.5px solid #ccc;border-radius:5px;font-size:1rem;font-weight:300;transition:border-color .3s ease}.order-summary-page .billing-details form input:focus{border-color:#be6d2a;outline:none;box-shadow:0 0 5px #be6d2a80}.order-summary-page .billing-details form input::placeholder{color:#999}@media (max-width: 768px){.order-summary-page .billing-details form input{font-size:.95rem;padding:.6rem .9rem}}.order-summary-page .order-details{flex:1;padding:1.5rem 2rem 2rem}.order-summary-page .order-details h2{margin-bottom:1.5rem;font-weight:400;color:#bc6d2a;font-family:Lato,sans-serif;font-size:1.8rem}@media (max-width: 768px){.order-summary-page .order-details h2{font-size:1.5rem}}.order-summary-page .order-details .order-item{display:flex;gap:1rem;margin-bottom:1rem;align-items:center}.order-summary-page .order-details .order-item img{width:80px;height:80px;object-fit:cover;border-radius:6px;border:1px solid #ddd}@media (max-width: 768px){.order-summary-page .order-details .order-item img{width:70px;height:70px}}.order-summary-page .order-details .order-item .order-item-info p{margin:0;font-weight:300}.order-summary-page .order-details .order-item .order-item-info p.item-name{color:#3b2f1b;font-size:1.1rem}@media (max-width: 768px){.order-summary-page .order-details .order-item .order-item-info p.item-name{font-size:1rem}}.order-summary-page .order-details .order-item .order-item-info p:not(.item-name){font-size:.9rem;color:#555}@media (max-width: 768px){.order-summary-page .order-details .order-item .order-item-info p:not(.item-name){font-size:.85rem}}.order-summary-page .order-details hr{border:none;border-top:1.5px solid #ddd;margin:1rem 0}.order-summary-page .order-details .total-price{font-weight:600;font-size:1.3rem;color:#be6d2a;text-align:right;margin-top:0}@media (max-width: 768px){.order-summary-page .order-details .total-price{font-size:1.1rem}}.order-summary-page .order-details .place-order-btn{margin-top:1.5rem;background-color:#be6d2a;border:none;color:#fff;font-weight:600;font-size:1.1rem;padding:.75rem;border-radius:6px;cursor:pointer;width:100%;transition:background-color .3s ease}.order-summary-page .order-details .place-order-btn:hover{background-color:#a15b21}@media (max-width: 768px){.order-summary-page .order-details .place-order-btn{font-size:1rem;padding:.6rem}}.knwPage{width:100%;overflow-x:hidden}.knwPage .knwHeader{position:relative;display:flex;justify-content:center;align-items:center;height:80vh;overflow:hidden;font-family:"Source Sans 3",sans-serif}.knwPage .knwHeader img{width:100%;height:100%;object-fit:cover}.knwPage .knwHeader .title{position:absolute;padding-top:40vh;font-family:Lato,sans-serif;color:#fff;font-size:5rem;text-shadow:1px 1px 5px rgba(0,0,0,.7);z-index:1}.knwPage .knwHeader .subtitle{position:absolute;padding-top:65vh;font-family:Lato,sans-serif;color:#fff;font-size:5rem;text-shadow:1px 1px 5px rgba(0,0,0,.7);z-index:1}.knwPage .knwHeader .subtitle{font-size:2rem}.knwPage .weavingpromo{padding:2rem}@media (max-width: 768px){.knwPage .knwHeader{height:60vh}.knwPage .knwHeader .title{font-size:2.5rem;padding-top:30vh}.knwPage .knwHeader .subtitle{font-size:2rem;padding-top:45vh}.knwPage .weavingpromo{padding:0rem}}@media (max-width: 480px){.knwPage .knwHeader{height:50vh}.knwPage .knwHeader .title{font-size:1.5rem;padding-top:20vh}.knwPage .knwHeader .subtitle{font-size:1rem;padding-top:30vh}}.image-carousel{background-color:#faf2cf;padding:1rem;overflow:hidden;width:100%;box-sizing:border-box;position:relative}.image-carousel .carousel-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;scroll-behavior:smooth;padding-bottom:1rem}.image-carousel .carousel-track::-webkit-scrollbar{display:none}.image-carousel .carousel-track .carousel-item{min-width:calc(100% - 2rem);max-width:100%;flex-shrink:0;scroll-snap-align:start;border-radius:10px;overflow:hidden;text-align:left}.image-carousel .carousel-track .carousel-item img{width:100%;height:auto;display:block;border-radius:10px 10px 0 0}.image-carousel .carousel-track .carousel-item p{padding:.5rem;font-size:1rem;font-family:Lato,sans-serif;text-align:left}.image-carousel .carousel-track{display:flex;overflow-x:scroll;scroll-behavior:auto;scroll-snap-type:none;-webkit-overflow-scrolling:touch}.image-carousel .carousel-item{flex:0 0 auto;width:100%}.image-carousel .dot-indicators{text-align:center;margin-top:.5rem}.image-carousel .dot-indicators .dot{height:10px;width:10px;margin:0 5px;background-color:#bbb;border-radius:50%;display:inline-block;cursor:pointer;transition:background-color .3s ease}.image-carousel .dot-indicators .dot.active{background-color:#333}.image-carousel .arrows{position:absolute;bottom:10px;right:10px;display:flex;gap:.5rem;z-index:10}.image-carousel .arrows .arrow{background:#0000004d;border:none;color:#fff;font-size:1.5rem;padding:.3rem .6rem;border-radius:4px;cursor:pointer;transition:background .3s ease}.image-carousel .arrows .arrow:hover{background:#0009}.image-carousel .arrows .arrow-left{margin-right:.3rem}@media (min-width: 768px){.image-carousel .carousel-track .carousel-item{min-width:calc(33.333% - 1rem);max-width:calc(33.333% - 1rem)}}@media (max-width: 768px){.image-carousel .carousel-track .carousel-item{min-width:calc(50% - 1rem);max-width:calc(50% - 1rem)}}.full-width-text-section{width:100%;background-color:#faf2cf;padding:2rem 1rem;box-sizing:border-box}.full-width-text-section .container{margin:0 auto;max-width:1200px}.full-width-text-section p{font-family:Lato,sans-serif;font-size:1.5rem;color:#333;text-align:center}@media (max-width: 768px){.full-width-text-section p{font-size:1.2rem}}.weaving-promo-section{width:100%;background:transparent;font-family:Lato,sans-serif;margin-top:4rem}.weaving-promo-section .content-container{position:relative;display:flex;align-items:stretch;min-height:200px;justify-content:space-between;max-width:100%;box-sizing:border-box;gap:6rem}.weaving-promo-section .text-box{background-color:#faf2cf;color:#000;padding:2rem 4rem;border-radius:1rem;width:75%;z-index:1;box-shadow:0 10px 20px #0000001a;display:flex;flex-direction:column;justify-content:center}.weaving-promo-section .text-box p{font-size:2rem;font-weight:500;margin-bottom:1rem}.weaving-promo-section .text-box .cta-button{background-color:#883b36;color:#fff;width:30%;border:none;padding:.8rem 2rem;border-radius:.5rem;font-size:1rem;cursor:pointer;transition:background .3s}.weaving-promo-section .blank-container{background-color:#faf2cf;border-radius:1rem;flex-grow:1;width:40%;box-shadow:0 10px 20px #0000001a;z-index:1}.weaving-promo-section .promo-image{position:absolute;left:65%;transform:translate(-50%,-50%);top:18%;height:200%;z-index:2;object-fit:contain}@media (max-width: 768px){.weaving-promo-section .content-container{flex-direction:row;align-items:flex-start;gap:1rem;padding-left:1rem;padding-right:1rem}.weaving-promo-section .text-box{width:100%;text-align:left;padding:2rem;margin:0rem}.weaving-promo-section .text-box p{font-size:.9rem;font-weight:500;margin-bottom:1rem}.weaving-promo-section .text-box .cta-button{background-color:#883b36;display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:nowrap;color:#fff;border:none;padding:.8rem 2rem;border-radius:.5rem;font-size:.7rem;white-space:nowrap}.weaving-promo-section .blank-container{display:none}.weaving-promo-section .promo-image{position:absolute;padding-right:1rem;left:85%;top:10%;height:200%;z-index:2;object-fit:contain}}@media (max-width: 650px){.weaving-promo-section .text-box{width:100%;text-align:left;padding:2rem;margin:0rem}.weaving-promo-section .text-box p{font-size:.8rem;font-weight:500;margin-bottom:1rem}.weaving-promo-section .text-box .cta-button{background-color:#883b36;display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:nowrap;color:#fff;border:none;padding:.8rem 2rem;border-radius:.5rem;font-size:.7rem;white-space:nowrap}}.icon-text-sections{display:flex;gap:2rem;padding:2rem;justify-content:center;align-items:center}.icon-text-sections .section{flex:1;background:#fff;border-radius:8px;padding:1.5rem;justify-content:center;align-items:center}.icon-text-sections .section .header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;font-family:"Source Sans 3",sans-serif}.icon-text-sections .section .header .icon{font-size:1.8rem;color:#000}.icon-text-sections .section .header h3{font-size:1.3rem;margin:0;color:#333;font-family:"Source Sans 3",sans-serif}.icon-text-sections .section p{font-family:Lato,sans-serif;font-size:1rem;color:#555;margin:0}@media (max-width: 768px){.icon-text-sections{flex-direction:column}.icon-text-sections .section{width:100%}}.about-weaver-widget{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:800px;padding-bottom:4rem}@media (min-width: 768px){.about-weaver-widget{flex-direction:row;align-items:flex-start;justify-content:flex-start}}@media (max-width: 767px){.about-weaver-widget{height:auto;padding-bottom:2rem}}.about-weaver-widget__media-container{position:relative;border-radius:8px;overflow:hidden;z-index:2;width:100%;height:auto;flex-shrink:0}@media (min-width: 768px){.about-weaver-widget__media-container{width:25%;margin-bottom:0;height:100%}}.about-weaver-widget__media-container .about-us-widget__media-item{transform:translateY(100px);position:absolute;width:100%;height:100%;object-fit:cover;border-radius:8px;transition:transform .3s ease}.about-weaver-widget__content-container{background-color:#fff;border-top-right-radius:12px;border-bottom-right-radius:12px;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;z-index:1;gap:1rem}@media (min-width: 768px){.about-weaver-widget__content-container{width:100%;height:90%;margin-top:auto;margin-bottom:auto}}.about-weaver-widget__title{padding-right:2rem;padding-bottom:1rem;padding-top:2rem;max-width:700px;color:#be6d2a;line-height:1.2;font-size:4rem;font-weight:500;font-family:Lato,sans-serif;text-align:left}.about-weaver-widget__description{padding-left:2rem;padding-right:2rem;max-width:700px;font-size:1em;color:#be6d2a;font-family:Lato,sans-serif;line-height:1.6;font-weight:300;margin-bottom:4rem;text-align:left}@media (max-width: 767px){.about-weaver-widget .about-us-widget__title{font-size:1.5rem;padding-left:1rem;padding-top:1rem;text-align:center}.about-weaver-widget .about-us-widget__description{font-size:.9rem;padding-left:1rem;text-align:center}}.policy-page{font-family:Lato,sans-serif;background-color:#faf2cf;color:#3b3b3b;display:flex;flex-direction:column;justify-content:left;align-items:center;text-align:left}.policy-page h1,.policy-page h2{color:#be6d2a;font-weight:600;margin-bottom:1rem;line-height:1.3}.policy-page h1{font-size:1.8rem;margin-bottom:1rem;border-bottom:2px solid #BE6D2A;padding-bottom:.5rem}.policy-page h1{padding-top:10px}.contact-page{padding:7%;font-family:Lato,sans-serif;background-color:#faf2cf;color:#3b3b3b;display:flex;flex-direction:column;align-items:center;text-align:center;margin:0 auto;min-height:100vh}@media (max-width: 768px){.contact-page{padding-top:150px}}.contact-page h1{font-size:2rem;color:#be6d2a;margin-bottom:1.5rem;border-bottom:2px solid #BE6D2A;padding-bottom:.5rem;width:100%}.contact-page p{font-size:.95rem;line-height:1.6;margin-bottom:1rem}.contact-page .contact-details{margin-top:2rem;width:100%}.contact-page .contact-details h2{font-size:1.3rem;color:#be6d2a;margin-top:1.5rem;margin-bottom:.5rem}.contact-page .contact-details a{color:#be6d2a;text-decoration:none;font-weight:500}.contact-page .contact-details a:hover{text-decoration:underline}.contact-page .message-note{background-color:#fff5e0;padding:1.2rem;border-radius:8px;margin-top:2rem;font-style:italic}.policy-page{padding:7%;font-family:Lato,sans-serif;background-color:#faf2cf;color:#3b3b3b;display:flex;flex-direction:column;justify-content:center;min-height:100vh;text-align:left;margin:0 auto}@media (max-width: 768px){.policy-page{padding-top:100px}}.policy-page h1,.policy-page h2{color:#be6d2a;font-weight:600;margin-bottom:1rem;line-height:1.3;text-align:center}.policy-page h1{font-size:3rem;margin-bottom:2rem;border-bottom:2px solid #BE6D2A;padding-bottom:.5rem}@media (max-width: 768px){.policy-page h1{font-size:2rem}}.policy-page h2{font-size:1.3rem;margin-top:1rem}.policy-page p,.policy-page li{font-size:.95rem;line-height:1.6;margin-bottom:1rem}.policy-page ul{list-style-type:disc;padding-left:1.5rem}.policy-page .contact-section{background-color:#fff5e0;padding:1.2rem;border-radius:8px;margin-top:1rem}.policy-page .contact-section a{color:#be6d2a;text-decoration:none;font-weight:500}.policy-page .contact-section a:hover{text-decoration:underline}#root{margin:0;height:100%}.app{display:flex;flex-direction:column;min-height:100vh}.app main{flex:1}.app .mobile-navbar{z-index:1000}.app .cart-overlay{z-index:9999}html{scroll-behavior:smooth}html,body{overflow-x:hidden;max-width:100vw}*{margin:0;padding:0;box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none}*::-webkit-scrollbar{display:none}body{margin:0;padding:0;height:100%;display:flex;flex-direction:column}
