@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@400;700&family=Lato:wght@400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Quicksand:wght@300..700&display=swap);:root{--primary:#eeeee6;--secondary:#353432}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}h1,h2,h3{font-family:Quicksand,serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header-container{align-items:center;background-color:#eeeee6;background-color:var(--primary);box-shadow:0 4px 8px 0 #0003;display:flex;justify-content:space-between;min-height:75px;padding:10px 20px;position:relative;width:100%;z-index:1000}.logo-container{align-items:center;display:flex;min-width:150px;width:20%}.search-bar-container{max-width:400px;min-width:200px;width:30%}.menu-container{justify-content:center;padding:0 10px}.menu-container,.menu-list{align-items:center;display:flex}.menu-list{gap:20px;list-style:none;margin:0;padding:0}.search-bar-input{border:1px solid #ccc;border-radius:10px 0 0 10px;font-size:1rem;outline:none;padding:8px 12px;transition:border-color .2s;width:100%}.search-bar-input:focus{border-color:#353432;border-color:var(--secondary)}.search-bar{align-items:center;display:flex}.menu-link{border-radius:6px;color:#353432;color:var(--secondary);font-weight:600;padding:8px 12px;text-decoration:none;transition:all .2s}.menu-link:hover{background-color:#3534321a}.search-btn{background-color:#353432;background-color:var(--secondary);border:1px solid #ccc;border-radius:0 10px 10px 0;color:#eeeee6;color:var(--primary);cursor:pointer;padding:8px 12px;transition:background-color .2s}.search-btn:hover{background-color:#2a2927}.logo{color:#353432;color:var(--secondary);font-family:Quicksand,serif;font-size:1.5rem;font-weight:700;margin:0}.parent-div{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:2rem auto;max-width:1200px;padding:0 20px;width:90%}.home-container{align-items:center;background:#fff;border-radius:16px;box-shadow:0 4px 16px 0 #0000001a,0 1.5px 4px 0 #00000014;display:flex;flex-direction:column;padding:16px;text-align:center;transition:box-shadow .3s,transform .3s}.home-container:hover{box-shadow:0 8px 32px 0 #0000002e,0 3px 8px 0 #0000001f;transform:translateY(-4px) scale(1.02)}.home-img{border-radius:12px;height:200px;object-fit:cover}.home-details,.home-img{margin-bottom:16px;width:100%}.home-btn{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;width:100%}.product-btn{background-color:#87ceeb;border:none;border-radius:8px;box-shadow:0 2px 8px 0 #00000014;color:#fff;cursor:pointer;font-weight:600;padding:12px 20px;transition:all .2s;white-space:nowrap}.product-btn:hover{background-color:#5f9ea0;box-shadow:0 4px 16px 0 #00000024;transform:translateY(-2px)}.details-btn{background-color:grey;border:none;border-radius:8px;box-shadow:0 2px 8px 0 #00000014;color:#fff;cursor:pointer;font-weight:600;padding:12px 20px;transition:all .2s;white-space:nowrap}.details-btn:hover{background-color:#696969;box-shadow:0 4px 16px 0 #00000024;transform:translateY(-2px)}.places-category{border:2px solid #0d373e;border-radius:8px;margin:2rem auto;max-width:85rem;padding:1rem}.places-category h2{color:#8feeff;font-family:Raleway,sans-serif;font-size:1.5rem;margin:0 0 1rem;padding:0;text-align:center}.fallback-text{text-align:center}.places{grid-gap:2rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(18rem,1fr));list-style:none;margin:2rem auto;max-width:80rem;padding:0}.place-item{animation:slide-up-fade-in .3s ease-out forwards;background:#1f1c2c;border-radius:8px;box-shadow:0 .5rem 1rem #00000026;display:flex;flex-direction:column;position:relative}.place-item button{background:#0000;border:none;padding:0;transition:all .2s ease-in-out}.place-item:nth-child(odd) button:focus,.place-item:nth-child(odd) button:hover{border-radius:8px;box-shadow:0 0 8px 4px #ffd90099;transform:rotate(5deg)}.place-item:nth-child(2n) button:focus,.place-item:nth-child(2n) button:hover{border-radius:8px;box-shadow:0 0 8px 4px #ffd90099;transform:rotate(-5deg)}.place-item img{border-radius:.5rem;height:100%;object-fit:cover;width:100%}.place-item h3{background-color:skyblue;border-radius:4px;bottom:0;box-shadow:0 1px 4px #0006;font-family:Raleway,sans-serif;font-size:.9rem;font-weight:400;margin:1rem auto;padding:.15rem .35rem;position:absolute;right:1rem}.cart-container{display:flex}.cart-img-container{height:100%;width:30%}.cart-img{height:100%;width:100%}.storefront-header{margin:2rem 0;text-align:center}.storefront-header img{border:2px solid #758a8a;border-radius:50%;filter:drop-shadow(0 0 4px rgba(31,42,42,.5));height:5rem;object-fit:contain;width:5rem}.storefront-header h1{color:#2f4444;font-family:Quicksand,sans-serif;font-size:3rem;font-weight:700;letter-spacing:.2rem;margin:1rem 0}.classform{background:linear-gradient(180deg,#fff,#fff);border-radius:8px;box-shadow:0 0 16px 1px #00000080;margin:3rem auto;max-width:40rem;padding:2rem;width:90%}.control{display:flex;flex-direction:column;gap:5px;margin-bottom:1rem;max-height:400px;max-width:200px;overflow:auto}.control.no-margin{margin-bottom:0}.control label{color:#353432;color:var(--secondary);display:block;font-size:.8rem;font-weight:700;margin-bottom:.2rem;text-transform:uppercase}.control input,.control select{background-color:#eeeee6;background-color:var(--primary);border:1px solid #353432;border:1px solid var(--secondary);border-radius:4px;color:#142020;display:block;font-size:1rem;max-width:15rem;padding:.5rem;width:100%}.control:has(input[type=checkbox]){align-items:center;display:flex}.control:has(input[type=checkbox]) label{margin:0}.control input[type=checkbox]{background-color:initial;border:none;border-radius:0;color:#d9e2f1;display:inline-block;margin-right:.5rem;max-width:none;width:auto}.control-error{color:#ffca99;font-size:.8rem;height:2rem;padding:.5rem 0}.control-error p{margin:0}.control-row{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start}.form-actions{display:flex;gap:1rem;justify-content:flex-end}.button{background-color:#353432;background-color:var(--secondary);border:none;border-radius:4px;color:#d9e2f1;cursor:pointer;font-size:1rem;padding:.5rem 1rem}.button:focus,.button:hover{background-color:grey}.button-flat,.button-flat:focus,.button-flat:hover{background-color:initial;color:#fff}.product{background:#fff;border-radius:16px;box-shadow:0 4px 16px 0 #0000001a,0 1.5px 4px 0 #00000014;margin:20px auto;max-width:1200px;overflow:hidden;padding:20px;position:relative}.product-category{color:#353432;color:var(--secondary);font-size:2rem;font-weight:700;margin-bottom:40px;padding-left:12px;text-align:center;text-transform:capitalize}.product-container{-ms-overflow-style:none;display:flex;gap:20px;overflow-x:auto;padding:10px;scroll-behavior:smooth;scrollbar-width:none}.product-container::-webkit-scrollbar{display:none}.product-card{background-color:#fff;border-radius:16px;box-shadow:0 4px 16px 0 #0000001a,0 1.5px 4px 0 #00000014;flex:0 0 auto;height:450px;overflow:hidden;position:relative;transition:box-shadow .3s,transform .3s;width:280px}.product-card:hover{box-shadow:0 8px 32px 0 #0000002e,0 3px 8px 0 #0000001f;transform:translateY(-4px) scale(1.02)}@media(max-width:1024px){.product-card{height:400px;width:240px}.product{margin:15px auto;padding:15px}.product-category{font-size:1.8rem;margin-bottom:30px}.product-container{gap:15px;padding:8px}}@media(max-width:768px){.product-card{height:340px;width:200px}.product{border-radius:12px;margin:12px auto;padding:12px}.product-category{font-size:1.5rem;margin-bottom:25px;padding-left:8px}.product-container{gap:12px;padding:6px}}@media(max-width:480px){.product-card{height:280px;width:160px}.product{border-radius:10px;margin:10px auto;padding:10px}.product-category{font-size:1.3rem;margin-bottom:20px;padding-left:6px}.product-container{gap:10px;padding:5px}}@media(max-width:360px){.product-card{height:250px;width:140px}.product-category{font-size:1.1rem;margin-bottom:15px}.product-container{gap:8px}}.product-image{height:280px;overflow:hidden;position:relative;width:100%}@media(max-width:1024px){.product-image{height:240px}}@media(max-width:768px){.product-image{height:180px}}@media(max-width:480px){.product-image{height:140px}}@media(max-width:360px){.product-image{height:120px}}.product-thumb{height:100%;object-fit:cover;transition:transform .3s;width:100%}.product-card:hover .product-thumb{transform:scale(1.05)}.discount-tag{background:#ff6b6b;border-radius:6px;color:#fff;padding:6px 12px;right:10px;top:10px}.card-btn,.discount-tag{font-size:.9rem;font-weight:600;position:absolute;text-transform:capitalize}.card-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#353432e6;border:1px solid #fff3;border-radius:20px;bottom:15px;box-shadow:0 4px 15px #0003;color:#eeeee6;color:var(--primary);cursor:pointer;left:50%;opacity:0;outline:none;padding:8px 16px;transform:translateX(-50%);transition:all .3s cubic-bezier(.4,0,.2,1);width:80%}.product-card:hover .card-btn{opacity:1;transform:translateX(-50%) translateY(-3px)}.card-btn:hover{background:#353432;box-shadow:0 6px 20px #0000004d;transform:translateX(-50%) translateY(-5px)}.product-info{display:flex;flex-direction:column;height:120px;justify-content:space-between;padding:16px;width:100%}.product-brand{color:#353432;color:var(--secondary);font-size:.9rem;font-weight:700;margin-bottom:4px;text-transform:uppercase}.product-short-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:.9rem;line-height:1.4;margin:4px 0;opacity:.7;overflow:hidden;text-transform:capitalize;width:100%}.price{color:#353432;color:var(--secondary);font-size:1.2rem;font-weight:900}@media(max-width:1024px){.product-info{height:110px;padding:14px}.product-brand,.product-short-description{font-size:.85rem}.price{font-size:1.1rem}}@media(max-width:768px){.product-info{height:100px;padding:12px}.product-brand{font-size:.8rem;margin-bottom:3px}.product-short-description{font-size:.8rem;margin:3px 0}.price{font-size:1rem}}@media(max-width:480px){.product-info{height:90px;padding:10px}.product-brand{font-size:.75rem;margin-bottom:2px}.product-short-description{font-size:.75rem;margin:2px 0}.price{font-size:.9rem}}@media(max-width:360px){.product-info{height:80px;padding:8px}.product-brand,.product-short-description{font-size:.7rem}.price{font-size:.85rem}}@media(max-width:768px){.card-btn{font-size:.8rem;padding:6px 12px;width:85%}}@media(max-width:480px){.card-btn{bottom:10px;font-size:.75rem;padding:5px 10px;width:90%}}.actual-price{font-size:.9rem;margin-left:12px;opacity:.5;text-decoration:line-through}.nxt-btn,.pre-btn{align-items:center;background:linear-gradient(90deg,#fff0,#fff);border:none;cursor:pointer;display:flex;height:100%;justify-content:center;position:absolute;top:0;width:10vw;z-index:8}.pre-btn{left:0;transform:rotate(180deg)}.nxt-btn{right:0}.nxt-btn img,.pre-btn img{opacity:.2}.nxt-btn:hover img,.pre-btn:hover img{opacity:1}.collection-container{grid-gap:10px;display:grid;grid-template-columns:repeat(2,1fr);width:100%}.collection{position:relative}.collection img{height:100%;object-fit:cover;width:100%}.collection p{color:#fff;font-size:50px;left:50%;position:absolute;text-align:center;text-transform:capitalize;top:50%;transform:translate(-50%,-50%)}.collection:nth-child(3){grid-column:span 2;margin-bottom:10px}*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:Roboto,sans-serif}img{display:block;width:100%}.main-wrapper{align-items:center;background-color:#f1f1f1;display:flex;justify-content:center;min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.product-div{grid-column-gap:10px;background-color:#fff;border-radius:3px;column-gap:10px;display:grid;grid-template-columns:repeat(2,1fr);margin:1rem 0;padding:2rem 0}.product-div-left,.product-div-right{padding:20px}.img-container img{margin:0 auto;width:200px}.hover-container{flex-wrap:wrap;margin-top:32px}.hover-container,.hover-container div{align-items:center;display:flex;justify-content:center}.hover-container div{border:2px solid #fca0afb3;border-radius:3px;margin:0 4px 8px;padding:1rem}.active{border-color:#ff91a3!important}.hover-container div:hover{border-color:#ff91a3}.hover-container div img{cursor:pointer;width:50px}.product-div-right span{display:block}.product-name{font-size:26px;font-weight:700;letter-spacing:1px;margin-bottom:22px;opacity:.9}.product-price{font-size:24px;font-weight:700;font-weight:500;opacity:.9}.product-rating{align-items:center;display:flex;margin-top:12px}.product-rating span{margin-right:6px}.product-description{font-weight:18px;font-weight:300;line-height:1.6;margin-top:22px;opacity:.9}.btn-groups{margin-top:22px}.btn-groups button{color:#fff;cursor:pointer;display:inline-block;font-family:inherit;font-size:16px;padding:15px 16px;text-transform:uppercase;transition:all .3s ease}.add-cart-btn,.btn-groups button .fas{margin-right:8px}.add-cart-btn{background-color:#ff9f00;border:2px solid #ff9f00}.add-cart-btn:hover{background-color:#fff;color:#ff9f00}.buy-now-btn{background-color:#000;border:2px solid #000}.buy-now-btn:hover{background-color:#fff;color:#000}@media screen and (max-width:992px){.product-div{grid-template-columns:100%}.product-div-right{text-align:center}.product-rating{justify-content:center}.product-description{margin-left:auto;margin-right:auto;max-width:400px}}@media screen and (max-width:400px){.btn-groups button{margin-bottom:10px;width:100%}}.container{margin:auto;max-width:90vw;padding-top:10px;text-align:center;transition:transform .5s;width:900px}svg{width:30px}.storefront-header{align-items:center;display:flex;justify-content:space-between;padding:20px 0}.icon-cart{position:relative}.icon-cart span{align-items:center;background-color:red;border-radius:50%;color:#fff;display:flex;height:30px;justify-content:center;position:absolute;right:-20px;top:50%;width:30px}.title{font-size:xx-large}.listProduct .item img{filter:drop-shadow(0 50px 20px #0009);max-height:194px;width:90%}.listProduct{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.listProduct .item{background-color:#eeeee6;border-radius:20px;padding:20px}.listProduct .item h2{font-size:large;font-weight:500}.listProduct .item .price{font-size:small;letter-spacing:7px}.listProduct .item button{background-color:#353432;border:none;border-radius:20px;color:#eee;margin-top:10px;padding:5px 10px}.cartTab{background-color:#353432;background-color:var(--secondary);color:#eeeee6;color:var(--primary);right:-400px}.cartTab,.cartTab-show{bottom:0;display:grid;grid-template-rows:70px 1fr 70px;position:fixed;top:0;transition:.5s;width:400px;z-index:1000}.cartTab-show{background-color:#fff;box-shadow:-4px 0 40px 10px #00000026;color:#353432;color:var(--secondary);right:0}body.showCart .container{transform:translateX(-250px)}.shopping-cart{background:#353432;background:var(--secondary);color:#eeeee6;color:var(--primary);font-size:1.2rem;font-weight:600;margin:0;padding:20px;text-align:center}.btn{grid-gap:0;display:grid;gap:0;grid-template-columns:repeat(2,1fr)}.checkOut{background-color:#353432;background-color:var(--secondary);border:none;color:#eeeee6;color:var(--primary);cursor:pointer;font-family:Quicksand,sans-serif;font-size:1rem;font-weight:600;padding:15px;transition:background-color .2s}.checkOut:hover{background-color:#2a2927}.close{background-color:#eeeee6;background-color:var(--primary);border:none;color:#353432;color:var(--secondary);cursor:pointer;font-family:Quicksand,sans-serif;font-size:1rem;font-weight:600;padding:15px;transition:background-color .2s}.close:hover{background-color:#e0e0d8}.listCart .item img{border-radius:8px;height:60px;object-fit:cover;width:100%}.listCart .item{grid-gap:12px;align-items:center;border-bottom:1px solid #eee;display:grid;gap:12px;grid-template-columns:60px 1fr 50px 1fr;padding:12px;text-align:center}.listCart .quantity span{align-items:center;background-color:#eee;border-radius:50%;color:#555;cursor:pointer;display:inline-block;display:flex;font-weight:600;height:30px;justify-content:center;transition:background-color .2s;width:30px}.listCart .quantity span:hover{background-color:#353432;background-color:var(--secondary);color:#eeeee6;color:var(--primary)}.listCart .quantity span:nth-child(2){background-color:initial;cursor:auto;font-weight:700}.listCart .item:nth-child(2n){background-color:#f8f8f8}.listCart{overflow:auto;padding:10px}.listCart::-webkit-scrollbar{width:0}.cart{background-color:#f6f5fa;border-radius:16px;margin:20px 0;padding:40px 0}.total-price{font-size:1.1rem;font-weight:700;padding-bottom:15px}.cart-item{background-color:#fff;border-radius:12px;box-shadow:0 4px 16px 0 #0000001a,0 1.5px 4px 0 #00000014;margin-bottom:20px;padding:20px;transition:box-shadow .3s,transform .3s}.cart-item:hover{box-shadow:0 8px 32px 0 #0000002e,0 3px 8px 0 #0000001f;transform:translateY(-2px)}.center-item{align-items:center;display:flex;gap:20px;justify-content:flex-start}.cart-item img{border-radius:8px;height:120px;object-fit:cover;width:120px}.cart-item h5{color:#353432;color:var(--secondary);font-weight:600;padding:0 20px}.cart-item .remove-item{background-color:#ff6b6b;border:none;border-radius:50%;color:#fff;cursor:pointer;height:30px;transition:background-color .2s;width:30px!important}.cart-item .remove-item:hover{background-color:#ff5252}.btn-default{background-color:#fff;border:1px solid #ddd;border-radius:8px;padding:8px 12px;transition:all .2s}.btn-default:hover{background-color:#353432;background-color:var(--secondary);color:#eeeee6;color:var(--primary)}.cart-item .form-control{background-color:#f6f5fa;border:1px solid #ddd;border-radius:8px!important;font-size:1.1rem;font-weight:700;padding:8px;text-align:center;width:80px}.input-group{flex-wrap:nowrap;gap:10px;width:auto}.status{color:#353432;color:var(--secondary);font-weight:600;text-align:right}.check-out{background-color:#2fbe70;border:none;border-radius:8px;color:#fff;cursor:pointer;float:right;font-size:1.1rem;font-weight:600;padding:12px 30px;transition:background-color .2s}.check-out:hover{background-color:#28a745}.side-menu h1{color:#353432;color:var(--secondary)}.side-menu{background-color:#eeeee6;background-color:var(--primary);display:flex;flex-direction:column;min-height:100vh;position:fixed;width:20vw}.side-menu .brand-name{align-items:center;display:flex;justify-content:center;min-height:10vh}.side-menu li{align-items:center;color:#353432;color:var(--secondary);display:flex;font-size:24px;padding:10px 40px}.side-menu li:hover{background-color:#353432;background-color:var(--secondary);color:#eeeee6;color:var(--primary)}.admin-container{display:flex;min-height:90vh;width:80vw}#slider{margin:0 auto;max-width:100%;text-align:center;width:800px}#slider input[type=radio]{display:none}#slider label{cursor:pointer;text-decoration:none}#slides{background:#fff;border:3px solid #ccc;padding:10px;position:relative;z-index:1}#overflow{overflow:hidden;width:100%}#slide1:checked~#slides .inner{margin-left:0}#slide2:checked~#slides .inner{margin-left:-100%}#slide3:checked~#slides .inner{margin-left:-200%}#slide4:checked~#slides .inner{margin-left:-300%}#slides .inner{height:300px;line-height:0;transition:margin-left .8s cubic-bezier(.77,0,.175,1);width:400%}#slides .slide{align-items:center;color:#fff;display:flex;float:left;height:100%;justify-content:center;width:25%}#slides .slide_1{background:#00171f}#slides .slide_2{background:#003459}#slides .slide_3{background:#007ea7}#slides .slide_4{background:#00a8e8}#controls{height:50px;margin:-180px 0 0;position:relative;width:100%;z-index:3}#controls label{display:none;height:50px;opacity:.4;transition:opacity .2s ease-out;width:50px}#controls label:hover{opacity:1}#slide1:checked~#controls label:nth-child(2),#slide2:checked~#controls label:nth-child(3),#slide3:checked~#controls label:nth-child(4),#slide4:checked~#controls label:first-child{background:url(https://image.flaticon.com/icons/svg/130/130884.svg) no-repeat;display:block;float:right;margin:0 -50px 0 0}#slide1:checked~#controls label:nth-last-child(2),#slide2:checked~#controls label:nth-last-child(3),#slide3:checked~#controls label:nth-last-child(4),#slide4:checked~#controls label:last-child{background:url(https://image.flaticon.com/icons/svg/130/130882.svg) no-repeat;display:block;float:left;margin:0 0 0 -50px}#bullets{margin:150px 0 0;text-align:center}#bullets label{background:#ccc;border-radius:100%;display:inline-block;height:10px;margin:0 10px;width:10px}#slide1:checked~#bullets label:first-child,#slide2:checked~#bullets label:nth-child(2),#slide3:checked~#bullets label:nth-child(3),#slide4:checked~#bullets label:nth-child(4){background:#444}@media screen and (max-width:900px){#slide1:checked~#controls label:nth-child(2),#slide1:checked~#controls label:nth-last-child(2),#slide2:checked~#controls label:nth-child(3),#slide2:checked~#controls label:nth-last-child(3),#slide3:checked~#controls label:nth-child(4),#slide3:checked~#controls label:nth-last-child(4),#slide4:checked~#controls label:first-child,#slide4:checked~#controls label:last-child{margin:0}#slides{margin:0 auto;max-width:calc(100% - 140px)}}.rating-container{display:flex}.rating-container1{display:none}.category-item:hover{background-color:#eeeee6;background-color:var(--primary)}.container__slider{background:#f8f9fa;border-radius:20px;box-shadow:0 10px 30px #0000001a;height:500px;margin:20px 0;overflow:hidden;position:relative;width:100%}.slider__progress{background:#fff3;border-radius:20px 20px 0 0;height:4px;left:0;position:absolute;top:0;width:100%;z-index:10}.slider__progress__bar{background:linear-gradient(90deg,#353432,#666);border-radius:20px 20px 0 0;box-shadow:0 0 10px #3534324d;height:100%}.slider__container{position:relative}.slider__container,.slider__item{height:100%;overflow:hidden;width:100%}.slider__item{align-items:center;cursor:pointer;display:flex;justify-content:center;left:0;position:absolute;top:0;transition:all .6s cubic-bezier(.4,0,.2,1)}.slider__item img{background:#fff;height:100%;object-fit:contain;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.slider__item:hover img{transform:scale(1.02)}.slider__item--active{z-index:2}.slider__item:not(.slider__item--active){filter:brightness(.7) blur(1px);transform:scale(.95)}@keyframes slideEntrance{0%{opacity:0;transform:scale(1.1) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.slider__item--active{animation:slideEntrance .8s cubic-bezier(.4,0,.2,1)}.slider__item{position:relative}.slider__item:after{background:linear-gradient(135deg,#3534320d,#3534320d);bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease}.slider__item:hover:after{opacity:1}@keyframes pulse{0%,to{box-shadow:0 0 10px #35343266}50%{box-shadow:0 0 20px #35343299}}.container__slider__links-small-active:before{animation:pulse 2s ease-in-out infinite}@media(max-width:768px){.container__slider{border-radius:15px;height:350px;margin:15px 0}.slider__btn{height:40px;opacity:1;width:40px}.slider__btn-next{right:10px}.slider__btn-prev{left:10px}.container__slider__links{bottom:20px;gap:8px}.container__slider__links-small{height:10px;width:10px}.slider__counter{font-size:12px;padding:6px 12px;right:15px;top:15px}}@media(max-width:480px){.container__slider{border-radius:12px;height:250px;margin:10px 0}.slider__btn{height:35px;width:35px}.slider__btn svg{height:18px;width:18px}.container__slider__links{bottom:15px;gap:6px}.container__slider__links-small{height:8px;width:8px}.slider__counter{font-size:11px;padding:4px 8px;right:10px;top:10px}}.slider__btn{align-items:center;animation:fadeInButtons .5s ease forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #35343233;border-radius:50%;box-shadow:0 4px 15px #0000001a;color:#353432;cursor:pointer;display:flex;font-size:18px;height:50px;justify-content:center;opacity:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s cubic-bezier(.4,0,.2,1);width:50px;z-index:10}@keyframes fadeInButtons{to{opacity:1}}.container__slider:hover .slider__btn{opacity:1}.slider__btn:hover{background:#fff;box-shadow:0 8px 25px #0003;transform:translateY(-50%) scale(1.1)}.slider__btn:active{transform:translateY(-50%) scale(.95)}.slider__btn svg{transition:transform .3s ease}.slider__btn:hover svg{transform:scale(1.2)}.slider__btn-next{right:20px}.slider__btn-prev{left:20px}.container__slider__links{bottom:30px;display:flex;gap:12px;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.container__slider__links-small{background:#0000;border:2px solid #ffffff80;border-radius:50%;cursor:pointer;height:12px;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:12px}.container__slider__links-small:before{background:#353432;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s cubic-bezier(.4,0,.2,1);width:0}.container__slider__links-small:hover{border-color:#fffc;transform:scale(1.2)}.container__slider__links-small-active{border-color:#fff;transform:scale(1.3)}.container__slider__links-small-active:before{box-shadow:0 0 10px #35343266;height:8px;width:8px}.slider__counter{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #35343233;border-radius:20px;box-shadow:0 4px 15px #0000001a;color:#353432;display:flex;font-family:Quicksand,sans-serif;font-size:14px;font-weight:600;gap:4px;padding:8px 16px;position:absolute;right:20px;top:20px;z-index:10}.slider__counter__current{color:#353432;font-weight:800}.slider__counter__separator{opacity:.6}.slider__counter__total{opacity:.8}.App{font-family:Arial,Helvetica,sans-serif;justify-content:center;max-width:100%}.App,.info{align-items:center;display:flex;flex-direction:column}.info{justify-content:flex-start;margin-top:10px}@media (max-width:1200px){.admin-container,.container,.main-wrapper{max-width:98vw;padding:0 1vw}}@media (max-width:900px){.admin-container,.container,.parent-div{align-items:stretch;flex-direction:column;width:95vw}.header-container{flex-direction:column;height:auto;padding:10px 0}.menu-list{align-items:center;flex-direction:column;gap:10px}}@media (max-width:600px){.header-container,.storefront-header{flex-direction:column;height:auto;padding:10px 0}.logo-container,.menu-container,.search-bar-container{margin-bottom:10px;width:100%}.home-container{margin:10px 0;width:100%}.product-card{height:auto;margin:10px auto;width:90vw}.product-image{height:180px}.cart-container{align-items:stretch;flex-direction:column}}.cart-item,.listProduct .item,.place-item,.product-card{border-radius:16px;box-shadow:0 4px 16px 0 #0000001a,0 1.5px 4px 0 #00000014;transition:box-shadow .3s,transform .3s}.cart-item:hover,.listProduct .item:hover,.place-item:hover,.product-card:hover{box-shadow:0 8px 32px 0 #0000002e,0 3px 8px 0 #0000001f;transform:translateY(-4px) scale(1.02)}.add-cart-btn,.button,.buy-now-btn,.card-btn,.checkOut,.close,.details-btn,.product-btn{border-radius:8px;box-shadow:0 2px 8px 0 #00000014;transition:background .2s,color .2s,box-shadow .2s,transform .2s}.add-cart-btn:hover,.button:hover,.buy-now-btn:hover,.card-btn:hover,.checkOut:hover,.close:hover,.details-btn:hover,.product-btn:hover{box-shadow:0 4px 16px 0 #00000024;transform:scale(1.04)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#e2e2e2;color:#232323;font-family:Lato,Quicksand,Exo\ 2,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1.08rem;line-height:1.7;margin:0;padding:0}h1,h2,h3,h4,h5,h6{color:#232323;font-family:Quicksand,Exo\ 2,Lato,Arial,sans-serif;font-weight:800;letter-spacing:.04em;margin-bottom:.5em;text-shadow:0 2px 8px #0000000f}h1{font-size:2.6rem}h2{font-size:2.1rem}h3{font-size:1.5rem}h4{font-size:1.2rem}h5,h6{font-size:1rem}@media (max-width:900px){h1{font-size:2.1rem}h2{font-size:1.7rem}h3{font-size:1.2rem}}@media (max-width:600px){h1{font-size:1.5rem}h2{font-size:1.2rem}h3{font-size:1rem}}button,input,label,li,p,select,span,textarea{color:#353432;font-family:Lato,Quicksand,Exo\ 2,Arial,sans-serif;font-size:1.08rem;letter-spacing:.01em}.menu-link,a{color:#2f4444;font-weight:600;text-decoration:none;transition:color .2s}.menu-link:hover,a:hover{color:#ff9f00;text-shadow:0 2px 8px #ff9f0014}.add-cart-btn,.button,.buy-now-btn,.card-btn,.checkOut,.close,.details-btn,.product-btn{font-family:Quicksand,Lato,Arial,sans-serif;font-size:1.1rem;font-weight:700;letter-spacing:.03em;text-shadow:0 1px 4px #0000000a}@media (max-width:600px){body,button,input,label,li,p,select,span,textarea{font-size:.98rem}.add-cart-btn,.button,.buy-now-btn,.card-btn,.checkOut,.close,.details-btn,.product-btn{font-size:1rem}}.admin-container,.cart,.checkout,.container,.main-wrapper,.profileContainer,section{background:#fff;border-radius:12px;box-shadow:0 2px 8px 0 #0000000f;margin-bottom:2rem;padding:1.5rem 1rem}@media (max-width:600px){.admin-container,.cart,.checkout,.container,.main-wrapper,.profileContainer,section{margin-bottom:1rem;padding:1rem .5rem}}@media (max-width:768px){.cartTab,.cartTab-show{right:-100%;width:100%}.cartTab-show{right:0}.listCart .item{gap:8px;grid-template-columns:50px 1fr 40px 1fr;padding:8px}.listCart .item img{height:50px}.cart-item{padding:15px}.cart-item img{height:80px;width:80px}.center-item{gap:10px}.product-category{font-size:1.5rem;margin-bottom:20px}.product-container{gap:15px}.header-container{padding:8px 15px}.logo-container{min-width:120px}.search-bar-container{min-width:150px}}@media (max-width:480px){.parent-div{gap:16px;padding:0 10px;width:95%}.home-container{padding:12px}.home-btn{flex-direction:column;gap:8px}.details-btn,.product-btn{font-size:.9rem;padding:10px 16px}.cart-item{padding:12px}.cart-item img{height:60px;width:60px}.cart-item h5{font-size:.9rem;padding:0 10px}.check-out{font-size:1rem;padding:10px 20px}.product{margin:15px auto;padding:15px}.product-container{gap:12px}.listCart .item{gap:6px;grid-template-columns:40px 1fr 35px 1fr;padding:6px}.listCart .item img{height:40px}.listCart .quantity span{font-size:.8rem;height:25px;width:25px}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}a:focus,button:focus,input:focus,select:focus,textarea:focus{outline:2px solid #353432;outline:2px solid var(--secondary);outline-offset:2px}@media print{.btn,.cartTab,.cartTab-show,.check-out,.header-container{display:none!important}body{background:#fff!important;color:#000!important}.cart-item,.home-container,.product-card{border:1px solid #ccc!important;box-shadow:none!important}}@media (max-width:480px){.product-card{border-radius:8px;height:200px;padding:0;width:120px}.product-image{height:90px}.product-image,.product-thumb{border-radius:8px 8px 0 0}.product-info{height:70px;padding:6px 6px 8px}.product-brand{font-size:.65rem;font-weight:700;margin-bottom:2px}.price{font-size:.8rem;font-weight:800}.card-btn{border-radius:12px;bottom:6px;font-size:.7rem;padding:5px 8px;width:90%}}@media (max-width:400px){.product-card{border-radius:6px;height:160px;width:100px}.product-image{border-radius:6px 6px 0 0;height:65px}.product-info{height:55px;padding:4px 4px 6px}.product-brand{font-size:.6rem}.price{font-size:.7rem}.card-btn{border-radius:10px;bottom:4px;font-size:.6rem;padding:4px 6px;width:92%}}@media (max-width:340px){.product-card{border-radius:4px;height:120px;width:80px}.product-image{border-radius:4px 4px 0 0;height:45px}.product-info{height:40px;padding:2px 2px 4px}.product-brand{font-size:.5rem}.price{font-size:.6rem}.card-btn{border-radius:8px;bottom:2px;font-size:.5rem;padding:2px 4px;width:94%}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.style_App__4\+H3y{font-family:Arial,Helvetica,sans-serif;justify-content:center;max-width:100%}.style_App__4\+H3y,.style_info__P1eqz{align-items:center;display:flex;flex-direction:column}.style_info__P1eqz{justify-content:flex-start;margin-top:10px}@media (max-width:1024px){.style_footerGrid__V9YxU{gap:30px!important;grid-template-columns:1fr 1fr!important}.style_footerCompanyInfo__9dD6w{grid-column:span 2!important}}@media (max-width:768px){.style_footerGrid__V9YxU{gap:30px!important;grid-template-columns:1fr!important}.style_footerCompanyInfo__9dD6w{grid-column:span 1!important}.style_footerBottom__YGXql{flex-direction:column!important;gap:15px!important;text-align:center!important}.style_footerSocialButtons__Oyydp{justify-content:center!important}}@media (max-width:480px){.style_footerHeading__zLJEK{font-size:1.1rem!important}.style_footerPara__QcfMV{font-size:.9rem!important}.style_footerPara1__wGaRY{font-size:.9rem!important;padding-left:0!important;padding-top:0!important}.style_footerContainer__E4iz\+{grid-gap:20px!important;display:grid!important;gap:20px!important;grid-template-columns:1fr!important}.style_footerSocialButtons__Oyydp{gap:10px!important}.style_footerSocialButton__CMdwK{height:40px!important;width:40px!important}}@keyframes style_socialHover__LuDRu{0%{transform:translateY(0) scale(1)}50%{transform:translateY(-3px) scale(1.1)}to{transform:translateY(0) scale(1)}}.style_footerLink__jgHLK{transition:all .3s ease!important}.style_footerLink__jgHLK:hover{color:#eeeee6!important;transform:translateX(5px)!important}.style_footerGradientText__Osg3J{-webkit-text-fill-color:#0000!important;background:linear-gradient(135deg,#eeeee6,#d4d4cc)!important;-webkit-background-clip:text!important;background-clip:text!important}.style_footerCard__NGZd7{box-shadow:0 10px 30px #0003!important;transition:box-shadow .3s ease!important}.style_footerCard__NGZd7:hover{box-shadow:0 15px 40px #0000004d!important}.style_dynamicLogo__J7eKe{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border:1px solid #fff3;border-radius:12px;box-shadow:0 4px 16px #0000001a;display:flex;gap:12px;padding:8px 16px;transition:all .3s cubic-bezier(.4,0,.2,1)}.style_dynamicLogo__J7eKe:hover{background:linear-gradient(135deg,#ffffff26,#ffffff14);box-shadow:0 8px 32px #00000026;transform:translateY(-2px) scale(1.02)}.style_logoIcon__m3tO3{align-items:center;animation:style_logoGlow__LB7QG 3s ease-in-out infinite alternate;background:linear-gradient(135deg,#ff6b9d,#c44569 50%,#8b5cf6);border-radius:50%;box-shadow:0 4px 16px #8b5cf64d;display:flex;height:40px;justify-content:center;position:relative;width:40px}@keyframes style_logoGlow__LB7QG{0%{box-shadow:0 4px 16px #8b5cf64d}to{box-shadow:0 4px 24px #8b5cf680}}.style_spaIcon__yhb85{animation:style_spaFloat__wxjpp 4s ease-in-out infinite;color:#fff;font-size:20px!important;z-index:2}.style_flowerIcon__NlaaV{animation:style_flowerRotate__76IQw 6s linear infinite;color:#fffc;font-size:16px!important;position:absolute;z-index:1}@keyframes style_spaFloat__wxjpp{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-3px) rotate(5deg)}}@keyframes style_flowerRotate__76IQw{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.style_logoText__H\+TXw{align-items:flex-start;display:flex;flex-direction:column;line-height:1}.style_logoBrand__H6HYS{animation:style_brandGlow__Jni63 4s ease-in-out infinite alternate;color:var(--secondary);font-family:Quicksand,Exo\ 2,Arial,sans-serif;font-size:1.4rem;font-weight:800;letter-spacing:.1em;text-shadow:0 2px 8px #0000001a}.style_logoType__Zpb0z{animation:style_typeFade__H7AUw 4s ease-in-out infinite alternate;color:#666;font-family:Lato,Quicksand,Arial,sans-serif;font-size:.8rem;font-weight:400;letter-spacing:.2em;margin-top:-2px;text-transform:uppercase}@keyframes style_brandGlow__Jni63{0%{text-shadow:0 2px 8px #0000001a}to{text-shadow:0 2px 12px #8b5cf64d}}@keyframes style_typeFade__H7AUw{0%{opacity:.7}to{opacity:1}}.style_drawerContainer__XXtJG{color:#eeeee6;display:flex;flex-direction:column;height:100vh;overflow-y:auto;scrollbar-color:#eeeee64d #0000;scrollbar-width:thin}.style_drawerContainer__XXtJG::-webkit-scrollbar{width:6px}.style_drawerContainer__XXtJG::-webkit-scrollbar-track{background:#0000}.style_drawerContainer__XXtJG::-webkit-scrollbar-thumb{background:#eeeee64d;border-radius:3px}.style_drawerContainer__XXtJG::-webkit-scrollbar-thumb:hover{background:#eeeee680}.style_drawerHeader__QiVCw{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#eeeee61a,#eeeee60d);border-bottom:1px solid #eeeee61a;padding:30px 25px 20px}.style_drawerLogo__Ctsjl{margin-bottom:20px}.style_drawerLogo__Ctsjl .style_dynamicLogo__J7eKe{background:#eeeee626;border:1px solid #eeeee633}.style_drawerLogo__Ctsjl .style_logoBrand__H6HYS{color:#eeeee6}.style_drawerLogo__Ctsjl .style_logoType__Zpb0z{color:#eeeee6cc}.style_userSection__Tyg7h{align-items:center;animation:style_slideInUp__0MqYC .6s ease-out;display:flex;gap:15px}.style_userAvatar__bmzCT{border:3px solid #eeeee64d;box-shadow:0 4px 16px #0003;transition:all .3s ease}.style_userAvatar__bmzCT:hover{box-shadow:0 6px 20px #0000004d;transform:scale(1.05)}.style_userInfo__ydSWp{flex:1 1}.style_userName__BhY7r{color:#eeeee6;font-family:Quicksand,sans-serif;font-size:1.1rem;font-weight:600;margin:0 0 4px}.style_userEmail__JUQoB{color:#eeeee6cc;font-family:Lato,sans-serif;font-size:.85rem;margin:0}.style_drawerDivider__p4eiQ{background:#eeeee633;height:1px;margin:20px 25px}.style_navSection__IGLw2{flex:1 1;padding:0 25px}.style_sectionTitle__Dr6HQ{color:#eeeee6b3;font-family:Quicksand,sans-serif;font-size:.9rem;font-weight:600;letter-spacing:1px;margin:0 0 15px;position:relative;text-transform:uppercase}.style_sectionTitle__Dr6HQ:after{background:linear-gradient(90deg,#eeeee6,#d4d4cc);border-radius:1px;bottom:-5px;content:"";height:2px;left:0;position:absolute;width:30px}.style_navItem__XiMuD{align-items:center;animation:style_slideInLeft__HUYfi .6s ease-out both;background:#eeeee60d;border:1px solid #eeeee61a;border-radius:12px;cursor:pointer;display:flex;gap:15px;margin:8px 0;overflow:hidden;padding:15px 20px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.style_navItem__XiMuD:nth-child(2){animation-delay:.1s}.style_navItem__XiMuD:nth-child(3){animation-delay:.2s}.style_navItem__XiMuD:nth-child(4){animation-delay:.3s}.style_navItem__XiMuD:nth-child(5){animation-delay:.4s}.style_navItem__XiMuD:before{background:linear-gradient(90deg,#0000,#eeeee61a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.style_navItem__XiMuD:hover{background:#eeeee626;border-color:#eeeee633;box-shadow:0 4px 16px #0003;transform:translateX(8px)}.style_navItem__XiMuD:hover:before{left:100%}.style_navIcon__GqhgT{align-items:center;background:linear-gradient(135deg,#eeeee633,#eeeee61a);border-radius:50%;color:#eeeee6;display:flex;flex-shrink:0;font-size:1.2rem;height:40px;justify-content:center;transition:all .3s ease;width:40px}.style_navItem__XiMuD:hover .style_navIcon__GqhgT{background:linear-gradient(135deg,#eeeee6,#d4d4cc);box-shadow:0 4px 16px #eeeee64d;color:#353432;transform:scale(1.1) rotate(5deg)}.style_navText__nDjVM{color:#eeeee6;flex:1 1;font-family:Quicksand,sans-serif;font-size:1rem;font-weight:500;transition:all .3s ease}.style_navItem__XiMuD:hover .style_navText__nDjVM{font-weight:600;transform:translateX(5px)}.style_cartBadge__UbxrF{align-items:center;animation:style_pulse__ZEASn 2s infinite;background:linear-gradient(135deg,#eeeee6,#d4d4cc);border-radius:50%;box-shadow:0 2px 8px #eeeee64d;color:#353432;display:flex;font-size:.75rem;font-weight:600;height:24px;justify-content:center;width:24px}.style_logoutItem__bVLDy{background:#eeeee61a;border-color:#eeeee64d}.style_logoutItem__bVLDy:hover{background:#eeeee633;border-color:#eeeee680}.style_logoutItem__bVLDy .style_navIcon__GqhgT{background:#eeeee633}.style_logoutItem__bVLDy:hover .style_navIcon__GqhgT{background:linear-gradient(135deg,#eeeee6,#d4d4cc);color:#353432}.style_drawerFooter__Cgfkx{background:linear-gradient(135deg,#0000001a,#0000000d);border-top:1px solid #eeeee61a;margin-top:auto;padding:25px;text-align:center}.style_footerText__O1OBN{color:#eeeee6;font-family:Quicksand,sans-serif;font-size:.9rem;font-weight:600;margin:0 0 5px}.style_footerSubtext__bhWp5{color:#eeeee6b3;font-family:Lato,sans-serif;font-size:.8rem;font-style:italic;margin:0}@keyframes style_slideInLeft__HUYfi{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes style_slideInUp__0MqYC{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes style_pulse__ZEASn{0%,to{box-shadow:0 2px 8px #eeeee64d}50%{box-shadow:0 2px 16px #eeeee680}}@media (max-width:768px){.style_dynamicLogo__J7eKe{gap:8px;padding:6px 12px}.style_logoIcon__m3tO3{height:32px;width:32px}.style_spaIcon__yhb85{font-size:16px!important}.style_flowerIcon__NlaaV{font-size:14px!important}.style_logoBrand__H6HYS{font-size:1.1rem}.style_logoType__Zpb0z{font-size:.7rem}}@media (max-width:480px){.style_dynamicLogo__J7eKe{gap:2px;padding:1px 2px}.style_logoIcon__m3tO3{align-items:center;display:flex;height:22px;justify-content:center;min-height:22px;min-width:22px;width:22px}.style_spaIcon__yhb85{font-size:10px!important;z-index:2}.style_flowerIcon__NlaaV{font-size:7px!important;left:1px;top:1px;z-index:1}.style_logoText__H\+TXw{gap:0}.style_logoBrand__H6HYS{font-size:.6rem;letter-spacing:.05em}.style_logoType__Zpb0z{font-size:.35rem;letter-spacing:.1em;margin-top:-1px}}@media (max-width:360px){.style_dynamicLogo__J7eKe{gap:1px;padding:0 1px}.style_logoIcon__m3tO3{height:16px;min-height:16px;min-width:16px;width:16px}.style_spaIcon__yhb85{font-size:7px!important}.style_flowerIcon__NlaaV{font-size:5px!important;left:0;top:0}.style_logoBrand__H6HYS{font-size:.38rem}.style_logoType__Zpb0z{font-size:.22rem;margin-top:0}}@media (max-width:768px){.style_drawerHeader__QiVCw{padding:20px 20px 15px}.style_navSection__IGLw2{padding:0 20px}.style_navItem__XiMuD{margin:6px 0;padding:12px 15px}.style_navIcon__GqhgT{font-size:1.1rem;height:35px;width:35px}.style_navText__nDjVM{font-size:.95rem}.style_drawerFooter__Cgfkx{padding:20px}}@media (max-width:480px){.style_drawerHeader__QiVCw{padding:16px 10px 10px}.style_drawerLogo__Ctsjl{margin-bottom:10px}.style_userSection__Tyg7h{gap:8px}.style_userAvatar__bmzCT{border-width:2px;font-size:1rem!important;height:36px!important;min-height:36px!important;min-width:36px!important;width:36px!important}.style_userName__BhY7r{font-size:.85rem;margin-bottom:2px}.style_userEmail__JUQoB{font-size:.7rem}.style_drawerDivider__p4eiQ{margin:12px 10px}.style_navSection__IGLw2{padding:0 10px}.style_sectionTitle__Dr6HQ{font-size:.75rem;margin-bottom:8px}.style_sectionTitle__Dr6HQ:after{bottom:-3px;height:2px;width:18px}.style_navItem__XiMuD{border-radius:8px;gap:8px;margin:4px 0;padding:10px}.style_navIcon__GqhgT{font-size:1.1rem!important;height:22px;min-height:22px;min-width:22px;width:22px}.style_navText__nDjVM{font-size:.85rem}.style_cartBadge__UbxrF{border-radius:8px;font-size:.7rem;height:16px;min-width:16px;padding:0 4px;right:2px;top:2px}.style_drawerFooter__Cgfkx{padding:10px}.style_footerText__O1OBN{font-size:.7rem}.style_footerSubtext__bhWp5{font-size:.65rem}}@media (max-width:360px){.style_drawerHeader__QiVCw{padding:10px 4px 6px}.style_userAvatar__bmzCT{font-size:.8rem!important;height:28px!important;min-height:28px!important;min-width:28px!important;width:28px!important}.style_userName__BhY7r{font-size:.7rem}.style_userEmail__JUQoB{font-size:.55rem}.style_drawerDivider__p4eiQ{margin:6px 4px}.style_navSection__IGLw2{padding:0 4px}.style_sectionTitle__Dr6HQ{font-size:.6rem;margin-bottom:4px}.style_sectionTitle__Dr6HQ:after{bottom:-2px;height:2px;width:12px}.style_navItem__XiMuD{border-radius:6px;gap:4px;margin:2px 0;padding:6px 4px}.style_navIcon__GqhgT{font-size:.9rem!important;height:16px;min-height:16px;min-width:16px;width:16px}.style_navText__nDjVM{font-size:.65rem}.style_cartBadge__UbxrF{border-radius:6px;font-size:.5rem;height:12px;min-width:12px;padding:0 2px;right:1px;top:1px}.style_drawerFooter__Cgfkx{padding:6px 4px}.style_footerText__O1OBN{font-size:.55rem}.style_footerSubtext__bhWp5{font-size:.5rem}}@media(max-width:480px){.style_logoName__Ogv22{font-family:Smooch Sans;font-size:medium;white-space:nowrap}}.style_shoppingCartContainer__LPD4f{gap:"20px";padding-right:20px}@media(max-width:480px){.style_shoppingCartContainer__LPD4f{gap:0;padding-right:0}.style_navItem__XiMuD{border-radius:7px;gap:4px;margin:2px 0;min-height:36px;padding:7px 6px}.style_navIcon__GqhgT{border-radius:5px;font-size:.9rem!important;height:18px;min-height:18px;min-width:18px;width:18px}.style_navText__nDjVM{font-size:.7rem;font-weight:500;padding-left:2px}}@media (max-width:360px){.style_navItem__XiMuD{border-radius:5px;gap:2px;margin:1px 0;min-height:28px;padding:4px 2px}.style_navIcon__GqhgT{border-radius:3px;font-size:.6rem!important;height:13px;min-height:13px;min-width:13px;width:13px}.style_navText__nDjVM{font-size:.5rem;font-weight:500;padding-left:1px}}@media (max-width:480px){.style_logoutItem__bVLDy{padding-left:10px!important;padding-right:20px!important}.style_sectionTitle__Dr6HQ{padding-left:6px}}@media (max-width:360px){.style_logoutItem__bVLDy{padding-left:6px!important;padding-right:14px!important}.style_sectionTitle__Dr6HQ{padding-left:3px}}.style_productDetailContainer__5M\+S-{align-items:flex-start;background:linear-gradient(135deg,#f8f9fa,#e9ecef);display:flex;justify-content:center;min-height:100vh;padding:20px}.style_productDetail__DnETp{animation:style_slideUpFade__uKhgd .8s cubic-bezier(.4,0,.2,1);background:#fff;border-radius:24px;box-shadow:0 20px 60px #0000001a;display:flex;flex-direction:column;gap:0;margin:0 auto;max-width:600px;overflow:hidden;position:relative;width:100%}@keyframes style_slideUpFade__uKhgd{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.style_productImage__oICGY{align-items:center;background:linear-gradient(135deg,#f8f9fa,#fff);box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;max-width:100%;overflow:hidden;padding:40px;position:relative;width:100%}.style_productImage__oICGY:before{background:linear-gradient(45deg,#35343205,#3534320d);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.style_productImage1__C8JAr{align-items:center;display:flex;height:400px;justify-content:center;max-width:400px;position:relative;width:100%;z-index:2}.style_productImage1__C8JAr img{border-radius:16px;box-shadow:0 10px 30px #0000001a;height:100%;object-fit:contain;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.style_productImage1__C8JAr:hover img{transform:scale(1.05)}.style_sizeOptions__nCOuQ{align-items:center;display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-top:30px}.style_sizeOption__IZ68t{background:linear-gradient(135deg,#353432,#555);border:2px solid #0000;border-radius:12px;box-shadow:0 4px 15px #35343233;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:12px 20px;transition:all .3s cubic-bezier(.4,0,.2,1)}.style_sizeOption__IZ68t:hover{border-color:#ffffff4d;box-shadow:0 8px 25px #3534324d;transform:translateY(-2px)}.style_productInfo__HEok-{background:#fff;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;max-width:100%;padding:40px;position:relative;width:100%}.style_productInfo__HEok-:before{background:linear-gradient(90deg,#353432,#666 50%,#353432);content:"";height:4px;left:0;position:absolute;right:0;top:0}.style_heading__--A39{color:#232323;font-family:Quicksand,Exo\ 2,Arial,sans-serif;font-size:2.5rem;font-weight:800;letter-spacing:.02em;line-height:1.2;margin-bottom:20px;text-align:center;text-shadow:0 2px 8px #0000000f}.style_ratingSection__4qJ69{align-items:center;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:16px;box-shadow:0 4px 15px #0000000d;display:flex;gap:10px;justify-content:center;margin-bottom:25px;padding:15px}.style_ratingText__oa84g{color:#353432;font-size:1rem;font-weight:600}.style_notesContainer__dA0RM{align-items:center;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:16px;box-shadow:0 4px 15px #0000000d;display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:25px;padding:20px}.style_notes__m0Dxa{border:2px solid #0000;border-radius:20px;box-shadow:0 4px 15px #00000026;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:10px 16px;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.style_notes__m0Dxa:hover{border-color:#ffffff4d;box-shadow:0 8px 25px #00000040;transform:translateY(-2px)}.style_notes__m0Dxa:first-child{background:linear-gradient(135deg,#ff6b6b,#ee5a52)}.style_notes__m0Dxa:nth-child(2){background:linear-gradient(135deg,#4ecdc4,#44a08d)}.style_notes__m0Dxa:nth-child(3){background:linear-gradient(135deg,#a8e6cf,#7fcdcd)}.style_notes__m0Dxa:nth-child(4){background:linear-gradient(135deg,#ffd93d,#ffb347)}.style_heading3__YBfZU{border-left:4px solid #353432;color:#555;font-family:Lato,Quicksand,Arial,sans-serif;font-size:1.1rem;line-height:1.7;margin-bottom:25px}.style_heading2__StObh,.style_heading3__YBfZU{background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:16px;box-shadow:0 4px 15px #0000000d;padding:20px;text-align:center}.style_heading2__StObh{color:#353432;font-family:Quicksand,Exo\ 2,Arial,sans-serif;font-size:2.8rem;font-weight:800;margin-bottom:30px;overflow:hidden;position:relative}.style_heading2__StObh:before{animation:style_shimmer__uAQUz 2s infinite;background:linear-gradient(90deg,#0000,#fff6,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}@keyframes style_shimmer__uAQUz{0%{left:-100%}to{left:100%}}.style_addToCartButton__ncihY{border:none;border-radius:16px;cursor:pointer;font-family:Quicksand,Arial,sans-serif;font-size:1.1rem;font-weight:700;letter-spacing:.05em;overflow:hidden;padding:18px 30px;position:relative;text-transform:uppercase;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.style_addToCartButton__ncihY:not(.style_outOfStock__MbEXb){background:linear-gradient(135deg,#353432,#555);box-shadow:0 8px 25px #3534324d;color:#fff}.style_addToCartButton__ncihY:not(.style_outOfStock__MbEXb):hover{box-shadow:0 12px 35px #35343266;transform:translateY(-3px)}.style_addToCartButton__ncihY:not(.style_outOfStock__MbEXb):active{transform:translateY(-1px)}.style_addToCartButton__ncihY.style_outOfStock__MbEXb{background:linear-gradient(135deg,#ff6b6b,#ee5a52);box-shadow:0 4px 15px #ff6b6b4d;color:#fff;cursor:not-allowed}.style_addToCartButton__ncihY.style_added__g41Er{background:linear-gradient(135deg,#28a745,#20c997);box-shadow:0 4px 15px #28a7454d;color:#fff;cursor:default}.style_buttonPara__Bjufc{font-weight:600;white-space:nowrap}.style_reviewsSection__JRAnN{animation:style_slideUpFade__uKhgd .8s cubic-bezier(.4,0,.2,1) .2s both;background:#fff;border-radius:24px;box-shadow:0 20px 60px #0000001a;margin:24px auto 0;max-width:600px;overflow:hidden;width:100%}.style_reviewsHeader__6ZG6Y{background:linear-gradient(135deg,#353432,#555);color:#fff;padding:30px 40px}.style_reviewsHeader__6ZG6Y h2{font-family:Quicksand,Exo\ 2,Arial,sans-serif;font-size:1.8rem;font-weight:800;letter-spacing:.02em;margin:0;text-align:center}.style_reviewsContainer__Fd513{max-height:400px;overflow-y:auto;padding:30px 40px}.style_reviewItem__hJG6w{background:linear-gradient(135deg,#f8f9fa,#fff);border-left:4px solid #353432;border-radius:16px;box-shadow:0 4px 15px #0000000d;margin-bottom:20px;padding:20px;transition:all .3s cubic-bezier(.4,0,.2,1)}.style_reviewItem__hJG6w:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.style_reviewHeader__3ClLI{align-items:center;display:flex;gap:12px;margin-bottom:12px}.style_reviewAuthor__DhHGe{color:#353432;font-family:Quicksand,Arial,sans-serif;font-size:1.1rem;font-weight:700}.style_reviewText__U-EBf{color:#555;font-family:Lato,Arial,sans-serif;font-size:1rem;line-height:1.6;margin:0}.style_noReviews__eUEWo{color:#666;font-size:1.1rem;font-style:italic;padding:40px;text-align:center}@media (max-width:1024px){.style_productDetail__DnETp,.style_reviewsSection__JRAnN{max-width:98vw}}@media (max-width:768px){.style_productDetail__DnETp,.style_reviewsSection__JRAnN{border-radius:20px;max-width:100vw}}@media (max-width:480px){.style_productDetail__DnETp{border-radius:0;margin:0;max-width:100vw;padding:0;position:static!important;width:100vw;z-index:auto!important}.style_productImage__oICGY,.style_productInfo__HEok-{margin:0;padding:10px 0 0}.style_productImage__oICGY,.style_productInfo__HEok-,.style_reviewsSection__JRAnN{border-radius:0;max-width:100vw;position:static!important;width:100vw;z-index:auto!important}.style_reviewsSection__JRAnN{clear:both;margin:24px 0 0;padding:0}.style_productImage1__C8JAr{height:180px;margin:0 auto;max-width:95vw}}.style_productImage__oICGY{margin-bottom:12px}.style_productInfo__HEok-{margin-bottom:16px}.style_reviewsContainer__Fd513::-webkit-scrollbar{width:6px}.style_reviewsContainer__Fd513::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.style_reviewsContainer__Fd513::-webkit-scrollbar-thumb{background:#353432;border-radius:3px}.style_reviewsContainer__Fd513::-webkit-scrollbar-thumb:hover{background:#555}.style_mobileStack__l6PNF{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;width:100vw}@media (max-width:480px){.style_mobileStack__l6PNF{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;width:100vw}.style_productDetail__DnETp,.style_productImage__oICGY,.style_productInfo__HEok-,.style_reviewsSection__JRAnN{border-radius:0!important;box-sizing:border-box;margin:0!important;max-width:100vw!important;width:100vw!important}.style_heading__--A39{font-size:1.1rem!important;margin-bottom:10px!important}.style_heading2__StObh{font-size:1.2rem!important;margin-bottom:12px!important;padding:10px!important}.style_heading3__YBfZU{font-size:.9rem!important;margin-bottom:10px!important;padding:8px!important}.style_buttonPara__Bjufc{font-size:.95rem!important}.style_addToCartButton__ncihY{border-radius:8px!important;font-size:.95rem!important;margin-bottom:10px!important;padding:10px!important}.style_notes__m0Dxa{border-radius:10px!important;font-size:.7rem!important;margin:2px!important;padding:4px 8px!important}.style_sizeOption__IZ68t{border-radius:8px!important;font-size:.7rem!important;padding:6px 10px!important}.style_sizeOptions__nCOuQ{gap:6px!important;margin-top:10px!important}.style_ratingSection__4qJ69{gap:6px!important;margin-bottom:10px!important;padding:6px!important}.style_reviewsHeader__6ZG6Y h2{font-size:1rem!important;padding:0!important}.style_reviewsSection__JRAnN{margin-top:10px!important;padding:0!important}.style_reviewsContainer__Fd513{padding:10px!important}.style_reviewItem__hJG6w{margin-bottom:10px!important;padding:8px!important}.style_reviewAuthor__DhHGe{font-size:.9rem!important}.style_reviewText__U-EBf{font-size:.85rem!important}}.style_checkoutMain__aVxgR{align-items:center;background:linear-gradient(135deg,#f5f7fa,#e9ecef);box-sizing:border-box;display:flex;flex-direction:column;gap:24px;min-height:100vh;padding:32px 0;width:100%}.style_sectionHeader__3uqzn{background:linear-gradient(135deg,#353432,#2a2927);border-radius:0 0 32px 32px;box-shadow:0 4px 24px #35343214;color:#eeeee6;font-weight:700;margin-bottom:0;max-width:900px;padding:32px 24px 16px;text-align:center;width:100%}.style_sectionsRow__O-cdx{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:row;gap:24px;justify-content:center;margin-bottom:0;max-width:900px;width:100%}.style_sectionCol__wfPpT{display:flex;flex:1 1;flex-direction:column;gap:0;min-width:0}.style_sectionCard__Ha8H8{background:#fff;border-radius:18px;box-shadow:0 4px 24px #3534321a;display:flex;flex-direction:column;gap:16px;margin-bottom:0;padding:18px;width:100%}.style_sectionTitle__IDujt{color:#353432!important;font-weight:700!important;margin-bottom:12px!important}.style_sectionSubHeader__u0CJR{background:#353432;background:var(--secondary,#353432);border-radius:8px;box-shadow:0 2px 8px #3534320f;margin:0 0 8px;padding:12px;text-align:center;width:100%}.style_sectionSubTitle__wvYcB{color:#fff!important;font-size:1.1rem!important;font-weight:700!important;letter-spacing:.03em}.style_summaryRow__2YzEN{padding:8px 12px}.style_summaryRow__2YzEN,.style_summaryTotal__BkG8s{display:flex;justify-content:space-between;width:100%}.style_summaryTotal__BkG8s{background:#f1f1f1;border-radius:8px;padding:12px}.style_placeOrderBtn__JJjmL{background:linear-gradient(135deg,#353432,#2a2927)!important;border-radius:12px!important;box-shadow:0 8px 25px #35343226!important;color:#eeeee6!important;font-size:1.1rem!important;font-weight:700!important;margin-top:8px!important;padding:12px!important}.style_placeOrderBtn__JJjmL:disabled{cursor:not-allowed!important;filter:grayscale(.5);opacity:.5!important}.style_addressesRow__o2FnB{display:flex;flex-direction:row;gap:16px;width:100%}.style_addressForm__kdiGY{width:100%}.style_addressLabel__am0gI{margin-bottom:10px!important}.style_addressLabelText__k3KQJ{font-size:1.2rem!important;margin:0!important}.style_addressGrid__XSc\+t{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));width:100%}.style_addressCard__ahnCc{border-radius:12px;box-shadow:0 2px 8px #3534320f;display:flex;padding:10px}.style_addressName__VwtM9{font-size:1.1rem!important;margin:0!important}.style_addressText__TMWkK{font-size:1rem!important}.style_addressLandmark__Wflg7{color:#666!important;font-size:.9rem!important}.style_addressAltMobile__JHsIa{color:#888!important;font-size:.9rem!important}.style_paymentCard__lT\+dm{border-radius:12px;box-shadow:0 2px 8px #3534320f;display:flex;flex-direction:column;margin-bottom:10px;padding:10px;width:100%}.style_paymentLabel__qG9K0{font-size:1.1rem!important}@media (max-width:900px){.style_sectionsRow__O-cdx{flex-direction:column;gap:16px}}@media (max-width:768px){.style_checkoutMain__aVxgR{gap:16px;padding:16px 0}.style_sectionHeader__3uqzn{border-radius:0 0 18px 18px;padding:16px 8px 8px}.style_sectionCard__Ha8H8{border-radius:12px;gap:8px;padding:10px}.style_sectionTitle__IDujt{margin-bottom:6px!important}.style_sectionSubHeader__u0CJR{border-radius:6px;margin-bottom:4px;padding:8px}.style_summaryRow__2YzEN,.style_summaryTotal__BkG8s{border-radius:6px;padding:6px 8px}.style_addressesRow__o2FnB{flex-direction:column;gap:8px}.style_addressGrid__XSc\+t{gap:6px;grid-template-columns:1fr}.style_addressCard__ahnCc,.style_paymentCard__lT\+dm{border-radius:8px;padding:6px}.style_placeOrderBtn__JJjmL{border-radius:8px!important;font-size:.9rem!important;margin-top:4px!important;padding:8px!important}}@media (max-width:480px){.style_checkoutMain__aVxgR{gap:10px;padding:0!important}.style_sectionHeader__3uqzn{border-radius:0 0 10px 10px;padding:12px 4px 4px}.style_sectionCard__Ha8H8{border-radius:8px;gap:4px;padding:6px}.style_sectionTitle__IDujt{margin-bottom:4px!important}.style_sectionSubHeader__u0CJR{border-radius:4px;margin-bottom:2px;padding:4px}.style_summaryRow__2YzEN,.style_summaryTotal__BkG8s{border-radius:4px;padding:4px}.style_addressesRow__o2FnB{gap:4px}.style_addressCard__ahnCc,.style_paymentCard__lT\+dm{border-radius:6px;padding:4px}.style_placeOrderBtn__JJjmL{border-radius:6px!important;font-size:.8rem!important;margin-top:2px!important;padding:6px!important}}.style_profileWrapper__QVzc\+{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;opacity:0;padding:0;transform:translateY(20px);transition:all .6s cubic-bezier(.4,0,.2,1)}.style_profileWrapper__QVzc\+.style_loaded__Xxm\+l{opacity:1;transform:translateY(0)}.style_heroSection__GwqJH{background:linear-gradient(135deg,#667eea,#764ba2);margin-bottom:30px;overflow:hidden;padding:60px 20px 80px;position:relative}.style_heroBackground__isEBD{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000'%3E%3Cpath fill='rgba(255,255,255,0.1)' d='M0 1000 1000 0v1000z'/%3E%3C/svg%3E");background-size:cover;bottom:0;left:0;opacity:.3;position:absolute;right:0;top:0}.style_heroContent__vAp-G{margin:0 auto;max-width:1200px;position:relative;z-index:2}.style_profileHeader__XTmeA{align-items:center;display:flex;flex-wrap:wrap;gap:30px;justify-content:center;text-align:center}.style_avatarContainer__ntRAX{animation:style_avatarFloat__AjDJr 3s ease-in-out infinite;position:relative}@keyframes style_avatarFloat__AjDJr{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.style_profileAvatar__wE1FA{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:4px solid #ffffff4d;transition:all .3s ease}.style_profileAvatar__wE1FA:hover{box-shadow:0 12px 40px #667eea66;transform:scale(1.05)}.style_onlineIndicator__YmM3Q{animation:style_pulse__j64Go 2s infinite;background:#4caf50;border:3px solid #fff;border-radius:50%;bottom:8px;height:20px;position:absolute;right:8px;width:20px}@keyframes style_pulse__j64Go{0%{box-shadow:0 0 0 0 #4caf50b3}70%{box-shadow:0 0 0 10px #4caf5000}to{box-shadow:0 0 0 0 #4caf5000}}.style_userInfo__XKcW-{flex:1 1;min-width:300px}.style_userName__cXFEw{animation:style_slideInLeft__RFqIx .8s ease-out;color:#fff;font-size:2.5rem;font-weight:700;margin:0 0 10px;text-align:center;text-shadow:0 2px 10px #0000004d}.style_userEmail__GNF6d{align-items:center;animation:style_slideInRight__5oWH2 .8s ease-out .2s both;color:#ffffffe6;display:flex;font-size:1.1rem;gap:8px;justify-content:center;margin:0 0 20px}.style_infoIcon__6IDPi{font-size:1.2rem}.style_userStats__bz5eZ{animation:style_slideInUp__nwUuZ .8s ease-out .4s both}.style_premiumChip__QFlDc{box-shadow:0 4px 15px #ffd7004d;font-weight:600}.style_statsSection__UkUBX{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto 40px;max-width:1200px;padding:0 20px}.style_statCard__fo41I{animation:style_slideInUp__nwUuZ .6s ease-out both;background:#fff;border-radius:20px;box-shadow:0 8px 32px #0000001a;overflow:hidden;padding:25px;position:relative;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.style_statCard__fo41I:first-child{animation-delay:.1s}.style_statCard__fo41I:nth-child(2){animation-delay:.2s}.style_statCard__fo41I:nth-child(3){animation-delay:.3s}.style_statCard__fo41I:before{background:linear-gradient(90deg,#667eea,#764ba2);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.style_statCard__fo41I:hover{box-shadow:0 16px 48px #00000026;transform:translateY(-8px)}.style_statCard__fo41I:hover:before{transform:scaleX(1)}.style_statIcon__retox{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:1.5rem;height:60px;justify-content:center;margin:0 auto 15px;transition:all .3s ease;width:60px}.style_statCard__fo41I:hover .style_statIcon__retox{transform:scale(1.1) rotate(5deg)}.style_statContent__Ovj9B h3{color:#333;font-size:2rem;font-weight:700;margin:0 0 5px}.style_statContent__Ovj9B p{color:#666;font-size:.9rem;letter-spacing:1px;margin:0;text-transform:uppercase}.style_actionsSection__DzSCy{margin:0 auto 40px;max-width:1200px;padding:0 20px}.style_sectionTitle__PfXLd{color:#333;font-size:2rem;font-weight:700;margin-bottom:30px;position:relative;text-align:center}.style_sectionTitle__PfXLd:after{background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.style_cardsGrid__XXqUT{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.style_actionCard__HAtG8{animation:style_slideInUp__nwUuZ .6s ease-out both;border:none;border-radius:20px;box-shadow:0 8px 32px #0000001a;cursor:pointer;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.style_actionCard__HAtG8:hover{box-shadow:0 20px 60px #0003;transform:translateY(-12px) scale(1.02)}.style_cardContent__vL3DW{align-items:center;color:#fff;display:flex;gap:20px;padding:30px;position:relative;z-index:2}.style_cardIconContainer__r3sBC{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:50%;display:flex;height:60px;justify-content:center;transition:all .3s ease;width:60px}.style_actionCard__HAtG8:hover .style_cardIconContainer__r3sBC{background:#ffffff4d;transform:scale(1.1) rotate(10deg)}.style_cardIcon__vGl3O{color:#fff;font-size:1.8rem}.style_cardText__Q8kDw{flex:1 1}.style_cardText__Q8kDw h3{font-size:1.3rem;font-weight:600;margin:0 0 5px}.style_cardText__Q8kDw p{font-size:.9rem;margin:0;opacity:.9}.style_cardBadge__Flr52{position:absolute;right:15px;top:15px}.style_cardOverlay__uF4oa{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.style_actionCard__HAtG8:hover .style_cardOverlay__uF4oa{opacity:1}.style_activitySection__TbPyF{margin:0 auto 40px;max-width:1200px;padding:0 20px}.style_activityList__X\+ddJ{background:#fff;border-radius:20px;box-shadow:0 8px 32px #0000001a;padding:30px}.style_activityItem__Gx0ZK{align-items:flex-start;animation:style_slideInLeft__RFqIx .6s ease-out both;border-bottom:1px solid #f0f0f0;display:flex;gap:20px;padding:20px 0;transition:all .3s ease}.style_activityItem__Gx0ZK:last-child{border-bottom:none}.style_activityItem__Gx0ZK:nth-child(2){animation-delay:.1s}.style_activityItem__Gx0ZK:hover{background:#667eea0d;border-radius:15px;margin:0 -20px;padding:20px}.style_activityIcon__XWYK2{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.2rem;height:50px;justify-content:center;width:50px}.style_activityContent__wKDbU{flex:1 1}.style_activityContent__wKDbU h4{color:#333;font-size:1.1rem;font-weight:600;margin:0 0 5px}.style_activityContent__wKDbU p{color:#666;font-size:.9rem;margin:0 0 8px}.style_activityTime__2Zrmt{color:#999;font-size:.8rem;font-style:italic}@keyframes style_slideInLeft__RFqIx{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes style_slideInRight__5oWH2{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes style_slideInUp__nwUuZ{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.style_heroSection__GwqJH{padding:40px 15px 60px}.style_profileHeader__XTmeA{flex-direction:column;gap:20px}.style_userName__cXFEw{font-size:2rem}.style_statsSection__UkUBX{gap:15px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));padding:0 15px}.style_statCard__fo41I{padding:20px}.style_cardsGrid__XXqUT{gap:20px;grid-template-columns:1fr}.style_actionCard__HAtG8{margin:0 10px}.style_cardContent__vL3DW{padding:25px}.style_activityList__X\+ddJ{padding:20px}.style_activityItem__Gx0ZK{padding:15px 0}.style_activityItem__Gx0ZK:hover{margin:0 -15px;padding:15px}}@media (max-width:480px){.style_heroSection__GwqJH{padding:30px 10px 50px}.style_userName__cXFEw{font-size:1.5rem}.style_userEmail__GNF6d{font-size:1rem}.style_statsSection__UkUBX{gap:15px;grid-template-columns:1fr}.style_statCard__fo41I{padding:20px 15px}.style_sectionTitle__PfXLd{font-size:1.5rem}.style_cardContent__vL3DW{flex-direction:column;gap:15px;padding:20px;text-align:center}.style_cardIconContainer__r3sBC{height:50px;width:50px}.style_cardIcon__vGl3O{font-size:1.5rem}.style_activityItem__Gx0ZK{flex-direction:column;gap:15px;text-align:center}.style_activityIcon__XWYK2{align-self:center}}.style_addressWrapper__zNgfQ{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;opacity:0;padding:0;transform:translateY(20px);transition:all .6s cubic-bezier(.4,0,.2,1)}.style_addressWrapper__zNgfQ.style_loaded__Xxm\+l{opacity:1;transform:translateY(0)}.style_addressHeader__bktUm{background:linear-gradient(135deg,#667eea,#764ba2);margin-bottom:30px;padding:40px 20px;text-align:center}.style_headerContent__xJjJn{margin:0 auto;max-width:1200px}.style_addressTitle__87nTr{align-items:center;color:#fff;display:flex;font-size:2.5rem;font-weight:700;gap:15px;justify-content:center;margin:0 0 10px;text-shadow:0 2px 10px #0000004d}.style_titleIcon__F9Y9u{font-size:2.5rem}.style_addressSubtitle__q1k\+0{color:#ffffffe6;font-size:1.1rem;margin:0}.style_addressesContainer__svDS\+{margin:0 auto 40px;max-width:1200px;padding:0 20px}.style_addressesGrid__kHt-X{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.style_addressCard__jfUMC{animation:style_slideInUp__nwUuZ .6s ease-out both;background:#fff;border:none;border-radius:20px;box-shadow:0 8px 32px #0000001a;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.style_addressCard__jfUMC:hover{box-shadow:0 16px 48px #00000026;transform:translateY(-8px)}.style_cardHeader__Z91Ta{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:20px 25px 15px}.style_addressTypeContainer__kjxgz{align-items:center;display:flex;gap:10px}.style_addressTypeIcon__-zBU9{align-items:center;border-radius:50%;color:#fff;display:flex;font-size:1.2rem;height:40px;justify-content:center;width:40px}.style_typeChip__u2quA{color:#fff;font-weight:600}.style_cardActions__017C-{display:flex;gap:5px}.style_actionButton__vqyvV{color:#666;transition:all .3s ease}.style_actionButton__vqyvV:hover{background:#667eea1a;color:#333}.style_addressContent__3KiXZ{padding:20px 25px}.style_contactName__DfNai{color:#333;font-size:1.3rem;font-weight:600;margin:0 0 15px}.style_addressDetails__B8f9D{margin-bottom:20px}.style_addressLine__edyRg{align-items:flex-start;color:#666;display:flex;font-size:.95rem;gap:8px;line-height:1.5;margin:8px 0}.style_detailIcon__MN2f8{color:#667eea;flex-shrink:0;font-size:1.1rem;margin-top:2px}.style_landmarkLabel__TegZI{color:#333;font-weight:600}.style_contactInfo__qb5SD{background:#f8f9fa;border-radius:12px;margin-bottom:20px;padding:15px}.style_phoneInfo__lDxJK{align-items:center;display:flex;justify-content:space-between;margin:8px 0}.style_phoneLabel__44LEJ{color:#333;font-size:.9rem;font-weight:600}.style_phoneNumber__WVR8Q{color:#667eea;font-size:.95rem;font-weight:600}.style_cardFooter__eb0pO{border-top:1px solid #f0f0f0;padding:15px 25px 25px}.style_defaultButton__Pxi7n{border-color:#667eea;color:#667eea;font-weight:600;transition:all .3s ease}.style_defaultButton__Pxi7n:hover{background:#667eea;border-color:#667eea;color:#fff}.style_emptyState__ubhpO{background:#fff;border-radius:20px;box-shadow:0 8px 32px #0000001a;padding:60px 20px;text-align:center}.style_emptyIcon__OdEfe{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:2rem;height:80px;justify-content:center;margin:0 auto 20px;width:80px}.style_emptyTitle__sdObN{color:#333;font-size:1.8rem;font-weight:600;margin:0 0 10px}.style_emptySubtitle__6iWMg{color:#666;font-size:1rem;margin:0 auto;max-width:400px}.style_addAddressSection__cRQuX{margin:0 auto;max-width:1200px;padding:20px;text-align:center}.style_addAddressButton__\+aauN{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:25px;box-shadow:0 8px 25px #667eea4d;color:#fff;font-size:1.1rem;font-weight:600;padding:12px 30px;transition:all .3s ease}.style_addAddressButton__\+aauN:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190);box-shadow:0 12px 35px #667eea66;transform:translateY(-2px)}.style_userContainer__52Q5x{width:35%}.style_profileContainer__jeMqO{display:flex;flex-direction:column;gap:20px;padding:10px;width:40%}.style_profileContainer1__D4NC6{gap:10px;padding:15px 50px}.style_addressContainer__s23JE{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px;padding:0 20px;width:80%}.style_name__GWqB7{padding:10px}.style_heading2__-q3GN,.style_heading3__3-46u,.style_heading__gFj9e{font-family:Quicksand,sans-serif;font-weight:600}@media (max-width:768px){.style_addressHeader__bktUm{padding:30px 15px}.style_addressTitle__87nTr{flex-direction:column;font-size:2rem;gap:10px}.style_titleIcon__F9Y9u{font-size:2rem}.style_addressesGrid__kHt-X{gap:20px;grid-template-columns:1fr}.style_addressCard__jfUMC{margin:0 10px}.style_cardHeader__Z91Ta{padding:15px 20px 10px}.style_addressContent__3KiXZ{padding:15px 20px}.style_cardFooter__eb0pO{padding:10px 20px 20px}.style_emptyState__ubhpO{padding:40px 15px}.style_emptyTitle__sdObN{font-size:1.5rem}}@media (max-width:480px){.style_addressHeader__bktUm{padding:25px 10px}.style_addressTitle__87nTr,.style_titleIcon__F9Y9u{font-size:1.5rem}.style_addressSubtitle__q1k\+0{font-size:1rem}.style_addressesContainer__svDS\+{padding:0 10px}.style_addressCard__jfUMC{margin:0 5px}.style_cardHeader__Z91Ta{padding:15px 15px 10px}.style_addressContent__3KiXZ{padding:15px}.style_cardFooter__eb0pO{padding:10px 15px 15px}.style_contactName__DfNai{font-size:1.1rem}.style_addressLine__edyRg{font-size:.9rem}.style_phoneInfo__lDxJK{align-items:flex-start;flex-direction:column;gap:5px}.style_addAddressButton__\+aauN{font-size:1rem;padding:10px 25px}}@media (max-width:440px){.style_userContainer__52Q5x{width:60%}.style_profileContainer__jeMqO{align-items:center;display:grid;grid-template-columns:1fr 1fr;justify-content:center;padding:2px;width:80%}.style_profileContainer1__D4NC6{padding:5px}.style_addressContainer__s23JE{display:grid;grid-template-columns:1fr 1fr;width:90%}.style_name__GWqB7{padding:10px}.style_heading2__-q3GN,.style_heading3__3-46u,.style_heading__gFj9e{font-size:medium}}@media (max-width:400px){.style_addressHeader__bktUm{padding:10px 4px 8px}.style_addressTitle__87nTr{font-size:1.1rem;gap:4px}.style_titleIcon__F9Y9u{font-size:1.1rem}.style_addressSubtitle__q1k\+0{font-size:.7rem;margin-bottom:4px}.style_addressesGrid__kHt-X{gap:7px;grid-template-columns:1fr}.style_addressCard__jfUMC{border-radius:7px;padding:7px 4px}.style_cardHeader__Z91Ta{gap:4px;padding:4px 4px 2px}.style_addressTypeIcon__-zBU9{font-size:1rem;height:18px;width:18px}.style_typeChip__u2quA{font-size:.6rem;height:18px}.style_actionButton__vqyvV{font-size:.8rem;padding:2px}.style_addressContent__3KiXZ{gap:2px;padding:4px 2px}.style_contactName__DfNai{font-size:.9rem;margin-bottom:2px}.style_addressLine__edyRg{font-size:.7rem;margin-bottom:2px}.style_phoneInfo__lDxJK{font-size:.7rem;gap:2px}.style_cardFooter__eb0pO{padding:2px 0 0}.style_defaultButton__Pxi7n{border-radius:6px;font-size:.7rem;padding:2px 8px}.style_addAddressButton__\+aauN{border-radius:8px;font-size:.8rem;padding:6px 10px}.style_emptyState__ubhpO{padding:10px 2px}.style_emptyIcon__OdEfe{font-size:2.2rem;margin-bottom:4px}.style_emptyTitle__sdObN{font-size:1rem;margin-bottom:2px}.style_emptySubtitle__6iWMg{font-size:.7rem}}@media (max-width:340px){.style_addressHeader__bktUm{padding:6px 1px 4px}.style_addressTitle__87nTr{font-size:.8rem;gap:2px}.style_titleIcon__F9Y9u{font-size:.8rem}.style_addressSubtitle__q1k\+0{font-size:.5rem;margin-bottom:2px}.style_addressesGrid__kHt-X{gap:3px}.style_addressCard__jfUMC{border-radius:4px;padding:3px 1px}.style_cardHeader__Z91Ta{gap:2px;padding:2px 1px 1px}.style_addressTypeIcon__-zBU9{font-size:.7rem;height:12px;width:12px}.style_typeChip__u2quA{font-size:.4rem;height:12px}.style_actionButton__vqyvV{font-size:.6rem;padding:1px}.style_addressContent__3KiXZ{gap:1px;padding:2px 1px}.style_contactName__DfNai{font-size:.6rem;margin-bottom:1px}.style_addressLine__edyRg{font-size:.5rem;margin-bottom:1px}.style_phoneInfo__lDxJK{font-size:.5rem;gap:1px}.style_cardFooter__eb0pO{padding:1px 0 0}.style_defaultButton__Pxi7n{border-radius:4px;font-size:.5rem;padding:1px 4px}.style_addAddressButton__\+aauN{border-radius:5px;font-size:.6rem;padding:3px 6px}.style_emptyState__ubhpO{padding:4px 1px}.style_emptyIcon__OdEfe{font-size:1.2rem;margin-bottom:2px}.style_emptyTitle__sdObN{font-size:.7rem;margin-bottom:1px}.style_emptySubtitle__6iWMg{font-size:.5rem}}.style_ratingcontainer__qFKVw{animation:style_slideInUp__fUSoY .4s cubic-bezier(.4,0,.2,1);background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-width:500px;min-width:400px;width:50%}@keyframes style_slideInUp__fUSoY{0%{opacity:0;transform:translate(-50%,-40%)}to{opacity:1;transform:translate(-50%,-50%)}}@media(max-width:768px){.style_ratingcontainer__qFKVw{max-width:90%;min-width:320px;width:90%}}@media(max-width:480px){.style_ratingcontainer__qFKVw{max-width:95%;min-width:280px;padding:20px!important;width:95%}}@media(max-width:400px){.style_ratingcontainer__qFKVw{border-radius:12px;max-width:99%;min-width:160px;padding:10px!important;width:99%}}@media(max-width:340px){.style_ratingcontainer__qFKVw{border-radius:8px;min-width:120px;padding:4px!important}}.style_cartContainer__YaJo9{align-items:flex-start;background:linear-gradient(135deg,#f8f9fa,#e9ecef);box-sizing:border-box;display:flex;gap:32px;justify-content:center;min-height:100vh;padding:32px 0;width:100%}.style_cartContainer1__STn6g{align-items:center;display:flex;flex-direction:column;min-width:320px;width:65%}.style_priceContainer__9Ca23{align-items:center;background:#fff;border-radius:20px;box-shadow:0 8px 32px #0000001a;display:flex;flex-direction:column;gap:16px;margin-top:24px;min-width:260px;padding:24px 16px;position:sticky;top:32px;width:28%}.style_detailsContainer__it8S6{align-items:center;display:flex;flex-direction:column;gap:8px;padding:8px 0}.style_quantityContainer__q6xyd{align-items:center;display:flex;gap:8px;justify-content:center}.style_cartItemCard__Yl74V{align-items:center;background:#fff;border-radius:16px;box-shadow:0 4px 16px #00000014;display:flex;gap:18px;margin-bottom:18px;padding:18px 12px;transition:box-shadow .2s,transform .2s;width:100%}.style_cartItemCard__Yl74V:hover{box-shadow:0 8px 32px #00000024;transform:translateY(-2px) scale(1.01)}.style_cartItemImage__gAiAL{background:#f8f9fa;border-radius:12px;height:80px;margin-right:12px;object-fit:contain;width:80px}.style_cartItemInfo__JNaj2{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;gap:6px}.style_cartItemTitle__OHir1{color:#232323;font-family:Quicksand,Arial,sans-serif;font-size:1.1rem;font-weight:700;margin:0}.style_cartItemPrice__Dakbi{color:#353432;font-size:1rem;font-weight:600}.style_cartItemTotal__yW22D{color:#555;font-size:.95rem;font-weight:500}.style_cartItemActions__dbnmM{align-items:center;display:flex;flex-direction:column;gap:8px}.style_cartItemDivider__NiFMU{margin:0 0 18px}@media (max-width:900px){.style_cartContainer__YaJo9{align-items:center;flex-direction:column;gap:24px;padding:18px 0}.style_cartContainer1__STn6g,.style_priceContainer__9Ca23{max-width:98vw;min-width:0;width:98vw}.style_priceContainer__9Ca23{margin-top:0;padding:18px 8px;position:static}}@media (max-width:600px){.style_cartContainer__YaJo9{align-items:center;flex-direction:column;gap:12px;padding:8px 0}.style_cartContainer1__STn6g,.style_priceContainer__9Ca23{border-radius:0;box-shadow:none;max-width:100vw;min-width:0;width:100vw}.style_cartItemCard__Yl74V{align-items:center;border-radius:0;box-shadow:none;flex-direction:column;gap:10px;margin-bottom:10px;padding:10px 4px;text-align:center}.style_cartItemImage__gAiAL{height:100px;margin-bottom:6px;margin-right:0;width:100px}.style_cartItemInfo__JNaj2{align-items:center;text-align:center}.style_cartItemTitle__OHir1{font-size:.95rem;text-align:center}.style_cartItemPrice__Dakbi,.style_cartItemTotal__yW22D{font-size:.9rem;text-align:center}.style_detailsContainer__it8S6{align-items:center;gap:4px;padding:4px 0}.style_quantityContainer__q6xyd{gap:4px;justify-content:center}.style_cartItemActions__dbnmM{align-items:center}}.style_container__uj8GS{grid-gap:20px;box-sizing:border-box;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1400px;padding:20px;width:100%}.style_productCard__Ht03d{background:#fff;border-radius:16px;box-shadow:0 4px 16px #0000001a;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.style_productCard__Ht03d:hover{box-shadow:0 12px 32px #00000026;transform:translateY(-8px)}.style_productImage__GyT3d{background:#f8f9fa;box-sizing:border-box;display:block;height:250px;margin:0 auto;object-fit:contain;padding:20px;transition:transform .3s ease;width:100%}.style_productCard__Ht03d:hover .style_productImage__GyT3d{transform:scale(1.05)}.style_productInfo__Kzh6C{background:#f8f9fa;display:flex;flex-direction:column;flex-grow:1;gap:12px;padding:16px}.style_productTitle__3OrpN{color:#353432;flex-grow:1;font-family:Quicksand,sans-serif;font-size:1.1rem;font-weight:700;line-height:1.3;margin:0;text-align:center;text-transform:capitalize}.style_ratingContainer__TanSy{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:8px 0;min-height:24px}.style_priceContainer__pTS-B{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin-top:auto}.style_priceChip__Hd-BN{background:#f0f0f0!important;border:1px solid #e0e0e0!important;border-radius:20px!important;color:#353432!important;font-weight:600!important;padding:8px 16px!important}.style_cartButton__NJugw{margin-left:auto!important;position:relative!important;right:auto!important;top:auto!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.style_cartButton__NJugw:hover{transform:scale(1.1)!important}@media (max-width:1200px){.style_container__uj8GS{gap:18px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));padding:18px}}@media (max-width:900px){.style_container__uj8GS{gap:16px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));padding:16px}.style_productImage__GyT3d{height:220px;padding:16px}.style_productTitle__3OrpN{font-size:1rem}}@media (max-width:768px){.style_container__uj8GS{gap:14px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));padding:14px}.style_productImage__GyT3d{height:200px;margin:0 auto;padding:18px}.style_productInfo__Kzh6C{gap:6px;padding:10px}.style_productTitle__3OrpN{font-size:.9rem;text-align:center}.style_priceChip__Hd-BN{font-size:.75rem!important;padding:5px 8px!important}.style_priceContainer__pTS-B{gap:6px}.style_cartButton__NJugw{transform:scale(.9)!important}}@media (max-width:600px){.style_container__uj8GS{gap:12px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));padding:12px}.style_productImage__GyT3d{height:170px;margin:0 auto;padding:15px}.style_productInfo__Kzh6C{gap:4px;padding:8px}.style_productTitle__3OrpN{font-size:.85rem;text-align:center}.style_ratingContainer__TanSy{gap:2px;margin:4px 0;min-height:18px}.style_ratingContainer__TanSy .style_MuiRating-root__YCu-9{font-size:.8rem!important}.style_priceChip__Hd-BN,.style_ratingContainer__TanSy span{font-size:.7rem!important}.style_priceChip__Hd-BN{padding:4px 6px!important}.style_priceContainer__pTS-B{gap:4px}.style_cartButton__NJugw{transform:scale(.8)!important}}@media (max-width:480px){.style_container__uj8GS{gap:10px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));padding:10px}.style_productImage__GyT3d{height:140px;margin:0 auto;padding:12px}.style_productInfo__Kzh6C{gap:3px;padding:6px}.style_productTitle__3OrpN{font-size:.8rem;text-align:center}.style_ratingContainer__TanSy{gap:1px;justify-content:center;margin:3px 0;min-height:16px}.style_ratingContainer__TanSy .style_MuiRating-root__YCu-9{font-size:.7rem!important}.style_priceChip__Hd-BN,.style_ratingContainer__TanSy span{font-size:.65rem!important}.style_priceChip__Hd-BN{padding:2px 4px!important}.style_priceContainer__pTS-B{gap:3px}.style_cartButton__NJugw{transform:scale(.75)!important}}@media (max-width:360px){.style_container__uj8GS{gap:8px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));padding:8px}.style_productImage__GyT3d{height:120px;padding:10px}.style_productInfo__Kzh6C{gap:2px;padding:5px}.style_productTitle__3OrpN{font-size:.75rem}.style_ratingContainer__TanSy{gap:0;margin:2px 0;min-height:14px}.style_priceChip__Hd-BN,.style_ratingContainer__TanSy .style_MuiRating-root__YCu-9,.style_ratingContainer__TanSy span{font-size:.6rem!important}.style_priceChip__Hd-BN{padding:1px 3px!important}.style_priceContainer__pTS-B{gap:2px}.style_cartButton__NJugw{transform:scale(.7)!important}}.style_paginationContainer__aT5ak{align-items:center;display:flex;gap:16px;justify-content:center;margin-top:20px;padding:20px}.style_paginationButton__ogL\+9{background:#353432!important;border-radius:50%!important;color:#fff!important;transition:all .3s ease!important}.style_paginationButton__ogL\+9:hover{background:#666!important;transform:scale(1.1)!important}.style_pageNumber__v8liC{background:#fff;border-radius:20px;box-shadow:0 2px 8px #0000001a;color:#353432;font-family:Quicksand,sans-serif;font-size:1.1rem;font-weight:600;padding:8px 16px}.style_emptyState__N4LTG{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:60vh;padding:40px 20px;text-align:center}.style_emptyState__N4LTG h3{color:#666;font-family:Quicksand,sans-serif;font-size:1.5rem;margin-bottom:16px}@keyframes style_fadeInUp__tI2hK{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.style_productCard__Ht03d{animation:style_fadeInUp__tI2hK .6s ease forwards}.style_productCard__Ht03d:first-child{animation-delay:.1s}.style_productCard__Ht03d:nth-child(2){animation-delay:.2s}.style_productCard__Ht03d:nth-child(3){animation-delay:.3s}.style_productCard__Ht03d:nth-child(4){animation-delay:.4s}.style_productCard__Ht03d:nth-child(5){animation-delay:.5s}.style_productCard__Ht03d:nth-child(6){animation-delay:.6s}
/*# sourceMappingURL=main.82b134f3.css.map*/