:root{--gold: #c4a577;--gold-dark: #a17440;--gold-soft: #d3a56e;--ink: #222222;--muted: #5a5a5a;--cream: #faf6ef;--line: #ece3d4}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Montserrat,sans-serif;color:var(--ink);background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.serif{font-family:Playfair Display,serif}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 30px;border-radius:40px;font-weight:600;font-size:.9rem;letter-spacing:.4px;cursor:pointer;border:2px solid var(--gold);background:var(--gold);color:#fff;transition:all .25s ease;text-transform:uppercase}.btn:hover{background:var(--gold-dark);border-color:var(--gold-dark);transform:translateY(-2px)}.btn.ghost{background:transparent;color:var(--gold-dark)}.btn.ghost:hover{background:var(--gold);color:#fff}.topbar{background:var(--gold);color:#fff;font-size:.9rem;font-weight:600}.topbar .container{display:flex;justify-content:space-between;align-items:center;height:45px}.topbar a,.topbar .center{color:#1a1a1a;font-size:11px}.topbar a:hover{opacity:.7}.topbar .left{display:flex;gap:34px;align-items:center}.topbar .center{letter-spacing:.3px;position:relative;right:85px}.topbar .right{display:flex;gap:22px;align-items:center}.topbar .iconbtn{position:relative;display:inline-flex}.topbar .iconbtn img{height:25px;width:auto;filter:brightness(0) invert(1)}.topbar .cart-badge{position:absolute;top:-6px;right:-10px;background:var(--ink);color:#fff;font-size:.65rem;width:18px;height:18px;border-radius:50%;display:grid;place-items:center;font-weight:700}.header{position:absolute;top:50px;left:0;right:0;z-index:100}.header .container{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:96px;gap:20px}.logo{justify-self:center}.logo img{width:136.792px}.nav{display:flex;gap:28px;align-items:center}.nav-left{justify-self:start}.nav-right{justify-self:end}.nav .mobile-only{display:none}.nav>a,.nav .dropdown>span{font-weight:600;font-size:1.05rem;color:var(--ink);cursor:pointer;position:relative;padding:6px 0;transition:color .2s}.nav>a:hover,.nav .dropdown>span:hover{color:var(--gold-dark)}.nav>a:after,.nav .dropdown>span:after{content:"";position:absolute;left:0;bottom:0;height:2px;width:0;background:var(--gold);transition:width .25s}.nav>a:hover:after,.nav .dropdown:hover>span:after{width:100%}.dropdown{position:relative}.dropdown-menu{position:absolute;top:130%;left:50%;transform:translate(-50%) translateY(8px);background:#fff;min-width:220px;box-shadow:0 12px 34px #00000024;border-radius:10px;padding:10px 0;opacity:0;visibility:hidden;transition:all .22s;border-top:3px solid var(--gold)}.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.dropdown-menu a{display:block;padding:9px 20px;font-size:.88rem;color:var(--muted)}.dropdown-menu a:hover{background:var(--cream);color:var(--gold-dark)}.menu-toggle{display:none;font-size:1.7rem;background:none;border:none;cursor:pointer;color:var(--ink)}.hero{position:relative;background-color:#fbeed3;background-size:cover;background-position-y:-60px;background-repeat:no-repeat;min-height:585px;display:flex;align-items:center}.hero .container{padding:100px 25px 30px}.hero h1{font-size:5rem;line-height:1;font-weight:700;color:#3a1d0c;letter-spacing:-1px;margin-bottom:20px}.hero .hero-sub{font-size:28px;font-weight:700;color:#3a1d0c;margin-bottom:10px}.hero .hero-tag{font-size:28px;font-weight:700;color:#3a1d0c;margin-bottom:20px}.hero-cta{display:flex;gap:18px;flex-wrap:wrap;margin-bottom:25px}.hero .btn{padding:7px 20px;font-size:.95rem;border:none}.btn-gold{background:var(--gold);color:#fff}.btn-gold:hover{background:var(--gold-dark)}.btn-brown{background:#3a1d0c;color:#fff}.btn-brown:hover{background:#54300f}.live-now{font-size:21px;font-weight:700;color:#3a1d0c;margin-bottom:18px}.marketplaces{display:flex;gap:30px;align-items:center}.mp-icon{width:56px;height:56px;border-radius:50%;overflow:hidden;display:grid;place-items:center}.mp-icon img{width:100%;height:100%;object-fit:cover}.section{padding:70px 0}.section.alt{background:var(--cream)}.section-head{text-align:center;max-width:720px;margin:0 auto 46px}.section-head .kicker{color:var(--gold-dark);font-weight:700;letter-spacing:2px;text-transform:uppercase;font-size:.78rem;margin-bottom:12px}.section-head h2{font-size:2.4rem;font-weight:700;margin-bottom:14px}.section-head p{color:var(--muted)}.grid{display:grid;gap:26px}.grid.cols-3{grid-template-columns:repeat(3,1fr)}.grid.cols-4{grid-template-columns:repeat(4,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;transition:transform .25s,box-shadow .25s;display:flex;flex-direction:column}.card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #a1744029}.card-img{aspect-ratio:1/1;background:#f7f1e7;overflow:hidden}.card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.card:hover .card-img img{transform:scale(1.06)}.card-body{padding:18px;text-align:center;display:flex;flex-direction:column;flex:1}.card-body h3{font-size:1rem;font-weight:600;margin-bottom:10px;min-height:48px}.price{display:flex;gap:10px;justify-content:center;align-items:baseline;margin-bottom:14px}.price .now{color:var(--gold-dark);font-weight:700;font-size:1.15rem}.price .mrp{color:#aaa;text-decoration:line-through;font-size:.9rem}.card .btn{width:100%;margin-top:auto}.menu-section{background:#fff;padding:50px 0 0}.menu-title{text-align:center;font-size:28px;font-weight:600;color:var(--ink);margin-bottom:10px}.menu-title span{color:var(--gold)}.menu-track{overflow:hidden;padding:6px 0 0}.menu-marquee{display:flex;gap:26px;width:max-content;animation:menuScroll 40s linear infinite}.menu-marquee:hover{animation-play-state:paused}.menu-card{flex:0 0 auto;width:230px;border-radius:18px;overflow:hidden;transition:transform .25s}.menu-card:hover{transform:translateY(-6px)}.menu-card img{height:auto;border-radius:18px}@keyframes menuScroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - 13px))}}@media (max-width: 640px){.menu-card{width:180px}.menu-title{font-size:1.8rem}}.about-section{background:#fff;padding:50px 0 0}.about-divider{text-align:center;margin-bottom:10px}.about-divider img{width:auto;display:inline-block;margin:0 auto}.about-title{text-align:center;font-size:28px;font-weight:600;color:var(--ink);margin-bottom:20px}.about-title span{color:var(--gold);font-size:32px;font-weight:800}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:stretch}.about-video{position:relative;height:100%;min-height:300px;border-radius:22px;overflow:hidden;box-shadow:0 24px 50px #0000002e;background:#000}.about-video iframe{width:100%;height:100%;border:0;display:block}.video-thumb{width:100%;height:100%;padding:0;border:0;cursor:pointer;position:relative;display:block;background:#000}.video-thumb img{width:100%;height:100%;object-fit:cover}.play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:78px;height:54px;background:red;border-radius:14px;transition:transform .2s,background .2s}.play-btn:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-40%,-50%);border-style:solid;border-width:13px 0 13px 22px;border-color:transparent transparent transparent #fff}.video-thumb:hover .play-btn{background:#e60000;transform:translate(-50%,-50%) scale(1.08)}.about-text p{line-height:1.85;color:#2a2a2a;text-align:justify;font-size:17px}.about-text strong{font-weight:700;color:#000}@media (max-width: 900px){.about-grid{grid-template-columns:1fr;gap:30px}.about-video{aspect-ratio:16 / 9;height:auto;min-height:0}.about-title{font-size:1.9rem}.about-text p{font-size:1.05rem}}.banner-section{background:#fff;padding:50px 0 0}.banner-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}.banner-title{text-align:center;font-size:28px;font-weight:600;color:var(--ink);margin-bottom:24px}.banner-title span{color:var(--gold)}.banner-card{position:relative;display:block;width:100%;aspect-ratio:16 / 9;border-radius:18px;overflow:hidden;box-shadow:0 18px 40px #00000024;background:#f3e9d6}.banner-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 1.6s ease}.banner-card img.active{opacity:1}.banner-card:hover{box-shadow:0 22px 50px #a1744047}@media (max-width: 900px){.banner-grid{grid-template-columns:1fr;gap:34px}.banner-title{font-size:1.7rem}}.showcase{background:#fff;padding:50px 0 0}.showcase-group{margin-bottom:50px}.showcase-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;gap:16px}.showcase-title{font-size:28px;font-weight:600;color:var(--ink)}.showcase-title span{color:var(--gold)}.show-all{color:#3b6fd4;font-size:.8rem;font-weight:600;white-space:nowrap}.show-all:hover{color:var(--gold-dark)}.showcase-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.showcase-card{display:block;transition:transform .25s}.showcase-img{aspect-ratio:16 / 11;border-radius:14px;overflow:hidden;background:#f7f1e7;margin-bottom:14px}.showcase-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.showcase-card h3{font-size:1rem;font-weight:700;color:var(--ink);text-align:center;margin-bottom:8px}.showcase-desc{font-size:.82rem;color:#6a6a6a;line-height:1.5;text-align:center;margin-bottom:8px}.showcase-tag{font-size:.9rem;font-weight:700;color:var(--gold-dark);text-align:center;margin-top:8px}.featured-card .showcase-desc,.featured-card .showcase-tag{text-align:center}.showcase-card .price{display:flex;gap:10px;justify-content:center;align-items:baseline}.showcase-card .price .now{color:var(--gold-dark);font-weight:600;font-size:.95rem}.showcase-card .price .mrp{color:#b3b3b3;text-decoration:line-through;font-size:.85rem}@media (max-width: 900px){.showcase-grid{grid-template-columns:repeat(2,1fr)}.showcase-title{font-size:1.35rem}}@media (max-width: 560px){.showcase-grid{grid-template-columns:1fr;gap:20px;max-width:360px;margin:0 auto}}.benefits-section{background:#fff;padding:0}.benefits-heading{text-align:center;font-size:28px;font-weight:600;color:var(--ink);max-width:1000px;margin:0 auto 24px;line-height:1.3}.benefits-heading span{color:var(--gold)}.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px 30px}.benefit{display:flex;align-items:center;gap:15px;padding:15px 20px;border-radius:16px;background:#fff;border:1px solid var(--line);transition:transform .25s,box-shadow .25s}.benefit:hover{transform:translateY(-4px);box-shadow:0 16px 34px #a1744029;border-color:var(--gold-soft)}.benefit-icon{flex:0 0 auto}.benefit-icon img{height:66px;width:66px;object-fit:contain}.benefit-body h4{font-size:1.1rem;font-weight:700;color:var(--ink);margin-bottom:6px}.benefit-body p{font-size:.92rem;color:var(--muted);line-height:1.55}@media (max-width: 820px){.benefits-grid{grid-template-columns:1fr}.benefits-heading{font-size:1.5rem}}.tst-section{background:#fff;padding:50px 0 0}.tst-title{text-align:center;font-size:28px;font-weight:600;color:var(--ink);margin-bottom:20px}.tst-title span{color:var(--gold)}.tst-carousel{position:relative;padding:0 50px}.tst-track{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.tst-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:40px 28px;text-align:center;box-shadow:0 8px 24px #0000000a}.tst-avatar{width:96px;height:96px;margin:0 auto 18px;border-radius:50%;overflow:hidden}.tst-avatar img{width:100%;height:100%;object-fit:cover}.tst-card h3{font-size:1.25rem;font-weight:700;color:var(--ink);margin-bottom:8px}.tst-stars{color:#f5b301;letter-spacing:3px;font-size:1.1rem;margin-bottom:16px}.tst-card p{color:var(--muted);line-height:1.7;font-size:.98rem;display:-webkit-box;-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.tst-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:44px;height:44px;border-radius:50%;border:none;background:none;font-size:2rem;color:#9a9a9a;cursor:pointer;transition:color .2s}.tst-arrow:hover{color:var(--gold-dark)}.tst-arrow.prev{left:0}.tst-arrow.next{right:0}.tst-dots{display:flex;justify-content:center;gap:10px;margin-top:30px}.tst-dots button{width:12px;height:12px;border-radius:50%;border:none;cursor:pointer;background:#d8d8d8;padding:0;transition:background .2s}.tst-dots button.on{background:#111}@media (max-width: 900px){.tst-track{grid-template-columns:1fr}.tst-card:nth-child(2),.tst-card:nth-child(3){display:none}.tst-carousel{padding:0}.tst-title{font-size:1.5rem}}.compare-section{background:#fff;padding:50px 0 0}.compare-title{text-align:center;font-size:28px;font-weight:600;color:var(--ink);margin-bottom:20px;line-height:1.3}.compare-title span{color:var(--gold)}.compare-wrap img{width:100%;height:auto;border-radius:12px}@media (max-width: 768px){.compare-title{font-size:1.4rem}.compare-wrap{padding:12px}}.process-section{background:#fff;padding:0}.process-title{text-align:center;font-size:28px;font-weight:600;color:var(--ink);margin-bottom:20px}.process-title span{color:var(--gold)}.process-slider{position:relative}.process-track{position:relative;width:100%;aspect-ratio:2 / 1;border-radius:22px;overflow:hidden;background:#fdeeee;height:542px}.process-track img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 1s ease}.process-track img.active{opacity:1}@media (max-width: 768px){.process-track{aspect-ratio:16 / 10;height:auto}.process-track img{object-fit:contain}.process-title{font-size:1.5rem}}.blog-section{background:#fff;padding:50px 0 0}.blog-heading{text-align:center;font-size:28px;font-weight:600;color:var(--ink);margin-bottom:20px}.blog-heading span{color:var(--gold)}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.blog-card{background:#f6f6f6;border-radius:14px;overflow:hidden;transition:all .25s;display:flex;flex-direction:column}.blog-img{aspect-ratio:16/10;overflow:hidden;background:#efe7d8}.blog-img img{width:100%;height:100%;object-fit:cover}.blog-body{padding:26px 24px 28px;display:flex;flex-direction:column}.blog-body h3{font-size:1.25rem;font-weight:700;color:var(--ink);line-height:1.3;margin-bottom:5px}.blog-date{color:#8a7a63;font-size:.9rem;margin-bottom:5px}.blog-body p{color:var(--muted);font-size:.98rem;line-height:1.6;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-body a.read{color:var(--gold-dark);font-weight:600;font-size:.95rem}.blog-body a.read:hover{color:var(--gold)}@media (max-width: 900px){.blog-grid{grid-template-columns:1fr;max-width:440px;margin:0 auto}.blog-heading{font-size:1.5rem}}.faq-section{background:#fff;padding:50px 0 60px}.faq-heading{text-align:center;font-size:28px;font-weight:600;color:var(--ink);margin-bottom:10px}.faq-heading span{color:var(--gold)}.faq{max-width:1100px;margin:0 auto}.faq-item{border-bottom:1px solid var(--line)}.faq-q{width:100%;text-align:left;padding:12px 8px;background:none;border:none;font:inherit;font-size:17px;font-weight:600;color:var(--ink);cursor:pointer;display:flex;align-items:center;gap:16px}.faq-q:hover{color:var(--gold-dark)}.faq-tri{color:var(--gold);font-size:.7rem;flex-shrink:0;transition:transform .25s}.faq-item.open .faq-tri{transform:rotate(90deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq-a-inner{padding:0 8px 22px 40px;color:var(--muted);line-height:1.7}.faq-item.open .faq-a{max-height:320px}@media (max-width: 768px){.faq-heading{font-size:1.5rem}.faq-q{font-size:1rem}}.featured{background:#fff;padding:50px 0 0}.featured-row{margin-bottom:40px}.featured-title{text-align:center;font-size:28px;font-weight:600;color:var(--ink);margin-bottom:26px}.featured-title span{color:var(--gold)}.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.featured-card{display:block;transition:transform .25s}.featured-card:hover{transform:translateY(-5px)}.featured-img{aspect-ratio:16 / 11;border-radius:14px;overflow:hidden;background:#f7f1e7;margin-bottom:14px}.featured-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.featured-card:hover .featured-img img{transform:scale(1.05)}.featured-card h3{font-size:18px;font-weight:600;color:var(--ink);text-align:center;margin-bottom:8px}.featured-card .price{display:flex;gap:10px;justify-content:center;align-items:baseline}.featured-card .price .mrp{color:#5a5a5a;text-decoration:line-through;font-size:16px;font-weight:600}.featured-card .price .now{color:#c4a577;font-weight:600;font-size:1rem}@media (max-width: 820px){.featured-grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}.featured-title{font-size:1.4rem}}.commitment-section{background:#fff;padding:0 0 50px}.commitment-heading{text-align:center;font-size:28px;font-weight:600;color:var(--ink);margin-bottom:20px}.commitment-heading span{color:var(--gold)}.commitment-bar{background:var(--gold);border-radius:28px;padding:44px 20px;display:grid;grid-template-columns:repeat(4,1fr);gap:0}.commitment-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:18px;color:#1a1a2b;padding:0 20px;position:relative}.commitment-item+.commitment-item:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);height:70%;width:1px;background:#00000047}.commitment-item img{height:64px;width:auto;filter:brightness(0)}.commitment-item span{font-size:1.05rem;font-weight:700;max-width:160px;line-height:1.35}@media (max-width: 768px){.commitment-bar{grid-template-columns:repeat(2,1fr);gap:36px 0;padding:36px 16px}.commitment-item:nth-child(odd):before{display:none}.commitment-heading{font-size:1.5rem}}.contact-cards{background:#fff;padding:50px 0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;max-width:930px;margin:0 auto}.contact-card{display:block;text-align:center;padding:20px;border-radius:6px;border:1px solid var(--line);background:#fff;transition:transform .25s,box-shadow .25s}.contact-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px #00000014}.contact-card.gold{background:#fbeed3;border:2px solid var(--gold-dark)}.contact-ico{width:45px;height:45px;object-fit:contain;margin:0 auto 22px;display:block}.contact-card h3{color:var(--ink);margin-bottom:14px}.contact-card p{color:var(--muted);font-size:1.05rem}@media (max-width: 768px){.contact-grid{grid-template-columns:1fr;gap:22px}.contact-card h3{font-size:1.25rem}}.page-product .header{position:relative;top:auto;z-index:50;background:#fff;box-shadow:0 4px 16px #00000024}.page-product{font-family:Poppins,system-ui,sans-serif}.pd-main{padding:21px 0 50px;background:#fff}.pd-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:50px;align-items:start}.pd-gallery{display:grid;grid-template-columns:96px 1fr;gap:16px;align-items:start}.pd-thumbs{display:flex;flex-direction:column;gap:14px}.pd-thumb{width:96px;height:80px;border-radius:10px;overflow:hidden;border:1px solid var(--line);background:#f7f1e7;cursor:pointer;padding:0;transition:border-color .2s}.pd-thumb.on{border-color:var(--gold)}.pd-thumb img{width:100%;height:100%;object-fit:cover}.pd-main-img{aspect-ratio:1/1;border-radius:14px;overflow:hidden;background:#fdeedd}.pd-main-img img{width:100%;height:100%;object-fit:contain}.pd-title{font-size:25px;font-weight:600;color:var(--ink);line-height:1.2}.pd-subtitle{color:var(--ink);font-size:19px;font-weight:600;margin-top:8px}.pd-rating{display:flex;align-items:center;gap:8px;margin:8px 0;flex-wrap:wrap;font-size:.95rem}.pd-stars{color:#f5b301;letter-spacing:2px}.pd-rating strong{color:var(--ink)}.pd-reviews{color:var(--gold-dark)}.pd-sep{color:#ccc}.pd-happy{color:#555}.pd-happy strong{color:#c0392b}.pd-price{display:flex;align-items:baseline;gap:12px}.pd-price .now{font-size:26px;font-weight:700;color:#c4a577}.pd-price .mrp{font-size:16px;color:#9a9a9a;text-decoration:line-through;font-weight:800}.pd-price .off{background:#e23b2e;color:#fff;font-size:.78rem;font-weight:700;padding:0 5px;border-radius:6px;align-self:center}.pd-tax{color:#6b7280;font-weight:700;font-size:12px;margin:8px 0 20px}.pd-coupon{display:flex;align-items:center;flex-wrap:wrap;gap:4px;background:#fbeed3;border:1px dashed var(--gold-dark);border-radius:10px;padding:10px;font-size:14.5px;color:#3a2a14;margin-bottom:18px}.pd-coupon-ico{margin-right:6px}.pd-code{color:#c0392b;font-weight:800;padding-left:12px;font-size:15px}.pd-usp{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px}.pd-usp-item{display:flex;align-items:center;gap:10px}.pd-usp-ico{width:30px;height:30px;flex-shrink:0}.pd-usp-ico svg{width:100%;height:100%}.pd-usp-item strong{display:block;font-size:12px;color:var(--ink)}.pd-usp-item small{color:#777;font-size:.8rem}.pd-weight{margin-bottom:18px}.pd-label{display:block;font-weight:700;font-size:1.05rem;margin-bottom:12px;color:var(--ink)}.pd-pills{display:flex;gap:14px;flex-wrap:wrap}.pd-pill{min-width:88px;padding:10px;border-radius:8px;border:1.5px solid var(--line);background:#fff;font:inherit;font-weight:600;cursor:pointer;transition:all .2s}.pd-pill.on{border-color:var(--gold-dark);background:var(--gold);color:#fff}.pd-stock{color:#c0392b;font-weight:600;margin-bottom:18px}.pd-stock strong{font-weight:800}.pd-buy,.pd-addcart{width:100%;padding:10px 16px;border-radius:8px;font:inherit;font-size:1.05rem;font-weight:700;cursor:pointer;transition:all .2s}.pd-buy{background:var(--gold);color:#fff;border:none;margin-bottom:14px}.pd-buy:hover{background:var(--gold-dark)}.pd-addcart{background:#fff;color:var(--gold-dark);border:1.5px solid var(--gold)}.pd-addcart:hover{background:var(--gold);color:#fff}.pd-extra{background:#fff}.pd-extra-guarantee{padding:14px 0}.pd-extra-superfood{padding:14px 0 50px}.pd-guarantee{display:flex;gap:14px;text-align:center;justify-content:center;border:1px solid var(--line);border-radius:14px;padding:18px 28px}.pd-guarantee-ico{width:45px;height:45px;flex-shrink:0;background:#eef5ef;border-radius:12px;display:grid;place-items:center}.pd-guarantee-ico svg{width:20px;height:20px}.pd-guarantee strong{display:block;color:#1f5c3d;font-size:16px;letter-spacing:.5px;font-weight:800}.pd-guarantee p{color:#888;font-size:13px}.pd-superfood{box-sizing:border-box;background:#f5ecd6;border:1px solid #e7decd;border-radius:14px;padding:22px 28px}.pd-superfood h3{text-align:center;color:#1a4731;font-size:14px;letter-spacing:.5px;margin-bottom:18px;font-weight:800}.pd-sf-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:24px 16px;justify-items:start}.pd-sf-item{display:flex;align-items:center;gap:12px}.pd-sf-ico{width:30px;height:30px;flex-shrink:0}.pd-sf-ico svg{width:100%;height:100%}.pd-sf-top{color:var(--ink);font-size:14px;font-weight:800}.pd-sf-bottom{color:#888;font-size:.85rem}@media (max-width: 900px){.pd-sf-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 560px){.pd-sf-grid{grid-template-columns:repeat(2,1fr)}}.pd-compare-section{background:#fff;padding:20px 0 50px}.pd-compare-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:16px;align-items:stretch}.pd-compare-box,.pd-trust-box{border:1px solid #e7decd;border-radius:14px;padding:26px;background:#fff;box-shadow:0 2px 8px #1a47310f}.pd-trust-box{position:relative}.pd-compare-box{position:relative;overflow:hidden}.pd-cmp-body{display:grid;grid-template-columns:110px 1fr 110px;align-items:center;gap:0}.pd-cmp-deco{height:240px}.pd-cmp-deco:first-child{margin-left:-26px}.pd-cmp-deco:last-child{margin-right:-26px}.pd-cmp-deco img{width:100%;height:100%;object-fit:cover;border-radius:14px;box-shadow:0 8px 24px #00000026}@media (max-width: 992px){.pd-cmp-body{grid-template-columns:1fr}.pd-cmp-deco{display:none}}.pd-cmp-title{text-align:center;font-size:15px;font-weight:800;color:#1f2937;letter-spacing:.06em;margin-bottom:18px}.pd-cmp-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border:1px solid #e7decd;border-radius:8px;overflow:hidden;font-size:13px;position:relative;z-index:2}.pd-cmp-table th,.pd-cmp-table td{border-bottom:1px solid #e7decd}.pd-cmp-table thead th{background:#f5ecd6;color:#1f2937;font-weight:700;padding:10px 12px;text-align:left;font-size:12.5px}.pd-cmp-table thead th.hl{background:#1a4731;color:#fff;text-align:center}.pd-cmp-table td{padding:9px 12px}.pd-cmp-table td.ft{color:#1f2937;font-weight:600}.pd-cmp-table td.reg{color:#6b7280}.pd-cmp-table td.maj{color:#1a4731;font-weight:700;background:#f3f9f4;text-align:center}.pd-trust-title{text-align:center;font-size:14px;font-weight:800;color:#1f2937;letter-spacing:.06em;margin-bottom:14px}.pd-trust-head{display:flex;align-items:center;justify-content:space-between;gap:0;margin-bottom:16px}.pd-avatars{display:flex}.pd-av{width:48px;height:48px;border-radius:50%;border:3px solid #fff;box-shadow:0 2px 6px #00000026;object-fit:cover;margin-left:-9px}.pd-av:first-child{margin-left:0}.pd-rate-box{background:#f5ecd6;border-radius:10px;padding:6px 14px;text-align:center}.pd-rate-num{font-size:20px;font-weight:800;color:#1f2937;line-height:1}.pd-rate-stars{color:#f59e0b;font-size:13px;letter-spacing:1px}.pd-rate-box small{display:block;color:#6b7280;font-size:10.5px;margin-top:2px}.pd-cust-say{text-align:center;color:#1a4731;font-size:13px;font-weight:700;letter-spacing:.04em;margin:4px 0 10px}.pd-rev-carousel{position:static}.pd-rev-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:38px;height:38px;border-radius:50%;border:1px solid var(--line);background:#fff;font-size:1.3rem;color:#888;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #0000000f}.pd-rev-arrow.prev{left:-19px}.pd-rev-arrow.next{right:-19px}.pd-rev-arrow:hover{background:var(--gold);color:#fff;border-color:var(--gold)}.pd-rev-content{padding:0 14px}.pd-rev-text{font-style:italic;color:#1f2937;font-size:13.5px;line-height:1.55;text-align:center;margin-bottom:14px}.pd-rev-author{display:flex;align-items:center;justify-content:space-between;gap:14px}.pd-rev-name{display:flex;align-items:center;gap:10px}.pd-rev-author strong{color:var(--ink)}.pd-verified{display:inline-flex;align-items:center;gap:4px;color:#1a4731;font-size:.9rem;font-weight:600}.pd-rev-author img{width:47px;height:47px;border-radius:50%;object-fit:cover}.pd-rev-dots{display:flex;justify-content:center;gap:8px;margin-top:12px}.pd-rev-dots button{width:10px;height:10px;border-radius:50%;border:none;background:#ddd;cursor:pointer;padding:0}.pd-rev-dots button.on{background:#1f4d33;width:24px;border-radius:5px}@media (max-width: 900px){.pd-compare-grid{grid-template-columns:1fr}}.pd-combos{background:#fff;padding:30px 0 50px}.pd-combos-title{text-align:center;font-size:1.5rem;font-weight:800;color:var(--ink)}.pd-combos-sub{text-align:center;color:var(--muted);margin-bottom:30px}.pd-combos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.pd-combo-card{position:relative;background:#fbf6ea;border:1px solid #e7decd;border-radius:14px;padding:18px;text-align:center;transition:transform .25s ease,box-shadow .25s ease}.pd-combo-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #1a47311f}.pd-combo-badge{position:absolute;top:12px;left:12px;font-size:10px;font-weight:800;letter-spacing:.5px;color:#fff;padding:4px 10px;border-radius:999px}.b-bestseller{background:#1a4731}.b-popular{background:#d4a017}.b-premium{background:#1a4731}.pd-combo-img{height:140px;border-radius:10px;overflow:hidden;background:#f5ecd6;margin-bottom:14px}.pd-combo-img img{width:100%;height:100%;object-fit:cover}.pd-combo-card h3{font-size:15px;font-weight:800;color:#1a4731;margin-bottom:4px}.pd-combo-desc{color:#6b7280;font-size:12px;margin-bottom:10px}.pd-combo-price{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:12px}.pd-combo-price .now{font-size:18px;font-weight:800;color:#1a4731}.pd-combo-price .mrp{color:#6b7280;text-decoration:line-through;font-size:13px}.pd-combo-price .save{color:#d4a017;font-weight:700;font-size:11px}.pd-combo-btn{display:inline-block;padding:9px 22px;border-radius:999px;border:none;background:#1a4731;color:#fff;font:inherit;font-size:13px;font-weight:700;cursor:pointer;transition:background .2s}.pd-combo-btn:hover{background:#2d6a4f}.pd-stats{background:#fff;padding:14px 20px}.pd-stats .container{background:#fff;border:1px solid #ececec;border-radius:16px;padding:18px 30px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:18px}.pd-stat{display:flex;align-items:center;gap:14px}.pd-stat-ico{width:40px;height:40px;flex:none}.pd-stat-txt strong{display:block;font-size:24px;font-weight:700;line-height:1.05;color:#222}.pd-stat-txt span{color:#3a3a3a;font-size:15px;font-weight:400}.pd-final{background:#fff;padding:14px 0 50px}.pd-final-grid{display:grid;grid-template-columns:1fr 1fr 1.35fr;gap:24px;align-items:start}.pd-col{background:#fff;border:1px solid #ececec;border-radius:16px;padding:26px 30px}.pd-col-title{font-size:18px;font-weight:700;letter-spacing:.4px;color:#222;margin-bottom:22px}.pd-seenon{display:flex;flex-direction:column;align-items:center;justify-content:center}.pd-seenon .pd-col-title{margin-bottom:34px}.pd-seen-logos{display:grid;grid-template-columns:1fr 1fr;gap:26px 18px;place-items:center}.pd-press{font-weight:800;color:#333;font-size:1.15rem;letter-spacing:.3px}.pd-detail{display:flex;align-items:flex-start;gap:13px;margin-bottom:16px;font-size:16px}.pd-detail:last-child{margin-bottom:0}.pd-detail-icon{width:21px;height:21px;flex:none;margin-top:2px}.pd-detail-label{font-weight:700;color:#222}.pd-detail-val{color:#3a3a3a}.pd-faq{border:1px solid #ececec;border-radius:10px;margin-bottom:13px;overflow:hidden}.pd-faq:last-child{margin-bottom:0}.pd-faq-q{width:100%;text-align:left;padding:14px 18px;background:none;border:none;font:inherit;font-size:16px;color:#3a3a3a;font-weight:500;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:12px}.pd-faq-chev{width:18px;height:18px;flex:none;transition:transform .25s ease}.pd-faq.open .pd-faq-chev{transform:rotate(180deg)}.pd-faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease}.pd-faq.open .pd-faq-a{max-height:260px}.pd-faq-a p{padding:0 18px 16px;font-size:14.5px;color:#6f6f6f;line-height:1.55}@media (max-width: 1100px){.pd-final-grid{grid-template-columns:1fr}}@media (max-width: 900px){.pd-combos-grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}.pd-stats .container{gap:24px}}@media (max-width: 900px){.pd-grid{grid-template-columns:1fr;gap:28px}.pd-title{font-size:1.6rem}.pd-subtitle{font-size:1.1rem}.pd-price .now{font-size:1.7rem}}@media (max-width: 768px){.pd-rev-arrow.prev{left:2px}.pd-rev-arrow.next{right:2px}.pd-rev-content{padding:0 30px}.pd-trust-head{flex-direction:column;gap:16px}.pd-stats .container{justify-content:center}.pd-usp{grid-template-columns:repeat(3,1fr)}}@media (max-width: 560px){.pd-gallery{grid-template-columns:60px 1fr;gap:10px}.pd-thumb{width:60px;height:56px}.pd-usp{grid-template-columns:1fr;gap:14px}.pd-pill{min-width:64px;padding:12px 8px}.pd-combo-img{height:170px}.pd-rev-author{flex-direction:column;gap:10px}.pd-title{font-size:1.4rem}.pd-stats .container{flex-direction:column;align-items:flex-start;gap:20px;padding:22px 24px}}@media (max-width: 380px){.container{padding:0 14px}.pd-main{padding:24px 0 36px}.pd-col{padding:22px 18px}.pd-sf-grid{gap:18px 10px}.pd-sf-top,.pd-sf-bottom{font-size:12px}.pd-sf-ico{width:24px;height:24px}.pd-pill{min-width:0;flex:1;padding:11px 6px;font-size:.85rem}.pd-weight .pd-pills{gap:8px}.pd-buy,.pd-addcart{padding:14px;font-size:.95rem}.pd-title{font-size:1.25rem}.pd-price .now{font-size:1.4rem}.pd-coupon{font-size:12.5px}.pd-rate-num{font-size:18px}.pd-stat-txt strong{font-size:20px}.pd-rev-content{padding:0 26px}.pd-guarantee{flex-direction:column;align-items:center;gap:10px;padding:20px 16px}.pd-guarantee strong{font-size:15px}.pd-compare-box{padding:16px}.pd-cmp-table{font-size:12px}.pd-cmp-table thead th{padding:8px;font-size:11px}.pd-cmp-table td{padding:8px}.pd-stats{padding-left:14px;padding-right:14px}.pd-press{font-size:1rem}.pd-seen-logos{gap:22px 12px}}.cp-hero{position:relative}.cp-hero-bg{display:block;width:100%;height:300px;object-fit:cover}.cp-hero-inner{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px}.cp-hero h1{font-size:38px;font-weight:800;color:#b8500a;letter-spacing:.3px}.cp-hero p{color:#96552c;line-height:1.5;max-width:620px}@media (max-width: 900px){.cp-hero h1{font-size:2rem}.cp-hero p{font-size:.95rem}}@media (max-width: 560px){.cp-hero h1{font-size:1.25rem;margin-bottom:6px}.cp-hero p{font-size:.72rem}}.cp-tabs{display:flex;gap:6px;background:#f7e7d2;border-radius:40px;padding:6px;max-width:1040px;margin:0 auto 32px}.cp-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 18px;border:none;background:none;border-radius:34px;font:inherit;font-size:1.05rem;font-weight:700;color:#b39169;cursor:pointer;transition:background .2s,color .2s;white-space:nowrap}.cp-tab .cp-tab-ico{width:20px;height:20px;display:inline-flex}.cp-tab.on{background:linear-gradient(180deg,#c9a878,#b8975f);color:#fff}@media (max-width: 820px){.cp-tabs{flex-direction:column;border-radius:18px}.cp-tab{border-radius:12px;font-size:.95rem}}.mk-hero{position:relative}.mk-hero-bg{display:block;width:100%;height:auto}.mk-hero-inner{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px}.mk-hero h1{font-size:32px;font-weight:800;color:#c25a12}.mk-hero h1 span{color:#c25a12}.mk-hero-dots{display:flex;justify-content:center;flex-wrap:wrap;gap:28px;margin-top:16px}.mk-hero-dots span{position:relative;padding-left:20px;font-size:15px;font-weight:600;color:#3a2a18}.mk-hero-dots span:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:7px;height:7px;border-radius:50%;border:5px solid #7c4a35}.mk-features{display:flex;flex-wrap:wrap;justify-content:center;gap:40px 60px;background:#fbeede;padding:20px}.mk-feature{display:flex;align-items:center;gap:14px}.mk-feature img{width:50px;object-fit:contain}.mk-feature span{font-size:18px;font-weight:500;color:var(--ink)}@media (max-width: 700px){.mk-hero{padding:52px 18px}.mk-hero h1{font-size:1.7rem}.mk-hero-dots{gap:12px 20px}.mk-hero-dots span{font-size:.9rem}.mk-features{gap:18px 24px;padding:22px 16px}.mk-feature img{width:42px;height:42px}.mk-feature span{font-size:1rem}}.shop{background:#fff;padding:40px 0 60px;font-family:Montserrat,sans-serif}.shop-layout{display:grid;grid-template-columns:270px 1fr;gap:25px;align-items:start}.shop-grid-bg.combo{background:#fff;border-radius:0;padding:0}.combo-card{background:#fff;border-radius:7px;overflow:hidden;display:flex;flex-direction:column;text-align:center}.combo-card-img{background:#f7f1e7;overflow:hidden;display:block}.combo-card-img img{width:100%;height:100%;object-fit:cover}.combo-card-body{padding:18px 0 20px;display:flex;flex-direction:column;align-items:center;gap:7px;background-color:#fbeede}.combo-card-body h3{font-size:1.1rem;font-weight:800;color:var(--gold-dark)}.combo-card-desc{font-size:12px;font-weight:500;color:#ad824d;line-height:1.5;min-height:38px}.combo-card-price{display:flex;align-items:baseline;gap:10px}.combo-card-price .was{text-decoration:line-through;color:#5a5a5a;font-size:.95rem;font-weight:600}.combo-card-price .now{color:var(--gold-dark);font-weight:700}.combo-card-btn{display:inline-block;text-decoration:none;text-align:center;background:#ba5004;color:#fff;border:none;padding:8px 25px;border-radius:24px;font:inherit;font-weight:700;font-size:.9rem;cursor:pointer;transition:background .2s}.combo-card-btn:hover{background:#9a4103}.combo-card-tag{color:var(--gold-dark);font-weight:800;font-size:.92rem}.shop-side{display:flex;flex-direction:column;background:#f3f3f3;border-radius:8px;overflow-y:auto;overflow-x:hidden;position:sticky;top:20px;align-self:start;max-height:calc(100vh - 40px)}.shop-side::-webkit-scrollbar{width:7px}.shop-side::-webkit-scrollbar-thumb{background:#c9c3b6;border-radius:4px}.shop-tab{display:flex;align-items:center;gap:12px;width:100%;text-align:left;padding:18px 22px;background:none;border:none;cursor:pointer;font:inherit;font-size:1.05rem;font-weight:600;color:#4a4a4a;position:relative;transition:background .2s,color .2s}.shop-tab:hover{color:var(--gold-dark)}.shop-tab-ico{width:20px;height:20px;display:inline-flex;color:currentColor}.shop-tab-ico svg{width:100%;height:100%}.shop-tab.on{background:var(--gold);color:#fff}.shop-tab.on:after{content:"";position:absolute;right:-14px;top:50%;transform:translateY(-50%);border-style:solid;border-width:14px 0 14px 14px;border-color:transparent transparent transparent var(--gold)}.shop-group{margin-bottom:46px}.shop-group-title{font-size:28px;font-weight:600;color:var(--ink);margin-bottom:28px}.shop-group-title span{color:var(--gold)}.shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.shop-grid.two-col{grid-template-columns:repeat(2,1fr)}.shop .showcase-img{aspect-ratio:4 / 3;border-radius:12px}.shop .showcase-card h3{font-size:16.5px;font-weight:600;color:var(--ink);margin-bottom:0}.shop .showcase-card .price .now{font-size:16px;font-weight:600;color:var(--gold-dark)}@media (max-width: 900px){.shop-layout{grid-template-columns:1fr;gap:26px}.shop-side{position:static;max-height:none;overflow:visible}.shop-tab.on:after{display:none}.shop-grid{grid-template-columns:repeat(2,1fr)}.shop-group-title{font-size:1.7rem}}@media (max-width: 560px){.shop-grid{grid-template-columns:1fr;max-width:340px;margin:0 auto}}.dash{display:grid;grid-template-columns:250px 1fr;min-height:100vh;background:#f4f5f7;font-family:Montserrat,sans-serif}.dash-side{background:#2a1a0e;color:#d8cdbb;display:flex;flex-direction:column;padding:24px 16px;position:sticky;top:0;height:100vh}.dash-brand{font-size:1.25rem;font-weight:800;color:#fff;margin-bottom:30px;padding:0 8px}.dash-brand span{color:var(--gold)}.dash-nav{display:flex;flex-direction:column;gap:4px;flex:1}.dash-link{display:flex;align-items:center;gap:12px;padding:12px 14px;border:none;background:none;color:#c7bba6;font:inherit;font-size:.95rem;font-weight:600;border-radius:10px;cursor:pointer;transition:all .2s;text-align:left}.dash-link svg{width:20px;height:20px}.dash-link:hover{background:#ffffff0f;color:#fff}.dash-link.on{background:var(--gold);color:#fff}.dash-group .dash-link{width:100%}.dash-caret{width:16px;height:16px;margin-left:auto;transition:transform .25s}.dash-group.open .dash-caret{transform:rotate(180deg)}.dash-sub{max-height:0;overflow:hidden;transition:max-height .35s ease;display:flex;flex-direction:column}.dash-group.open .dash-sub{max-height:520px}.dash-sublink{display:flex;align-items:center;width:100%;text-align:left;background:none;border:none;cursor:pointer;font:inherit;font-size:.88rem;font-weight:600;color:#c7bba6;padding:10px 14px 10px 46px;border-radius:8px;transition:all .2s}.dash-sublink:hover{background:#ffffff0f;color:var(--gold)}.dash-group2 .dash-caret{width:15px;height:15px;margin-left:auto;transition:transform .25s}.dash-group2.open>.dash-sublink .dash-caret{transform:rotate(180deg)}.dash-sub2{max-height:0;overflow:hidden;transition:max-height .35s ease;display:flex;flex-direction:column}.dash-group2.open .dash-sub2{max-height:460px}.dash-sublink2{text-align:left;background:none;border:none;cursor:pointer;font:inherit;font-size:.82rem;color:#ab9f8a;padding:8px 14px 8px 60px;border-radius:8px;transition:all .2s}.dash-sublink2:hover{background:#ffffff0f;color:var(--gold)}.dash-back{color:#b9ad97;font-size:.88rem;padding:10px 14px}.dash-back:hover{color:var(--gold)}.dash-main{padding:26px 30px}.dash-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px;flex-wrap:wrap;gap:16px}.dash-top h1{font-size:1.7rem;font-weight:800;color:#1f2430}.dash-top p{color:#8a8f9a;font-size:.9rem}.dash-top-right{display:flex;align-items:center;gap:14px}.dash-search{padding:10px 16px;border:1px solid #e2e5ea;border-radius:30px;font:inherit;font-size:.9rem;outline:none;background:#fff}.dash-bell{font-size:1.2rem;cursor:pointer}.dash-ava{width:40px;height:40px;border-radius:50%;background:var(--gold);color:#fff;display:grid;place-items:center;font-weight:700}.dash-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:24px}.dash-stat{background:#fff;border-radius:14px;padding:20px;display:flex;align-items:center;gap:14px;box-shadow:0 4px 14px #0000000a}.dash-stat-dot{width:12px;height:44px;border-radius:6px;flex-shrink:0}.dash-stat-val{font-size:1.5rem;font-weight:800;color:#1f2430;line-height:1}.dash-stat-lbl{color:#8a8f9a;font-size:.85rem;margin-top:4px}.dash-stat-delta{margin-left:auto;font-size:.8rem;font-weight:700;padding:3px 8px;border-radius:6px}.dash-stat-delta.up{background:#e7f7ee;color:#1f9d55}.dash-stat-delta.down{background:#fdecea;color:#e23b2e}.dash-cols{display:grid;grid-template-columns:1.6fr 1fr;gap:22px}.dash-card{background:#fff;border-radius:14px;padding:22px;box-shadow:0 4px 14px #0000000a}.dash-card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.dash-card-head h2{font-size:1.1rem;font-weight:700;color:#1f2430}.dash-card-head a{color:var(--gold-dark);font-size:.85rem;font-weight:600}.dash-table{width:100%;border-collapse:collapse}.dash-table th{text-align:left;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;color:#9aa0ab;padding:8px 10px;border-bottom:1px solid #eef0f3}.dash-table td{padding:12px 10px;border-bottom:1px solid #f3f4f6;font-size:.9rem;color:#2a2f3a}.dash-table .mono{font-weight:700;color:var(--gold-dark)}.dash-table .muted{color:#8a8f9a}.dash-table .amt{font-weight:700}.badge{font-size:.72rem;font-weight:700;padding:4px 10px;border-radius:20px}.badge.ok{background:#e7f7ee;color:#1f9d55}.badge.info{background:#e8f0fd;color:#3b6fd4}.badge.warn{background:#fef4e0;color:#c98a00}.badge.bad{background:#fdecea;color:#e23b2e}.dash-prod{display:flex;flex-direction:column;gap:14px}.dash-prod li{display:flex;align-items:center;gap:12px}.dash-prod img{width:46px;height:46px;border-radius:10px;object-fit:cover;background:#f3e7cf}.dash-prod-info{flex:1}.dash-prod-info strong{display:block;font-size:.88rem;color:#1f2430}.dash-prod-info span{color:var(--gold-dark);font-size:.82rem;font-weight:600}.dash-prod-stock{font-size:.72rem;color:#1f9d55;background:#e7f7ee;padding:3px 8px;border-radius:6px}.dash-linkbtn{background:none;border:none;cursor:pointer;font:inherit;font-size:.85rem;font-weight:600;color:var(--gold-dark)}.dash-hp-head{display:flex;justify-content:flex-end;margin-bottom:14px}.dash-hp-sec{margin-bottom:22px}.dash-count{font-size:.8rem;color:#9aa0ab;font-weight:600}.dash-pcard-img{position:relative;width:100%;padding:0;border:none;cursor:pointer}.dash-pcard-edit{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#2a1a0e8c;color:#fff;font-size:.85rem;font-weight:700;opacity:0;transition:opacity .2s;border-radius:10px}.dash-pcard-img:hover .dash-pcard-edit{opacity:1}.dash-pcard-actions{margin-top:10px;display:flex;gap:8px}.dash-pcard-btn{flex:1;padding:8px;border:1px solid var(--gold);background:#fff;color:var(--gold-dark);font:inherit;font-size:.8rem;font-weight:700;border-radius:8px;cursor:pointer;transition:all .2s}.dash-pcard-btn:hover{background:var(--gold);color:#fff}.dash-pcard-del{flex:1;padding:8px;border:1px solid #e5b4b4;background:#fff;color:#c0392b;font:inherit;font-size:.8rem;font-weight:700;border-radius:8px;cursor:pointer;transition:all .2s}.dash-pcard-del:hover{background:#c0392b;color:#fff;border-color:#c0392b}.dash-noname{color:#b0b4bb;font-style:italic;font-weight:500}.dash-head-right{display:flex;align-items:center;gap:14px}.dash-add-btn{padding:8px 16px;border:none;background:var(--gold);color:#fff;font:inherit;font-size:.82rem;font-weight:700;border-radius:8px;cursor:pointer;transition:background .2s}.dash-add-btn:hover{background:var(--gold-dark)}.dash-empty-add{grid-column:1 / -1;padding:28px;border:2px dashed #d8dce2;background:#fafbfc;color:var(--gold-dark);font:inherit;font-weight:700;border-radius:12px;cursor:pointer}.dash-empty-add:hover{border-color:var(--gold);background:#fdf9f1}.dash-noimg{display:grid;place-items:center;width:100%;height:100%;color:#9aa0ab;font-size:.82rem;font-weight:600}.dash-field small{color:#9aa0ab;font-weight:500}.dash-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#140c048c;display:grid;place-items:center;z-index:200;padding:20px}.dash-modal-box{background:#fff;width:100%;max-width:560px;max-height:90vh;border-radius:16px;display:flex;flex-direction:column;overflow:hidden}.dash-modal-head{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;border-bottom:1px solid #eef0f3}.dash-modal-head h3{font-size:1.15rem;font-weight:800;color:#1f2430}.dash-modal-x{background:none;border:none;font-size:1.1rem;cursor:pointer;color:#8a8f9a}.dash-modal-body{padding:20px 22px;overflow-y:auto}.dash-modal-preview{width:130px;height:130px;border-radius:12px;overflow:hidden;background:#f3e7cf;margin:0 auto 18px}.dash-modal-preview img{width:100%;height:100%;object-fit:cover}.dash-modal-box.dash-modal-wide{max-width:1120px}.dash-modal-3col{display:grid;grid-template-columns:260px minmax(0,1fr) minmax(0,1fr);gap:0;align-items:start}.dash-mcol{padding:4px 22px;min-width:0}.dash-mcol:first-child{padding-left:4px}.dash-mcol:last-child{padding-right:4px}.dash-mcol+.dash-mcol{border-left:1px solid #eef0f3}.dash-toggle{display:flex;align-items:center;gap:10px;margin-bottom:8px;font-size:.88rem;font-weight:700;color:#1f2430;cursor:pointer}.dash-toggle input{width:16px;height:16px;accent-color:var(--gold);cursor:pointer}.dash-mcol-title{display:flex;align-items:center;gap:8px;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#8a8f9a;margin-bottom:14px}.dash-mcol-hint{font-size:.78rem;color:#8a8f9a;line-height:1.5;margin:-8px 0 14px}.dash-mcol-hint em{color:var(--gold-dark);font-style:normal;font-weight:700}.dash-addopt{margin-top:22px;padding:16px;border:1px dashed #e0d4bd;border-radius:12px;background:#fdfaf4}.dash-addopt .dash-mcol-title{margin-bottom:6px;color:var(--gold-dark)}.dash-addopt .dash-add-w{width:100%}.dash-add-w:disabled{opacity:.45;cursor:not-allowed}.dash-add-w:disabled:hover{background:#fdf9f1;color:var(--gold-dark)}.dash-opt-warn{font-size:.78rem;font-weight:600;color:#c0392b;margin:-4px 0 10px}.dash-opt-count{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:var(--gold);color:#fff;font-size:.7rem;letter-spacing:0}.dash-opt-empty{padding:26px 16px;border:2px dashed #e4e7ec;border-radius:12px;background:#fafbfc;color:#9aa0ab;font-size:.82rem;font-weight:600;line-height:1.6;text-align:center}.dash-optgroup{margin-bottom:16px;padding:12px;border:1px solid #eef0f3;border-radius:12px}.dash-optgroup-head{display:flex;gap:8px;align-items:center;margin-bottom:10px}.dash-optgroup-name{flex:1 1 auto;min-width:0;padding:8px 10px;border:1px solid transparent;border-radius:8px;background:#f6f7f9;font:inherit;font-size:.85rem;font-weight:800;color:#1f2430;outline:none}.dash-optgroup-name:focus{border-color:var(--gold);background:#fff}.dash-field{display:block;margin-bottom:16px}.dash-field>span{display:block;font-size:.82rem;font-weight:700;color:#5a5f6a;margin-bottom:6px}.dash-field input{width:100%;padding:10px 12px;border:1px solid #d8dce2;border-radius:8px;font:inherit;font-size:.92rem;outline:none}.dash-field input:focus{border-color:var(--gold)}.dash-upload{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;margin-bottom:10px;border:1px dashed var(--gold);border-radius:8px;background:#fdf9f1;color:var(--gold-dark);font-weight:700;font-size:.85rem;cursor:pointer;transition:all .2s}.dash-upload:hover{background:var(--gold);color:#fff;border-style:solid}.dash-gal-thumbs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.dash-gal-thumb{position:relative;width:64px;height:64px;border-radius:8px;overflow:hidden;border:1px solid #eadfca}.dash-gal-thumb img{width:100%;height:100%;object-fit:cover}.dash-gal-x{position:absolute;top:2px;right:2px;width:18px;height:18px;line-height:16px;text-align:center;border:none;border-radius:50%;background:#0009;color:#fff;font-size:13px;cursor:pointer}.dash-wrow{display:flex;gap:8px;margin-bottom:8px;align-items:stretch}.dash-field .dash-wrow input{width:auto}.dash-wlabel{flex:0 0 80px;min-width:0;padding:10px;border:1px solid #d8dce2;border-radius:8px;font:inherit;font-size:.88rem;outline:none}.dash-wprice{flex:1 1 0;min-width:0;padding:10px;border:1px solid #d8dce2;border-radius:8px;font:inherit;font-size:.88rem;outline:none}.dash-wlabel:focus,.dash-wprice:focus{border-color:var(--gold)}.dash-wdel{width:36px;border:1px solid #e5b4b4;background:#fff;color:#c0392b;border-radius:8px;font-size:16px;cursor:pointer}.dash-add-w{padding:9px 16px;border:1px dashed var(--gold);background:#fdf9f1;color:var(--gold-dark);font:inherit;font-weight:700;font-size:.85rem;border-radius:8px;cursor:pointer}.dash-add-w:hover{background:var(--gold);color:#fff}.dash-upload svg{width:17px;height:17px}.dash-gallery{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;max-height:200px;overflow-y:auto;padding:4px;border:1px solid #eef0f3;border-radius:10px}.dash-gimg{padding:0;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;aspect-ratio:1/1;background:#f3e7cf}.dash-gimg img{width:100%;height:100%;object-fit:cover}.dash-gimg.on{border-color:var(--gold)}.dash-modal-foot{display:flex;justify-content:flex-end;gap:10px;padding:16px 22px;border-top:1px solid #eef0f3}.dash-btn-ghost{padding:10px 18px;border:1px solid #d8dce2;background:#fff;color:#5a5f6a;font:inherit;font-weight:700;border-radius:8px;cursor:pointer}.dash-btn-save{padding:10px 20px;border:none;background:var(--gold);color:#fff;font:inherit;font-weight:700;border-radius:8px;cursor:pointer;transition:background .2s}.dash-btn-save:hover{background:var(--gold-dark)}@media (max-width: 560px){.dash-gallery{grid-template-columns:repeat(4,1fr)}}@media (max-width: 1080px){.dash-modal-3col{grid-template-columns:1fr}.dash-mcol{padding:4px}.dash-mcol+.dash-mcol{border-left:none;border-top:1px solid #eef0f3;margin-top:18px;padding-top:18px}}.dash-select{width:100%;padding:10px 12px;border:1px solid #d8dce2;border-radius:8px;font:inherit;font-size:.92rem;background:#fff;outline:none;cursor:pointer}.dash-select:focus{border-color:var(--gold)}.dash-tlist{list-style:none;margin:4px 0 0;padding:0}.dash-titem{display:flex;align-items:center;gap:16px;padding:12px;border:1px solid #eef0f3;border-radius:12px;margin-bottom:10px}.dash-tthumbs{display:flex;gap:6px;flex:0 0 auto}.dash-tthumbs img{width:48px;height:48px;border-radius:8px;object-fit:cover;background:#f3e7cf}.dash-tinfo{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:3px}.dash-tinfo strong{display:flex;align-items:center;gap:8px;font-size:.95rem;color:#1f2430}.dash-tinfo span{font-size:.8rem;color:#8a8f9a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-tbadge{padding:2px 8px;border-radius:20px;background:#1c3d2e;color:#fff;font-size:.66rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.dash-tactions{display:flex;gap:8px;flex:0 0 auto}.dash-combo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:14px;margin-bottom:12px}.dash-combo-card{display:flex;flex-direction:column;gap:8px;padding:12px;border:1px solid #eef0f3;border-radius:12px;background:#fbfcfd}.dash-combo-img{position:relative;aspect-ratio:16/10;border-radius:10px;overflow:hidden;background:#f3e7cf}.dash-combo-img img{width:100%;height:100%;object-fit:cover}.dash-combo-card .dash-upload{justify-content:center;margin-bottom:0}.dash-combo-card .dash-wrow{margin-bottom:0}.dash-field .dash-combo-card input{width:100%}.dash-field .dash-combo-card .dash-wrow input{width:auto}.dash-qa{padding:12px;border:1px solid #eef0f3;border-radius:12px;margin-bottom:10px;background:#fbfcfd}.dash-qa-head{display:flex;align-items:center;gap:8px;margin-bottom:8px}.dash-qa-num{display:grid;place-items:center;flex:0 0 auto;width:24px;height:24px;border-radius:50%;background:var(--gold);color:#fff;font-size:.74rem;font-weight:800}.dash-field .dash-qa-q{flex:1 1 auto;min-width:0;width:auto;font-weight:700}.dash-qa-a{width:100%;padding:10px 12px;border:1px solid #d8dce2;border-radius:8px;font:inherit;font-size:.88rem;line-height:1.55;resize:vertical;outline:none}.dash-qa-a:focus{border-color:var(--gold)}@media (max-width: 700px){.dash-titem{flex-wrap:wrap}.dash-tactions{width:100%}}.dash-cmp-grid{display:grid;grid-template-columns:190px minmax(0,1fr) 190px;gap:22px;align-items:start;margin-top:6px}.dash-cmp-side{display:flex;flex-direction:column;align-items:stretch;gap:8px}.dash-cmp-sidelbl{font-size:.82rem;font-weight:700;color:#5a5f6a}.dash-cmp-img{aspect-ratio:1/1;border-radius:12px;overflow:hidden;background:#f3e7cf}.dash-cmp-img img{width:100%;height:100%;object-fit:cover}.dash-cmp-side .dash-upload{justify-content:center;margin-bottom:0}.dash-cmp-side .dash-linkbtn{font-size:.78rem}.dash-cmp-mid .dash-add-w{margin-top:12px}.dash-cmp-table{table-layout:fixed}.dash-cmp-table th{padding:4px 6px}.dash-cmp-table td{padding:4px 6px;vertical-align:middle}.dash-cmp-table td:last-child,.dash-cmp-table th:last-child{width:44px}.dash-cmp-head,.dash-cmp-cell{width:100%;padding:9px 10px;border:1px solid #d8dce2;border-radius:8px;font:inherit;font-size:.86rem;outline:none;background:#fff}.dash-cmp-head{font-weight:800;color:#1f2430;background:#f6f7f9}.dash-cmp-head.hl{background:#1c3d2e;color:#fff;border-color:#1c3d2e}.dash-cmp-head:focus,.dash-cmp-cell:focus{border-color:var(--gold)}.dash-cmp-none{text-align:center;color:#9aa0ab;font-size:.84rem;padding:18px 6px}@media (max-width: 900px){.dash-cmp-grid{grid-template-columns:1fr}.dash-cmp-side,.dash-cmp-mid{order:0!important}.dash-cmp-img{max-width:220px}}.dash-pgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.dash-pcard{border:1px solid #eef0f3;border-radius:12px;padding:12px;text-align:center;transition:transform .2s,box-shadow .2s}.dash-pcard:hover{transform:translateY(-4px);box-shadow:0 12px 26px #00000014}.dash-pcard-img{aspect-ratio:1/1;border-radius:10px;overflow:hidden;background:#f3e7cf;margin-bottom:10px}.dash-pcard-img img{width:100%;height:100%;object-fit:cover}.dash-pcard h3{font-size:.88rem;font-weight:700;color:#1f2430;margin-bottom:6px;min-height:38px}.dash-pcard-desc{font-size:.72rem;color:#8a8f9a;line-height:1.4;margin-bottom:6px}.dash-pcard-tag{font-size:.72rem;font-weight:700;color:var(--gold-dark);margin-top:4px}.dash-pcard-price{color:var(--gold-dark);font-weight:800;font-size:.95rem}.dash-pcard-price s{color:#aaa;font-weight:500;font-size:.82rem;margin-left:6px}.dash-sublink2.on{color:var(--gold);background:#c4a5771f}@media (max-width: 1100px){.dash-pgrid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 760px){.dash-pgrid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 1000px){.dash{grid-template-columns:1fr}.dash-side{position:static;height:auto;flex-direction:row;align-items:center;flex-wrap:wrap;gap:8px}.dash-nav{flex-direction:row;flex-wrap:wrap}.dash-back{margin-left:auto}.dash-stats{grid-template-columns:repeat(2,1fr)}.dash-cols{grid-template-columns:1fr}}@media (max-width: 560px){.dash-stats{grid-template-columns:1fr}.dash-table .muted{display:none}}.cp-page{background-color:#f3e7cf;background-size:cover;background-position:center top;background-attachment:fixed}.cp{padding:50px 0 70px}.cp-title{text-align:center;font-size:2.4rem;font-weight:800;color:var(--gold-dark)}.cp-title span{color:var(--ink)}.cp-sub{text-align:center;color:#6b5a3e;margin:10px 0 44px}.cp-group{margin-bottom:50px}.cp-group-title{text-align:center;font-size:1.5rem;font-weight:700;color:#3a2c18;margin-bottom:26px;position:relative}.cp-group-title:after{content:"";display:block;width:70px;height:3px;background:var(--gold);border-radius:3px;margin:10px auto 0}.cp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.cp-card{background:#fbf3e3;border:1px solid #ecdcc0;border-radius:16px;padding:18px;text-align:center;transition:transform .25s,box-shadow .25s}.cp-card:hover{transform:translateY(-5px);box-shadow:0 16px 36px #7c4a3529}.cp-img{aspect-ratio:4 / 3;border-radius:12px;overflow:hidden;background:#f3e7cf;margin-bottom:14px}.cp-img img{width:100%;height:100%;object-fit:cover}.cp-card h3{font-size:1.05rem;font-weight:700;color:var(--ink);margin-bottom:8px;min-height:48px}.cp-price{color:var(--gold-dark);font-weight:800;font-size:1.15rem;margin-bottom:14px}.cp-btn{width:100%;padding:12px;border:none;border-radius:8px;background:var(--gold);color:#fff;font:inherit;font-weight:700;cursor:pointer;transition:background .2s}.cp-btn:hover{background:var(--gold-dark)}@media (max-width: 900px){.cp-grid{grid-template-columns:repeat(2,1fr)}.cp-title{font-size:1.8rem}}@media (max-width: 560px){.cp-grid{grid-template-columns:1fr;max-width:340px;margin:0 auto}}.ct-map{line-height:0}.ct-map iframe{width:100%;height:320px;border:0;display:block}@media (max-width: 700px){.ct-map iframe{height:320px}}.ab-intro{background:#fff;padding:50px 0 40px}.ab-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:50px;align-items:center}.ab-img img{width:100%;height:auto}.ab-text h2{font-size:2.1rem;font-weight:800;color:var(--ink);margin-bottom:18px}.ab-text h2 span{color:var(--gold)}.ab-text p{color:#6b6b6b;line-height:1.85;font-size:.98rem;text-align:justify}@media (max-width: 900px){.ab-grid{grid-template-columns:1fr;gap:26px}.ab-img{max-width:440px;margin:0 auto}.ab-text h2{font-size:1.7rem}}.hc{background:#f5f1ea;padding:60px 0 80px}.hc-layout{display:grid;grid-template-columns:1fr 2.45fr;gap:50px;align-items:center}.hc-intro h1{font-size:60px;letter-spacing:3px;line-height:90px;font-weight:700;color:#2e1a0e}.hc-sub{color:#8a8a8a;font-size:1.1rem;margin-top:22px}.hc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.hc-card{background:#f7efe0;border-radius:18px;padding:24px 26px;box-shadow:0 6px 20px #0000000d}.hc-top{display:flex;gap:16px;border-bottom:1px solid #e3d8c4;padding-bottom:6px;margin-bottom:4px}.hc-avatar{width:46px;height:46px;flex-shrink:0;border-radius:50%;background:#fdf6ea;color:#3a3a3a;font-weight:700;font-size:.9rem;display:flex;align-items:center;justify-content:center}.hc-body{flex:1}.hc-stars{color:#1a1a1a;letter-spacing:4px;font-size:1.2rem}.hc-text{color:#3a3a3a;line-height:1.6;font-size:.98rem}.hc-name{color:#2a2a2a;font-size:1.05rem}@media (max-width: 900px){.hc-layout{grid-template-columns:1fr;gap:30px;text-align:center}.hc-intro h1{font-size:3.2rem}}@media (max-width: 640px){.hc-grid{grid-template-columns:1fr}.hc-intro h1{font-size:2.6rem}}.bf-banner{background:linear-gradient(135deg,#d9bd8f,#f1e0c0 55%,#dcc097)}.bf-banner .container{display:flex;align-items:flex-end;justify-content:space-between;min-height:150px;padding-top:30px;padding-bottom:26px}.bf-banner h1{font-size:2rem;font-weight:800;color:var(--ink)}.bf-crumb{font-size:.92rem;color:#6b5a3e}.bf-crumb a{color:#6b5a3e}.bf-crumb span{margin:0 6px;color:var(--gold-dark)}.bf-health{background:#faf7f0;padding:56px 0 70px;font-family:Poppins,system-ui,sans-serif}.bf-h-title{text-align:center;font-size:40px;font-weight:700;color:var(--ink);margin-bottom:40px}.bf-h-title span{color:var(--gold)}.bf-h-grid{display:grid;grid-template-columns:1fr 360px 1fr;gap:24px;align-items:center}.bf-col{display:flex;flex-direction:column;gap:46px;max-width:470px;margin:0 auto;width:100%}.bf-item{display:flex;align-items:center;gap:22px;position:relative}.bf-col.left .bf-item:nth-child(1),.bf-col.left .bf-item:nth-child(4){left:90px}.bf-col.left .bf-item:nth-child(2),.bf-col.left .bf-item:nth-child(3){left:50px}.bf-col.right .bf-item:nth-child(1),.bf-col.right .bf-item:nth-child(4){right:90px}.bf-col.right .bf-item:nth-child(2),.bf-col.right .bf-item:nth-child(3){right:50px}.bf-item-ico{width:92px;height:92px;object-fit:contain;flex-shrink:0}.bf-item-txt{flex:1}.bf-item-txt h3{font-size:17px;font-weight:700;color:#b0894a;margin-bottom:8px}.bf-item-txt p{font-size:15px;color:#787878;line-height:1.55}.bf-doctor{display:flex;justify-content:center;align-items:flex-end}.bf-doctor img{width:100%;max-width:206px;height:auto}.bf-crown{position:relative;background-image:url(https://majesticmedjool.in/wp-content/uploads/2025/10/about-section-1.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;color:#2a1f10;padding:60px 0}.bf-crown-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#c4a577;opacity:.82;z-index:0}.bf-crown .container{position:relative;z-index:1}.bf-crown-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:40px;align-items:center}.bf-crown-text h2{font-size:2.4rem;font-weight:800;color:#1a1a1a;margin-bottom:18px;line-height:1.15}.bf-crown-intro{color:#2e2114;line-height:1.7;margin-bottom:34px;font-size:1.05rem}.bf-crown-item{text-align:center;padding-bottom:26px;margin-bottom:26px;border-bottom:1px solid rgba(0,0,0,.25)}.bf-crown-item:last-child{margin-bottom:0}.bf-crown-item h3{font-size:1.4rem;font-weight:700;color:#1a1a1a;margin-bottom:14px}.bf-crown-item p{color:#2e2114;line-height:1.7;font-size:1rem}.bf-crown-img img{width:100%;height:auto}@media (max-width: 900px){.bf-h-grid{grid-template-columns:1fr;gap:30px}.bf-doctor{order:-1}.bf-doctor img{max-width:280px}.bf-col.right .bf-item{flex-direction:row-reverse}.bf-col .bf-item{left:0!important;right:0!important}.bf-crown-grid{grid-template-columns:1fr;gap:30px}.bf-crown-img{order:-1}.bf-h-title{font-size:1.7rem}}@media (max-width: 400px){.bf-banner .container{flex-direction:column;gap:8px;align-items:flex-start}.bf-item-ico{width:48px;height:48px}.bf-crown-text h2{font-size:1.5rem}}.footer{background:#2a1a0e;color:#d8cdbb;padding:56px 0 0}.fcols{display:grid;grid-template-columns:1fr 1fr 1.1fr 1fr;gap:40px}.footer h5{color:#fff;font-size:17px;font-weight:700;margin-bottom:10px}.footer h5.mt{margin-top:30px}.footer img.flogo{width:140px;height:auto;margin-bottom:26px}.footer a{color:#fff;transition:color .2s;font-size:15px;font-weight:500}.footer a:hover{color:var(--gold)}.fcheck li{display:flex;align-items:center;gap:12px;margin-bottom:5px;font-size:1.05rem}.ftick{width:22px;height:22px;flex-shrink:0;display:block}.foffice{margin-bottom:22px}.foffice h6{color:var(--gold);font-size:1.1rem;font-weight:700;margin-bottom:10px}.faddr{display:flex;gap:10px;font-size:15px;line-height:1.6;color:#fff;font-weight:500}.fpin{flex-shrink:0;width:18px;height:22px;margin-top:3px;display:block}.fsocials{display:flex;gap:14px}.fsocials a{width:40px;height:40px;border-radius:50%;background:#fff;color:#2a1a0e;display:grid;place-items:center;font-weight:700;font-size:20px;transition:all .25s}.fsocials a:hover{background:var(--gold);color:#fff}.fcerts{display:flex;gap:12px}.fcerts img{width:50px;height:50px;object-fit:contain;background:#fff;border-radius:50%}.fpay{background:#fff;border-radius:12px;padding:10px;max-width:200px}.fpay img{width:100%;height:auto}.footer-bottom{background:var(--gold);margin-top:56px;padding:20px 0;color:#fff;font-weight:600}.footer-bottom .container{display:flex;justify-content:space-between;align-items:center;gap:16px}.wa-float{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:50%;background:#25d366;color:#fff;display:grid;place-items:center;font-size:1.6rem;box-shadow:0 8px 22px #25d36680;z-index:200;transition:transform .2s}.wa-float:hover{transform:scale(1.08)}@media (max-width: 992px){.grid.cols-4{grid-template-columns:repeat(3,1fr)}.fcols{grid-template-columns:repeat(2,1fr)}}@media (max-width: 900px){.menu-toggle{display:block;justify-self:end}.header{position:static;top:auto;background:#fff}.header .container{grid-template-columns:auto 1fr auto;height:auto;padding:5px 10px}.logo img{width:105px}.logo{justify-self:start}.nav-right{display:none}.nav .mobile-only{display:block}.nav-left{position:fixed;top:0;right:-100%;height:100vh;width:280px;background:#fff;flex-direction:column;align-items:flex-start;padding:90px 28px;gap:22px;box-shadow:-8px 0 30px #00000026;transition:right .3s;z-index:105}.nav-left.open{right:0}.dropdown-menu{position:static;transform:none;opacity:1;visibility:visible;box-shadow:none;padding:6px 0 6px 14px;display:none}.dropdown.open .dropdown-menu{display:block}.hero{min-height:520px;background-position:75% center}.hero .container{padding-top:30px;padding-left:5px;padding-right:5px}.hero h1{font-size:3rem}.hero .hero-sub,.hero .hero-tag{font-size:16px}.topbar .container{display:none}.grid.cols-3,.grid.cols-4{grid-template-columns:repeat(2,1fr)}.section-head h2{font-size:1.8rem}}@media (max-width: 540px){.grid.cols-3,.grid.cols-4,.fcols{grid-template-columns:1fr}.topbar .left{display:none}.menu-title,.about-title,.banner-title,.showcase-title,.featured-title,.commitment-heading,.process-title,.tst-title,.blog-heading,.faq-heading{font-size:1.15rem;line-height:1.3}}@media (max-width: 400px){.container{padding:0 14px}.hero{min-height:460px}.hero .container{padding-top:26px;padding-left:14px;padding-right:14px}.hero h1{font-size:2.3rem}.hero .hero-sub,.hero .hero-tag{font-size:1.05rem}.hero .btn{padding:7px 14px;font-size:.85rem}.hero-cta{gap:10px}.benefits-heading{font-size:1.2rem}.tst-card,.blog-body,.tcard{padding:22px 18px}.commitment-bar{padding:28px 12px}.commitment-item span{font-size:.92rem}.footer img.flogo{width:160px}}.page-checkout{background:#fff}.page-checkout .header{position:static;top:auto;z-index:50;background:#fff}.ck-wrap{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:26px;align-items:start;padding-top:28px;padding-bottom:48px}.ck-card{background:#fff;border:1px solid #e6e8ea;border-radius:8px;padding:24px}.ck-h2{font-size:1.06rem;font-weight:700;color:#1f2a44;margin:0 0 14px}.ck-card .ck-h2:not(:first-child){margin-top:26px}.ck-field{position:relative;margin-bottom:14px}.ck-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.ck-input{width:100%;padding:15px 12px;border:1px solid #d7dade;border-radius:4px;font:inherit;font-size:.95rem;color:#1f2a44;background:#fff;outline:none;transition:border-color .15s}.ck-input::placeholder{color:#7c848e}.ck-input:focus{border-color:var(--gold)}.ck-err-input{border-color:#d64541}.ck-err{display:block;margin-top:5px;font-size:.78rem;font-weight:600;color:#d64541}.ck-select-field .ck-float{position:absolute;top:6px;left:13px;font-size:.7rem;color:#7c848e;pointer-events:none}.ck-select{padding:21px 34px 9px 12px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237c848e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:17px}.ck-guest{margin:-6px 0 14px;font-size:.8rem;font-weight:600;color:#6f7524}.ck-check{display:flex;align-items:center;gap:10px;margin-bottom:6px;font-size:.9rem;color:#1f2a44;cursor:pointer}.ck-check input{width:17px;height:17px;accent-color:var(--gold);cursor:pointer}.ck-link{display:inline-block;margin:-4px 0 14px;padding:0;border:none;background:none;font:inherit;font-size:.82rem;font-weight:600;color:#5b53c9;cursor:pointer}.ck-link:hover{text-decoration:underline}.ck-note{margin-top:10px;resize:vertical}.ck-pay{display:block;padding:16px;border:1px solid var(--gold);border-radius:6px;margin-bottom:16px;cursor:pointer}.ck-pay.on{box-shadow:inset 0 0 0 1px var(--gold)}.ck-pay-head{display:flex;align-items:center;gap:10px;font-size:.92rem;color:#1f2a44}.ck-pay input{width:15px;height:15px;accent-color:#1f2a44}.ck-pay small{display:block;margin-top:8px;font-size:.8rem;color:#5c6470;line-height:1.5}.ck-pay a,.ck-terms a{color:#5b53c9;text-decoration:none}.ck-pay a:hover,.ck-terms a:hover{text-decoration:underline}.ck-hr{border:none;border-top:1px solid #e6e8ea;margin:20px 0 16px}.ck-terms{font-size:.8rem;color:#5c6470;line-height:1.6;margin-bottom:16px}.ck-notice{padding:12px 14px;margin-bottom:14px;border:1px solid #e8d9b6;border-radius:6px;background:#fdf9f1;font-size:.84rem;line-height:1.55;color:#6b4f1d}.ck-place{display:block;width:100%;padding:17px;border:none;border-radius:6px;background:var(--gold);color:#fff;font:inherit;font-size:1rem;font-weight:700;text-align:center;text-decoration:none;cursor:pointer;transition:background .2s}.ck-place:hover{background:var(--gold-dark)}.ck-summary{position:sticky;top:20px}.ck-item{display:flex;gap:12px;padding-bottom:16px}.ck-thumb{position:relative;flex:0 0 auto;width:56px;height:56px;border:1px solid #e6e8ea;border-radius:6px;overflow:hidden;background:#f7f2e8}.ck-thumb img{width:100%;height:100%;object-fit:cover}.ck-qty{position:absolute;top:-7px;right:-7px;display:grid;place-items:center;width:21px;height:21px;border-radius:50%;background:#1f2a44;color:#fff;font-size:.7rem;font-weight:700}.ck-item-main{flex:1 1 auto;min-width:0}.ck-item-top{display:flex;justify-content:space-between;gap:10px}.ck-item-name{font-size:.88rem;font-weight:600;color:#1f2a44;line-height:1.35}.ck-item-price{flex:0 0 auto;font-size:.88rem;font-weight:700;color:var(--gold-dark)}.ck-item-sub{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:6px}.ck-item-sub s{font-size:.82rem;color:#9aa0ab}.ck-now{font-size:.82rem;font-weight:600;color:#1f2a44}.ck-save{padding:2px 7px;border-radius:3px;background:#eceef1;font-size:.72rem;font-weight:600;color:#5c6470}.ck-opt{margin-top:5px;font-size:.78rem;color:#7c848e}.ck-eta{padding:12px 0;border-top:1px solid #e6e8ea;border-bottom:1px solid #e6e8ea;font-size:.8rem;color:#5c6470;text-align:center}.ck-line{display:flex;justify-content:space-between;padding:12px 0;font-size:.88rem;color:#1f2a44}.ck-total{border-top:1px solid #e6e8ea;font-size:1.12rem;font-weight:700}.ck-empty{text-align:center;padding:56px 24px}.ck-empty h1{font-size:1.4rem;font-weight:700;color:#1f2a44;margin-bottom:10px}.ck-empty p{font-size:.92rem;color:#5c6470;margin-bottom:22px}.ck-empty .ck-place{max-width:260px;margin:0 auto}@media (max-width: 900px){.ck-wrap{grid-template-columns:1fr}.ck-summary{position:static;order:-1}}@media (max-width: 520px){.ck-row{grid-template-columns:1fr;gap:0}}.page-cart{background:#fff}.page-cart .header{position:static;top:auto;z-index:50;background:#fff}.ct-wrap{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);gap:26px;align-items:start;padding-top:28px;padding-bottom:48px}.ct-card{background:#fff;border:1px solid #e0e2e5;border-radius:4px}.ct-head{display:flex;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e0e2e5;font-size:.74rem;font-weight:600;letter-spacing:.06em;color:#5c6470}.ct-line{display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:14px;padding:20px;align-items:start}.ct-line+.ct-line{border-top:1px solid #eef0f2}.ct-thumb{width:64px;height:64px;border-radius:4px;overflow:hidden;background:#f7f2e8}.ct-thumb img{width:100%;height:100%;object-fit:cover}.ct-name{display:inline-block;font-size:.88rem;font-weight:600;color:var(--gold-dark);text-decoration:none;line-height:1.35}.ct-name:hover{text-decoration:underline}.ct-price{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:6px}.ct-price s{font-size:.82rem;color:#9aa0ab}.ct-now{font-size:.84rem;font-weight:700;color:#d94c3d}.ct-save{padding:2px 7px;border-radius:3px;background:#eceef1;font-size:.72rem;font-weight:600;color:#5c6470}.ct-opt{margin-top:5px;font-size:.78rem;color:#7c848e}.ct-opt span{color:#5b53c9}.ct-qty-row{display:flex;align-items:center;gap:14px;margin-top:12px}.ct-stepper{display:inline-flex;align-items:center;border:1px solid #d7dade;border-radius:4px;overflow:hidden}.ct-stepper button{width:34px;height:36px;border:none;background:#fff;color:#5c6470;font-size:1rem;cursor:pointer;transition:background .15s}.ct-stepper button:hover{background:#f4f5f7}.ct-stepper input{width:42px;height:36px;border:none;border-left:1px solid #e6e8ea;border-right:1px solid #e6e8ea;text-align:center;font:inherit;font-size:.88rem;color:#1f2a44;outline:none}.ct-trash{display:grid;place-items:center;width:34px;height:34px;border:none;background:none;color:#7c848e;cursor:pointer;border-radius:4px;transition:color .15s,background .15s}.ct-trash svg{width:19px;height:19px}.ct-trash:hover{color:#d64541;background:#fdf1f0}.ct-total{font-size:1.02rem;font-weight:700;color:var(--gold-dark);white-space:nowrap}.ct-totals{position:sticky;top:20px}.ct-totals-head{padding:16px 20px;border-bottom:1px solid #e0e2e5;font-size:.74rem;font-weight:600;letter-spacing:.06em;color:#5c6470}.ct-coupon{padding:4px 20px;border-bottom:1px solid #e0e2e5}.ct-coupon-toggle{display:flex;justify-content:space-between;align-items:center;width:100%;padding:13px 0;border:none;background:none;font:inherit;font-size:.88rem;color:#5b53c9;cursor:pointer}.ct-chev{width:18px;height:18px;color:#5c6470;transition:transform .2s}.ct-chev.open{transform:rotate(180deg)}.ct-coupon-body{display:flex;gap:8px;padding-bottom:14px}.ct-coupon-input{flex:1 1 auto;min-width:0;padding:11px 12px;border:1px solid #d7dade;border-radius:4px;font:inherit;font-size:.86rem;outline:none}.ct-coupon-input:focus{border-color:var(--gold)}.ct-coupon-apply{flex:0 0 auto;padding:11px 18px;border:none;border-radius:4px;background:var(--gold);color:#fff;font:inherit;font-weight:700;font-size:.84rem;cursor:pointer}.ct-coupon-apply:hover{background:var(--gold-dark)}.ct-coupon-err{padding-bottom:12px;font-size:.78rem;font-weight:600;color:#d64541}.ct-coupon-ok{display:flex;align-items:center;gap:10px;padding-bottom:12px;font-size:.8rem;font-weight:600;color:#1f9d55}.ct-coupon-ok button{border:none;background:none;font:inherit;font-size:.76rem;font-weight:600;color:#7c848e;text-decoration:underline;cursor:pointer}.ct-row{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;font-size:.9rem;color:#1f2a44}.ct-row+.ct-row{border-top:1px solid #eef0f2}.ct-est{font-size:1.16rem;font-weight:400;color:#1f2a44}.ct-est span:last-child{font-weight:700}.ct-checkout{display:block;width:calc(100% - 40px);margin:4px 20px 20px;padding:15px;border:none;border-radius:4px;background:var(--gold);color:#fff;font:inherit;font-size:.96rem;font-weight:700;text-align:center;text-decoration:none;cursor:pointer;transition:background .2s}.ct-checkout:hover{background:var(--gold-dark)}.ct-empty{grid-column:1 / -1;text-align:center;padding:56px 24px}.ct-empty h1{font-size:1.4rem;font-weight:700;color:#1f2a44;margin-bottom:10px}.ct-empty p{font-size:.92rem;color:#5c6470;margin-bottom:22px}.ct-empty .ct-checkout{max-width:260px;margin:0 auto;width:100%}@media (max-width: 900px){.ct-wrap{grid-template-columns:1fr}.ct-totals{position:static}}@media (max-width: 520px){.ct-line{grid-template-columns:56px minmax(0,1fr)}.ct-total{grid-column:2;margin-top:8px}}.dash-gate{min-height:100vh;display:grid;place-items:center;background:#f4f5f7;padding:24px}.dash-gate>p{color:#5c6470;font-weight:600}.dash-login{width:100%;max-width:360px;padding:30px 28px;background:#fff;border:1px solid #e6e8ea;border-radius:14px;box-shadow:0 12px 34px #0000000f}.dash-login .dash-brand{margin-bottom:22px;text-align:center}.dash-login .dash-btn-save{width:100%;margin-top:6px}.dash-login .dash-btn-save:disabled{opacity:.5;cursor:not-allowed}.dash-login .dash-back{display:block;margin-top:16px;text-align:center}.dash-login-err{margin:-6px 0 12px;font-size:.82rem;font-weight:600;color:#d64541}.dash-signout{margin-top:auto;padding:10px 14px;border:1px solid #d8dce2;border-radius:8px;background:#fff;color:#5a5f6a;font:inherit;font-size:.85rem;font-weight:700;cursor:pointer}.dash-signout:hover{border-color:#d64541;color:#d64541}
