:root{--cream: #f7f3ee;--warm-white: #fdfbf8;--sand: #e8ddd0;--taupe: #c4b49a;--gold: #b8965a;--dark-gold: #8a6d3b;--charcoal: #2c2420;--muted: #7a6e66;--accent: #c9a96e;--page-pad: 8%}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background:var(--warm-white);color:var(--charcoal);overflow-x:hidden;line-height:1.5}img{max-width:100%;height:auto;display:block}a{color:inherit}.uck-visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.uck-page-width{max-width:1280px;margin:0 auto;padding:0 var(--page-pad)}.uck-nav{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.2rem 5%;background:#fdfbf8d9;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(196,180,154,.2);transition:box-shadow .4s}.uck-nav.is-scrolled{box-shadow:0 4px 24px #2c242014}.nav-logo{font-family:Cormorant Garamond,serif;font-size:1.7rem;font-weight:600;letter-spacing:.04em;color:var(--charcoal);text-decoration:none}.nav-logo span{color:var(--gold)}.nav-links{display:flex;gap:2.5rem;list-style:none;align-items:center}.nav-links a{text-decoration:none;font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);transition:color .3s}.nav-links a:hover{color:var(--gold)}.nav-actions{display:flex;align-items:center;gap:1.2rem}.nav-cart{background:var(--charcoal);color:#fff;border:none;padding:.55rem 1.4rem;font-family:DM Sans,sans-serif;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;text-decoration:none;transition:background .3s;white-space:nowrap}.nav-cart:hover{background:var(--gold)}.nav-toggle{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:5px;padding:4px}.nav-toggle span{width:24px;height:1.5px;background:var(--charcoal);display:block}.btn-primary{background:var(--charcoal);color:#fff;border:none;padding:.9rem 2.2rem;font-family:DM Sans,sans-serif;font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;text-decoration:none;transition:background .3s,transform .2s;display:inline-block}.btn-primary:hover{background:var(--gold);transform:translateY(-2px)}.btn-outline{background:transparent;color:var(--charcoal);border:1px solid var(--charcoal);padding:.9rem 2.2rem;font-family:DM Sans,sans-serif;font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;text-decoration:none;transition:all .3s;display:inline-block}.btn-outline:hover{background:var(--charcoal);color:#fff}.hero{min-height:90vh;display:grid;grid-template-columns:1fr 1fr;background:var(--cream);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-100px;right:-100px;width:600px;height:600px;background:radial-gradient(circle,rgba(184,150,90,.12) 0%,transparent 70%);pointer-events:none}.hero-text{display:flex;flex-direction:column;justify-content:center;padding:6rem 5% 4rem 8%;animation:fadeUp .9s ease both}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-tag{font-size:.72rem;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;display:flex;align-items:center;gap:.6rem}.hero-tag:before{content:"";display:block;width:2rem;height:1px;background:var(--gold)}.hero h1{font-family:Cormorant Garamond,serif;font-size:clamp(3rem,5vw,5rem);font-weight:300;line-height:1.1;color:var(--charcoal);margin-bottom:1.5rem}.hero h1 em{font-style:italic;color:var(--gold)}.hero-sub{font-size:1rem;color:var(--muted);line-height:1.7;max-width:420px;margin-bottom:2.5rem}.hero-btns{display:flex;gap:1rem;flex-wrap:wrap}.hero-stats{display:flex;gap:2.5rem;margin-top:3.5rem;padding-top:2rem;border-top:1px solid var(--sand)}.stat-num{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:500;color:var(--charcoal)}.stat-label{font-size:.72rem;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-top:.2rem}.hero-visual{position:relative;display:flex;align-items:flex-end;justify-content:center;padding:3rem 4% 0;animation:fadeUp .9s .2s ease both}.hero-img-wrap{width:85%;max-width:440px;aspect-ratio:3/4;background:var(--sand);position:relative;overflow:hidden}.hero-img-wrap img{width:100%;height:100%;object-fit:cover}.hero-img-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(44,36,32,.3) 0%,transparent 60%);pointer-events:none}.hero-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.5rem;color:var(--taupe);font-family:Cormorant Garamond,serif;font-size:1.2rem;letter-spacing:.1em}.hero-img-placeholder svg{opacity:.4}.hero-badge{position:absolute;bottom:3rem;left:-1.5rem;background:var(--warm-white);padding:1rem 1.3rem;box-shadow:0 8px 32px #2c24201f;z-index:2;min-width:160px}.hero-badge-label{font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.hero-badge-val{font-family:Cormorant Garamond,serif;font-size:1.4rem;color:var(--gold);margin-top:.2rem}.marquee-wrap{background:var(--charcoal);padding:.85rem 0;overflow:hidden;white-space:nowrap}.marquee-track{display:inline-flex;animation:marquee 20s linear infinite}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-item{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--taupe);padding:0 2.5rem}.marquee-item span{color:var(--gold)}.uck-section{padding:6rem var(--page-pad)}.section-label{font-size:.72rem;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:.7rem}.section-title{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:300;line-height:1.2;color:var(--charcoal);margin-bottom:1rem}.section-sub{color:var(--muted);font-size:.95rem;line-height:1.7;max-width:520px}.section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:3rem;gap:1.5rem;flex-wrap:wrap}.view-all{font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);text-decoration:none;border-bottom:1px solid var(--gold);padding-bottom:.15rem;transition:opacity .2s;white-space:nowrap}.view-all:hover{opacity:.7}.products{background:var(--warm-white)}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.product-card{cursor:pointer;transition:transform .35s}.product-card:hover{transform:translateY(-6px)}.product-card>a{text-decoration:none;color:inherit;display:block}.product-img{aspect-ratio:3/4;background:var(--cream);position:relative;overflow:hidden;margin-bottom:1.1rem}.product-img img{width:100%;height:100%;object-fit:cover}.product-img-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.5rem;color:var(--taupe);font-size:.8rem;letter-spacing:.08em;text-align:center;padding:1rem}.product-badge{position:absolute;top:1rem;left:1rem;background:var(--charcoal);color:#fff;font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;padding:.3rem .7rem;z-index:2}.product-badge.sale{background:var(--gold)}.product-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#2c24200f;opacity:0;transition:opacity .3s;display:flex;align-items:flex-end;padding:1.2rem}.product-card:hover .product-overlay{opacity:1}.product-overlay-btn{width:100%;background:var(--warm-white);border:none;padding:.75rem;font-family:DM Sans,sans-serif;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:background .3s,color .3s}.product-overlay-btn:hover{background:var(--charcoal);color:#fff}.product-name{font-size:.88rem;color:var(--charcoal);margin-bottom:.3rem}.product-price{font-family:Cormorant Garamond,serif;font-size:1.25rem;color:var(--gold)}.product-price s{font-family:DM Sans,sans-serif;font-size:.82rem;color:var(--taupe);margin-left:.4rem}.about{background:var(--charcoal);color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.about .section-label{color:var(--accent)}.about .section-title{color:#fff}.about .section-sub{color:#fff9}.about-features{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2.5rem}.about-feat{border:1px solid rgba(255,255,255,.1);padding:1.4rem;transition:border-color .3s}.about-feat:hover{border-color:var(--accent)}.feat-icon{font-size:1.5rem;margin-bottom:.8rem}.feat-title{font-size:.82rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#fff;margin-bottom:.3rem}.feat-desc{font-size:.8rem;color:#ffffff80;line-height:1.6}.about-visual{position:relative}.about-img-main{width:100%;aspect-ratio:4/5;background:#ffffff0d;display:flex;align-items:center;justify-content:center;color:#fff3;font-family:Cormorant Garamond,serif;font-size:1.1rem;letter-spacing:.1em;border:1px solid rgba(255,255,255,.08);overflow:hidden}.about-img-main img{width:100%;height:100%;object-fit:cover}.about-img-accent{position:absolute;bottom:-2rem;left:-2rem;width:55%;aspect-ratio:1;background:var(--gold);opacity:.12}.testimonials{background:var(--cream)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.testi-card{background:var(--warm-white);padding:2.2rem;position:relative;border-bottom:3px solid transparent;transition:border-color .3s,transform .3s}.testi-card:hover{border-color:var(--gold);transform:translateY(-4px)}.testi-quote{font-family:Cormorant Garamond,serif;font-size:3rem;line-height:.6;color:var(--gold);opacity:.5;margin-bottom:1.2rem}.testi-text{font-size:.9rem;line-height:1.75;color:var(--muted);margin-bottom:1.8rem;font-style:italic}.testi-author{display:flex;align-items:center;gap:.9rem}.testi-avatar{width:42px;height:42px;border-radius:50%;background:var(--sand);display:flex;align-items:center;justify-content:center;font-family:Cormorant Garamond,serif;font-size:1.1rem;color:var(--gold);font-weight:600}.testi-name{font-size:.85rem;font-weight:500;color:var(--charcoal)}.testi-location{font-size:.72rem;color:var(--taupe);letter-spacing:.06em}.testi-stars{color:var(--gold);font-size:.8rem;letter-spacing:.05em;margin-bottom:1rem}.contact{background:var(--warm-white);display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:start}.contact-info-item{display:flex;gap:1rem;align-items:flex-start;margin-bottom:2rem}.contact-icon{width:42px;height:42px;background:var(--cream);display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.contact-detail-label{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:.25rem}.contact-detail-val{font-size:.9rem;color:var(--charcoal)}.contact-form{display:flex;flex-direction:column;gap:1.2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-label{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.form-input,.form-textarea{background:var(--cream);border:1px solid transparent;padding:.85rem 1rem;font-family:DM Sans,sans-serif;font-size:.88rem;color:var(--charcoal);outline:none;transition:border-color .3s;width:100%}.form-input:focus,.form-textarea:focus{border-color:var(--gold)}.form-textarea{resize:vertical;min-height:120px}.form-submit{background:var(--charcoal);color:#fff;border:none;padding:1rem 2rem;font-family:DM Sans,sans-serif;font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:background .3s;align-self:flex-start;min-width:180px}.form-submit:hover{background:var(--gold)}.trust-bar{background:var(--sand);padding:3rem var(--page-pad);display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.trust-item{display:flex;align-items:center;gap:1rem}.trust-icon{font-size:1.8rem;flex-shrink:0}.trust-title{font-size:.82rem;font-weight:500;color:var(--charcoal);letter-spacing:.05em;margin-bottom:.2rem}.trust-desc{font-size:.75rem;color:var(--muted)}.newsletter{background:linear-gradient(135deg,var(--gold) 0%,var(--dark-gold) 100%);padding:4rem var(--page-pad);display:flex;align-items:center;justify-content:space-between;gap:3rem;flex-wrap:wrap}.newsletter h3{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:300;color:#fff}.newsletter p{color:#fffc;font-size:.9rem;margin-top:.3rem}.newsletter-form{display:flex;gap:0;flex:1;max-width:440px;min-width:280px}.newsletter-form input[type=email]{flex:1;background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-right:none;padding:.85rem 1.2rem;font-family:DM Sans,sans-serif;color:#fff;font-size:.85rem;outline:none}.newsletter-form input[type=email]::placeholder{color:#fff9}.newsletter-btn{background:var(--charcoal);color:#fff;border:none;padding:.85rem 1.5rem;font-family:DM Sans,sans-serif;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:background .3s;white-space:nowrap}.newsletter-btn:hover{background:#2c2420e6}.newsletter-note{color:#fff;font-size:.8rem;margin-top:.6rem;width:100%;opacity:.85}.uck-footer{background:var(--charcoal);color:#fff9;padding:4rem var(--page-pad) 2rem}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:2rem}.footer-brand-name{font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:600;color:#fff;margin-bottom:1rem}.footer-brand-name span{color:var(--gold)}.footer-desc{font-size:.85rem;line-height:1.7;margin-bottom:1.5rem}.footer-social{display:flex;gap:.8rem}.social-btn{width:36px;height:36px;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;font-size:.85rem;cursor:pointer;transition:all .3s;text-decoration:none;color:#fff9}.social-btn:hover{background:var(--gold);border-color:var(--gold);color:#fff}.footer-col-title{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:#fff;margin-bottom:1.3rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.65rem}.footer-links a{text-decoration:none;font-size:.85rem;color:#ffffff80;transition:color .3s}.footer-links a:hover{color:var(--gold)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;font-size:.78rem;gap:1rem;flex-wrap:wrap}.footer-bottom a{color:#fff6;text-decoration:none}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.uck-main{min-height:50vh;padding:4rem 0}.uck-page-title{font-family:Cormorant Garamond,serif;font-weight:300;font-size:clamp(2rem,4vw,3.2rem);color:var(--charcoal);margin-bottom:.5rem}.uck-breadcrumb{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:2rem}.uck-breadcrumb a{color:var(--muted);text-decoration:none}.uck-breadcrumb a:hover{color:var(--gold)}.uck-rte{color:var(--muted);line-height:1.8;font-size:.95rem;max-width:760px}.uck-rte h1,.uck-rte h2,.uck-rte h3{font-family:Cormorant Garamond,serif;font-weight:400;color:var(--charcoal);margin:1.5rem 0 .6rem}.uck-rte a{color:var(--gold)}.uck-rte img{margin:1.5rem 0}.uck-rte ul,.uck-rte ol{margin:1rem 0 1rem 1.4rem}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-media{display:flex;flex-direction:column;gap:1rem}.product-media .product-media-main{background:var(--cream);aspect-ratio:3/4;overflow:hidden}.product-media .product-media-main img{width:100%;height:100%;object-fit:cover}.product-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem}.product-thumbs img{aspect-ratio:1;object-fit:cover;background:var(--cream);cursor:pointer}.product-info-vendor{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.6rem}.product-info .product-price{font-size:1.8rem;margin:1rem 0 1.5rem}.product-info .product-price s{font-size:1.1rem}.product-form{display:flex;flex-direction:column;gap:1.2rem;margin-top:1.5rem}.product-form label{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);display:block;margin-bottom:.4rem}.product-form select,.product-form input[type=number]{background:var(--cream);border:1px solid transparent;padding:.8rem 1rem;font-family:DM Sans,sans-serif;font-size:.9rem;color:var(--charcoal);outline:none;width:100%}.product-form select:focus{border-color:var(--gold)}.product-form .btn-primary{text-align:center}.uck-stock{font-size:.78rem;color:var(--muted)}.uck-stock.in{color:#5a8a5a}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:2.5rem;gap:1rem;flex-wrap:wrap}.collection-count{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.uck-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.uck-empty{text-align:center;padding:4rem 0;color:var(--muted)}.uck-pagination{display:flex;gap:.5rem;justify-content:center;margin-top:3.5rem;list-style:none}.uck-pagination a,.uck-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 .6rem;font-size:.82rem;text-decoration:none;color:var(--charcoal);border:1px solid var(--sand)}.uck-pagination a:hover{border-color:var(--gold);color:var(--gold)}.uck-pagination .current{background:var(--charcoal);color:#fff;border-color:var(--charcoal)}.cart-row{display:grid;grid-template-columns:90px 1fr auto auto;gap:1.2rem;align-items:center;padding:1.5rem 0;border-bottom:1px solid var(--sand)}.cart-row img{width:90px;height:110px;object-fit:cover;background:var(--cream)}.cart-item-title{font-size:.95rem;color:var(--charcoal);text-decoration:none}.cart-item-title:hover{color:var(--gold)}.cart-item-variant{font-size:.78rem;color:var(--muted);margin-top:.3rem}.cart-foot{display:flex;align-items:center;justify-content:space-between;margin-top:2.5rem;gap:2rem;flex-wrap:wrap}.cart-total{font-family:Cormorant Garamond,serif;font-size:1.8rem;color:var(--charcoal)}.cart-qty{width:64px;background:var(--cream);border:1px solid transparent;padding:.5rem;text-align:center;font-family:DM Sans,sans-serif}.uck-form-narrow{max-width:440px;margin:0 auto}.uck-field{margin-bottom:1.2rem}.uck-field label{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);display:block;margin-bottom:.4rem}.uck-field input,.uck-field textarea{width:100%;background:var(--cream);border:1px solid transparent;padding:.85rem 1rem;font-family:DM Sans,sans-serif;font-size:.9rem;color:var(--charcoal);outline:none}.uck-field input:focus,.uck-field textarea:focus{border-color:var(--gold)}.uck-form-link{color:var(--gold);font-size:.82rem;text-decoration:none}.uck-errors{background:#faf0f0;border-left:3px solid #c0392b;padding:1rem 1.2rem;color:#7a2e2e;font-size:.85rem;margin-bottom:1.5rem}.uck-notice{background:var(--cream);border-left:3px solid var(--gold);padding:1rem 1.2rem;font-size:.85rem;margin-bottom:1.5rem;color:var(--charcoal)}.uck-table{width:100%;border-collapse:collapse;font-size:.88rem}.uck-table th,.uck-table td{text-align:left;padding:.9rem .6rem;border-bottom:1px solid var(--sand)}.uck-table th{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}@media(max-width:989px){.footer-top{grid-template-columns:1fr 1fr}.products-grid,.testimonials-grid,.trust-bar{grid-template-columns:repeat(2,1fr)}.uck-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:749px){:root{--page-pad: 6%}.nav-links{display:none}.nav-toggle{display:flex}.uck-nav.menu-open .nav-links{display:flex;flex-direction:column;gap:1.2rem;position:absolute;top:100%;left:0;right:0;background:var(--warm-white);padding:1.5rem 6%;border-bottom:1px solid var(--sand)}.hero{grid-template-columns:1fr}.hero-text{padding:4rem 6% 2rem}.hero-visual{padding:0 6% 4rem}.hero-badge{left:0}.about,.contact{grid-template-columns:1fr;gap:2.5rem}.about-img-accent{display:none}.product-layout{grid-template-columns:1fr;gap:2rem}.products-grid,.testimonials-grid,.uck-grid,.trust-bar,.about-features{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr;gap:2rem}.form-row{grid-template-columns:1fr}.newsletter{flex-direction:column;align-items:flex-start}.cart-row{grid-template-columns:70px 1fr;grid-auto-flow:row}.uck-section{padding:4rem var(--page-pad)}}
/*# sourceMappingURL=/cdn/shop/t/20/assets/uck.css.map */
