@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:ital,wght@400;500;600&display=swap";:root{--cream: #f7f3ed;--cream-dark: #eee5d8;--gold: #b8945b;--gold-light: #d8b879;--black: #151311;--grey: #77716a;--white: #ffffff;--green: #1f2d24;--border: #dedbd4}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;color:var(--black);background:var(--cream)}button,input{font-family:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}a{color:inherit;text-decoration:none}img{max-width:100%}.announcement{height:45px;display:flex;align-items:center;justify-content:center;gap:15px;background:#f2eadf;color:#171411;font-size:11px;letter-spacing:2px;font-weight:500}.announcement span{color:var(--gold);font-size:15px}.navbar{position:relative;height:130px;display:flex;align-items:center;justify-content:center;background:#fff;padding:0 5%;border-bottom:1px solid #eee9e2;z-index:20}.nav-left{position:absolute;left:5%;display:flex;align-items:center;gap:28px;font-size:12px;letter-spacing:1.5px}.nav-left a,.nav-track-button{position:relative;border:0;background:transparent;color:inherit;font-size:12px;letter-spacing:1.5px}.nav-left a:after,.nav-track-button:after{content:"";position:absolute;bottom:-8px;left:0;width:0;height:1px;background:var(--gold);transition:width .3s}.brand{text-align:center}.brand-name{font-family:Playfair Display,serif;font-size:58px;line-height:.8;letter-spacing:4px;color:var(--gold)}.brand-subtitle{margin-top:12px;font-size:9px;letter-spacing:5px;color:var(--gold);padding-left:5px}.nav-right{position:absolute;right:5%;display:flex;align-items:center;gap:24px}.nav-right button{border:0;background:transparent;font-size:27px;font-weight:300;color:var(--black);position:relative}.cart-count,.nav-badge{position:absolute;top:-7px;right:-9px;min-width:19px;height:19px;padding:0 5px;display:flex;align-items:center;justify-content:center;background:var(--gold);color:#fff;border-radius:50%;font-size:9px}.nav-badge{background:var(--green)}.mobile-menu{display:none}.search-panel{position:relative;z-index:15;background:#fff;border-bottom:1px solid var(--border);padding:18px 5%}.search-inner{max-width:900px;margin:auto;display:flex;border-bottom:1px solid #777}.search-inner input{flex:1;border:0;outline:0;padding:15px 0;font-size:14px;background:transparent}.search-inner button{border:0;background:transparent;font-size:10px;letter-spacing:2px}.hero{position:relative;height:min(720px,78vh);min-height:570px;margin:0 2.8%;border-radius:0 0 18px 18px;overflow:hidden;background:#d5c0a5}.hero-slides{position:absolute;inset:0}.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transform:scale(1.04);transition:opacity .9s ease,transform 5s ease,visibility .9s}.hero-slide.active{opacity:1;visibility:visible;transform:scale(1)}.hero-slide img{width:100%;height:100%;object-fit:cover;display:block}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#0f0b07b3,#0f0b075c 38%,#0f0b0714 75%)}.hero-content{position:absolute;left:8%;top:50%;transform:translateY(-50%);max-width:570px;color:#fff}.hero-eyebrow{margin-bottom:22px;font-size:11px;letter-spacing:4px;font-weight:500}.hero-content h1{font-family:Playfair Display,serif;font-weight:400;font-size:clamp(55px,6.5vw,92px);line-height:.96;letter-spacing:-2px}.hero-content h1 em{font-style:italic}.hero-description{max-width:430px;margin:28px 0;font-size:16px;line-height:1.7;color:#ffffffe6}.hero-button{display:inline-flex;align-items:center;gap:22px;padding:15px 25px;border:1px solid rgba(255,255,255,.8);background:#ffffff14;color:#fff;font-size:10px;letter-spacing:2px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:.3s}.hero-button span{font-size:18px;transition:.3s}.hero-button:hover{background:#fff;color:var(--black)}.hero-button:hover span{transform:translate(5px)}.hero-arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:48px;height:48px;border:1px solid rgba(255,255,255,.6);background:#0000001f;color:#fff;font-size:19px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:.3s}.hero-arrow:hover{background:#fff;color:#000}.hero-prev{left:25px}.hero-next{right:25px}.hero-dots{position:absolute;z-index:5;bottom:47px;left:50%;transform:translate(-50%);display:flex;gap:9px}.hero-dots button{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:#ffffff73;transition:.3s}.hero-dots button.active{width:28px;border-radius:20px;background:#fff}.hero-counter{position:absolute;z-index:5;right:7%;bottom:42px;display:flex;align-items:center;gap:12px;color:#fff;font-size:10px;letter-spacing:2px}.hero-counter div{width:55px;height:1px;background:#fff9}.hero-signature{position:absolute;z-index:5;left:7%;bottom:40px;color:#fffc;font-size:9px;letter-spacing:2px}.section-heading{text-align:center;margin-bottom:55px}.section-heading>p{margin-bottom:12px;font-size:10px;letter-spacing:4px;color:var(--gold)}.section-heading h2{font-family:Playfair Display,serif;font-size:clamp(40px,4vw,56px);font-weight:400}.heading-line{display:flex;align-items:center;justify-content:center;margin-top:15px;color:var(--gold);gap:15px}.heading-line:before,.heading-line:after{content:"";width:45px;height:1px;background:#d9c9b3}.section-description{margin-top:14px;color:var(--grey);font-size:14px}.categories{padding:105px 5% 100px;background:#fff}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:35px;max-width:1400px;margin:auto}.category{border:0;background:transparent;text-align:center;color:inherit}.category-image{width:100%;aspect-ratio:1;border-radius:50%;overflow:hidden;background:var(--cream-dark);margin-bottom:20px}.category-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.category:hover img{transform:scale(1.08)}.category h3{font-size:13px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase}.category span{display:block;margin-top:10px;color:var(--gold);font-size:9px;letter-spacing:1.5px}.products-section{padding:110px 5%;background:var(--cream)}.product-toolbar{max-width:1400px;margin:0 auto 30px;display:flex;align-items:center;justify-content:space-between;gap:20px}.category-filters{display:flex;flex-wrap:wrap;gap:8px}.category-filters button{padding:9px 14px;border:1px solid #d5cec3;background:transparent;color:#555;font-size:9px;letter-spacing:1.5px}.category-filters button.active,.category-filters button:hover{background:var(--green);border-color:var(--green);color:#fff}.clear-search{border:0;background:transparent;color:var(--gold);font-size:10px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:1400px;margin:auto}.product-image{position:relative;aspect-ratio:.85;overflow:hidden;background:#eee5d9;border-radius:5px}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease;cursor:pointer}.product-card:hover .product-image img{transform:scale(1.04)}.discount{position:absolute;top:17px;left:17px;width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--gold);color:#fff;font-size:10px}.wishlist{position:absolute;top:17px;right:17px;width:40px;height:40px;border-radius:50%;border:0;background:#ffffffe0;font-size:22px;transition:.3s}.wishlist.selected{color:#a44}.quick-shop{position:absolute;left:15px;right:15px;bottom:15px;height:46px;border:0;background:#fffffff2;color:#000;font-size:10px;letter-spacing:2px;opacity:0;transform:translateY(10px);transition:.3s}.product-info{padding:18px 3px}.product-info h3{font-family:Playfair Display,serif;font-size:17px;font-weight:400;cursor:pointer}.product-info h3:hover{opacity:.7}.price{display:flex;gap:10px;margin-top:7px;font-size:13px}.price del{color:#999}.view-all{display:block;margin:55px auto 0;padding:15px 28px;border:1px solid #222;background:transparent;color:#555;font-size:10px;letter-spacing:2px;transition:.3s}.view-all:hover{background:#222;color:#fff}.products-loading,.products-error,.products-empty{grid-column:1 / -1;text-align:center;padding:60px 20px;font-size:14px;letter-spacing:1px}.story{display:grid;grid-template-columns:1fr 1fr;background:#eee4d7}.story-image{height:650px;overflow:hidden}.story-image img{width:100%;height:100%;object-fit:cover}.story-content{display:flex;flex-direction:column;justify-content:center;padding:10%}.story-content>p:first-child{margin-bottom:18px;color:var(--gold);font-size:10px;letter-spacing:4px}.story-content h2{font-family:Playfair Display,serif;font-size:clamp(42px,4vw,65px);line-height:1.05;font-weight:400}.story-content h2 em{font-style:italic}.story-text{max-width:460px;margin-top:24px;color:#666;font-size:15px;line-height:1.8}.outline-button{align-self:flex-start;margin-top:32px;padding:15px 24px;background:transparent;border:1px solid #222;font-size:10px;letter-spacing:2px;transition:.3s}.outline-button:hover{background:#222;color:#fff}.quote{padding:130px 20px;text-align:center;background:#fff}.quote>span{color:var(--gold);font-size:22px}.quote h2{margin-top:22px;font-family:Playfair Display,serif;font-size:clamp(38px,4vw,58px);font-weight:400;line-height:1.15}.quote h2 em{font-style:italic;color:var(--gold)}.quote p{margin-top:30px;font-size:9px;letter-spacing:4px;color:var(--grey)}.newsletter{display:flex;align-items:center;justify-content:space-between;gap:60px;padding:90px 8%;background:#171512;color:#fff}.newsletter p{margin-bottom:14px;color:var(--gold-light);font-size:10px;letter-spacing:3px}.newsletter h2{font-family:Playfair Display,serif;font-size:clamp(35px,4vw,52px);font-weight:400;line-height:1.1}.newsletter-form{display:flex;width:min(450px,100%);border-bottom:1px solid #aaa}.newsletter-form input{flex:1;padding:15px 0;border:0;outline:0;background:transparent;color:#fff;font-size:13px}.newsletter-form button{border:0;background:transparent;color:#fff;font-size:10px;letter-spacing:2px}footer{padding:75px 7% 25px;background:#11100e;color:#fff}.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:50px;padding-bottom:60px;border-bottom:1px solid #333}.footer-logo{font-family:Playfair Display,serif;color:var(--gold-light);font-size:50px;letter-spacing:4px}.footer-brand>p{margin-top:8px;color:#aaa;font-size:12px;letter-spacing:1px}.socials{display:flex;gap:20px;margin-top:25px;color:#aaa;font-size:20px}.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.footer-column h4{margin-bottom:8px;color:var(--gold-light);font-size:10px;letter-spacing:3px}.footer-column a,.footer-column button{border:0;background:transparent;color:#aaa;font-size:12px;transition:.2s;padding:0}.footer-column a:hover,.footer-column button:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;padding-top:25px;color:#777;font-size:9px;letter-spacing:2px}.product-modal-overlay{position:fixed;inset:0;z-index:99999;background:#000000a6;display:flex;align-items:center;justify-content:center;padding:24px}.product-modal{width:min(980px,100%);height:min(720px,calc(100vh - 48px));background:#f8f6f1;display:grid;grid-template-columns:48% 52%;position:relative;overflow:hidden;box-shadow:0 30px 80px #00000059}.modal-close{position:absolute;top:16px;right:16px;z-index:20;width:38px;height:38px;border:none;background:#ffffffeb;color:#111;font-size:28px;display:flex;align-items:center;justify-content:center}.product-modal-image{width:100%;height:100%;overflow:hidden;background:#eee}.product-modal-image img{width:100%;height:100%;object-fit:cover}.product-modal-info{min-width:0;overflow-y:auto;padding:55px 42px 35px}.modal-eyebrow{margin:0 0 14px;font-size:10px;letter-spacing:3px;color:#444}.product-modal-info h2{margin:0 0 18px;color:#111;font-size:clamp(28px,3vw,40px);line-height:1.08;font-weight:400}.modal-price{margin-bottom:22px;color:#111;font-size:24px;font-weight:500}.modal-price del{margin-left:12px;color:#777;font-size:15px}.product-description{margin-bottom:20px;color:#333;font-size:13px;line-height:1.7}.product-description p{margin-bottom:8px}.stock-status{margin-bottom:22px;font-size:13px;font-weight:500}.stock-status.in{color:#1d3a28}.stock-status.out{color:#9b3333}.quantity-row{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}.quantity-row>span{color:#111;font-size:13px;font-weight:500}.quantity-control{display:flex;align-items:center;border:1px solid #bdbdbd;background:#fff}.quantity-control button{width:38px;height:38px;padding:0;border:0;background:transparent;color:#111;font-size:20px}.quantity-control button:hover{background:#eee}.quantity-control span{width:38px;text-align:center;color:#111;font-size:14px}.add-to-cart-button{width:100%;min-height:52px;border:none;background:var(--green);color:#fff;font-size:12px;font-weight:600;letter-spacing:2px}.add-to-cart-button:hover{background:#162119}.add-to-cart-button:disabled{opacity:.45}.cart-overlay{position:fixed;inset:0;z-index:10000;background:#00000080}.cart-drawer{position:absolute;top:0;right:0;bottom:0;width:440px;max-width:100vw;height:100vh;background:#f8f6f1;display:flex;flex-direction:column;overflow:hidden;box-shadow:-15px 0 45px #0003}.cart-header{flex:0 0 auto;padding:30px 28px 22px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:flex-start}.cart-header p{margin:0 0 6px;color:#555;font-size:10px;letter-spacing:4px}.cart-header h2{margin:0;color:#111;font-size:32px;font-weight:400}.cart-header button{width:38px;height:38px;border:1px solid #222;background:transparent;color:#111;font-size:25px}.cart-header button:hover{background:#111;color:#fff}.cart-items{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;padding:10px 26px 15px}.cart-item{display:flex;gap:16px;padding:18px 0;border-bottom:1px solid var(--border)}.cart-item img{width:105px;height:120px;flex:0 0 105px;object-fit:cover}.cart-item-info{min-width:0;flex:1;display:flex;flex-direction:column}.cart-item-info h3{margin:2px 0 8px;font-size:15px;line-height:1.3;font-weight:500}.cart-item-info p{margin:0 0 14px;font-size:14px}.cart-item-actions{margin-top:auto;display:flex;align-items:center;gap:15px}.cart-item-actions .quantity-control{width:112px;min-width:112px;height:34px;justify-content:space-between}.cart-item-actions .quantity-control button{width:34px;min-width:34px;height:32px;font-size:18px}.cart-item-actions .quantity-control span{width:38px;line-height:32px}.remove-item{padding:0;border:0;background:transparent;color:#555;font-size:11px;text-decoration:underline;white-space:nowrap}.cart-footer{flex:0 0 auto;padding:20px 26px 24px;border-top:1px solid var(--border);background:#f8f6f1}.cart-total{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:8px}.cart-total span{font-size:17px}.cart-total strong{font-size:20px;font-weight:500;white-space:nowrap}.cart-footer>p{margin-bottom:16px;color:#777;font-size:11px;line-height:1.5}.checkout-button{display:block;width:100%;height:54px;border:0;background:var(--green);color:#fff;font-size:11px;font-weight:600;letter-spacing:2px}.continue-shopping{display:block;width:100%;height:48px;margin-top:10px;border:1px solid var(--green);background:transparent;color:var(--green);font-size:11px;letter-spacing:1.5px}.continue-shopping:hover{background:var(--green);color:#fff}.empty-cart{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px}.empty-cart>div{font-size:40px;margin-bottom:15px}.empty-cart h3{font-size:22px;font-weight:400;margin-bottom:10px}.empty-cart p{font-size:13px;opacity:.65;margin-bottom:25px}.empty-cart button{padding:14px 22px;background:var(--green);color:#fff;border:0;letter-spacing:1px;font-size:11px}.checkout-page{min-height:100vh;background:#f8f6f1;color:#111}.checkout-header{min-height:82px;padding:0 45px;border-bottom:1px solid var(--border);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:#f8f6f1}.checkout-back{justify-self:start;border:0;background:transparent;color:#222;font-size:12px}.checkout-logo{font-family:Playfair Display,serif;font-size:27px;letter-spacing:7px;text-align:center;color:var(--gold)}.checkout-logo span{display:block;margin-top:3px;font-family:DM Sans,sans-serif;font-size:7px;letter-spacing:4px}.checkout-secure{justify-self:end;font-size:11px;color:#555}.checkout-container{width:min(1200px,100%);margin:0 auto;padding:55px 35px 80px;display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:70px}.checkout-title p{margin-bottom:10px;font-size:10px;letter-spacing:3px;color:#666}.checkout-title h1{font-family:Playfair Display,serif;font-size:48px;font-weight:400}.checkout-line{width:45px;height:1px;background:#222;margin-top:20px}.checkout-form{margin-top:45px}.checkout-section{margin-bottom:45px}.checkout-section h2{margin-bottom:25px;font-size:19px;font-weight:500}.checkout-field{margin-bottom:18px}.checkout-field label{display:block;margin-bottom:7px;font-size:11px;color:#333}.checkout-field input{width:100%;height:48px;padding:0 14px;border:1px solid #c9c6bf;background:#fff;color:#111;font-size:14px;outline:none}.checkout-field input:focus{border-color:#222}.checkout-field input:disabled{color:#777;background:#eeeeeb}.checkout-two-columns{display:grid;grid-template-columns:1fr 1fr;gap:16px}.payment-method-card{padding:18px;border:1px solid var(--green);background:#fff;display:flex;align-items:center;justify-content:space-between}.payment-method-card strong{font-size:14px}.payment-method-card p{margin-top:5px;color:#777;font-size:11px}.payment-method-card span{padding:8px 10px;background:var(--green);color:#fff;font-size:9px;letter-spacing:1px}.checkout-error{margin-bottom:20px;padding:14px;border:1px solid #c77;background:#fff1f1;color:#8a2222;font-size:13px;line-height:1.5}.place-order-button{width:100%;height:58px;border:none;background:var(--green);color:#fff;font-size:11px;font-weight:600;letter-spacing:2px}.place-order-button:hover{background:#152019}.place-order-button:disabled{opacity:.5}.checkout-note{margin-top:15px;text-align:center;font-size:10px;color:#777;line-height:1.5}.checkout-summary{align-self:start;background:#eeece6;padding:30px}.summary-label{margin-bottom:7px;font-size:9px;letter-spacing:3px;color:#666}.summary-inner h2{margin-bottom:25px;font-family:Playfair Display,serif;font-size:28px;font-weight:400}.summary-item{display:grid;grid-template-columns:70px 1fr auto;gap:13px;align-items:center;margin-bottom:20px}.summary-item img{width:70px;height:78px;object-fit:cover}.summary-item-info h3{margin-bottom:5px;font-size:13px;font-weight:500}.summary-item-info p{font-size:11px;color:#777}.summary-item>strong{font-size:13px;white-space:nowrap}.summary-divider{height:1px;background:#d2d0ca;margin:20px 0}.summary-row{display:flex;justify-content:space-between;gap:15px;margin-bottom:13px;font-size:13px}.summary-row span:last-child,.summary-row strong{text-align:right}.summary-total{display:flex;justify-content:space-between;align-items:center}.summary-total span{font-size:16px}.summary-total strong{font-size:22px}.checkout-benefits{margin-top:30px;padding-top:20px;border-top:1px solid #d2d0ca;color:#555;font-size:11px;line-height:2}.tracking-page{min-height:100vh;background:var(--cream)}.tracking-header{height:82px;padding:0 45px;border-bottom:1px solid var(--border);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:#fff}.tracking-back{justify-self:start;border:0;background:transparent;font-size:12px}.tracking-logo{font-family:Playfair Display,serif;color:var(--gold);font-size:28px;letter-spacing:6px;text-align:center}.tracking-logo span{display:block;margin-top:4px;font-family:DM Sans,sans-serif;font-size:7px;letter-spacing:4px}.tracking-container{width:min(950px,100%);margin:auto;padding:70px 25px 100px}.tracking-title{text-align:center;margin-bottom:40px}.tracking-title p{color:var(--gold);font-size:10px;letter-spacing:4px;margin-bottom:12px}.tracking-title h1{font-family:Playfair Display,serif;font-size:clamp(40px,5vw,60px);font-weight:400}.tracking-line{width:50px;height:1px;background:#222;margin:20px auto}.tracking-title>span{color:#777;font-size:13px}.tracking-form{max-width:700px;margin:auto;display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:end}.tracking-form label{display:block;margin-bottom:7px;font-size:10px;letter-spacing:1px}.tracking-form input{width:100%;height:50px;padding:0 14px;border:1px solid #c9c6bf;outline:0;background:#fff}.tracking-form button{height:50px;padding:0 25px;border:0;background:var(--green);color:#fff;font-size:10px;letter-spacing:2px}.tracking-error{max-width:700px;margin:20px auto;padding:14px;background:#fff1f1;border:1px solid #c77;color:#8a2222;font-size:13px}.tracking-result{margin-top:55px;background:#fff;border:1px solid #e1ddd5}.tracking-order-header{padding:28px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.tracking-order-header p{color:#777;font-size:9px;letter-spacing:3px}.tracking-order-header h2{margin-top:5px;font-family:Playfair Display,serif;font-size:32px;font-weight:400}.tracking-status-badge{padding:10px 15px;background:#edf3ee;color:var(--green);font-size:10px;letter-spacing:1px}.tracking-summary{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--border)}.tracking-summary>div{padding:22px 28px;border-right:1px solid var(--border)}.tracking-summary>div:last-child{border-right:0}.tracking-summary span{display:block;margin-bottom:7px;color:#888;font-size:8px;letter-spacing:2px}.tracking-summary strong{font-size:13px;font-weight:500}.tracking-timeline{padding:40px 35px}.timeline-heading p{color:var(--gold);font-size:9px;letter-spacing:3px}.timeline-heading h3{margin-top:8px;font-family:Playfair Display,serif;font-size:24px;font-weight:400}.timeline{margin-top:35px}.timeline-step{position:relative;min-height:65px;display:flex;align-items:flex-start;gap:18px}.timeline-marker{width:30px;height:30px;flex:0 0 30px;border:1px solid #cfc9c0;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;color:#aaa;font-size:12px;z-index:2}.timeline-step.complete .timeline-marker,.timeline-step.current .timeline-marker{background:var(--green);border-color:var(--green);color:#fff}.timeline-step.current .timeline-marker{box-shadow:0 0 0 5px #1f2d2414}.timeline-content{display:flex;flex-direction:column;gap:4px;padding-top:5px}.timeline-content strong{font-size:14px;font-weight:500}.timeline-content span{color:var(--gold);font-size:10px;letter-spacing:1px}.timeline-connector{position:absolute;left:14px;top:30px;bottom:0;width:1px;background:#d9d4cc}.tracking-columns{padding:0 35px 35px;display:grid;grid-template-columns:1fr 1fr;gap:20px}.tracking-card{padding:24px;background:#f7f3ed}.tracking-card>p{margin-bottom:15px;color:#777;font-size:9px;letter-spacing:3px}.tracking-card>strong,.tracking-card>span{display:block;margin-bottom:5px;font-size:12px}.tracking-item{display:flex;gap:12px;margin-bottom:14px}.tracking-item img{width:45px;height:55px;object-fit:cover}.tracking-item div{display:flex;flex-direction:column;gap:5px}.tracking-item strong{font-size:12px}.tracking-item span{color:#777;font-size:10px}.track-again-button{display:block;margin:0 auto 35px;padding:13px 20px;border:1px solid #222;background:transparent;font-size:10px;letter-spacing:1.5px}.success-overlay{position:fixed;inset:0;z-index:20000;background:#000000b3;display:flex;align-items:center;justify-content:center;padding:20px}.success-modal{width:min(520px,100%);padding:50px 40px;background:#f8f6f1;text-align:center;box-shadow:0 30px 80px #0000004d}.success-icon{width:65px;height:65px;margin:0 auto 20px;border-radius:50%;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;font-size:27px}.success-eyebrow{color:var(--gold);font-size:9px;letter-spacing:3px}.success-modal h2{margin:15px 0;font-family:Playfair Display,serif;font-size:36px;font-weight:400}.success-modal>p{color:#666;font-size:13px;line-height:1.7}.success-order,.success-total{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid var(--border)}.success-order{margin-top:25px}.success-order span,.success-total span{color:#777;font-size:9px;letter-spacing:2px}.success-order strong,.success-total strong{font-size:15px}.success-buttons{margin-top:25px;display:grid;gap:10px}.success-primary,.success-secondary{width:100%;height:50px;font-size:10px;letter-spacing:2px}.success-primary{border:0;background:var(--green);color:#fff}.success-secondary{border:1px solid var(--green);background:transparent;color:var(--green)}.mobile-bottom-nav{display:none}@media(max-width:1000px){.nav-left{gap:16px}.brand-name{font-size:48px}.category-grid{gap:18px}.product-grid{grid-template-columns:repeat(2,1fr)}.story-content{padding:7%}}@media(max-width:700px){body{padding-bottom:68px}.announcement{height:38px;padding:0 10px;font-size:8px;letter-spacing:1.4px;text-align:center}.navbar{height:82px;padding:0 20px}.mobile-menu{position:absolute;left:20px;display:flex;flex-direction:column;gap:5px;width:25px;border:0;background:transparent}.mobile-menu span{display:block;width:24px;height:1.5px;background:#222}.nav-left{position:absolute;left:0;top:82px;width:100%;display:none;flex-direction:column;align-items:flex-start;padding:25px;gap:22px;background:#fff;border-top:1px solid #eee}.nav-left.open{display:flex}.brand-name{font-size:39px;letter-spacing:2px}.brand-subtitle{margin-top:8px;font-size:7px;letter-spacing:4px}.nav-right{right:20px;gap:12px}.nav-right button{font-size:22px}.nav-right button:first-child{display:none}.hero{height:650px;min-height:0;margin:0;border-radius:0}.hero-slide img{width:100%;height:100%;object-fit:cover;object-position:center center}.hero-overlay{background:linear-gradient(180deg,#0f0b070d,#0f0b07c7)}.hero-content{inset:auto 25px 105px;transform:none}.hero-eyebrow{margin-bottom:14px;font-size:8px;letter-spacing:3px}.hero-content h1{font-size:54px;letter-spacing:-1px}.hero-description{margin:18px 0;font-size:13px;max-width:330px}.hero-button{padding:13px 18px;font-size:8px}.hero-arrow{width:38px;height:38px;font-size:15px}.hero-prev{left:15px}.hero-next{right:15px}.hero-dots{bottom:50px}.hero-counter{display:none}.hero-signature{left:25px;bottom:22px;font-size:7px}.categories{padding:75px 20px}.section-heading{margin-bottom:35px}.section-heading h2{font-size:38px}.category-grid{grid-template-columns:repeat(2,1fr);gap:30px 20px}.category:last-child{grid-column:1 / -1;max-width:160px;margin:auto}.category h3{font-size:10px}.products-section{padding:75px 20px}.product-toolbar{flex-direction:column;align-items:flex-start}.category-filters{overflow-x:auto;width:100%;flex-wrap:nowrap;padding-bottom:4px}.category-filters button{white-space:nowrap}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-image{aspect-ratio:.82}.discount{width:38px;height:38px;top:10px;left:10px;font-size:8px}.wishlist{width:32px;height:32px;top:10px;right:10px;font-size:18px}.quick-shop{display:none}.product-info{padding:12px 2px}.product-info h3{font-size:14px}.price{font-size:11px}.story{grid-template-columns:1fr}.story-image{height:420px}.story-content{padding:65px 25px}.story-content h2{font-size:42px}.story-text{font-size:13px}.quote{padding:85px 25px}.quote h2{font-size:38px}.newsletter{flex-direction:column;align-items:flex-start;padding:65px 25px;gap:40px}.newsletter h2{font-size:37px}.newsletter-form{width:100%}footer{padding:60px 25px 30px}.footer-main{grid-template-columns:1fr 1fr;gap:45px 30px}.footer-brand{grid-column:1 / -1}.footer-logo{font-size:42px}.footer-bottom{flex-direction:column;gap:12px;line-height:1.5}.product-modal-overlay{padding:12px}.product-modal{width:100%;height:calc(100vh - 24px);display:flex;flex-direction:column}.product-modal-image{height:42vh;min-height:240px;max-height:380px;flex-shrink:0}.product-modal-info{padding:28px 22px 24px;overflow-y:auto}.product-modal-info h2{font-size:27px}.cart-drawer{width:100vw}.cart-header{padding:24px 20px 18px}.cart-header h2{font-size:28px}.cart-items{padding-left:18px;padding-right:18px}.cart-item img{width:82px;height:95px;flex-basis:82px}.cart-item-info h3{font-size:14px}.cart-footer{padding:18px}.checkout-header{min-height:70px;padding:15px 20px;grid-template-columns:1fr auto;gap:15px}.checkout-logo{grid-column:1 / -1;order:-1}.checkout-container{padding:35px 20px 60px;display:flex;flex-direction:column;gap:35px}.checkout-summary{order:-1;padding:22px}.checkout-title h1{font-size:38px}.checkout-two-columns{grid-template-columns:1fr;gap:0}.tracking-header{height:auto;padding:20px;grid-template-columns:1fr;gap:12px}.tracking-logo{order:-1}.tracking-back{justify-self:center}.tracking-container{padding:50px 18px 80px}.tracking-form{grid-template-columns:1fr}.tracking-form button{width:100%}.tracking-order-header{padding:22px;gap:15px;flex-direction:column;align-items:flex-start}.tracking-summary{grid-template-columns:1fr}.tracking-summary>div{border-right:0;border-bottom:1px solid var(--border)}.tracking-summary>div:last-child{border-bottom:0}.tracking-timeline{padding:30px 20px}.tracking-columns{padding:0 20px 20px;grid-template-columns:1fr}.success-modal{padding:40px 25px}.success-modal h2{font-size:30px}.mobile-bottom-nav{position:fixed;z-index:100;bottom:0;left:0;right:0;height:68px;display:flex;align-items:center;justify-content:space-around;background:#fffffff5;border-top:1px solid #e8e1d8;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.mobile-bottom-nav button{position:relative;border:0;background:transparent;display:flex;flex-direction:column;align-items:center;gap:4px;font-size:8px;letter-spacing:.5px;color:#222}.mobile-bottom-nav button span{font-size:22px}.mobile-bottom-nav button small{position:absolute;top:-4px;right:-6px;width:15px;height:15px;border-radius:50%;background:var(--gold);color:#fff;font-size:8px;display:flex;align-items:center;justify-content:center}.mobile-aara{width:48px;height:48px;display:flex!important;align-items:center;justify-content:center;border-radius:50%!important;background:var(--gold)!important;color:#fff!important;font-family:Playfair Display,serif;font-size:25px!important}}.account-page{min-height:100vh;background:var(--cream);color:var(--black)}.account-header{height:90px;padding:0 5%;background:#fff;border-bottom:1px solid var(--border);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;position:relative;z-index:10}.account-back,.account-logout{border:0;background:transparent;color:#333;font-size:10px;letter-spacing:2px}.account-back{justify-self:start}.account-logout{justify-self:end}.account-back:hover,.account-logout:hover{color:var(--gold)}.account-logo{font-family:Playfair Display,serif;color:var(--gold);font-size:32px;letter-spacing:5px;text-align:center}.account-logo span{display:block;margin-top:4px;font-family:DM Sans,sans-serif;font-size:7px;letter-spacing:4px}.account-header-spacer{width:80px}.account-auth{width:min(1050px,100%);margin:auto;padding:85px 25px 110px;display:grid;grid-template-columns:1fr 470px;gap:90px;align-items:center}.account-auth-intro>p{margin-bottom:15px;color:var(--gold);font-size:10px;letter-spacing:4px}.account-auth-intro h1{max-width:520px;font-family:Playfair Display,serif;font-size:clamp(48px,5vw,72px);font-weight:400;line-height:1.02}.account-line{width:50px;height:1px;margin:25px 0;background:#222}.account-auth-intro>span{display:block;max-width:420px;color:#777;font-size:13px;line-height:1.8}.account-auth-card{padding:38px;background:#fff;border:1px solid #e1ddd5;box-shadow:0 20px 50px #0000000d}.account-tabs{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--border);margin-bottom:28px}.account-tabs button{position:relative;padding:15px 5px;border:0;background:transparent;color:#888;font-size:9px;letter-spacing:2px}.account-tabs button.active{color:var(--black)}.account-tabs button.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--gold)}.account-error{margin-bottom:18px;padding:13px 15px;background:#fff1f1;border:1px solid #dfb8b8;color:#8a2222;font-size:12px;line-height:1.5}.account-message{margin-bottom:18px;padding:13px 15px;background:#eef5ef;border:1px solid #c7d9ca;color:#294d32;font-size:12px;line-height:1.5}.account-form{display:flex;flex-direction:column}.account-field{margin-bottom:18px}.account-field label{display:block;margin-bottom:7px;color:#555;font-size:9px;letter-spacing:1.5px}.account-field input,.account-field select{width:100%;height:48px;padding:0 13px;border:1px solid #cbc7bf;outline:none;background:#fff;color:#111;font-family:inherit;font-size:13px}.account-field input:focus,.account-field select:focus{border-color:var(--black)}.account-field input:disabled{color:#888;background:#f1f0ed}.account-submit{width:100%;height:54px;margin-top:5px;border:0;background:var(--green);color:#fff;font-size:10px;font-weight:600;letter-spacing:2px;transition:.25s}.account-submit:hover{background:#142018}.account-submit:disabled{opacity:.55}.account-switch{margin-top:20px;text-align:center;color:#777;font-size:11px}.account-switch button{margin-left:5px;border:0;background:transparent;color:var(--gold);text-decoration:underline}.account-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.account-loading-mark{width:65px;height:65px;margin-bottom:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--gold);color:#fff;font-family:Playfair Display,serif;font-size:28px}.account-loading p{color:#777;font-size:12px;letter-spacing:1px}.account-dashboard{width:min(1200px,100%);margin:auto;padding:70px 30px 110px}.account-dashboard-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:45px}.account-dashboard-heading p{margin-bottom:10px;color:var(--gold);font-size:10px;letter-spacing:4px}.account-dashboard-heading h1{font-family:Playfair Display,serif;font-size:clamp(45px,5vw,68px);font-weight:400;line-height:1}.account-dashboard-heading>span{max-width:260px;color:#777;font-size:12px;line-height:1.7;text-align:right}.account-dashboard>.account-error,.account-dashboard>.account-message{margin-bottom:25px}.account-dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-bottom:22px}.account-card{padding:32px;background:#fff;border:1px solid #e1ddd5}.account-card-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:22px;margin-bottom:25px;border-bottom:1px solid var(--border)}.account-card-heading p{margin-bottom:7px;color:var(--gold);font-size:9px;letter-spacing:3px}.account-card-heading h2{font-family:Playfair Display,serif;font-size:29px;font-weight:400}.account-card-heading>span{color:#bbb;font-family:Playfair Display,serif;font-size:20px}.account-small-button{min-height:48px;padding:0 22px;border:0;background:var(--green);color:#fff;font-size:9px;font-weight:600;letter-spacing:1.8px}.account-small-button:hover{background:#142018}.account-small-button:disabled{opacity:.5}.account-addresses-card{margin-top:0}.account-address-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:50px}.address-form>h3,.saved-addresses>h3{margin-bottom:22px;color:#222;font-size:16px;font-weight:500}.account-two-columns{display:grid;grid-template-columns:1fr 1fr;gap:14px}.account-checkbox{display:flex;align-items:center;gap:9px;margin:3px 0 20px;color:#555;font-size:11px}.account-checkbox input{width:15px;height:15px;accent-color:var(--green)}.address-form-buttons{display:flex;align-items:center;gap:10px}.account-cancel-button{min-height:48px;padding:0 20px;border:1px solid #aaa;background:transparent;color:#333;font-size:9px;letter-spacing:1.5px}.saved-addresses{min-width:0}.no-addresses{min-height:220px;padding:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f7f3ed;text-align:center}.no-addresses span{margin-bottom:15px;color:var(--gold);font-size:20px}.no-addresses p{max-width:230px;color:#777;font-size:12px;line-height:1.7}.saved-address{padding:20px;margin-bottom:12px;background:#f7f3ed;border:1px solid #e1ddd5}.saved-address-top{display:flex;justify-content:space-between;align-items:center;gap:10px}.saved-address-top strong{font-size:13px;font-weight:600}.default-badge{display:inline-block;margin-left:8px;padding:4px 7px;background:var(--green);color:#fff;font-size:7px;letter-spacing:1px;vertical-align:middle}.saved-address>p{margin-top:12px;color:#666;font-size:11px;line-height:1.7}.saved-address-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:16px}.saved-address-actions button{padding:0;border:0;background:transparent;color:#555;font-size:8px;letter-spacing:1.2px;text-decoration:underline}.saved-address-actions button:hover{color:var(--gold)}.account-button{font-size:25px!important}@media(max-width:700px){.account-header{height:78px;padding:0 20px}.account-logo{font-size:25px;letter-spacing:4px}.account-logo span{font-size:6px;letter-spacing:3px}.account-back,.account-logout{font-size:8px;letter-spacing:1px}.account-auth{display:block;padding:55px 20px 90px}.account-auth-intro{margin-bottom:40px}.account-auth-intro h1{font-size:45px}.account-auth-card{padding:24px 20px}.account-dashboard{padding:50px 18px 90px}.account-dashboard-heading{display:block;margin-bottom:35px}.account-dashboard-heading h1{font-size:45px}.account-dashboard-heading>span{display:block;margin-top:18px;text-align:left}.account-dashboard-grid{grid-template-columns:1fr}.account-card{padding:23px 20px}.account-address-layout{grid-template-columns:1fr;gap:45px}.account-two-columns{grid-template-columns:1fr;gap:0}.account-button{display:none}.nav-right{gap:10px}}@media(min-width:1200px){.products-section .product-grid{width:min(100% - 64px,1480px);margin-left:auto;margin-right:auto;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));justify-content:center;align-items:start;gap:24px}.products-section .product-card{width:100%;min-width:0}}@media(min-width:769px)and (max-width:1199px){.products-section .product-grid{width:min(100% - 48px,980px);margin-left:auto;margin-right:auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));justify-content:center;gap:24px}}@media(min-width:1200px){.products-section .product-grid{width:min(1480px,calc(100% - 80px));margin-left:auto;margin-right:auto;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:24px;justify-content:center;align-items:start}.products-section .product-card{width:100%;min-width:0}}@media(min-width:769px)and (max-width:1199px){.products-section .product-grid{width:min(980px,calc(100% - 48px));margin-left:auto;margin-right:auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;justify-content:center}.products-section .product-card{width:100%;min-width:0}}@media(max-width:768px){.products-section .product-grid{width:calc(100% - 32px);margin-left:auto;margin-right:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.products-section .product-card{width:100%;min-width:0}}.brand-video-section{width:100%!important;display:flex!important;justify-content:center!important;align-items:center!important;margin:0!important;padding:55px 0!important;overflow:hidden!important}.brand-video-section .brand-video{position:relative!important;width:min(1400px,calc(100% - 80px))!important;aspect-ratio:2 / 1!important;height:auto!important;margin-left:auto!important;margin-right:auto!important;padding:0!important;overflow:hidden!important;line-height:0!important;flex:0 0 auto!important;background:#eee5d9!important}.brand-video-section .brand-video video{display:block!important;width:100%!important;height:50%!important;min-width:0!important;min-height:0!important;max-width:none!important;max-height:none!important;margin:0!important;padding:0!important;border:0!important;outline:0!important;aspect-ratio:2 / 1!important;object-fit:cover!important;object-position:center center!important;-webkit-appearance:none!important}.brand-video-section .brand-video-2x1{all:unset}.brand-video-section+.brand-video-section{padding-top:0!important}@media(min-width:1200px){.brand-video-section .brand-video{width:min(1400px,calc(100% - 80px))!important;aspect-ratio:2 / 1!important}}@media(min-width:769px)and (max-width:1199px){.brand-video-section{padding:45px 0!important}.brand-video-section .brand-video{width:calc(100% - 48px)!important;aspect-ratio:2 / 1!important}}@media(max-width:768px){.brand-video-section{padding:30px 0!important}.brand-video-section .brand-video{width:calc(100% - 32px)!important;aspect-ratio:2 / 1!important}.brand-video-section .brand-video video{width:100%!important;height:100%!important;aspect-ratio:2 / 1!important;object-fit:cover!important}.brand-video-section+.brand-video-section{padding-top:0!important}}@media(max-width:480px){.brand-video-section .brand-video{width:calc(100% - 24px)!important;aspect-ratio:2 / 1!important}}.brand-video-section video{box-sizing:border-box!important}.products-section .product-grid{width:min(1680px,calc(100% - 64px));margin-inline:auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px;align-items:start}@media(min-width:1280px){.products-section .product-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:22px}}@media(min-width:769px)and (max-width:1279px){.products-section .product-grid{width:min(1100px,calc(100% - 48px));grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}}.product-card{min-width:0;position:relative}.product-card .product-image{aspect-ratio:.82;border-radius:4px;overflow:hidden;background:var(--cream-dark, #eee5d9)}.product-card .product-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .55s cubic-bezier(.2,.65,.2,1)}.product-card:hover .product-image img{transform:scale(1.035)}.product-card .product-info{padding:13px 2px 0}.product-card .product-info h3{margin:0;min-height:2.7em;font-size:13px;line-height:1.35;font-weight:500;letter-spacing:.1px;cursor:pointer}.product-card .price{display:flex;align-items:baseline;flex-wrap:wrap;gap:7px;margin-top:7px;font-size:13px}.product-card .price span{font-weight:600;color:var(--black, #151311)}.product-card .product-info small{display:block;margin-top:7px;color:#a44;font-size:10px;letter-spacing:.4px}.card-add-button{width:100%;min-height:40px;margin-top:11px;padding:10px 12px;border:1px solid var(--black, #151311);background:var(--black, #151311);color:#fff;font-family:inherit;font-size:9px;font-weight:600;letter-spacing:1.6px;transition:background .2s ease,color .2s ease,border-color .2s ease}.card-add-button:hover:not(:disabled){background:transparent;color:var(--black, #151311)}.card-add-button:disabled{opacity:.45;cursor:not-allowed}.product-card .wishlist{z-index:3;width:38px;height:38px;min-width:38px;padding:0}.product-card .quick-shop{z-index:3}@media(max-width:768px){.products-section .product-grid{width:calc(100% - 24px);grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 10px}.product-card .product-image{aspect-ratio:.82;border-radius:3px}.product-card .product-info{padding-top:10px}.product-card .product-info h3{font-size:12px;line-height:1.32;min-height:2.64em}.product-card .price{margin-top:6px;font-size:12px;gap:5px}.product-card .price del{font-size:10px}.card-add-button{min-height:38px;margin-top:9px;padding:9px 5px;font-size:8px;letter-spacing:1.15px}.product-card .wishlist{top:9px;right:9px;width:34px;height:34px;min-width:34px;font-size:18px}.product-card .discount{top:9px;left:9px;width:39px;height:39px;font-size:9px}.product-card .quick-shop{display:none}}.brand-video-section{width:100%!important;margin:0!important;padding:0 0 8px!important;background:transparent!important;display:flex!important;justify-content:center!important;align-items:center!important;overflow:hidden!important}.brand-video-section:last-of-type{padding-bottom:0!important}.brand-video-section .brand-video{width:min(1400px,100%)!important;aspect-ratio:2 / 1!important;height:auto!important;margin:0 auto!important;padding:0!important;overflow:hidden!important;background:transparent!important;line-height:0!important}.brand-video-section .brand-video video{display:block!important;width:100%!important;height:100%!important;aspect-ratio:2 / 1!important;object-fit:cover!important;object-position:center center!important;margin:0!important;padding:0!important;border:0!important;outline:0!important}@media(max-width:768px){.brand-video-section{padding-bottom:6px!important}.brand-video-section .brand-video{width:100%!important;aspect-ratio:2 / 1!important}}button,a,.product-card img,.product-card h3{-webkit-tap-highlight-color:transparent}@media(hover:none){.product-card:hover .product-image img{transform:none}}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body{overflow-x:hidden}button,a,input,select{-webkit-tap-highlight-color:transparent}@media(max-width:768px){body{padding-bottom:72px;overflow-x:hidden}.aara-app{width:100%;overflow-x:clip}.announcement{height:34px!important;min-height:34px;padding:0 12px!important;gap:9px!important;font-size:8px!important;line-height:1;letter-spacing:1.35px!important;white-space:nowrap;overflow:hidden}.announcement span{font-size:10px!important;flex:0 0 auto}.navbar{position:relative;height:68px!important;min-height:68px;padding:0 16px!important;background:#fffffffa!important;border-bottom:1px solid #ebe5dc!important;z-index:100}.brand{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content}.brand-name{font-size:34px!important;line-height:.85!important;letter-spacing:3px!important}.brand-subtitle{margin-top:7px!important;padding-left:3px!important;font-size:6px!important;letter-spacing:3.5px!important}.mobile-menu{position:absolute!important;left:16px!important;top:50%;transform:translateY(-50%);width:38px!important;height:38px;padding:9px 7px!important;display:flex!important;align-items:flex-start;justify-content:center;gap:5px!important;border:1px solid transparent!important;background:transparent!important;z-index:5}.mobile-menu span{width:22px!important;height:1px!important;background:#171717!important;transition:transform .25s ease,opacity .25s ease}.nav-right{position:absolute!important;right:13px!important;top:50%;transform:translateY(-50%);gap:5px!important;display:flex!important;align-items:center}.nav-right button{width:36px;height:36px;padding:0!important;display:flex!important;align-items:center;justify-content:center;font-size:21px!important;line-height:1}.nav-right .account-button{display:none!important}.nav-right .cart-count,.nav-right .nav-badge{top:2px!important;right:1px!important;min-width:16px!important;width:16px;height:16px!important;padding:0!important;font-size:8px!important}.nav-left{position:absolute!important;left:0!important;right:0!important;top:68px!important;width:100%!important;max-height:calc(100dvh - 102px);overflow-y:auto;padding:8px 20px 24px!important;display:none;flex-direction:column;align-items:stretch!important;gap:0!important;background:#fffffffc!important;border-top:1px solid #eee8df!important;box-shadow:0 18px 35px #00000014}.nav-left.open{display:flex!important}.nav-left a,.nav-left .nav-track-button{width:100%;min-height:54px;display:flex;align-items:center;padding:0 2px;border-bottom:1px solid #eee8df!important;font-size:10px!important;letter-spacing:2px!important;text-align:left}.nav-left a:after,.nav-track-button:after{display:none}.search-panel{padding:14px 16px!important;border-bottom:1px solid #e7e1d8!important;z-index:90}.search-inner{width:100%;height:46px;border:1px solid #d8d2c8!important;display:flex;align-items:center;padding:0 12px}.search-inner input{min-width:0;padding:0 8px!important;font-size:13px!important}.search-inner button{flex:0 0 auto;padding:0 4px;font-size:8px!important;letter-spacing:1.4px!important}.hero{height:min(680px,calc(100svh - 102px))!important;min-height:570px!important;margin:0!important;border-radius:0!important}.hero-slide img{object-position:62% center!important}.hero-overlay{background:linear-gradient(180deg,#0c09060d,#0c09061f 35%,#0c0906d1)!important}.hero-content{inset:auto 22px 98px!important;transform:none!important;max-width:none!important}.hero-eyebrow{margin-bottom:13px!important;font-size:8px!important;letter-spacing:3px!important}.hero-content h1{max-width:350px;font-size:clamp(46px,14vw,64px)!important;line-height:.93!important;letter-spacing:-1.4px!important}.hero-description{max-width:320px!important;margin:17px 0 20px!important;font-size:12.5px!important;line-height:1.65!important}.hero-button{min-height:46px;padding:0 17px!important;gap:16px!important;font-size:8px!important;letter-spacing:1.6px!important}.hero-button span{font-size:16px!important}.hero-arrow{width:36px!important;height:36px!important;font-size:14px!important;top:50%!important}.hero-prev{left:10px!important}.hero-next{right:10px!important}.hero-dots{bottom:43px!important;gap:7px!important}.hero-dots button{width:6px!important;height:6px!important}.hero-dots button.active{width:22px!important}.hero-signature{left:22px!important;bottom:18px!important;font-size:6.5px!important;letter-spacing:1.5px!important}.hero-counter{display:none!important}.section-heading{margin-bottom:30px!important}.section-heading>p{margin-bottom:9px!important;font-size:8px!important;letter-spacing:3.2px!important}.section-heading h2{font-size:clamp(34px,10vw,42px)!important;line-height:1.05}.heading-line{margin-top:13px!important;gap:10px!important}.heading-line:before,.heading-line:after{width:34px!important}.section-description{margin-top:11px!important;padding:0 18px;font-size:12px!important;line-height:1.55}.categories{padding:68px 16px 64px!important;background:#fff!important}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:28px 14px!important;width:100%}.category{min-width:0}.category-image{margin-bottom:14px!important;border-radius:50%!important}.category h3{font-size:9px!important;letter-spacing:1.5px!important}.category span{margin-top:7px!important;font-size:7px!important;letter-spacing:1.2px!important}.category:last-child{grid-column:auto!important;max-width:none!important}.products-section{padding:68px 12px 72px!important}.product-toolbar{width:100%;margin-bottom:22px!important;flex-direction:column!important;align-items:stretch!important;gap:13px!important}.category-filters{width:calc(100% + 24px)!important;margin-left:-12px;display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:7px!important;padding:2px 12px 8px!important;scrollbar-width:none;-ms-overflow-style:none}.category-filters::-webkit-scrollbar{display:none}.category-filters button{flex:0 0 auto;min-height:38px;padding:0 13px!important;border-color:#d8d1c7!important;font-size:8px!important;letter-spacing:1.3px!important}.clear-search{align-self:flex-start;font-size:9px!important}.products-section .product-grid{width:100%!important;margin:0!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;column-gap:10px!important;row-gap:26px!important}.product-card{min-width:0}.product-card .product-image{aspect-ratio:.78!important;border-radius:2px!important}.product-card .product-image img{transition:none!important}.product-card .product-info{padding:11px 1px 0!important}.product-card .product-info h3{min-height:0!important;font-size:12px!important;line-height:1.35!important;font-weight:500!important}.product-card .price{margin-top:6px!important;gap:6px!important;font-size:12px!important}.product-card .price span{font-weight:600}.product-card .price del{font-size:10px!important}.product-card .product-info small{margin-top:6px!important;font-size:9px!important}.product-card .wishlist{top:9px!important;right:9px!important;width:35px!important;height:35px!important;min-width:35px!important;font-size:18px!important;background:#fffffff0!important}.product-card .discount{top:9px!important;left:9px!important;width:38px!important;height:38px!important;font-size:8px!important}.product-card .quick-shop{display:none!important}.card-add-button{min-height:42px!important;margin-top:10px!important;padding:0 5px!important;font-size:8px!important;letter-spacing:1.15px!important}.view-all{min-height:46px;margin-top:40px!important;padding:0 22px!important;font-size:8px!important;letter-spacing:1.7px!important}.products-loading,.products-error,.products-empty{padding:55px 15px!important;font-size:12px!important;line-height:1.6}.brand-video-section{width:100%!important;padding:0 0 6px!important;margin:0!important;background:#fff!important}.brand-video-section+.brand-video-section{padding-top:0!important}.brand-video-section .brand-video{width:100%!important;aspect-ratio:2 / 1!important;border-radius:0}.brand-video-section .brand-video video{width:100%!important;height:100%!important;aspect-ratio:2 / 1!important;object-fit:cover!important}.story{grid-template-columns:1fr!important}.story-image{height:390px!important}.story-content{padding:62px 24px 68px!important}.story-content>p:first-child{margin-bottom:15px!important;font-size:8px!important;letter-spacing:3px!important}.story-content h2{font-size:43px!important;line-height:1.02!important}.story-text{margin-top:21px!important;font-size:12.5px!important;line-height:1.75!important}.outline-button{min-height:46px;margin-top:26px!important;padding:0 19px!important;font-size:8px!important;letter-spacing:1.7px!important}.quote{padding:78px 22px!important}.quote>span{font-size:18px!important}.quote h2{margin-top:17px!important;font-size:clamp(34px,10vw,42px)!important;line-height:1.12!important}.quote p{margin-top:22px!important;font-size:7px!important;letter-spacing:2.7px!important}.newsletter{padding:58px 22px 62px!important;flex-direction:column!important;align-items:stretch!important;gap:32px!important}.newsletter p{margin-bottom:11px!important;font-size:8px!important;letter-spacing:2.5px!important}.newsletter h2{max-width:330px;font-size:36px!important;line-height:1.08!important}.newsletter-form{width:100%!important;min-height:48px}.newsletter-form input{min-width:0;font-size:12px!important}.newsletter-form button{font-size:8px!important;letter-spacing:1.5px!important}footer{padding:58px 22px 26px!important}.footer-main{grid-template-columns:1fr 1fr!important;gap:40px 24px!important;padding-bottom:40px!important}.footer-brand{grid-column:1 / -1}.footer-logo{font-size:40px!important;letter-spacing:3px!important}.footer-brand>p{font-size:10px!important;line-height:1.6}.socials{gap:17px!important;margin-top:20px!important;font-size:18px!important}.footer-column{gap:11px!important}.footer-column h4{margin-bottom:5px!important;font-size:8px!important;letter-spacing:2.3px!important}.footer-column a,.footer-column button{font-size:10px!important}.footer-bottom{padding-top:20px!important;flex-direction:column!important;align-items:flex-start!important;gap:9px!important;font-size:7px!important;line-height:1.6!important}.product-modal-overlay{padding:0!important;align-items:flex-end!important;background:#0000009e!important}.product-modal{width:100%!important;height:min(94dvh,760px)!important;max-height:94dvh;border-radius:18px 18px 0 0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.modal-close{top:12px!important;right:12px!important;width:38px!important;height:38px!important;border-radius:50%;background:#fffffff0!important;font-size:25px!important}.product-modal-image{height:43dvh!important;min-height:250px!important;max-height:390px!important;flex:0 0 auto!important}.product-modal-info{flex:1 1 auto;padding:24px 20px 28px!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch}.modal-eyebrow{margin-bottom:10px!important;font-size:8px!important;letter-spacing:2.5px!important}.product-modal-info h2{margin-bottom:12px!important;font-size:28px!important;line-height:1.08!important}.modal-price{margin-bottom:17px!important;font-size:20px!important}.modal-price del{font-size:12px!important}.product-description{margin-bottom:16px!important;font-size:12px!important;line-height:1.65!important}.stock-status{margin-bottom:18px!important;font-size:11px!important}.quantity-row{margin-bottom:15px!important}.quantity-row>span{font-size:12px!important}.quantity-control button{width:42px!important;height:42px!important}.quantity-control span{width:38px!important}.add-to-cart-button{min-height:52px!important;font-size:10px!important}.cart-overlay{background:#00000094!important}.cart-drawer{width:100%!important;max-width:100%!important;height:100dvh!important;min-height:100dvh}.cart-header{padding:21px 18px 17px!important}.cart-header p{margin-bottom:4px!important;font-size:8px!important;letter-spacing:3px!important}.cart-header h2{font-size:27px!important}.cart-header button{width:36px!important;height:36px!important;font-size:23px!important}.cart-items{padding:5px 16px 12px!important;-webkit-overflow-scrolling:touch}.cart-item{gap:12px!important;padding:15px 0!important}.cart-item img{width:78px!important;height:92px!important;flex-basis:78px!important}.cart-item-info h3{margin:1px 0 6px!important;font-size:13px!important}.cart-item-info p{margin-bottom:10px!important;font-size:12px!important}.cart-item-actions{gap:10px!important}.cart-item-actions .quantity-control{width:102px!important;min-width:102px!important}.remove-item{font-size:9px!important}.cart-footer{padding:17px 16px calc(18px + env(safe-area-inset-bottom))!important}.cart-total{margin-bottom:7px!important}.cart-total span{font-size:15px!important}.cart-total strong{font-size:18px!important}.cart-footer>p{margin-bottom:13px!important;font-size:9px!important}.checkout-button{min-height:52px!important;height:52px!important;font-size:9px!important}.continue-shopping{min-height:46px!important;height:46px!important;font-size:9px!important}.checkout-page{min-height:100dvh!important}.checkout-header{min-height:66px!important;height:auto!important;padding:12px 16px!important;grid-template-columns:1fr auto!important;gap:10px!important}.checkout-logo{grid-column:1 / -1!important;order:-1!important;font-size:24px!important;letter-spacing:5px!important}.checkout-logo span{font-size:6px!important;letter-spacing:3px!important}.checkout-back,.checkout-secure{font-size:9px!important}.checkout-container{width:100%!important;padding:32px 16px calc(70px + env(safe-area-inset-bottom))!important;display:flex!important;flex-direction:column!important;gap:28px!important}.checkout-summary{order:-1!important;padding:20px!important}.checkout-title p{margin-bottom:8px!important;font-size:8px!important}.checkout-title h1{font-size:37px!important;line-height:1.04}.checkout-line{margin-top:16px!important}.checkout-form{margin-top:32px!important}.checkout-section{margin-bottom:34px!important}.checkout-section h2{margin-bottom:18px!important;font-size:17px!important}.checkout-field{margin-bottom:15px!important}.checkout-field label{margin-bottom:6px!important;font-size:9px!important}.checkout-field input{height:50px!important;padding:0 12px!important;font-size:13px!important}.checkout-two-columns{grid-template-columns:1fr!important;gap:0!important}.payment-method-card{padding:15px!important}.payment-method-card strong{font-size:13px!important}.payment-method-card p{font-size:10px!important}.place-order-button{min-height:56px!important;height:56px!important;font-size:9px!important}.checkout-note{font-size:9px!important}.summary-inner h2{font-size:25px!important}.summary-item{grid-template-columns:58px 1fr auto!important;gap:10px!important}.summary-item img{width:58px!important;height:66px!important}.tracking-page{min-height:100dvh!important}.tracking-header{height:auto!important;padding:15px 16px!important;grid-template-columns:1fr!important;gap:8px!important}.tracking-logo{order:-1!important;font-size:25px!important;letter-spacing:5px!important}.tracking-logo span{font-size:6px!important;letter-spacing:3px!important}.tracking-back{justify-self:center!important;font-size:9px!important}.tracking-container{padding:48px 16px 82px!important}.tracking-title{margin-bottom:30px!important}.tracking-title p{margin-bottom:9px!important;font-size:8px!important;letter-spacing:3px!important}.tracking-title h1{font-size:42px!important;line-height:1.02}.tracking-title>span{display:block;font-size:11px!important;line-height:1.65}.tracking-form{grid-template-columns:1fr!important;gap:12px!important}.tracking-form input,.tracking-form button{height:50px!important}.tracking-form button{width:100%!important}.tracking-error{font-size:11px!important;line-height:1.5}.tracking-result{margin-top:38px!important}.tracking-order-header{padding:20px!important;flex-direction:column!important;align-items:flex-start!important;gap:12px!important}.tracking-order-header h2{font-size:28px!important}.tracking-status-badge{padding:8px 11px!important;font-size:8px!important}.tracking-summary{grid-template-columns:1fr!important}.tracking-summary>div{padding:18px 20px!important;border-right:0!important;border-bottom:1px solid var(--border)}.tracking-summary>div:last-child{border-bottom:0}.tracking-timeline{padding:28px 20px!important}.timeline{margin-top:27px!important}.tracking-columns{padding:0 20px 20px!important;grid-template-columns:1fr!important}.tracking-card{padding:20px!important}.account-header{height:68px!important;padding:0 16px!important}.account-logo{font-size:25px!important;letter-spacing:4px!important}.account-logo span{font-size:6px!important;letter-spacing:3px!important}.account-back,.account-logout{font-size:8px!important;letter-spacing:1px!important}.account-auth{display:block!important;padding:52px 16px 85px!important}.account-auth-intro{margin-bottom:34px!important}.account-auth-intro h1{font-size:43px!important;line-height:1.02}.account-auth-intro>span{font-size:11px!important;line-height:1.7!important}.account-auth-card{padding:22px 18px!important}.account-field input,.account-field select{height:50px!important}.account-submit{min-height:54px!important}.account-dashboard{padding:46px 16px 90px!important}.account-dashboard-heading{display:block!important;margin-bottom:30px!important}.account-dashboard-heading h1{font-size:43px!important}.account-dashboard-heading>span{display:block!important;margin-top:15px!important;text-align:left!important;font-size:11px!important}.account-dashboard-grid{grid-template-columns:1fr!important;gap:14px!important}.account-card{padding:20px 18px!important}.account-card-heading h2{font-size:25px!important}.account-address-layout{grid-template-columns:1fr!important;gap:34px!important}.account-two-columns{grid-template-columns:1fr!important;gap:0!important}.mobile-bottom-nav{position:fixed!important;z-index:9990!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;height:calc(68px + env(safe-area-inset-bottom))!important;padding:0 5px env(safe-area-inset-bottom)!important;display:flex!important;align-items:center!important;justify-content:space-around!important;background:#fffffff7!important;border-top:1px solid #e7e0d7!important;box-shadow:0 -8px 25px #0000000f;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.mobile-bottom-nav button{position:relative;min-width:56px;min-height:54px;padding:5px 7px!important;border:0!important;background:transparent!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:4px!important;color:#25231f;font-size:7px!important;letter-spacing:1px!important}.mobile-bottom-nav button span{font-size:20px!important;line-height:1}.mobile-bottom-nav button small{position:absolute!important;top:2px!important;right:9px!important;width:15px!important;height:15px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;background:var(--gold)!important;color:#fff!important;font-size:7px!important}.mobile-aara{width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;border-radius:50%!important;background:var(--green)!important;color:#fff!important;box-shadow:0 7px 18px #1f2d2438;font-size:23px!important}.product-modal-overlay,.cart-overlay{overscroll-behavior:contain}}@media(max-width:390px){.navbar{padding-inline:12px!important}.mobile-menu{left:10px!important}.nav-right{right:8px!important;gap:2px!important}.nav-right button{width:34px;height:34px;font-size:19px!important}.brand-name{font-size:31px!important}.hero{min-height:545px!important}.hero-content{left:18px!important;right:18px!important;bottom:91px!important}.hero-content h1{font-size:48px!important}.hero-description{max-width:290px!important;font-size:11.5px!important}.products-section{padding-inline:10px!important}.products-section .product-grid{column-gap:8px!important}.product-card .product-info h3{font-size:11px!important}.card-add-button{min-height:40px!important;font-size:7.5px!important;letter-spacing:.9px!important}.categories{padding-inline:14px!important}.category-grid{gap:24px 12px!important}.story-content{padding-inline:20px!important}.newsletter{padding-inline:18px!important}footer{padding-inline:18px!important}.product-modal{height:96dvh!important;max-height:96dvh!important}.product-modal-image{height:40dvh!important;min-height:225px!important}.product-modal-info{padding-inline:18px!important}.cart-item img{width:70px!important;height:84px!important;flex-basis:70px!important}.cart-item{gap:10px!important}}@media(max-width:900px)and (orientation:landscape)and (max-height:520px){.hero{height:520px!important;min-height:520px!important}.hero-content{bottom:75px!important}.hero-content h1{font-size:43px!important}.hero-description{margin:10px 0 13px!important}.product-modal{height:96dvh!important;max-height:96dvh!important;grid-template-columns:45% 55%;display:grid!important;flex-direction:initial!important;border-radius:0!important}.product-modal-image{height:100%!important;max-height:none!important}.product-modal-info{padding:22px!important}}.products-section .product-grid{width:min(100% - 40px,1480px);margin-left:auto;margin-right:auto;column-gap:22px;row-gap:48px}.product-card{min-width:0;position:relative;background:transparent}.product-card .product-image{position:relative;aspect-ratio:.82;overflow:hidden;background:#eee8de;border-radius:2px;isolation:isolate}.product-card .product-image:after{content:"";position:absolute;inset:0;pointer-events:none;border:1px solid rgba(184,155,98,.12);z-index:2}.product-card .product-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .65s cubic-bezier(.2,.65,.2,1),filter .35s ease}.product-card:hover .product-image img{transform:scale(1.045)}.product-card .discount{top:14px;left:14px;width:auto;min-width:44px;height:44px;padding:0 10px;border-radius:50px;background:var(--gold);color:#fff;font-size:9px;font-weight:600;letter-spacing:.8px;z-index:4}.product-card .wishlist{top:14px;right:14px;width:40px;height:40px;min-width:40px;padding:0;border:1px solid rgba(23,23,23,.12);border-radius:50%;background:#ffffffeb;color:#171717;font-size:20px;line-height:1;display:flex;align-items:center;justify-content:center;z-index:5;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:transform .2s ease,background .2s ease,color .2s ease}.product-card .wishlist:hover{transform:scale(1.06)}.product-card .wishlist.selected{background:#171717;color:#fff}.product-card .quick-shop{left:14px;right:14px;bottom:14px;height:44px;border:1px solid rgba(255,255,255,.7);background:#171717eb;color:#fff;font-size:9px;font-weight:600;letter-spacing:2px;opacity:0;transform:translateY(8px);transition:opacity .25s ease,transform .25s ease;z-index:4}.product-card:hover .quick-shop{opacity:1;transform:translateY(0)}.product-card .product-info{padding:15px 2px 0}.product-card .product-info h3{margin:0;font-family:DM Sans,sans-serif;font-size:13px;line-height:1.45;font-weight:500;letter-spacing:.2px;color:var(--black);cursor:pointer}.product-card .product-info h3:hover{opacity:.65}.product-card .price{display:flex;align-items:baseline;gap:8px;margin-top:7px;font-size:13px}.product-card .price span{color:var(--black);font-weight:600}.product-card .price del{color:#999;font-size:11px}.categories{padding-top:95px;padding-bottom:95px}.category{cursor:pointer}.category-image{position:relative;overflow:hidden;border-radius:50%;border:1px solid rgba(184,155,98,.18)}.category-image:after{content:"";position:absolute;inset:7px;border:1px solid rgba(255,255,255,.5);border-radius:50%;pointer-events:none}.category-image img{transition:transform .7s cubic-bezier(.2,.65,.2,1),filter .4s ease}.category:hover .category-image img{transform:scale(1.07)}.category h3{margin-top:3px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:600;letter-spacing:2px}.category button{margin-top:11px;padding:8px 0;border:0;border-bottom:1px solid var(--gold);background:transparent;color:var(--gold);font-family:DM Sans,sans-serif;font-size:9px;font-weight:600;letter-spacing:1.7px}.product-toolbar{margin-bottom:35px}.category-filters{display:flex;align-items:center;gap:7px}.category-filters button{min-height:36px;padding:9px 15px;border:1px solid #d8d0c5;background:transparent;color:#555;font-family:DM Sans,sans-serif;font-size:9px;font-weight:500;letter-spacing:1.5px;transition:background .2s ease,color .2s ease,border-color .2s ease}.category-filters button.active,.category-filters button:hover{background:var(--black);border-color:var(--black);color:#fff}@media(max-width:768px){.categories{padding:72px 0 68px;overflow:hidden}.categories .section-heading{padding:0 20px;margin-bottom:34px}.category-grid{display:flex;width:100%;max-width:none;gap:18px;padding:0 20px 8px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none}.category-grid::-webkit-scrollbar{display:none}.category{flex:0 0 118px;scroll-snap-align:start}.category-image{width:118px;height:118px;margin-bottom:14px}.category-image:after{inset:5px}.category h3{font-size:10px;letter-spacing:1.5px;white-space:nowrap}.category button{margin-top:8px;font-size:8px;letter-spacing:1.3px}.products-section{padding:72px 0 80px}.products-section .section-heading{padding:0 20px;margin-bottom:30px}.products-section .product-toolbar{width:100%;margin:0 0 25px;padding:0 20px;display:block;overflow:hidden}.category-filters{width:100%;display:flex;flex-wrap:nowrap;gap:7px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.category-filters::-webkit-scrollbar{display:none}.category-filters button{flex:0 0 auto;min-height:38px;padding:10px 14px;font-size:8px;letter-spacing:1.3px}.products-section .product-grid{width:calc(100% - 24px);grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 10px}.product-card .product-image{aspect-ratio:.78;border-radius:2px}.product-card .discount{top:9px;left:9px;min-width:36px;height:36px;padding:0 7px;font-size:7px}.product-card .wishlist{top:9px;right:9px;width:34px;height:34px;min-width:34px;font-size:17px}.product-card .quick-shop{left:8px;right:8px;bottom:8px;height:38px;opacity:1;transform:none;font-size:7px;letter-spacing:1.5px}.product-card .product-info{padding:11px 1px 0}.product-card .product-info h3{font-size:12px;line-height:1.4;min-height:34px}.product-card .price{margin-top:6px;gap:6px;font-size:12px}.product-card .price del{font-size:10px}.section-heading h2{font-size:38px;line-height:1.05}.section-description{max-width:290px;margin-left:auto;margin-right:auto;font-size:12px;line-height:1.6}}@media(max-width:380px){.category-grid{gap:15px;padding-left:16px;padding-right:16px}.category{flex-basis:105px}.category-image{width:105px;height:105px}.products-section .product-grid{width:calc(100% - 20px);gap:28px 8px}.product-card .quick-shop{height:35px;font-size:6.5px}.product-card .product-info h3,.product-card .price{font-size:11px}}@media(max-width:768px){.hero{width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:9 / 16!important;overflow:hidden!important;position:relative!important}.hero-video-wrap{width:100%!important;height:100%!important;min-height:0!important;aspect-ratio:9 / 16!important;position:relative!important;overflow:hidden!important}.hero-video{position:absolute!important;top:50%!important;left:50%!important;width:100%!important;height:100%!important;min-width:0!important;min-height:0!important;transform:translate(-50%,-50%)!important;object-fit:cover!important;object-position:center center!important}.hero-content{position:absolute!important;inset:50% 24px auto!important;transform:translateY(-50%)!important;padding:0!important;z-index:5!important}.hero-eyebrow{font-size:8px!important;letter-spacing:3px!important;margin-bottom:12px!important}.hero-content h1{font-size:clamp(38px,10vw,48px)!important;line-height:.94!important;margin-bottom:16px!important}.hero-description{max-width:290px!important;font-size:11px!important;line-height:1.55!important;margin-bottom:18px!important}.hero-button{padding:13px 17px!important;font-size:8px!important;letter-spacing:1.6px!important}.hero-signature{position:absolute!important;left:24px!important;bottom:18px!important;z-index:6!important;font-size:6px!important;letter-spacing:1px!important}}.products-section .product-grid{width:min(1400px,calc(100% - 80px));margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:42px 22px}.products-section .product-card{min-width:0;position:relative}.products-section .product-card .product-image{position:relative;width:100%;aspect-ratio:.78;overflow:hidden;background:#eee8df;border-radius:0}.products-section .product-card .product-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;cursor:pointer;transition:transform .7s cubic-bezier(.2,.65,.2,1)}.products-section .product-card:hover .product-image img{transform:scale(1.035)}.products-section .product-card .discount{position:absolute;top:14px;left:14px;width:auto;height:auto;min-width:42px;padding:7px 9px;border-radius:999px;background:#171717;color:#fff;font-family:DM Sans,sans-serif;font-size:8px;font-weight:600;letter-spacing:1px;display:flex;align-items:center;justify-content:center;z-index:3}.products-section .product-card .wishlist{position:absolute;top:14px;right:14px;width:38px;height:38px;min-width:38px;padding:0;border:1px solid rgba(255,255,255,.7);border-radius:50%;background:#ffffffeb;color:#171717;font-size:18px;line-height:1;display:flex;align-items:center;justify-content:center;z-index:4;transition:transform .2s ease,background .2s ease,color .2s ease}.products-section .product-card .wishlist:hover{transform:scale(1.06)}.products-section .product-card .wishlist.selected{color:#9b5c5c}.products-section .product-card .quick-shop{position:absolute;left:14px;right:14px;bottom:14px;width:calc(100% - 28px);height:44px;border:1px solid rgba(255,255,255,.9);background:#fffffff0;color:#171717;font-family:DM Sans,sans-serif;font-size:8px;font-weight:600;letter-spacing:1.8px;opacity:0;transform:translateY(8px);transition:opacity .25s ease,transform .25s ease}.products-section .product-card:hover .quick-shop{opacity:1;transform:translateY(0)}.products-section .product-card .product-info{padding:14px 1px 0}.products-section .product-card .product-info h3{margin:0;min-height:0;font-family:Playfair Display,serif;font-size:16px;font-weight:500;line-height:1.25;color:#171717;cursor:pointer;transition:opacity .2s ease}.products-section .product-card .product-info h3:hover{opacity:.65}.products-section .product-card .price{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px;margin-top:7px;font-family:DM Sans,sans-serif;font-size:13px}.products-section .product-card .price span{font-weight:600;color:#171717}.products-section .product-card .price del{color:#999;font-size:11px}.products-section .product-card .product-info small{display:block;margin-top:7px;color:#9b5c5c;font-size:9px;letter-spacing:.5px}.products-section .product-card .card-add-button{width:100%;min-height:42px;margin-top:12px;padding:11px 12px;border:1px solid #171717;background:#171717;color:#fff;font-family:DM Sans,sans-serif;font-size:8px;font-weight:600;letter-spacing:1.8px;cursor:pointer;transition:background .2s ease,color .2s ease}.products-section .product-card .card-add-button:hover:not(:disabled){background:transparent;color:#171717}.products-section .product-card .card-add-button:disabled{opacity:.45;cursor:not-allowed}@media(max-width:768px){.products-section .product-grid{width:calc(100% - 24px);grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 10px;margin:0 auto}.products-section .product-card .product-image{aspect-ratio:.78;border-radius:0}.products-section .product-card .product-info{padding-top:10px}.products-section .product-card .product-info h3{font-size:14px;line-height:1.25}.products-section .product-card .price{margin-top:6px;font-size:12px;gap:6px}.products-section .product-card .price del{font-size:10px}.products-section .product-card .wishlist{top:9px;right:9px;width:34px;height:34px;min-width:34px;font-size:17px}.products-section .product-card .discount{top:9px;left:9px;min-width:38px;padding:6px 7px;font-size:7px}.products-section .product-card .quick-shop{display:none}.products-section .product-card .card-add-button{min-height:40px;margin-top:10px;padding:10px 5px;font-size:7px;letter-spacing:1.2px}}@media(max-width:380px){.products-section .product-grid{width:calc(100% - 20px);gap:24px 8px}.products-section .product-card .product-info h3{font-size:13px}.products-section .product-card .card-add-button{font-size:6.5px;letter-spacing:1px}}.product-modal-overlay{position:fixed!important;inset:0!important;z-index:9999!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:30px!important;background:#0f0d0bb8!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);overflow-y:auto!important}.product-modal{position:relative!important;width:min(1080px,100%)!important;max-height:calc(100vh - 60px)!important;display:grid!important;grid-template-columns:1fr 1fr!important;background:#f7f3ed!important;overflow:hidden!important}.product-modal-image{width:100%!important;height:100%!important;min-height:600px!important;background:#eee5d8!important;overflow:hidden!important}.product-modal-image img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}.product-modal-info{display:flex!important;flex-direction:column!important;justify-content:center!important;padding:60px!important;overflow-y:auto!important}.modal-eyebrow{margin:0 0 15px!important;font-family:DM Sans,sans-serif!important;font-size:9px!important;font-weight:600!important;letter-spacing:3px!important;text-transform:uppercase!important;color:#b8945b!important}.product-modal-info h2{margin:0 0 20px!important;font-family:Playfair Display,serif!important;font-size:clamp(32px,4vw,50px)!important;font-weight:400!important;line-height:1.05!important;color:#151311!important}.modal-price{display:flex!important;align-items:baseline!important;gap:12px!important;margin-bottom:22px!important;font-family:DM Sans,sans-serif!important;font-size:17px!important;font-weight:600!important;color:#151311!important}.modal-price del{font-size:13px!important;font-weight:400!important;color:#8a847c!important}.product-description{margin-bottom:22px!important;font-family:DM Sans,sans-serif!important;font-size:13px!important;line-height:1.75!important;color:#625d56!important}.product-description p{margin:0 0 10px!important}.product-modal-info .stock-status{margin-bottom:28px!important;font-family:DM Sans,sans-serif!important;font-size:9px!important;font-weight:600!important;letter-spacing:1.5px!important;text-transform:uppercase!important}.product-modal-info .stock-status.in{color:#315c43!important}.product-modal-info .stock-status.out{color:#a14f4f!important}.quantity-row{display:flex!important;align-items:center!important;justify-content:space-between!important;margin-bottom:18px!important;padding:14px 0!important;border-top:1px solid #ddd5ca!important;border-bottom:1px solid #ddd5ca!important;font-family:DM Sans,sans-serif!important;font-size:11px!important;letter-spacing:1px!important;text-transform:uppercase!important}.quantity-control{display:flex!important;align-items:center!important}.quantity-control button{width:34px!important;height:34px!important;padding:0!important;border:1px solid #cfc6bb!important;background:transparent!important;color:#151311!important;font-size:17px!important;cursor:pointer!important}.quantity-control span{width:38px!important;text-align:center!important;font-family:DM Sans,sans-serif!important;font-size:12px!important}.product-modal-info .add-to-cart{width:100%!important;min-height:52px!important;border:1px solid #1c2b23!important;background:#1c2b23!important;color:#fff!important;font-family:DM Sans,sans-serif!important;font-size:9px!important;font-weight:600!important;letter-spacing:2px!important;text-transform:uppercase!important;cursor:pointer!important;transition:background .25s ease,color .25s ease!important}.product-modal-info .add-to-cart:hover{background:transparent!important;color:#1c2b23!important}.modal-close{position:absolute!important;top:18px!important;right:18px!important;z-index:20!important;width:38px!important;height:38px!important;padding:0!important;border:1px solid rgba(21,19,17,.2)!important;border-radius:50%!important;background:#f7f3edeb!important;color:#151311!important;font-size:22px!important;line-height:1!important;cursor:pointer!important}@media(max-width:768px){.product-modal-overlay{align-items:flex-start!important;padding:0!important;background:#f7f3ed!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.product-modal{width:100%!important;min-height:100vh!important;max-height:none!important;display:block!important;overflow-y:auto!important}.product-modal-image{width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:1 / 1.12!important}.product-modal-info{padding:30px 22px 40px!important;overflow:visible!important}.modal-eyebrow{margin-bottom:10px!important;font-size:8px!important;letter-spacing:2.5px!important}.product-modal-info h2{margin-bottom:14px!important;font-size:32px!important}.modal-price{margin-bottom:18px!important;font-size:16px!important}.product-description{font-size:12px!important;line-height:1.7!important}.quantity-row{margin-bottom:15px!important}.product-modal-info .add-to-cart{min-height:54px!important}.modal-close{top:12px!important;right:12px!important;width:36px!important;height:36px!important;background:#f7f3edf2!important}}.product-thumbnails{display:flex;gap:8px;padding:10px;background:#f7f3ed;overflow-x:auto}.product-thumbnail{flex:0 0 62px;width:62px;height:72px;padding:0;border:1px solid transparent;background:#eee5d8;cursor:pointer;overflow:hidden;opacity:.65;transition:opacity .2s ease,border-color .2s ease}@media(max-width:768px){.product-gallery{width:100%}.product-gallery .product-modal-image{aspect-ratio:.95!important}.product-thumbnails{padding:8px 12px;gap:7px}.product-thumbnail{flex-basis:58px;width:58px;height:66px}.product-detail-lines{margin-top:8px;margin-bottom:20px}.product-detail-line{padding:12px 0;font-size:8px;gap:15px}.product-modal-wishlist{min-height:46px}}.product-gallery{min-width:0;display:flex;flex-direction:column;background:#eee5d8}.product-gallery .product-modal-image{min-height:0!important;height:auto!important;aspect-ratio:.9!important}.product-gallery .product-modal-image img{width:100%;height:100%;object-fit:cover}.product-thumbnail{flex:0 0 68px;width:68px;height:78px;padding:0;border:1px solid transparent;background:#eee5d8;cursor:pointer;overflow:hidden;opacity:.55;transition:opacity .25s ease,border-color .25s ease,transform .25s ease}.product-thumbnail:hover{opacity:1;transform:translateY(-2px)}.product-thumbnail img{width:100%;height:100%;object-fit:cover}.product-thumbnail:hover{opacity:1}.product-thumbnail.active{opacity:1;border-color:#b8945b}.product-detail-lines{margin:10px 0 22px;border-top:1px solid #ddd5ca}.product-detail-line{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid #ddd5ca;font-family:DM Sans,sans-serif;font-size:9px;letter-spacing:.8px}.product-detail-line>span:first-child{font-weight:600;letter-spacing:1.5px}.product-detail-line>span:last-child{text-align:right;color:#77716a}.product-modal-wishlist{width:100%;margin-top:10px;padding:14px 10px;border:1px solid #d0c8bd;background:transparent;color:#171717;display:flex;align-items:center;justify-content:center;gap:9px;font-family:DM Sans,sans-serif;font-size:8px;font-weight:600;letter-spacing:1.5px;cursor:pointer;transition:background .2s ease,border-color .2s ease}.product-modal-wishlist:hover{background:#eee5d8}.product-modal-wishlist.selected{border-color:#b8945b}.product-modal-wishlist.selected span{color:#8d713e}@media(max-width:768px){.product-gallery{width:100%}.product-gallery .product-modal-image{aspect-ratio:.88!important}.product-thumbnails{padding:8px 12px;gap:7px}.product-thumbnail{flex-basis:58px;width:58px;height:66px}.product-detail-lines{margin-top:8px;margin-bottom:20px}.product-detail-line{padding:12px 0;font-size:8px;gap:15px}.product-modal-wishlist{min-height:46px}}.product-description-section{margin:14px 0 20px}.product-description-label{margin:0 0 10px;font-family:DM Sans,sans-serif;font-size:8px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#171717}.product-description{margin:0;font-family:DM Sans,sans-serif;font-size:13px;line-height:1.8;color:#66615b}.product-description p{margin:0 0 12px}.product-description p:last-child{margin-bottom:0}.product-description strong{color:#171717;font-weight:600}.product-description em{font-family:Playfair Display,serif}@media(max-width:768px){.product-description-section{margin:14px 0 18px}.product-description-label{font-size:8px;letter-spacing:1.8px;margin-bottom:9px}.product-description{font-size:12px;line-height:1.75}}.products-section .product-card{display:flex;flex-direction:column;height:100%}.products-section .product-card .product-info{display:flex;flex-direction:column;flex:1;padding-top:14px}.products-section .product-card .product-info h3{height:40px;min-height:40px;margin:0;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.products-section .product-card .price{min-height:18px;margin-top:7px}.products-section .product-card .card-add-button{margin-top:12px}@media(max-width:768px){.products-section .product-card{display:flex;flex-direction:column;height:100%}.products-section .product-card .product-info{display:flex;flex-direction:column;flex:1;padding-top:10px}.products-section .product-card .product-info h3{height:35px!important;min-height:35px!important;font-size:12px!important;line-height:1.35!important;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.products-section .product-card .price{min-height:17px;margin-top:6px}.products-section .product-card .card-add-button{margin-top:10px!important;min-height:40px!important}}@media(max-width:380px){.products-section .product-card .product-info h3{height:34px!important;min-height:34px!important;font-size:11px!important}}@media(max-width:768px){.products-section .product-card .card-add-button{min-height:40px!important;padding:10px 5px!important;font-size:8px!important;letter-spacing:1.3px!important;font-weight:600!important}}@media(max-width:380px){.products-section .product-card .card-add-button{font-size:7.5px!important;letter-spacing:1.1px!important}}.products-section .product-card .product-image{background:#f1ece4;border:1px solid rgba(184,148,91,.1);border-radius:2px;overflow:hidden}.products-section .product-card .product-image img{transform:scale(1.001);transition:transform .8s cubic-bezier(.2,.65,.2,1),filter .5s ease}.products-section .product-card:hover .product-image img{transform:scale(1.045)}@media(max-width:768px){.products-section .product-card .product-image{border-radius:2px;border-color:#b8945b14}.products-section .product-card .product-image img{transform:none!important}}.product-modal-image{background:#eee8df!important;position:relative}.product-modal-image img{object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1)}.product-modal-image:hover img{transform:scale(1.025)}.product-modal-image:after{content:"";position:absolute;inset:14px;border:1px solid rgba(184,148,91,.18);pointer-events:none}@media(max-width:700px){.product-modal-image:after{inset:10px}.product-modal-image img{transform:none!important}}.product-modal-info{padding:58px 46px 40px}.product-modal-info .modal-eyebrow{color:var(--gold);font-size:9px;letter-spacing:4px;text-transform:uppercase}.product-modal-info h2{font-family:Playfair Display,serif;font-size:clamp(30px,3vw,42px);font-weight:400;line-height:1.08;letter-spacing:-.3px;color:var(--black)}.product-modal-info .modal-price{color:var(--gold);font-size:22px;font-weight:500;letter-spacing:.3px}.product-modal-info .product-description{color:#5f5a53;font-size:13px;line-height:1.8;max-width:470px}.product-modal-info .stock-status{font-size:10px;letter-spacing:1.5px;text-transform:uppercase}.product-modal-info .quantity-row{padding-top:20px;border-top:1px solid rgba(184,148,91,.18)}.product-modal-info .add-to-cart-button{margin-top:8px;min-height:56px;letter-spacing:2.5px}.cart-header{padding:32px 28px 24px;background:#fbf9f5;border-bottom:1px solid rgba(184,148,91,.18)}.cart-header p{color:var(--gold);font-size:9px;letter-spacing:3.5px;text-transform:uppercase}.cart-header h2{margin-top:4px;font-family:Playfair Display,serif;font-size:34px;font-weight:400;letter-spacing:-.3px}.cart-header button{width:36px;height:36px;border:1px solid rgba(184,148,91,.35);background:transparent;color:var(--black);font-size:22px;transition:all .25s ease}.cart-header button:hover{background:var(--green);border-color:var(--green);color:#fff}.cart-item{padding:22px 28px;border-bottom:1px solid rgba(184,148,91,.12);gap:18px}.cart-item-image{width:82px;height:96px;background:#f1ece4;border:1px solid rgba(184,148,91,.12);border-radius:2px;overflow:hidden}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-info h4{font-family:Playfair Display,serif;font-size:15px;font-weight:400;line-height:1.3;color:var(--black)}.cart-item-info .cart-item-price{color:var(--gold);font-size:13px;letter-spacing:.3px;margin-top:5px}.cart-quantity{border:1px solid rgba(184,148,91,.28);background:#fbf9f5}.cart-quantity button{width:30px;height:30px;background:transparent;border:0;color:var(--black);font-size:15px;transition:background .2s ease}.cart-quantity button:hover{background:#b8945b14}.cart-quantity span{min-width:28px;text-align:center;font-size:11px;letter-spacing:.5px}.cart-item-remove{color:#9a948b;font-size:9px;letter-spacing:1.5px;text-transform:uppercase;transition:color .2s ease}.cart-item-remove:hover{color:var(--gold)}@media(max-width:600px){.cart-item{padding:18px 20px;gap:14px}.cart-item-image{width:72px;height:84px}.cart-item-info h4{font-size:14px}}@media(max-width:768px){.product-modal-image{touch-action:pan-y;user-select:none;-webkit-user-select:none}.product-modal-image img{user-select:none;-webkit-user-select:none;-webkit-user-drag:none;pointer-events:none}}.price-filter,.sort-control{display:flex;align-items:center;gap:10px}.price-filter label,.sort-control label{color:#77716a;font-size:9px;font-weight:500;letter-spacing:2px;white-space:nowrap}.price-filter select,.sort-control select{min-width:150px;height:38px;padding:0 34px 0 13px;border:1px solid #d5cec3;border-radius:0;outline:none;background-color:transparent;color:#151311;font-family:DM Sans,sans-serif;font-size:10px;letter-spacing:.5px;cursor:pointer;appearance:none;-webkit-appearance:none;background-image:linear-gradient(45deg,transparent 50%,#77716a 50%),linear-gradient(135deg,#77716a 50%,transparent 50%);background-position:calc(100% - 16px) 16px,calc(100% - 11px) 16px;background-size:5px 5px,5px 5px;background-repeat:no-repeat;transition:border-color .25s ease,background-color .25s ease}.price-filter select:hover,.sort-control select:hover{border-color:var(--gold)}.price-filter select:focus,.sort-control select:focus{border-color:var(--gold);box-shadow:0 0 0 1px #b8945b1f}@media(min-width:701px){.product-toolbar{flex-wrap:wrap}.price-filter{margin-left:auto}.sort-control{margin-left:4px}}@media(max-width:700px){.product-toolbar{gap:12px}.price-filter,.sort-control{width:100%;justify-content:flex-start}.price-filter label,.sort-control label{width:68px;flex:0 0 68px;font-size:9px}.price-filter select,.sort-control select{flex:1;min-width:0;height:40px;font-size:10px}}@media(max-width:700px){.products-section .product-toolbar{width:100%!important;margin:0 0 22px!important;padding:0 20px!important;display:grid!important;grid-template-columns:1fr 1fr!important;align-items:center!important;gap:10px!important;overflow:visible!important}.products-section .category-filters{grid-column:1 / -1!important;width:100%!important;margin:0!important;display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:7px!important;padding:0 0 5px!important}.products-section .price-filter,.products-section .sort-control{width:100%!important;display:flex!important;align-items:center!important;gap:6px!important}.products-section .price-filter label,.products-section .sort-control label{width:auto!important;flex:0 0 auto!important;color:#77716a!important;font-size:8px!important;font-weight:500!important;letter-spacing:1.5px!important;white-space:nowrap!important}.products-section .price-filter select,.products-section .sort-control select{flex:1!important;min-width:0!important;width:auto!important;height:32px!important;padding:0 24px 0 9px!important;border:1px solid #d8d0c5!important;border-radius:0!important;background-color:transparent!important;color:#151311!important;font-family:DM Sans,sans-serif!important;font-size:9px!important;letter-spacing:0!important}.products-section .clear-search{grid-column:1 / -1!important;justify-self:start!important;align-self:center!important}}.product-colour-selector{margin-top:20px;margin-bottom:22px}.product-colour-label{display:block;margin-bottom:11px;font-family:DM Sans,sans-serif;font-size:10px;font-weight:600;letter-spacing:1.8px;text-transform:uppercase;color:#151311}.product-colour-options{display:flex;flex-wrap:wrap;gap:10px}.product-colour-option{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:9px;min-width:82px;height:42px;padding:0 15px;border:1px solid #d8d1c7;border-radius:3px;background:#fff;color:#151311;font-family:DM Sans,sans-serif;font-size:9px;font-weight:500;letter-spacing:1.3px;text-transform:uppercase;cursor:pointer;transition:border-color .25s ease,background .25s ease,box-shadow .25s ease,transform .25s ease}.colour-swatch{width:15px;height:15px;flex:0 0 15px;border-radius:50%;background:var(--swatch-color, #d8d1c7);border:1px solid rgba(0,0,0,.15);box-shadow:inset 0 0 0 1px #ffffff59;transition:transform .25s ease,box-shadow .25s ease}.product-colour-option:hover{border-color:#b8945b;background:#faf8f4;box-shadow:0 5px 16px #b8945b1f;transform:translateY(-1px)}.product-colour-option:hover .colour-swatch{transform:scale(1.08)}.product-colour-option.selected{border-color:#b8945b;background:#f7f3ed;box-shadow:0 0 0 1px #b8945b,0 5px 18px #b8945b1f}.product-colour-option.selected .colour-swatch{box-shadow:0 0 0 2px #f7f3ed,0 0 0 3px #b8945b}.product-colour-option:active{transform:translateY(0)}.product-colour-option:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}@media(max-width:700px){.product-colour-selector{margin-top:17px;margin-bottom:19px}.product-colour-options{gap:8px}.product-colour-option{min-width:76px;height:40px;padding:0 12px;font-size:8px;letter-spacing:1.1px}.colour-swatch{width:13px;height:13px;flex-basis:13px}}.product-care-section{width:100%;margin-top:18px;border-top:1px solid #dedbd4}.product-care-details{width:100%}.product-care-details summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:18px 0;font-family:DM Sans,sans-serif;font-size:9px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#151311}.product-care-details summary::-webkit-details-marker{display:none}.care-plus{font-family:DM Sans,sans-serif;font-size:18px;font-weight:300;line-height:1;color:#b8945b;transition:transform .25s ease}.product-care-details[open] .care-plus{transform:rotate(45deg)}.product-care-content{padding:0 0 20px;font-family:DM Sans,sans-serif;font-size:12px;line-height:1.75;color:#77716a}.product-care-content p{margin:0 0 12px}.product-care-content ul{margin:0;padding-left:18px}.product-care-content li{margin-bottom:7px}.product-care-content li:last-child{margin-bottom:0}@media(max-width:768px){.product-care-section{margin-top:15px}.product-care-details summary{padding:16px 0;font-size:8px;letter-spacing:1.7px}.product-care-content{padding-bottom:18px;font-size:11px;line-height:1.7}.care-plus{font-size:16px}}.aara-announcement-bar{width:100%;height:32px;overflow:hidden;background:#f4efe6;color:#1d241b;border-bottom:1px solid rgba(29,36,27,.08);display:flex;align-items:center;position:relative;z-index:100}.aara-announcement-track{display:flex;width:max-content;animation:aaraAnnouncementScroll 28s linear infinite;will-change:transform}.aara-announcement-content{display:flex;align-items:center;flex-shrink:0;white-space:nowrap}.aara-announcement-content span{display:inline-flex;align-items:center;font-family:Arial,Helvetica,sans-serif;font-size:8px;font-weight:500;letter-spacing:.22em;line-height:1;text-transform:uppercase;padding:0 18px}.aara-announcement-content i{display:inline-flex;align-items:center;justify-content:center;font-family:Georgia,serif;font-size:9px;font-style:normal;opacity:.65}@keyframes aaraAnnouncementScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.aara-app{overflow-x:hidden}@media(min-width:769px){.aara-announcement-bar{height:34px}.aara-announcement-content span{font-size:9px;padding:0 24px}.aara-announcement-track{animation-duration:32s}}.navbar{position:relative;z-index:90;width:100%;height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;background:linear-gradient(180deg,#faf7f0fa,#f6f1e8f5);border-bottom:1px solid rgba(29,36,27,.08);box-sizing:border-box}.brand{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);text-align:center;white-space:nowrap;pointer-events:none}.brand-name{font-family:Georgia,Times New Roman,serif;font-size:25px;font-weight:500;letter-spacing:.23em;line-height:1;color:#1c241b;padding-left:.23em}.brand-subtitle{margin-top:7px;font-family:Arial,Helvetica,sans-serif;font-size:6.5px;font-weight:500;letter-spacing:.25em;color:#1c241b94;text-transform:uppercase;padding-left:.25em}.mobile-menu{width:34px;height:34px;padding:0;border:0;background:transparent;display:flex;flex-direction:column;justify-content:center;gap:6px;cursor:pointer;z-index:2}.mobile-menu span{display:block;width:19px;height:1px;background:#1c241b;transition:transform .3s ease,width .3s ease}.mobile-menu span:last-child{width:13px}.mobile-menu:hover span:last-child{width:19px}.nav-left{display:flex;align-items:center;gap:26px}.nav-left a,.nav-track-button{border:0;background:transparent;padding:0;font-family:Arial,Helvetica,sans-serif;font-size:9px;font-weight:500;letter-spacing:.18em;color:#1c241b;text-decoration:none;cursor:pointer;position:relative}.nav-left a:after,.nav-track-button:after{content:"";position:absolute;left:0;bottom:-5px;width:0;height:1px;background:#a78d55;transition:width .3s ease}.nav-left a:hover:after,.nav-track-button:hover:after{width:100%}.nav-right{display:flex;align-items:center;gap:4px}.premium-nav-icon{position:relative;width:36px;height:36px;padding:0;border:0;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#1c241b}.icon-search{width:15px;height:15px;border:1.2px solid #1c241b;border-radius:50%;position:relative;display:block}.icon-search:after{content:"";position:absolute;width:6px;height:1.2px;background:#1c241b;right:-4px;bottom:-2px;transform:rotate(45deg);transform-origin:left center}.icon-person{width:17px;height:18px;position:relative;display:block}.person-head{position:absolute;width:6px;height:6px;border:1.1px solid #1c241b;border-radius:50%;left:50%;top:0;transform:translate(-50%)}.person-body{position:absolute;width:13px;height:7px;border:1.1px solid #1c241b;border-bottom:0;border-radius:9px 9px 0 0;left:50%;bottom:0;transform:translate(-50%)}.icon-heart{font-family:Arial,sans-serif;font-size:23px;font-weight:300;line-height:1;transform:translateY(-1px);transition:transform .25s ease,color .25s ease}.premium-nav-icon:hover .icon-heart{color:#a78d55;transform:translateY(-1px) scale(1.08)}.icon-bag{width:13px;height:14px;border:1.1px solid #1c241b;border-radius:1px;position:relative;display:block;margin-top:4px}.icon-bag:before{content:"";position:absolute;width:7px;height:5px;border:1.1px solid #1c241b;border-bottom:0;border-radius:7px 7px 0 0;left:50%;top:-6px;transform:translate(-50%)}.nav-badge,.cart-count{position:absolute;top:2px;right:1px;min-width:14px;height:14px;padding:0 3px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#1c241b;color:#f7f2e9;font-family:Arial,sans-serif;font-size:7px;line-height:1}@media(min-width:769px){.navbar{height:82px;padding:0 42px}.brand-name{font-size:29px}.brand-subtitle{font-size:7px}.nav-right{gap:8px}.premium-nav-icon{width:38px;height:38px}}@media(max-width:768px){.navbar{height:68px;padding:0 12px 0 10px}.nav-left{position:absolute;top:68px;left:0;width:100%;padding:22px 24px 26px;box-sizing:border-box;display:none;flex-direction:column;align-items:flex-start;gap:20px;background:#f6f1e8;border-bottom:1px solid rgba(29,36,27,.1);box-shadow:0 18px 40px #14191314}.nav-left.open{display:flex}.nav-left a,.nav-track-button{font-size:10px;letter-spacing:.2em}.brand-name{font-size:23px}.brand-subtitle{margin-top:6px;font-size:6px;letter-spacing:.22em}.premium-nav-icon{width:31px;height:34px}.nav-right{gap:0}}@media(max-width:380px){.navbar{padding-left:8px;padding-right:7px}.brand-name{font-size:21px}.brand-subtitle{font-size:5.5px}.premium-nav-icon{width:29px}}.navbar{height:74px!important;min-height:74px!important;padding:0 14px!important;position:relative!important;background:#f7f3eb!important;border-bottom:1px solid rgba(28,36,27,.1)!important;box-shadow:none!important}.navbar .brand{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;width:auto!important;margin:0!important;text-align:center!important;z-index:3!important;line-height:1!important;white-space:nowrap!important}.navbar .brand-name{display:block!important;margin:0!important;padding:0!important;font-family:Georgia,Times New Roman,serif!important;font-size:25px!important;font-weight:400!important;letter-spacing:.18em!important;line-height:.95!important;color:#182018!important}.navbar .brand-name:after{content:"✦";display:block;margin:5px auto 0;font-family:Georgia,serif;font-size:5px;line-height:1;color:#a68b52}.navbar .brand-subtitle{display:block!important;margin:5px 0 0!important;padding:0!important;font-family:Arial,Helvetica,sans-serif!important;font-size:5.5px!important;font-weight:500!important;letter-spacing:.3em!important;line-height:1!important;text-transform:uppercase!important;color:#1820188c!important}.navbar .mobile-menu{position:relative;width:38px!important;height:38px!important;padding:0!important;margin:0!important;border:0!important;background:transparent!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;gap:6px!important;z-index:10!important}.navbar .mobile-menu span{display:block!important;width:21px!important;height:1px!important;background:#182018!important;transition:.3s ease!important}.navbar .mobile-menu span:last-child{width:14px!important}.navbar .nav-right{position:relative;z-index:10;display:flex!important;align-items:center!important;gap:1px!important;margin-left:auto!important}.navbar .premium-nav-icon{width:31px!important;height:38px!important;padding:0!important;margin:0!important;border:0!important;background:transparent!important;display:flex!important;align-items:center!important;justify-content:center!important}.navbar .icon-search{width:14px!important;height:14px!important;border:1px solid #182018!important;border-radius:50%!important}.navbar .icon-search:after{width:5px!important;height:1px!important;right:-4px!important;bottom:-2px!important;background:#182018!important}.navbar .icon-person{width:16px!important;height:18px!important}.navbar .person-head{width:6px!important;height:6px!important;border:1px solid #182018!important}.navbar .person-body{width:12px!important;height:7px!important;border:1px solid #182018!important;border-bottom:0!important}.navbar .icon-heart{font-family:Georgia,serif!important;font-size:22px!important;font-weight:400!important;line-height:1!important;color:#182018!important}.navbar .icon-bag{width:12px!important;height:14px!important;border:1px solid #182018!important;border-radius:1px!important;margin-top:4px!important}.navbar .icon-bag:before{width:7px!important;height:5px!important;border:1px solid #182018!important;border-bottom:0!important;border-radius:7px 7px 0 0!important;top:-6px!important}.navbar .nav-badge,.navbar .cart-count{top:4px!important;right:0!important;min-width:13px!important;width:13px!important;height:13px!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#182018!important;color:#f7f3eb!important;border-radius:50%!important;font-size:7px!important;font-family:Arial,sans-serif!important}@media(max-width:768px){.navbar .nav-left{top:74px!important;left:0!important;width:100%!important;box-sizing:border-box!important;padding:28px 24px 30px!important;background:#f7f3eb!important;border-bottom:1px solid rgba(28,36,27,.1)!important;box-shadow:0 20px 50px #14191314!important;gap:22px!important}.navbar .nav-left a,.navbar .nav-track-button{font-size:10px!important;letter-spacing:.22em!important;color:#182018!important}}@media(max-width:380px){.navbar{padding-left:9px!important;padding-right:9px!important}.navbar .brand-name{font-size:22px!important}.navbar .brand-subtitle{font-size:5px!important}.navbar .premium-nav-icon{width:29px!important}}@media(min-width:769px){.navbar{height:82px!important;min-height:82px!important;padding-left:42px!important;padding-right:42px!important}.navbar .brand-name{font-size:29px!important}.navbar .brand-subtitle{font-size:6.5px!important}}.aara-announcement-content span{font-weight:700!important;letter-spacing:.24em!important}.aara-announcement-content i{font-size:10px!important;font-weight:600!important;opacity:.8!important}@media(max-width:768px){.aara-announcement-content span{font-size:8.5px!important;font-weight:700!important;letter-spacing:.2em!important}}.hero{position:relative;width:100%;margin:0;background:#171c16;overflow:hidden}.hero-video-wrap{position:relative;width:100%;height:calc(100svh - 142px);min-height:560px;max-height:780px;overflow:hidden}.hero-video{width:100%;height:100%;display:block;object-fit:cover;object-position:center center;transform:scale(1.015);filter:saturate(.92) contrast(1.03)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0a0c090a,#0a0c0905 38%,#0a0c092e 63%,#0a0c09b3);pointer-events:none}.hero-video-wrap:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(0,0,0,.16),transparent 22%,transparent 78%,rgba(0,0,0,.1));z-index:2}.hero-content{position:absolute;left:0;right:0;bottom:72px;z-index:5;padding:0 25px;color:#f8f4eb}.hero-eyebrow{margin:0 0 14px;font-family:Arial,Helvetica,sans-serif;font-size:8px;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:#f8f4ebd1}.hero-eyebrow:before{content:"";display:inline-block;width:20px;height:1px;margin:0 9px 3px 0;background:#c4aa70;opacity:.85}.hero-content h1{margin:0;max-width:340px;font-family:Georgia,Times New Roman,serif;font-size:clamp(40px,11vw,54px);font-weight:400;letter-spacing:-.035em;line-height:.94;color:#fffaf1}.hero-content h1 em{font-weight:400;font-style:italic;color:#e8dcc4}.hero-description{margin:17px 0 0;font-family:Arial,Helvetica,sans-serif;font-size:11px;font-weight:400;line-height:1.65;letter-spacing:.035em;color:#fffaf1c7}.hero-button{margin-top:24px;height:47px;padding:0 17px 0 19px;display:inline-flex;align-items:center;gap:20px;border:1px solid rgba(255,255,255,.65);background:#f7f3ebf0;color:#182018;font-family:Arial,Helvetica,sans-serif;font-size:9px;font-weight:700;letter-spacing:.18em;cursor:pointer;transition:background .3s ease,transform .3s ease}.hero-button b{font-size:17px;font-weight:400;line-height:1}.hero-button:active{transform:scale(.97)}.hero-signature{position:absolute;right:20px;bottom:22px;z-index:6;display:flex;align-items:center;gap:8px;font-family:Arial,Helvetica,sans-serif;font-size:7px;font-weight:600;letter-spacing:.25em;color:#ffffffb8}.hero-signature i{font-family:Georgia,serif;font-size:8px;font-style:normal;color:#c4aa70}@media(min-width:769px){.hero-video-wrap{height:calc(100vh - 116px);min-height:620px;max-height:none}.hero-content{left:8%;right:auto;bottom:100px;padding:0}.hero-content h1{font-size:clamp(55px,6vw,88px);line-height:.92}.hero-description{font-size:12px}.hero-signature{right:42px;bottom:34px}}@media(max-width:380px){.hero-video-wrap{height:calc(100svh - 142px);min-height:520px}.hero-content{bottom:65px;padding-left:21px;padding-right:21px}.hero-content h1{font-size:38px}.hero-description{font-size:10px}.hero-button{height:44px;padding-left:16px;font-size:8px}}@media(max-width:768px){.hero{width:100%!important;margin:0!important;padding:0!important;border-radius:0!important}.hero-video-wrap{width:100%!important;aspect-ratio:9 / 16!important;min-height:0!important;max-height:none!important}.hero-overlay{background:linear-gradient(180deg,#0a0c0905,#0a0c0900 42%,#0a0c0929 58%,#0a0c09c7)!important}.hero-content{inset:auto 22px 62px!important;transform:none!important;padding:0!important}.hero-eyebrow{margin-bottom:11px!important;font-size:7px!important;letter-spacing:.3em!important}.hero-eyebrow:before{width:17px!important;margin-right:8px!important}.hero-content h1{max-width:310px!important;margin:0!important;font-size:clamp(36px,10vw,44px)!important;line-height:.94!important;letter-spacing:-.025em!important}.hero-content h1 em{color:#e7dbc3!important}.hero-description{max-width:235px!important;margin-top:14px!important;font-size:10px!important;line-height:1.55!important;color:#fffaf1c2!important}.hero-button{height:43px!important;margin-top:19px!important;padding:0 15px 0 17px!important;gap:17px!important;border:1px solid rgba(255,255,255,.72)!important;background:#f8f5eef2!important;font-size:8px!important;letter-spacing:.19em!important}.hero-button b{font-size:15px!important}.hero-signature{right:19px!important;left:auto!important;bottom:19px!important;font-size:6px!important;letter-spacing:.22em!important;opacity:.75}}@media(max-width:380px){.hero-content{left:19px!important;right:19px!important;bottom:57px!important}.hero-content h1{font-size:35px!important}.hero-description{font-size:9.5px!important}.hero-button{height:41px!important}}@media(min-width:769px){.hero{width:100%!important;height:calc(100vh - 116px)!important;min-height:620px!important;max-height:none!important;overflow:hidden!important;margin:0!important;padding:0!important;position:relative!important}.hero-video-wrap{width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;aspect-ratio:auto!important;position:relative!important;overflow:hidden!important}.hero-video{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;transform:none!important;object-fit:cover!important;object-position:center center!important}.hero-content{inset:auto auto 11% 6.2%!important;transform:none!important;width:460px!important;max-width:38vw!important;padding:0!important;z-index:5!important}.hero-eyebrow{margin-bottom:17px!important;font-size:8px!important;letter-spacing:.3em!important}.hero-content h1{width:450px!important;max-width:100%!important;margin:0!important;font-size:clamp(52px,5.3vw,82px)!important;line-height:.91!important;letter-spacing:-.035em!important;white-space:normal!important}.hero-description{max-width:350px!important;margin-top:22px!important;font-size:12px!important;line-height:1.65!important}.hero-button{height:49px!important;margin-top:27px!important;padding:0 18px 0 21px!important;gap:24px!important;font-size:9px!important;letter-spacing:.19em!important}.hero-signature{right:38px!important;left:auto!important;bottom:28px!important;font-size:7px!important;letter-spacing:.22em!important}}@media(max-width:768px){.categories{width:100%!important;box-sizing:border-box!important;padding:72px 18px 78px!important;background:#f7f3eb!important;overflow:hidden!important}.categories .section-heading{margin-bottom:34px!important;text-align:left!important;padding-left:5px!important}.categories .section-heading>p{margin:0 0 13px!important;font-family:Arial,Helvetica,sans-serif!important;font-size:7px!important;font-weight:700!important;letter-spacing:.3em!important;color:#8d7548!important;text-transform:uppercase!important}.categories .section-heading h2{margin:0!important;font-family:Georgia,Times New Roman,serif!important;font-size:34px!important;font-weight:400!important;line-height:.98!important;letter-spacing:-.025em!important;color:#1b231a!important}.categories .section-heading h2 em{font-style:italic!important;color:#716b5d!important}.categories .heading-line{margin-top:20px!important;width:100%!important;height:1px!important;background:#1c241b21!important;position:relative!important}.categories .heading-line span{position:absolute!important;left:0!important;top:50%!important;transform:translateY(-50%)!important;width:24px!important;height:24px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#f7f3eb!important;color:#a68b52!important;font-size:8px!important}.categories .category-grid{display:flex!important;flex-direction:column!important;gap:14px!important;width:100%!important;margin:0!important}.categories .category{position:relative!important;width:100%!important;height:270px!important;padding:0!important;margin:0!important;border:0!important;border-radius:0!important;overflow:hidden!important;background:#ded6c7!important;text-align:left!important;cursor:pointer!important}.categories .category-image{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;margin:0!important;overflow:hidden!important}.categories .category-image img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transform:scale(1.01)!important;transition:transform .8s cubic-bezier(.2,.7,.2,1)!important}.categories .category:active .category-image img{transform:scale(1.05)!important}.categories .category:after{content:"";position:absolute!important;inset:0!important;background:linear-gradient(180deg,#0c0f0b05 20%,#0c0f0b1f 48%,#0c0f0bb8)!important;pointer-events:none!important}.categories .category h3{position:absolute!important;left:20px!important;bottom:42px!important;z-index:3!important;margin:0!important;font-family:Georgia,Times New Roman,serif!important;font-size:27px!important;font-weight:400!important;letter-spacing:-.015em!important;color:#fffaf0!important;text-transform:none!important}.categories .category>span{position:absolute!important;left:21px!important;bottom:19px!important;z-index:4!important;font-family:Arial,Helvetica,sans-serif!important;font-size:7px!important;font-weight:700!important;letter-spacing:.22em!important;color:#fffaf0db!important}.categories .category>span:after{content:"↗";margin-left:9px;font-size:12px;font-weight:400}}@media(min-width:769px){.categories{padding:110px 5vw 120px!important;background:#f7f3eb!important}.categories .section-heading{max-width:620px;margin:0 auto 50px;text-align:center}.categories .section-heading>p{font-size:8px;font-weight:700;letter-spacing:.3em;color:#927a4b}.categories .section-heading h2{margin-top:16px;font-family:Georgia,Times New Roman,serif;font-size:52px;font-weight:400;line-height:.98;letter-spacing:-.03em;color:#1b231a}.categories .section-heading h2 em{font-style:italic;color:#716b5d}.categories .category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;max-width:1200px;margin:0 auto}.categories .category{position:relative;height:470px;overflow:hidden;border:0;padding:0;cursor:pointer}.categories .category-image{position:absolute;inset:0;width:100%;height:100%}.categories .category-image img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1)}.categories .category:hover .category-image img{transform:scale(1.04)}.categories .category:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(12,15,11,.72) 100%)}.categories .category h3{position:absolute;left:30px;bottom:55px;z-index:2;margin:0;font-family:Georgia,Times New Roman,serif;font-size:34px;font-weight:400;color:#fffaf0}.categories .category>span{position:absolute;left:31px;bottom:28px;z-index:2;font-size:8px;font-weight:700;letter-spacing:.22em;color:#fffaf0}}@media(max-width:768px){.categories{background:#f6f1e8!important;padding:76px 20px 90px!important;overflow:hidden!important}.categories .section-heading{padding:0!important;margin:0 0 42px!important;text-align:left!important}.categories .section-heading>p{margin:0 0 12px!important;font-size:8px!important;font-weight:700!important;letter-spacing:.28em!important;color:#a18450!important}.categories .section-heading h2{margin:0!important;font-family:Playfair Display,Georgia,serif!important;font-size:36px!important;font-weight:400!important;line-height:.98!important;letter-spacing:-.025em!important;color:#1d241b!important}.categories .section-heading h2 em{font-style:italic!important;color:#70685b!important}.categories .heading-line{margin-top:20px!important;justify-content:flex-start!important}.categories .heading-line:before{width:34px!important}.categories .heading-line:after{display:none!important}.categories .category-grid{display:flex!important;flex-direction:column!important;width:100%!important;max-width:none!important;gap:54px!important;padding:0!important;margin:0!important;overflow:visible!important}.categories .category{position:relative!important;width:100%!important;height:275px!important;flex:none!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important;display:block!important;text-align:left!important;transform:none!important;animation:none!important}.categories .category:before,.categories .category:after{content:none!important;display:none!important}.categories .category-image{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;clip-path:none!important;overflow:visible!important}.categories .category-image img{position:absolute!important;left:50%!important;top:46%!important;width:96%!important;height:96%!important;max-width:none!important;max-height:none!important;object-fit:contain!important;object-position:center!important;display:block!important;background:transparent!important;border:0!important;transform:translate(-50%,-50%)!important;filter:drop-shadow(0 20px 20px rgba(30,25,20,.17))!important;animation:aaraFloatUpDown 4.8s cubic-bezier(.45,0,.55,1) infinite!important;will-change:top,filter!important;pointer-events:none!important}.categories .category:nth-child(1) .category-image img{width:100%!important}.categories .category:nth-child(2) .category-image img{width:94%!important}.categories .category:nth-child(3) .category-image img{width:98%!important}.categories .category:nth-child(4) .category-image img{width:96%!important}.categories .category:nth-child(5) .category-image img{width:96%!important}.categories .category:nth-child(2) .category-image img{animation-delay:-1.2s!important}.categories .category:nth-child(3) .category-image img{animation-delay:-2.4s!important}.categories .category:nth-child(4) .category-image img{animation-delay:-3.6s!important}.categories .category:nth-child(5) .category-image img{animation-delay:-4.2s!important}@keyframes aaraFloatUpDown{0%,to{top:49%;filter:drop-shadow(0 18px 18px rgba(30,25,20,.17))}50%{top:42%;filter:drop-shadow(0 32px 20px rgba(30,25,20,.1))}}.categories .category-image{--aara-shadow-opacity: .2}.categories .category-image img{isolation:isolate}.categories .category-image{overflow:visible!important}.categories .category-image:before{content:""!important;display:block!important;position:absolute!important;left:25%!important;right:25%!important;bottom:25px!important;height:14px!important;border-radius:50%!important;background:#2d251b33!important;filter:blur(10px)!important;opacity:.45!important;animation:aaraShadowPulse 4.8s cubic-bezier(.45,0,.55,1) infinite!important;pointer-events:none!important}@keyframes aaraShadowPulse{0%,to{transform:scaleX(1);opacity:.42}50%{transform:scaleX(.55);opacity:.17}}.categories .category h3{position:absolute!important;left:2px!important;bottom:24px!important;margin:0!important;padding:0!important;z-index:5!important;font-family:Playfair Display,Georgia,serif!important;font-size:29px!important;font-weight:400!important;line-height:1!important;letter-spacing:-.02em!important;color:#1d241b!important;text-transform:none!important;text-shadow:none!important}.categories .category>span{position:absolute!important;left:3px!important;bottom:3px!important;z-index:5!important;margin:0!important;font-family:DM Sans,Arial,sans-serif!important;font-size:7px!important;font-weight:700!important;letter-spacing:.22em!important;color:#756c5d!important;text-transform:uppercase!important}.categories .category>span:after{content:""!important;margin:0!important}.categories .category:active{transform:none!important}.categories .category:active .category-image img{animation-play-state:paused!important;top:40%!important;filter:drop-shadow(0 34px 22px rgba(30,25,20,.13))!important}@media(prefers-reduced-motion:reduce){.categories .category-image img,.categories .category-image:before{animation:none!important}}}@media(max-width:768px){.categories{background:#f6f1e8!important;overflow:hidden!important}.categories .category-grid{display:flex!important;flex-direction:column!important;gap:48px!important;width:100%!important;padding:10px 0 30px!important}.categories .category{position:relative!important;width:100%!important;height:280px!important;padding:0!important;margin:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important;text-align:left!important;transform:none!important;animation:none!important}.categories .category:before,.categories .category:after{content:none!important;display:none!important}.categories .category-image{position:absolute!important;left:0!important;top:0!important;width:100%!important;height:235px!important;margin:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;clip-path:none!important;overflow:visible!important;transform:translateY(0)!important;animation:aaraJewelleryFloat 4s ease-in-out infinite!important;will-change:transform!important}.categories .category-image img{position:absolute!important;left:50%!important;top:50%!important;width:96%!important;height:96%!important;max-width:none!important;object-fit:contain!important;object-position:center!important;display:block!important;margin:0!important;background:transparent!important;border:0!important;transform:translate(-50%,-50%)!important;animation:none!important;filter:drop-shadow(0 12px 12px rgba(30,25,20,.16))!important;pointer-events:none!important}.categories .category-image:before{content:""!important;display:block!important;position:absolute!important;left:27%!important;right:27%!important;bottom:5px!important;height:14px!important;border-radius:50%!important;background:#1e19142e!important;filter:blur(9px)!important;opacity:.55!important;animation:aaraFloatingShadow 4s ease-in-out infinite!important;pointer-events:none!important}@keyframes aaraJewelleryFloat{0%,to{transform:translateY(5px)}50%{transform:translateY(-18px)}}@keyframes aaraFloatingShadow{0%,to{transform:scaleX(1);opacity:.48}50%{transform:scaleX(.55);opacity:.16}}.categories .category:nth-child(2) .category-image{animation-delay:-.8s!important}.categories .category:nth-child(3) .category-image{animation-delay:-1.6s!important}.categories .category:nth-child(4) .category-image{animation-delay:-2.4s!important}.categories .category:nth-child(5) .category-image{animation-delay:-3.2s!important}.categories .category:nth-child(2) .category-image:before{animation-delay:-.8s!important}.categories .category:nth-child(3) .category-image:before{animation-delay:-1.6s!important}.categories .category:nth-child(4) .category-image:before{animation-delay:-2.4s!important}.categories .category:nth-child(5) .category-image:before{animation-delay:-3.2s!important}.categories .category h3{position:absolute!important;left:0!important;bottom:24px!important;z-index:5!important;margin:0!important;font-family:Playfair Display,Georgia,serif!important;font-size:28px!important;font-weight:400!important;line-height:1!important;color:#1d241b!important}.categories .category>span{position:absolute!important;left:1px!important;bottom:2px!important;z-index:5!important;font-family:DM Sans,Arial,sans-serif!important;font-size:7px!important;font-weight:700!important;letter-spacing:.22em!important;color:#756c5d!important}.categories .category:active .category-image{animation-play-state:paused!important;transform:translateY(-20px)!important}@media(prefers-reduced-motion:reduce){.categories .category-image,.categories .category-image:before{animation:none!important}}}@media(max-width:768px){.categories{position:relative!important;background:#f6f1e8!important;padding:70px 0 90px!important;overflow:hidden!important}.categories .category-grid{display:none!important}.category-orbit{position:relative!important;width:100%!important;height:460px!important;margin-top:20px!important;overflow:visible!important;touch-action:pan-y!important}.category-orbit-item{position:absolute!important;border:0!important;padding:0!important;margin:0!important;background:transparent!important;text-align:left!important;cursor:pointer!important;transition:left .65s cubic-bezier(.22,.61,.36,1),top .65s cubic-bezier(.22,.61,.36,1),transform .65s cubic-bezier(.22,.61,.36,1),opacity .65s ease,filter .65s ease!important;will-change:left,top,transform!important}.category-orbit-item.position-0{left:10px!important;top:205px!important;width:225px!important;z-index:10!important;transform:scale(1)!important;opacity:1!important;filter:none!important}.category-orbit-item.position-1{left:148px!important;top:105px!important;width:165px!important;z-index:8!important;transform:scale(.88)!important;opacity:.78!important;filter:saturate(.82)!important}.category-orbit-item.position-2{left:205px!important;top:12px!important;width:118px!important;z-index:6!important;transform:scale(.78)!important;opacity:.48!important;filter:saturate(.68)!important}.category-orbit-item.position-3,.category-orbit-item.position-4{left:270px!important;top:-60px!important;width:85px!important;z-index:2!important;transform:scale(.65)!important;opacity:0!important;pointer-events:none!important}.category-orbit-image{position:relative!important;width:100%!important;aspect-ratio:1!important;border-radius:50%!important;background:#ffffff38!important;border:1px solid rgba(164,139,91,.22)!important;overflow:visible!important;box-shadow:0 25px 55px #352b1f21!important;transition:box-shadow .65s ease!important}.category-orbit-image img{position:absolute!important;left:50%!important;top:50%!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;transform:translate(-50%,-50%)!important;background:transparent!important;border-radius:50%!important;filter:drop-shadow(0 16px 17px rgba(31,25,20,.16))!important;pointer-events:none!important}.position-0 .category-orbit-image{box-shadow:0 30px 65px #352b1f2e!important}.category-orbit-info{margin-top:13px!important;text-align:left!important}.category-orbit-info h3{margin:0!important;font-family:Playfair Display,Georgia,serif!important;font-size:25px!important;font-weight:400!important;line-height:1!important;color:#1c241b!important}.category-orbit-info span{display:block!important;margin-top:7px!important;font-family:DM Sans,Arial,sans-serif!important;font-size:7px!important;font-weight:700!important;letter-spacing:.22em!important;color:#796b58!important}.category-orbit-hint{position:absolute!important;right:20px!important;bottom:10px!important;display:flex!important;align-items:center!important;gap:8px!important;font-family:DM Sans,Arial,sans-serif!important;font-size:7px!important;font-weight:700!important;letter-spacing:.22em!important;color:#8b7b64!important;pointer-events:none!important}.category-orbit-hint span{font-size:13px!important;font-weight:400!important;line-height:1!important}.category-orbit-item.position-0:active{transform:scale(.96)!important}@media(max-width:380px){.category-orbit{height:425px!important}.category-orbit-item.position-0{left:5px!important;top:190px!important;width:205px!important}.category-orbit-item.position-1{left:132px!important;top:100px!important;width:150px!important}.category-orbit-item.position-2{left:190px!important;top:15px!important;width:105px!important}}}@media(min-width:769px){.categories{background:#f6f1e8!important;padding:105px 5vw 120px!important;overflow:hidden!important}.categories .category-orbit{position:relative!important;width:min(1280px,100%)!important;height:430px!important;margin:0 auto!important;display:flex!important;align-items:flex-start!important;justify-content:center!important;gap:18px!important;overflow:visible!important}.categories .category-orbit-item,.categories .category-orbit-item.position-0,.categories .category-orbit-item.position-1,.categories .category-orbit-item.position-2,.categories .category-orbit-item.position-3,.categories .category-orbit-item.position-4{position:relative!important;left:auto!important;top:auto!important;width:230px!important;flex:0 0 230px!important;height:350px!important;padding:0!important;margin:0!important;border:0!important;border-radius:0!important;background:transparent!important;opacity:1!important;filter:none!important;transform:none!important;text-align:center!important;pointer-events:auto!important}.categories .category-orbit-image{position:relative!important;width:230px!important;height:270px!important;margin:0 auto!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important}.categories .category-orbit-image img{position:absolute!important;left:50%!important;top:50%!important;width:100%!important;height:100%!important;object-fit:contain!important;transform:translate(-50%,-50%)!important;border:0!important;border-radius:0!important;background:transparent!important;filter:drop-shadow(0 18px 18px rgba(30,25,20,.14))!important;transition:transform .6s cubic-bezier(.2,.75,.2,1),filter .6s ease!important}.categories .category-orbit-item:nth-child(1){margin-top:28px!important}.categories .category-orbit-item:nth-child(2){margin-top:0!important}.categories .category-orbit-item:nth-child(3){margin-top:42px!important}.categories .category-orbit-item:nth-child(4){margin-top:8px!important}.categories .category-orbit-item:nth-child(5){margin-top:55px!important}.categories .category-orbit-item:hover .category-orbit-image img{transform:translate(-50%,-50%) translateY(-12px) scale(1.045)!important;filter:drop-shadow(0 28px 22px rgba(30,25,20,.19))!important}.categories .category-orbit-info{margin-top:0!important;text-align:center!important}.categories .category-orbit-info h3{margin:0!important;font-family:Playfair Display,Georgia,serif!important;font-size:27px!important;font-weight:400!important;line-height:1!important;color:#1c241b!important}.categories .category-orbit-info span{display:block!important;margin-top:9px!important;font-family:DM Sans,Arial,sans-serif!important;font-size:8px!important;font-weight:700!important;letter-spacing:.22em!important;color:#806d50!important}.categories .category-orbit-hint{display:none!important}}@media(max-width:768px){.categories .section-heading{width:100%!important;padding:0 20px!important;margin:0 auto 34px!important;text-align:center!important}.categories .section-heading>p{text-align:center!important}.categories .section-heading h2{text-align:center!important}.categories .heading-line{justify-content:center!important;margin-left:auto!important;margin-right:auto!important}.categories .heading-line:before,.categories .heading-line:after{display:block!important}}.aara-whatsapp{position:fixed;right:28px;bottom:28px;z-index:9999;width:68px;height:68px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#1f2d24;color:#fff;box-shadow:0 14px 35px #0000002e,0 0 0 1px #d8b87959;overflow:visible;transition:width .45s ease,border-radius .45s ease,transform .3s ease,box-shadow .3s ease}.aara-whatsapp:hover{width:235px;border-radius:40px;transform:translateY(-3px);box-shadow:0 18px 45px #00000038,0 0 0 1px #d8b87980}.aara-whatsapp-ring{position:absolute;inset:-8px;border-radius:50%;border:1px solid rgba(184,148,91,.35);pointer-events:none}.ring-one{animation:aaraWhatsappPulse 2.6s ease-out infinite}.ring-two{inset:-15px;border-color:#b8945b26;animation:aaraWhatsappPulse 2.6s ease-out .8s infinite}@keyframes aaraWhatsappPulse{0%{transform:scale(.85);opacity:.75}70%{transform:scale(1.08);opacity:0}to{transform:scale(1.08);opacity:0}}.aara-whatsapp-orbit{position:absolute;top:8px;right:8px;width:17px;height:17px;display:flex;align-items:center;justify-content:center;color:var(--gold-light);font-size:12px;animation:aaraWhatsappSparkle 2s ease-in-out infinite}@keyframes aaraWhatsappSparkle{0%,to{transform:rotate(0) scale(1);opacity:.7}50%{transform:rotate(18deg) scale(1.25);opacity:1}}.aara-whatsapp-icon{position:relative;z-index:3;width:31px;height:31px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.aara-whatsapp-icon svg{width:31px;height:31px;fill:none;stroke:#fff;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.aara-whatsapp-label{display:flex;flex-direction:column;max-width:0;margin-left:0;opacity:0;overflow:hidden;white-space:nowrap;transition:max-width .4s ease,margin-left .4s ease,opacity .3s ease}.aara-whatsapp:hover .aara-whatsapp-label{max-width:155px;margin-left:12px;opacity:1}.aara-whatsapp-label small{margin-bottom:4px;color:var(--gold-light);font-size:8px;letter-spacing:2.5px}.aara-whatsapp-label strong{color:#fff;font-size:11px;font-weight:500;letter-spacing:1.8px}@media(max-width:700px){.aara-whatsapp{right:18px;bottom:86px;width:58px;height:58px}.aara-whatsapp:hover{width:58px;height:58px;border-radius:50%;transform:none}.aara-whatsapp-icon,.aara-whatsapp-icon svg{width:27px;height:27px}.aara-whatsapp-label{display:none}.aara-whatsapp-orbit{top:6px;right:6px;font-size:10px}.aara-whatsapp-ring{inset:-6px}.ring-two{inset:-11px}}.aara-3d-section{position:relative;height:220vh;background:#f7f3ed}.aara-3d-sticky{position:sticky;top:0;width:100%;height:100vh;min-height:650px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at center,#fffdf9,#f7f3ed 48%,#eee5d8)}.aara-3d-sticky canvas{position:absolute!important;inset:0;width:100%!important;height:100%!important}.aara-3d-caption{position:absolute;left:8%;bottom:12%;z-index:3;display:flex;flex-direction:column;gap:12px;pointer-events:none}.aara-3d-caption span{color:var(--gold);font-size:10px;letter-spacing:4px}.aara-3d-caption strong{font-family:Playfair Display,serif;font-size:clamp(30px,4vw,58px);font-weight:400;line-height:1.05}.aara-3d-scroll{position:absolute;right:7%;bottom:10%;z-index:3;color:#77716a;font-size:9px;letter-spacing:3px;writing-mode:vertical-rl;transform:rotate(180deg);pointer-events:none}@media(max-width:700px){.aara-3d-section{height:190vh}.aara-3d-sticky{min-height:600px}.aara-3d-caption{left:22px;bottom:105px}.aara-3d-caption span{font-size:8px;letter-spacing:3px}.aara-3d-caption strong{max-width:240px;font-size:34px}.aara-3d-scroll{right:18px;bottom:105px;font-size:7px;letter-spacing:2px}}.aara-hero-ring{position:fixed;top:50%;right:8%;width:320px;height:320px;transform:translateY(-50%);z-index:4;pointer-events:none;opacity:1}.aara-hero-ring canvas{width:100%!important;height:100%!important;display:block}@media(max-width:768px){.aara-hero-ring{top:43%;right:3%;width:190px;height:190px;m:translateY(-50%)}.aara-hero-ring transfor .aara-hero-ring{position:fixed!important;top:50%!important;right:2%!important;width:490px!important;height:490px!important;transform:translateY(-50%)!important;z-index:4!important;pointer-events:none!important;overflow:visible!important}.aara-hero-ring .aara-hero-ring canvas{width:100%!important;height:100%!important;display:block!important}.aara-hero-ring .aara-hero-ring{top:43%!important;right:-1%!important;width:270px!important;height:270px!important;transform:translateY(-50%)!important}}
