.catalog-page{min-height:80vh;background:#fbf9f5;padding:3.5rem 0 6rem;color:#0f172a}.catalog-shell{width:min(1200px,calc(100% - 2.5rem));margin:0 auto}.catalog-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(184,134,11,.18)}.catalog-badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#b8860b;background:rgba(184,134,11,.08);border:1px solid rgba(184,134,11,.25);padding:.35rem .85rem;border-radius:99px;margin-bottom:.75rem}.catalog-heading h1{font-family:var(--serif,Georgia,serif);font-size:clamp(2.2rem,4.5vw,3.2rem);font-weight:600;color:#0f172a;margin:0 0 .4rem;line-height:1.1}.catalog-heading p{color:#64748b;font-size:1.05rem;margin:0;max-width:55ch}.catalog-cart-link{display:inline-flex;align-items:center;gap:.6rem;border-radius:999px;background:#0f172a;color:#ffffff;padding:.85rem 1.6rem;text-decoration:none;font-weight:700;font-size:.9rem;box-shadow:0 6px 20px rgba(15,23,42,.15);transition:all .25s ease;white-space:nowrap}.catalog-cart-link:hover{background:#1e293b;transform:translateY(-2px);box-shadow:0 10px 25px rgba(15,23,42,.25)}.catalog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.catalog-card{display:flex;flex-direction:column;border-radius:24px;border:1px solid rgba(184,134,11,.2);background:#ffffff;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.04);transition:all .35s cubic-bezier(.16,1,.3,1);position:relative}.catalog-card:hover{transform:translateY(-6px);box-shadow:0 20px 45px rgba(184,134,11,.15);border-color:rgba(184,134,11,.45)}.catalog-image-link{display:flex;align-items:center;justify-content:center;height:270px;max-height:270px;width:100%;background:radial-gradient(circle at center,#fffdfa 0,#f7efe2 100%);position:relative;overflow:hidden;padding:1.5rem;flex-shrink:0}.catalog-card-img{max-width:100%;max-height:100%;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 14px 22px rgba(0,0,0,.12));transition:transform .4s cubic-bezier(.16,1,.3,1)}.catalog-card:hover .catalog-card-img{transform:scale(1.06) translateY(-4px)}.catalog-tag-discount{left:1rem;background:#b8860b;color:#ffffff;font-weight:800;letter-spacing:.06em;padding:.3rem .7rem;border-radius:8px;box-shadow:0 4px 12px rgba(184,134,11,.3)}.catalog-tag-discount,.catalog-tag-stock{position:absolute;top:1rem;font-size:.72rem;z-index:2}.catalog-tag-stock{right:1rem;background:rgba(255,255,255,.9);backdrop-filter:blur(8px);border:1px solid rgba(16,185,129,.3);color:#047857;font-weight:700;padding:.3rem .75rem;border-radius:99px;display:flex;align-items:center;gap:.4rem}.catalog-tag-stock.out{border-color:rgba(239,68,68,.3);color:#b91c1c}.stock-dot{width:6px;height:6px;border-radius:50%;background:#10b981}.catalog-tag-stock.out .stock-dot{background:#ef4444}.catalog-card-body{padding:1.5rem;flex-direction:column;flex:1;gap:1.25rem;background:#ffffff}.catalog-card-body,.catalog-meta-top{display:flex;justify-content:space-between}.catalog-meta-top{align-items:center;gap:.5rem}.catalog-category{font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#b8860b}.catalog-rating{font-size:.78rem;font-weight:700;color:#d97706}.catalog-card h2{font-family:var(--serif,Georgia,serif);font-size:1.35rem;font-weight:600;margin:.3rem 0 .4rem;color:#0f172a;line-height:1.25}.catalog-card h2 a{color:inherit;text-decoration:none;transition:color .2s ease}.catalog-card h2 a:hover{color:#b8860b}.catalog-card-desc{font-size:.88rem;color:#64748b;margin:0;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.catalog-pricing{justify-content:space-between;padding-top:1rem;border-top:1px solid #f1f5f9}.catalog-pricing,.price-box{display:flex;align-items:baseline}.price-box{gap:.6rem}.price-selling{font-size:1.6rem;font-weight:800;color:#0f172a}.price-mrp{font-size:.95rem;color:#94a3b8;text-decoration:line-through}.catalog-size{font-size:.8rem;font-weight:600;color:#64748b;background:#f8fafc;padding:.25rem .65rem;border-radius:8px;border:1px solid #e2e8f0}.catalog-actions{display:flex;gap:.75rem}.btn-add-cart{flex:1;border:0;border-radius:14px;background:#b8860b;color:#ffffff;padding:.85rem 1rem;font-weight:700;font-size:.9rem;cursor:pointer;box-shadow:0 6px 18px rgba(184,134,11,.28);transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn-add-cart:hover{background:#a27508;transform:translateY(-2px);box-shadow:0 10px 22px rgba(184,134,11,.38)}.btn-add-cart.added{background:#059669;box-shadow:0 6px 18px rgba(5,150,105,.28)}.btn-view-product{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1rem;border-radius:14px;border:1px solid #cbd5e1;background:#ffffff;color:#1e293b;font-weight:700;font-size:.88rem;text-decoration:none;transition:all .2s ease}.btn-view-product:hover{border-color:#b8860b;color:#b8860b;background:#fefce8}.catalog-out-badge{flex:1;text-align:center;padding:.75rem;background:#fef2f2;color:#dc2626;font-weight:700;border-radius:14px;font-size:.88rem}.catalog-state{text-align:center;padding:5rem 1rem;color:#64748b;font-size:1.1rem}.catalog-error{color:#dc2626}.empty-cart-wrap{max-width:900px;margin:1rem auto 4rem;display:flex;flex-direction:column;align-items:center;gap:2rem}.empty-cart-hero{width:100%;border-radius:28px;border:1px solid rgba(184,134,11,.25);background:radial-gradient(circle at center,#ffffff 0,#fcf7ef 100%);box-shadow:0 15px 45px rgba(184,134,11,.08);padding:3.5rem 2rem;text-align:center;position:relative;overflow:hidden}.empty-cart-icon-wrap{width:90px;height:90px;margin:0 auto 1.5rem;border-radius:50%;background:linear-gradient(135deg,#fefce8,#fef3c7);border:2px solid rgba(184,134,11,.3);display:grid;place-items:center;font-size:2.5rem;box-shadow:0 10px 25px rgba(184,134,11,.15);animation:floatIcon 4s ease-in-out infinite alternate}@keyframes floatIcon{0%{transform:translateY(0)}to{transform:translateY(-8px)}}.empty-cart-badge{display:inline-block;font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#b8860b;background:rgba(184,134,11,.1);border:1px solid rgba(184,134,11,.3);padding:.35rem .9rem;border-radius:99px;margin-bottom:1rem}.empty-cart-hero h1{font-family:var(--serif,Georgia,serif);font-size:clamp(2rem,4vw,2.8rem);font-weight:600;color:#0f172a;margin:0 0 .75rem;line-height:1.15}.empty-cart-hero p{color:#64748b;font-size:1.05rem;max-width:50ch;margin:0 auto 2rem;line-height:1.6}.empty-cart-cta-group{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.btn-empty-primary{border-radius:999px;background:#b8860b;color:#ffffff;padding:.9rem 2rem;text-decoration:none;font-weight:700;font-size:.95rem;box-shadow:0 8px 25px rgba(184,134,11,.3);transition:all .25s ease;border:0;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem}.btn-empty-primary:hover{background:#a27508;transform:translateY(-2px);box-shadow:0 12px 30px rgba(184,134,11,.4)}.btn-empty-secondary{border-radius:999px;border:1px solid #cbd5e1;background:#ffffff;color:#1e293b;padding:.9rem 1.8rem;text-decoration:none;font-weight:700;font-size:.95rem;transition:all .25s ease;display:inline-flex;align-items:center;gap:.5rem}.btn-empty-secondary:hover{border-color:#b8860b;color:#b8860b;background:#fefce8}.empty-cart-feature-card{width:100%;border-radius:24px;border:1px solid #e2e8f0;background:#ffffff;padding:1.75rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;box-shadow:0 10px 30px rgba(0,0,0,.03)}.empty-cart-feature-left{display:flex;align-items:center;gap:1.5rem}.empty-cart-feature-img{width:90px;height:90px;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(0,0,0,.1))}.empty-cart-feature-info h3{font-family:var(--serif,Georgia,serif);font-size:1.25rem;font-weight:600;color:#0f172a;margin:0 0 .3rem}.empty-cart-feature-info p{font-size:.85rem;color:#64748b;margin:0 0 .5rem;max-width:40ch}.empty-cart-feature-price{font-size:1.3rem;font-weight:800;color:#0f172a}.empty-cart-feature-mrp{font-size:.85rem;color:#94a3b8;text-decoration:line-through;margin-left:.5rem}.empty-cart-trust-bar{display:flex;align-items:center;justify-content:center;gap:2.5rem;flex-wrap:wrap;width:100%;padding-top:1.5rem;border-top:1px solid #e2e8f0;color:#475569;font-size:.88rem;font-weight:600}.empty-cart-trust-item{display:flex;align-items:center;gap:.5rem}.catalog-breadcrumb{display:flex;align-items:center;gap:.6rem;margin-top:1rem;margin-bottom:1.5rem;font-size:.88rem;font-weight:600;color:#64748b}.catalog-breadcrumb a{color:#64748b;text-decoration:none;transition:color .2s ease}.catalog-breadcrumb a:hover{color:#b8860b}.catalog-breadcrumb span{color:#cbd5e1}.catalog-breadcrumb .active{color:#0f172a;font-weight:700}.product-detail{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);gap:3.5rem;align-items:start;background:#ffffff;border-radius:32px;border:1px solid rgba(184,134,11,.2);padding:2.5rem;box-shadow:0 15px 45px rgba(0,0,0,.04)}.product-detail-image{display:flex;align-items:center;justify-content:center;height:480px;max-height:480px;border-radius:24px;background:radial-gradient(circle at center,#fffdfa 0,#f7efe2 100%);border:1px solid rgba(184,134,11,.2);position:relative;overflow:hidden;padding:2.5rem}.product-detail-image img{max-width:100%;max-height:100%;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 16px 30px rgba(0,0,0,.15));transition:transform .4s ease}.product-detail-image:hover img{transform:scale(1.05)}.product-detail-copy{display:flex;flex-direction:column;gap:1.25rem}.product-detail-category-tag{display:inline-flex;align-items:center;gap:.4rem;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#b8860b;background:rgba(184,134,11,.08);border:1px solid rgba(184,134,11,.25);padding:.35rem .85rem;border-radius:99px;width:-moz-fit-content;width:fit-content}.product-detail-copy h1{font-family:var(--serif,Georgia,serif);font-size:clamp(2.2rem,3.5vw,3rem);font-weight:600;color:#0f172a;margin:0;line-height:1.15}.product-size-badge{font-size:.85rem;font-weight:600;color:#64748b;background:#f8fafc;padding:.3rem .8rem;border-radius:8px;border:1px solid #e2e8f0;width:-moz-fit-content;width:fit-content}.product-price-section{display:flex;align-items:baseline;gap:1rem;padding:1rem 0;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9}.product-price-selling{font-size:2.4rem;font-weight:800;color:#0f172a}.product-price-mrp{font-size:1.2rem;color:#94a3b8;text-decoration:line-through}.product-price-discount{font-size:.82rem;font-weight:800;color:#ffffff;background:#b8860b;padding:.3rem .75rem;border-radius:8px}.product-price-tax-note{font-size:.8rem;color:#64748b;margin-top:-.5rem}.product-description{white-space:pre-line;color:#475569;font-size:1.02rem;line-height:1.7;margin:0}.product-herbs-box{background:#fcfaf6;border:1px solid rgba(184,134,11,.2);border-radius:18px;padding:1.25rem}.product-herbs-title{font-size:.78rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#b8860b;margin-bottom:.75rem}.product-herbs-list{display:flex;flex-wrap:wrap;gap:.5rem}.product-herb-chip{font-size:.8rem;font-weight:700;color:#1e293b;background:#ffffff;border:1px solid #e2e8f0;padding:.3rem .7rem;border-radius:99px;box-shadow:0 2px 5px rgba(0,0,0,.03)}.product-quantity-row{display:flex;align-items:center;justify-content:space-between;margin:.5rem 0;font-weight:700;color:#0f172a}.product-quantity-picker{display:inline-flex;align-items:center;border:1px solid #cbd5e1;border-radius:12px;overflow:hidden;background:#ffffff}.product-quantity-picker button{width:44px;height:42px;border:0;background:#ffffff;cursor:pointer;font-size:1.25rem;font-weight:700;color:#0f172a;transition:background .2s ease}.product-quantity-picker button:hover{background:#f1f5f9}.product-quantity-picker output{min-width:44px;text-align:center;font-size:1.05rem;font-weight:800}.product-detail-actions{display:flex;gap:1rem;margin-top:.5rem}.btn-buy-now-detail{flex:1.2;border:0;border-radius:16px;background:#b8860b;color:#ffffff;padding:1.1rem 1.8rem;font-weight:800;font-size:1.05rem;cursor:pointer;box-shadow:0 8px 25px rgba(184,134,11,.32);transition:all .25s ease;display:inline-flex;align-items:center;justify-content:center;gap:.6rem}.btn-buy-now-detail:hover{background:#a27508;transform:translateY(-2px);box-shadow:0 12px 30px rgba(184,134,11,.42)}.btn-view-cart-detail{flex:0.8;display:inline-flex;align-items:center;justify-content:center;padding:1.1rem 1.5rem;border-radius:16px;border:1.5px solid #cbd5e1;background:#ffffff;color:#1e293b;font-weight:700;font-size:.95rem;text-decoration:none;transition:all .2s ease}.btn-view-cart-detail:hover{border-color:#b8860b;color:#b8860b;background:#fefce8}.product-trust-badges-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:1rem;border-top:1px solid #f1f5f9;font-size:.82rem;font-weight:600;color:#64748b}@media (max-width:900px){.product-detail{grid-template-columns:1fr;gap:2rem;padding:1.5rem}.product-detail-image{height:340px}}@media (max-width:640px){.catalog-page{padding-top:2rem}.catalog-heading{align-items:flex-start;flex-direction:column}.catalog-grid{grid-template-columns:1fr}.empty-cart-feature-card{text-align:center}.empty-cart-feature-card,.empty-cart-feature-left{flex-direction:column;align-items:center}}.mobile-sticky-buy-bar{display:none}@media (max-width:768px){.customer-chat-widget-wrapper{display:none!important}.mobile-sticky-buy-bar{display:flex;align-items:center;justify-content:space-between;position:fixed;bottom:0;left:0;right:0;z-index:9990;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(184,134,11,.25);gap:10px;padding:10px 14px;box-shadow:0 -8px 25px rgba(0,0,0,.12)}.mobile-buy-info{display:flex;flex-direction:column;gap:3px;min-width:0}.mobile-buy-title{font-size:.78rem;font-weight:700;color:#0f172a;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-buy-price-box{display:flex;align-items:center;gap:7px;flex-wrap:nowrap}.mobile-buy-mrp{font-size:.72rem;color:#94a3b8;text-decoration:line-through}.mobile-buy-save{font-size:.72rem;letter-spacing:.02em;color:#7a5606;background:linear-gradient(180deg,#fdf3d6,#f8e7b4);border:1px solid rgba(184,134,11,.4);padding:2px 9px;border-radius:999px}.mobile-buy-btn,.mobile-buy-save{white-space:nowrap;font-weight:800}.mobile-buy-btn{display:inline-flex;align-items:center;gap:9px;border:0;border-radius:999px;background:#b8860b;color:#ffffff;padding:10px 15px;font-size:.83rem;cursor:pointer;box-shadow:0 4px 15px rgba(184,134,11,.35);transition:transform .2s ease}.mobile-buy-btn:active{transform:scale(.96)}.mobile-buy-pulse{position:relative;display:inline-block;flex-shrink:0;width:7px;height:7px;border-radius:50%;background:#ffffff}.mobile-buy-pulse:after{content:"";position:absolute;inset:0;border-radius:50%;border:1.5px solid rgba(255,255,255,.85);animation:mobileBuyPulse 2.8s ease-out infinite}@keyframes mobileBuyPulse{0%{transform:scale(1);opacity:.6}45%{transform:scale(2.6);opacity:0}to{transform:scale(2.6);opacity:0}}@media (prefers-reduced-motion:reduce){.mobile-buy-pulse:after{animation:none;opacity:0}}}@media (max-width:380px){.mobile-sticky-buy-bar{padding:10px 12px;gap:8px}.mobile-buy-title{font-size:.72rem}.mobile-buy-mrp{font-size:.66rem}.mobile-buy-save{font-size:.66rem;padding:2px 7px}.mobile-buy-btn{padding:9px 12px;font-size:.78rem;gap:7px}}.cart-offer-applied{width:-moz-fit-content;width:fit-content;margin-top:.3rem;padding:.2rem .5rem;border:1px solid #86efac;border-radius:999px;background:#f0fdf4;color:#15803d;font-size:.72rem;font-weight:700}.cart-promotion-discount{color:#15803d}.guide-list{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-top:1.5rem}.guide-card{border:1px solid var(--line,#e2e8f0);border-radius:14px;padding:1.25rem;background:#fff}.guide-card h2{font-size:1.1rem;margin:0 0 .5rem;line-height:1.35}.guide-card h2 a{color:#0f172a;text-decoration:none}.guide-card h2 a:hover{color:var(--gold,#b8860b)}.guide-card p{margin:0 0 .75rem;color:#475569;font-size:.92rem;line-height:1.6}.guide-card-link,.guide-inline-link{color:var(--gold,#b8860b);font-weight:600;text-decoration:none}.guide-note{margin-top:1.75rem;color:#64748b;font-size:.88rem}.guide-disclaimer a,.guide-note a{color:var(--gold,#b8860b)}.guide-article{max-width:72ch}.guide-article h1{font-size:clamp(1.7rem,4.5vw,2.5rem);line-height:1.2;margin:.75rem 0 .5rem}.guide-lede{color:#475569;font-size:1.02rem;line-height:1.7}.guide-lede,.guide-section{margin-bottom:2rem}.guide-section h2{font-size:1.25rem;margin:0 0 .75rem;line-height:1.35}.guide-section p{color:#334155;line-height:1.75;margin:0 0 1rem}.guide-faq{margin-bottom:1.25rem}.guide-faq h3{font-size:1rem;margin:0 0 .35rem}.guide-faq p{margin:0;color:#475569;line-height:1.7}.guide-cta{border:1px solid var(--line,#e2e8f0);border-left:4px solid var(--gold,#b8860b);border-radius:12px;padding:1.25rem;background:#fffdf7;margin:2rem 0}.guide-cta h2{font-size:1.1rem;margin:0 0 .4rem}.guide-cta p{margin:0 0 .75rem;color:#475569;line-height:1.6}.guide-cta-link{color:var(--gold,#b8860b);font-weight:700;text-decoration:none}.guide-disclaimer{font-size:.82rem;color:#64748b;line-height:1.6;border-top:1px solid var(--line,#e2e8f0);padding-top:1rem}.faq-section{padding:clamp(2.5rem,6vw,4rem) 0;background:#fbfaf7}.faq-header{text-align:center;margin-bottom:2rem}.faq-title{font-size:clamp(1.5rem,4vw,2.2rem);margin:.3rem 0 0;line-height:1.25}.faq-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.faq-item{background:#fff;border:1px solid var(--line,#e2e8f0);border-radius:12px;padding:1.1rem 1.25rem}.faq-item h3{font-size:1rem;margin:0 0 .45rem;line-height:1.4}.faq-item p{margin:0;color:#475569;font-size:.92rem;line-height:1.65}.faq-footnote{margin:1.75rem auto 0;max-width:60ch;text-align:center;color:#64748b;font-size:.88rem}.faq-footnote a{color:var(--gold,#b8860b)}