@import url(https://fonts.googleapis.com/css2?family=Libre+Bodoni:wght@400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap);@import url(https://fonts.googleapis.com/css2?family=Libre+Bodoni:wght@400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Libre+Bodoni:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.bestseller-showcase{margin:0 auto;max-width:1200px;padding:1rem}.bestseller__title{color:#1a1f36;font-family:Libre Baskerville,serif;font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.bestseller__grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));padding:1rem}@media(max-width:768px){.bestseller__grid{-ms-overflow-style:none;display:flex;gap:1rem;overflow-x:auto;padding-bottom:1rem;scroll-snap-type:x mandatory;scrollbar-width:none}.bestseller__grid::-webkit-scrollbar{display:none}}.bestseller__card{background:#fff;border:1px solid #e2e8f099;border-radius:16px;box-shadow:0 1px 2px #0000000d;display:flex;flex-direction:column;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}@media(max-width:768px){.bestseller__card{flex:0 0 280px;scroll-snap-align:start}}.bestseller__card:hover{box-shadow:0 10px 15px #0000001a;transform:translateY(-4px)}.bestseller__header{align-items:flex-start;display:flex;justify-content:space-between;left:12px;position:absolute;right:12px;top:12px;z-index:10}.bestseller__badge{align-items:center;border-radius:20px;box-shadow:0 2px 4px #0000001a;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.75rem;font-weight:600;gap:4px;padding:4px 10px}.bestseller__badge--in-stock{background-color:#10b981e6;color:#fff}.bestseller__badge--low-stock{background-color:#f59e0be6;color:#fff}.bestseller__badge--out-stock{background-color:#ef4444e6;color:#fff}.bestseller__discount{background:linear-gradient(135deg,#10b981,#0c8a60);border-radius:20px;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.75rem;font-weight:600;padding:4px 10px}.bestseller__image-container{background:#f8fafc;padding-top:100%;position:relative}.bestseller__image-container img{height:100%;left:0;object-fit:contain;padding:1rem;position:absolute;top:0;transition:transform .5s cubic-bezier(.4,0,.2,1);width:100%}.bestseller__image-container:hover img{transform:scale(1.02)}.bestseller__wishlist{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 2px 4px #0000001a;cursor:pointer;display:flex;height:32px;justify-content:center;position:absolute;right:12px;top:12px;transition:all .2s ease;width:32px}.bestseller__wishlist:hover{background:#f8fafc;transform:scale(1.1)}.bestseller__content{display:flex;flex:1 1;flex-direction:column;padding:1rem}.bestseller__name{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#1a1f36;display:-webkit-box;font-family:Libre Baskerville,serif;font-size:1rem;font-weight:600;line-height:1.4;margin-bottom:.5rem;overflow:hidden}.bestseller__details{background:#f8fafc;border-radius:8px;margin-bottom:.75rem;padding:.75rem}.bestseller__volume{display:flex;flex-direction:column;gap:.25rem}.bestseller__label{color:#718096;font-size:.75rem;letter-spacing:.5px;text-transform:uppercase}.bestseller__label,.bestseller__value{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.bestseller__value{color:#1a1f36;font-size:.813rem;font-weight:500}.bestseller__price-block{align-items:flex-start;display:flex;justify-content:space-between;margin-top:auto}.bestseller__current-price{align-items:baseline;color:#1a1f36;display:flex;font-family:Libre Baskerville,serif;font-size:1.25rem;font-weight:700;gap:.25rem}.bestseller__currency{font-size:.875rem}.bestseller__currency,.bestseller__original-price{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.bestseller__original-price{color:#718096;font-size:.75rem;margin-top:.25rem}.bestseller__mrp{text-decoration:line-through}.bestseller__tax-info{font-size:.7rem;margin-top:2px}.bestseller__shipping,.bestseller__tax-info{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.bestseller__shipping{color:#10b981;font-size:.75rem;font-weight:600}.bestseller__actions{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:1fr 1fr;margin-top:1rem}.bestseller__button{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:600;gap:.375rem;justify-content:center;padding:.75rem;transition:all .2s ease}.bestseller__button--secondary{background:#fff;border:1.5px solid #e6a817;color:#e6a817}.bestseller__button--secondary:hover:not(:disabled){background:#e6a8171a}.bestseller__button--primary{background:linear-gradient(135deg,#e6a817,#cf9715);color:#fff}.bestseller__button--primary:hover:not(:disabled){box-shadow:0 4px 8px #e6a81733;transform:translateY(-1px)}.bestseller__button:disabled{background:#718096;cursor:not-allowed;opacity:.7}@media(max-width:768px){.bestseller__image-container{height:200px;padding-top:0}}@media(max-width:480px){.bestseller__image-container{height:300px}.bestseller__actions{grid-template-columns:1fr}.bestseller__content{padding:.75rem}.bestseller__name{font-size:.938rem}}@keyframes pulse-glow{0%,to{opacity:1;text-shadow:0 0 10px #fffc;transform:scale(1)}50%{opacity:.8;text-shadow:0 0 20px #fff,0 0 30px #fffc;transform:scale(1.05)}}.combo-banner-wrapper{padding-top:2rem}.combo-banner{align-items:center;background-color:#e6a817;display:flex;justify-content:center;overflow:hidden;padding:1.5rem 0;width:100%}.combo-banner__text{animation:pulse-glow 2s ease-in-out infinite;color:#fff;font-family:Oswald,sans-serif;font-size:2rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}:root{--font-primary:"Libre Bodoni",serif;--font-secondary:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}.caution-notice{align-items:flex-start;background-color:#fff3cd;border:1px solid #ffeeba;border-radius:4px;box-shadow:0 2px 4px #0000000d;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-family:var(--font-secondary);gap:12px;margin:3rem auto 8rem;max-width:1200px;padding:15px 20px}.caution-notice__icon{color:#856404;flex-shrink:0;margin-top:2px}.caution-notice__text{color:#856404;font-family:Libre Bodoni,serif;font-family:var(--font-primary);font-size:14px;line-height:1.5;margin:0}@keyframes honeyWaveFlow{0%,to{transform:translateX(0) scale(1)}50%{transform:translateX(-30px) scale(1.02)}}@keyframes floatGlow{0%,to{box-shadow:0 0 20px #ffc1074d,0 0 40px #ffc10733}50%{box-shadow:0 0 30px #ffc10780,0 0 60px #ffc1074d}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.footer{background:linear-gradient(135deg,#1a1410,#2d1f15 25%,#3d2a1f 50%,#2d1f15 75%,#1a1410);color:#f5f5f5;font-family:Inter,sans-serif;margin-top:0;overflow:visible;padding:5rem 0 2rem;position:relative}.footer__honey-top{overflow:visible;pointer-events:none;top:0;transform:translateY(-100%);z-index:0}.footer__honey-top,.footer__honey-wave-svg{height:180px;left:0;position:absolute;width:100%}.footer__honey-wave-svg{bottom:0;display:block;filter:drop-shadow(0 4px 12px rgba(218,165,32,.4))}.footer__wave-path--1{fill:#f4c430;animation:honeyWaveFlow 15s ease-in-out infinite;opacity:.85}.footer__wave-path--2{fill:#daa520;animation:honeyWaveFlow 18s ease-in-out infinite reverse;opacity:.9}.footer__wave-path--3{fill:#c9941f;animation:honeyWaveFlow 22s ease-in-out infinite;opacity:1}.footer__container{margin:0 auto;max-width:1400px;padding:0 2rem;position:relative;z-index:1}.footer__content{grid-gap:3rem;animation:slideInUp .8s ease-out;display:grid;gap:3rem;grid-template-columns:1fr}@media(min-width:768px){.footer__content{gap:3rem;grid-template-columns:1.5fr 1fr 1fr 1.2fr}}@media(min-width:1024px){.footer__content{gap:4rem}}.footer__section--brand{display:flex;flex-direction:column;gap:1.5rem}.footer__logo-wrapper{display:inline-block;position:relative;width:fit-content}.footer__logo-glow{animation:floatGlow 3s ease-in-out infinite;background:radial-gradient(circle,#daa5204d,#0000 70%);border-radius:50%;filter:blur(20px);height:120px;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:120px}.footer__logo{filter:drop-shadow(0 2px 8px rgba(218,165,32,.3));height:60px;position:relative;transition:transform .3s ease;width:auto;z-index:1}.footer__logo:hover{transform:scale(1.05)}.footer__tagline{color:#fffc;font-size:.95rem;font-weight:300;letter-spacing:.3px;line-height:1.5}.footer__newsletter{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #daa52033;border-radius:12px;padding:1.5rem;transition:all .3s ease}.footer__newsletter:hover{background:#ffffff0d;border-color:#daa5204d;box-shadow:0 8px 24px #0000004d;transform:translateY(-2px)}.footer__newsletter-title{align-items:center;color:#daa520;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;margin-bottom:.5rem}.footer__newsletter-title i{font-size:1rem}.footer__newsletter-text{color:#ffffffb3;font-size:.85rem;margin-bottom:1rem}.footer__form{margin-bottom:.5rem}.footer__input-wrapper{align-items:stretch;background:#ffffff14;border:1px solid #ffffff26;border-radius:8px;display:flex;overflow:hidden;transition:all .3s ease}.footer__input-wrapper:focus-within{border-color:#daa520;box-shadow:0 0 0 3px #daa5201a}.footer__input{background:#0000;border:none;color:#fff;flex:1 1;font-family:Inter,sans-serif;font-size:.9rem;padding:.85rem 1rem}.footer__input::placeholder{color:#ffffff80}.footer__input:focus{outline:none}.footer__submit{align-items:center;background:linear-gradient(135deg,#daa520,#b8860b);border:none;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:0 1.2rem;transition:all .3s ease}.footer__submit i{font-size:1rem}.footer__submit:hover{background:linear-gradient(135deg,#b8860b,#daa520);transform:translateX(2px)}.footer__submit:active{transform:scale(.95)}.footer__message{align-items:center;animation:slideInUp .3s ease;border-radius:6px;display:flex;font-size:.85rem;gap:.5rem;margin-top:.75rem;padding:.6rem}.footer__message i{font-size:1rem}.footer__message--error{background:#dc354526;border:1px solid #dc35454d;color:#ff6b6b}.footer__message--success{background:#28a74526;border:1px solid #28a7454d;color:#51cf66}.footer__social{margin-top:1rem}.footer__social-title{color:#ffffffe6;font-size:.9rem;font-weight:500;margin-bottom:1rem}.footer__social-links{display:flex;flex-wrap:wrap;gap:.75rem}.footer__social-link{position:relative;text-decoration:none;transition:transform .3s ease}.footer__social-link:hover{transform:translateY(-3px)}.footer__social-link:hover .footer__social-tooltip{opacity:1;transform:translateY(-5px)}.footer__social-icon{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff26;border-radius:10px;color:#fff;display:flex;height:42px;justify-content:center;transition:all .3s ease;width:42px}.footer__social-icon i{font-size:1.1rem}.footer__social-icon:hover{background:linear-gradient(135deg,#1877f2,#0c63d4);border-color:#1877f2;box-shadow:0 4px 12px #1877f266}.footer__social-icon--instagram:hover{background:linear-gradient(135deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888);border-color:#e6683c;box-shadow:0 4px 12px #e1306c66}.footer__social-icon--pinterest:hover{background:linear-gradient(135deg,#e60023,#bd081c);border-color:#e60023;box-shadow:0 4px 12px #e6002366}.footer__social-icon--youtube:hover{background:linear-gradient(135deg,red,#c00);border-color:red;box-shadow:0 4px 12px #f006}.footer__social-icon--linkedin:hover{background:linear-gradient(135deg,#0077b5,#005582);border-color:#0077b5;box-shadow:0 4px 12px #0077b566}.footer__social-icon--telegram:hover{background:linear-gradient(135deg,#08c,#069);border-color:#08c;box-shadow:0 4px 12px #08c6}.footer__social-tooltip{background:#000000e6;border-radius:6px;bottom:100%;color:#fff;font-size:.75rem;left:50%;margin-bottom:5px;opacity:0;padding:.4rem .8rem;pointer-events:none;position:absolute;transform:translateX(-50%) translateY(0);transition:all .3s ease;white-space:nowrap}.footer__social-tooltip:after{border:5px solid #0000;border-top-color:#000000e6;content:"";left:50%;position:absolute;top:100%;transform:translateX(-50%)}.footer__section{animation:slideInUp .8s ease-out}.footer__heading{align-items:center;color:#daa520;display:flex;font-family:Playfair Display,serif;font-size:1.15rem;font-weight:600;gap:.6rem;margin-bottom:1.5rem}.footer__heading i{font-size:1.1rem}.footer__list{display:flex;flex-direction:column;gap:.85rem;list-style:none;margin:0;padding:0}.footer__list li a{align-items:center;color:#fffc;display:inline-flex;font-size:.9rem;gap:.5rem;padding-left:0;position:relative;text-decoration:none;transition:all .3s ease}.footer__list li a i{font-size:.75rem;transition:transform .3s ease}.footer__list li a:hover{color:#daa520;padding-left:5px}.footer__list li a:hover i{transform:translateX(3px)}.footer__list--contact{gap:1rem}.footer__contact-item{align-items:center;color:#fffc;display:flex;font-size:.9rem;gap:.75rem}.footer__contact-item i{color:#daa520;font-size:1rem;width:20px}.footer__contact-item a{color:#fffc;text-decoration:none;transition:color .3s ease}.footer__contact-item a:hover{color:#daa520}.footer__time{align-items:flex-start;background:#daa52014;border-left:3px solid #daa520;border-radius:4px;color:#ffffffb3;display:flex;font-size:.85rem;gap:.75rem;margin-top:1rem;padding:.75rem}.footer__time i{color:#daa520;margin-top:2px}.footer__address{background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;color:#fffc;font-size:.88rem;line-height:1.6;margin-top:1.5rem;padding:1rem}.footer__address p{margin-bottom:.3rem}.footer__address-heading{align-items:center;color:#daa520;display:flex;font-size:.95rem;font-weight:600;gap:.5rem;margin-bottom:.75rem!important}.footer__address-heading i{font-size:1rem}.footer__bottom{margin-top:4rem}.footer__divider{background:linear-gradient(90deg,#0000,#daa5204d 20%,#daa52080 50%,#daa5204d 80%,#0000);height:1px;margin-bottom:2rem}.footer__copyright{align-items:center;color:#fff9;display:flex;flex-direction:column;font-size:.85rem;gap:1.5rem;justify-content:space-between;text-align:center}@media(min-width:768px){.footer__copyright{flex-direction:row;text-align:left}}.footer__copyright p{align-items:center;display:flex;gap:.5rem;margin:0}.footer__copyright p i{font-size:.9rem}.footer__payment{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}@media(min-width:768px){.footer__payment{justify-content:flex-end}}.footer__payment span{color:#ffffffb3;font-weight:500}.footer__payment i{color:#ffffffb3;font-size:1.5rem;transition:all .3s ease}.footer__payment i:hover{color:#daa520;transform:translateY(-2px)}@media(max-width:767px){.footer{padding:4rem 0 2rem}.footer__content{gap:2.5rem}.footer__logo{height:50px}.footer__social-links{justify-content:center}.footer__heading{font-size:1.1rem}}.image-showcase{background:radial-gradient(circle at 20% 50%,#ffeaa7 0,#fdcb6e 25%,#e17055 50%,#d63031 75%,#6c5ce7 100%);overflow:hidden;padding:5rem 2rem;position:relative;width:100%}.image-showcase:before{animation:float 8s ease-in-out infinite;background:#ffffff1a;height:500px;right:-100px;top:-200px;width:500px}.image-showcase:after,.image-showcase:before{border-radius:50%;content:"";position:absolute}.image-showcase:after{animation:float 10s ease-in-out infinite reverse;background:#ffffff14;bottom:-150px;height:400px;left:-50px;width:400px}.image-showcase__container{grid-gap:2rem;display:grid;gap:2rem;grid-auto-rows:200px;grid-template-columns:repeat(6,1fr);margin:0 auto;max-width:1400px;position:relative;z-index:1}@media(max-width:1024px){.image-showcase__container{gap:1.5rem;grid-auto-rows:180px;grid-template-columns:repeat(4,1fr)}}@media(max-width:640px){.image-showcase__container{gap:1.5rem;grid-auto-rows:300px;grid-template-columns:1fr}}.image-showcase__card{background:#fff;border-radius:24px;box-shadow:0 20px 60px #0000004d,inset 0 0 0 1px #ffffff1a;overflow:hidden;padding:12px;position:relative;transform-origin:center;transition:all .5s cubic-bezier(.34,1.56,.64,1)}.image-showcase__card:first-child{grid-column:1/4;grid-row:1/3;transform:rotate(-3deg) translateY(20px)}@media(max-width:1024px){.image-showcase__card:first-child{grid-column:1/3;grid-row:1/3}}@media(max-width:640px){.image-showcase__card:first-child{grid-column:1;grid-row:1;transform:rotate(0deg)}}.image-showcase__card:nth-child(2){grid-column:4/7;grid-row:1/4;transform:rotate(2deg) translateY(-20px)}@media(max-width:1024px){.image-showcase__card:nth-child(2){grid-column:3/5;grid-row:1/3}}@media(max-width:640px){.image-showcase__card:nth-child(2){grid-column:1;grid-row:2;transform:rotate(0deg)}}.image-showcase__card:nth-child(3){grid-column:1/4;grid-row:3/5;transform:rotate(1deg)}@media(max-width:1024px){.image-showcase__card:nth-child(3){grid-column:1/5;grid-row:3/5}}@media(max-width:640px){.image-showcase__card:nth-child(3){grid-column:1;grid-row:3;transform:rotate(0deg)}}.image-showcase__card:hover{box-shadow:0 30px 80px #0006,inset 0 0 0 2px #ffffff4d;transform:rotate(0deg) translateY(-15px) scale(1.05);z-index:10}@media(max-width:640px){.image-showcase__card:hover{transform:scale(1.02) translateY(-8px)}}.image-showcase__card:before{background:linear-gradient(135deg,#ffffff4d,#fff0);border-radius:16px;bottom:8px;content:"";left:8px;pointer-events:none;position:absolute;right:8px;top:8px;z-index:2}.image-showcase__img{background:linear-gradient(135deg,#f5f5f5,#fff);border-radius:16px;display:block;height:100%;object-fit:contain;transition:all .5s ease;width:100%}.image-showcase__card:hover .image-showcase__img{filter:brightness(1.05) saturate(1.1)}.product-showcase.honey-theme{background:linear-gradient(135deg,#fff8e1,#ffecb3 20%,#ffe082 40%,#ffecb3 60%,#fff8e1);min-height:100vh;opacity:0;overflow:hidden;padding:0;position:relative;transform:translateY(50px);transition:all 1s cubic-bezier(.4,0,.2,1);width:100%}.product-showcase.honey-theme.animate-in{opacity:1;transform:translateY(0)}.product-showcase.honey-theme .honey-background{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}.product-showcase.honey-theme .honey-background .honey-wave{animation:waveMove 20s ease-in-out infinite;background:radial-gradient(circle,#ffc1071a 0,#0000 70%);height:200%;position:absolute;width:200%}.product-showcase.honey-theme .honey-background .honey-wave.wave-1{animation-delay:0s;left:-50%;top:-50%}.product-showcase.honey-theme .honey-background .honey-wave.wave-2{animation-delay:7s;animation-duration:25s;bottom:-50%;right:-50%}.product-showcase.honey-theme .honey-background .honey-wave.wave-3{animation-delay:14s;animation-duration:30s;left:20%;top:20%}.product-showcase.honey-theme .hexagon-overlay{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.product-showcase.honey-theme .hexagon-overlay .hexagon{animation:hexagonFade 8s ease-in-out infinite;background-color:#ffc1070d;height:35px;opacity:0;position:absolute;width:60px}.product-showcase.honey-theme .hexagon-overlay .hexagon:after,.product-showcase.honey-theme .hexagon-overlay .hexagon:before{border-left:30px solid #0000;border-right:30px solid #0000;content:"";position:absolute;width:0}.product-showcase.honey-theme .hexagon-overlay .hexagon:before{border-bottom:17.5px solid #ffc1070d;bottom:100%}.product-showcase.honey-theme .hexagon-overlay .hexagon:after{border-top:17.5px solid #ffc1070d;top:100%}.product-showcase.honey-theme .honey-drips-container{left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:2}.product-showcase.honey-theme .honey-drips-container .honey-drip{animation:dripDown 6s ease-in infinite;height:0;position:absolute;top:0;width:8px}.product-showcase.honey-theme .honey-drips-container .honey-drip .drip-body{animation:dripStretch 6s ease-in infinite;background:linear-gradient(180deg,#ffc10799 0,#ffa000cc 50%,#ffc107e6);border-radius:0 0 50% 50%;box-shadow:0 4px 8px #ffa0004d;height:100px;width:100%}.product-showcase.honey-theme .honey-drips-container .honey-drip .drip-body:after{animation:droplet 6s ease-in infinite;background:radial-gradient(circle,#ffc107e6,#ffa000b3);border-radius:50%;bottom:-10px;content:"";height:12px;left:50%;position:absolute;transform:translateX(-50%);width:12px}.product-showcase.honey-theme .content-container{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:4rem 5%;position:relative;width:100%;z-index:3}@media(max-width:1200px){.product-showcase.honey-theme .content-container{padding:3rem 4%}}@media(max-width:768px){.product-showcase.honey-theme .content-container{flex-direction:column;padding:2rem 5%}}.product-showcase.honey-theme .content-wrapper{flex:1 1;max-width:600px;padding-right:3rem;z-index:4}@media(max-width:1200px){.product-showcase.honey-theme .content-wrapper{max-width:500px;padding-right:2rem}}@media(max-width:768px){.product-showcase.honey-theme .content-wrapper{margin-bottom:3rem;max-width:100%;padding-right:0;text-align:center}}.product-showcase.honey-theme .product-info .badge-organic{animation:badgePulse 3s ease-in-out infinite;background:linear-gradient(135deg,#66bb6a,#43a047);border-radius:50px;box-shadow:0 4px 12px #43a0474d;color:#fff;display:inline-block;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;padding:.5rem 1.5rem}@media(max-width:768px){.product-showcase.honey-theme .product-info .badge-organic{font-size:.8rem;padding:.4rem 1.2rem}}.product-showcase.honey-theme .product-info .title{-webkit-text-fill-color:#0000;animation:titleShine 3s ease-in-out infinite;background:linear-gradient(135deg,#f57f17,#ff6f00,#ffa000);-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.2;margin-bottom:1rem;text-shadow:0 2px 10px #f57f1733}@media(max-width:768px){.product-showcase.honey-theme .product-info .title{margin-bottom:.75rem}}.product-showcase.honey-theme .product-info .category{align-items:center;display:flex;gap:.5rem;margin-bottom:1.5rem}@media(max-width:768px){.product-showcase.honey-theme .product-info .category{justify-content:center;margin-bottom:1rem}}.product-showcase.honey-theme .product-info .category .category-emoji{font-size:clamp(20px,3vw,28px)}.product-showcase.honey-theme .product-info .category span:not(.category-emoji){color:#8d6e63;font-size:clamp(.8rem,1.5vw,1rem);font-weight:600;letter-spacing:2px}.product-showcase.honey-theme .product-info .product-name{color:#5d4037;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;line-height:1.3;margin-bottom:1.5rem}@media(max-width:768px){.product-showcase.honey-theme .product-info .product-name{margin-bottom:1rem}}.product-showcase.honey-theme .product-info .description{color:#6d4c41;font-size:clamp(1rem,1.8vw,1.3rem);font-weight:500;line-height:1.8;margin-bottom:2rem}@media(max-width:768px){.product-showcase.honey-theme .product-info .description{margin-bottom:1.5rem}}.product-showcase.honey-theme .product-info .features{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));margin-bottom:2.5rem}@media(max-width:768px){.product-showcase.honey-theme .product-info .features{gap:1rem;grid-template-columns:repeat(2,1fr);margin-bottom:2rem}}@media(max-width:480px){.product-showcase.honey-theme .product-info .features{grid-template-columns:1fr}}.product-showcase.honey-theme .product-info .features .feature-icon{align-items:center;display:flex;flex-direction:column;text-align:center;transition:transform .3s ease}.product-showcase.honey-theme .product-info .features .feature-icon:hover{transform:translateY(-5px)}.product-showcase.honey-theme .product-info .features .feature-icon .icon-wrapper{align-items:center;background:linear-gradient(135deg,#ffc1074d,#ff980033);border-radius:50%;box-shadow:0 4px 15px #ff980033;display:flex;height:56px;justify-content:center;margin-bottom:.75rem;transition:all .3s ease;width:56px}@media(max-width:768px){.product-showcase.honey-theme .product-info .features .feature-icon .icon-wrapper{height:48px;width:48px}}.product-showcase.honey-theme .product-info .features .feature-icon:hover .icon-wrapper{box-shadow:0 6px 20px #ff98004d;transform:scale(1.1) rotate(10deg)}.product-showcase.honey-theme .product-info .features .feature-icon .feature-emoji{font-size:clamp(24px,3vw,32px)}.product-showcase.honey-theme .product-info .features .feature-icon span:not(.feature-emoji){color:#5d4037;font-size:clamp(.75rem,1.2vw,.85rem);font-weight:600;letter-spacing:.5px}.product-showcase.honey-theme .product-info .cta-section{display:flex;flex-direction:column;gap:1.5rem}@media(max-width:768px){.product-showcase.honey-theme .product-info .cta-section{align-items:center}}.product-showcase.honey-theme .product-info .cta-section .shop-now{align-items:center;background:linear-gradient(135deg,#ff6f00,#ffa000,#ff8f00);border:none;border-radius:50px;box-shadow:0 8px 25px #ff6f0066;color:#fff;cursor:pointer;display:flex;font-size:clamp(.95rem,1.5vw,1.1rem);font-weight:700;gap:1rem;letter-spacing:1.5px;overflow:hidden;padding:1.2rem 3rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}@media(max-width:768px){.product-showcase.honey-theme .product-info .cta-section .shop-now{padding:1rem 2.5rem}}.product-showcase.honey-theme .product-info .cta-section .shop-now:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.product-showcase.honey-theme .product-info .cta-section .shop-now:hover:before{left:100%}.product-showcase.honey-theme .product-info .cta-section .shop-now:hover{box-shadow:0 12px 35px #ff6f0080;transform:translateY(-3px) scale(1.05)}.product-showcase.honey-theme .product-info .cta-section .shop-now:active{transform:translateY(-1px) scale(1.02)}.product-showcase.honey-theme .product-info .cta-section .shop-now .arrow{font-size:1.5rem;transition:transform .3s ease}.product-showcase.honey-theme .product-info .cta-section .shop-now:hover .arrow{transform:translateX(5px)}.product-showcase.honey-theme .product-info .cta-section .trust-badges{display:flex;flex-wrap:wrap;gap:1rem}@media(max-width:768px){.product-showcase.honey-theme .product-info .cta-section .trust-badges{justify-content:center}}.product-showcase.honey-theme .product-info .cta-section .trust-badges .badge{background:#43a0471a;border:1px solid #43a0474d;border-radius:20px;color:#43a047;font-size:clamp(.75rem,1.2vw,.85rem);font-weight:600;padding:.5rem 1rem}.product-showcase.honey-theme .image-wrapper{align-items:center;display:flex;flex:1 1;justify-content:center;min-height:600px;position:relative;z-index:4}@media(max-width:1200px){.product-showcase.honey-theme .image-wrapper{min-height:500px}}@media(max-width:768px){.product-showcase.honey-theme .image-wrapper{min-height:400px;width:100%}}.product-showcase.honey-theme .image-wrapper .product-image-container{position:relative;transition:transform .1s ease-out;z-index:3}.product-showcase.honey-theme .image-wrapper .product-image-container .product-image{animation:floatHoney 6s ease-in-out infinite;filter:drop-shadow(0 10px 40px rgba(184,134,11,.3));height:auto;max-width:100%;transition:all .5s cubic-bezier(.4,0,.2,1);width:clamp(300px,40vw,550px)}@media(max-width:768px){.product-showcase.honey-theme .image-wrapper .product-image-container .product-image{width:clamp(250px,70vw,400px)}}.product-showcase.honey-theme .image-wrapper .product-image-container .product-image:hover{filter:drop-shadow(0 15px 50px rgba(184,134,11,.4));transform:scale(1.05) rotate(3deg)}.product-showcase.honey-theme .image-wrapper .product-image-container .honey-glow-effect{animation:glowPulse 4s ease-in-out infinite alternate;background:radial-gradient(circle,#ffc10766 0,#ffc10700 60%);height:150%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:150%;z-index:1}.product-showcase.honey-theme .image-wrapper .product-image-container .honey-splash{animation:splashExpand 3s ease-out infinite;background:radial-gradient(circle,#ffc1074d,#0000);border-radius:50%;height:100px;position:absolute;width:100px}.product-showcase.honey-theme .image-wrapper .product-image-container .honey-splash.splash-1{animation-delay:0s;right:-10%;top:10%}.product-showcase.honey-theme .image-wrapper .product-image-container .honey-splash.splash-2{animation-delay:1.5s;bottom:20%;left:-15%}.product-showcase.honey-theme .image-wrapper .honeycomb-pattern{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(4,1fr);height:100%;padding:2rem;position:absolute;width:100%;z-index:2}@media(max-width:768px){.product-showcase.honey-theme .image-wrapper .honeycomb-pattern{grid-template-columns:repeat(3,1fr)}}.product-showcase.honey-theme .image-wrapper .honeycomb-pattern .honeycomb-cell{animation:honeycombFadeIn 1s ease-out forwards;background-color:#ffc1071a;border-left:1px solid #ffc1074d;border-right:1px solid #ffc1074d;height:29px;margin:14.5px 0;opacity:0;position:relative;width:50px}.product-showcase.honey-theme .image-wrapper .honeycomb-pattern .honeycomb-cell:after,.product-showcase.honey-theme .image-wrapper .honeycomb-pattern .honeycomb-cell:before{border-left:25px solid #0000;border-right:25px solid #0000;content:"";left:0;position:absolute;width:0}.product-showcase.honey-theme .image-wrapper .honeycomb-pattern .honeycomb-cell:before{border-bottom:14.5px solid #ffc1071a;border-left-color:#ffc1074d;border-right-color:#ffc1074d;bottom:100%}.product-showcase.honey-theme .image-wrapper .honeycomb-pattern .honeycomb-cell:after{border-left-color:#ffc1074d;border-right-color:#ffc1074d;border-top:14.5px solid #ffc1071a;top:100%}.product-showcase.honey-theme .image-wrapper .honeycomb-pattern .honeycomb-cell:hover{background-color:#ffc10733;transform:scale(1.1)}.product-showcase.honey-theme .image-wrapper .flying-bees{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:5}.product-showcase.honey-theme .image-wrapper .flying-bee{height:50px;position:absolute;transform-origin:center;width:50px;will-change:transform;z-index:5}@media(max-width:768px){.product-showcase.honey-theme .image-wrapper .flying-bee{height:40px;width:40px}}.product-showcase.honey-theme .image-wrapper .flying-bee.path-type-0{animation:flyCircular 14s ease-in-out 0ms infinite;animation:flyCircular var(--flight-duration,14s) infinite var(--flight-delay,0ms) ease-in-out}.product-showcase.honey-theme .image-wrapper .flying-bee.path-type-1{animation:flyFigureEight 16s ease-in-out 0ms infinite;animation:flyFigureEight var(--flight-duration,16s) infinite var(--flight-delay,0ms) ease-in-out}.product-showcase.honey-theme .image-wrapper .flying-bee.path-type-2{animation:flyZigzag 13s ease-in-out 0ms infinite;animation:flyZigzag var(--flight-duration,13s) infinite var(--flight-delay,0ms) ease-in-out}.product-showcase.honey-theme .image-wrapper .flying-bee.path-type-3{animation:flySpiral 15s ease-in-out 0ms infinite;animation:flySpiral var(--flight-duration,15s) infinite var(--flight-delay,0ms) ease-in-out}.product-showcase.honey-theme .image-wrapper .flying-bee .bee-body{align-items:center;animation:bobUpDown 1.5s ease-in-out infinite;display:flex;height:100%;justify-content:center;position:relative;width:100%}.product-showcase.honey-theme .image-wrapper .flying-bee .bee-body .bee-emoji{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));font-size:40px;z-index:2}@media(max-width:768px){.product-showcase.honey-theme .image-wrapper .flying-bee .bee-body .bee-emoji{font-size:32px}}.product-showcase.honey-theme .image-wrapper .flying-bee .bee-body .wing{background:radial-gradient(ellipse at center,#ffffffe6 0,#c8c8c899 100%);border-radius:60%;box-shadow:0 1px 3px #0000001a;height:16px;opacity:.8;position:absolute;width:22px;z-index:1}.product-showcase.honey-theme .image-wrapper .flying-bee .bee-body .wing.wing-left{animation:flapLeft .15s ease-in-out infinite;left:6px;top:8px;transform-origin:right center}.product-showcase.honey-theme .image-wrapper .flying-bee .bee-body .wing.wing-right{animation:flapRight .15s ease-in-out infinite;right:6px;top:8px;transform-origin:left center}.product-showcase.honey-theme .image-wrapper .flying-bee .bee-body .flight-path{animation:pathPulse 1s infinite;background:radial-gradient(circle,#fff9 0,#fff0 70%);border-radius:50%;height:100%;opacity:0;position:absolute;width:100%}.product-showcase.honey-theme .image-wrapper .floating-flowers{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.product-showcase.honey-theme .image-wrapper .floating-flowers .flower{animation:floatFlower 12s ease-in-out infinite;font-size:clamp(24px,3vw,36px);opacity:.7;position:absolute}.product-showcase.honey-theme .image-wrapper .floating-flowers .flower:first-child{left:10%;top:20%}.product-showcase.honey-theme .image-wrapper .floating-flowers .flower:nth-child(2){animation-delay:2s;right:15%;top:30%}.product-showcase.honey-theme .image-wrapper .floating-flowers .flower:nth-child(3){animation-delay:4s;bottom:25%;left:20%}.product-showcase.honey-theme .image-wrapper .floating-flowers .flower:nth-child(4){animation-delay:6s;bottom:40%;right:10%}.product-showcase.honey-theme .image-wrapper .floating-flowers .flower:nth-child(5){animation-delay:8s;left:50%;top:10%}@keyframes waveMove{0%,to{opacity:.3;transform:translate(0) scale(1)}50%{opacity:.5;transform:translate(-10%,-10%) scale(1.1)}}@keyframes hexagonFade{0%,to{opacity:0;transform:scale(.8)}50%{opacity:.3;transform:scale(1)}}@keyframes dripDown{0%{height:0}50%{height:150px}to{height:0}}@keyframes dripStretch{0%,to{opacity:0;transform:scaleY(0)}20%{opacity:1;transform:scaleY(1)}80%{opacity:1;transform:scaleY(1)}}@keyframes droplet{0%,15%,to{opacity:0;transform:translateY(0) scale(0)}20%{opacity:1;transform:translateY(0) scale(1)}90%{opacity:.5;transform:translateY(100px) scale(.5)}}@keyframes badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes titleShine{0%,to{filter:brightness(1)}50%{filter:brightness(1.2)}}@keyframes floatHoney{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes glowPulse{0%{opacity:.4;transform:translate(-50%,-50%) scale(1)}to{opacity:.6;transform:translate(-50%,-50%) scale(1.2)}}@keyframes splashExpand{0%{opacity:.6;transform:scale(0)}50%{opacity:.3;transform:scale(1.5)}to{opacity:0;transform:scale(2)}}@keyframes honeycombFadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes flyCircular{0%{transform:translate(0) rotate(0deg)}25%{transform:translate(150px,-100px) rotate(90deg);transform:translate(var(--flight-radius-x,150px),calc(var(--flight-radius-y, 100px)*-1)) rotate(90deg)}50%{transform:translateY(-200px) rotate(180deg);transform:translateY(calc(var(--flight-radius-y, 100px)*-2)) rotate(180deg)}75%{transform:translate(-150px,-100px) rotate(270deg);transform:translate(calc(var(--flight-radius-x, 150px)*-1),calc(var(--flight-radius-y, 100px)*-1)) rotate(270deg)}to{transform:translate(0) rotate(1turn)}}@keyframes flyFigureEight{0%{transform:translate(0) rotate(0deg)}12.5%{transform:translate(120px,-70px) rotate(45deg);transform:translate(calc(var(--flight-radius-x, 150px)*.8),calc(var(--flight-radius-y, 100px)*-.7)) rotate(45deg)}25%{transform:translate(180px) rotate(90deg);transform:translate(calc(var(--flight-radius-x, 150px)*1.2)) rotate(90deg)}37.5%{transform:translate(120px,70px) rotate(135deg);transform:translate(calc(var(--flight-radius-x, 150px)*.8),calc(var(--flight-radius-y, 100px)*.7)) rotate(135deg)}50%{transform:translateY(130px) rotate(180deg);transform:translateY(calc(var(--flight-radius-y, 100px)*1.3)) rotate(180deg)}62.5%{transform:translate(-120px,70px) rotate(225deg);transform:translate(calc(var(--flight-radius-x, 150px)*-.8),calc(var(--flight-radius-y, 100px)*.7)) rotate(225deg)}75%{transform:translate(-180px) rotate(270deg);transform:translate(calc(var(--flight-radius-x, 150px)*-1.2)) rotate(270deg)}87.5%{transform:translate(-120px,-70px) rotate(315deg);transform:translate(calc(var(--flight-radius-x, 150px)*-.8),calc(var(--flight-radius-y, 100px)*-.7)) rotate(315deg)}to{transform:translate(0) rotate(1turn)}}@keyframes flyZigzag{0%{transform:translate(0) rotate(15deg)}16.66%{transform:translate(120px,-80px) rotate(-15deg);transform:translate(calc(var(--flight-radius-x, 150px)*.8),calc(var(--flight-radius-y, 100px)*-.8)) rotate(-15deg)}33.33%{transform:translate(60px,-150px) rotate(15deg);transform:translate(calc(var(--flight-radius-x, 150px)*.4),calc(var(--flight-radius-y, 100px)*-1.5)) rotate(15deg)}50%{transform:translate(-60px,-100px) rotate(-15deg);transform:translate(calc(var(--flight-radius-x, 150px)*-.4),calc(var(--flight-radius-y, 100px)*-1)) rotate(-15deg)}66.66%{transform:translate(-120px,-30px) rotate(15deg);transform:translate(calc(var(--flight-radius-x, 150px)*-.8),calc(var(--flight-radius-y, 100px)*-.3)) rotate(15deg)}83.33%{transform:translate(-60px,50px) rotate(-15deg);transform:translate(calc(var(--flight-radius-x, 150px)*-.4),calc(var(--flight-radius-y, 100px)*.5)) rotate(-15deg)}to{transform:translate(0) rotate(15deg)}}@keyframes flySpiral{0%{transform:translate(0) rotate(0deg) scale(1)}25%{transform:translate(105px,-70px) rotate(180deg) scale(.9);transform:translate(calc(var(--flight-radius-x, 150px)*.7),calc(var(--flight-radius-y, 100px)*-.7)) rotate(180deg) scale(.9)}50%{transform:translateY(-140px) rotate(1turn) scale(.7);transform:translateY(calc(var(--flight-radius-y, 100px)*-1.4)) rotate(1turn) scale(.7)}75%{transform:translate(-105px,-70px) rotate(540deg) scale(.9);transform:translate(calc(var(--flight-radius-x, 150px)*-.7),calc(var(--flight-radius-y, 100px)*-.7)) rotate(540deg) scale(.9)}to{transform:translate(0) rotate(2turn) scale(1)}}@keyframes bobUpDown{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes flapLeft{0%{transform:rotate(-10deg) skewX(15deg)}50%{transform:rotate(40deg) skewX(-15deg)}to{transform:rotate(-10deg) skewX(15deg)}}@keyframes flapRight{0%{transform:rotate(10deg) skewX(-15deg)}50%{transform:rotate(-40deg) skewX(15deg)}to{transform:rotate(10deg) skewX(-15deg)}}@keyframes pathPulse{0%{opacity:.2;transform:scale(.2)}to{opacity:0;transform:scale(1.5)}}@keyframes floatFlower{0%,to{opacity:.5;transform:translate(0) rotate(0deg)}25%{opacity:.7;transform:translate(20px,-30px) rotate(10deg)}50%{opacity:.8;transform:translate(-10px,-60px) rotate(-5deg)}75%{opacity:.6;transform:translate(-30px,-30px) rotate(15deg)}}@media(max-width:1400px){.product-showcase.honey-theme .content-container{padding:3rem 4%}}@media(max-width:1200px){.product-showcase.honey-theme{min-height:90vh}}@media(max-width:768px){.product-showcase.honey-theme{min-height:auto;padding:2rem 0}.product-showcase.honey-theme .content-container{flex-direction:column;min-height:auto}.product-showcase.honey-theme .hexagon-overlay .hexagon{height:25px;width:40px}.product-showcase.honey-theme .hexagon-overlay .hexagon:before{border-bottom-width:12.5px;border-left-width:20px;border-right-width:20px}.product-showcase.honey-theme .hexagon-overlay .hexagon:after{border-left-width:20px;border-right-width:20px;border-top-width:12.5px}.product-showcase.honey-theme .image-wrapper .honeycomb-pattern .honeycomb-cell{height:20px;margin:10px 0;width:35px}.product-showcase.honey-theme .image-wrapper .honeycomb-pattern .honeycomb-cell:after,.product-showcase.honey-theme .image-wrapper .honeycomb-pattern .honeycomb-cell:before{border-left-width:17.5px;border-right-width:17.5px}.product-showcase.honey-theme .image-wrapper .honeycomb-pattern .honeycomb-cell:before{border-bottom-width:10px}.product-showcase.honey-theme .image-wrapper .honeycomb-pattern .honeycomb-cell:after{border-top-width:10px}}@media(max-width:480px){.product-showcase.honey-theme .product-info .features{gap:.75rem}.product-showcase.honey-theme .product-info .cta-section .shop-now{justify-content:center;width:100%}.product-showcase.honey-theme .image-wrapper{min-height:350px}.product-showcase.honey-theme .image-wrapper .floating-flowers .flower{font-size:20px}}.reviews-container{background:linear-gradient(135deg,#fff8e7,#fdf4e3 50%,#fff);font-family:Inter,sans-serif;overflow:hidden;padding:4rem 2rem;position:relative}.reviews-container:before{background-image:radial-gradient(circle at 20% 30%,#f5a62314 0,#0000 50%),radial-gradient(circle at 80% 70%,#ffbf4714 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.reviews-header{margin-bottom:3rem;position:relative;text-align:center;z-index:1}.reviews-header .reviews-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#d4940c,#f5a623);-webkit-background-clip:text;background-clip:text;color:#2c2416;display:inline-block;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;margin-bottom:.5rem;position:relative}.reviews-header .reviews-title:after{content:"🍯";font-size:2rem;position:absolute;right:-3rem;top:50%;transform:translateY(-50%)}.reviews-header .reviews-subtitle{color:#5c4a3a;font-family:Inter,sans-serif;font-size:1.1rem;font-style:italic;font-weight:400}.reviews-scroll{--animation-duration:60s;margin-top:2rem;overflow:hidden;position:relative;width:100%;z-index:1}.reviews-scroll:hover .reviews-track{animation-play-state:paused}.reviews-track{animation:scroll var(--animation-duration) linear infinite;display:flex;gap:1.5rem;width:fit-content;will-change:transform}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.review-card{background:linear-gradient(145deg,#fff,#fff8e7);border:2px solid #f5a62326;border-radius:1.25rem;box-shadow:0 10px 30px #d4940c1f,0 5px 15px #f5a62314,inset 0 1px 0 #fffc;display:flex;flex:0 0 340px;flex-direction:column;gap:1rem;overflow:hidden;padding:1.75rem;position:relative;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.review-card:before{content:"🐝";font-size:3rem;opacity:.05;position:absolute;right:-10px;top:-10px;transform:rotate(15deg)}.review-card:after{background:linear-gradient(90deg,#f5a623,#ffbf47,#d4940c);bottom:0;content:"";height:3px;left:0;position:absolute;right:0;transform:scaleX(0);transition:transform .4s ease}.review-card:hover{border-color:#f5a623;box-shadow:0 15px 45px #d4940c33,0 8px 20px #f5a62326,inset 0 1px 0 #fff;transform:translateY(-8px) scale(1.03)}.review-card:hover:after{transform:scaleX(1)}.review-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:.5rem}.review-rating{display:flex;gap:.25rem}.review-rating .star{color:#f5a623;filter:drop-shadow(0 1px 2px rgba(212,148,12,.3));height:1.1rem;transition:transform .2s ease;width:1.1rem}.review-rating .star.filled{animation:starPulse 2s ease-in-out infinite}.review-rating .star:hover{transform:scale(1.2) rotate(15deg)}@keyframes starPulse{0%,to{filter:drop-shadow(0 1px 2px rgba(212,148,12,.3))}50%{filter:drop-shadow(0 2px 6px rgba(245,166,35,.6))}}.verified-badge{align-items:center;background:linear-gradient(135deg,#6b8e23,#7fa632);border-radius:1rem;box-shadow:0 2px 8px #6b8e234d;color:#fff;display:flex;font-family:Inter,sans-serif;font-size:.7rem;font-weight:600;gap:.25rem;padding:.25rem .6rem}.verified-badge svg{height:.9rem;width:.9rem}.review-content{flex-grow:1;position:relative}.review-content:before{color:#f5a623;content:'"';font-family:Georgia,serif;font-size:5rem;font-weight:700;left:-.75rem;line-height:1;opacity:.15;position:absolute;top:-2rem}.review-content p{-webkit-line-clamp:5;-webkit-box-orient:vertical;color:#2c2416;display:-webkit-box;font-family:Inter,sans-serif;font-size:.95rem;font-style:italic;font-weight:400;line-height:1.7;max-height:8.5em;overflow:hidden;position:relative;text-overflow:ellipsis;z-index:1}.review-product{align-items:center;background:linear-gradient(135deg,#f5a6231a,#ffbf4726);border-left:3px solid #f5a623;border-radius:.75rem;display:flex;gap:.5rem;margin-top:auto;padding:.6rem 1rem}.review-product svg{color:#d4940c;flex-shrink:0;height:1.2rem;width:1.2rem}.review-product span{color:#b8860b;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600}.review-footer{border-top:1.5px solid #f5a62333;gap:.75rem;padding-top:1rem}.review-avatar,.review-footer{align-items:center;display:flex}.review-avatar{background:linear-gradient(135deg,#f5a623,#ffbf47);border-radius:50%;box-shadow:0 3px 10px #f5a6234d;flex-shrink:0;height:2.5rem;justify-content:center;width:2.5rem}.review-avatar svg{color:#fff;height:1.5rem;width:1.5rem}.review-info{display:flex;flex-direction:column;gap:.15rem}.review-name{color:#2c2416;font-family:Playfair Display,serif;font-size:1rem;font-weight:700;letter-spacing:.3px}.review-role{align-items:center;color:#5c4a3a;display:flex;font-family:Inter,sans-serif;font-size:.8rem;font-weight:500;gap:.25rem}.review-role:before{color:#f5a623;content:"✓";font-size:.7rem;font-weight:700}@media(max-width:1024px){.reviews-container{padding:3rem 1.5rem}.reviews-header .reviews-title{font-size:2rem}.reviews-header .reviews-title:after{font-size:1.5rem;right:-2.5rem}.review-card{flex:0 0 300px;padding:1.5rem}}@media(max-width:768px){.reviews-container{padding:2.5rem 1rem}.reviews-header{margin-bottom:2rem}.reviews-header .reviews-title{font-size:1.75rem}.reviews-header .reviews-title:after{display:block;margin-top:.5rem;position:static}.reviews-header .reviews-subtitle{font-size:.95rem}.review-card{flex:0 0 280px;gap:.75rem;padding:1.25rem}.review-card:before{font-size:2.5rem}.review-rating .star{height:1rem;width:1rem}.verified-badge{font-size:.65rem;padding:.2rem .5rem}.review-content p{-webkit-line-clamp:4;font-size:.875rem;line-height:1.6}.review-product{padding:.5rem .75rem}.review-product svg{height:1rem;width:1rem}.review-product span{font-size:.8rem}.review-avatar{height:2rem;width:2rem}.review-avatar svg{height:1.2rem;width:1.2rem}.review-name{font-size:.9rem}.review-role{font-size:.75rem}}@media(max-width:480px){.reviews-container{padding:2rem .75rem}.reviews-header .reviews-title{font-size:1.5rem}.review-card{flex:0 0 260px;padding:1rem}}.image-slider-wrapper{background:linear-gradient(135deg,#ffb800,#f5c842);border-radius:16px;box-shadow:0 10px 25px #0000001a;height:500px;overflow:hidden;position:relative;width:100%}@media(max-width:768px){.image-slider-wrapper{height:350px}}@media(max-width:480px){.image-slider-wrapper{border-radius:12px;height:280px}}.image-slider-container{height:100%;position:relative;width:100%}.image-slider-container.empty{align-items:center;animation:slideBackground 30s linear infinite;background:linear-gradient(135deg,#f3f4f6 25%,#e5e7eb 0,#e5e7eb 50%,#f3f4f6 0,#f3f4f6 75%,#e5e7eb 0);background-size:20px 20px;display:flex;justify-content:center}.image-slider-container.empty p{animation:pulse 2s ease-in-out infinite;color:#4b5563;font-size:1.125rem;text-align:center}.image-slider-slide{align-items:center;display:flex;inset:0;justify-content:center;opacity:0;padding:10px;position:absolute;transition:opacity .8s cubic-bezier(.4,0,.2,1)}@media(max-width:768px){.image-slider-slide{padding:8px}}@media(max-width:480px){.image-slider-slide{padding:5px}}.image-slider-slide.active{opacity:1;z-index:10}.image-slider-slide img{border-radius:8px;height:100%;object-fit:contain;width:100%}@media(max-width:480px){.image-slider-slide img{border-radius:6px}}.image-slider-controls{inset:0;opacity:0;position:absolute;transform:translateY(8px);transition:all .3s ease-in-out;z-index:20}@media(max-width:768px){.image-slider-controls{opacity:1;transform:translateY(0)}}.image-slider-wrapper:hover .image-slider-controls{opacity:1;transform:translateY(0)}.image-slider-navigation{display:flex;justify-content:space-between;padding:0 20px;position:absolute;top:50%;transform:translateY(-50%);width:100%}.image-slider-navigation button{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #fff3;border-radius:9999px;cursor:pointer;display:flex;height:48px;justify-content:center;transition:all .3s ease;width:48px}@media(max-width:768px){.image-slider-navigation button{height:40px;width:40px}}.image-slider-navigation button:hover{background:#fff3;transform:scale(1.1)}.image-slider-navigation button svg{color:#fff;height:24px;width:24px}.image-slider-dots{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0006;border-radius:20px;bottom:20px;display:flex;gap:8px;left:50%;padding:8px 16px;position:absolute;transform:translateX(-50%)}@media(max-width:480px){.image-slider-dots{bottom:12px;gap:6px;padding:6px 12px}}.image-slider-dots .dot{background:#ffffff80;border-radius:9999px;cursor:pointer;height:8px;transition:all .3s cubic-bezier(.4,0,.2,1);width:8px}.image-slider-dots .dot:hover{background:#fffc}.image-slider-dots .dot.active{background:#fff;border-radius:4px;position:relative;width:24px}.image-slider-dots .dot.active:after{animation:ripple 1.5s ease-out infinite;border:2px solid #ffffff4d;border-radius:inherit;content:"";inset:-4px;position:absolute}.image-slider-counter{border-radius:12px;color:#fff;font-size:14px;font-weight:500;padding:6px 12px;right:20px}.image-slider-counter,.image-slider-playpause{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0000004d;position:absolute;top:20px}.image-slider-playpause{align-items:center;border:none;border-radius:9999px;cursor:pointer;display:flex;height:40px;justify-content:center;left:20px;transition:all .3s ease;width:40px}.image-slider-playpause:hover{background:#00000080;transform:scale(1.1)}.image-slider-playpause svg{color:#fff;height:20px;width:20px}@keyframes ripple{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.5)}}@keyframes slideBackground{0%{background-position:0 0}to{background-position:100% 100%}}.customer-attraction-strip{background:linear-gradient(90deg,#e6a817,#c48a00);height:48px;overflow:hidden;position:relative}.customer-attraction-strip .strip-content{align-items:center;display:flex;height:100%;position:absolute;width:100%}.customer-attraction-strip .phrases-container{display:flex;position:relative;width:100%}.customer-attraction-strip .phrase{align-items:center;color:#fff;display:flex;font-weight:700;justify-content:center;min-width:100%;padding:0 20px;transition:transform .5s ease-in-out;white-space:nowrap}.customer-attraction-strip .phrase .icon{font-size:20px;margin-right:8px}.filter-overlay{animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0009;bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000}@media(min-width:769px){.filter-overlay{display:none}}.filter-wrapper{width:100%}@media(max-width:768px){.filter-wrapper{animation:slideCenter .3s ease;display:none;left:50%;max-height:75vh;max-width:360px;overflow:hidden;position:fixed;top:50%;transform:translate(-50%,-50%);width:85%;z-index:10001}.filter-wrapper.mobile-open{display:block}}.filter-component{background:linear-gradient(135deg,#fff,#fff8e7);border:2px solid #f9d27d;border-radius:12px;box-shadow:0 4px 20px #e6a81726,0 2px 8px #00000014;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden;padding:0;width:100%}@media(max-width:768px){.filter-component{border-radius:12px;display:flex;flex-direction:column;max-height:75vh}}.filter-component .filter-header{align-items:center;background:linear-gradient(135deg,#e6a817,#c48a00);border-bottom:2px solid #8b5a2b;display:flex;justify-content:space-between;padding:14px 16px;position:sticky;top:0;z-index:10}.filter-component .filter-header .filter-title{align-items:center;color:#fff;display:flex;font-family:Libre Bodoni,serif;font-size:1.15rem;font-weight:700;gap:8px;margin:0}.filter-component .filter-header .filter-title .filter-icon{animation:pulse 2s ease-in-out infinite;font-size:1.1rem}@media(max-width:768px){.filter-component .filter-header .filter-title{font-size:1.1rem}}.filter-component .filter-header .filter-actions{align-items:center;display:flex;gap:6px}.filter-component .filter-header .filter-actions .clear-all-btn{background-color:#fff;border:none;border-radius:6px;color:#e6a817;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.75rem;font-weight:600;padding:6px 12px;transition:all .2s ease}.filter-component .filter-header .filter-actions .clear-all-btn:hover{background-color:#fff8e7;box-shadow:0 2px 8px #00000026;transform:translateY(-1px)}.filter-component .filter-header .filter-actions .clear-all-btn:active{transform:translateY(0)}@media(max-width:768px){.filter-component .filter-header .filter-actions .clear-all-btn{font-size:.72rem;padding:5px 10px}}.filter-component .filter-header .filter-actions .close-button{align-items:center;background-color:#fff3;border:2px solid #fff;border-radius:50%;color:#fff;cursor:pointer;display:none;font-size:1.3rem;height:30px;justify-content:center;line-height:1;padding:0;transition:all .2s ease;width:30px}.filter-component .filter-header .filter-actions .close-button:hover{background-color:#fff;color:#e6a817;transform:rotate(90deg)}@media(max-width:768px){.filter-component .filter-header .filter-actions .close-button{display:flex}}.filter-component .filter-content{display:flex;flex-direction:column;gap:12px;max-height:calc(75vh - 140px);overflow-y:auto;padding:12px 14px}@media(min-width:769px){.filter-component .filter-content{gap:20px;max-height:none;overflow-y:visible;padding:20px}}.filter-component .filter-content::-webkit-scrollbar{width:8px}.filter-component .filter-content::-webkit-scrollbar-track{background:#fff8e7;border-radius:4px}.filter-component .filter-content::-webkit-scrollbar-thumb{background:#f9d27d;border-radius:4px}.filter-component .filter-content::-webkit-scrollbar-thumb:hover{background:#e6a817}.filter-component .filter-group{background-color:#fff;border:1.5px solid #e5e5e5;border-radius:10px;display:flex;flex-direction:column;gap:6px;padding:10px 12px;transition:all .3s ease}@media(min-width:769px){.filter-component .filter-group{border:2px solid #e5e5e5;border-radius:12px;gap:10px;padding:16px}}.filter-component .filter-group:hover{border-color:#f9d27d;box-shadow:0 4px 12px #e6a8171a;transform:translateY(-2px)}.filter-component .filter-group .filter-label{align-items:center;color:#8b5a2b;display:flex;font-family:Libre Bodoni,serif;font-size:.85rem;font-weight:600;gap:6px;margin-bottom:2px}@media(min-width:769px){.filter-component .filter-group .filter-label{font-size:.95rem;gap:8px;margin-bottom:4px}}.filter-component .filter-group .filter-label .label-icon{font-size:.95rem}@media(min-width:769px){.filter-component .filter-group .filter-label .label-icon{font-size:1.1rem}}.filter-component .filter-group .filter-select{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23E6A817'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m19 9-7 7-7-7'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:16px;border:1.5px solid #e5e5e5;border-radius:8px;color:#2d2d2d;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.85rem;padding:8px 36px 8px 12px;transition:all .2s ease;width:100%}@media(min-width:769px){.filter-component .filter-group .filter-select{background-position:right 12px center;background-size:20px;border:2px solid #e5e5e5;border-radius:10px;font-size:.95rem;padding:12px 45px 12px 16px}}.filter-component .filter-group .filter-select:hover{background-color:#fff8e7;border-color:#f9d27d}.filter-component .filter-group .filter-select:focus{border-color:#e6a817;box-shadow:0 0 0 3px #e6a81733;outline:none}.filter-component .filter-group.price-filter .price-value{background:linear-gradient(135deg,#fff8e7,#fff);border-radius:6px;color:#e6a817;font-family:Libre Bodoni,serif;font-size:1.1rem;font-weight:700;margin-bottom:6px;padding:6px;text-align:center}@media(min-width:769px){.filter-component .filter-group.price-filter .price-value{border-radius:8px;font-size:1.3rem;margin-bottom:8px;padding:8px}}.filter-component .filter-group.price-filter .filter-range{-webkit-appearance:none;background:linear-gradient(90deg,#f9d27d 0,#e6a817);border-radius:3px;cursor:pointer;height:6px;margin:8px 0;outline:none;padding:0;width:100%}@media(min-width:769px){.filter-component .filter-group.price-filter .filter-range{border-radius:4px;height:8px;margin:12px 0}}.filter-component .filter-group.price-filter .filter-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:linear-gradient(135deg,#e6a817,#c48a00);border:2px solid #fff;border-radius:50%;box-shadow:0 2px 6px #0003;cursor:pointer;height:20px;-webkit-transition:all .2s ease;transition:all .2s ease;width:20px}@media(min-width:769px){.filter-component .filter-group.price-filter .filter-range::-webkit-slider-thumb{border:3px solid #fff;box-shadow:0 2px 8px #0003;height:24px;width:24px}}.filter-component .filter-group.price-filter .filter-range::-webkit-slider-thumb:hover{box-shadow:0 4px 12px #e6a81766;transform:scale(1.15)}.filter-component .filter-group.price-filter .filter-range::-webkit-slider-thumb:active{transform:scale(1.05)}.filter-component .filter-group.price-filter .filter-range::-moz-range-thumb{background:linear-gradient(135deg,#e6a817,#c48a00);border:2px solid #fff;border-radius:50%;box-shadow:0 2px 6px #0003;cursor:pointer;height:20px;-moz-transition:all .2s ease;transition:all .2s ease;width:20px}@media(min-width:769px){.filter-component .filter-group.price-filter .filter-range::-moz-range-thumb{border:3px solid #fff;box-shadow:0 2px 8px #0003;height:24px;width:24px}}.filter-component .filter-group.price-filter .filter-range::-moz-range-thumb:hover{box-shadow:0 4px 12px #e6a81766;transform:scale(1.15)}.filter-component .filter-group.price-filter .filter-range::-moz-range-thumb:active{transform:scale(1.05)}.filter-component .filter-group.price-filter .range-labels{color:#6b6b6b;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.75rem;font-weight:500;justify-content:space-between}@media(min-width:769px){.filter-component .filter-group.price-filter .range-labels{font-size:.85rem}}.filter-component .filter-footer{background-color:#fff;border-top:1.5px solid #e5e5e5;bottom:0;display:none;padding:12px 14px;position:sticky;z-index:10}@media(max-width:768px){.filter-component .filter-footer{display:block}}.filter-component .filter-footer .apply-filters-btn{background:linear-gradient(135deg,#e6a817,#c48a00);border:none;border-radius:8px;box-shadow:0 3px 10px #e6a8174d;color:#fff;cursor:pointer;font-family:Libre Bodoni,serif;font-size:.9rem;font-weight:700;padding:10px;transition:all .3s ease;width:100%}@media(min-width:769px){.filter-component .filter-footer .apply-filters-btn{border-radius:10px;box-shadow:0 4px 12px #e6a8174d;font-size:1rem;padding:14px}}.filter-component .filter-footer .apply-filters-btn:hover{box-shadow:0 6px 16px #e6a81766;transform:translateY(-2px)}.filter-component .filter-footer .apply-filters-btn:active{transform:translateY(0)}@keyframes slideCenter{0%{opacity:0;transform:translate(-50%,-45%) scale(.95)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media(max-width:480px){.filter-wrapper{max-width:100%;width:95%}.filter-component .filter-header{padding:16px}.filter-component .filter-content{gap:16px;padding:16px}.filter-component .filter-group{padding:12px}}:focus-visible{outline:2px solid #e6a817;outline-offset:2px}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.product-card{background:#fff;border:1px solid #e2e8f099;border-radius:16px;box-shadow:0 1px 2px #0000000d;display:flex;flex-direction:column;font-family:Libre Bodoni,serif;height:auto;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.product-card:hover{box-shadow:0 10px 15px #0000001a;transform:translateY(-4px)}.product-card:hover .image-container img{transform:scale(1.02)}.product-card .card-header{align-items:flex-start;display:flex;justify-content:space-between;left:12px;pointer-events:none;position:absolute;right:12px;top:12px;z-index:10}.product-card .card-header .badge{align-items:center;border-radius:20px;box-shadow:0 2px 4px #0000001a;display:flex;font-size:.75rem;font-weight:600;gap:4px;padding:4px 10px}.product-card .card-header .badge .badge-icon{font-size:.875rem}.product-card .card-header .badge.in-stock{background-color:#10b981e6;color:#fff}.product-card .card-header .badge.low-stock{background-color:#f59e0be6;color:#fff}.product-card .card-header .badge.out-stock{background-color:#ef4444e6;color:#fff}.product-card .card-header .discount-badge{background:linear-gradient(135deg,#10b981,#0c8a60);border-radius:20px;color:#fff;font-size:.75rem;font-weight:600;padding:4px 10px}.product-card .image-container{border-radius:12px;box-shadow:0 4px 6px #00000012;overflow:hidden}.product-card .image-container img{height:100%;object-fit:contain;object-position:center;transition:transform .5s cubic-bezier(.4,0,.2,1);width:100%}.product-card .image-container .image-container:before{background:radial-gradient(circle,#f0f9fa33 0,#f0f9facc 100%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.product-card .image-container .image-placeholder{align-items:center;background:#f8fafc;color:#718096;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.product-card .image-container .image-placeholder .placeholder-icon{font-size:2rem;margin-bottom:.5rem}.product-card .product-content{background:#fff;display:flex;flex:1 1;flex-direction:column;padding:1rem}.product-card .product-content .product-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#1a1f36;cursor:pointer;display:-webkit-box;font-size:1rem;font-weight:600;line-height:1.4;margin-bottom:.5rem;overflow:hidden}.product-card .product-content .product-title:hover{color:#e6a817}.product-card .product-content .product-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#4a5568;display:-webkit-box;font-size:.813rem;line-height:1.5;margin-bottom:.75rem;overflow:hidden}.product-card .product-content .product-details{background:#f8fafc;border-radius:8px;margin-bottom:.75rem;padding:.75rem}@media(max-width:480px){.product-card .product-content .product-details.desktop-only{display:none}}.product-card .product-content .product-details .specs-row{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr);margin-bottom:.5rem}.product-card .product-content .product-details .spec-item{display:flex;flex-direction:column;gap:.25rem}.product-card .product-content .product-details .spec-item .spec-label{color:#718096;font-size:.75rem;letter-spacing:.5px;text-transform:uppercase}.product-card .product-content .product-details .spec-item .spec-value{color:#1a1f36;font-size:.813rem;font-weight:500}.product-card .product-content .product-details .spec-item.fragrance{grid-column:span 2}.product-card .product-content .price-block{align-items:center;display:flex;justify-content:space-between;margin:auto 0 .5rem}.product-card .product-content .price-block .price-info .current-price{align-items:baseline;color:#1a1f36;display:flex;font-size:1.25rem;font-weight:700;gap:.25rem}.product-card .product-content .price-block .price-info .current-price .currency{font-size:.875rem}.product-card .product-content .price-block .price-info .original-price{color:#718096;font-size:.75rem;margin-top:.25rem}.product-card .product-content .price-block .price-info .original-price .mrp-section{display:inline-block;text-decoration:line-through}.product-card .product-content .price-block .price-info .original-price .tax-info{color:#718096;display:block;font-size:.7rem;margin-top:2px;text-decoration:none}.product-card .product-content .price-block .shipping-info{color:#10b981;font-size:.75rem;font-weight:600}.product-card .product-content .action-buttons{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:1fr 1fr;margin-top:1rem}.product-card .product-content .action-buttons button{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:600;gap:.375rem;justify-content:center;line-height:1;min-height:2.75rem;padding:.75rem .5rem;transition:all .2s ease;white-space:nowrap;width:100%}.product-card .product-content .action-buttons button .button-icon{flex-shrink:0;font-size:1rem}.product-card .product-content .action-buttons button:disabled{background:#718096;cursor:not-allowed;opacity:.7}.product-card .product-content .action-buttons button.secondary{background:#fff;border:1.5px solid #e6a817;color:#e6a817}.product-card .product-content .action-buttons button.secondary:hover:not(:disabled){background:#e6a8171a}.product-card .product-content .action-buttons button.primary{background:linear-gradient(135deg,#e6a817,#e6a817);color:#fff}.product-card .product-content .action-buttons button.primary:hover:not(:disabled){box-shadow:0 4px 8px #e6a81733;transform:translateY(-1px)}.product-card .product-content .action-buttons button.primary:active:not(:disabled){transform:translateY(0)}@media(max-width:768px){.product-card .image-container{border-radius:8px;height:200px;margin:.5rem}.product-card .image-container img{height:100%;object-fit:contain;width:100%}.product-card .product-content{padding:.75rem}.product-card .product-content .product-description{margin-bottom:.5rem}.product-card .product-content .product-details{margin-bottom:.5rem;padding:.5rem}}@media(max-width:480px){.product-card .image-container{height:150px;margin:.25rem}.product-card .product-content .product-title{-webkit-line-clamp:3;font-size:.875rem;line-height:1.3;max-height:none;min-height:auto}.product-card .action-buttons{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr!important;grid-template-rows:auto auto;margin-bottom:.5rem}.product-card .action-buttons button.secondary{border-width:1px;order:1}.product-card .action-buttons button.primary{order:2}}@media(max-width:360px){.product-card .product-content{padding:.75rem}.product-card .product-content .product-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:.938rem;line-height:1.4;overflow:hidden}.product-card .product-content .product-description{font-size:.75rem}.product-card .product-content .price-block .price-info .current-price{font-size:1.125rem}}.product-page{background-color:#f9fafb;font-family:Libre Bodoni,serif;min-height:100vh;padding:0;position:relative;width:100%}@media(max-width:480px){.product-page{padding:0}}.product-page .header{align-items:center;background-color:#e6a817;border-radius:0;box-shadow:0 4px 6px #0000000d;color:#fff;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1.25rem;position:sticky;top:0;z-index:100}@media(max-width:480px){.product-page .header{margin-bottom:1rem;padding:1rem}}.product-page .header h1{font-size:2rem;font-weight:600;margin:0}@media(max-width:480px){.product-page .header h1{font-size:1.5rem}}.product-page .header .mobile-filter-toggle{background:none;border:none;border-radius:8px;color:#fff;cursor:pointer;display:none;padding:.5rem;transition:background-color .2s ease}@media(max-width:768px){.product-page .header .mobile-filter-toggle{align-items:center;display:flex;justify-content:center}}.product-page .header .mobile-filter-toggle:hover{background-color:#ffffff1a}.product-page .header .mobile-filter-toggle:active{background-color:#fff3}.product-page .main-content{display:flex;gap:2rem;margin:0 auto 3rem;max-width:1440px;padding:0 1rem;position:relative;z-index:2}@media(max-width:768px){.product-page .main-content{flex-direction:column;gap:1rem;padding:0 .5rem}}.product-page .main-content .filter-container{flex-shrink:0;height:fit-content;position:sticky;top:90px;transition:transform .3s ease;width:280px}@media(max-width:768px){.product-page .main-content .filter-container{position:relative;top:auto;width:100%}}.product-page .main-content .filter-container .filter-header{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.product-page .main-content .filter-container .filter-header h2{color:#1f2937;font-size:1.25rem;font-weight:600;margin:0}.product-page .main-content .filter-container .filter-header .close-filter{display:none}@media(max-width:768px){.product-page .main-content .filter-container .filter-header .close-filter{background:none;border:none;border-radius:6px;color:#4b5563;cursor:pointer;display:block;padding:.5rem;transition:all .2s ease}.product-page .main-content .filter-container .filter-header .close-filter:hover{background-color:#f3f4f6;color:#1f2937}}.product-page .main-content .product-area{flex-grow:1;width:100%}.product-page .search-sort{align-items:center;background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding:1.25rem}@media(max-width:768px){.product-page .search-sort{flex-direction:column;gap:1rem;padding:1rem}}.product-page .search-sort .search-bar{flex:1 1;margin-right:1.5rem;max-width:500px;position:relative}@media(max-width:768px){.product-page .search-sort .search-bar{margin-right:0;width:100%}}.product-page .search-sort .search-bar input{border:2px solid #f3f4f6;border-radius:8px;font-size:1rem;padding:.75rem 2.5rem .75rem 1rem;transition:all .2s ease;width:90%}.product-page .search-sort .search-bar input:focus{border-color:#e6a817;box-shadow:0 0 0 3px #e6a8171a;outline:none}.product-page .search-sort .search-bar input::placeholder{color:#9ca3af}.product-page .search-sort .search-bar .search-icon{color:#9ca3af;pointer-events:none;position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.product-page .search-sort .sort-dropdown{align-items:center;display:flex}@media(max-width:768px){.product-page .search-sort .sort-dropdown{width:100%}}.product-page .search-sort .sort-dropdown span{color:#4b5563;font-weight:500;margin-right:.75rem}.product-page .search-sort .sort-dropdown select{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m19 9-7 7-7-7'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:1rem;border:2px solid #f3f4f6;border-radius:8px;color:#1f2937;cursor:pointer;font-size:1rem;padding:.75rem 2.5rem .75rem 1rem;transition:all .2s ease}.product-page .search-sort .sort-dropdown select:focus{border-color:#e6a817;box-shadow:0 0 0 3px #e6a8171a;outline:none}@media(max-width:768px){.product-page .search-sort .sort-dropdown select{width:100%}}.product-page .product-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));padding:0;position:relative;z-index:2}@media(max-width:1024px){.product-page .product-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}@media(max-width:480px){.product-page .product-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));padding:0}}.product-page .no-products{align-items:center;background:linear-gradient(135deg,#fff9e6,#ffedcc);border-radius:16px;box-shadow:0 4px 20px #e6a81726;display:flex;flex-direction:column;grid-column:1/-1;justify-content:center;min-height:400px;padding:4rem 2rem;text-align:center}@media(max-width:480px){.product-page .no-products{min-height:300px;padding:3rem 1.5rem}}.product-page .no-products .honey-icon{animation:float 3s ease-in-out infinite;font-size:5rem;margin-bottom:1.5rem}@media(max-width:480px){.product-page .no-products .honey-icon{font-size:4rem;margin-bottom:1rem}}.product-page .no-products h2{color:#e6a817;font-family:Libre Bodoni,serif;font-size:2rem;font-weight:600;margin:0 0 1rem}@media(max-width:480px){.product-page .no-products h2{font-size:1.5rem}}.product-page .no-products p{color:#8b5a2b;font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem;max-width:600px}@media(max-width:480px){.product-page .no-products p{font-size:1rem}}.product-page .no-products .clear-filters-btn{background:linear-gradient(135deg,#e6a817,#f5b935);border:none;border-radius:50px;box-shadow:0 4px 15px #e6a8174d;color:#fff;cursor:pointer;font-family:Libre Bodoni,serif;font-size:1.1rem;font-weight:600;margin-top:1rem;overflow:hidden;padding:1rem 2.5rem;position:relative;transition:all .3s ease}.product-page .no-products .clear-filters-btn:before{background:#fff3;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.product-page .no-products .clear-filters-btn:hover{box-shadow:0 6px 20px #e6a81766;transform:translateY(-2px)}.product-page .no-products .clear-filters-btn:hover:before{height:300px;width:300px}.product-page .no-products .clear-filters-btn:active{box-shadow:0 3px 10px #e6a8174d;transform:translateY(0)}@media(max-width:480px){.product-page .no-products .clear-filters-btn{font-size:1rem;padding:.875rem 2rem}}.product-page .mobile-overlay{display:none}.product-page .loading{align-items:center;color:#4b5563;display:flex;font-size:1.2rem;justify-content:center;min-height:400px}@media(max-width:480px){.product-page .loading{font-size:1rem;min-height:300px}}.product-page .error{align-items:center;color:#ef4444;display:flex;font-size:1.1rem;justify-content:center;min-height:400px;padding:2rem;text-align:center}@media(max-width:480px){.product-page .error{font-size:.9rem;min-height:300px;padding:1rem}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.product-page .filter-container{scrollbar-color:#9ca3af #f3f4f6;scrollbar-width:thin}.product-page .filter-container::-webkit-scrollbar{width:6px}.product-page .filter-container::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.product-page .filter-container::-webkit-scrollbar-thumb{background-color:#9ca3af;border-radius:3px}.product-page .filter-container::-webkit-scrollbar-thumb:hover{background-color:#808998}.product-page :focus-visible{outline:2px solid #e6a817;outline-offset:2px}@media(prefers-reduced-motion:reduce){.product-page *{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}@media(max-width:480px){.product-page button,.product-page input[type=checkbox],.product-page input[type=radio],.product-page select{min-height:44px;min-width:44px;padding:.5rem}.product-page input[type=range]{height:44px}}.address-form-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;display:grid;inset:0;padding:clamp(.5rem,2vw,2rem);place-items:center;position:fixed;z-index:1000}.address-form-overlay .address-form{background:#fff;border-radius:clamp(.5rem,2vw,1rem);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;max-height:90vh;overflow-y:auto;padding:clamp(1rem,3vw,2.5rem);width:min(100%,600px)}@media(prefers-reduced-motion:no-preference){.address-form-overlay .address-form{animation:slideIn .3s ease-out}}.address-form-overlay .address-form .form-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:clamp(1rem,2vw,1.5rem);padding-bottom:clamp(.75rem,1.5vw,1rem)}.address-form-overlay .address-form .form-header h2{color:#111827;font-family:Libre Bodoni,serif;font-size:clamp(1.125rem,1.5vw,1.25rem);font-weight:600;letter-spacing:.5px}.address-form-overlay .address-form .form-header .close-button{background:none;border:none;border-radius:.375rem;color:#6b7280;cursor:pointer;font-size:1.5rem;padding:.25rem;transition:color .2s ease,background-color .2s ease,transform .2s ease}.address-form-overlay .address-form .form-header .close-button:hover{background:#f3f4f6;color:#111827;transform:scale(1.05)}.address-form-overlay .address-form .form-grid{grid-gap:1.75rem;display:grid;gap:1.75rem;grid-template-columns:1fr}@media(min-width:640px){.address-form-overlay .address-form .form-grid{grid-template-columns:repeat(2,1fr)}}.address-form-overlay .address-form .form-grid .form-group{display:flex;flex-direction:column;min-height:5rem;position:relative;width:100%}.address-form-overlay .address-form .form-grid .form-group.form-full{grid-column:1/-1}.address-form-overlay .address-form .form-grid .form-group.checkbox-group{margin-top:.5rem;min-height:auto}.address-form-overlay .address-form .form-grid .form-group label{color:#374151;font-family:Libre Bodoni,serif;font-size:.875rem;font-weight:500;margin-bottom:.25rem}.address-form-overlay .address-form .form-grid .form-group .error-message{color:#ef4444;font-size:.75rem;margin-top:.25rem;order:3;position:static}.address-form-overlay .address-form .form-grid .form-group input,.address-form-overlay .address-form .form-grid .form-group select{background-color:#fff;border:2px solid #d1d5db;border-radius:.375rem;box-sizing:border-box;color:#111827;font-size:.875rem;height:2.5rem;margin:0;order:2;padding:.625rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.address-form-overlay .address-form .form-grid .form-group input:hover:not(:disabled),.address-form-overlay .address-form .form-grid .form-group select:hover:not(:disabled){border-color:#9ca3af}.address-form-overlay .address-form .form-grid .form-group input:focus,.address-form-overlay .address-form .form-grid .form-group select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26;outline:none}.address-form-overlay .address-form .form-grid .form-group input::placeholder,.address-form-overlay .address-form .form-grid .form-group select::placeholder{color:#9ca3af}.address-form-overlay .address-form .form-grid .form-group input.error,.address-form-overlay .address-form .form-grid .form-group select.error{border-color:#ef4444}.address-form-overlay .address-form .form-grid .form-group input.error:focus,.address-form-overlay .address-form .form-grid .form-group select.error:focus{box-shadow:0 0 0 3px #ef444426}.address-form-overlay .address-form .form-grid .form-group input:disabled,.address-form-overlay .address-form .form-grid .form-group select:disabled{background-color:#f3f4f6;cursor:not-allowed}.address-form-overlay .address-form .form-grid .form-group select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.address-form-overlay .address-form .form-grid .checkbox-group .checkbox-label{align-items:center;cursor:pointer;display:flex;gap:.5rem}.address-form-overlay .address-form .form-grid .checkbox-group .checkbox-label input[type=checkbox]{border-radius:.25rem;cursor:pointer;height:1rem;margin:0;min-height:auto;padding:0;width:1rem}.address-form-overlay .address-form .form-grid .checkbox-group .checkbox-label input[type=checkbox]:checked{background-color:#2563eb;border-color:#2563eb}.address-form-overlay .address-form .form-grid .checkbox-group .checkbox-label input[type=checkbox]:focus{box-shadow:0 0 0 3px #2563eb26}.address-form-overlay .address-form .form-grid .checkbox-group .checkbox-label span{color:#374151;font-family:Libre Bodoni,serif;font-size:.875rem}.address-form-overlay .address-form .form-grid .form-actions{border-top:1px solid #e5e7eb;display:flex;gap:1rem;grid-column:1/-1;justify-content:flex-end;margin-top:.5rem;padding-top:1.5rem}@media(max-width:480px){.address-form-overlay .address-form .form-grid .form-actions{flex-direction:column-reverse}.address-form-overlay .address-form .form-grid .form-actions button{width:100%}}.address-form-overlay .address-form .form-grid .form-actions button{border-radius:.375rem;cursor:pointer;font-size:.875rem;font-weight:500;min-height:2.5rem;padding:.625rem 1.25rem;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.address-form-overlay .address-form .form-grid .form-actions button.cancel-btn{background:#fff;border:2px solid #d1d5db;color:#4b5563}.address-form-overlay .address-form .form-grid .form-actions button.cancel-btn:hover{background:#f3f4f6;border-color:#9ca3af}.address-form-overlay .address-form .form-grid .form-actions button.cancel-btn:focus{box-shadow:0 0 0 3px #2563eb26;outline:none}.address-form-overlay .address-form .form-grid .form-actions button.submit-btn{background:#2563eb;border:2px solid #2563eb;color:#fff;min-width:120px}.address-form-overlay .address-form .form-grid .form-actions button.submit-btn:hover{background:#1d4ed8;border-color:#1d4ed8}.address-form-overlay .address-form .form-grid .form-actions button.submit-btn:focus{box-shadow:0 0 0 3px #2563eb26;outline:none}.address-form-overlay .address-form .form-grid .form-actions button.submit-btn:disabled{background:#9ca3af;border-color:#9ca3af;cursor:not-allowed}.saved-addresses{grid-gap:1rem;display:grid;gap:1rem;margin-bottom:1.5rem}.saved-addresses .saved-address{border:2px solid #d1d5db;border-radius:.375rem;cursor:pointer;padding:1rem;position:relative;transition:border-color .2s ease,background-color .2s ease}.saved-addresses .saved-address:hover{background:#f8fafc;border-color:#2563eb}.saved-addresses .saved-address .address-type{color:#4b5563;font-family:Libre Bodoni,serif;font-size:.75rem;font-weight:600;margin-bottom:.5rem}.saved-addresses .saved-address .address-details .name{font-family:Libre Bodoni,serif;font-weight:500;letter-spacing:.3px;margin-bottom:.25rem}.saved-addresses .saved-address .address-details p{color:#374151;font-size:.875rem;margin:.125rem 0}.saved-addresses .saved-address .default-badge{background:#dbeafe;border-radius:.25rem;color:#1e40af;font-family:Libre Bodoni,serif;font-size:.75rem;font-weight:500;padding:.25rem .5rem;position:absolute;right:.5rem;top:.5rem}.page-wrapper{display:flex;flex-direction:column;font-family:Libre Bodoni,serif;min-height:100vh;width:100%}.product-details-page{background-color:#fff;color:#000;flex:1 1;width:100%}.product-details-page .main-content{display:flex;flex-direction:column;gap:0;width:100%}.product-details-page .product-details{display:flex;gap:30px;padding:20px;width:100%}.product-details-page .product-details .product-images{flex:1 1;max-width:50%;position:relative}.product-details-page .product-details .product-images .main-image-container{border:1px solid #e6a81733;border-radius:8px;height:600px;margin:0 auto 40px;overflow:hidden;position:relative;touch-action:pan-y pinch-zoom;width:93%}.product-details-page .product-details .product-images .main-image-container img{-webkit-user-drag:none;height:100%;object-fit:contain;object-position:center;transition:transform .3s ease-out;-webkit-user-select:none;user-select:none;width:100%}.product-details-page .product-details .product-images .main-image-container .nav-button{align-items:center;background:#fffc;border:none;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;opacity:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:40px;z-index:2}.product-details-page .product-details .product-images .main-image-container .nav-button:hover{background:#fffffff2;box-shadow:0 2px 8px #0000001a}.product-details-page .product-details .product-images .main-image-container .nav-button.prev{left:10px}.product-details-page .product-details .product-images .main-image-container .nav-button.next{right:10px}.product-details-page .product-details .product-images .main-image-container .nav-button svg{color:#e6a817;height:20px;width:20px}.product-details-page .product-details .product-images .main-image-container .pagination-dots{bottom:15px;display:flex;gap:8px;left:50%;opacity:0;position:absolute;transform:translateX(-50%);z-index:2}.product-details-page .product-details .product-images .main-image-container .pagination-dots .dot{background:#ffffff80;border:1px solid #0003;border-radius:50%;cursor:pointer;height:8px;padding:0;transition:all .3s ease;width:8px}.product-details-page .product-details .product-images .main-image-container .pagination-dots .dot.active{background:#e6a817;border-color:#e6a817;transform:scale(1.2)}.product-details-page .product-details .product-images .main-image-container:hover .nav-button,.product-details-page .product-details .product-images .main-image-container:hover .pagination-dots{opacity:1}.product-details-page .product-details .product-images .thumbnail-container{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:50px}.product-details-page .product-details .product-images .thumbnail-container .thumbnail{border:2px solid #0000;border-radius:8px;cursor:pointer;height:80px;overflow:hidden;transition:border-color .3s;width:80px}.product-details-page .product-details .product-images .thumbnail-container .thumbnail.selected{border-color:#e6a817}.product-details-page .product-details .product-images .thumbnail-container .thumbnail img{height:100%;object-fit:cover;width:100%}.product-details-page .product-details .product-info{background-color:#e6a81705;border-radius:8px;flex:1 1;padding:10px}.product-details-page .product-details .product-info h2{color:#000;font-size:24px;font-weight:600;margin-bottom:15px}.product-details-page .product-details .product-info .price-container{align-items:baseline;background-color:#fff;border-radius:8px;display:flex;flex-wrap:wrap;gap:4px;margin:2px 0;padding:8px 0}.product-details-page .product-details .product-info .price-container .original-price,.product-details-page .product-details .product-info .price-container .sale-price,.product-details-page .product-details .product-info .price-container .savings{line-height:1;margin:0}.product-details-page .product-details .product-info .price-container .sale-price{color:#000;font-size:24px;font-weight:700}.product-details-page .product-details .product-info .price-container .original-price{color:#666;font-size:14px;text-decoration:line-through}.product-details-page .product-details .product-info .price-container .savings{color:#e6a817;font-size:14px;font-weight:600}.product-details-page .product-details .product-info .price-container .price-wrapper{align-items:baseline;display:flex;flex-wrap:wrap;gap:4px;margin-right:8px}.product-details-page .product-details .product-info .price-container .tax-info{color:#666;font-size:11px;line-height:1;margin:2px 0 0;padding-left:1px;width:100%}.product-details-page .product-details .product-info .options{margin-bottom:25px}.product-details-page .product-details .product-info .options .option h3{color:#000;font-size:16px;margin-bottom:12px}.product-details-page .product-details .product-info .options .option .option-buttons{display:flex;flex-wrap:wrap;gap:12px}.product-details-page .product-details .product-info .options .option .option-buttons .option-button{background-color:#fff;border:1px solid #e6a817;border-radius:8px;color:#000;cursor:pointer;padding:10px 20px;transition:all .3s}.product-details-page .product-details .product-info .options .option .option-buttons .option-button:hover{background-color:#e6a8171a}.product-details-page .product-details .product-info .options .option .option-buttons .option-button.selected{background-color:#e6a817;color:#fff}.product-details-page .product-details .product-info .options .option .option-buttons .option-button.color-button{border-radius:50%;height:40px;padding:0;width:40px}.product-details-page .product-details .product-info .options .option .option-buttons .option-button.color-button.selected{box-shadow:0 0 0 2px #fff,0 0 0 4px #e6a817;transform:scale(1.1)}.product-details-page .product-details .product-info .quantity{margin-bottom:25px}.product-details-page .product-details .product-info .quantity h3{color:#000;font-size:16px;margin-bottom:12px}.product-details-page .product-details .product-info .quantity .quantity-selector{align-items:center;background-color:#fff;border-radius:8px;display:flex;gap:10px;padding:5px;width:fit-content}.product-details-page .product-details .product-info .quantity .quantity-selector button{background-color:#e6a817;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:18px;height:30px;transition:background-color .3s;width:30px}.product-details-page .product-details .product-info .quantity .quantity-selector button:hover{background-color:#b88612}.product-details-page .product-details .product-info .quantity .quantity-selector input{border:1px solid #e6a81733;border-radius:8px;color:#000;font-size:16px;height:30px;text-align:center;width:50px}.product-details-page .product-details .product-info .quantity .quantity-selector input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.product-details-page .product-details .product-info .stock-warning{background-color:#ff00001a;border-radius:8px;color:red;display:inline-block;font-size:14px;margin:10px 0;padding:8px 12px}.product-details-page .product-details .product-info .action-buttons{display:flex;gap:15px;margin:30px 0}.product-details-page .product-details .product-info .action-buttons .add-to-cart,.product-details-page .product-details .product-info .action-buttons .buy-now{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:16px;font-weight:600;padding:15px 30px;transition:transform .3s,box-shadow .3s}.product-details-page .product-details .product-info .action-buttons .add-to-cart:hover,.product-details-page .product-details .product-info .action-buttons .buy-now:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.product-details-page .product-details .product-info .action-buttons .add-to-cart{background-color:#e6a817;color:#fff}.product-details-page .product-details .product-info .action-buttons .add-to-cart:hover{background-color:#cf9715}.product-details-page .product-details .product-info .action-buttons .buy-now{background-color:#b88612;color:#fff}.product-details-page .product-details .product-info .action-buttons .buy-now:hover{background-color:#a07510}.product-details-page .product-details .product-info .product-about{background-color:#fff;border:1px solid #e6a81733;border-radius:8px;margin-top:30px;padding:20px}.product-details-page .product-details .product-info .product-about h3{border-bottom:2px solid #e6a8171a;color:#000;font-size:18px;font-weight:600;margin-bottom:15px;padding-bottom:10px}.product-details-page .product-details .product-info .product-about ul{list-style-type:none;margin:0;padding:0}.product-details-page .product-details .product-info .product-about ul li{color:#000;font-size:14px;line-height:1.6;margin-bottom:12px;padding-left:24px;position:relative}.product-details-page .product-details .product-info .product-about ul li:before{background-color:#e6a817;border-radius:50%;content:"";height:8px;left:0;position:absolute;top:8px;width:8px}.product-details-page .product-details .product-info .product-about ul li:last-child{margin-bottom:0}.product-details-page .description-section{background-color:#e6a81705;padding:60px 20px;width:100%}.product-details-page .description-section .description-title{color:#000;font-size:24px;font-weight:600;margin-bottom:30px;text-align:center}.product-details-page .description-section .description-images{display:flex;flex-direction:column;gap:20px;margin:0 auto;max-width:1800px}.product-details-page .description-section .description-images .description-image-wrapper{width:100%}.product-details-page .description-section .description-images .description-image-wrapper img{border-radius:8px;display:block;height:auto;width:100%}.star-rating{align-items:center;background-color:#fff;border-radius:8px;display:flex;width:fit-content}.star-rating .star{color:#ddd;font-size:18px;margin-right:2px}.star-rating .star.filled{color:#e6a817}.star-rating .rating-value{color:#666;font-size:14px;font-weight:500;margin-left:8px}.delivery-estimation{background-color:#fff;border:1px solid #e6a81733;border-radius:8px;box-shadow:0 2px 8px #0000000d;margin:25px 0;padding:20px}.delivery-estimation .delivery-header{align-items:center;border-bottom:1px solid #e6a8171a;display:flex;gap:15px;margin-bottom:20px;padding-bottom:15px}.delivery-estimation .delivery-header .icon-container{align-items:center;background-color:#e6a8171a;border-radius:50%;display:flex;height:40px;justify-content:center;min-width:40px}.delivery-estimation .delivery-header .icon-container .truck-icon{color:#e6a817;font-size:20px}.delivery-estimation .delivery-header .header-text h3{color:#000;font-size:18px;font-weight:600;margin:0 0 4px}.delivery-estimation .delivery-header .header-text p{color:#666;font-size:14px;margin:0}.delivery-estimation .delivery-content .pincode-input-container{margin-bottom:15px;position:relative;width:300px}.delivery-estimation .delivery-content .pincode-input-container input{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;border:2px solid #e6a81733;border-radius:8px;font-size:20px;max-width:200px;min-width:160px;padding:12px 110px 12px 15px;width:100%}.delivery-estimation .delivery-content .pincode-input-container input:focus{border-color:#e6a817;box-shadow:0 0 0 3px #e6a8171a;outline:none}.delivery-estimation .delivery-content .pincode-input-container input::placeholder{color:#666}.delivery-estimation .delivery-content .pincode-input-container input.error{border-color:red;transition:border-color .3s,box-shadow .3s}.delivery-estimation .delivery-content .pincode-input-container .check-button{border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;padding:8px 20px;position:absolute;right:5px;top:50%;transform:translateY(-50%);transition:all .3s}.delivery-estimation .delivery-content .pincode-input-container .check-button:not(:disabled){background-color:#e6a817;color:#fff}.delivery-estimation .delivery-content .pincode-input-container .check-button:not(:disabled):hover{background-color:#cf9715}.delivery-estimation .delivery-content .pincode-input-container .check-button:disabled{background-color:#e6a8171a;color:#666;cursor:not-allowed}.delivery-estimation .delivery-content .pincode-input-container .check-button .loading-state{align-items:center;display:flex;gap:8px}.delivery-estimation .delivery-content .pincode-input-container .check-button .loading-state .spinner{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}.delivery-estimation .delivery-content .error-message{color:red;font-size:14px;margin-top:8px}.delivery-estimation .delivery-content .delivery-info{border-radius:8px;margin-top:15px;padding:15px;transition:all .3s}.delivery-estimation .delivery-content .delivery-info.available{background-color:#e6a8170d;border:1px solid #e6a8171a}.delivery-estimation .delivery-content .delivery-info.unavailable{background-color:#ff00000d;border:1px solid #ff00001a}.delivery-estimation .delivery-content .delivery-info .info-content .status-indicator{align-items:center;display:flex;gap:10px;margin-bottom:10px}.delivery-estimation .delivery-content .delivery-info .info-content .status-indicator .status-dot{background-color:#e6a817;border-radius:50%;height:8px;width:8px}.unavailable .delivery-estimation .delivery-content .delivery-info .info-content .status-indicator .status-dot{background-color:red}.delivery-estimation .delivery-content .delivery-info .info-content .status-indicator .status-text{color:#e6a817;font-weight:600}.unavailable .delivery-estimation .delivery-content .delivery-info .info-content .status-indicator .status-text{color:red}.delivery-estimation .delivery-content .delivery-info .info-content .delivery-details{border-left:2px solid #e6a81733;margin-left:18px;padding-left:15px}.delivery-estimation .delivery-content .delivery-info .info-content .delivery-details .estimation{color:#000;font-size:14px;margin:0 0 4px}.delivery-estimation .delivery-content .delivery-info .info-content .delivery-details .estimation span{color:#e6a817;font-weight:600}.delivery-estimation .delivery-content .delivery-info .info-content .delivery-details .expected-date{color:#666;font-size:13px;margin:0}.delivery-estimation .delivery-content .delivery-info .info-content .delivery-details .shipping-cost{color:#000;font-size:13px;font-weight:500;margin:4px 0 0}@media(max-width:768px){.delivery-estimation{padding:15px}.delivery-estimation .delivery-content .pincode-input-container{width:100%}.delivery-estimation .delivery-content .pincode-input-container input{max-width:180px}.delivery-estimation .delivery-content .pincode-input-container .check-button{padding:6px 15px}}@media(max-width:480px){.delivery-estimation{margin:12px 0;padding:12px}.delivery-estimation .delivery-header{gap:10px}.delivery-estimation .delivery-header .icon-container{height:32px;min-width:32px}.delivery-estimation .delivery-header .header-text h3,.delivery-estimation .delivery-header .icon-container .truck-icon{font-size:16px}.delivery-estimation .delivery-header .header-text p{font-size:12px}.delivery-estimation .delivery-content .pincode-input-container input{font-size:14px;max-width:160px;padding:10px 90px 10px 12px}.delivery-estimation .delivery-content .pincode-input-container .check-button{font-size:13px;padding:6px 12px}.delivery-estimation .delivery-content .pincode-input-container .check-button .loading-state .spinner{height:14px;width:14px}.delivery-estimation .delivery-content .delivery-info{padding:12px}.delivery-estimation .delivery-content .delivery-info .info-content .status-indicator .status-text{font-size:14px}.delivery-estimation .delivery-content .delivery-info .info-content .delivery-details{margin-left:15px;padding-left:12px}.delivery-estimation .delivery-content .delivery-info .info-content .delivery-details .estimation{font-size:13px}.delivery-estimation .delivery-content .delivery-info .info-content .delivery-details .expected-date,.delivery-estimation .delivery-content .delivery-info .info-content .delivery-details .shipping-cost{font-size:12px}}.error,.loading,.not-found{align-items:center;background-color:#e6a8170d;border-radius:8px;color:#e6a817;display:flex;font-size:18px;height:50vh;justify-content:center;margin:20px 0;padding:20px;text-align:center;width:100%}.loading:after{animation:dots 1.4s infinite;content:"..."}@keyframes dots{0%,20%{content:"."}40%{content:".."}60%{content:"..."}80%,to{content:"...."}}@media(max-width:1200px){.product-details-page .product-details{gap:30px}}@media(max-width:992px){.product-details-page .product-details .product-images{max-width:45%}.product-details-page .product-details .product-images .main-image-container{height:500px}.product-details-page .delivery-estimation .delivery-content .pincode-input-container input{width:40%}}.service-benefits{background-color:#e6a81705;border:1px solid #e6a8171a;border-radius:8px;display:flex;gap:15px;justify-content:space-between;margin:20px 0;padding:20px}.service-benefits .benefit-item{align-items:center;display:flex;flex:1 1;gap:12px;padding:10px}.service-benefits .benefit-item .benefit-icon{align-items:center;background-color:#e6a8171a;border-radius:50%;display:flex;height:40px;justify-content:center;width:40px}.service-benefits .benefit-item .benefit-icon svg{color:#e6a817;font-size:20px}.service-benefits .benefit-item .benefit-text{display:flex;flex-direction:column}.service-benefits .benefit-item .benefit-text .benefit-title{color:#000;font-size:14px;font-weight:600}.service-benefits .benefit-item .benefit-text .benefit-subtitle{color:#666;font-size:12px}@media(max-width:768px){.service-benefits{gap:10px;padding:15px}.service-benefits .benefit-item{gap:8px;padding:8px}.service-benefits .benefit-item .benefit-icon{height:32px;width:32px}.service-benefits .benefit-item .benefit-icon svg{font-size:16px}.service-benefits .benefit-item .benefit-text .benefit-title{font-size:13px}.service-benefits .benefit-item .benefit-text .benefit-subtitle{font-size:11px}.product-details-page .product-details{flex-direction:column;padding:15px}.product-details-page .product-details .product-images{max-width:100%;order:1}.product-details-page .product-details .product-images .main-image-container{height:400px;margin-bottom:10px}.product-details-page .product-details .product-images .thumbnail-container{justify-content:center;margin-bottom:15px}.product-details-page .product-details .product-info{order:2;padding:10px}.product-details-page .product-details .product-info h1{margin-bottom:10px;margin-top:0}.product-details-page .product-details .product-info .price-container{flex-wrap:wrap;gap:6px}.product-details-page .product-details .product-info .action-buttons{flex-direction:column}.product-details-page .description-section{padding:10px 15px}.product-details-page .description-section .description-images{gap:10px;grid-template-columns:1fr}.product-details-page .delivery-estimation .delivery-content .pincode-input-container input{padding-right:10px;width:40%}}@media(max-width:480px){.service-benefits{flex-direction:column;padding:12px}.service-benefits .benefit-item{padding:6px}.service-benefits .benefit-item .benefit-icon{height:28px;width:28px}.service-benefits .benefit-item .benefit-icon svg{font-size:14px}.service-benefits .benefit-item .benefit-text .benefit-title{font-size:12px}.service-benefits .benefit-item .benefit-text .benefit-subtitle{font-size:10px}.product-details-page .product-details{padding:10px}.product-details-page .product-details .product-images .main-image-container{height:380px}.product-details-page .product-details .product-images .thumbnail-container .thumbnail{height:50px;width:40px}.product-details-page .product-details .product-info{padding:10px}.product-details-page .product-details .product-info h1{font-size:20px}.product-details-page .product-details .product-info .price-container .sale-price{font-size:24px}.product-details-page .product-details .product-info .options .option-buttons{gap:8px}.product-details-page .description-section{padding:10px}.product-details-page .description-section .description-title{font-size:20px;margin-bottom:20px}.delivery-estimation{margin:15px 0;padding:15px}.delivery-estimation .delivery-header{gap:10px}.delivery-estimation .delivery-header .icon-container{height:32px;min-width:32px}.delivery-estimation .delivery-header .header-text h3,.delivery-estimation .delivery-header .icon-container .truck-icon{font-size:16px}.delivery-estimation .delivery-header .header-text p{font-size:12px}.delivery-estimation .delivery-content .pincode-input-container{margin-bottom:15px;max-width:400px;position:relative}.delivery-estimation .delivery-content .pincode-input-container input{font-size:14px;padding:10px 90px 10px 12px}.delivery-estimation .delivery-content .pincode-input-container .check-button{font-size:13px;padding:6px 12px}.delivery-estimation .delivery-content .pincode-input-container .check-button .loading-state .spinner{height:14px;width:14px}.delivery-estimation .delivery-content .delivery-info{padding:12px}.delivery-estimation .delivery-content .delivery-info .info-content .status-indicator .status-text{font-size:14px}.delivery-estimation .delivery-content .delivery-info .info-content .delivery-details{margin-left:15px;padding-left:12px}.delivery-estimation .delivery-content .delivery-info .info-content .delivery-details .estimation{font-size:13px}.delivery-estimation .delivery-content .delivery-info .info-content .delivery-details .expected-date,.delivery-estimation .delivery-content .delivery-info .info-content .delivery-details .shipping-cost{font-size:12px}.star-rating .star{font-size:16px}.star-rating .rating-value{font-size:12px}}@media(min-width:1400px){.product-details-page .product-details{gap:60px;padding:40px}.product-details-page .product-details .product-images .main-image-container{height:700px}.product-details-page .description-section{padding:80px 40px}.product-details-page .description-section .description-images{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}}@keyframes rotateIn{0%{opacity:0;transform:rotate(-180deg)}to{opacity:1;transform:rotate(0)}}@keyframes rotateOut{0%{opacity:1;transform:rotate(0)}to{opacity:0;transform:rotate(180deg)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0;visibility:hidden}}@keyframes zoomIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes unfold{0%{opacity:0;transform:perspective(500px) rotateY(90deg) scale(.5)}50%{opacity:.5;transform:perspective(500px) rotateY(45deg) scale(.75)}to{opacity:1;transform:perspective(500px) rotateY(0deg) scale(1)}}@keyframes bounce{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.intro-overlay{align-items:center;animation:fadeOut .5s ease-out 2.5s forwards;background-color:#fff;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.intro-logo{animation:zoomIn 2s ease-out;height:auto;width:200px}.intro-logo,.navbar{font-family:Libre Bodoni,serif}.navbar{background-color:#fff;box-shadow:0 2px 4px #54c5cb1a;margin:0;position:sticky;top:0;width:100%;z-index:1000}.navbar.hidden{opacity:0;transition:opacity .5s ease-out}.navbar__container{align-items:center;display:flex;height:70px;margin:0 auto;max-width:1200px;padding:0 1rem;position:relative;width:90%}@media(max-width:767px){.navbar__container{height:60px;justify-content:space-between;padding:0 .75rem}}.navbar .animated-banner{position:sticky;top:0;width:100%;z-index:1001}.navbar__logo{font-family:Libre Bodoni,serif;margin-left:1rem}@media(max-width:767px){.navbar__logo{left:50%;margin:0;position:absolute;transform:translateX(-50%)}}.navbar__logo-img{height:50px;width:auto}@media(max-width:767px){.navbar__logo-img{height:40px}}.navbar__logo.animated-logo{animation:unfold 1.5s ease-out}.navbar__sidebar-toggle{align-items:center;background:#0000;border:none;border-radius:.5rem;cursor:pointer;display:flex;justify-content:center;margin-right:.5rem;padding:.75rem;transition:all .2s ease}@media(max-width:767px){.navbar__sidebar-toggle{margin-right:0;padding:.5rem}}.navbar__sidebar-toggle:hover{background-color:#e5f6f7}.navbar__sidebar-toggle .icon-container{align-items:center;display:flex;justify-content:center}.navbar__sidebar-toggle .icon-container svg{color:#e6a817!important;height:24px;transition:all .2s ease-in-out;width:24px}.navbar__sidebar-toggle .icon-container svg.rotating-enter{animation:rotateIn .2s ease-in-out}.navbar__sidebar-toggle .icon-container svg.rotating-exit{animation:rotateOut .2s ease-in-out}.navbar__sidebar-toggle:hover .icon-container svg{color:#b88612!important}.navbar__user-btn:hover{background-color:#e5f6f7;color:#b88612}.navbar__links{align-items:center;display:flex;gap:1rem;margin-left:auto}@media(max-width:767px){.navbar__links{display:none}}.navbar__link{color:#c48a00;font-family:Libre Bodoni,serif;font-size:.9375rem;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.navbar__link:hover{color:#e6a817}.navbar__actions{align-items:center;display:flex;gap:.75rem;margin-left:1rem}@media(max-width:767px){.navbar__actions{gap:.5rem;margin-left:auto}}.navbar__action-btn,.navbar__menu-btn{align-items:center;background:none;border:none;color:#e6a817;cursor:pointer;display:flex;font-family:Libre Bodoni,serif;justify-content:center;padding:.5rem;position:relative;transition:all .3s ease}@media(max-width:767px){.navbar__action-btn,.navbar__menu-btn{padding:.35rem}}.navbar__action-btn:hover,.navbar__menu-btn:hover{background-color:#e5f6f7;border-radius:.375rem;color:#b88612}.navbar__action-btn .navbar__cart-icon-svg,.navbar__action-btn .navbar__icon,.navbar__action-btn .navbar__user-icon-svg,.navbar__menu-btn .navbar__cart-icon-svg,.navbar__menu-btn .navbar__icon,.navbar__menu-btn .navbar__user-icon-svg{fill:currentColor;height:22px;width:22px}@media(max-width:767px){.navbar__action-btn .navbar__cart-icon-svg,.navbar__action-btn .navbar__icon,.navbar__action-btn .navbar__user-icon-svg,.navbar__menu-btn .navbar__cart-icon-svg,.navbar__menu-btn .navbar__icon,.navbar__menu-btn .navbar__user-icon-svg{height:20px;width:20px}}.navbar__menu-btn{display:none}@media(max-width:767px){.navbar__menu-btn{display:flex}}.navbar--mobile .navbar__container{justify-content:space-between}.navbar--mobile .navbar__left{align-items:center;display:flex}.navbar--mobile .navbar__actions--mobile{align-items:center;display:flex;gap:.5rem}.navbar__mobile-menu{background-color:#fff;bottom:0;box-shadow:-2px 0 4px #54c5cb1a;font-family:Libre Bodoni,serif;max-width:300px;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s ease;visibility:hidden;width:100%;z-index:1001}.navbar__mobile-menu.is-open{transform:translateX(0);visibility:visible}.navbar__mobile-menu-overlay{background-color:#00000080;bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .3s ease;visibility:hidden;z-index:1000}.is-open .navbar__mobile-menu-overlay{opacity:1;visibility:visible}.navbar__mobile-menu-content{height:100%;overflow-y:auto;padding:2rem 1.5rem}.navbar__mobile-menu__user-avatar{align-items:center;background-color:#e6a817;border-radius:50%;color:#fff;display:flex;font-family:Libre Bodoni,serif;font-size:14px;font-weight:700;height:32px;justify-content:center;width:32px}.navbar__mobile-menu__user-menu{background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;font-family:Libre Bodoni,serif;min-width:200px;padding:12px}.navbar__mobile-menu__user-menu-container{position:absolute;right:16px;top:60px;z-index:1000}.navbar__mobile-menu__user-info{border-bottom:1px solid #eee;margin-bottom:8px;padding:8px 4px}.navbar__mobile-menu__user-mobile{color:#e6a817;font-weight:500}.navbar__mobile-menu__menu-item{background:none;border:none;border-radius:4px;color:#333;cursor:pointer;font-family:Libre Bodoni,serif;font-size:14px;padding:8px 12px;text-align:left;transition:background-color .2s;width:100%}.navbar__mobile-menu__menu-item:hover{background-color:#f5f5f5;color:#e6a817}.navbar__mobile-menu-close{align-items:center;background:none;border:none;border-radius:.375rem;color:#e6a817;cursor:pointer;display:flex;font-family:Libre Bodoni,serif;justify-content:center;padding:.5rem;position:absolute;right:1rem;top:1rem;transition:all .3s ease}.navbar__mobile-menu-close:hover{background-color:#e5f6f7;color:#b88612}.navbar__mobile-menu-links{display:flex;flex-direction:column;gap:.75rem;margin-top:3rem}.navbar__mobile-menu-link{align-items:center;background:none;border:none;border-radius:.5rem;color:#c48a00;cursor:pointer;display:flex;font-family:Libre Bodoni,serif;font-size:1rem;padding:.875rem;text-align:left;transition:all .3s ease;width:100%}.navbar__mobile-menu-link:hover{background-color:#e5f6f7;color:#e6a817}.navbar__mobile-menu-link .navbar__mobile-menu-icon{fill:currentColor;height:20px;margin-right:1rem;width:20px}.cart-count{align-items:center;background-color:#e6a817;border-radius:50%;box-shadow:0 1px 2px #0000001a;color:#fff;display:flex;font-family:Libre Bodoni,serif;font-size:.75rem;font-weight:600;height:18px;justify-content:center;position:absolute;right:-6px;top:-6px;width:18px}.cart-count.animate{animation:bounce .3s ease}.navbar__cart-icon-svg,.navbar__icon,.navbar__user-icon-svg{fill:#e6a817;height:22px;transition:all .3s ease;width:22px}@media(max-width:767px){.navbar__cart-icon-svg,.navbar__icon,.navbar__user-icon-svg{height:20px;width:20px}}.navbar__cart-icon-svg:hover,.navbar__icon:hover,.navbar__user-icon-svg:hover{fill:#b88612}.MuiSvgIcon-root{color:#e6a817!important;transition:all .3s ease!important}.MuiSvgIcon-root:hover{color:#b88612!important}.announcement-strip{background-color:#3a3a3a;color:#fff;font-family:Libre Bodoni,serif;font-size:14px;padding:6px 1rem;position:relative;text-align:center;top:0;width:85%;z-index:1001}.navbar--mobile{position:sticky;top:0}.navbar--mobile .navbar__container{height:70px}.cart-sidebar-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#00000080;bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .3s ease;z-index:1002}.cart-sidebar-overlay.visible{opacity:1}.cart-sidebar{background-color:#fff;box-shadow:-2px 0 10px #0000001a;display:flex;flex-direction:column;font-family:Libre Bodoni,sans-serif;height:100%;height:-webkit-fill-available;max-height:-webkit-fill-available;max-width:400px;overflow:hidden;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s ease;width:100%;z-index:1003}.cart-sidebar.slide{transform:translateX(0)}@supports(-webkit-touch-callout:none){.cart-sidebar{padding-bottom:env(safe-area-inset-bottom)}}@media screen and (max-width:480px){.cart-sidebar{font-size:14px;max-width:100%}}@media screen and (max-width:320px){.cart-sidebar{font-size:13px}}.cart-sidebar.open{transform:translateX(0)}.cart-sidebar .cart-sidebar-header{align-items:center;background-color:#e6a817;color:#fff;display:flex;justify-content:space-between;min-height:60px;padding:1rem}@media screen and (max-width:480px){.cart-sidebar .cart-sidebar-header{min-height:50px;padding:.75rem}}@media screen and (max-width:320px){.cart-sidebar .cart-sidebar-header{min-height:45px;padding:.5rem}}.cart-sidebar .cart-sidebar-header h2{font-size:1.5rem;font-weight:600;margin:0}@media screen and (max-width:480px){.cart-sidebar .cart-sidebar-header h2{font-size:1.25rem}}@media screen and (max-width:320px){.cart-sidebar .cart-sidebar-header h2{font-size:1.125rem}}.cart-sidebar .cart-sidebar-header .close-btn{background:none;border:none;color:#fff;cursor:pointer;font-size:1.5rem;margin:-.5rem;padding:.5rem}@media screen and (max-width:480px){.cart-sidebar .cart-sidebar-header .close-btn{font-size:1.25rem}}.cart-sidebar .cart-sidebar-items{-webkit-overflow-scrolling:touch;flex:1 1;overflow-y:auto;padding:1rem 1rem calc(1rem + env(safe-area-inset-bottom))}@media screen and (max-width:480px){.cart-sidebar .cart-sidebar-items{padding:.75rem}}@media screen and (max-width:320px){.cart-sidebar .cart-sidebar-items{padding:.5rem}}.cart-sidebar .cart-sidebar-items .empty-cart{align-items:center;color:#8b5a2b;display:flex;flex-direction:column;height:100%;justify-content:center;min-height:200px;padding:2rem;text-align:center}.cart-sidebar .cart-sidebar-items .empty-cart .cart-icon{font-size:3rem;margin-bottom:1rem}@media screen and (max-width:480px){.cart-sidebar .cart-sidebar-items .empty-cart .cart-icon{font-size:2.5rem}}.cart-sidebar .cart-sidebar-items .empty-cart p{font-size:1.125rem;margin:0}@media screen and (max-width:480px){.cart-sidebar .cart-sidebar-items .empty-cart p{font-size:1rem}}.cart-sidebar .cart-sidebar-items .cart-item{align-items:center;border-bottom:1px solid #e8d5b0;display:flex;gap:.75rem;padding:.75rem}@media screen and (max-width:480px){.cart-sidebar .cart-sidebar-items .cart-item{gap:.5rem;padding:.5rem}}.cart-sidebar .cart-sidebar-items .cart-item .item-image{background-color:#f9f3e3;border-radius:4px;height:60px;object-fit:cover;width:60px}@media screen and (max-width:480px){.cart-sidebar .cart-sidebar-items .cart-item .item-image{height:50px;width:50px}}@media screen and (max-width:320px){.cart-sidebar .cart-sidebar-items .cart-item .item-image{height:45px;width:45px}}.cart-sidebar .cart-sidebar-items .cart-item .item-details{flex:1 1;min-width:0}.cart-sidebar .cart-sidebar-items .cart-item .item-details h3{color:#8b5a2b;font-size:.875rem;font-weight:500;margin:0 0 .25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width:480px){.cart-sidebar .cart-sidebar-items .cart-item .item-details h3{font-size:.8125rem}}.cart-sidebar .cart-sidebar-items .cart-item .item-details .variation-name{color:#8b5a2b;font-size:.75rem;margin-bottom:.25rem}@media screen and (max-width:480px){.cart-sidebar .cart-sidebar-items .cart-item .item-details .variation-name{font-size:.6875rem}}.cart-sidebar .cart-sidebar-items .cart-item .item-details .item-price{color:#e6a817;font-weight:600;margin:.25rem 0}.cart-sidebar .cart-sidebar-items .cart-item .item-details .quantity-control{align-items:center;display:flex;gap:.5rem;margin-top:.25rem}.cart-sidebar .cart-sidebar-items .cart-item .item-details .quantity-control button{align-items:center;background-color:#f9f3e3;border:none;border-radius:4px;cursor:pointer;display:flex;height:24px;justify-content:center;width:24px}@media screen and (max-width:480px){.cart-sidebar .cart-sidebar-items .cart-item .item-details .quantity-control button{height:22px;width:22px}}@media screen and (max-width:320px){.cart-sidebar .cart-sidebar-items .cart-item .item-details .quantity-control button{height:20px;width:20px}}.cart-sidebar .cart-sidebar-items .cart-item .item-details .quantity-control button:hover{background-color:#f5eace}.cart-sidebar .cart-sidebar-items .cart-item .item-details .quantity-control span{font-weight:500;min-width:20px;text-align:center}.cart-sidebar .cart-sidebar-items .cart-item .remove-btn{background:none;border:none;color:#8b5a2b;cursor:pointer;margin:-.5rem;opacity:.7;padding:.5rem}.cart-sidebar .cart-sidebar-items .cart-item .remove-btn:hover{opacity:1}.cart-sidebar .cart-sidebar-coupons{border-top:1px solid #e8d5b0;padding:1rem}@media screen and (max-width:480px){.cart-sidebar .cart-sidebar-coupons{padding:.75rem}}@media screen and (max-width:320px){.cart-sidebar .cart-sidebar-coupons{padding:.5rem}}.cart-sidebar .cart-sidebar-coupons .coupon-section-toggle{background:none;border:none;border-radius:4px;cursor:pointer;padding:.75rem;text-align:left;transition:background-color .2s ease;width:100%}.cart-sidebar .cart-sidebar-coupons .coupon-section-toggle:hover{background-color:#f9d27d1a}.cart-sidebar .cart-sidebar-coupons .coupon-section-toggle .applied-tag{background-color:#f9d27d;border-radius:12px;color:#e6a817;font-size:.75rem;margin-left:.5rem;padding:.25rem .5rem}.cart-sidebar .cart-sidebar-coupons .coupon-section-toggle .toggle-icon{display:inline-block;font-size:1.5rem;font-weight:500;height:24px;line-height:24px;text-align:center;transition:transform .3s ease;width:24px}.cart-sidebar .cart-sidebar-coupons .coupon-section-toggle .toggle-icon.open{transform:rotate(180deg)}.cart-sidebar .cart-sidebar-coupons .coupon-content{max-height:0;opacity:0;overflow:hidden;transition:max-height .3s ease-out}.cart-sidebar .cart-sidebar-coupons .coupon-content.open{max-height:500px;opacity:1;transition:max-height .3s ease-in,opacity .3s ease-in}.cart-sidebar .cart-sidebar-coupons .coupon-content .available-coupons{margin-top:1rem}.cart-sidebar .cart-sidebar-coupons .coupon-content .available-coupons h3{color:#8b5a2b;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.cart-sidebar .cart-sidebar-coupons .coupon-content .coupon-grid{grid-gap:.5rem;display:grid;gap:.5rem;margin-bottom:1rem}.cart-sidebar .cart-sidebar-coupons .coupon-content .coupon-btn{align-items:center;background-color:#f9f3e3;border:1px solid #e8d5b0;border-radius:4px;cursor:pointer;display:flex;justify-content:space-between;padding:.75rem;width:100%}@media screen and (max-width:480px){.cart-sidebar .cart-sidebar-coupons .coupon-content .coupon-btn{padding:.625rem}}.cart-sidebar .cart-sidebar-coupons .coupon-content .coupon-btn.active{background-color:#f9d27d33;border-color:#e6a817}.cart-sidebar .cart-sidebar-coupons .coupon-content .coupon-btn .coupon-code{font-size:.875rem;font-weight:500}.cart-sidebar .cart-sidebar-coupons .coupon-content .coupon-btn .coupon-discount{color:#c48a00;font-size:.75rem}.cart-sidebar .cart-sidebar-coupons .custom-coupon-section{border-top:1px solid #e8d5b0;margin-top:1rem;padding-top:1rem}.cart-sidebar .cart-sidebar-coupons .custom-coupon-section h3{color:#8b5a2b;font-size:.875rem;margin-bottom:.5rem}.cart-sidebar .cart-sidebar-coupons .custom-coupon-section .coupon-form{display:flex;gap:.5rem}@media screen and (max-width:480px){.cart-sidebar .cart-sidebar-coupons .custom-coupon-section .coupon-form{gap:.375rem}}.cart-sidebar .cart-sidebar-coupons .custom-coupon-section .coupon-form .coupon-input{border:1px solid #e8d5b0;border-radius:4px;flex:1 1;font-size:16px;padding:.625rem}@media screen and (max-width:480px){.cart-sidebar .cart-sidebar-coupons .custom-coupon-section .coupon-form .coupon-input{font-size:16px;padding:.5rem}}.cart-sidebar .cart-sidebar-coupons .custom-coupon-section .coupon-form .apply-btn{background-color:#e6a817;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.875rem;padding:.625rem 1rem;white-space:nowrap}@media screen and (max-width:480px){.cart-sidebar .cart-sidebar-coupons .custom-coupon-section .coupon-form .apply-btn{padding:.5rem .75rem}}.cart-sidebar .cart-sidebar-coupons .custom-coupon-section .coupon-form .apply-btn:hover{background-color:#cf9715}.cart-sidebar .cart-sidebar-coupons .applied-coupon{align-items:center;background-color:#22c55e1a;border-radius:4px;display:flex;justify-content:space-between;margin-top:1rem;padding:.75rem}@media screen and (max-width:480px){.cart-sidebar .cart-sidebar-coupons .applied-coupon{margin-top:.75rem;padding:.625rem}}.cart-sidebar .cart-sidebar-coupons .applied-coupon .coupon-info{align-items:center;display:flex;gap:.75rem}@media screen and (max-width:480px){.cart-sidebar .cart-sidebar-coupons .applied-coupon .coupon-info{gap:.5rem}}.cart-sidebar .cart-sidebar-coupons .applied-coupon .coupon-info .coupon-label{font-size:.875rem;font-weight:500}.cart-sidebar .cart-sidebar-coupons .applied-coupon .coupon-info .discount-amount{color:#22c55e;font-size:.75rem}.cart-sidebar .cart-sidebar-coupons .applied-coupon .remove-coupon-btn{background:none;border:none;color:#ef4444;cursor:pointer;font-size:1rem;opacity:.7;padding:.25rem}.cart-sidebar .cart-sidebar-coupons .applied-coupon .remove-coupon-btn:hover{opacity:1}.cart-sidebar .cart-sidebar-footer{background-color:#fff;border-top:1px solid #e0e0e0;bottom:0;margin-bottom:env(safe-area-inset-bottom);padding:1rem 1rem calc(1rem + env(safe-area-inset-bottom));position:sticky}@media screen and (max-width:480px){.cart-sidebar .cart-sidebar-footer{padding:.75rem}}@media screen and (max-width:320px){.cart-sidebar .cart-sidebar-footer{padding:.625rem}}.cart-sidebar .cart-sidebar-footer .discount,.cart-sidebar .cart-sidebar-footer .subtotal,.cart-sidebar .cart-sidebar-footer .total{display:flex;justify-content:space-between;margin-bottom:.5rem}@media screen and (max-width:480px){.cart-sidebar .cart-sidebar-footer .discount,.cart-sidebar .cart-sidebar-footer .subtotal,.cart-sidebar .cart-sidebar-footer .total{margin-bottom:.375rem}}.cart-sidebar .cart-sidebar-footer .discount{color:#22c55e}.cart-sidebar .cart-sidebar-footer .total{font-size:1.125rem;font-weight:600;margin:.5rem 0}@media screen and (max-width:480px){.cart-sidebar .cart-sidebar-footer .total{font-size:1rem}}.cart-sidebar .cart-sidebar-footer .checkout-btn{background-color:#e6a817;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.875rem;transition:background-color .2s ease;width:100%}@media screen and (max-width:480px){.cart-sidebar .cart-sidebar-footer .checkout-btn{font-size:.9375rem;padding:.75rem}}.cart-sidebar .cart-sidebar-footer .checkout-btn:hover:not(:disabled){background-color:#cf9715}.cart-sidebar .cart-sidebar-footer .checkout-btn:disabled{background-color:#f9f3e3;cursor:not-allowed}@supports(-webkit-touch-callout:none){.cart-sidebar .cart-sidebar{height:100vh;height:-webkit-fill-available}}@keyframes slideOut{0%{transform:translateX(0)}to{transform:translateX(100%)}}.cart-open{overflow:hidden}.cart-open .cart-sidebar-overlay{animation:fadeIn .3s ease}.cart-open .cart-sidebar{transform:translateX(100%);transition:transform .3s ease}.cart-open .cart-sidebar.open{animation:slideIn .3s ease forwards;transform:translateX(0)}.cart-open .cart-sidebar.closing{animation:slideOut .3s ease forwards}.review-slider{margin:0 auto;max-width:32rem;width:100%}@media(min-width:768px){.review-slider{max-width:64rem}}.review-slider__container{background-color:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden}.review-slider__content{padding:2rem;position:relative}.review-slider__reviews-wrapper{display:flex;gap:2rem}.review-slider__reviews-wrapper--desktop{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.review-slider__loading{align-items:center;display:flex;height:12rem;justify-content:center}.review-slider__loading .spinner{animation:spin 1s linear infinite;border:2px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:2rem;width:2rem}.review-slider__error{color:#ef4444;padding:1rem;text-align:center}.review-slider__empty{color:#6b7280;padding:1rem;text-align:center}.review-slider__nav{background-color:#fff;border:none;border-radius:9999px;box-shadow:0 1px 3px #0000001a;cursor:pointer;padding:.5rem;position:absolute;top:50%;transform:translateY(-50%);transition:background-color .2s ease;z-index:10}.review-slider__nav:hover{background-color:#f9fafb}.review-slider__nav svg{color:#4b5563;height:1.5rem;width:1.5rem}.review-slider__nav--prev{left:0;transform:translate(-1rem,-50%)}.review-slider__nav--next{right:0;transform:translate(1rem,-50%)}.review-slider__review{align-items:center;display:flex;flex-direction:column;gap:1rem;padding:0 2rem}.review-slider__user{align-items:center;display:flex;gap:.5rem}.review-slider__avatar{background-color:#f3f4f6;border-radius:9999px;padding:.5rem}.review-slider__avatar svg{color:#4b5563;height:1.5rem;width:1.5rem}.review-slider__username{color:#111827;font-weight:500}.review-slider__rating{display:flex;gap:.25rem}.review-slider__rating .star-filled{fill:#fbbf24;color:#fbbf24}.review-slider__rating .star-empty{color:#d1d5db}.review-slider__verified{color:#6b7280;font-size:.875rem}.review-slider__comment{color:#374151;line-height:1.625;margin:0;text-align:center}.review-slider__image{margin-top:1rem}.review-slider__image img{border-radius:.5rem;max-height:12rem;object-fit:cover}.review-slider__date{color:#6b7280;font-size:.875rem}.review-slider__dots{display:flex;gap:.5rem;justify-content:center;padding:1.5rem}.review-slider__dot{background-color:#d1d5db;border:none;border-radius:9999px;cursor:pointer;height:.5rem;padding:0;transition:background-color .2s ease;width:.5rem}.review-slider__dot--active{background-color:#2563eb}.review-slider__view-all{background-color:#2563eb;border:none;border-radius:9999px;color:#fff;cursor:pointer;display:block;font-weight:500;margin:2rem auto 0;padding:.75rem 1.5rem;transition:background-color .2s ease}.review-slider__view-all:hover{background-color:#1d4ed8}.review-slider__modal{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:50}.review-slider__modal-content{background-color:#fff;border-radius:1rem;max-height:90vh;max-width:64rem;overflow-y:auto;padding:2rem;position:relative;width:100%}.review-slider__modal-content h2{color:#111827;font-size:1.5rem;font-weight:600;margin-bottom:2rem}.review-slider__modal-close{background:none;border:none;cursor:pointer;padding:.5rem;position:absolute;right:1rem;top:1rem}.review-slider__modal-close svg{color:#6b7280;height:1.5rem;width:1.5rem}.review-slider__modal-close:hover svg{color:#374151}.review-slider__modal-reviews{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}body,html{height:100%;width:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:initial;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{font-weight:500;margin-bottom:.5em;margin-top:0}p{margin-bottom:1em;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-bottom:1em;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-bottom:1em;margin-top:0;overflow:auto}figure{margin:0 0 1em}img{border-style:none;vertical-align:middle}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{caption-side:bottom;padding-bottom:.3em;padding-top:.75em;text-align:left}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5em;line-height:inherit;margin-bottom:.5em;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:initial}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{background-color:#feffe6;padding:.2em}.orders-dashboard{font-family:Libre Bodoni,serif;margin:0 auto;max-width:1200px;padding:2rem}@media(max-width:1024px){.orders-dashboard{padding:1rem}}@media(max-width:640px){.orders-dashboard{padding:.5rem}}.orders-dashboard .dashboard-header{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(180deg,#fff 0,#fffffff2);margin-bottom:2rem;padding:1rem 0 2rem;position:sticky;top:0;z-index:10}@media(max-width:640px){.orders-dashboard .dashboard-header{margin-bottom:1rem;padding:.75rem 0 1.5rem}}.orders-dashboard .dashboard-header .header-content{align-items:center;display:flex;gap:2rem;justify-content:space-between}@media(max-width:768px){.orders-dashboard .dashboard-header .header-content{flex-direction:column;gap:1rem}}.orders-dashboard .dashboard-header .header-content .header-title{align-items:center;display:flex;gap:1rem}.orders-dashboard .dashboard-header .header-content .header-title .header-icon{align-items:center;background:linear-gradient(135deg,#e6a817,#0d6366);border-radius:12px;display:flex;height:48px;justify-content:center;width:48px}@media(max-width:640px){.orders-dashboard .dashboard-header .header-content .header-title .header-icon{height:40px;width:40px}}.orders-dashboard .dashboard-header .header-content .header-title .header-icon svg{stroke:#fff;stroke-width:2;fill:none;height:24px;width:24px}.orders-dashboard .dashboard-header .header-content .header-title h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e6a817,#3cb2b8);-webkit-background-clip:text;font-size:1.875rem;font-weight:700}@media(max-width:640px){.orders-dashboard .dashboard-header .header-content .header-title h1{font-size:1.5rem}}.orders-dashboard .dashboard-header .header-content .header-controls{align-items:center;display:flex;gap:1rem}@media(max-width:768px){.orders-dashboard .dashboard-header .header-content .header-controls{flex-direction:column;gap:.75rem;width:100%}}.orders-dashboard .dashboard-header .header-content .header-controls .search-container{position:relative}@media(max-width:768px){.orders-dashboard .dashboard-header .header-content .header-controls .search-container{width:100%}}.orders-dashboard .dashboard-header .header-content .header-controls .search-container .search-input{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;font-size:.875rem;padding:.75rem 1rem .75rem 3rem;transition:all .2s ease;width:300px}@media(max-width:768px){.orders-dashboard .dashboard-header .header-content .header-controls .search-container .search-input{width:100%}}.orders-dashboard .dashboard-header .header-content .header-controls .search-container .search-input:focus{background:#fff;border-color:#e6a817;box-shadow:0 0 0 4px #0664691a;outline:none}.orders-dashboard .dashboard-header .header-content .header-controls .search-container .search-icon{left:1rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.orders-dashboard .dashboard-header .header-content .header-controls .search-container .search-icon svg{stroke:#6b7280;stroke-width:2;fill:none;height:18px;width:18px}.orders-dashboard .dashboard-header .header-content .header-controls .filter-select{-webkit-appearance:none;appearance:none;background:#f9fafb url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%239ca3af'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m19 9-7 7-7-7'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1rem;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;font-size:.875rem;padding:.75rem 2.5rem .75rem 1rem}@media(max-width:768px){.orders-dashboard .dashboard-header .header-content .header-controls .filter-select{width:100%}}.orders-dashboard .dashboard-header .header-content .header-controls .filter-select:focus{background-color:#fff;border-color:#e6a817;box-shadow:0 0 0 4px #0664691a;outline:none}.orders-dashboard .review-modal-overlay{align-items:center;animation:fadeIn .3s ease-out;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.orders-dashboard .review-modal{animation:slideIn .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-height:90vh;max-width:500px;overflow-y:auto;width:90%}.orders-dashboard .review-modal::-webkit-scrollbar{width:8px}.orders-dashboard .review-modal::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.orders-dashboard .review-modal::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.orders-dashboard .review-modal::-webkit-scrollbar-thumb:hover{background:#666}.orders-dashboard .image-upload-container{margin-bottom:20px}.orders-dashboard .image-upload-container label{display:block;font-weight:500;margin-bottom:8px}.orders-dashboard .image-upload-container .hidden{display:none}.orders-dashboard .image-upload-container .image-preview-area{align-items:center;border:2px dashed #ddd;border-radius:8px;display:flex;justify-content:center;margin-bottom:8px;min-height:100px;padding:16px}.orders-dashboard .image-upload-container .upload-button{align-items:center;background-color:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;display:flex;gap:8px;padding:8px 16px;transition:background-color .2s}.orders-dashboard .image-upload-container .upload-button:hover{background-color:#e5e7eb}.orders-dashboard .image-upload-container .preview-container{max-width:200px;position:relative}.orders-dashboard .image-upload-container .preview-container .image-preview{border-radius:6px;height:auto;width:100%}.orders-dashboard .image-upload-container .preview-container .remove-image{align-items:center;background-color:#ef4444;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:24px;justify-content:center;position:absolute;right:-8px;top:-8px;transition:background-color .2s;width:24px}.orders-dashboard .image-upload-container .preview-container .remove-image:hover{background-color:#dc2626}.orders-dashboard .image-upload-container .image-help-text{color:#6b7280;font-size:.875rem;margin-top:4px}.orders-dashboard .review-modal-header{align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;border-radius:16px 16px 0 0;display:flex;justify-content:space-between;padding:1.5rem;position:sticky;top:0;z-index:1}.orders-dashboard .review-modal-header h2{color:#111827;font-size:1.5rem;font-weight:600;margin:0}.orders-dashboard .review-modal-header .close-button{align-items:center;background:none;border:none;border-radius:50%;color:#6b7280;cursor:pointer;display:flex;font-size:1.5rem;height:32px;justify-content:center;transition:all .2s;width:32px}.orders-dashboard .review-modal-header .close-button:hover{background-color:#f3f4f6;color:#111827}.orders-dashboard .review-modal-content{padding:1.5rem}.orders-dashboard .review-modal-content .product-name{color:#374151;font-size:1.125rem;font-weight:500;margin-bottom:1.5rem}.orders-dashboard .review-modal-content form{display:flex;flex-direction:column;gap:1.5rem}.orders-dashboard .rating-container{align-items:center;display:flex;flex-direction:column;gap:.75rem}.orders-dashboard .rating-container p{color:#4b5563;font-size:1rem;margin:0}.orders-dashboard .rating-container .stars{display:flex;gap:.5rem}.orders-dashboard .rating-container .stars .star{stroke:#d1d5db;fill:none;cursor:pointer;transition:all .2s ease}.orders-dashboard .rating-container .stars .star:hover{transform:scale(1.1)}.orders-dashboard .rating-container .stars .star.active{stroke:#fbbf24;fill:#fbbf24}.orders-dashboard .rating-container .rating-text{color:#6b7280;font-size:.875rem}.orders-dashboard .comment-container{display:flex;flex-direction:column;gap:.5rem}.orders-dashboard .comment-container label{color:#374151;font-size:.875rem;font-weight:500}.orders-dashboard .comment-container textarea{border:1px solid #e5e7eb;border-radius:8px;font-size:.875rem;line-height:1.5;min-height:120px;padding:.75rem;resize:vertical;transition:all .2s}.orders-dashboard .comment-container textarea:focus{border-color:#e6a817;box-shadow:0 0 0 3px #0664691a;outline:none}.orders-dashboard .comment-container textarea::placeholder{color:#9ca3af}.orders-dashboard .error-message{background-color:#fee2e2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;font-size:.875rem;padding:.75rem}.orders-dashboard .button-container{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}.orders-dashboard .button-container button{border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s}.orders-dashboard .button-container button:disabled{cursor:not-allowed;opacity:.5}.orders-dashboard .button-container .cancel-button{background-color:#f3f4f6;border:none;color:#4b5563}.orders-dashboard .button-container .cancel-button:hover:not(:disabled){background-color:#e5e7eb}.orders-dashboard .button-container .submit-button{background-color:#e6a817;border:none;color:#fff}.orders-dashboard .button-container .submit-button:hover:not(:disabled){background-color:#0d6366}.orders-dashboard .order-actions .review-btn{align-items:center;background:#e6a817;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.75rem 1.25rem;transition:all .2s}.orders-dashboard .order-actions .review-btn:hover{background-color:#0d6366;transform:translateY(-1px)}.orders-dashboard .order-actions .review-btn svg{stroke:currentColor;height:18px;width:18px}.orders-dashboard .orders-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(min(100%,600px),1fr))}@media(max-width:640px){.orders-dashboard .orders-grid{gap:1rem}}.orders-dashboard .orders-grid .order-card{background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.orders-dashboard .orders-grid .order-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px)}.orders-dashboard .orders-grid .order-card .order-header{align-items:flex-start;background:linear-gradient(90deg,#f9fafb,#f3f4f6);border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem}@media(max-width:640px){.orders-dashboard .orders-grid .order-card .order-header{flex-direction:column;gap:1rem;padding:1rem}}.orders-dashboard .orders-grid .order-card .order-header .customer-details{align-items:center;display:flex;gap:1rem}.orders-dashboard .orders-grid .order-card .order-header .customer-details .customer-avatar{align-items:center;background:linear-gradient(135deg,#e6a817,#0d6366);border-radius:50%;color:#fff;display:flex;font-size:1.125rem;font-weight:600;height:40px;justify-content:center;width:40px}@media(max-width:640px){.orders-dashboard .orders-grid .order-card .order-header .customer-details .customer-avatar{font-size:1rem;height:36px;width:36px}}.orders-dashboard .orders-grid .order-card .order-header .customer-details .customer-info h3{color:#333;font-weight:600;margin-bottom:.25rem}@media(max-width:640px){.orders-dashboard .orders-grid .order-card .order-header .customer-details .customer-info h3{font-size:.9375rem}}.orders-dashboard .orders-grid .order-card .order-header .customer-details .customer-info .order-date{align-items:center;color:#6b7280;display:flex;font-size:.875rem;gap:.5rem}.orders-dashboard .orders-grid .order-card .order-header .customer-details .customer-info .order-date .calendar-icon{stroke:#6b7280;stroke-width:2;fill:none;height:16px;width:16px}.orders-dashboard .orders-grid .order-card .order-header .order-meta{text-align:right}@media(max-width:640px){.orders-dashboard .orders-grid .order-card .order-header .order-meta{align-items:center;display:flex;justify-content:space-between;text-align:left;width:100%}}.orders-dashboard .orders-grid .order-card .order-header .order-meta .status-badge{align-items:center;border-radius:9999px;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;margin-bottom:.75rem;padding:.5rem 1rem}@media(max-width:640px){.orders-dashboard .orders-grid .order-card .order-header .order-meta .status-badge{font-size:.8125rem;margin-bottom:0;padding:.375rem .75rem}}.orders-dashboard .orders-grid .order-card .order-header .order-meta .status-badge .status-icon{stroke-width:2;fill:none;height:16px;width:16px}.orders-dashboard .orders-grid .order-card .order-header .order-meta .status-badge.pending{background-color:#fef3c7;color:#92400e}.orders-dashboard .orders-grid .order-card .order-header .order-meta .status-badge.pending .status-icon{stroke:#92400e}.orders-dashboard .orders-grid .order-card .order-header .order-meta .status-badge.processing{background-color:#dbeafe;color:#1e40af}.orders-dashboard .orders-grid .order-card .order-header .order-meta .status-badge.processing .status-icon{stroke:#e6a817}.orders-dashboard .orders-grid .order-card .order-header .order-meta .status-badge.delivered{background-color:#d1fae5;color:#065f46}.orders-dashboard .orders-grid .order-card .order-header .order-meta .status-badge.delivered .status-icon{stroke:#065f46}.orders-dashboard .orders-grid .order-card .order-header .order-meta .status-badge.cancelled{background-color:#fee2e2;color:#991b1b}.orders-dashboard .orders-grid .order-card .order-header .order-meta .status-badge.cancelled .status-icon{stroke:#991b1b}.orders-dashboard .orders-grid .order-card .order-header .order-meta .order-total{color:#333;font-size:1.25rem;font-weight:700;text-shadow:0 1px 2px #0000000d}@media(max-width:640px){.orders-dashboard .orders-grid .order-card .order-header .order-meta .order-total{font-size:1.125rem}}.orders-dashboard .orders-grid .order-card .order-items{background:#fff;padding:1.5rem}@media(max-width:640px){.orders-dashboard .orders-grid .order-card .order-items{padding:1rem .75rem}}.orders-dashboard .orders-grid .order-card .order-items .item-row{align-items:flex-start;border-radius:8px;display:flex;justify-content:space-between;padding:.75rem;transition:background-color .2s ease}@media(max-width:640px){.orders-dashboard .orders-grid .order-card .order-items .item-row{flex-direction:column;gap:.75rem;padding:.5rem}}.orders-dashboard .orders-grid .order-card .order-items .item-row:hover{background-color:#f9fafb}.orders-dashboard .orders-grid .order-card .order-items .item-row:not(:last-child){border-bottom:1px solid #f3f4f6;margin-bottom:.5rem}.orders-dashboard .orders-grid .order-card .order-items .item-row .item-info{align-items:flex-start;display:flex;flex:1 1;gap:1rem;min-width:0}@media(max-width:640px){.orders-dashboard .orders-grid .order-card .order-items .item-row .item-info{gap:.75rem}}.orders-dashboard .orders-grid .order-card .order-items .item-row .item-info .item-image-container{background-color:#f5f5f5;border:1px solid #e5e7eb;border-radius:8px;height:60px;min-width:60px;overflow:hidden;width:60px}@media(max-width:640px){.orders-dashboard .orders-grid .order-card .order-items .item-row .item-info .item-image-container{height:50px;min-width:50px;width:50px}}.orders-dashboard .orders-grid .order-card .order-items .item-row .item-info .item-image-container .item-image{height:100%;object-fit:cover;transition:transform .2s ease;width:100%}.orders-dashboard .orders-grid .order-card .order-items .item-row .item-info .item-image-container .item-image:hover{transform:scale(1.05)}.orders-dashboard .orders-grid .order-card .order-items .item-row .item-info .item-details{display:flex;flex:1 1;flex-direction:column;gap:.25rem;min-width:0}.orders-dashboard .orders-grid .order-card .order-items .item-row .item-info .item-details .item-name{word-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;display:-webkit-box;font-size:.9375rem;font-weight:500;line-height:1.3;overflow:hidden;overflow-wrap:break-word}@media(max-width:640px){.orders-dashboard .orders-grid .order-card .order-items .item-row .item-info .item-details .item-name{font-size:.875rem}}.orders-dashboard .orders-grid .order-card .order-items .item-row .item-info .item-details .item-meta{color:#6b7280;display:flex;flex-wrap:wrap;font-size:.875rem;gap:.75rem}@media(max-width:640px){.orders-dashboard .orders-grid .order-card .order-items .item-row .item-info .item-details .item-meta{font-size:.8125rem;gap:.5rem}}.orders-dashboard .orders-grid .order-card .order-items .item-row .item-info .item-details .item-meta span{align-items:center;display:inline-flex;white-space:nowrap}.orders-dashboard .orders-grid .order-card .order-items .item-row .item-info .item-details .item-meta span:not(:last-child):after{color:#d1d5db;content:"•";margin-left:.75rem}@media(max-width:640px){.orders-dashboard .orders-grid .order-card .order-items .item-row .item-info .item-details .item-meta span:not(:last-child):after{display:none}}.orders-dashboard .orders-grid .order-card .order-items .item-row .item-total-price{color:#e6a817;font-size:.9375rem;font-weight:600;margin-left:auto;padding-left:.75rem;white-space:nowrap}@media(max-width:640px){.orders-dashboard .orders-grid .order-card .order-items .item-row .item-total-price{align-self:flex-end;font-size:.875rem;padding-left:0}}.orders-dashboard .orders-grid .order-card .order-footer{background:#f9fafb;border-top:1px solid #e5e7eb;padding:1.5rem}@media(max-width:640px){.orders-dashboard .orders-grid .order-card .order-footer{padding:1rem}}.orders-dashboard .orders-grid .order-card .order-footer .order-summary{margin-bottom:1rem}.orders-dashboard .orders-grid .order-card .order-footer .order-summary .summary-row{align-items:center;display:flex;justify-content:space-between;padding:.5rem 0}@media(max-width:640px){.orders-dashboard .orders-grid .order-card .order-footer .order-summary .summary-row{font-size:.875rem}}.orders-dashboard .orders-grid .order-card .order-footer .order-summary .summary-row span:first-child{color:#6b7280}.orders-dashboard .orders-grid .order-card .order-footer .order-summary .summary-row .payment-method{align-items:center;border-radius:9999px;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.25rem .75rem}.orders-dashboard .orders-grid .order-card .order-footer .order-summary .summary-row .payment-method:before{border-radius:50%;content:"";height:8px;width:8px}.orders-dashboard .orders-grid .order-card .order-footer .order-summary .summary-row .payment-method.razorpay{background-color:#ebf5ff;color:#1e40af}.orders-dashboard .orders-grid .order-card .order-footer .order-summary .summary-row .payment-method.razorpay:before{background-color:#1e40af}.orders-dashboard .orders-grid .order-card .order-footer .order-summary .summary-row .payment-method.cod{background-color:#fff7ed;color:#9a3412}.orders-dashboard .orders-grid .order-card .order-footer .order-summary .summary-row .payment-method.cod:before{background-color:#9a3412}.orders-dashboard .orders-grid .order-card .order-footer .order-summary .summary-row .payment-status{border-radius:9999px;font-size:.875rem;font-weight:500;padding:.25rem .75rem}.orders-dashboard .orders-grid .order-card .order-footer .order-summary .summary-row .payment-status.completed,.orders-dashboard .orders-grid .order-card .order-footer .order-summary .summary-row .payment-status.paid{background-color:#d1fae5;color:#065f46}.orders-dashboard .orders-grid .order-card .order-footer .order-summary .summary-row .payment-status.pending{background-color:#fef3c7;color:#92400e}.orders-dashboard .orders-grid .order-card .order-footer .order-summary .summary-row .payment-status.failed{background-color:#fee2e2;color:#991b1b}.orders-dashboard .orders-grid .order-card .order-footer .order-summary .payment-confirmed-row{align-items:center;background-color:#d4edda;border:1px solid #c3e6cb;border-radius:8px;color:#155724;display:flex;gap:.5rem;margin-top:.5rem;padding:.75rem}@media(max-width:640px){.orders-dashboard .orders-grid .order-card .order-footer .order-summary .payment-confirmed-row{font-size:.8125rem;padding:.625rem}}.orders-dashboard .orders-grid .order-card .order-footer .order-summary .payment-confirmed-row .check-icon{stroke:#155724;stroke-width:2;height:20px;min-width:20px;width:20px}@media(max-width:640px){.orders-dashboard .orders-grid .order-card .order-footer .order-summary .payment-confirmed-row .check-icon{height:18px;min-width:18px;width:18px}}.orders-dashboard .orders-grid .order-card .order-footer .order-summary .payment-confirmed-row .payment-confirmed-text{font-size:.875rem;font-weight:600;line-height:1.3}@media(max-width:640px){.orders-dashboard .orders-grid .order-card .order-footer .order-summary .payment-confirmed-row .payment-confirmed-text{font-size:.8125rem}}.orders-dashboard .orders-grid .order-card .order-footer .order-actions{align-items:center;display:flex;gap:1rem;justify-content:space-between}@media(max-width:640px){.orders-dashboard .orders-grid .order-card .order-footer .order-actions{flex-direction:column;gap:.75rem}}.orders-dashboard .orders-grid .order-card .order-footer .order-actions .track-status-btn{align-items:center;background:linear-gradient(135deg,#e6a817,#0d6366);border:none;border-radius:12px;box-shadow:0 2px 4px #06646933;color:#fff;cursor:pointer;display:inline-flex;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}@media(max-width:640px){.orders-dashboard .orders-grid .order-card .order-footer .order-actions .track-status-btn{font-size:.875rem;justify-content:center;padding:.625rem;width:100%}}.orders-dashboard .orders-grid .order-card .order-footer .order-actions .track-status-btn:hover{box-shadow:0 4px 6px #0664694d;transform:translateY(-1px)}.orders-dashboard .orders-grid .order-card .order-footer .order-actions .track-status-btn:active{box-shadow:0 1px 2px #06646933;transform:translateY(0)}.orders-dashboard .orders-grid .order-card .order-footer .order-actions .track-status-btn .arrow-icon{stroke:currentColor;stroke-width:2;fill:none;height:16px;width:16px}.orders-dashboard .orders-grid .order-card .order-footer .order-actions .secondary-actions{display:flex;gap:1rem}@media(max-width:640px){.orders-dashboard .orders-grid .order-card .order-footer .order-actions .secondary-actions{gap:.5rem;width:100%}}.orders-dashboard .orders-grid .order-card .order-footer .order-actions .secondary-actions button{align-items:center;border-radius:12px;cursor:pointer;display:inline-flex;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}@media(max-width:640px){.orders-dashboard .orders-grid .order-card .order-footer .order-actions .secondary-actions button{flex:1 1;font-size:.875rem;justify-content:center;padding:.625rem}}.orders-dashboard .orders-grid .order-card .order-footer .order-actions .secondary-actions button svg{stroke:currentColor;stroke-width:2;fill:none;height:16px;width:16px}.orders-dashboard .orders-grid .order-card .order-footer .order-actions .secondary-actions .download-btn{background:#fff;border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d;color:#6b7280}.orders-dashboard .orders-grid .order-card .order-footer .order-actions .secondary-actions .download-btn:hover{background:#f9fafb;border-color:#d1d5db}.orders-dashboard .orders-grid .order-card .order-footer .order-actions .secondary-actions .download-btn:active{background:#f3f4f6}.orders-dashboard .orders-grid .order-card .order-footer .order-actions .secondary-actions .details-btn{background:#f3f4f6;border:none;color:#333}.orders-dashboard .orders-grid .order-card .order-footer .order-actions .secondary-actions .details-btn:hover{background:#e5e7eb}.orders-dashboard .orders-grid .order-card .order-footer .order-actions .secondary-actions .details-btn:active{background:#d1d5db}.orders-dashboard .error-state,.orders-dashboard .loading-state,.orders-dashboard .no-orders{align-items:center;background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;flex-direction:column;justify-content:center;min-height:200px;padding:2rem;text-align:center}@media(max-width:640px){.orders-dashboard .error-state,.orders-dashboard .loading-state,.orders-dashboard .no-orders{min-height:150px;padding:1.5rem}}.orders-dashboard .retry-button{background-color:#e6a817;border:none;border-radius:12px;color:#fff;cursor:pointer;margin-top:1rem;padding:.75rem 1.5rem;transition:background-color .2s ease}.orders-dashboard .retry-button:hover{background-color:#0d6366}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.order-card{animation:slideIn .3s ease-out}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1}::-webkit-scrollbar-thumb:hover{background:#a1a1a1}@media print{.orders-dashboard{padding:0}.orders-dashboard .dashboard-header,.orders-dashboard .order-actions{display:none}.orders-dashboard .order-card{border:1px solid #e5e7eb;box-shadow:none;break-inside:avoid;margin-bottom:1rem;page-break-inside:avoid}}.invoice-container{margin:0 auto;max-width:1024px;padding:1rem;width:100%}@media(max-width:768px){.invoice-container{padding:.5rem}}.invoice-container .invoice-card{background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;padding:1.5rem}@media(max-width:768px){.invoice-container .invoice-card{padding:1rem}}.invoice-container .invoice-card .invoice-header{align-items:center;border-bottom:1px solid #eee;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}@media(max-width:480px){.invoice-container .invoice-card .invoice-header{align-items:flex-start;flex-direction:column}}.invoice-container .invoice-card .invoice-header h1{color:#1a1a1a;font-size:1.5rem;font-weight:700}@media(max-width:480px){.invoice-container .invoice-card .invoice-header h1{font-size:1.25rem}}.invoice-container .invoice-card .invoice-header .download-btn{align-items:center;background-color:#3b82f6;border-radius:.375rem;color:#fff;display:flex;gap:.5rem;padding:.5rem 1rem;transition:background-color .2s;white-space:nowrap}.invoice-container .invoice-card .invoice-header .download-btn:hover{background-color:#2563eb}.invoice-container .invoice-card .invoice-header .download-btn svg{height:1rem;width:1rem}.invoice-container .invoice-card .invoice-details{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);margin-bottom:2rem}@media(max-width:640px){.invoice-container .invoice-card .invoice-details{gap:1rem;grid-template-columns:1fr}}.invoice-container .invoice-card .invoice-details .address-block h3{color:#374151;font-weight:600;margin-bottom:.5rem}.invoice-container .invoice-card .invoice-details .address-block p{color:#4b5563;margin-bottom:.25rem;word-break:break-word}.invoice-container .invoice-card .order-info{grid-gap:1rem;background-color:#f9fafb;border-radius:.375rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);margin-bottom:1.5rem;padding:1rem}@media(max-width:480px){.invoice-container .invoice-card .order-info{gap:.5rem;grid-template-columns:1fr}}.invoice-container .invoice-card .order-info .info-item .label{color:#6b7280;font-size:.875rem;margin-bottom:.25rem}.invoice-container .invoice-card .order-info .info-item .value{color:#1f2937;font-weight:500}.invoice-container .invoice-card .invoice-table{border-collapse:initial;border-spacing:0;display:block;margin-top:1rem;overflow-x:auto;width:100%}@media(max-width:768px){.invoice-container .invoice-card .invoice-table{font-size:.875rem}}@media(max-width:640px){.invoice-container .invoice-card .invoice-table{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}.invoice-container .invoice-card .invoice-table:after{background:linear-gradient(270deg,#0000000d,#0000);bottom:0;content:"";position:absolute;right:0;top:0;width:5px}}.invoice-container .invoice-card .invoice-table th{background-color:#f3f4f6;border-bottom:2px solid #e5e7eb;color:#374151;font-weight:600;padding:.75rem;text-align:left;white-space:nowrap}@media(max-width:768px){.invoice-container .invoice-card .invoice-table th{padding:.5rem}}.invoice-container .invoice-card .invoice-table th:last-child{text-align:right}.invoice-container .invoice-card .invoice-table td{border-bottom:1px solid #e5e7eb;color:#4b5563;padding:.75rem}@media(max-width:768px){.invoice-container .invoice-card .invoice-table td{padding:.5rem}}.invoice-container .invoice-card .invoice-table td:last-child{text-align:right}.invoice-container .invoice-card .invoice-table tfoot td{border-top:2px solid #e5e7eb;color:#1f2937;font-weight:600}.error-state,.loading-state{background-color:#fff;border-radius:.5rem;box-shadow:0 2px 4px #0000001a;margin:2rem auto;max-width:400px;padding:2rem;text-align:center}@media(max-width:480px){.error-state,.loading-state{margin:1rem auto;padding:1rem}}.error-state{border:1px solid #fee2e2;color:#ef4444}.tracking-page{background:#f9fafb;font-family:Libre Bodoni,serif;min-height:100vh;padding:2rem}.tracking-page .tracking-container{background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;margin:0 auto;max-width:1200px;overflow:hidden}.tracking-page .tracking-container .tracking-header{align-items:flex-start;background:linear-gradient(90deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:2rem}.tracking-page .tracking-container .tracking-header .order-info h1{color:#1e293b;font-family:Libre Bodoni,serif;font-size:1.875rem;font-weight:700;margin-bottom:.5rem}.tracking-page .tracking-container .tracking-header .order-info .order-meta{color:#64748b;display:flex;font-family:Libre Bodoni,serif;font-size:.875rem;gap:1.5rem}.tracking-page .tracking-container .tracking-header .order-info .order-meta .order-id{font-family:Libre Bodoni,serif;font-weight:600}.tracking-page .tracking-container .tracking-header .estimated-delivery{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000d;display:flex;gap:1rem;padding:1rem}.tracking-page .tracking-container .tracking-header .estimated-delivery .delivery-icon{align-items:center;background:#eff6ff;border-radius:50%;display:flex;height:40px;justify-content:center;width:40px}.tracking-page .tracking-container .tracking-header .estimated-delivery .delivery-icon svg{stroke:#3b82f6;stroke-width:2;height:24px;width:24px}.tracking-page .tracking-container .tracking-header .estimated-delivery .delivery-info{display:flex;flex-direction:column}.tracking-page .tracking-container .tracking-header .estimated-delivery .delivery-info .label{color:#64748b;font-family:Libre Bodoni,serif;font-size:.875rem}.tracking-page .tracking-container .tracking-header .estimated-delivery .delivery-info .date{color:#1e293b;font-family:Libre Bodoni,serif;font-weight:600}.tracking-page .tracking-container .tracking-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 350px;padding:2rem}.tracking-page .tracking-container .tracking-content .tracking-timeline .timeline-header{margin-bottom:2rem}.tracking-page .tracking-container .tracking-content .tracking-timeline .timeline-header h2{color:#1e293b;font-family:Libre Bodoni,serif;font-size:1.25rem;font-weight:600}.tracking-page .tracking-container .tracking-content .tracking-timeline .timeline-steps{position:relative}.tracking-page .tracking-container .tracking-content .tracking-timeline .timeline-steps .timeline-step{display:flex;gap:1.5rem;padding-bottom:2rem;position:relative}.tracking-page .tracking-container .tracking-content .tracking-timeline .timeline-steps .timeline-step .step-marker{align-items:center;display:flex;flex-direction:column;position:relative}.tracking-page .tracking-container .tracking-content .tracking-timeline .timeline-steps .timeline-step .step-marker .marker-icon{align-items:center;background:#f1f5f9;border-radius:50%;display:flex;height:32px;justify-content:center;transition:all .3s ease;width:32px;z-index:1}.tracking-page .tracking-container .tracking-content .tracking-timeline .timeline-steps .timeline-step .step-marker .marker-icon .check-icon{stroke:#22c55e;stroke-width:2;fill:none;height:16px;width:16px}.tracking-page .tracking-container .tracking-content .tracking-timeline .timeline-steps .timeline-step .step-marker .marker-icon .marker-dot{background:#94a3b8;border-radius:50%;height:12px;width:12px}.tracking-page .tracking-container .tracking-content .tracking-timeline .timeline-steps .timeline-step .step-marker .marker-line{background:#e2e8f0;height:calc(100% - 16px);left:50%;position:absolute;top:32px;transform:translateX(-50%);width:2px;z-index:0}.tracking-page .tracking-container .tracking-content .tracking-timeline .timeline-steps .timeline-step .step-content{flex:1 1;padding-top:4px}.tracking-page .tracking-container .tracking-content .tracking-timeline .timeline-steps .timeline-step .step-content h3{color:#1e293b;font-family:Libre Bodoni,serif;font-weight:600;margin-bottom:.25rem}.tracking-page .tracking-container .tracking-content .tracking-timeline .timeline-steps .timeline-step .step-content p{color:#64748b;font-family:Libre Bodoni,serif;font-size:.875rem;margin-bottom:.5rem}.tracking-page .tracking-container .tracking-content .tracking-timeline .timeline-steps .timeline-step .step-content .timestamp{color:#94a3b8;font-family:Libre Bodoni,serif;font-size:.75rem}.tracking-page .tracking-container .tracking-content .tracking-timeline .timeline-steps .timeline-step .step-content .current-location{align-items:center;background:#f8fafc;border-radius:8px;color:#0f172a;display:flex;font-family:Libre Bodoni,serif;font-size:.875rem;gap:.5rem;margin-top:.5rem;padding:.5rem}.tracking-page .tracking-container .tracking-content .tracking-timeline .timeline-steps .timeline-step .step-content .current-location svg{stroke:#3b82f6;height:16px;width:16px}.tracking-page .tracking-container .tracking-content .tracking-timeline .timeline-steps .timeline-step.completed .marker-icon{background:#dcfce7}.tracking-page .tracking-container .tracking-content .tracking-timeline .timeline-steps .timeline-step.completed .marker-line{background:#22c55e}.tracking-page .tracking-container .tracking-content .tracking-timeline .timeline-steps .timeline-step.current .marker-icon{background:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.tracking-page .tracking-container .tracking-content .tracking-timeline .timeline-steps .timeline-step.current .marker-icon .marker-dot{background:#fff}.tracking-page .tracking-container .tracking-content .tracking-details .order-items{margin-bottom:2rem}.tracking-page .tracking-container .tracking-content .tracking-details .order-items h2{color:#1e293b;font-family:Libre Bodoni,serif;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.tracking-page .tracking-container .tracking-content .tracking-details .order-items .items-list{background:#f8fafc;border-radius:12px;overflow:hidden}.tracking-page .tracking-container .tracking-content .tracking-details .order-items .items-list .item-card{border-bottom:1px solid #e2e8f0;display:flex;gap:1rem;padding:1rem}.tracking-page .tracking-container .tracking-content .tracking-details .order-items .items-list .item-card:last-child{border-bottom:none}.tracking-page .tracking-container .tracking-content .tracking-details .order-items .items-list .item-card .item-image{border-radius:8px;height:80px;object-fit:cover;width:80px}.tracking-page .tracking-container .tracking-content .tracking-details .order-items .items-list .item-card .item-info{flex:1 1}.tracking-page .tracking-container .tracking-content .tracking-details .order-items .items-list .item-card .item-info h3{color:#1e293b;font-family:Libre Bodoni,serif;font-weight:500;margin-bottom:.5rem}.tracking-page .tracking-container .tracking-content .tracking-details .order-items .items-list .item-card .item-info .item-meta{color:#64748b;display:flex;font-family:Libre Bodoni,serif;font-size:.875rem;justify-content:space-between}.tracking-page .tracking-container .tracking-content .tracking-details .order-items .items-list .item-card .item-info .item-meta .quantity{background:#f1f5f9;border-radius:9999px;font-family:Libre Bodoni,serif;padding:.25rem .75rem}.tracking-page .tracking-container .tracking-content .tracking-details .order-items .items-list .item-card .item-info .item-meta .price{color:#1e293b;font-family:Libre Bodoni,serif;font-weight:600}.tracking-page .tracking-container .tracking-content .tracking-details .shipping-info h2{color:#1e293b;font-family:Libre Bodoni,serif;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.tracking-page .tracking-container .tracking-content .tracking-details .shipping-info .address-card{background:#f8fafc;border-radius:12px;display:flex;gap:1rem;padding:1.5rem}.tracking-page .tracking-container .tracking-content .tracking-details .shipping-info .address-card .address-icon{align-items:center;background:#eff6ff;border-radius:50%;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.tracking-page .tracking-container .tracking-content .tracking-details .shipping-info .address-card .address-icon svg{stroke:#3b82f6;stroke-width:2;height:24px;width:24px}.tracking-page .tracking-container .tracking-content .tracking-details .shipping-info .address-card .address-details h3{color:#1e293b;font-family:Libre Bodoni,serif;font-weight:600;margin-bottom:.5rem}.tracking-page .tracking-container .tracking-content .tracking-details .shipping-info .address-card .address-details p{color:#64748b;font-family:Libre Bodoni,serif;font-size:.875rem;line-height:1.5;margin-bottom:.25rem}.tracking-page .tracking-container .tracking-content .tracking-details .shipping-info .address-card .address-details p.phone{color:#3b82f6;font-family:Libre Bodoni,serif;font-weight:500;margin-top:.5rem}@media(max-width:1024px){.tracking-page{padding:1rem}.tracking-page .tracking-container .tracking-header{flex-direction:column;gap:1.5rem}.tracking-page .tracking-container .tracking-header .estimated-delivery{width:100%}.tracking-page .tracking-container .tracking-content{grid-template-columns:1fr}.tracking-page .tracking-container .tracking-content .tracking-details{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media(max-width:640px){.tracking-page{padding:0}.tracking-page .tracking-container{border-radius:0;box-shadow:none}.tracking-page .tracking-container .tracking-header{padding:1.5rem}.tracking-page .tracking-container .tracking-header .order-meta{flex-direction:column;gap:.5rem}.tracking-page .tracking-container .tracking-content{padding:1.5rem}.tracking-page .tracking-container .tracking-content .timeline-steps .timeline-step{gap:1rem}.tracking-page .tracking-container .tracking-content .timeline-steps .timeline-step .step-content h3{font-size:1rem}.tracking-page .tracking-container .tracking-content .tracking-details{grid-template-columns:1fr}.tracking-page .tracking-container .tracking-content .tracking-details .items-list .item-card .item-image{height:60px;width:60px}}@keyframes progressLine{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.timeline-step,.tracking-container{animation:fadeIn .3s ease-out}.timeline-step .marker-line{animation:progressLine .6s ease-out forwards;transform-origin:top}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media print{.tracking-page{background:#fff;padding:0}.tracking-page .tracking-container{border-radius:0;box-shadow:none}.tracking-page .tracking-container .tracking-header{background:#fff}.tracking-page .tracking-container .tracking-content{grid-template-columns:1fr}.tracking-page .tracking-container .tracking-content .tracking-timeline .timeline-step{break-inside:avoid;page-break-inside:avoid}}.checkout-page{background-color:#fff;min-height:100vh}.checkout-page .checkout-container{margin:0 auto;max-width:1200px;padding:14px 18px}@media(max-width:768px){.checkout-page .checkout-container{padding:10px}}.checkout-page .amazon-logo{align-items:center;display:flex;gap:8px;margin-bottom:20px}@media(max-width:768px){.checkout-page .amazon-logo{margin-bottom:16px}}.checkout-page .amazon-logo img{height:32px}@media(max-width:768px){.checkout-page .amazon-logo img{height:24px}}.checkout-page .amazon-logo .checkout-text{color:#111;font-size:24px;margin-left:8px}@media(max-width:768px){.checkout-page .amazon-logo .checkout-text{font-size:20px}}.checkout-page .amazon-logo .lock-icon{margin-left:auto}.checkout-page .checkout-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 300px}@media(max-width:768px){.checkout-page .checkout-grid{grid-template-columns:1fr}.checkout-page .payment-methods .payment-options{margin:0 -10px}}.checkout-page .payment-methods .payment-options h3{color:#111;font-size:16px;font-weight:700;margin-bottom:16px}.checkout-page .payment-methods .payment-options .payment-option{align-items:center;border:1px solid #d5d9d9;border-radius:8px;display:flex;margin-bottom:16px;padding:16px;position:relative;transition:all .2s ease}@media(max-width:768px){.checkout-page .payment-methods .payment-options .payment-option{margin:0 10px 16px;padding:12px}.checkout-page .payment-methods .payment-options .payment-option label{align-items:flex-start;flex-direction:column;gap:12px}.checkout-page .payment-methods .payment-options .payment-option .payment-price-info{border-left:none;border-top:1px solid #e6e6e6;margin:12px 0 0;padding:12px 0 0;text-align:left;width:100%}}.checkout-page .payment-methods .payment-options .payment-option:hover{border-color:#888}.checkout-page .payment-methods .payment-options .payment-option:has(input:checked){background-color:#f0f8ff;border-color:#0066c0}.checkout-page .payment-methods .payment-options .payment-option input[type=radio]{flex-shrink:0;height:18px;margin-right:16px;width:18px}.checkout-page .payment-methods .payment-options .payment-option label{align-items:center;cursor:pointer;display:flex;flex:1 1;gap:20px;justify-content:space-between;min-height:50px}.checkout-page .payment-methods .payment-options .payment-option .payment-method-content{flex:1 1}.checkout-page .payment-methods .payment-options .payment-option .payment-method-content .payment-method-title{color:#0f1111;font-size:14px;font-weight:500;margin-bottom:6px}.checkout-page .payment-methods .payment-options .payment-option .payment-method-content .card-icons{align-items:center;display:flex;gap:8px;margin-top:8px}@media(max-width:768px){.checkout-page .payment-methods .payment-options .payment-option .payment-method-content .card-icons{flex-wrap:wrap;gap:6px}}.checkout-page .payment-methods .payment-options .payment-option .payment-method-content .card-icons img{height:24px;object-fit:contain}@media(max-width:768px){.checkout-page .payment-methods .payment-options .payment-option .payment-method-content .card-icons img{height:20px}}.checkout-page .payment-methods .payment-options .payment-option .payment-method-content .unavailable-text{color:#cc1f1f;display:block;font-size:12px;margin-top:4px}.checkout-page .payment-methods .payment-options .payment-option .payment-price-info{border-left:1px solid #e6e6e6;margin-left:auto;min-width:140px;padding-left:16px;text-align:right}.checkout-page .payment-methods .payment-options .payment-option .payment-price-info .final-price{color:#0f1111;display:block;font-size:18px;font-weight:700;margin-bottom:4px}.checkout-page .payment-methods .payment-options .payment-option .payment-price-info .price-tag{background:#e7f4f1;border-radius:4px;color:#067d62;display:inline-block;font-size:13px;margin-bottom:4px;padding:2px 8px}.checkout-page .payment-methods .payment-options .payment-option .payment-price-info .price-tag.extra-charge{background:#f0f2f2;color:#666}.checkout-page .payment-methods .payment-options .payment-option .payment-price-info .savings-note{color:#067d62;display:block;font-size:12px}.checkout-page .payment-methods .payment-options .payment-option:has(input:disabled){cursor:not-allowed;opacity:.7}.checkout-page .payment-methods .payment-options .payment-option:has(input:disabled) label{cursor:not-allowed}.checkout-page .payment-methods .payment-options .payment-option:has(input:disabled) .payment-price-info{opacity:.7}.checkout-page .payment-methods .use-payment-button{background:#ffd814;border:1px solid #fcd200;border-radius:8px;cursor:pointer;font-size:15px;font-weight:500;margin-top:24px;padding:12px;transition:all .2s ease;width:100%}.checkout-page .payment-methods .use-payment-button:hover{background:#f7ca00}.checkout-page .payment-methods .use-payment-button:disabled{background:#f9fafb;border-color:#d5d9d9;cursor:not-allowed;opacity:.7}@media(max-width:768px){.checkout-page .payment-methods .use-payment-button{margin-top:16px;padding:14px}}.checkout-page .checkout-section{margin-bottom:20px}@media(max-width:768px){.checkout-page .checkout-section{margin-bottom:16px}}.checkout-page .checkout-section .section-header{align-items:center;display:flex;gap:10px;margin-bottom:12px}.checkout-page .checkout-section .section-header .section-number{color:#565959;font-weight:700}.checkout-page .checkout-section .section-header h2{color:#111;font-size:18px;font-weight:700;margin:0}@media(max-width:768px){.checkout-page .checkout-section .section-header h2{font-size:16px}}.checkout-page .checkout-section .section-header .change-button{background:none;border:none;color:#007185;cursor:pointer;font-size:14px;margin-left:auto;padding:0}.checkout-page .checkout-section .section-header .change-button:hover{color:#c7511f;text-decoration:underline}.checkout-page .checkout-section .section-content{padding:0 40px}@media(max-width:768px){.checkout-page .checkout-section .section-content{padding:0 16px}}.checkout-page .address-details{color:#111;font-size:14px;line-height:1.4}.checkout-page .address-details .address-type{background:#f0f2f2;border-radius:4px;color:#666;display:inline-block;font-size:12px;margin-bottom:8px;padding:2px 8px}.checkout-page .address-details p{margin:4px 0}@media(max-width:768px){.checkout-page .address-details p{font-size:13px}}.checkout-page .order-items .order-item{display:flex;gap:16px;margin-bottom:20px}@media(max-width:768px){.checkout-page .order-items .order-item{gap:12px;margin-bottom:16px}}.checkout-page .order-items .order-item .product-image{border-radius:4px;height:80px;object-fit:cover;width:80px}@media(max-width:768px){.checkout-page .order-items .order-item .product-image{height:60px;width:60px}}.checkout-page .order-items .order-item .item-details{flex:1 1}.checkout-page .order-items .order-item .item-details h3{color:#0f1111;font-size:14px;margin:0 0 4px}@media(max-width:768px){.checkout-page .order-items .order-item .item-details h3{font-size:13px}}.checkout-page .order-items .order-item .item-details p{color:#565959;font-size:14px;margin:2px 0}@media(max-width:768px){.checkout-page .order-items .order-item .item-details p{font-size:13px}}.checkout-page .order-summary{background:#f0f2f2;border-radius:8px;padding:20px}@media(max-width:768px){.checkout-page .order-summary{border-radius:8px 8px 0 0;bottom:0;box-shadow:0 -2px 10px #0000001a;margin:0 -10px;padding:16px;position:sticky}.checkout-page .order-summary .summary-details{display:none}}.checkout-page .order-summary .place-order-button{background:#ffd814;border:1px solid #fcd200;border-radius:8px;cursor:pointer;font-size:16px;font-weight:500;margin-bottom:12px;padding:14px;width:100%}.checkout-page .order-summary .place-order-button:hover{background:#f7ca00}.checkout-page .order-summary .place-order-button:disabled{background:#f9fafb;border-color:#d5d9d9;cursor:not-allowed;opacity:.7}@media(max-width:768px){.checkout-page .order-summary .place-order-button{border-radius:0;margin:0;padding:16px}}.checkout-page .order-summary .order-note{color:#565959;font-size:12px;margin-bottom:20px}@media(max-width:768px){.checkout-page .order-summary .order-note{margin:12px 16px;text-align:center}}.checkout-page .order-summary .summary-details h2{color:#111;font-size:16px;margin-bottom:12px}.checkout-page .order-summary .summary-details .summary-row{color:#111;display:flex;font-size:14px;justify-content:space-between;margin-bottom:8px}.checkout-page .order-summary .summary-details .summary-row.order-total{border-top:1px solid #ddd;font-weight:700;margin-top:8px;padding-top:8px}.checkout-page .order-summary .summary-details .summary-row.discount{color:#067d62}.checkout-page .order-summary .summary-details .delivery-info{color:#007185;display:block;font-size:12px;margin-top:12px;text-decoration:none}.checkout-page .order-summary .summary-details .delivery-info:hover{color:#c7511f;text-decoration:underline}@media(max-width:768px){.checkout-page .address-form .form-row{flex-direction:column;gap:12px}.checkout-page .address-form .form-row .form-group{width:100%}.checkout-page input[type=email],.checkout-page input[type=tel],.checkout-page input[type=text],.checkout-page select{font-size:16px;padding:8px}}.modal-overlay .barcode-modal{background:#fff;border-radius:12px;box-shadow:0 4px 16px #00000026;max-width:500px;overflow:hidden;padding:0;width:90%}@media(max-width:768px){.modal-overlay .barcode-modal{max-width:100%;width:95%}}.modal-overlay .barcode-modal .modal-header{align-items:center;border-bottom:1px solid #ddd;display:flex;justify-content:space-between;padding:20px}.modal-overlay .barcode-modal .modal-header h2{color:#111;font-size:20px;margin:0}@media(max-width:768px){.modal-overlay .barcode-modal .modal-header h2{font-size:18px}}.modal-overlay .barcode-modal .modal-header .close-button{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;font-size:28px;height:32px;justify-content:center;padding:0;width:32px}.modal-overlay .barcode-modal .modal-header .close-button:hover{color:#111}.modal-overlay .barcode-modal .modal-content{padding:24px}@media(max-width:768px){.modal-overlay .barcode-modal .modal-content{padding:16px}}.modal-overlay .barcode-modal .modal-content .barcode-message{color:#565959;font-size:14px;margin:0 0 20px;text-align:center}.modal-overlay .barcode-modal .modal-content .barcode-container{background:#f9f9f9;border-radius:8px;margin-bottom:20px;padding:20px;text-align:center}.modal-overlay .barcode-modal .modal-content .barcode-container .barcode-image{background:#fff;border:1px solid #ddd;border-radius:4px;display:block;height:auto;margin:0 auto 12px;max-height:300px;max-width:100%;object-fit:contain;padding:8px}.modal-overlay .barcode-modal .modal-content .barcode-container .barcode-code{color:#111;display:none;font-family:Courier New,monospace;font-size:14px;font-weight:600;letter-spacing:2px;margin-bottom:0}.modal-overlay .barcode-modal .modal-content .barcode-container .barcode-code:only-child{display:block}.modal-overlay .barcode-modal .modal-content .barcode-container .barcode-svg{display:none;height:auto;margin:0 auto;max-width:100%}.modal-overlay .barcode-modal .modal-content .payment-details{background:#f0f8ff;border-radius:8px;margin-bottom:20px;padding:16px}.modal-overlay .barcode-modal .modal-content .payment-details p{color:#111;font-size:14px;margin:8px 0}.modal-overlay .barcode-modal .modal-content .payment-details p:first-child{margin-top:0}.modal-overlay .barcode-modal .modal-content .payment-details p:last-child{margin-bottom:0}.modal-overlay .barcode-modal .modal-content .payment-details p strong{color:#0066c0}.modal-overlay .barcode-modal .modal-content .modal-instructions{background:#fffacd;border-left:4px solid #ffc107;border-radius:4px;margin-bottom:20px;padding:12px}.modal-overlay .barcode-modal .modal-content .modal-instructions p{color:#333;font-size:13px;margin:0}.modal-overlay .barcode-modal .modal-content .confirm-button{background:#0066c0;border:1px solid #0066c0;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;font-weight:500;padding:14px;transition:all .2s ease;width:100%}.modal-overlay .barcode-modal .modal-content .confirm-button:hover{background:#005a9c;border-color:#005a9c}.modal-overlay .barcode-modal .modal-content .confirm-button:active{transform:scale(.98)}@media(max-width:768px){.modal-overlay .barcode-modal .modal-content .confirm-button{font-size:14px;padding:12px}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.payment-container{margin:0 auto;max-width:1200px;padding:2rem 1rem}.payment-container .payment-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:768px){.payment-container .payment-grid{grid-template-columns:1.5fr 1fr}}.payment-container .payment-section .payment-header{margin-bottom:2rem}.payment-container .payment-section .payment-header h1{color:#111827;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.payment-container .payment-section .payment-header .checkout-steps{align-items:center;display:flex;gap:1rem}.payment-container .payment-section .payment-header .checkout-steps .step{color:#6b7280;font-size:.875rem}.payment-container .payment-section .payment-header .checkout-steps .step.active{color:#2563eb;font-weight:500}.payment-container .payment-section .payment-header .checkout-steps .step.completed{color:#059669}.payment-container .payment-section .payment-header .checkout-steps .step:not(:last-child):after{color:#9ca3af;content:">";margin-left:1rem}.payment-container .payment-section .payment-methods{margin-bottom:2rem}.payment-container .payment-section .payment-methods .payment-method{border:1px solid #e5e7eb;border-radius:.5rem;cursor:pointer;display:block;margin-bottom:1rem;padding:1rem;transition:all .2s}.payment-container .payment-section .payment-methods .payment-method:hover{border-color:#2563eb}.payment-container .payment-section .payment-methods .payment-method.selected{background-color:#f0f7ff;border-color:#2563eb}.payment-container .payment-section .payment-methods .payment-method .method-content{align-items:center;display:flex;gap:1rem}.payment-container .payment-section .payment-methods .payment-method .method-content .method-icon{align-items:center;background:#f3f4f6;border-radius:50%;display:flex;font-size:1.5rem;height:48px;justify-content:center;width:48px}.payment-container .payment-section .payment-methods .payment-method .method-content .method-details h3{font-weight:500;margin-bottom:.25rem}.payment-container .payment-section .payment-methods .payment-method .method-content .method-details p{color:#6b7280;font-size:.875rem}.payment-container .payment-section .card-details,.payment-container .payment-section .upi-details{background:#f9fafb;border-radius:.5rem;margin-bottom:2rem;padding:1.5rem}.payment-container .payment-section .card-details .form-group,.payment-container .payment-section .upi-details .form-group{margin-bottom:1rem}.payment-container .payment-section .card-details .form-group label,.payment-container .payment-section .upi-details .form-group label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.payment-container .payment-section .card-details .form-group input,.payment-container .payment-section .upi-details .form-group input{border:1px solid #d1d5db;border-radius:.375rem;padding:.75rem;width:100%}.payment-container .payment-section .card-details .form-group input:focus,.payment-container .payment-section .upi-details .form-group input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.payment-container .payment-section .card-details .form-row,.payment-container .payment-section .upi-details .form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.payment-container .order-summary{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;height:fit-content;padding:1.5rem}.payment-container .order-summary h2{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.payment-container .order-summary .delivery-address{border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem;padding-bottom:1.5rem}.payment-container .order-summary .delivery-address h3{font-size:1rem;font-weight:500;margin-bottom:1rem}.payment-container .order-summary .delivery-address .address-details{color:#4b5563;font-size:.875rem;line-height:1.5}.payment-container .order-summary .summary-items{margin-bottom:1.5rem}.payment-container .order-summary .summary-items .summary-item{display:flex;gap:1rem;margin-bottom:1rem}.payment-container .order-summary .summary-items .summary-item img{border-radius:.375rem;height:64px;object-fit:cover;width:64px}.payment-container .order-summary .summary-items .summary-item .item-details{flex:1 1}.payment-container .order-summary .summary-items .summary-item .item-details h4{font-weight:500;margin-bottom:.25rem}.payment-container .order-summary .summary-items .summary-item .item-details p{color:#6b7280;font-size:.875rem}.payment-container .order-summary .summary-items .summary-item .item-details p.price{color:#111827;font-weight:500}.payment-container .order-summary .summary-totals .summary-row{color:#4b5563;display:flex;font-size:.875rem;justify-content:space-between;margin-bottom:.5rem}.payment-container .order-summary .summary-totals .summary-row.total{border-top:1px solid #e5e7eb;color:#111827;font-size:1rem;font-weight:600;margin-top:.5rem;padding-top:.5rem}.payment-container .payment-button{background:#2563eb;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-weight:500;margin-top:1.5rem;padding:1rem;width:100%}.payment-container .payment-button:hover{background:#1d4ed8}.payment-container .payment-button:disabled{background:#9ca3af;cursor:not-allowed}.order-success-container{align-items:center;background:linear-gradient(135deg,#f6f9ff,#f8f0ff);display:flex;font-family:Libre Bodoni,serif;justify-content:center;min-height:100vh;padding:1rem}.order-success-container .success-card{background:#fff;border-radius:1rem;box-shadow:0 10px 30px #0000001a;font-family:Libre Bodoni,serif;max-width:28rem;opacity:0;transform:translateY(20px);transition:all .8s cubic-bezier(.4,0,.2,1);width:100%}.order-success-container .success-card.show{opacity:1;transform:translateY(0)}.order-success-container .success-card:hover{box-shadow:0 15px 35px #00000026}.order-success-container .success-content{padding:2.5rem 2rem}.order-success-container .success-icon-wrapper{height:120px;margin:0 auto 2rem;position:relative;width:120px}.order-success-container .success-icon{height:100%;position:relative;width:100%}.order-success-container .success-icon-circle{animation:circle-draw 1.5s ease-in-out forwards;border:3px solid #4caf50;border-radius:50%;border-top-color:#0000;height:100%;position:absolute;width:100%}.order-success-container .success-icon-check{animation:check-draw .5s ease-in-out 1s forwards;border-bottom:3px solid #4caf50;border-right:3px solid #4caf50;height:25%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(45deg) scale(0);width:50%}.order-success-container .message-section{font-family:Libre Bodoni,serif;opacity:0;text-align:center;transform:translateY(20px);transition:all .6s cubic-bezier(.4,0,.2,1) .3s}.order-success-container .message-section.show{opacity:1;transform:translateY(0)}.order-success-container .title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2196f3,#9c27b0);-webkit-background-clip:text;background-clip:text;font-family:Libre Bodoni,serif;font-size:2rem;font-weight:700;margin-bottom:1.5rem}.order-success-container .order-id-box{background-color:#2196f31a;border:1px solid #2196f333;border-radius:.75rem;box-shadow:0 2px 8px #2196f314;font-family:Libre Bodoni,serif;margin-bottom:1rem;padding:1rem;transform:translateY(0);transition:all .3s ease}.order-success-container .order-id-box:hover{box-shadow:0 4px 12px #2196f31f;transform:translateY(-2px)}.order-success-container .order-id-box p{color:#666;font-family:Libre Bodoni,serif}.order-success-container .order-id-box p span{color:#2196f3;font-family:Libre Bodoni,serif;font-weight:600;margin-left:.25rem}.order-success-container .confirmation-text{color:#666;font-family:Libre Bodoni,serif;line-height:1.6;margin-bottom:2rem}.order-success-container .button-group{display:flex;gap:1rem;justify-content:center;opacity:0;transform:translateY(20px);transition:all .6s cubic-bezier(.4,0,.2,1) .6s}.order-success-container .button-group.show{opacity:1;transform:translateY(0)}@media(max-width:640px){.order-success-container .button-group{flex-direction:column}}.order-success-container .primary-button,.order-success-container .secondary-button{align-items:center;border:none;border-radius:.75rem;cursor:pointer;display:flex;font-family:Libre Bodoni,serif;font-size:1rem;font-weight:500;gap:.5rem;justify-content:center;padding:.875rem 1.75rem;transform:translateY(0);transition:all .3s cubic-bezier(.4,0,.2,1)}.order-success-container .primary-button .button-icon,.order-success-container .secondary-button .button-icon{font-size:1.25rem;transition:transform .3s ease}.order-success-container .primary-button:hover,.order-success-container .secondary-button:hover{transform:translateY(-2px)}.order-success-container .primary-button:hover .button-icon,.order-success-container .secondary-button:hover .button-icon{transform:scale(1.1)}.order-success-container .primary-button:active,.order-success-container .secondary-button:active{transform:translateY(0)}.order-success-container .primary-button{background:linear-gradient(135deg,#2196f3,#1976d2);box-shadow:0 4px 12px #2196f34d;color:#fff}.order-success-container .primary-button:hover{box-shadow:0 6px 16px #2196f366}.order-success-container .secondary-button{background:linear-gradient(135deg,#9c27b01a,#9c27b033);box-shadow:0 4px 12px #9c27b01a;color:#9c27b0}.order-success-container .secondary-button:hover{background:linear-gradient(135deg,#9c27b026,#9c27b040);box-shadow:0 6px 16px #9c27b026}@keyframes circle-draw{0%{opacity:0;transform:rotate(0deg) scale(0)}50%{opacity:.5;transform:rotate(1turn) scale(.8)}to{opacity:1;transform:rotate(2turn) scale(1)}}@keyframes check-draw{0%{opacity:0;transform:translate(-50%,-50%) rotate(45deg) scale(0)}50%{opacity:.8;transform:translate(-50%,-50%) rotate(45deg) scale(1.2)}to{opacity:1;transform:translate(-50%,-50%) rotate(45deg) scale(1)}}.terms-container{background-color:#f9fafb;font-family:Libre Bodoni,serif;min-height:100vh;padding:3rem 1rem}.terms-container .terms-content{margin:0 auto;max-width:100%;padding:0 1rem;width:95%}@media(max-width:768px){.terms-container .terms-content{margin:0;padding:0 .5rem}}.terms-container .terms-header{margin-bottom:3rem;text-align:center}.terms-container .terms-header h1{color:#111827;font-size:2.25rem;font-weight:700;margin-bottom:1rem}@media(max-width:768px){.terms-container .terms-header h1{font-size:1.75rem}}.terms-container .terms-header p{color:#4b5563}.terms-container .terms-sections{background-color:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;margin:0 auto;padding:1.5rem;width:100%}@media(max-width:768px){.terms-container .terms-sections{border-radius:.5rem;padding:1rem}}.terms-container .terms-section{margin-bottom:1.5rem}.terms-container .terms-section__button{align-items:center;background-color:#f9fafb;border:none;border-radius:.5rem;cursor:pointer;display:flex;justify-content:space-between;padding:1rem;transition:background-color .2s ease;width:100%}.terms-container .terms-section__button:hover{background-color:#f3f4f6}.terms-container .terms-section__button h2{color:#1f2937;font-size:1.25rem;font-weight:600}@media(max-width:768px){.terms-container .terms-section__button h2{font-size:1rem}}.terms-container .terms-section__button .toggle-icon{color:#4b5563;font-size:1.5rem;font-weight:700;transition:transform .3s ease}.terms-container .terms-section__button .toggle-icon--open{transform:rotate(180deg)}.terms-container .terms-section__content{max-height:0;opacity:0;overflow:hidden;transition:all .3s ease-in-out}.terms-container .terms-section__content--open{margin-top:1rem;max-height:500px;opacity:1;padding:1rem}.terms-container .terms-section__content p{color:#4b5563;line-height:1.75;margin-bottom:1rem}@media(max-width:768px){.terms-container .terms-section__content p{font-size:.875rem;line-height:1.6}}.terms-container .terms-section__content ul{color:#4b5563;list-style-type:disc;padding-left:1.5rem}.terms-container .terms-section__content ul li{margin-bottom:.75rem}@media(max-width:768px){.terms-container .terms-section__content ul li{font-size:.875rem;margin-bottom:.5rem}}.terms-container .terms-footer{color:#6b7280;font-size:.875rem;margin-top:2rem;padding:0 1rem;text-align:center}@media(max-width:768px){.terms-container .terms-footer{font-size:.75rem;margin-top:1.5rem}}.about-container{background-color:#f9f3e3;margin:0 auto;max-width:72rem;padding:3rem 1rem}.mission-section{background-color:#fff;border:1px solid #e6a8171a;border-radius:.5rem;box-shadow:0 4px 6px -1px #8b5a2b1a,0 2px 4px -1px #8b5a2b0f;margin-bottom:4rem;padding:2rem}.mission-section h2{color:#8b5a2b;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.mission-section .mission-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:768px){.mission-section .mission-grid{grid-template-columns:repeat(3,1fr)}}.mission-section .mission-item{text-align:center}.mission-section .mission-item .icon{color:#e6a817;height:3rem;margin:0 auto 1rem;width:3rem}.mission-section .mission-item h3{color:#8b5a2b;font-weight:600;margin-bottom:.5rem}.mission-section .mission-item p{color:#a67c52}.info-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;margin-bottom:4rem}@media(min-width:768px){.info-grid{grid-template-columns:repeat(2,1fr)}}.info-grid .contact-section,.info-grid .shipping-section{background-color:#fff;border:1px solid #e6a8171a;border-radius:.5rem;box-shadow:0 4px 6px -1px #8b5a2b1a,0 2px 4px -1px #8b5a2b0f;padding:2rem}.info-grid .contact-section h2,.info-grid .shipping-section h2{color:#8b5a2b;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.contact-section .contact-items{display:flex;flex-direction:column;gap:1rem}.contact-section .contact-item{align-items:flex-start;display:flex}.contact-section .contact-item .icon{color:#e6a817;flex-shrink:0;height:1.5rem;margin-right:1rem;width:1.5rem}.contact-section .contact-item .contact-content h3{color:#8b5a2b;font-weight:600;margin-bottom:.25rem}.contact-section .contact-item .contact-content p{color:#a67c52}.shipping-section .shipping-items{display:flex;flex-direction:column;gap:1rem}.shipping-section .shipping-item h3{color:#8b5a2b;font-weight:600;margin-bottom:.5rem}.shipping-section .shipping-item p{color:#a67c52}.cta-section{text-align:center}.cta-section h2{color:#8b5a2b;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.cta-section p{color:#a67c52;margin-bottom:1.5rem}.cta-section .cta-button{background-color:#e6a817;border:none;border-radius:.5rem;box-shadow:0 2px 4px #0000001a;color:#fff;font-weight:500;padding:.75rem 2rem;transition:background-color .2s ease}.cta-section .cta-button:hover{background-color:#c48a00}.accent-text{color:#7d9b4e}.badge{background-color:#e6a8171a;border-radius:1rem;color:#c48a00;font-size:.875rem;font-weight:500;padding:.25rem .75rem}.contact-container{margin:0 auto;max-width:72rem;padding:3rem 1rem}.hero-section{margin-bottom:4rem;text-align:center}.hero-section h1{color:#8b5a2b;font-size:2.25rem;font-weight:700;margin-bottom:1.5rem}.hero-section p{color:#a67c52;font-size:1.125rem;margin:0 auto;max-width:42rem}.contact-cards{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;margin-bottom:4rem}@media(min-width:640px){.contact-cards{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.contact-cards{grid-template-columns:repeat(4,1fr)}}.contact-card{background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px -1px #8b5a2b1a,0 2px 4px -1px #8b5a2b0f;padding:2rem;text-align:center}.contact-card .icon{color:#e6a817;height:2.5rem;margin:0 auto 1rem;width:2.5rem}.contact-card h3{color:#8b5a2b;font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.contact-card p{color:#a67c52;margin-bottom:.5rem}.contact-card .subtitle{color:#a67c52;font-size:.875rem}.form-section{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:768px){.form-section{grid-template-columns:3fr 2fr}}.form-container{background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px -1px #8b5a2b1a,0 2px 4px -1px #8b5a2b0f;padding:2rem}.form-container h2{color:#8b5a2b;font-size:1.5rem;font-weight:600;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#8b5a2b;display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{border:1px solid #e8d5b0;border-radius:.375rem;padding:.75rem;transition:border-color .2s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#e6a817;outline:none}.submit-button{border-radius:.375rem;font-weight:500;padding:.75rem}.submit-button:hover{background-color:#c48a00}.alert{margin-bottom:1.5rem;text-align:center}.alert.error-alert{background-color:#fef2f2;border:1px solid #fee2e2;color:#dc2626}.alert.success-alert{background-color:#f0fdf4;border:1px solid #dcfce7;color:#16a34a}.submit-button{align-items:center;background-color:#e6a817;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:1rem;gap:.5rem;justify-content:center;padding:.75rem 1.5rem;transition:background-color .2s ease;width:100%}.submit-button:hover{background-color:#b88612}.submit-button:disabled{cursor:not-allowed;opacity:.7}.submit-button.loading{background-color:#cf9715}.submit-button .spinner{animation:spin 1s linear infinite}.form-group input:disabled,.form-group textarea:disabled{background-color:#f3f4f6;cursor:not-allowed}.map-container{background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px -1px #8b5a2b1a,0 2px 4px -1px #8b5a2b0f;padding:2rem}.map-placeholder{align-items:center;background-color:#f3f4f6;border-radius:.375rem;display:flex;height:100%;justify-content:center;min-height:300px;position:relative;text-align:center}.map-placeholder .map-overlay h3{color:#8b5a2b;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.map-placeholder .map-overlay p{color:#a67c52}.admin-login{align-items:center;background-color:#ecf0f1;display:flex;justify-content:center;min-height:100vh}.admin-login__container{background-color:#fff;border-radius:4px;box-shadow:0 2px 10px #0000001a;max-width:400px;padding:32px;width:100%}.admin-login__title{color:#2c3e50;font-size:24px;font-weight:700;margin-bottom:24px;text-align:center}.admin-login__error{background-color:#e74c3c1a;border:1px solid #e74c3c;border-radius:4px;color:#e74c3c;margin-bottom:16px;padding:16px}.admin-login__form{display:flex;flex-direction:column;gap:16px}.admin-login__input-group{display:flex;flex-direction:column;gap:8px}.admin-login__input-group label{color:#2c3e50;font-size:14px;font-weight:500}.admin-login__input-group input{border:1px solid #bdc3c7;border-radius:4px;font-size:16px;padding:12px;transition:border-color .2s}.admin-login__input-group input:focus{border-color:#3498db;outline:none}.admin-login__button{background-color:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;padding:12px;transition:background-color .2s}.admin-login__button:hover{background-color:#217dbb}.admin-orders{background-color:#ecf0f1;min-height:100vh}.admin-orders__navbar{background-color:#fff;box-shadow:0 2px 4px #0000001a;padding:16px 0}.admin-orders__navbar-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 16px}.admin-orders__navbar-title{color:#2c3e50;font-size:20px;font-weight:700}.admin-orders__navbar-logout{background-color:#e74c3c;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:12px 24px;transition:background-color .2s}.admin-orders__navbar-logout:hover{background-color:#d62c1a}.admin-orders__content{margin:0 auto;max-width:1200px;padding:24px 16px}.admin-orders__card{background-color:#fff;border-radius:4px;box-shadow:0 2px 4px #0000001a;padding:24px}.admin-orders__title{color:#2c3e50;font-size:18px;font-weight:600;margin-bottom:24px}.admin-orders__table{border-collapse:collapse;width:100%}.admin-orders__table td,.admin-orders__table th{border-bottom:1px solid #bdc3c7;padding:16px;text-align:left}.admin-orders__table th{background-color:#ecf0f180;color:#2c3e50;font-weight:600}.admin-orders__table tr:last-child td{border-bottom:none}.admin-orders__table tr:hover{background-color:#ecf0f14d}.admin-orders__table-container{margin-top:16px;overflow-x:auto}.admin-orders__expand-btn{align-items:center;background:none;border:none;color:#2c3e50;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:transform .2s}.admin-orders__expand-btn:hover{transform:scale(1.1)}.admin-orders__expanded-row{background-color:#ecf0f14d}.admin-orders__expanded-content{padding:16px}.admin-orders__subtitle{color:#2c3e50;font-size:16px;font-weight:600;margin:16px 0 8px}.admin-orders__subtitle:first-child{margin-top:0}.admin-orders__products-table{border-collapse:collapse;margin-top:16px;width:100%}.admin-orders__products-table td,.admin-orders__products-table th{border:1px solid #bdc3c7;padding:12px;text-align:left}.admin-orders__products-table th{background-color:#ecf0f180;color:#2c3e50;font-weight:600}.admin-orders__products-table tr:hover{background-color:#ecf0f133}.admin-orders__payment-mode,.admin-orders__payment-status{background-color:#3498db1a;border-radius:20px;color:#3498db;display:inline-block;font-size:14px;font-weight:500;padding:8px 16px}.admin-orders__payment-status--pending{background-color:#f1c40f1a;color:#f1c40f}.admin-orders__payment-status--paid{background-color:#2ecc711a;color:#2ecc71}.admin-orders__payment-status--failed{background-color:#e74c3c1a;color:#e74c3c}@media(max-width:768px){.admin-orders__expanded-content{padding:8px}.admin-orders__products-table td,.admin-orders__products-table th{font-size:14px;padding:8px}}.admin-orders__status{border-radius:20px;display:inline-block;font-size:14px;font-weight:500;padding:8px 16px}.admin-orders__status--delivered{background-color:#2ecc711a;color:#2ecc71}.admin-orders__status--processing{background-color:#3498db1a;color:#3498db}.admin-orders__status--shipped{background-color:#f1c40f1a;color:#f1c40f}.admin-orders__payment-status-cell{align-items:center;display:flex;flex-wrap:wrap;gap:8px;min-height:40px}.admin-orders__confirm-btn{align-items:center;background-color:#2ecc71;border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-flex;flex-shrink:0;font-size:13px;font-weight:600;gap:8px;justify-content:center;padding:6px 12px;transition:all .2s ease;white-space:nowrap}.admin-orders__confirm-btn svg{flex-shrink:0;height:16px;width:16px}.admin-orders__confirm-btn:hover{background-color:#25a25a;box-shadow:0 2px 8px #2ecc714d;transform:translateY(-1px)}.admin-orders__confirm-btn:active{transform:translateY(0)}.admin-orders__confirm-btn:focus{outline:2px solid #2ecc71;outline-offset:2px}.modal-overlay{align-items:center;animation:fadeIn .2s ease-out;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:16px;position:fixed;right:0;top:0;z-index:1000}.modal-container{animation:slideUp .3s ease-out;background:#fff;border-radius:4px;box-shadow:0 20px 25px -5px #0000001a;max-height:90vh;max-width:500px;overflow-y:auto;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{align-items:center;border-bottom:1px solid #bdc3c7;display:flex;justify-content:space-between;padding:24px}.modal-header h3{color:#2c3e50;font-size:18px;font-weight:600;margin:0}.modal-close-btn{align-items:center;background:#0000;border:none;border-radius:4px;color:#6b7280;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s;width:32px}.modal-close-btn:hover:not(:disabled){background:#ecf0f1;color:#2c3e50}.modal-close-btn:disabled{cursor:not-allowed;opacity:.5}.modal-body{padding:24px}.modal-body .modal-info{background:#ecf0f180;border-radius:4px;margin-bottom:24px;padding:16px}.modal-body .modal-info .info-row{align-items:center;border-bottom:1px solid #bdc3c7;display:flex;justify-content:space-between;padding:8px 0}.modal-body .modal-info .info-row:last-child{border-bottom:none;padding-bottom:0}.modal-body .modal-info .info-row:first-child{padding-top:0}.modal-body .modal-info .info-row .info-label{color:#6b7280;font-size:14px;font-weight:500}.modal-body .modal-info .info-row .info-value{color:#2c3e50;font-size:14px;font-weight:600}.modal-body .modal-info .info-row .info-value.amount{color:#2ecc71;font-size:16px}.modal-body .modal-warning{background:#f1c40f1a;border:1px solid #f1c40f;border-radius:4px;display:flex;gap:12px;padding:16px}.modal-body .modal-warning .warning-icon{flex-shrink:0;font-size:24px;line-height:1}.modal-body .modal-warning p{color:#78350f;font-size:14px;line-height:1.5;margin:0}.modal-footer{border-top:1px solid #bdc3c7;display:flex;gap:8px;justify-content:flex-end;padding:24px}.modal-footer .btn-secondary{background:#fff;border:1px solid #bdc3c7;border-radius:4px;color:#2c3e50;cursor:pointer;font-size:14px;font-weight:500;padding:12px 24px;transition:all .2s}.modal-footer .btn-secondary:hover:not(:disabled){background:#ecf0f180}.modal-footer .btn-secondary:disabled{cursor:not-allowed;opacity:.5}.modal-footer .btn-primary{align-items:center;background:#2ecc71;border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;padding:12px 24px;transition:all .2s}.modal-footer .btn-primary svg{height:16px;width:16px}.modal-footer .btn-primary:hover:not(:disabled){background:#25a25a}.modal-footer .btn-primary:disabled{background:#ecf0f1;cursor:not-allowed}.modal-footer .btn-primary .btn-spinner{animation:spin .6s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:#0000;height:16px;width:16px}@media(max-width:768px){.admin-orders__content{padding:16px 8px}.admin-orders__table{display:block;overflow-x:auto;white-space:nowrap}.admin-orders__table td,.admin-orders__table th{padding:12px}.admin-orders__payment-status-cell{align-items:stretch;flex-direction:column;min-height:auto}.admin-orders__confirm-btn{justify-content:center;padding:8px 16px;width:100%}.modal-container{margin:16px}.modal-body,.modal-footer,.modal-header{padding:16px}.modal-footer{flex-direction:column}.modal-footer .btn-primary,.modal-footer .btn-secondary{justify-content:center;width:100%}}.admin-contact-container{margin:0 auto;max-width:1200px;padding:2rem}.admin-contact-container .admin-contact-header{margin-bottom:2rem}.admin-contact-container .admin-contact-header h1{color:#333;font-size:2rem;margin-bottom:1rem}.admin-contact-container .admin-contact-header .stats{background:#f8f9fa;border-radius:8px;display:flex;gap:2rem;padding:1rem}.admin-contact-container .admin-contact-header .stats .stat-item{display:flex;gap:.5rem}.admin-contact-container .admin-contact-header .stats .stat-item span:first-child{color:#666}.admin-contact-container .admin-contact-header .stats .stat-item span:last-child{color:#e6a817;font-weight:700}.admin-contact-container .contact-list{display:flex;flex-direction:column;gap:1rem}.admin-contact-container .contact-list .contact-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;display:flex;gap:2rem;justify-content:space-between;padding:1.5rem}.admin-contact-container .contact-list .contact-card.pending{border-left:4px solid #f59e0b}.admin-contact-container .contact-list .contact-card.responded{border-left:4px solid #10b981}.admin-contact-container .contact-list .contact-card.closed{border-left:4px solid #6b7280}.admin-contact-container .contact-list .contact-card .contact-info{flex:1 1}.admin-contact-container .contact-list .contact-card .contact-info h3{color:#333;font-size:1.2rem;margin-bottom:.5rem}.admin-contact-container .contact-list .contact-card .contact-info .message{color:#4b5563;line-height:1.5;margin-bottom:1rem}.admin-contact-container .contact-list .contact-card .contact-info .sender-details{color:#666;font-size:.9rem}.admin-contact-container .contact-list .contact-card .contact-info .sender-details p{margin:.25rem 0}.admin-contact-container .contact-list .contact-card .contact-actions{display:flex;flex-direction:column;gap:1rem;min-width:150px}.admin-contact-container .contact-list .contact-card .contact-actions .status-select{background:#fff;border:1px solid #e0e0e0;border-radius:4px;cursor:pointer;padding:.5rem}.admin-contact-container .contact-list .contact-card .contact-actions .status-select.pending{color:#f59e0b}.admin-contact-container .contact-list .contact-card .contact-actions .status-select.responded{color:#10b981}.admin-contact-container .contact-list .contact-card .contact-actions .status-select.closed{color:#6b7280}.admin-contact-container .contact-list .contact-card .contact-actions .reply-button{background:#e6a817;border-radius:4px;color:#fff;padding:.5rem 1rem;text-align:center;text-decoration:none;transition:background-color .2s}.admin-contact-container .contact-list .contact-card .contact-actions .reply-button:hover{background:#b88612}.admin-contact-loading{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:300px}.admin-contact-loading .spinner{animation:spin 1s linear infinite}.admin-contact-error{color:#dc2626;padding:2rem;text-align:center}.admin-contact-error button{background:#e6a817;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:1rem;padding:.5rem 1rem}.admin-contact-error button:hover{background:#b88612}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.admin-layout{background-color:#f3f4f6;display:flex;min-height:100vh}.admin-layout__sidebar{background:#fff;border-right:1px solid #e5e7eb;height:100vh;position:fixed;transition:transform .2s ease-in-out;width:256px}@media(max-width:1024px){.admin-layout__sidebar{transform:translateX(-100%);z-index:50}.admin-layout__sidebar--open{transform:translateX(0)}}.admin-layout__sidebar-content{display:flex;flex-direction:column;height:100%}.admin-layout__header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1rem}.admin-layout__title{font-size:1.25rem;font-weight:600}.admin-layout__close-btn{color:#6b7280;display:none}@media(max-width:1024px){.admin-layout__close-btn{display:block}}.admin-layout__nav{flex:1 1;padding:1rem}.admin-layout__nav-item{align-items:center;border-radius:.5rem;color:#374151;display:flex;gap:.5rem;margin-bottom:.5rem;padding:.75rem;transition:all .2s;width:100%}.admin-layout__nav-item:hover{background-color:#f3f4f6}.admin-layout__nav-item--active{background-color:#eff6ff;color:#2563eb}.admin-layout__footer{border-top:1px solid #e5e7eb;padding:1rem}.admin-layout__logout-btn{align-items:center;border-radius:.5rem;color:#dc2626;display:flex;gap:.5rem;padding:.75rem;transition:all .2s;width:100%}.admin-layout__logout-btn:hover{background-color:#fef2f2}.admin-layout__content{flex:1 1;margin-left:256px}@media(max-width:1024px){.admin-layout__content{margin-left:0}}.admin-layout__mobile-header{background:#fff;border-bottom:1px solid #e5e7eb;display:none;padding:.75rem 1rem}@media(max-width:1024px){.admin-layout__mobile-header{display:block}}.admin-layout__menu-btn{color:#6b7280}.admin-layout__main{padding:1.5rem}.admin-products{margin:0 auto;max-width:1200px;padding:2rem}.admin-products__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.admin-products__header h2{color:#333;font-size:1.5rem;font-weight:600}.alert{border-radius:4px;margin-bottom:1rem;padding:1rem}.alert-error{background-color:#fee2e2;border:1px solid #ef4444;color:#991b1b}.alert-success{background-color:#dcfce7;border:1px solid #22c55e;color:#166534}.product-form{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:2rem}.product-form .form-group{margin-bottom:1.5rem}.product-form .form-group label{color:#374151;display:block;font-weight:500;margin-bottom:.5rem}.product-form .form-group input,.product-form .form-group select,.product-form .form-group textarea{background-color:#fff;border:1px solid #d1d5db;border-radius:4px;padding:.75rem;transition:border-color .2s;width:100%}.product-form .form-group input:focus,.product-form .form-group select:focus,.product-form .form-group textarea:focus{border-color:#e6a817;box-shadow:0 0 0 2px #0664691a;outline:none}.product-form .form-group textarea{min-height:100px;resize:vertical}.product-form .form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.product-form .variation-section{background:#f9fafb;border-radius:6px;margin:1.5rem 0;padding:1.5rem}.product-form .variation-section h3{color:#374151;font-size:1.25rem;margin-bottom:1.5rem}.product-form .file-input-wrapper{align-items:center;border:2px dashed #d1d5db;border-radius:4px;cursor:pointer;display:flex;gap:.5rem;padding:.75rem;transition:border-color .2s}.product-form .file-input-wrapper:hover{border-color:#e6a817}.product-form .file-input-wrapper input[type=file]{height:.1px;opacity:0;position:absolute;width:.1px}.product-form .file-input-wrapper svg{color:#e6a817}.product-form .image-preview{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));margin-top:1rem}.product-form .image-preview-item{aspect-ratio:1;border:1px solid #d1d5db;border-radius:4px;overflow:hidden;position:relative}.product-form .image-preview-item img{height:100%;object-fit:cover;width:100%}.products-list{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.products-list .product-card{align-items:start;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:space-between;padding:1.5rem;transition:transform .2s,box-shadow .2s}.products-list .product-card:hover{box-shadow:0 4px 6px #0000001a;transform:translateY(-2px)}.products-list .product-card__content h3{color:#1f2937;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.products-list .product-card__content p{color:#6b7280;margin-bottom:.25rem}.products-list .product-card__content p.price{color:#e6a817;font-size:1.125rem;font-weight:600}.btn-primary,.products-list .product-card__actions{display:flex;gap:.5rem}.btn-primary{align-items:center;background-color:#e6a817;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.75rem 1.5rem;transition:background-color .2s}.btn-primary:hover{background-color:#cf9715}.btn-secondary{align-items:center;background-color:#f3f4f6;border:1px solid #d1d5db;border-radius:4px;color:#374151;cursor:pointer;display:flex;gap:.5rem;padding:.75rem 1.5rem;transition:background-color .2s}.btn-secondary:hover{background-color:#e5e7eb}.btn-icon{background:none;border:none;border-radius:4px;color:#e6a817;cursor:pointer;padding:.5rem;transition:background-color .2s}.btn-icon:hover{background-color:#0664691a}.btn-icon--danger{color:#ef4444}.btn-icon--danger:hover{background-color:#ef44441a}.form-actions{border-top:1px solid #e5e7eb;display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1rem}@media(max-width:768px){.admin-products{padding:1rem}.admin-products__header{align-items:stretch;flex-direction:column;gap:1rem}.admin-products__header button{justify-content:center;width:100%}.form-row,.products-list{grid-template-columns:1fr}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.product-card,.product-form{animation:fadeIn .3s ease-out}
/*# sourceMappingURL=main.63225c2f.css.map*/