@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap";.cart{position:absolute;right:20px;top:80px;z-index:999;background-color:#fff;-webkit-box-shadow:0px 0px 7px -5px rgba(0,0,0,.5);box-shadow:0 0 7px -5px #00000080;width:20vw;border-radius:10px}.cart .title{display:flex;justify-content:center;margin-bottom:10px;color:gray;font-weight:400;font-size:16px;padding-top:10px}.cart .separatorLine{border:1px solid rgba(128,128,128,.356)}.cart .item{display:flex;flex-direction:column}.cart .item .container{display:flex;align-items:center;gap:20px;justify-content:space-between;padding:10px}.cart .item .container .item-left{display:flex;gap:15px;justify-content:space-between;width:100%}.cart .item .container .item-left .quantityControls{display:flex;flex-direction:column;align-items:center;background-color:#eee;height:fit-content;margin-top:auto;margin-bottom:auto;border-radius:50px;gap:5px;padding:2px}.cart .item .container .item-left .quantityControls .quantity-buttons{border-radius:50%;background-color:#fff;width:20px;height:20px;text-align:center;display:flex;justify-content:center;align-items:center;border:none;cursor:pointer}.cart .item .container .item-left .quantityControls .quantity-buttons .button-text{font-size:15px;line-height:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.cart .item .container .item-left .quantityControls .item-quantity{font-size:.9rem}.cart .item .container .itemClickable{display:flex;gap:20px;text-decoration:none;cursor:pointer}.cart .item .container .itemClickable img{width:60px;height:80px;object-fit:cover}.cart .item .container .itemClickable .details{display:flex;justify-content:space-between;flex-direction:column}.cart .item .container .itemClickable .details h1{padding-top:5px;font-size:12px;font-weight:450;color:gray;line-height:18px}.cart .item .container .itemClickable .details p{color:gray;margin-bottom:10px;font-size:14px}.cart .item .container .itemClickable .details .price{color:#2879fe;font-size:12px;padding-bottom:5px}.cart .item .container:hover{background-color:#faf6f2}.cart .item .delete{color:#cc0c39;font-size:25px;cursor:pointer}.cart .item .separatorLine{border:1px solid rgba(128,128,128,.356)}.cart .total{display:flex;justify-content:space-between;font-weight:450;font-size:14px;margin-bottom:20px;padding:10px}.cart .buttonContainer{display:flex;justify-content:center;align-items:center}.cart .buttonContainer button{width:250px;padding:10px;display:flex;align-items:center;justify-content:center;gap:20px;cursor:pointer;border:none;background-color:#2879fe;color:#fff;font-weight:500;margin-bottom:20px;border-radius:10px}.cart .reset{color:#e40000;font-size:12px;cursor:pointer;font-weight:300;padding-left:10px}.cart:before{z-index:-1;content:"";position:absolute;display:flex;top:-.8rem;left:50%;margin-left:-13px;width:26px;height:26px;background-color:#fff;transform:rotate(45deg)}.navbar{position:fixed;width:100%;top:0;z-index:900;background-color:#fff;font-weight:350}.navbar.menu-open .navbar-menu-container{translate:0;background-color:#000000b4;transition:translate 0;transition:background-color .5s}.navbar.menu-open .navbar-menu-container .navbar-menu{translate:0}.navbar .navbar-container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;padding:5px 15px 0}.navbar .navbar-container .navbar-left{display:flex;align-items:center}@media (min-width: 48em){.navbar .navbar-container .navbar-left{padding-left:150px}}.navbar .navbar-container .navbar-left .menu-icon{font-size:30px}.navbar .navbar-container .navbar-right{display:flex;gap:10px}.navbar .navbar-container .navbar-right a{color:#000;text-decoration:none}@media (min-width: 48em){.navbar .navbar-container .navbar-right{order:3;padding-right:150px;gap:20px}}.navbar .navbar-container .navbar-right .navbar-right-text{display:flex;align-items:center;padding-bottom:1px}@media (min-width: 48em){.navbar .navbar-container .navbar-right .navbar-right-text{margin-left:8px}}.navbar .navbar-container .navbar-right .account-button{display:flex;justify-content:center;border:4px}.navbar .navbar-container .navbar-right .account-button .navbar-right-text{display:none}@media (min-width: 48em){.navbar .navbar-container .navbar-right .account-button .navbar-right-text{display:flex}}.navbar .navbar-container .navbar-right .cart-button{display:none}@media (min-width: 48em){.navbar .navbar-container .navbar-right .cart-button{display:flex;justify-content:center;border:4px}}.navbar .navbar-container .navbar-right .cart-button-mobile{display:flex;justify-content:center;border:4px}@media (min-width: 48em){.navbar .navbar-container .navbar-right .cart-button-mobile{display:none}}.navbar .navbar-container .navbar-logo-img{width:50px;margin-left:30vw}@media (min-width: 48em){.navbar .navbar-container .navbar-logo-img{margin-left:0;margin-bottom:3px}}.navbar .navbar-container .navbar-mobile-open-icon{background:none;border:none;padding:0;margin-right:5px;cursor:pointer}@media (min-width: 48em){.navbar .navbar-container .navbar-mobile-open-icon{display:none}}.navbar .navbar-container .navbar-mobile-open-icon[aria-expanded=true]+.navbar-menu{translate:0!important}.navbar .navbar-container .icons{display:flex;gap:15px;color:#000;cursor:pointer;padding-left:1vh;font-family:Roboto,sans-serif;font-weight:400;font-style:normal}.navbar .navbar-container .icons .image-icon{width:25px;height:25px;object-fit:cover;border-radius:50%}.navbar .navbar-container .icons .cartIcon{position:relative}.navbar .navbar-container .icons .cartIcon span{font-size:13px;width:18px;height:18px;border-radius:50%;background-color:#ef7bc0;color:#131313;position:absolute;right:-6px;top:-7px;display:flex;align-items:center;justify-content:center}.navbar .navbar-container .navbar-center{order:3;width:100%;display:flex;margin-top:10px;margin-bottom:5px;justify-content:center}@media (min-width: 48em){.navbar .navbar-container .navbar-center{max-width:50vw}}@media (min-width: 48em){.navbar .navbar-container{flex-wrap:nowrap}.navbar .navbar-container .navbar-center{order:2;width:auto;margin-top:0;flex-grow:1}.navbar .navbar-container .navbar-center .navbar-search-holder{width:100%}}.navbar .navbar-menu-container{position:fixed;translate:-100vw 0;z-index:998;top:0;right:0;bottom:0;left:0;background-color:#5a667400}@media (min-width: 48em){.navbar .navbar-menu-container{display:none}}.navbar .navbar-menu-container .navbar-menu{position:fixed;background-color:#fff;right:0;bottom:0;padding:1.5rem;z-index:999;left:0;top:0;width:75vw;min-height:100vh;box-shadow:.5px 0 5px #3a3a3a;translate:-100vw 0;transition:translate .5s ease-in-out}.navbar .navbar-menu-container .navbar-menu .navbar-mobile-close-icon{display:block;margin-inline-start:120%;margin-block-end:none;cursor:pointer}@media (min-width: 48em){.navbar .navbar-menu-container .navbar-menu .navbar-mobile-close-icon{display:none}}.navbar .navbar-menu-container .navbar-menu .navbar-links{gap:1rem;display:flex;align-items:flex-start;flex-direction:column;box-shadow:1px solid #000}.navbar .navbar-menu-container .navbar-menu .navbar-links .category-title{font-size:18px;font-weight:500}.navbar .navbar-menu-container .navbar-menu .navbar-links .category-container{display:flex;line-height:normal}.navbar .navbar-menu-container .navbar-menu .navbar-links .category-container .navbar-links-container{display:flex;text-decoration:none;color:#171717;align-items:center;gap:10px}.navbar .navbar-menu-container .navbar-menu .navbar-links .category-container .navbar-links-container .category-image{width:30px;height:30px;object-fit:cover}.navbar .navbar-menu-container .navbar-menu .navbar-links .category-container .navbar-links-container .category-text{text-transform:capitalize;overflow:hidden;text-overflow:ellipsis;max-width:200px;white-space:nowrap}.search-container{position:relative;width:100%;max-width:600px;padding-bottom:3px}@media (min-width: 48em){.search-container{padding-bottom:0}}.navbar-search-holder{width:100%;height:36px;border-radius:10px;background:#fff;display:flex;align-items:center;position:relative;transition:all .3s ease;border:1px solid #e0e0e0}@media (min-width: 48em){.navbar-search-holder{max-height:38px}}.navbar-search-holder.focus{box-shadow:0 4px 12px #00000026}.navbar-search-holder input{font-size:16px;background:none;color:#333;width:100%;height:100%;border:none;outline:none;padding:0 52px 0 48px;caret-color:#000}.navbar-search-holder input::placeholder{color:#9e9e9e}.navbar-search-holder input::-webkit-search-cancel-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.navbar-search-holder .search-icon{position:absolute;left:16px;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#757575;transition:color .2s}.navbar-search-holder .search-icon svg{width:20px;height:20px}.navbar-search-holder .search-icon:hover{color:#000}.navbar-search-holder .clear-icon{position:absolute;right:16px;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#9e9e9e;transition:color .2s}.navbar-search-holder .clear-icon svg{width:18px;height:18px}.navbar-search-holder .clear-icon:hover{color:#f44336}.suggestions-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:8px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;max-height:400px;overflow-y:auto;z-index:1000;padding:8px 0;animation:fadeIn .2s ease-out}.suggestions-dropdown .suggestions-section{margin-bottom:8px}.suggestions-dropdown .suggestions-section .section-header{display:flex;align-items:center;padding:8px 16px;color:#757575;font-size:14px;font-weight:500}.suggestions-dropdown .suggestions-section .section-header .section-icon{margin-right:8px;font-size:18px}.suggestions-dropdown .suggestion-item{display:flex;flex-direction:column;padding:12px 16px;cursor:pointer;transition:background-color .2s;color:#212121}.suggestions-dropdown .suggestion-item:hover{background-color:#f5f5f5}.suggestions-dropdown .suggestion-item .item-category{display:flex;align-items:center;font-size:12px;color:#757575;margin-top:4px}.suggestions-dropdown .suggestion-item .item-category .category-icon{font-size:14px;margin-right:4px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.beauty-footer{background-color:#fdf9f8;color:#000;padding:2rem 1rem}.beauty-footer .footer-container{display:flex;flex-direction:column;gap:2rem;max-width:1200px;margin:0 auto}.beauty-footer .footer-brand{text-align:center}.beauty-footer .footer-brand .logo{font-size:2rem;font-weight:300;color:#eaa2b8;margin-bottom:.5rem;letter-spacing:1px}.beauty-footer .footer-brand .video-looper{position:relative;width:100%;height:0;padding-bottom:133.3333%;overflow:hidden}.beauty-footer .footer-brand .looper-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.beauty-footer .footer-brand .looper-video::-webkit-media-controls{display:none!important}.beauty-footer .footer-brand .looper-video::-webkit-media-controls-enclosure{display:none!important}.beauty-footer .footer-brand .looper-video::-webkit-media-controls-panel{display:none!important}.beauty-footer .footer-brand .footer-logo{height:110px}.beauty-footer .footer-brand .tagline{font-size:.9rem;margin-bottom:1rem;opacity:.8}.beauty-footer .footer-brand .social-icons{display:flex;justify-content:center;gap:1rem;margin-top:10px}.beauty-footer .footer-brand .social-icons a{color:#000;font-size:1.2rem;transition:color .3s ease}.beauty-footer .footer-brand .social-icons a svg{color:pink!important;height:40px;width:40px}.beauty-footer .footer-brand .social-icons a:hover{color:pink}.beauty-footer .footer-links{display:flex;flex-direction:column;gap:2rem;text-align:center}.beauty-footer .footer-links .links-column h4{font-size:1.1rem;margin-bottom:1rem;font-weight:500;color:#000}.beauty-footer .footer-links .links-column ul{list-style:none;padding:0}.beauty-footer .footer-links .links-column ul li{margin-bottom:.5rem}.beauty-footer .footer-links .links-column ul li a{color:#000;text-decoration:none;font-size:.9rem;transition:color .3s ease}.beauty-footer .footer-links .links-column ul li a:hover{color:#000;text-decoration:underline}.beauty-footer .footer-newsletter{text-align:center}.beauty-footer .footer-newsletter h4{font-size:1.1rem;margin-bottom:.5rem;font-weight:500;color:#000}.beauty-footer .footer-newsletter p{font-size:.9rem;margin-bottom:1rem;opacity:.8}.beauty-footer .footer-newsletter .newsletter-form{display:flex;flex-direction:column;gap:.5rem;max-width:400px;margin:0 auto}.beauty-footer .footer-newsletter .newsletter-form input{padding:.8rem;border:1px solid rgb(0,0,0);background:rgba(255,255,255,.466);color:#000;border-radius:4px}.beauty-footer .footer-newsletter .newsletter-form input::placeholder{color:#000000af}.beauty-footer .footer-newsletter .newsletter-form button{padding:.8rem;background:pink;color:#000;border:none;border-radius:4px;font-weight:500;cursor:pointer;transition:background .3s ease}.beauty-footer .footer-newsletter .newsletter-form button:hover{background:#ff8da1}.beauty-footer .footer-bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.beauty-footer .footer-bottom .copyright{font-size:.8rem;opacity:.7;margin-left:auto;margin-right:auto}.beauty-footer .footer-bottom .legal-links{display:flex;gap:1rem}.beauty-footer .footer-bottom .legal-links a{color:#000;font-size:.8rem;text-decoration:none}.beauty-footer .footer-bottom .legal-links a:hover{text-decoration:underline}@media (min-width: 48em){.beauty-footer{padding:3rem 2rem}.beauty-footer .footer-container{flex-direction:row;flex-wrap:wrap;justify-content:space-between}.beauty-footer .footer-brand{text-align:left;flex:1 1 25%}.beauty-footer .footer-brand .social-icons{justify-content:flex-start}.beauty-footer .footer-links{flex-direction:row;flex:2 1 50%;justify-content:space-around;text-align:left}.beauty-footer .footer-newsletter{flex:1 1 100%;text-align:left}.beauty-footer .footer-newsletter .newsletter-form{flex-direction:row;margin:0}.beauty-footer .footer-newsletter .newsletter-form input{flex-grow:1}.beauty-footer .footer-newsletter .newsletter-form button{width:auto}.beauty-footer .footer-bottom{flex-direction:row;justify-content:space-between;text-align:left}}@media (min-width: 1024px){.beauty-footer .footer-container{flex-wrap:nowrap}.beauty-footer .footer-newsletter{flex:1 1 25%}}.slider{margin-top:10vh;height:30vh;width:100vw;position:relative;overflow:hidden;margin:auto}@media (min-width: 48em){.slider{width:80vw}}.slider .container{width:300vw;height:100%;display:flex;transition:all 1s ease}.slider .container img{position:absolute;top:50%;left:50%;width:100vw;object-fit:cover;transform:translate(-50%,-50%);pointer-events:none;-webkit-user-select:none;user-select:none}.slider .video-cover{position:absolute;left:50%;bottom:50%;transform:translate(-50%,50%);margin:auto;text-align:center;background-color:#ffffffad;color:#3a3a3ae5;border-radius:10px;padding:20px 40px;display:flex;gap:10px;flex-direction:column;line-height:20px;font-weight:600}.slider .video-cover .video-cover-text{min-width:200px}.slider .video-cover .video-cover-link{background-color:#ef7bc0;color:#fff;text-decoration:none;padding:10px;border-radius:5px;font-weight:600}.slider .icons{width:fit-content;display:flex;position:absolute;left:0;right:0;bottom:50%;transform:translateY(50%);gap:70vw;margin:auto}.slider .icons .icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;border:.5px solid rgba(0,0,0,.356);border-radius:8px}.CategoryDisplay{padding:20px 10px}@media (min-width: 48em){.CategoryDisplay{max-width:80vw;margin-right:auto;margin-left:auto}}.CategoryDisplay .top{margin-bottom:20px}.CategoryDisplay .top h1{font-size:1.5rem;font-weight:600;color:#333}.CategoryDisplay .slider-wrapper{position:relative;display:flex;align-items:center}.CategoryDisplay .slider-wrapper .slider-btn{position:absolute;top:50%;transform:translateY(-50%);background:white;border:none;border-radius:50%;box-shadow:0 2px 6px #0000001a;cursor:pointer;padding:6px;z-index:10;display:none}.CategoryDisplay .slider-wrapper .slider-btn svg{width:20px;height:20px;color:#333}.CategoryDisplay .slider-wrapper .slider-btn.left{left:10px}.CategoryDisplay .slider-wrapper .slider-btn.right{right:10px}@media (min-width: 48em){.CategoryDisplay .slider-wrapper .slider-btn{display:flex;align-items:center;justify-content:center}}.CategoryDisplay .sub-category-display{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;padding-bottom:10px;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.CategoryDisplay .sub-category-display::-webkit-scrollbar{display:none}.CategoryDisplay .sub-category-display .sub-category-item{flex:0 0 auto;width:140px;aspect-ratio:1/1;background-color:#fff;border-radius:10px;overflow:hidden;scroll-snap-align:start;display:flex;flex-direction:column;justify-content:space-between;padding:10px;box-shadow:0 2px 6px #00000014;transition:transform .2s ease;text-decoration:none;color:#0f0f0f}@media (min-width: 48em){.CategoryDisplay .sub-category-display .sub-category-item{height:240px;width:180px}}.CategoryDisplay .sub-category-display .sub-category-item:hover{transform:scale(1.03)}.CategoryDisplay .sub-category-display .sub-category-item img{width:100%;height:100%;object-fit:cover;border-radius:10px;min-height:100%;min-width:100%;margin-top:-200px;z-index:1}.CategoryDisplay .sub-category-display .sub-category-item .sub-category-title{font-size:.8rem;font-weight:600;color:#222;margin-top:8px;padding:2px 10px;z-index:2;background-color:#f7f0f0;width:fit-content;line-height:normal;border-radius:0 8px 8px 0}@media (min-width: 48em){.CategoryDisplay .sub-category-display .sub-category-item .sub-category-title{font-size:1rem}}@media (min-width: 48em){.CategoryDisplay .sub-category-display{padding:20px 60px;gap:20px}}.cardContainer .card{width:40vw;display:flex;flex-direction:column;margin-bottom:10px;background-color:#fff;height:auto;border-radius:10px;gap:10px;padding-bottom:10px;border:1px solid rgb(233,233,233);position:relative}@media (min-width: 48em){.cardContainer .card{max-width:180px;margin:0 7px}}.cardContainer .card .favoriteButton{position:absolute;z-index:99;top:8px;right:8px;display:flex;width:28px;height:28px;justify-content:center;align-items:center;background-color:#fff;border:none;border-radius:50%}.cardContainer .card .favoriteButton svg{color:#4b4b4b;height:22px;transform:translateY(1px)}.cardContainer .card .linkContainer{display:flex;flex-direction:column;text-decoration:none;color:#000;max-height:250px;gap:10px}.cardContainer .card .linkContainer .image{width:100%;height:190px;overflow:hidden;position:relative;border-radius:10px}.cardContainer .card .linkContainer .image:hover .secondImg{z-index:2}.cardContainer .card .linkContainer .image img{width:100%;height:100%;object-fit:cover;position:absolute}.cardContainer .card .linkContainer .image .mainImg{z-index:1}.cardContainer .card .linkContainer .image span{position:absolute;top:5px;left:5px;background-color:#e9f3fa;color:#094974;padding:3px 5px;z-index:3;font-weight:500;font-size:11px;border-radius:5px}.cardContainer .card .linkContainer .title{font-size:13px;font-weight:500;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:initial;word-break:break-word;max-width:100%;height:35px;max-height:26px;line-height:13px;padding:0 5px}.cardContainer .card .bottomCard{display:flex;justify-content:space-between;padding:0 5px}.cardContainer .card .bottomCard .prices{display:flex;flex-direction:column;justify-content:space-between;position:relative;align-items:flex-start}.cardContainer .card .bottomCard .prices .price{margin-bottom:auto;margin-top:auto;font-size:19px;font-weight:550;color:#1d1d1d;white-space:nowrap}.cardContainer .card .bottomCard .prices .oldPrices{display:flex;flex-direction:row;gap:5px;align-items:center}.cardContainer .card .bottomCard .prices .oldPrices .oldPrice{font-size:12px;text-decoration:line-through;color:#2b2727}.cardContainer .card .bottomCard .prices .oldPrices .discountNumber{font-size:10px;color:#094974;font-weight:500;border:1px solid #cce6f7;background-color:#cce6f7;padding:1px}.cardContainer .card .bottomCard .cartButton{display:flex;border:none;justify-content:center;align-items:center;border-radius:7px;background-color:#ef7bc0;padding:10px;cursor:pointer}.cardContainer .card .bottomCard .cartButton .cartIcon{color:#fff;font-size:20px}.allproducts{padding-bottom:20px}.allproducts .top{display:flex;align-items:center;justify-content:space-between;padding-left:10vw;margin:20px auto}.allproducts .top h1{flex:2;text-transform:capitalize;font-weight:400;font-size:large}.allproducts .top p{flex:3;color:gray}.allproducts .bottom{display:flex;justify-content:center;justify-content:space-evenly;flex-wrap:wrap;margin:auto}@media (min-width: 48em){.allproducts .bottom{justify-content:flex-start;width:80vw;row-gap:15px}}.categories{display:flex;height:80vh;gap:10px;margin:10px;display:none}.categories .col{flex:1;display:flex;flex-direction:column;gap:10px}.categories .col-l{flex:2}.categories .row{flex:1;display:flex;gap:10px;position:relative;overflow:hidden}.categories .row button{position:absolute;min-width:100px;width:fit-content;height:50px;padding:10px;top:0;bottom:0;left:0;right:0;margin:auto;cursor:pointer;border:none;background-color:#fff;text-transform:uppercase;font-weight:500}.categories .row img{width:100%;height:100%;object-fit:cover}.Scard{width:100%;display:flex;justify-content:center}.Scard .product-carder{width:100%;max-width:1200px;background:white;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #00000014;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.Scard .product-carder:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000001f}.Scard .product-carder .card-image-container{position:relative;width:100%;height:0;padding-bottom:100%;overflow:hidden}.Scard .product-carder .card-image-container .top-badge{position:absolute;top:15px;right:15px;background:linear-gradient(135deg,#ff9a9e 0%,#fad0c4 100%);color:#fff;padding:5px 12px;border-radius:20px;font-size:.8rem;font-weight:600;z-index:2;box-shadow:0 4px 8px #0000001a}.Scard .product-carder .card-image-container .product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.Scard .product-carder .card-image-container:hover .product-image{transform:scale(1.05)}.Scard .product-carder .card-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.Scard .product-carder .card-content .product-title{font-size:1.5rem;margin-bottom:.75rem;color:#333;font-weight:700}.Scard .product-carder .card-content .product-description{color:#666;margin-bottom:1.5rem;line-height:1.5;flex-grow:1}.Scard .product-carder .card-content .card-footer{display:flex;justify-content:space-between;align-items:center}.Scard .product-carder .card-content .card-footer .price-container .product-price{font-size:1.5rem;font-weight:700;color:#ff6b6b;margin:0}.Scard .product-carder .card-content .card-footer .discover-button{display:flex;align-items:center;gap:8px;padding:10px 20px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border-radius:30px;text-decoration:none;font-weight:600;transition:all .3s ease}.Scard .product-carder .card-content .card-footer .discover-button .button-icon{font-size:1rem}.Scard .product-carder .card-content .card-footer .discover-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #764ba266}@media (max-width: 768px){.Scard{max-width:95vw;margin-left:auto;margin-right:auto}.Scard .product-carder{border-radius:12px}.Scard .product-carder .card-content{padding:1rem}.Scard .product-carder .card-content .product-title{font-size:1.3rem}.Scard .product-carder .card-content .card-footer{flex-direction:column;align-items:flex-start;gap:1rem}.Scard .product-carder .card-content .card-footer .discover-button{width:90%;margin-left:auto;margin-right:auto;justify-content:center}}@media (min-width: 992px){.Scard .product-carder{flex-direction:row;max-height:400px}.Scard .product-carder .card-image-container{width:40%;padding-bottom:0;height:auto}.Scard .product-carder .card-content{width:60%;padding:2rem}}.home{padding-top:110px;background-color:#f7f7f7;width:100%}@media (min-width: 48em){.home{padding-top:50px}}.home .wtp-floating-btn{position:fixed;z-index:99;bottom:5svh;left:25px;width:38px;height:38px;border-radius:50%;background-color:green;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000004d}.home .wtp-floating-btn svg{width:24px;height:24px;color:#fff}.product{padding:1rem;padding-top:120px;max-width:90vw;margin:0 auto;display:flex;flex-direction:column;gap:2rem;background:#fff;font-family:Poppins,sans-serif}@media (min-width: 48em){.product{flex-direction:row;gap:4rem;padding:80px 2rem 2rem;flex-wrap:wrap;max-width:90vw}}.product .left{width:100%;position:relative;order:1;display:flex;flex-direction:column}@media (min-width: 48em){.product .left{flex:1;max-width:600px}}@media (min-width: 48em){.product .left .image-container{position:sticky;top:100px;height:600px;display:flex;flex-direction:column}.product .left .image-container .swiper,.product .left .image-container .swiper .mainImg{height:100%}}.product .left .swiper{width:100%;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #00000014;transition:transform .3s ease}.product .left .swiper:hover{transform:translateY(-5px)}.product .left .swiper-button-next,.product .left .swiper-button-prev{display:none;width:48px;height:48px;background:rgba(255,255,255,.9);border-radius:50%;color:#d4a373;transition:all .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(0,0,0,.05)}.product .left .swiper-button-next:hover,.product .left .swiper-button-prev:hover{background:white;transform:scale(1.1);color:#a47148}.product .left .swiper-button-next:after,.product .left .swiper-button-prev:after{font-size:1.4rem;font-weight:700}@media (min-width: 48em){.product .left .swiper-button-next,.product .left .swiper-button-prev{display:flex}}.product .left .swiper-pagination{position:relative;margin-top:1.5rem}.product .left .swiper-pagination .swiper-pagination-bullet{width:12px;height:12px;background:#e9c9b1;opacity:1;transition:all .3s ease}.product .left .swiper-pagination .swiper-pagination-bullet-active{background:#d4a373;transform:scale(1.3)}.product .left .mainImg{width:100%;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;background:#faf6f2;border-radius:16px;overflow:hidden;transition:all .3s ease}.product .left .mainImg img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product .left .mainImg img:hover{transform:scale(1.05)}.product .right{flex:1;display:flex;flex-direction:column;gap:2rem;order:2}.product .right .title{font-size:1.8rem;font-weight:600;color:#3a3a3a;margin:0;line-height:1.3;letter-spacing:-.5px;font-family:Playfair Display,serif}@media (min-width: 48em){.product .right .title{font-size:2.2rem}}.product .right .product-rating{display:flex;flex-direction:row;gap:8px;border-bottom:1px solid #f0e6dc;padding-bottom:1rem;align-items:center}.product .right .product-rating .star-rating{display:inline-block;position:relative;white-space:nowrap;height:26px;line-height:26px;font-size:20px;color:#e9c9b1;width:fit-content}.product .right .product-rating .star-rating:before{position:relative;content:"★★★★★";display:inline-block}.product .right .product-rating .star-rating-color{white-space:nowrap;position:absolute;line-height:inherit;height:inherit;top:0;left:0;z-index:1;overflow:hidden}.product .right .product-rating .star-rating-color:before{position:relative;content:"★★★★★";color:#d4a373}.product .right .product-rating .star-rating-avg{font-size:1rem;text-align:center;font-weight:600;color:#5a4a42}.product .right .product-rating .reviews-count{font-size:1rem;text-align:center;font-weight:500;color:#7a6b64}.product .right .product-prices{display:flex;flex-direction:column;gap:.75rem;padding:24px;border-radius:12px;background:#fff;transition:transform .3s ease}.product .right .product-prices:hover{transform:translateY(-3px)}@media (min-width: 48em){.product .right .product-prices{padding:24px 60px;max-width:fit-content;align-items:center}}.product .right .product-prices .price{font-size:2rem;font-weight:700;color:#5a4a42;letter-spacing:-.5px}.product .right .product-prices .discount{display:flex;align-items:center;gap:1rem}.product .right .product-prices .discount .oldPrice{font-size:1.4rem;color:#cc6b8e;text-decoration:line-through}.product .right .product-prices .discount .discountNumber{background:#cc6b8e;color:#fff;padding:.4rem .8rem;border-radius:20px;font-size:1rem;font-weight:600;letter-spacing:.5px}.product .right .description{color:#5a4a42;line-height:1.7;font-size:1.05rem;padding-right:1rem}@media (min-width: 48em){.product .right .description{font-size:1.1rem}}.product .right .quantity{display:flex;align-items:center;gap:1.5rem;margin:1rem 0}.product .right .quantity p{font-weight:500;margin:0;color:#5a4a42}.product .right .quantity .selector{display:flex;align-items:center;gap:1rem;border-radius:50px;padding:.75rem 1.5rem}.product .right .quantity .selector button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#d4a373;color:#fff;border:none;border-radius:50%;font-size:1.1rem;cursor:pointer;transition:all .2s ease}.product .right .quantity .selector button:hover{background:#b38a5f}.product .right .quantity .selector button:active{transform:scale(.95)}@media (min-width: 48em){.product .right .quantity .selector button{width:36px;height:36px}}.product .right .quantity .selector span{min-width:30px;text-align:center;font-weight:600;color:#5a4a42}.product .right .product-cart-button{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.2rem;background:#d4a373;color:#fff;border:none;border-radius:50px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease;width:100%;box-shadow:0 4px 12px #d4a3734d;letter-spacing:.5px}.product .right .product-cart-button:hover{background:#b38a5f;transform:translateY(-3px);box-shadow:0 6px 16px #d4a37366}.product .right .product-cart-button:active{transform:translateY(0)}@media (min-width: 48em){.product .right .product-cart-button{width:auto;max-width:320px;padding:1.2rem 2.5rem}}.product .right .favorite{display:flex;gap:20px;align-items:center;padding-top:10px}@media (min-width: 48em){.product .right .favorite{justify-content:flex-start;cursor:pointer}}.product .right .favorite .item{display:flex;align-items:center;gap:10px;color:#5a4a42;font-size:1rem;transition:color .3s ease}.product .right .favorite .item:hover{color:#cc6b8e}.product .right .favorite .item svg{transition:transform .3s ease}.product .right .favorite .item:hover svg{transform:scale(1.1);fill:#cc6b8e}.product .right .delete-product-button{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:#cc6b8e;color:#fff;border:none;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease;margin:1rem 0;width:fit-content;box-shadow:0 4px 12px #cc6b8e4d}.product .right .delete-product-button:hover{background:#b85a7d;transform:translateY(-2px);box-shadow:0 6px 16px #cc6b8e66}.product .right .delete-product-button:active{transform:translateY(0)}.product .right .delete-product-button .delete-icon{margin-left:.5rem;padding-left:.5rem;border-left:1px solid rgba(255,255,255,.3)}.product .right .info{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #f0e6dc}.product .right .info h5{font-size:1.2rem;font-weight:600;margin:.75rem 0;color:#5a4a42;font-family:Playfair Display,serif}.product .right .info p{color:#7a6b64;margin:.5rem 0;font-size:1rem;line-height:1.7}.product .right .separatorLine{height:1px;background:#f0e6dc;margin:1.5rem 0}.product .recommended{order:3}@media (min-width: 48em){.product .recommended{width:100%}}.product .recommended h2{font-family:Playfair Display,serif;color:#5a4a42;margin-bottom:2rem;font-size:1.8rem;position:relative;display:inline-block}.product .recommended h2:after{content:"";position:absolute;bottom:-8px;left:0;width:60%;height:2px;background:#d4a373}.product .reviews-section{width:100%;order:4;margin-top:3rem;padding-top:3rem;border-top:1px solid #f0e6dc}.product .reviews-section h2{font-family:Playfair Display,serif;color:#5a4a42;margin-bottom:2rem;font-size:1.8rem;position:relative;display:inline-block}.product .reviews-section h2:after{content:"";position:absolute;bottom:-8px;left:0;width:60%;height:2px;background:#d4a373}.Reviews{width:100%;font-family:inherit;box-sizing:border-box}.Reviews .review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.Reviews .review-header .main-title-review{font-size:19.2px;font-weight:400;margin:0}.Reviews .review-header .add-review-btn{border:none;background-color:#e2e2e2;border-radius:50px;padding:4px 12px;cursor:pointer;transition:background-color .2s}.Reviews .review-header .add-review-btn .button-text{padding:3px;color:#8841c2;font-size:14px}.Reviews .review-header .add-review-btn:hover{background-color:#d8d8d8}.Reviews .reviews-rating-stats{display:flex;flex-direction:row;padding-top:10px;padding-bottom:10px;gap:10px;border-bottom:2px solid lightgrey}@media (min-width: 48em){.Reviews .reviews-rating-stats{justify-content:space-evenly}}.Reviews .reviews-rating-stats .reviews-rating-left .star-rating-avg{font-size:3rem;text-align:center;font-weight:600}.Reviews .reviews-rating-stats .reviews-rating-left .reviews-count{text-align:center}.Reviews .reviews-rating-stats .reviews-rating-right{display:flex;flex-direction:column;justify-content:space-evenly;flex-grow:1}@media (min-width: 48em){.Reviews .reviews-rating-stats .reviews-rating-right{max-width:600px}}.Reviews .reviews-rating-stats .reviews-rating-right .review-bar{display:flex;flex-direction:row;width:100%;height:100%;align-items:center}.Reviews .reviews-rating-stats .reviews-rating-right .review-bar .review-bar-name{display:flex;align-items:center;font-size:.9rem;white-space:nowrap;width:90px;height:100%;font-weight:500;color:#3d3d3d}.Reviews .reviews-rating-stats .reviews-rating-right .review-bar .review-bar-progress{background-color:#ccc;width:100%;height:12px;border-radius:5px;overflow:hidden}.Reviews .reviews-rating-stats .reviews-rating-right .review-bar .review-bar-progress .review-bar-color{height:100%}.Reviews .no-reviews{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:16px 0;text-align:center;color:#666}.Reviews .no-reviews .lari-error{max-width:200px}.Reviews .comments-container{padding-top:16px;display:flex;flex-direction:column;gap:16px}.Reviews .comments-container .comments-item{padding-bottom:16px;border-bottom:1px solid #eee}.Reviews .comments-container .comments-item:last-child{border-bottom:none}.Reviews .comments-container .comments-item .comments-item-header{display:flex;gap:16px;align-items:center;margin-bottom:10px}.Reviews .comments-container .comments-item .comments-item-header .profile-picture{width:40px;height:40px;border-radius:50%;object-fit:cover}.Reviews .comments-container .comments-item .comments-item-header .comment-information .comment-author{font-weight:400;font-size:12.8px;margin-bottom:2px}.Reviews .comments-container .comments-item .comments-item-header .comment-information .comment-date{color:gray;font-weight:400;font-size:12.8px}.Reviews .comments-container .comments-item .comments-item-description{font-size:12.8px;margin-top:8px;line-height:1.5}.Reviews .comments-container .comments-item .review-image{max-width:100%;max-height:200px;margin-top:12px;border-radius:4px}.Reviews .post-review-container .form-background{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#111827a3;z-index:9999}.Reviews .post-review-container .post-review{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:320px;max-height:80vh;background:linear-gradient(139deg,rgb(248,249,250) 0%,rgb(241,241,241) 0%,rgb(228,225,230) 100%);border-radius:15px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;z-index:10000;padding:16px}.Reviews .post-review-container .post-review .post-review-close{position:absolute;left:95%;top:5%;transform:translate(-50%,-50%);border:1px solid grey;border-radius:50px;background-color:transparent;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer}.Reviews .post-review-container .post-review .post-review-content{display:flex;flex-direction:column;gap:16px}.Reviews .post-review-container .post-review .post-review-content .post-review-title{font-size:16px;font-weight:500}.Reviews .post-review-container .post-review .post-review-content .post-review-rate{background-color:#e2e0e0;padding:16px;border-radius:10px}.Reviews .post-review-container .post-review .post-review-content .post-review-rate .rate-title{text-align:center;font-size:16px;font-weight:500}.Reviews .post-review-container .post-review .post-review-content .post-review-rate .rating{display:flex;flex-direction:row-reverse;justify-content:center;gap:10px}.Reviews .post-review-container .post-review .post-review-content .post-review-rate .rating:not(:checked)>input{position:absolute!important;left:-9999px!important}.Reviews .post-review-container .post-review .post-review-content .post-review-rate .rating:not(:checked)>label{cursor:pointer;font-size:35px;font:bold arial,sans-serif;background-color:#794949;border:1px solid rgba(121,73,73,.3843137255);border-radius:8px;width:39px;height:39px;text-align:center;color:transparent;text-shadow:1px 2px 2px rgba(255,255,255,.5);-webkit-background-clip:text;-moz-background-clip:text;background-clip:text}.Reviews .post-review-container .post-review .post-review-content .post-review-rate .rating:not(:checked)>label:before{content:"★"}.Reviews .post-review-container .post-review .post-review-content .post-review-rate .rating>input:checked~label{color:#ffa723;border:1px solid rgba(255,167,35,.6117647059)}.Reviews .post-review-container .post-review .post-review-content .post-review-rate .rating:not(:checked)>label:hover,.Reviews .post-review-container .post-review .post-review-content .post-review-rate .rating:not(:checked)>label:hover~label{color:#ff9e0b}.Reviews .post-review-container .post-review .post-review-content .post-review-rate .rating>input:checked~label:hover,.Reviews .post-review-container .post-review .post-review-content .post-review-rate .rating>input:checked~label:hover~label{color:#ffa723;border:1px solid rgba(255,167,35,.6117647059)}.Reviews .post-review-container .post-review .post-review-content .text-title{font-weight:500}.Reviews .post-review-container .post-review .post-review-content .post-review-text{min-height:17px;border:1px solid #ccc;max-height:150px;overflow-y:auto;background-color:#f8f8f8;padding:8px 4px;resize:none;font-family:Roboto,sans-serif;font-size:12.8px;font-weight:300}.Reviews .post-review-container .post-review .post-review-content #review-image{margin-top:8px}.Reviews .post-review-container .post-review .post-review-content .submit-button{background-color:#151717;color:#fff;border:none;padding:12px;border-radius:8px;font-weight:500;cursor:pointer;transition:background-color .2s}.Reviews .post-review-container .post-review .post-review-content .submit-button:hover{background-color:#333}.Reviews .star-rating{display:inline-block;position:relative;white-space:nowrap;height:32px;line-height:32px;font-size:26px;color:gray;letter-spacing:2px;width:fit-content}.Reviews .star-rating:before{position:relative;content:"★★★★★";display:inline-block}.Reviews .star-rating-color{white-space:nowrap;position:absolute;line-height:inherit;height:inherit;top:0;left:0;z-index:1;overflow:hidden}.Reviews .star-rating-color:before{position:relative;content:"★★★★★";color:#faab00}.Reviews .comments-item-rating{height:15px;line-height:15px;font-size:20px;color:gray;letter-spacing:0}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.products{padding:92px 50px 30px;display:flex}.products .left{flex:.5;position:sticky;height:100%;top:50px}.products .left .filterItem{margin-bottom:30px}.products .left .filterItem h2{font-weight:400;margin-bottom:20px;text-transform:capitalize}.products .left .filterItem .inputItem{margin-bottom:10px}.products .left .filterItem .inputItem label{margin-left:10px}.products .right{flex:3;display:flex;justify-content:center;flex-direction:column}.products .right .catImg{width:90%;height:200px;object-fit:cover;margin:10px auto 50px}.list{display:flex;justify-content:space-between;flex-wrap:wrap}.visible.menu.transition{overflow:visible}.Cart{padding-top:120px;right:20px;top:80px;z-index:999;background-color:#f5f1f1;-webkit-box-shadow:0px 0px 7px -5px rgba(0,0,0,.5);box-shadow:0 0 7px -5px #00000080;width:100%;min-height:30vh}@media (min-width: 48em){.Cart{padding:60px 40px}}.Cart h1{padding-left:14px;padding-right:14px;padding-top:10px;margin-bottom:30px;color:#171717;font-weight:500;font-size:22px}@media (min-width: 48em){.Cart h1{display:flex;align-items:center;justify-content:center}}.Cart .cartListContainer{display:flex;flex-direction:column;gap:20px;padding-bottom:20px;padding-left:14px;padding-right:14px}@media (min-width: 48em){.Cart .cartListContainer{max-width:800px;margin-right:auto;margin-left:auto}}.Cart .cartListContainer .cartItem{display:flex;flex-direction:row;background-color:#fff;align-items:center;gap:20px;justify-content:space-between;padding:15px;border-radius:10px}.Cart .cartListContainer .cartItem .item-left{display:flex;gap:15px;justify-content:space-between;width:100%}.Cart .cartListContainer .cartItem .item-left .quantityControls{display:flex;flex-direction:column;align-items:center;background-color:#e9e8e8;height:fit-content;margin-top:auto;margin-bottom:auto;border-radius:50px;gap:5px;padding:2px}.Cart .cartListContainer .cartItem .item-left .quantityControls .quantity-buttons{border-radius:50%;background-color:#fff;width:20px;height:20px;text-align:center;display:flex;justify-content:center;align-items:center;border:none}.Cart .cartListContainer .cartItem .item-left .quantityControls .quantity-buttons .button-text{font-size:15px;line-height:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.Cart .cartListContainer .cartItem .item-left .quantityControls .item-quantity{font-size:.9rem}.Cart .cartListContainer .cartItem .itemClickable{display:flex;gap:20px;text-decoration:none;cursor:pointer}.Cart .cartListContainer .cartItem .itemClickable img{width:60px;height:80px;object-fit:cover}.Cart .cartListContainer .cartItem .itemClickable .details{display:flex;justify-content:space-between;flex-direction:column}.Cart .cartListContainer .cartItem .itemClickable .details h1{padding-top:5px;font-size:12px;font-weight:450;color:gray;line-height:18px;max-height:60px;overflow:hidden;text-overflow:ellipsis}.Cart .cartListContainer .cartItem .itemClickable .details p{color:gray;margin-bottom:10px;font-size:14px}.Cart .cartListContainer .cartItem .itemClickable .details .price{color:#2879fe;font-size:12px;padding-bottom:5px}.Cart .cartListContainer .cartItem .delete{color:#cc0c39;font-size:25px;cursor:pointer}.Cart .cartListContainer .cartItem .separatorLine{border:1px solid rgba(128,128,128,.356)}.Cart .bottom{padding-bottom:1px;padding-left:14px;padding-right:14px}.Cart .bottom .total{display:flex;justify-content:space-between;font-weight:500;font-size:18px;margin-bottom:20px}@media (min-width: 48em){.Cart .bottom .total{max-width:800px;margin-right:auto;margin-left:auto}}.Cart .bottom button{width:250px;padding:10px;display:flex;align-items:center;justify-content:center;gap:20px;cursor:pointer;border:none;background-color:#ef7bc0;color:#fff;font-weight:500;margin-bottom:20px;border-radius:10px;margin-left:auto;margin-right:auto}.Cart .cart-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;text-align:center}.Cart .cart-empty-state .lari-error{max-width:200px;max-height:200px}.Cart .cart-empty-state h2{font-size:1.3rem;color:#666;font-weight:500;margin-bottom:5px}@media (min-width: 48em){.Cart .cart-empty-state h2{font-size:1.5rem}}.category{min-height:100vh;padding:130px 16px 40px;background:#f8f8f8}@media (min-width: 48em){.category{padding:90px 40px 60px}}.category .category-container{display:flex;flex-direction:column;gap:30px;max-width:1400px;margin:0 auto}@media (min-width: 48em){.category .category-container{flex-direction:row}}.category .category-list{display:flex;flex-direction:row;overflow-x:auto;gap:8px;padding-bottom:8px;scroll-snap-type:x mandatory;scroll-padding-inline:16px;scroll-behavior:smooth;scroll-snap-type:x proximity;padding-left:2px;padding-top:5px;margin-left:-16px;margin-right:-16px;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.category .category-list::-webkit-scrollbar{height:6px}.category .category-list::-webkit-scrollbar-thumb{background-color:#0003;border-radius:6px}.category .category-list::-webkit-scrollbar-track{background:transparent}@media (min-width: 48em){.category .category-list{flex-direction:column;overflow-x:visible;padding-bottom:0;margin-bottom:0;padding-top:0;margin-left:0;margin-right:0}.category .category-list::-webkit-scrollbar{display:none}}.category .category-list .category-item{scroll-snap-align:start;flex:0 0 auto;background:white;border-radius:8px;margin-right:8px;box-shadow:0 2px 4px #0000000d;transition:all .3s ease;border:1px solid #eee;line-height:normal;scroll-snap-align:center}@media (min-width: 48em){.category .category-list .category-item{margin-right:0;margin-bottom:8px;width:100%}}.category .category-list .category-item:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.category .category-list .category-item.active{background:#2c3e50;box-shadow:0 4px 12px #2c3e5033;border-color:transparent}.category .category-list .category-item.active .category-link{color:#fff}.category .category-list .category-item.active .category-link:after{content:"";position:absolute;right:-30px;top:50%;transform:translateY(-50%);width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:10px solid #2c3e50;display:none}@media (min-width: 48em){.category .category-list .category-item.active .category-link:after{display:block}}.category .category-list .category-link{display:block;padding:12px 16px;text-decoration:none;color:#333;font-weight:500;position:relative;transition:color .2s ease}.category .category-list .category-text{font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}@media (min-width: 48em){.category .category-list .category-text{font-size:.9rem;white-space:normal}}.category .sub-category{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:16px;width:100%}@media (min-width: 48em){.category .sub-category{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:24px;padding-left:20px}}.category .sub-category .sub-category-item{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#333;transition:transform .3s ease;background:white;border-radius:8px;padding:16px 8px;box-shadow:0 2px 8px #0000000d;border:1px solid #f0f0f0}@media (min-width: 48em){.category .sub-category .sub-category-item{max-height:fit-content}}.category .sub-category .sub-category-item:hover{transform:translateY(-4px);box-shadow:0 6px 12px #0000001a}.category .sub-category .sub-category-image{width:60px;height:60px;object-fit:cover;border-radius:50%;margin-bottom:8px;border:2px solid #f0f0f0;transition:border-color .3s ease}@media (min-width: 48em){.category .sub-category .sub-category-image{width:80px;height:80px}}.category .sub-category .sub-category-title{font-size:.75rem;text-align:center;margin:0;font-weight:500;color:#444;transition:color .2s ease}.category .error,.category .loading{grid-column:1/-1;text-align:center;padding:20px;color:#666}.category .error{color:#e74c3c}.search-page{padding-top:160px}.search-page .suggestions-dropdown{position:absolute;top:100%;width:100%;background:white;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 4px #0000001a;z-index:100}.search-page .suggestion-item{padding:8px 16px;cursor:pointer;transition:background .2s}.search-page .suggestion-item:hover{background:#f5f5f5}.search-page .results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;margin:2rem 0}.search-page .pagination{display:flex;gap:8px;justify-content:center}.search-page .loading-spinner{display:flex;justify-content:center;padding:2rem}.Favorite{padding:120px 16px 40px;background-color:#f8f8f8;min-height:100vh}@media (min-width: 48em){.Favorite{padding:70px 40px 60px}}.Favorite .main-container{max-width:1400px;margin:0 auto}.Favorite .main-container .main-title{font-size:1.5rem;font-weight:600;color:#2c3e50;margin-bottom:24px;padding:12px 20px;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000d;width:fit-content}@media (min-width: 48em){.Favorite .main-container .main-title{font-size:1.2rem;padding:12px 26px;margin-bottom:26px;margin-left:auto;margin-right:auto}}.Favorite .main-container .empty-state{display:flex;flex-direction:column;align-items:center;text-align:center;padding:40px 20px;background:white;border-radius:8px;box-shadow:0 2px 8px #0000000d}.Favorite .main-container .empty-state img{width:200px;height:fit-content;margin-bottom:24px}@media (min-width: 48em){.Favorite .main-container .empty-state img{width:300px}}.Favorite .main-container .empty-state h3{font-size:1.3rem;color:#2c3e50;margin-bottom:8px}@media (min-width: 48em){.Favorite .main-container .empty-state h3{font-size:1.1rem}}.Favorite .main-container .empty-state p{color:#666;margin-bottom:24px;max-width:400px}.Favorite .main-container .empty-state button{background-color:#006cfa;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s}.Favorite .main-container .empty-state button:hover{background-color:#0056c7}.Favorite .main-container .card{display:flex;background-color:#fff;border-radius:8px;margin-bottom:16px;box-shadow:0 2px 8px #0000000d;transition:transform .2s,box-shadow .2s;overflow:hidden}.Favorite .main-container .card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}@media (min-width: 48em){.Favorite .main-container .card{margin-bottom:20px;max-width:800px;margin-right:auto;margin-left:auto}}.Favorite .main-container .card .link-container{display:flex;flex-grow:1;text-decoration:none;color:inherit;align-items:center}@media (min-width: 48em){.Favorite .main-container .card .link-container{flex-direction:row;align-items:center;padding:16px;gap:24px}}.Favorite .main-container .card .link-container .image{width:100px;min-width:100px;height:auto}@media (min-width: 48em){.Favorite .main-container .card .link-container .image{width:120px;min-width:100px;height:140px}}.Favorite .main-container .card .link-container .image img{width:100%;height:85%;object-fit:cover}@media (min-width: 48em){.Favorite .main-container .card .link-container .image img{border-radius:8px;height:100%}}.Favorite .main-container .card .link-container .labels{padding:12px;display:flex;flex-direction:column;flex-grow:1}@media (min-width: 48em){.Favorite .main-container .card .link-container .labels{padding:0}}.Favorite .main-container .card .link-container .labels .spans{display:flex;gap:8px;margin-bottom:8px}.Favorite .main-container .card .link-container .labels .spans span{background-color:#006cfa;font-size:.7rem;padding:4px 8px;border-radius:4px;color:#fff;font-weight:500}@media (min-width: 48em){.Favorite .main-container .card .link-container .labels .spans span{font-size:.8rem}}.Favorite .main-container .card .link-container .labels .title{font-size:.9rem;font-weight:500;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-word;max-width:100%;line-height:1.4;max-height:4.2em;min-height:4.2em;margin-bottom:10px}@media (min-width: 48em){.Favorite .main-container .card .link-container .labels .title{font-size:.9rem;margin-bottom:12px}}.Favorite .main-container .card .link-container .labels .product-rating{display:flex;align-items:center;gap:8px;margin-bottom:12px}.Favorite .main-container .card .link-container .labels .product-rating .star-rating{display:inline-block;position:relative;height:20px;line-height:20px;font-size:16px;color:#ddd}.Favorite .main-container .card .link-container .labels .product-rating .star-rating:before{content:"★★★★★";display:block}.Favorite .main-container .card .link-container .labels .product-rating .star-rating .star-rating-color{position:absolute;top:0;left:0;white-space:nowrap;overflow:hidden}.Favorite .main-container .card .link-container .labels .product-rating .star-rating .star-rating-color:before{content:"★★★★★";color:#ffab00}.Favorite .main-container .card .link-container .labels .product-rating .star-rating-avg{font-size:.8rem;font-weight:600;color:#666}.Favorite .main-container .card .link-container .labels .prices{display:flex;align-items:center;gap:12px;margin-top:auto}.Favorite .main-container .card .link-container .labels .prices .oldPrices{display:flex;align-items:center;gap:6px;background-color:#f0f0f0;padding:4px 8px;border-radius:4px}.Favorite .main-container .card .link-container .labels .prices .oldPrices .oldPrice{color:#a80000;text-decoration:line-through;font-size:.8rem}.Favorite .main-container .card .link-container .labels .prices .oldPrices .discountNumber{color:#fff;background-color:#a80000;padding:2px 6px;border-radius:4px;font-size:.7rem;font-weight:700}.Favorite .main-container .card .link-container .labels .prices .price{color:#006cfa;font-weight:700;font-size:1rem}@media (min-width: 48em){.Favorite .main-container .card .link-container .labels .prices .price{font-size:1rem}}.Favorite .main-container .card .bottom-card{display:flex;flex-direction:column;justify-content:space-between;padding:12px;min-width:60px;min-height:130px}@media (min-width: 48em){.Favorite .main-container .card .bottom-card{padding:16px;min-width:80px}}.Favorite .main-container .card .bottom-card .deleteButton{align-self:flex-end;background:none;border:none;cursor:pointer;padding:4px;color:#666;transition:color .2s}.Favorite .main-container .card .bottom-card .deleteButton:hover{color:red}.Favorite .main-container .card .bottom-card .deleteButton svg{width:20px;height:20px}@media (min-width: 48em){.Favorite .main-container .card .bottom-card .deleteButton svg{width:24px;height:24px}}.Favorite .main-container .card .bottom-card .cartButton{background-color:#ef7bc0;border:none;border-radius:6px;padding:8px;cursor:pointer;transition:background-color .2s}.Favorite .main-container .card .bottom-card .cartButton:hover{background-color:#e94eaa}.Favorite .main-container .card .bottom-card .cartButton svg{color:#fff;width:20px;height:20px}@media (min-width: 48em){.Favorite .main-container .card .bottom-card .cartButton svg{width:24px;height:24px}}.Favorite .main-container .pagination{display:flex;justify-content:center;gap:8px;margin-top:40px}.Favorite .main-container .pagination button{padding:8px 16px;border:1px solid #ddd;background:white;border-radius:6px;cursor:pointer;transition:all .2s;font-size:.9rem}.Favorite .main-container .pagination button:hover:not(:disabled){background:#f5f5f5}.Favorite .main-container .pagination button:disabled{opacity:.5;cursor:not-allowed}.Favorite .main-container .pagination button.active{background-color:#ec32a2;color:#fff;border-color:#790048}@media (min-width: 48em){.Favorite .main-container .pagination button{padding:10px 20px;font-size:.8rem}}.toast-container{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:12px;z-index:1000;max-width:100%;width:auto}@media (min-width: 48em){.toast-container{bottom:30px;right:30px;max-width:400px}}.toast{position:relative;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-radius:12px;box-shadow:0 4px 12px #00000026;color:#fff;animation:slideIn .3s ease-out forwards;opacity:0;transform:translate(100%);max-width:100%;width:300px;box-sizing:border-box}@media (min-width: 48em){.toast{width:350px;padding:16px 20px}}.toast.success{background-color:#4caf50}.toast.error{background-color:#f44336}.toast.info{background-color:#2196f3}.toast .toast-content{display:flex;align-items:center;gap:12px;flex-grow:1}.toast .toast-icon{font-size:1.5rem;flex-shrink:0}.toast .toast-message{font-size:.9rem;line-height:1.4;word-break:break-word}@media (min-width: 48em){.toast .toast-message{font-size:1rem}}.toast .toast-close{background:transparent;border:none;color:inherit;cursor:pointer;margin-left:12px;padding:4px;display:flex;align-items:center;justify-content:center;opacity:.8;transition:opacity .2s ease}.toast .toast-close:hover{opacity:1}.toast .toast-close svg{font-size:1.2rem}@keyframes slideIn{to{opacity:1;transform:translate(0)}}.toast-exit{animation:slideOut .3s ease-in forwards}@keyframes slideOut{to{opacity:0;transform:translate(100%)}}.subcategory-page{padding:20px;margin-top:70px}@media (max-width: 767px){.subcategory-page{margin-top:120px}}.subcategory-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.subcategory-page .page-header .page-title{font-size:28px;font-weight:600;color:#333}.subcategory-page .page-header .filter-toggle{background:#6200ee;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:14px}.subcategory-page .page-header .filter-toggle:hover{background:#3700b3}.subcategory-page .page-content{display:flex;gap:30px}@media (max-width: 767px){.subcategory-page .page-content{flex-direction:column;justify-content:space-evenly}}.subcategory-page .filters-sidebar{width:250px;padding:20px;background:#f8f8f8;border-radius:8px;height:fit-content}@media (max-width: 767px){.subcategory-page .filters-sidebar{width:100%;display:none}.subcategory-page .filters-sidebar.visible{display:block}}.subcategory-page .filters-sidebar .filter-section{margin-bottom:25px}.subcategory-page .filters-sidebar .filter-section h3{font-size:16px;margin-bottom:15px;color:#444}.subcategory-page .filters-sidebar .price-slider{display:flex;flex-direction:column;gap:10px}.subcategory-page .filters-sidebar .price-slider input[type=range]{width:100%}.subcategory-page .filters-sidebar .price-slider .price-values{display:flex;justify-content:space-between;font-size:14px;color:#666}.subcategory-page .products-grid-container{flex:1}.subcategory-page .products-grid-container .products-grid{margin-bottom:30px}.subcategory-page .loading-spinner,.subcategory-page .error-message,.subcategory-page .no-products{display:flex;justify-content:center;align-items:center;min-height:300px;font-size:18px;color:#666}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.app{-webkit-tap-highlight-color:transparent;font-family:Playfair Display,serif;font-weight:300;font-style:normal}.app .link{color:inherit;text-decoration:none}
