@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}@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 .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:84px;height:44px;padding:0 14px;font-size:8.5px;letter-spacing:1.1px}.colour-swatch{width:15px;height:15px;flex-basis:15px}}.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}}.products-section{position:relative;overflow:hidden;padding:125px 4.5% 120px!important;background:radial-gradient(circle at 15% 10%,rgba(255,255,255,.95),transparent 30%),radial-gradient(circle at 85% 15%,rgba(216,184,121,.12),transparent 27%),linear-gradient(145deg,#f5f0e8,#ebe4d9 48%,#f7f3ed)!important}.products-section:before{content:"";position:absolute;width:500px;height:500px;top:-260px;left:-180px;background:#ffffff7a;border-radius:50%;filter:blur(40px);pointer-events:none}.products-section:after{content:"";position:absolute;width:420px;height:420px;right:-220px;bottom:-210px;background:#b8945b14;border-radius:50%;filter:blur(35px);pointer-events:none}.products-section .section-heading{position:relative;z-index:2;max-width:780px;margin:0 auto 55px!important;text-align:center}.products-section .section-heading>p{margin-bottom:15px;font-size:9px;font-weight:600;letter-spacing:4px;text-transform:uppercase;color:var(--gold)}.products-section .section-heading h2{color:#171411;font-family:Playfair Display,serif;font-size:clamp(48px,5vw,70px);font-weight:400;line-height:.98;letter-spacing:-1.3px;text-shadow:0 1px 0 rgba(255,255,255,.8)}.products-section .heading-line{margin-top:22px}.products-section .section-description{margin-top:17px;color:#746f67;font-size:13px;line-height:1.7}.products-section .product-toolbar{position:relative;z-index:4;width:min(1420px,100%);margin:0 auto 35px!important;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid rgba(255,255,255,.7);border-radius:18px;background:linear-gradient(145deg,#ffffff9e,#ece5da7a);box-shadow:10px 10px 24px #5e52431f,-8px -8px 20px #ffffffb8,inset 0 1px #ffffffa6;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.products-section .category-filters{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.products-section .category-filters button{position:relative;min-height:36px;padding:8px 15px;border:1px solid rgba(173,163,149,.28);border-radius:999px;background:linear-gradient(145deg,#ffffffb8,#e6dfd594);color:#5f5952;font-size:8px;font-weight:600;letter-spacing:1.4px;box-shadow:4px 4px 9px #6257481a,-3px -3px 8px #ffffffb8;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,color .25s ease}.products-section .category-filters button:hover{transform:translateY(-2px);box-shadow:6px 7px 13px #62574821,-4px -4px 10px #ffffffc7}.products-section .category-filters button.active{border-color:#b8945b73;background:linear-gradient(145deg,#d8b879,#b8945b);color:#fff;box-shadow:inset 2px 2px 5px #5b42202e,inset -2px -2px 5px #ffffff2e,5px 6px 12px #624c2c29}.products-section .clear-search{border:0;background:transparent;color:var(--gold);font-size:9px;letter-spacing:1.2px;text-transform:uppercase}.products-section .price-filter,.products-section .sort-control{display:flex;align-items:center;gap:8px}.products-section .price-filter label,.products-section .sort-control label{color:#847c72;font-size:8px;font-weight:600;letter-spacing:1.6px}.products-section .price-filter select,.products-section .sort-control select{height:38px;min-width:150px;padding:0 34px 0 13px;border:1px solid rgba(166,156,142,.25);border-radius:999px;outline:none;background:linear-gradient(145deg,#ffffffc2,#e5ddd291);color:#48433d;font-size:9px;box-shadow:inset 2px 2px 5px #675a4812,inset -2px -2px 5px #ffffffb3,4px 4px 10px #5a4e3f14}.products-section .product-grid{position:relative;z-index:2;width:min(1420px,100%);max-width:none;margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:38px 23px!important}.products-section .product-card{position:relative;min-width:0;padding:10px;border-radius:24px;border:1px solid rgba(255,255,255,.74);background:linear-gradient(145deg,#ffffff7d,#e2dacf61);box-shadow:11px 12px 25px #5b50411f,-10px -10px 25px #ffffffb8,inset 0 1px #ffffffc2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:transform .4s cubic-bezier(.2,.7,.2,1),box-shadow .4s ease}.products-section .product-card:hover{transform:translateY(-7px);box-shadow:17px 18px 34px #5b504129,-12px -12px 27px #ffffffd1,inset 0 1px #ffffffd1}.products-section .product-image{position:relative;aspect-ratio:.82;overflow:hidden;border-radius:17px;border:1px solid rgba(255,255,255,.75);background:radial-gradient(circle at 50% 35%,#fffdf9,#f4eee5 57%,#e7ded1);box-shadow:inset 4px 4px 10px #6c5c4814,inset -4px -4px 10px #ffffffe6}.products-section .product-image:before{content:"";position:absolute;inset:7px;z-index:1;border-radius:13px;border:1px solid rgba(255,255,255,.42);pointer-events:none}.products-section .product-image img{position:relative;z-index:0;width:100%;height:100%;object-fit:cover;transform:scale(1);transition:transform .8s cubic-bezier(.15,.7,.2,1),filter .5s ease}.products-section .product-card:hover .product-image img{transform:scale(1.06);filter:saturate(1.02) contrast(1.01)}.products-section .discount{top:17px;left:17px;width:auto;height:auto;min-width:0;padding:7px 9px;border-radius:999px;background:linear-gradient(145deg,#d8b879,#b8945b);color:#fff;font-size:7px;font-weight:700;letter-spacing:1.1px;box-shadow:4px 5px 10px #5b482a2e,inset 1px 1px 2px #ffffff47}.products-section .wishlist{top:16px;right:16px;width:39px;height:39px;border-radius:50%;border:1px solid rgba(255,255,255,.65);background:linear-gradient(145deg,#ffffffd6,#e3dcd2b8);color:#332e28;font-size:19px;box-shadow:5px 6px 13px #5c504124,-4px -4px 10px #fffc;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:transform .25s ease,box-shadow .25s ease,color .25s ease}.products-section .wishlist:hover{transform:translateY(-2px) scale(1.05);box-shadow:7px 8px 15px #5c504129,-5px -5px 11px #ffffffd9}.products-section .wishlist.selected{color:#a35f61;background:linear-gradient(145deg,#fff7f4,#eadbd7)}.products-section .quick-shop{left:18px;right:18px;bottom:18px;height:44px;border:1px solid rgba(255,255,255,.55);border-radius:13px;background:#ffffffbd;color:#25211d;font-size:8px;font-weight:600;letter-spacing:2px;box-shadow:6px 7px 15px #53483a24,-4px -4px 10px #fffc;backdrop-filter:blur(13px);-webkit-backdrop-filter:blur(13px);opacity:0;transform:translateY(14px);transition:opacity .3s ease,transform .35s ease,background .3s ease}.products-section .product-card:hover .quick-shop{opacity:1;transform:translateY(0)}.products-section .quick-shop:hover{background:#1f2d24f0;color:#fff}.products-section .product-info{padding:16px 3px 4px!important}.products-section .product-info h3{min-height:42px;color:#1b1815;font-family:Playfair Display,serif;font-size:16px;font-weight:500;line-height:1.35;letter-spacing:-.1px}.products-section .product-info h3:hover{color:var(--gold);opacity:1}.products-section .price{display:flex;align-items:center;gap:9px;margin-top:8px}.products-section .price span{color:#25211d;font-size:13px;font-weight:700}.products-section .price del{color:#999087;font-size:10px}.products-section .product-info small{display:block;margin-top:8px;color:#986161;font-size:7px;letter-spacing:1.1px;text-transform:uppercase}.products-section .card-add-button{position:relative;width:100%;min-height:44px!important;margin-top:14px!important;padding:10px 12px;overflow:hidden;border:1px solid rgba(255,255,255,.48);border-radius:12px;background:linear-gradient(145deg,#30443a,#1f2d24);color:#fff;font-size:8px;font-weight:700;letter-spacing:1.8px;box-shadow:5px 6px 12px #2c312c2e,inset 1px 1px 2px #ffffff1a,inset -2px -2px 5px #0000001a;transition:transform .25s ease,box-shadow .25s ease,background .3s ease}.products-section .card-add-button:hover:not(:disabled){transform:translateY(-2px);background:linear-gradient(145deg,#b8945b,#d8b879);color:#181511;box-shadow:7px 8px 16px #5b482a30,inset 1px 1px 2px #ffffff4d}.products-section .card-add-button:active:not(:disabled){transform:translateY(1px);box-shadow:inset 3px 3px 7px #0000002e}.products-section .card-add-button:disabled{opacity:.42}.products-section .view-all{display:flex;align-items:center;justify-content:center;width:fit-content;min-width:210px;margin:60px auto 0;padding:15px 26px;border:1px solid rgba(165,153,138,.35);border-radius:999px;background:linear-gradient(145deg,#ffffffb8,#e1d9ce8c);color:#302b26;font-size:9px;font-weight:700;letter-spacing:2px;box-shadow:6px 7px 14px #5b50411f,-5px -5px 12px #ffffffc7;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,color .25s ease}.products-section .view-all:hover{transform:translateY(-2px);background:linear-gradient(145deg,#30443a,#1f2d24);color:#fff;box-shadow:9px 10px 20px #483e322b,-5px -5px 12px #ffffffbf}.products-section .products-loading,.products-section .products-error,.products-section .products-empty{min-height:210px;display:flex;align-items:center;justify-content:center;padding:40px 20px;border-radius:20px;border:1px solid rgba(255,255,255,.62);background:linear-gradient(145deg,#ffffff85,#e5ddd361);box-shadow:8px 8px 18px #594d3e1a,-7px -7px 17px #ffffffb3;color:#706960;font-size:11px;letter-spacing:1.3px}@media(max-width:1050px){.products-section{padding-left:4%;padding-right:4%}.products-section .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:30px 16px!important}.products-section .product-toolbar{flex-wrap:wrap}}@media(max-width:700px){.products-section{padding:82px 0 90px!important;background:radial-gradient(circle at 20% 0%,rgba(255,255,255,.85),transparent 36%),radial-gradient(circle at 100% 30%,rgba(216,184,121,.08),transparent 35%),linear-gradient(150deg,#f4efe8,#ebe4d9 52%,#f6f2ec)!important}.products-section .section-heading{padding:0 20px;margin-bottom:32px!important}.products-section .section-heading>p{margin-bottom:13px;font-size:7.5px;letter-spacing:3.5px}.products-section .section-heading h2{font-size:43px!important;line-height:1;letter-spacing:-.8px}.products-section .section-description{margin-top:13px;font-size:10.5px}.products-section .product-toolbar{width:calc(100% - 24px);margin:0 auto 25px!important;padding:11px;display:flex;flex-direction:column;align-items:stretch;border-radius:17px;gap:11px}.products-section .category-filters{flex-wrap:nowrap;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.products-section .category-filters::-webkit-scrollbar{display:none}.products-section .category-filters button{flex:0 0 auto;min-height:32px;padding:7px 12px;font-size:7px;letter-spacing:1.1px}.products-section .price-filter,.products-section .sort-control{flex:1;width:100%;justify-content:space-between}.products-section .price-filter select,.products-section .sort-control select{flex:1;width:100%;min-width:0;height:34px;font-size:8px;border-radius:999px}.products-section .product-grid{width:calc(100% - 18px);grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:23px 9px!important}.products-section .product-card{padding:7px;border-radius:18px;box-shadow:8px 8px 17px #584c3d1f,-7px -7px 16px #ffffffc2,inset 0 1px #ffffffc7}.products-section .product-card:hover{transform:translateY(-3px)}.products-section .product-image{aspect-ratio:.8;border-radius:13px}.products-section .product-image:before{inset:5px;border-radius:10px}.products-section .product-image img{transform:none!important;filter:none!important}.products-section .discount{top:9px;left:9px;padding:5px 7px;font-size:6px}.products-section .wishlist{top:8px;right:8px;width:31px;height:31px;min-width:31px;font-size:15px}.products-section .quick-shop{display:none!important}.products-section .product-info{padding:10px 2px 3px!important}.products-section .product-info h3{min-height:34px;height:34px;font-size:11.5px!important;line-height:1.35!important}.products-section .price{margin-top:5px;gap:5px}.products-section .price span{font-size:10.5px}.products-section .price del{font-size:8.5px}.products-section .card-add-button{min-height:36px!important;margin-top:9px!important;padding:8px 4px!important;border-radius:10px;font-size:6.8px!important;letter-spacing:1px!important}.products-section .view-all{min-width:180px;margin-top:43px;padding:13px 20px;font-size:7.5px;letter-spacing:1.6px}}@media(max-width:380px){.products-section .product-grid{width:calc(100% - 14px);gap:20px 7px!important}.products-section .product-card{padding:6px;border-radius:16px}.products-section .product-info h3{min-height:32px;height:32px;font-size:10.5px!important}.products-section .card-add-button{min-height:34px!important;font-size:6.2px!important;letter-spacing:.8px!important}}@media(prefers-reduced-motion:reduce){.products-section *,.products-section *:before,.products-section *:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.brand-video-section{position:relative!important;width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:72px 0!important;overflow:hidden!important;background:radial-gradient(circle at 15% 50%,rgba(255,255,255,.85),transparent 30%),radial-gradient(circle at 85% 50%,rgba(216,184,121,.1),transparent 30%),linear-gradient(145deg,#f4efe8,#e9e1d6,#f6f2ec)!important}.brand-video-section:before{content:"";position:absolute;width:480px;height:480px;left:-240px;top:50%;transform:translateY(-50%);border-radius:50%;background:#ffffff8c;filter:blur(55px);pointer-events:none}.brand-video-section:after{content:"";position:absolute;width:380px;height:380px;right:-200px;top:50%;transform:translateY(-50%);border-radius:50%;background:#b8945b14;filter:blur(50px);pointer-events:none}.brand-video-section .brand-video{position:relative!important;z-index:2;width:min(1400px,calc(100% - 90px))!important;aspect-ratio:2 / 1!important;height:auto!important;margin:0 auto!important;padding:10px!important;overflow:hidden!important;border-radius:30px!important;border:1px solid rgba(255,255,255,.78)!important;background:linear-gradient(145deg,#ffffffb8,#ded6cb7a)!important;box-shadow:18px 20px 42px #5246362b,-14px -14px 34px #ffffffd1,inset 0 1px #ffffffe6!important;line-height:0!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:transform .55s cubic-bezier(.2,.7,.2,1),box-shadow .55s ease!important}@media(hover:hover)and (pointer:fine){.brand-video-section .brand-video:hover{transform:translateY(-5px);box-shadow:24px 27px 52px #52463636,-17px -17px 38px #ffffffde,inset 0 1px #ffffffeb!important}}.brand-video-section .brand-video:before{content:"";position:absolute;inset:10px;z-index:3;border-radius:21px;border:1px solid rgba(255,255,255,.3);box-shadow:inset 0 1px #fff3;pointer-events:none}.brand-video-section .brand-video video{position:relative;z-index:1;display:block!important;width:100%!important;height:100%!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;border-radius:21px!important;background:#e5ddd2!important;-webkit-appearance:none!important;transform:scale(1.001);transition:transform 1.1s cubic-bezier(.15,.7,.2,1),filter .6s ease!important}@media(hover:hover)and (pointer:fine){.brand-video-section .brand-video:hover video{transform:scale(1.025);filter:saturate(1.03) contrast(1.01)}}.brand-video-section+.brand-video-section{padding-top:0!important}.brand-video-section+.brand-video-section .brand-video{box-shadow:16px 18px 38px #52463624,-13px -13px 31px #ffffffc7,inset 0 1px #ffffffe0!important}.brand-video-section .brand-video:after{content:"✦";position:absolute;z-index:4;right:22px;bottom:17px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(255,255,255,.42);background:#18141061;color:#d8b879;font-size:11px;line-height:1;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:4px 5px 12px #14110d24,inset 1px 1px 2px #ffffff24;pointer-events:none}@media(min-width:1200px){.brand-video-section{padding:82px 0!important}.brand-video-section .brand-video{width:min(1440px,calc(100% - 100px))!important;padding:12px!important;border-radius:34px!important}.brand-video-section .brand-video video{border-radius:24px!important}}@media(min-width:769px)and (max-width:1199px){.brand-video-section{padding:58px 0!important}.brand-video-section .brand-video{width:calc(100% - 56px)!important;padding:9px!important;border-radius:26px!important}.brand-video-section .brand-video video{border-radius:18px!important}}@media(max-width:768px){.brand-video-section{padding:42px 0!important}.brand-video-section .brand-video{width:calc(100% - 24px)!important;aspect-ratio:2 / 1!important;padding:7px!important;border-radius:19px!important;box-shadow:9px 10px 21px #52463624,-8px -8px 18px #fffc,inset 0 1px #ffffffd1!important}.brand-video-section .brand-video video{width:100%!important;height:100%!important;aspect-ratio:2 / 1!important;object-fit:cover!important;border-radius:13px!important;transform:none!important}.brand-video-section .brand-video:before{inset:7px;border-radius:12px}.brand-video-section .brand-video:after{right:13px;bottom:12px;width:25px;height:25px;font-size:9px}.brand-video-section+.brand-video-section{padding-top:0!important}}@media(max-width:380px){.brand-video-section{padding:34px 0!important}.brand-video-section .brand-video{width:calc(100% - 18px)!important;padding:6px!important;border-radius:17px!important}.brand-video-section .brand-video video{border-radius:12px!important}}@media(prefers-reduced-motion:reduce){.brand-video-section .brand-video,.brand-video-section .brand-video video{transition:none!important;transform:none!important}}.products-section .product-colours{margin-top:11px;display:flex;flex-direction:column;gap:7px}.products-section .product-colours-label{display:block;color:#8a8176;font-size:7px;font-weight:700;letter-spacing:1.8px;line-height:1;text-transform:uppercase}.products-section .product-colour-list{display:flex;align-items:center;flex-wrap:wrap;gap:7px}.products-section .product-colour-chip{display:inline-flex;align-items:center;gap:6px;min-height:27px;padding:5px 9px;border:1px solid rgba(155,144,129,.25);border-radius:999px;background:linear-gradient(145deg,#ffffffd1,#e5ddd38c);color:#5d564e;font-size:7.5px;font-weight:500;letter-spacing:.25px;box-shadow:4px 4px 8px #564a3c1a,-3px -3px 8px #fffc;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,color .25s ease,background .25s ease}.products-section .product-colour-chip:hover{transform:translateY(-2px);border-color:#b8945b8c;color:#3d362f;background:linear-gradient(145deg,#fffffff0,#ebe2d6b3);box-shadow:6px 7px 12px #564a3c1f,-4px -4px 9px #ffffffe0}.products-section .product-colour-dot{position:relative;width:10px;height:10px;flex:0 0 10px;border-radius:50%;border:1px solid rgba(45,38,31,.15);background:radial-gradient(circle at 30% 25%,#fffdf9,#d7c2a2 42%,#a07b49);box-shadow:inset 1px 1px 2px #ffffffd9,1px 1px 3px #48392826;transition:transform .25s ease,box-shadow .25s ease}.products-section .product-colour-chip:hover .product-colour-dot{transform:scale(1.15);box-shadow:inset 1px 1px 2px #ffffffe6,2px 2px 4px #4839282e}.products-section .product-colour-chip[data-colour=gold] .product-colour-dot,.products-section .product-colour-chip[data-color=gold] .product-colour-dot{background:radial-gradient(circle at 30% 25%,#fff4c9,#d8b879 43%,#987039)}.products-section .product-colour-chip[data-colour=silver] .product-colour-dot,.products-section .product-colour-chip[data-color=silver] .product-colour-dot{background:radial-gradient(circle at 30% 25%,#fff,#d9dce0 45%,#8d9398)}.products-section .product-colour-chip[data-colour="rose gold"] .product-colour-dot,.products-section .product-colour-chip[data-color="rose gold"] .product-colour-dot{background:radial-gradient(circle at 30% 25%,#ffe4dd,#d99a87 45%,#965d51)}.products-section .product-colour-chip[data-colour=black] .product-colour-dot,.products-section .product-colour-chip[data-color=black] .product-colour-dot{background:radial-gradient(circle at 30% 25%,#59534d,#25221f,#0e0d0c)}.products-section .product-colour-chip[data-colour=white] .product-colour-dot,.products-section .product-colour-chip[data-color=white] .product-colour-dot{background:radial-gradient(circle at 30% 25%,#fff,#f4f0e9 55%,#c8c0b4)}.products-section .product-colour-chip[data-colour=blue] .product-colour-dot,.products-section .product-colour-chip[data-color=blue] .product-colour-dot{background:radial-gradient(circle at 30% 25%,#e6f3ff,#9ac0d7 48%,#577d98)}.products-section .product-colour-chip[data-colour=green] .product-colour-dot,.products-section .product-colour-chip[data-color=green] .product-colour-dot{background:radial-gradient(circle at 30% 25%,#e5f2e8,#8faf91 48%,#4f6c53)}.products-section .product-colour-chip[data-colour=pink] .product-colour-dot,.products-section .product-colour-chip[data-color=pink] .product-colour-dot{background:radial-gradient(circle at 30% 25%,#fff0f3,#dba0ad 48%,#9c5d6a)}.products-section .product-colour-more{display:inline-flex;align-items:center;justify-content:center;min-width:27px;height:27px;padding:0 8px;border:1px solid rgba(155,144,129,.25);border-radius:999px;background:linear-gradient(145deg,#ffffffc7,#e2dacf8c);color:#776e64;font-size:7px;box-shadow:4px 4px 8px #564a3c14,-3px -3px 7px #ffffffc7;transition:transform .25s ease,box-shadow .25s ease}.products-section .product-colour-more:hover{transform:translateY(-2px);box-shadow:5px 6px 10px #564a3c1c,-4px -4px 9px #ffffffd9}.products-section .card-add-button{position:relative;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important}.products-section .card-add-button:before{content:"";width:12px;height:11px;flex:0 0 12px;display:inline-block;border:1.25px solid currentColor;border-radius:3px;box-sizing:border-box}.products-section .card-add-button:after{content:"";position:absolute;width:6px;height:4px;left:calc(50% - 34px);top:50%;transform:translateY(-9px);border:1.25px solid currentColor;border-bottom:0;border-radius:6px 6px 0 0;box-sizing:border-box}@media(max-width:700px){.products-section .product-colours{margin-top:7px;gap:5px}.products-section .product-colours-label{font-size:6px;letter-spacing:1.35px}.products-section .product-colour-list{gap:4px}.products-section .product-colour-chip{min-height:22px;padding:4px 7px;gap:4px;font-size:6px}.products-section .product-colour-dot{width:7px;height:7px;flex-basis:7px}.products-section .product-colour-more{height:22px;min-width:22px;padding:0 6px;font-size:6px}.products-section .card-add-button{gap:6px!important}}@media(max-width:380px){.products-section .product-colour-chip{padding:3px 6px;font-size:5.7px}.products-section .product-colours-label{font-size:5.5px}}.products-section .product-colour-chip[data-colour=gold] .product-colour-dot,.products-section .product-colour-chip[data-colour*=gold] .product-colour-dot{background:radial-gradient(circle at 28% 22%,#fff7d6,#e0bf72 38%,#b78b43 72%,#80602e);box-shadow:inset 1px 1px 2px #ffffffe6,1px 1px 3px #4b371c33}.products-section .product-colour-chip[data-colour=silver] .product-colour-dot,.products-section .product-colour-chip[data-colour*=silver] .product-colour-dot{background:radial-gradient(circle at 28% 22%,#fff,#e8ebee 36%,#b9bec4 70%,#777e86)}.products-section .product-colour-chip[data-colour=rose-gold] .product-colour-dot,.products-section .product-colour-chip[data-colour*=rose-gold] .product-colour-dot{background:radial-gradient(circle at 28% 22%,#ffe9e2,#e0a18f 38%,#c27968 70%,#91564b)}.products-section .product-colour-chip[data-colour=black] .product-colour-dot,.products-section .product-colour-chip[data-colour*=black] .product-colour-dot{background:radial-gradient(circle at 28% 22%,#635d57,#302c28 45%,#100f0e)}.products-section .product-colour-chip[data-colour=white] .product-colour-dot,.products-section .product-colour-chip[data-colour*=white] .product-colour-dot{background:radial-gradient(circle at 28% 22%,#fff,#f8f4ee 48%,#d1c8bb)}.products-section .product-colour-chip[data-colour=blue] .product-colour-dot,.products-section .product-colour-chip[data-colour*=blue] .product-colour-dot{background:radial-gradient(circle at 28% 22%,#e9f6ff,#a8cee3 42%,#6d99b2 72%,#4d7187)}.products-section .product-colour-chip[data-colour=green] .product-colour-dot,.products-section .product-colour-chip[data-colour*=green] .product-colour-dot{background:radial-gradient(circle at 28% 22%,#eaf7ec,#abcaaa 42%,#71936f 72%,#4f6c51)}.products-section .product-colour-chip[data-colour=pink] .product-colour-dot,.products-section .product-colour-chip[data-colour*=pink] .product-colour-dot{background:radial-gradient(circle at 28% 22%,#fff0f3,#e1a5b2 42%,#bd7382 72%,#945461)}.products-section .product-colour-chip[data-colour=purple] .product-colour-dot,.products-section .product-colour-chip[data-colour*=purple] .product-colour-dot{background:radial-gradient(circle at 28% 22%,#f4eaff,#c3a4d8 42%,#9169aa 72%,#684b7d)}.products-section .product-colour-chip[data-colour=red] .product-colour-dot,.products-section .product-colour-chip[data-colour*=red] .product-colour-dot{background:radial-gradient(circle at 28% 22%,#ffe8e5,#d9948b 42%,#b45e55 72%,#853d38)}.products-section .product-card{overflow:hidden}.products-section .product-card:before{content:"";position:absolute;top:0;left:16%;width:68%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.95),transparent);opacity:.65;pointer-events:none}@media(hover:hover)and (pointer:fine){.products-section .product-card:hover .product-info{transform:translateY(-2px)}.products-section .product-card .product-info{transition:transform .4s cubic-bezier(.2,.7,.2,1)}.products-section .product-card:hover .product-colour-chip{box-shadow:5px 5px 10px #564a3c1a,-4px -4px 9px #ffffffc7}}@media(max-width:700px){.products-section .product-card:before{left:18%;width:64%}.products-section .product-card:hover .product-info{transform:none}}.products-section .product-card .product-image{position:relative;isolation:isolate}.products-section .product-card .product-image:after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;border-radius:inherit;background:radial-gradient(circle at 50% 38%,#ffffff7a,#fff3 22%,#fff0 52%);opacity:.72;transition:opacity .7s ease,transform .9s cubic-bezier(.15,.7,.2,1)}.products-section .product-card .product-image:before{z-index:3;box-shadow:inset 0 0 35px #7868540f,inset 0 0 12px #ffffff42;transition:box-shadow .7s ease}.products-section .product-card .product-image img{position:relative;z-index:1;transform:scale(1.005);transition:transform 1s cubic-bezier(.12,.72,.18,1),filter .7s ease}@media(hover:hover)and (pointer:fine){.products-section .product-card:hover .product-image:after{opacity:1;transform:scale(1.08)}.products-section .product-card:hover .product-image:before{box-shadow:inset 0 0 42px #7868540e,inset 0 0 14px #ffffff52}.products-section .product-card:hover .product-image img{transform:scale(1.055);filter:saturate(1.04) contrast(1.01) brightness(1.015)}}.products-section .product-card .product-image{box-shadow:inset 0 0 0 1px #ffffff80,8px 10px 22px #53483a14,-7px -7px 17px #ffffffa6}@media(max-width:700px){.products-section .product-card .product-image:after{opacity:.55;background:radial-gradient(circle at 50% 35%,#ffffff61,#ffffff24 24%,#fff0 55%)}.products-section .product-card .product-image img{transform:scale(1.002);filter:none}}@media(max-width:380px){.products-section .product-card .product-image:after{opacity:.48}}.products-section .product-card .product-info{position:relative;padding:17px 4px 5px!important;transition:transform .45s cubic-bezier(.2,.7,.2,1)}.products-section .product-card .product-info:before{content:"";display:block;width:22px;height:1px;margin-bottom:11px;background:linear-gradient(90deg,var(--gold),rgba(184,148,91,0));opacity:.65;transition:width .4s ease,opacity .4s ease}.products-section .product-card .product-info h3{position:relative;margin:0!important;min-height:42px!important;height:42px!important;padding-right:3px;overflow:hidden;color:#211d19;font-family:Playfair Display,serif;font-size:16px!important;font-weight:500;line-height:1.32!important;letter-spacing:-.08px;cursor:pointer;transition:color .3s ease,transform .3s ease}@media(hover:hover)and (pointer:fine){.products-section .product-card:hover .product-info h3{color:#876d48;transform:translate(2px)}.products-section .product-card:hover .product-info:before{width:42px;opacity:.95}}.products-section .product-card .price{margin-top:7px!important;display:flex;align-items:baseline;gap:9px;min-height:20px;line-height:1}.products-section .product-card .price span{color:#27231e;font-family:DM Sans,sans-serif;font-size:13px!important;font-weight:700;letter-spacing:.1px;transition:color .3s ease}.products-section .product-card .price del{color:#a39a8f;font-size:10px!important;font-weight:400;text-decoration-thickness:1px}@media(hover:hover)and (pointer:fine){.products-section .product-card:hover .price span{color:var(--gold)}}.products-section .product-card .product-colours{margin-top:11px;padding-top:9px;border-top:1px solid rgba(184,148,91,.11)}.products-section .product-card .product-colours-label{color:#958b7f;font-size:6.8px!important;font-weight:700;letter-spacing:1.65px;text-transform:uppercase}.products-section .product-card .product-info small{display:block;margin-top:9px;color:#955d5d;font-size:7px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase}.products-section .product-card .card-add-button{margin-top:15px!important;min-height:45px!important;border-radius:12px!important}@media(hover:hover)and (pointer:fine){.products-section .product-card:hover .product-info{transform:translateY(-2px)}}@media(max-width:700px){.products-section .product-card .product-info{padding:11px 2px 3px!important}.products-section .product-card .product-info:before{width:16px;margin-bottom:8px}.products-section .product-card .product-info h3{min-height:34px!important;height:34px!important;font-size:11.5px!important;line-height:1.34!important}.products-section .product-card .price{margin-top:5px!important;min-height:16px}.products-section .product-card .price span{font-size:10.5px!important}.products-section .product-card .price del{font-size:8.5px!important}.products-section .product-card .product-colours{margin-top:7px;padding-top:7px}.products-section .product-card .product-colours-label{font-size:5.8px!important;letter-spacing:1.25px}.products-section .product-card .card-add-button{margin-top:9px!important;min-height:37px!important;border-radius:10px!important}.products-section .product-card:hover .product-info{transform:none}}@media(max-width:380px){.products-section .product-card .product-info h3{font-size:10.5px!important;min-height:32px!important;height:32px!important}.products-section .product-card .price span{font-size:10px!important}}.products-section{position:relative;z-index:1;padding-bottom:150px!important;overflow:hidden}.products-section:after{content:"";position:absolute;z-index:0;left:50%;bottom:-250px;width:700px;height:390px;transform:translate(-50%);border-radius:50%;background:radial-gradient(ellipse at center,#d8b87926,#ffffff52 28%,#fff0 72%);filter:blur(18px);pointer-events:none}.products-section+.brand-video-section{position:relative;z-index:3;margin-top:-48px!important;padding-top:0!important;background:linear-gradient(180deg,#f4efe800,#eee7dd 25%,#f4efe8)!important}.products-section+.brand-video-section .brand-video{position:relative;transform:translateY(0);box-shadow:20px 23px 45px #453a2c2e,-14px -14px 32px #ffffffd1,inset 0 1px #ffffffe0!important;transition:transform .65s cubic-bezier(.2,.7,.2,1),box-shadow .65s ease!important}@media(hover:hover)and (pointer:fine){.products-section+.brand-video-section .brand-video:hover{transform:translateY(-6px);box-shadow:25px 28px 55px #453a2c36,-18px -18px 39px #ffffffe0,inset 0 1px #ffffffeb!important}}.products-section+.brand-video-section .brand-video:before{content:"";position:absolute;z-index:4;top:-20px;left:50%;width:44px;height:1px;transform:translate(-50%);background:linear-gradient(90deg,transparent,rgba(184,148,91,.9),transparent);opacity:.75;pointer-events:none}.products-section+.brand-video-section .brand-video:after{content:"AARA  /  THE EDIT";position:absolute;z-index:5;left:22px;bottom:19px;height:27px;display:flex;align-items:center;padding:0 11px;border:1px solid rgba(255,255,255,.4);border-radius:999px;background:#12100d57;color:#ffffffdb;font-family:DM Sans,sans-serif;font-size:6.5px;font-weight:600;letter-spacing:2px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:4px 5px 13px #14110d26;pointer-events:none}.products-section+.brand-video-section .brand-video video{filter:saturate(.98) contrast(1.015);transition:filter .8s ease,transform 1.1s cubic-bezier(.15,.7,.2,1)!important}@media(hover:hover)and (pointer:fine){.products-section+.brand-video-section .brand-video:hover video{filter:saturate(1.02) contrast(1.02);transform:scale(1.025)}}@media(max-width:700px){.products-section{padding-bottom:115px!important}.products-section+.brand-video-section{margin-top:-32px!important;padding-top:0!important}.products-section+.brand-video-section .brand-video{width:calc(100% - 24px)!important;padding:7px!important;border-radius:20px!important;box-shadow:10px 12px 25px #453a2c26,-8px -8px 19px #ffffffd1,inset 0 1px #ffffffdb!important}.products-section+.brand-video-section .brand-video video{border-radius:13px!important;filter:saturate(.99) contrast(1.01)}.products-section+.brand-video-section .brand-video:after{left:14px;bottom:13px;height:23px;padding:0 8px;font-size:5.5px;letter-spacing:1.5px}.products-section+.brand-video-section .brand-video:before{top:-15px;width:34px}}@media(max-width:380px){.products-section+.brand-video-section{margin-top:-27px!important}.products-section+.brand-video-section .brand-video{width:calc(100% - 18px)!important}}@media(prefers-reduced-motion:reduce){.products-section+.brand-video-section .brand-video,.products-section+.brand-video-section .brand-video video{transition:none!important;transform:none!important}}.brand-video-section+.story{position:relative;margin-top:-38px!important;padding-top:115px!important;overflow:hidden;background:radial-gradient(circle at 12% 25%,rgba(255,255,255,.76),transparent 29%),radial-gradient(circle at 88% 72%,rgba(216,184,121,.1),transparent 28%),linear-gradient(145deg,#f7f3ed,#ebe3d8,#f5f0e9)!important}.brand-video-section+.story:before{content:"";position:absolute;z-index:0;top:-115px;left:50%;width:720px;height:250px;transform:translate(-50%);border-radius:50%;background:radial-gradient(ellipse at center,#d8b87924,#ffffff57 34%,#fff0 72%);filter:blur(20px);pointer-events:none}.brand-video-section+.story .story-image{position:relative;z-index:2;margin:45px 0 45px 45px;height:590px;overflow:hidden;border-radius:28px;border:1px solid rgba(255,255,255,.75);background:linear-gradient(145deg,#ffffffa6,#e0d8cd66);box-shadow:18px 20px 40px #52453526,-13px -13px 31px #ffffffd1,inset 0 1px #ffffffd9;padding:9px}.brand-video-section+.story .story-image img{width:100%!important;height:100%!important;display:block;object-fit:cover;border-radius:20px;transform:scale(1.002);filter:saturate(.96) contrast(1.01);transition:transform 1s cubic-bezier(.15,.7,.2,1),filter .7s ease}@media(hover:hover)and (pointer:fine){.brand-video-section+.story .story-image:hover img{transform:scale(1.035);filter:saturate(1.01) contrast(1.015)}}.brand-video-section+.story .story-content{position:relative;z-index:2;margin:45px 45px 45px 0;padding:72px 8%!important;border:1px solid rgba(255,255,255,.68);border-radius:28px;background:linear-gradient(145deg,#ffffff87,#e8e0d56b);box-shadow:14px 16px 34px #5245351f,-12px -12px 28px #fffc,inset 0 1px #ffffffb8;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.brand-video-section+.story .story-content>p:first-child{position:relative;padding-left:18px;color:var(--gold)!important;font-size:9px!important;font-weight:700;letter-spacing:3.8px!important;text-transform:uppercase}.brand-video-section+.story .story-content>p:first-child:before{content:"";position:absolute;left:0;top:50%;width:9px;height:1px;transform:translateY(-50%);background:var(--gold)}.brand-video-section+.story .story-content h2{margin-top:20px;color:#1c1916!important;font-family:Playfair Display,serif;font-size:clamp(46px,4.3vw,68px)!important;font-weight:400;line-height:1!important;letter-spacing:-1.2px;text-shadow:0 1px 0 rgba(255,255,255,.75)}.brand-video-section+.story .story-content h2 em{color:var(--gold);font-style:italic}.brand-video-section+.story .story-text{max-width:430px;margin-top:28px!important;color:#716a61!important;font-size:13px!important;line-height:1.9!important;letter-spacing:.05px}.brand-video-section+.story .outline-button{position:relative;margin-top:34px!important;padding:15px 24px!important;border:1px solid rgba(21,19,17,.28)!important;border-radius:999px;background:linear-gradient(145deg,#ffffffb8,#e0d8cd80)!important;color:#2a2621!important;font-size:8px!important;font-weight:700;letter-spacing:1.9px!important;box-shadow:5px 6px 12px #5245351a,-4px -4px 9px #ffffffc7;transition:transform .28s ease,box-shadow .28s ease,background .28s ease,color .28s ease}.brand-video-section+.story .outline-button:hover{transform:translateY(-2px);background:linear-gradient(145deg,#30443a,#1f2d24)!important;color:#fff!important;border-color:transparent!important;box-shadow:8px 9px 17px #41362929,-4px -4px 10px #ffffffc2}.brand-video-section+.story .story-content:after{content:"✦";position:absolute;right:32px;top:29px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--gold);font-size:10px;border:1px solid rgba(184,148,91,.22);background:#ffffff47;box-shadow:3px 4px 8px #52453514,-2px -2px 6px #ffffffb3;pointer-events:none}@media(max-width:1000px){.brand-video-section+.story{margin-top:-25px!important;padding-top:82px!important}.brand-video-section+.story .story-image{margin:30px 0 30px 30px;height:500px}.brand-video-section+.story .story-content{margin:30px 30px 30px 0;padding:55px 7%!important}}@media(max-width:700px){.brand-video-section+.story{display:grid;grid-template-columns:1fr;margin-top:-18px!important;padding:72px 12px 60px!important;gap:18px;background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.75),transparent 37%),linear-gradient(145deg,#f6f1ea,#ebe4da)!important}.brand-video-section+.story:before{width:420px;height:180px;top:-80px}.brand-video-section+.story .story-image{order:1;height:auto;aspect-ratio:.88;margin:0!important;padding:7px;border-radius:21px;box-shadow:9px 10px 21px #52453521,-8px -8px 18px #fffc,inset 0 1px #ffffffd6}.brand-video-section+.story .story-image img{border-radius:15px;transform:none!important}.brand-video-section+.story .story-content{order:2;margin:0!important;padding:38px 25px 40px!important;border-radius:21px;box-shadow:8px 9px 19px #5245351c,-7px -7px 17px #ffffffc7,inset 0 1px #ffffffc7}.brand-video-section+.story .story-content>p:first-child{padding-left:14px;font-size:7px!important;letter-spacing:3px!important}.brand-video-section+.story .story-content h2{margin-top:17px;font-size:42px!important;line-height:1.02!important;letter-spacing:-.7px}.brand-video-section+.story .story-text{margin-top:21px!important;font-size:11px!important;line-height:1.8!important}.brand-video-section+.story .outline-button{margin-top:27px!important;padding:13px 21px!important;font-size:7px!important;letter-spacing:1.6px!important}.brand-video-section+.story .story-content:after{right:18px;top:18px;width:24px;height:24px;font-size:8px}}@media(max-width:380px){.brand-video-section+.story{padding-left:8px!important;padding-right:8px!important}.brand-video-section+.story .story-content{padding-left:21px!important;padding-right:21px!important}.brand-video-section+.story .story-content h2{font-size:38px!important}}@media(prefers-reduced-motion:reduce){.brand-video-section+.story *,.brand-video-section+.story *:before,.brand-video-section+.story *:after{transition:none!important;transform:none!important}}.quote{position:relative;min-height:620px;padding:125px 30px!important;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;overflow:hidden;background:radial-gradient(circle at 50% 42%,#fffffff5,#ffffffb8 27%,#eee7dd9e 57%,#e4dbd0c2)!important}.quote:before{content:"AARA";position:absolute;z-index:0;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-8deg);font-family:Playfair Display,serif;font-size:clamp(150px,25vw,390px);font-weight:400;letter-spacing:18px;color:#b8945b0b;white-space:nowrap;pointer-events:none}.quote:after{content:"";position:absolute;z-index:0;left:50%;bottom:-240px;width:800px;height:440px;transform:translate(-50%);border-radius:50%;background:radial-gradient(ellipse at center,#d8b8792b,#ffffff3d 35%,#fff0 73%);filter:blur(20px);pointer-events:none}.quote>span{position:relative;z-index:2;width:54px;height:54px;display:flex;align-items:center;justify-content:center;margin-bottom:32px;border-radius:50%;border:1px solid rgba(184,148,91,.28);background:linear-gradient(145deg,#ffffffc7,#e3dacd8f);color:var(--gold);font-size:15px;box-shadow:7px 8px 16px #5245351c,-6px -6px 14px #fffc,inset 1px 1px 2px #ffffffc7;transition:transform .35s ease,box-shadow .35s ease}.quote>span:hover{transform:rotate(45deg) scale(1.06);box-shadow:9px 10px 20px #52453521,-7px -7px 16px #ffffffe0}.quote h2{position:relative;z-index:2;max-width:1050px;margin:0!important;color:#191613!important;font-family:Playfair Display,serif;font-size:clamp(48px,6vw,88px)!important;font-weight:400;line-height:1.04!important;letter-spacing:-1.7px;text-shadow:0 1px 0 rgba(255,255,255,.92)}.quote h2 em{position:relative;color:var(--gold)!important;font-style:italic}.quote h2 em:after{content:"";position:absolute;left:8%;bottom:-13px;width:84%;height:1px;background:linear-gradient(90deg,transparent,rgba(184,148,91,.48),transparent);transform:scaleX(.55);transform-origin:center;transition:transform .7s cubic-bezier(.2,.7,.2,1)}@media(hover:hover)and (pointer:fine){.quote:hover h2 em:after{transform:scaleX(1)}}.quote p{position:relative;z-index:2;margin-top:45px!important;color:#81776c!important;font-size:8px!important;font-weight:700;letter-spacing:4.5px!important;text-transform:uppercase}.quote p:before,.quote p:after{content:"";display:inline-block;width:42px;height:1px;margin:0 14px;vertical-align:middle;background:linear-gradient(90deg,transparent,rgba(184,148,91,.46))}.quote p:after{background:linear-gradient(90deg,rgba(184,148,91,.46),transparent)}.quote h2:before{content:"01";position:absolute;left:-75px;top:50%;transform:translateY(-50%);color:#75695b59;font-family:DM Sans,sans-serif;font-size:8px;font-weight:600;letter-spacing:3px}@media(min-width:1100px){.quote{min-height:680px;padding-top:145px!important;padding-bottom:145px!important}}@media(max-width:900px){.quote{min-height:550px;padding:105px 25px!important}.quote h2{font-size:clamp(44px,7vw,65px)!important}.quote h2:before{display:none}}@media(max-width:700px){.quote{min-height:510px;padding:90px 20px!important;background:radial-gradient(circle at 50% 40%,#fffffff0,#f2ece4c7 55%,#e7ded3e6)!important}.quote:before{font-size:145px;letter-spacing:8px}.quote:after{width:460px;height:250px;bottom:-140px}.quote>span{width:43px;height:43px;margin-bottom:25px;font-size:12px}.quote h2{max-width:360px;font-size:42px!important;line-height:1.08!important;letter-spacing:-.8px}.quote h2 em:after{bottom:-9px}.quote p{margin-top:34px!important;font-size:6.5px!important;letter-spacing:3px!important}.quote p:before,.quote p:after{width:24px;margin:0 8px}.quote h2:before{display:none}}@media(max-width:380px){.quote{min-height:470px;padding:75px 16px!important}.quote h2{max-width:330px;font-size:37px!important}.quote p{font-size:6px!important;letter-spacing:2.5px!important}}@media(prefers-reduced-motion:reduce){.quote *,.quote *:before,.quote *:after{transition:none!important;transform:none!important}}.newsletter{position:relative;min-height:420px;padding:105px 8%!important;display:flex;align-items:center;justify-content:space-between;gap:70px;overflow:hidden;color:#fff!important;background:radial-gradient(circle at 82% 45%,rgba(184,148,91,.18),transparent 24%),radial-gradient(circle at 18% 70%,rgba(255,255,255,.055),transparent 24%),linear-gradient(135deg,#11100e,#1a1815 48%,#0e0d0c)!important}.newsletter:before{content:"A";position:absolute;z-index:0;right:6%;top:50%;transform:translateY(-50%) rotate(8deg);font-family:Playfair Display,serif;font-size:clamp(220px,32vw,520px);font-weight:400;line-height:.7;color:#d8b87909;pointer-events:none}.newsletter:after{content:"";position:absolute;z-index:0;left:50%;bottom:-230px;width:850px;height:390px;transform:translate(-50%);border-radius:50%;background:radial-gradient(ellipse at center,rgba(216,184,121,.1),rgba(255,255,255,.025) 42%,transparent 72%);filter:blur(25px);pointer-events:none}.newsletter>div,.newsletter>form{position:relative;z-index:2}.newsletter>div{max-width:620px}.newsletter p{margin-bottom:17px!important;color:var(--gold-light)!important;font-size:9px!important;font-weight:700;letter-spacing:3.8px!important;text-transform:uppercase}.newsletter h2{max-width:680px;color:#fff!important;font-family:Playfair Display,serif;font-size:clamp(44px,5vw,70px)!important;font-weight:400;line-height:1.02!important;letter-spacing:-1.1px;text-shadow:0 1px 0 rgba(255,255,255,.08)}.newsletter-form{position:relative;width:min(470px,100%)!important;min-height:58px;display:flex;align-items:center;padding:5px 5px 5px 19px;border:1px solid rgba(216,184,121,.26)!important;border-radius:999px;background:linear-gradient(145deg,#ffffff13,#ffffff06);box-shadow:inset 1px 1px 2px #ffffff0f,8px 10px 24px #0003;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:border-color .3s ease,box-shadow .3s ease}.newsletter-form:focus-within{border-color:#d8b87994!important;box-shadow:inset 1px 1px 2px #ffffff12,10px 12px 28px #0000003d,0 0 0 4px #d8b8790a}.newsletter-form input{min-width:0;flex:1;padding:0 10px;border:0!important;outline:0!important;background:transparent!important;color:#fff!important;font-size:12px!important}.newsletter-form input::placeholder{color:#ffffff7a}.newsletter-form button{min-height:48px;padding:0 21px;border:0!important;border-radius:999px;background:linear-gradient(145deg,#d8b879,#b8945b)!important;color:#171411!important;font-size:8px!important;font-weight:700;letter-spacing:1.8px!important;box-shadow:4px 5px 12px #0003,inset 1px 1px 2px #ffffff4d;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.newsletter-form button:hover{transform:translateY(-2px);background:linear-gradient(145deg,#e1c68b,#c39e62)!important;box-shadow:7px 8px 17px #0000003d,inset 1px 1px 2px #ffffff59}.newsletter-form button:active{transform:translateY(0);box-shadow:inset 2px 2px 5px #00000026}footer{position:relative;padding:80px 7% 24px!important;overflow:hidden;background:linear-gradient(145deg,#0d0c0b,#141310 52%,#0b0a09)!important;color:#fff!important}footer:before{content:"";position:absolute;left:50%;top:-220px;width:700px;height:350px;transform:translate(-50%);border-radius:50%;background:radial-gradient(ellipse at center,rgba(184,148,91,.065),transparent 70%);filter:blur(22px);pointer-events:none}.footer-main{position:relative;z-index:2;width:min(1450px,100%);margin:0 auto;grid-template-columns:1.65fr .85fr .85fr .85fr 1.2fr!important;gap:55px!important;padding-bottom:62px!important;border-bottom:1px solid rgba(255,255,255,.09)!important}.footer-logo{font-family:Playfair Display,serif;color:var(--gold-light)!important;font-size:59px!important;line-height:.9;letter-spacing:5px!important;text-shadow:0 1px 0 rgba(255,255,255,.04)}.footer-brand>p{margin-top:11px!important;color:#ffffff7a!important;font-size:10px!important;letter-spacing:1.3px}.socials{display:flex;align-items:center;gap:10px!important;margin-top:29px!important}.socials a{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(216,184,121,.18);border-radius:50%;background:linear-gradient(145deg,#ffffff12,#ffffff05);color:#ffffffb8;font-size:15px;box-shadow:5px 6px 12px #00000029,-2px -2px 7px #ffffff05;transition:transform .25s ease,color .25s ease,border-color .25s ease,background .25s ease}.socials a:hover{transform:translateY(-2px);color:var(--gold-light);border-color:#d8b8796b;background:#d8b8790f}.footer-column{gap:13px!important}.footer-column h4,.footer-support h4{margin-bottom:11px;color:var(--gold-light)!important;font-size:8px;font-weight:700;letter-spacing:2.6px;text-transform:uppercase}.footer-column a,.footer-column button{position:relative;width:fit-content;padding:0!important;border:0;background:transparent;color:#ffffff78!important;font-size:11px!important;transition:color .25s ease,transform .25s ease}.footer-column a:after,.footer-column button:after{content:"";position:absolute;left:0;bottom:-4px;width:0;height:1px;background:var(--gold-light);transition:width .3s ease}.footer-column a:hover,.footer-column button:hover{color:#fff!important;transform:translate(2px)}.footer-column a:hover:after,.footer-column button:hover:after{width:100%}.footer-support{padding-left:25px;border-left:1px solid rgba(255,255,255,.08)}.footer-support p{max-width:245px;margin:0 0 12px;color:#ffffff6b;font-size:10px;line-height:1.7}.footer-support a{display:inline-block;margin:3px 0 9px;color:var(--gold-light);font-family:DM Sans,sans-serif;font-size:11px;letter-spacing:.2px;transition:color .25s ease}.footer-support a:hover{color:#fff}.footer-bottom{position:relative;z-index:2;width:min(1450px,100%);margin:0 auto;padding-top:23px!important;color:#ffffff47!important;font-size:7px!important;letter-spacing:2px!important}@media(max-width:900px){.newsletter{min-height:auto;padding:75px 28px!important;flex-direction:column;align-items:stretch;gap:38px}.newsletter h2{max-width:500px;font-size:42px!important}.newsletter-form{width:100%!important}footer{padding:65px 24px 25px!important}.footer-main{grid-template-columns:1fr 1fr!important;gap:42px 25px!important}.footer-brand{grid-column:1 / -1}.footer-support{padding-left:0;border-left:0}}@media(max-width:700px){.newsletter{padding:66px 19px 70px!important;gap:29px}.newsletter:before{right:-25px;font-size:250px}.newsletter:after{width:500px;height:260px}.newsletter p{margin-bottom:12px!important;font-size:7px!important;letter-spacing:3px!important}.newsletter h2{max-width:335px;font-size:36px!important;line-height:1.06!important}.newsletter-form{min-height:51px;padding-left:13px}.newsletter-form input{font-size:10px!important}.newsletter-form button{min-height:41px;padding:0 14px;font-size:7px!important;letter-spacing:1.35px!important}footer{padding:58px 19px 24px!important}.footer-main{grid-template-columns:1fr 1fr!important;gap:38px 20px!important;padding-bottom:39px!important}.footer-brand{grid-column:1 / -1}.footer-logo{font-size:42px!important;letter-spacing:3px!important}.footer-brand>p{font-size:9px!important}.socials{margin-top:20px!important}.socials a{width:32px;height:32px;font-size:13px}.footer-column{gap:10px!important}.footer-column h4,.footer-support h4{margin-bottom:6px;font-size:7px;letter-spacing:2px}.footer-column a,.footer-column button{font-size:9px!important}.footer-support p{font-size:9px;line-height:1.6}.footer-support a{font-size:9px}.footer-bottom{padding-top:19px!important;gap:8px!important;font-size:6px!important;letter-spacing:1.5px!important}}@media(max-width:380px){.newsletter{padding-inline:15px!important}.newsletter h2{font-size:33px!important}.newsletter-form{min-height:48px}.newsletter-form button{padding:0 11px;font-size:6.5px!important}footer{padding-inline:15px!important}.footer-main{gap:34px 16px!important}.footer-logo{font-size:38px!important}}@media(prefers-reduced-motion:reduce){.newsletter *,.newsletter *:before,.newsletter *:after,footer *,footer *:before,footer *:after{transition:none!important;transform:none!important}}.socials .social-icon{width:16px;height:16px;display:block;color:currentColor;transition:transform .25s ease,color .25s ease}.socials a:hover .social-icon{transform:scale(1.08)}@media(max-width:700px){.socials .social-icon{width:14px;height:14px}}.product-modal-overlay{background:radial-gradient(circle at 20% 20%,rgba(216,184,121,.1),transparent 30%),radial-gradient(circle at 80% 80%,rgba(31,45,36,.18),transparent 35%),#080c0ac7!important;backdrop-filter:blur(18px) saturate(120%)!important;-webkit-backdrop-filter:blur(18px) saturate(120%)!important;padding:22px!important}.product-modal{width:min(1180px,96vw)!important;height:min(760px,94vh)!important;display:grid!important;grid-template-columns:55% 45%!important;position:relative!important;overflow:hidden!important;border-radius:30px!important;background:linear-gradient(135deg,#ffffffb8,#f7f3ede0)!important;border:1px solid rgba(255,255,255,.72)!important;box-shadow:0 40px 100px #0000006b,0 10px 30px #00000026,inset 0 1px #fffc!important;isolation:isolate}.product-modal:before{content:"";position:absolute;inset:0;pointer-events:none;z-index:0;background:radial-gradient(circle at 15% 10%,rgba(255,255,255,.65),transparent 28%),radial-gradient(circle at 90% 90%,rgba(184,148,91,.1),transparent 30%);opacity:.75}.product-gallery{position:relative!important;z-index:1;padding:14px!important;background:linear-gradient(145deg,#e7dfd4,#f2eee8 55%,#ddd4c8)!important;border-radius:26px!important;overflow:hidden!important}.product-gallery .product-modal-image{position:relative!important;width:100%!important;height:100%!important;aspect-ratio:auto!important;overflow:hidden!important;border-radius:22px!important;background:#eae4da!important;box-shadow:0 16px 34px #261d1229,inset 0 1px #ffffff8c!important}.product-gallery .product-modal-image:before{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.13),transparent 30%,transparent 70%,rgba(31,45,36,.06))}.product-gallery .product-modal-image:after{content:"";position:absolute;inset:12px;border:1px solid rgba(255,255,255,.3);border-radius:17px;pointer-events:none;z-index:3}.product-gallery .product-modal-image img{width:100%!important;height:100%!important;object-fit:cover!important;transform:scale(1.001);transition:transform .9s cubic-bezier(.2,.7,.2,1),filter .5s ease!important}.product-gallery .product-modal-image:hover img{transform:scale(1.025)}.product-thumbnails{position:absolute!important;left:28px!important;bottom:28px!important;z-index:10;display:flex!important;gap:9px!important;padding:8px!important;width:auto!important;max-width:calc(100% - 56px);overflow-x:auto!important;border-radius:18px!important;background:#18201b75!important;border:1px solid rgba(255,255,255,.18)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;box-shadow:0 12px 30px #0000002e!important;scrollbar-width:none}.product-thumbnails::-webkit-scrollbar{display:none}.product-thumbnail{flex:0 0 54px!important;width:54px!important;height:54px!important;padding:0!important;border-radius:14px!important;border:1px solid rgba(255,255,255,.15)!important;background:#ffffff21!important;overflow:hidden!important;opacity:.55!important;box-shadow:none!important;transition:opacity .25s ease,transform .25s ease,border-color .25s ease!important}.product-thumbnail:hover{opacity:.9!important;transform:translateY(-2px)!important}.product-thumbnail.active{opacity:1!important;border-color:var(--gold-light)!important;box-shadow:0 0 0 2px #d8b8792e,0 6px 16px #00000026!important}.product-thumbnail img{width:100%!important;height:100%!important;object-fit:cover!important}.product-modal-info{position:relative!important;z-index:2;min-width:0!important;padding:42px 38px 34px!important;overflow-y:auto!important;background:linear-gradient(145deg,#ffffffbd,#f7f3ed94)!important;backdrop-filter:blur(22px)!important;-webkit-backdrop-filter:blur(22px)!important;border-left:1px solid rgba(255,255,255,.72)!important}.product-modal-info .modal-eyebrow{margin-bottom:12px!important;color:var(--gold)!important;font-size:8px!important;font-weight:700!important;letter-spacing:3.5px!important;text-transform:uppercase}.product-modal-info h2{margin-bottom:12px!important;max-width:430px;font-family:Playfair Display,serif!important;font-size:clamp(28px,3vw,42px)!important;line-height:1.06!important;letter-spacing:-.5px!important;color:#182119!important;font-weight:400!important}.product-modal-info .modal-price{display:flex!important;align-items:baseline!important;gap:10px!important;margin-bottom:12px!important;color:#8d713e!important;font-size:22px!important;font-weight:600!important}.product-modal-info .modal-price del{margin-left:0!important;color:#8a847b!important;font-size:12px!important}.product-modal-info .stock-status{display:inline-flex!important;align-items:center!important;min-height:30px!important;padding:6px 11px!important;margin-bottom:22px!important;border-radius:999px!important;font-size:9px!important;font-weight:600!important;letter-spacing:1.2px!important;background:#1f2d2414!important;border:1px solid rgba(31,45,36,.1)!important}.product-modal-info .stock-status.in{color:#2c6346!important}.product-modal-info .stock-status.out{color:#9c4e4e!important;background:#9c4e4e14!important}.product-description-section{margin:0 0 18px!important;padding:17px 18px!important;border-radius:18px!important;background:linear-gradient(145deg,#ffffff94,#ffffff47)!important;border:1px solid rgba(255,255,255,.62)!important;box-shadow:0 8px 20px #2d23190d,inset 0 1px #ffffff94!important}.product-description-label{margin-bottom:9px!important;color:#596057!important;font-size:8px!important;font-weight:700!important;letter-spacing:2px!important}.product-description{margin:0!important;color:#625f59!important;font-size:12px!important;line-height:1.72!important}.product-detail-lines{margin:0 0 20px!important;padding:4px 15px!important;border:1px solid rgba(255,255,255,.58)!important;border-radius:18px!important;background:#ffffff57!important;box-shadow:0 8px 20px #2c22190b!important}.product-detail-line{padding:13px 0!important;border-bottom:1px solid rgba(93,87,78,.1)!important;font-size:8px!important}.product-detail-line:last-child{border-bottom:none!important}.product-detail-line>span:first-child{color:#283129!important;font-weight:700!important;letter-spacing:1.4px!important}.product-detail-line>span:last-child{color:#7d776f!important}.product-variation-section{padding:16px!important;margin-bottom:18px!important;border-radius:18px!important;background:#1f2d240e!important;border:1px solid rgba(31,45,36,.08)!important}.product-variation-section button{border-radius:999px!important;border:1px solid rgba(31,45,36,.12)!important;background:#ffffff85!important;box-shadow:inset 0 1px #ffffffa6!important;transition:transform .22s ease,background .22s ease,border-color .22s ease!important}.product-variation-section button:hover{transform:translateY(-1px);background:#ffffffd1!important;border-color:#b8945b6b!important}.quantity-row{margin-bottom:16px!important;padding:12px 0!important;border-top:1px solid rgba(93,87,78,.12)!important;border-bottom:1px solid rgba(93,87,78,.12)!important;font-size:9px!important;letter-spacing:1.4px!important}.quantity-control{padding:4px!important;gap:2px!important;border-radius:999px!important;background:#ffffff9e!important;border:1px solid rgba(255,255,255,.75)!important;box-shadow:0 5px 16px #2820180f,inset 0 1px #ffffffb3!important}.quantity-control button{width:32px!important;height:32px!important;border:none!important;border-radius:50%!important;background:transparent!important;color:#263027!important;font-size:16px!important}.quantity-control button:hover{background:#1f2d2414!important}.quantity-control span{width:34px!important;color:#263027!important;font-size:11px!important}.product-modal-info .add-to-cart-button,.product-modal-info .add-to-cart{width:100%!important;min-height:56px!important;border:1px solid rgba(31,45,36,.95)!important;border-radius:18px!important;background:linear-gradient(135deg,#24372d,#1a281f)!important;color:#fff!important;font-size:9px!important;font-weight:700!important;letter-spacing:2px!important;box-shadow:0 12px 28px #1c2b232e,inset 0 1px #ffffff1a!important;transition:transform .25s ease,box-shadow .25s ease,background .25s ease!important}.product-modal-info .add-to-cart-button:hover,.product-modal-info .add-to-cart:hover{transform:translateY(-2px)!important;background:linear-gradient(135deg,#2b4336,#1a281f)!important;box-shadow:0 16px 34px #1c2b233d!important}.product-modal-info .add-to-cart-button:disabled,.product-modal-info .add-to-cart:disabled{opacity:.45!important;transform:none!important;cursor:not-allowed!important}.product-modal-wishlist{margin-top:10px!important;min-height:48px!important;border-radius:16px!important;border:1px solid rgba(31,45,36,.12)!important;background:#ffffff57!important;color:#263027!important;box-shadow:inset 0 1px #ffffff8c!important}.product-modal-wishlist:hover{background:#ffffffb3!important}.product-modal-wishlist.selected{border-color:#b8945b73!important;background:#b8945b14!important}.product-modal .modal-close{top:18px!important;right:18px!important;width:42px!important;height:42px!important;border-radius:50%!important;border:1px solid rgba(255,255,255,.7)!important;background:#ffffff8a!important;color:#243027!important;backdrop-filter:blur(15px)!important;-webkit-backdrop-filter:blur(15px)!important;box-shadow:0 8px 20px #00000014!important;font-size:20px!important;transition:transform .2s ease,background .2s ease!important}.product-modal .modal-close:hover{transform:rotate(90deg)!important;background:#ffffffd1!important}.product-modal-info::-webkit-scrollbar{width:5px}.product-modal-info::-webkit-scrollbar-track{background:transparent}.product-modal-info::-webkit-scrollbar-thumb{background:#b8945b4d;border-radius:999px}@media(max-width:768px){.product-modal-overlay{align-items:center!important;justify-content:center!important;padding:10px!important;background:#080c0ad1!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important}.product-modal{width:calc(100vw - 18px)!important;height:calc(100dvh - 18px)!important;max-height:calc(100dvh - 18px)!important;display:flex!important;flex-direction:column!important;border-radius:27px!important;overflow-y:auto!important;overflow-x:hidden!important;background:linear-gradient(145deg,#f8f6f1ed,#f1ede6e0)!important;box-shadow:0 30px 80px #00000061!important}.product-gallery{flex:none!important;width:100%!important;height:48dvh!important;min-height:320px!important;padding:9px!important;border-radius:24px 24px 0 0!important}.product-gallery .product-modal-image{width:100%!important;height:100%!important;min-height:0!important;aspect-ratio:auto!important;border-radius:19px!important}.product-gallery .product-modal-image:after{inset:9px!important;border-radius:15px!important}.product-thumbnails{left:18px!important;bottom:18px!important;max-width:calc(100% - 36px)!important;border-radius:15px!important}.product-thumbnail{flex-basis:48px!important;width:48px!important;height:48px!important;border-radius:12px!important}.product-modal-info{flex:1!important;padding:25px 18px 28px!important;border-left:0!important;background:linear-gradient(180deg,#ffffff8f,#f7f3eddb)!important;overflow:visible!important}.product-modal-info .modal-eyebrow{font-size:7.5px!important;letter-spacing:3px!important}.product-modal-info h2{font-size:28px!important;line-height:1.08!important}.product-modal-info .modal-price{font-size:20px!important}.product-description-section{padding:15px!important;border-radius:16px!important}.product-description{font-size:11.5px!important;line-height:1.72!important}.product-detail-lines{padding-inline:13px!important;border-radius:16px!important}.product-detail-line{padding:12px 0!important;font-size:7.5px!important}.quantity-row{padding:13px 0!important}.product-modal-info .add-to-cart-button,.product-modal-info .add-to-cart{min-height:54px!important;border-radius:16px!important}.product-modal .modal-close{top:15px!important;right:15px!important;width:38px!important;height:38px!important}}@media(max-width:380px){.product-gallery{height:44dvh!important}.product-modal-info{padding:21px 15px 24px!important}.product-modal-info h2{font-size:25px!important}.product-thumbnail{flex-basis:44px!important;width:44px!important;height:44px!important}}.cart-overlay{position:fixed!important;inset:0!important;z-index:10000!important;display:flex!important;justify-content:flex-end!important;background:radial-gradient(circle at 20% 30%,rgba(216,184,121,.08),transparent 32%),#070b09b8!important;backdrop-filter:blur(16px) saturate(120%)!important;-webkit-backdrop-filter:blur(16px) saturate(120%)!important}.cart-drawer{position:relative!important;width:min(470px,calc(100vw - 18px))!important;max-width:100%!important;height:calc(100vh - 18px)!important;margin:9px 9px 9px 0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;border-radius:28px!important;background:linear-gradient(145deg,#f8f6f1f0,#efebe3e6)!important;border:1px solid rgba(255,255,255,.78)!important;box-shadow:-20px 25px 70px #00000052,inset 0 1px #fffc!important;backdrop-filter:blur(24px)!important;-webkit-backdrop-filter:blur(24px)!important}.cart-drawer:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 100% 0%,rgba(216,184,121,.14),transparent 30%),radial-gradient(circle at 0% 100%,rgba(31,45,36,.08),transparent 30%);z-index:0}.cart-header{position:relative;z-index:2;flex:0 0 auto!important;padding:25px 26px 21px!important;border-bottom:1px solid rgba(94,86,76,.1)!important;background:linear-gradient(180deg,#ffffff7a,#ffffff2e)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important}.cart-header p{margin:0 0 5px!important;color:var(--gold)!important;font-size:8px!important;font-weight:700!important;letter-spacing:4px!important}.cart-header h2{margin:0!important;font-family:Playfair Display,serif!important;color:#1d281f!important;font-size:31px!important;font-weight:400!important;letter-spacing:-.3px!important}.cart-header button{width:40px!important;height:40px!important;border-radius:50%!important;border:1px solid rgba(31,45,36,.1)!important;background:#ffffff85!important;color:#273129!important;font-size:22px!important;box-shadow:0 7px 18px #1e191412,inset 0 1px #ffffffa6!important;transition:transform .22s ease,background .22s ease!important}.cart-header button:hover{transform:rotate(90deg)!important;background:#ffffffd6!important;color:#1e2b23!important}.cart-items{position:relative;z-index:1;flex:1!important;min-height:0!important;padding:14px 18px 16px!important;overflow-x:hidden!important;overflow-y:auto!important;scrollbar-width:thin}.cart-items::-webkit-scrollbar{width:4px}.cart-items::-webkit-scrollbar-track{background:transparent}.cart-items::-webkit-scrollbar-thumb{background:#b8945b40;border-radius:999px}.cart-item{position:relative;display:flex!important;gap:13px!important;margin-bottom:12px!important;padding:11px!important;border:1px solid rgba(255,255,255,.68)!important;border-bottom:1px solid rgba(255,255,255,.68)!important;border-radius:19px!important;background:linear-gradient(145deg,#fff9,#ffffff47)!important;box-shadow:0 10px 25px #2b22180f,inset 0 1px #ffffffb8!important;transition:transform .24s ease,box-shadow .24s ease,background .24s ease!important}.cart-item:hover{transform:translateY(-2px)!important;box-shadow:0 14px 30px #2b221817,inset 0 1px #ffffffc7!important;background:#ffffffa3!important}.cart-item img{width:82px!important;height:98px!important;flex:0 0 82px!important;object-fit:cover!important;border-radius:15px!important;background:#eee8de!important;border:1px solid rgba(184,148,91,.1)!important;box-shadow:0 6px 15px #231c1414!important}.cart-item-info{min-width:0!important;flex:1!important;display:flex!important;flex-direction:column!important;padding:3px 2px 2px!important}.cart-item-info h3{margin:0 0 6px!important;color:#202921!important;font-family:Playfair Display,serif!important;font-size:15px!important;line-height:1.28!important;font-weight:400!important}.cart-item-info>p{margin:0 0 11px!important;color:#927545!important;font-size:13px!important;font-weight:600!important}.cart-item-actions{margin-top:auto!important;display:flex!important;align-items:center!important;gap:9px!important}.cart-item-actions .quantity-control{width:auto!important;min-width:98px!important;height:34px!important;padding:3px!important;justify-content:space-between!important;border-radius:999px!important;border:1px solid rgba(31,45,36,.1)!important;background:#ffffff9e!important;box-shadow:inset 0 1px #ffffffb8,0 4px 12px #1e19140d!important}.cart-item-actions .quantity-control button{width:28px!important;min-width:28px!important;height:28px!important;border:0!important;border-radius:50%!important;background:transparent!important;color:#273129!important;font-size:15px!important}.cart-item-actions .quantity-control button:hover{background:#1f2d2414!important}.cart-item-actions .quantity-control span{width:30px!important;color:#29322b!important;font-size:11px!important;line-height:28px!important}.remove-item{padding:7px!important;border:0!important;background:transparent!important;color:#918b82!important;font-size:8px!important;letter-spacing:1.1px!important;text-transform:uppercase!important;text-decoration:none!important;transition:color .2s ease!important}.remove-item:hover{color:var(--gold)!important}.cart-footer{position:relative;z-index:3;flex:0 0 auto!important;margin:0 12px 12px!important;padding:19px 17px 17px!important;border:1px solid rgba(255,255,255,.7)!important;border-radius:21px!important;background:linear-gradient(145deg,#ffffffad,#fff6)!important;box-shadow:0 14px 30px #221b1414,inset 0 1px #ffffffd1!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important}.cart-total{margin-bottom:8px!important}.cart-total span{color:#555f57!important;font-size:10px!important;letter-spacing:1.2px!important;text-transform:uppercase!important}.cart-total strong{color:#1f2b24!important;font-size:20px!important;font-weight:600!important}.cart-footer>p{margin:0 0 14px!important;padding:10px 12px!important;border-radius:12px!important;background:#1f2d240e!important;border:1px solid rgba(31,45,36,.07)!important;color:#667069!important;font-size:9px!important;line-height:1.45!important;letter-spacing:.2px!important}.checkout-button{width:100%!important;height:54px!important;border-radius:16px!important;border:1px solid rgba(31,45,36,.95)!important;background:linear-gradient(135deg,#273b30,#18251d)!important;color:#fff!important;font-size:9px!important;font-weight:700!important;letter-spacing:2px!important;box-shadow:0 10px 24px #1c2b232e,inset 0 1px #ffffff1a!important;transition:transform .24s ease,box-shadow .24s ease!important}.checkout-button:hover{transform:translateY(-2px)!important;box-shadow:0 15px 30px #1c2b233d!important}.continue-shopping{width:100%!important;height:45px!important;margin-top:9px!important;border-radius:14px!important;border:1px solid rgba(31,45,36,.13)!important;background:#ffffff4d!important;color:#273129!important;font-size:8px!important;letter-spacing:1.5px!important}.continue-shopping:hover{background:#ffffffb3!important;color:#1f2d24!important}.empty-cart{position:relative;z-index:1;flex:1!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:35px 25px!important}.empty-cart>div{width:72px!important;height:72px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin-bottom:18px!important;border-radius:50%!important;background:#ffffff7a!important;border:1px solid rgba(255,255,255,.72)!important;color:var(--gold)!important;font-size:30px!important;box-shadow:0 12px 28px #231c1412,inset 0 1px #ffffffbf!important}.empty-cart h3{margin-bottom:8px!important;font-family:Playfair Display,serif!important;color:#1f2c23!important;font-size:27px!important;font-weight:400!important}.empty-cart p{max-width:250px;margin-bottom:22px!important;color:#77736d!important;font-size:11px!important;line-height:1.6!important}.empty-cart button{min-height:45px!important;padding:0 22px!important;border-radius:14px!important;border:1px solid #1d2b22!important;background:#1d2b22!important;color:#fff!important;font-size:8px!important;font-weight:700!important;letter-spacing:1.5px!important}@media(max-width:768px){.cart-overlay{align-items:flex-end!important;padding:0!important;background:#070b09c7!important}.cart-drawer{width:calc(100vw - 12px)!important;height:calc(100dvh - 12px)!important;margin:6px!important;border-radius:27px!important}.cart-header{padding:22px 19px 17px!important}.cart-header h2{font-size:28px!important}.cart-header button{width:38px!important;height:38px!important}.cart-items{padding:11px 11px 10px!important}.cart-item{gap:11px!important;padding:9px!important;border-radius:17px!important}.cart-item img{width:72px!important;height:86px!important;flex-basis:72px!important;border-radius:13px!important}.cart-item-info h3{font-size:13px!important}.cart-item-info>p{font-size:12px!important;margin-bottom:8px!important}.cart-item-actions{gap:5px!important;flex-wrap:wrap!important}.cart-item-actions .quantity-control{min-width:88px!important;height:32px!important}.cart-item-actions .quantity-control button{width:26px!important;min-width:26px!important;height:26px!important}.cart-item-actions .quantity-control span{width:26px!important;line-height:26px!important}.remove-item{font-size:7px!important;padding:6px!important}.cart-footer{margin:0 8px 8px!important;padding:15px 13px 13px!important;border-radius:19px!important}.cart-total strong{font-size:18px!important}.cart-footer>p{font-size:8px!important;margin-bottom:10px!important}.checkout-button{height:51px!important;border-radius:15px!important}.continue-shopping{height:42px!important;border-radius:13px!important}.empty-cart>div{width:64px!important;height:64px!important;font-size:27px!important}.empty-cart h3{font-size:24px!important}}@media(max-width:380px){.cart-drawer{width:calc(100vw - 8px)!important;height:calc(100dvh - 8px)!important;margin:4px!important;border-radius:24px!important}.cart-item img{width:66px!important;height:79px!important;flex-basis:66px!important}.cart-item-info h3{font-size:12px!important}.cart-footer{margin:0 6px 6px!important}}.checkout-page{min-height:100vh!important;background:radial-gradient(circle at 8% 10%,rgba(216,184,121,.1),transparent 28%),radial-gradient(circle at 92% 85%,rgba(31,45,36,.08),transparent 30%),linear-gradient(135deg,#f8f6f1,#eee9e1)!important;color:#1d241f!important}.checkout-header{position:sticky!important;top:0;z-index:50;min-height:76px!important;padding:0 38px!important;border-bottom:1px solid rgba(255,255,255,.65)!important;background:#f8f6f1c2!important;backdrop-filter:blur(20px) saturate(120%)!important;-webkit-backdrop-filter:blur(20px) saturate(120%)!important;box-shadow:0 6px 25px #231e180a!important}.checkout-header .checkout-back{color:#4c554e!important;font-size:9px!important;letter-spacing:1.5px!important;transition:color .2s ease,transform .2s ease!important}.checkout-header .checkout-back:hover{color:var(--gold)!important;transform:translate(-3px)}.checkout-header h1,.checkout-header .checkout-logo{font-family:Playfair Display,serif!important;color:#1e2a22!important;letter-spacing:4px!important;font-weight:400!important}.checkout-main{width:min(1180px,calc(100% - 52px))!important;margin:0 auto!important;padding:52px 0 80px!important}.checkout-content,.checkout-grid{display:grid!important;grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr)!important;gap:28px!important;align-items:start!important}.checkout-section-title,.checkout-main h2,.checkout-main h3{color:#243027!important}.checkout-main h2{font-family:Playfair Display,serif!important;font-size:clamp(28px,3vw,39px)!important;font-weight:400!important;letter-spacing:-.3px!important}.checkout-card,.checkout-form,.checkout-summary,.checkout-order-summary,.checkout-details,.checkout-payment{border-radius:22px!important;border:1px solid rgba(255,255,255,.76)!important;background:linear-gradient(145deg,#ffffffb3,#ffffff61)!important;box-shadow:0 15px 38px #2f261c0f,inset 0 1px #ffffffd1!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important}.checkout-page input,.checkout-page select,.checkout-page textarea{width:100%!important;min-height:48px!important;padding:0 14px!important;border-radius:13px!important;border:1px solid rgba(31,45,36,.11)!important;background:#ffffff75!important;color:#283129!important;font-family:DM Sans,sans-serif!important;font-size:11px!important;outline:none!important;box-shadow:inset 0 1px #ffffffa3!important;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease!important}.checkout-page textarea{min-height:100px!important;padding-top:13px!important;padding-bottom:13px!important;resize:vertical}.checkout-page input::placeholder,.checkout-page textarea::placeholder{color:#9a968f!important}.checkout-page input:focus,.checkout-page select:focus,.checkout-page textarea:focus{border-color:#b8945b7a!important;background:#ffffffb3!important;box-shadow:0 0 0 3px #b8945b14,inset 0 1px #ffffffb8!important}.checkout-page label{display:block!important;margin-bottom:7px!important;color:#566057!important;font-size:8px!important;font-weight:700!important;letter-spacing:1.5px!important;text-transform:uppercase!important}.checkout-page .form-group,.checkout-page .checkout-field,.checkout-page .field{margin-bottom:15px!important}.checkout-summary,.checkout-order-summary{position:sticky!important;top:98px!important;padding:22px!important}.checkout-summary h2,.checkout-order-summary h2{margin-bottom:18px!important;font-family:Playfair Display,serif!important;font-size:27px!important;font-weight:400!important;color:#243027!important}.checkout-summary .cart-item,.checkout-order-summary .cart-item,.checkout-summary .checkout-item,.checkout-order-summary .checkout-item{margin-bottom:10px!important;padding:10px!important;border-radius:17px!important;border:1px solid rgba(255,255,255,.7)!important;background:#fff6!important;box-shadow:inset 0 1px #ffffffad!important}.checkout-summary img,.checkout-order-summary img{border-radius:13px!important;background:#eee8df!important;border:1px solid rgba(184,148,91,.1)!important}.checkout-summary>div,.checkout-order-summary>div{color:#5f675f}.checkout-summary .subtotal,.checkout-summary .shipping,.checkout-summary .total,.checkout-order-summary .subtotal,.checkout-order-summary .shipping,.checkout-order-summary .total{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:20px!important}.checkout-summary .total,.checkout-order-summary .total{margin-top:12px!important;padding-top:15px!important;border-top:1px solid rgba(88,81,72,.12)!important}.checkout-summary .total strong,.checkout-order-summary .total strong{color:#253229!important;font-size:21px!important;font-weight:600!important}.checkout-payment{padding:22px!important;margin-top:18px!important}.checkout-payment h3{margin-bottom:16px!important;font-family:Playfair Display,serif!important;font-weight:400!important;font-size:22px!important}.checkout-page button[type=submit],.checkout-page .place-order-button,.checkout-page .checkout-submit,.checkout-page .pay-button,.checkout-page .checkout-button{width:100%!important;min-height:56px!important;border-radius:16px!important;border:1px solid rgba(31,45,36,.95)!important;background:linear-gradient(135deg,#293d31,#18251e)!important;color:#fff!important;font-size:9px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;box-shadow:0 12px 27px #1c2b232e,inset 0 1px #ffffff17!important;transition:transform .24s ease,box-shadow .24s ease,background .24s ease!important}.checkout-page button[type=submit]:hover,.checkout-page .place-order-button:hover,.checkout-page .checkout-submit:hover,.checkout-page .pay-button:hover,.checkout-page .checkout-button:hover{transform:translateY(-2px)!important;background:linear-gradient(135deg,#304938,#19261f)!important;box-shadow:0 17px 34px #1c2b2340!important}.checkout-page button:not([type=submit]):not(.checkout-submit):not(.place-order-button):not(.pay-button){border-radius:12px;transition:background .2s ease,color .2s ease,border-color .2s ease}.checkout-page .notice,.checkout-page .info-message,.checkout-page .checkout-message,.checkout-page .payment-message{border-radius:14px!important;padding:12px 14px!important;background:#b8945b14!important;border:1px solid rgba(184,148,91,.14)!important;color:#75684f!important;font-size:10px!important;line-height:1.55!important}.checkout-back{border-radius:999px!important;padding:10px 15px!important;border:1px solid rgba(31,45,36,.1)!important;background:#fff6!important}@media(max-width:768px){.checkout-header{min-height:68px!important;padding:0 16px!important}.checkout-main{width:calc(100% - 24px)!important;padding:28px 0 60px!important}.checkout-content,.checkout-grid{display:flex!important;flex-direction:column!important;gap:15px!important}.checkout-summary,.checkout-order-summary{position:relative!important;top:auto!important;width:100%!important}.checkout-card,.checkout-form,.checkout-summary,.checkout-order-summary,.checkout-details,.checkout-payment{border-radius:19px!important}.checkout-main h2{font-size:31px!important}.checkout-page input,.checkout-page select,.checkout-page textarea{min-height:47px!important;border-radius:12px!important;font-size:11px!important}.checkout-payment{padding:17px!important}.checkout-page button[type=submit],.checkout-page .place-order-button,.checkout-page .checkout-submit,.checkout-page .pay-button,.checkout-page .checkout-button{min-height:54px!important;border-radius:15px!important}}@media(max-width:380px){.checkout-main{width:calc(100% - 18px)!important}.checkout-header{padding:0 12px!important}.checkout-main h2{font-size:27px!important}}@media(max-width:768px){.checkout-page{width:100%!important;min-height:100dvh!important;overflow-x:hidden!important;background:radial-gradient(circle at 0% 0%,rgba(216,184,121,.1),transparent 30%),linear-gradient(180deg,#f8f6f1,#efebe4)!important}.checkout-header{position:sticky!important;top:0!important;z-index:100!important;width:100%!important;min-height:68px!important;height:68px!important;padding:0 14px!important;display:grid!important;grid-template-columns:1fr auto 1fr!important;align-items:center!important;gap:8px!important;border-bottom:1px solid rgba(31,45,36,.08)!important;background:#f8f6f1d1!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;box-shadow:0 5px 20px #231e180a!important}.checkout-back{justify-self:start!important;display:inline-flex!important;align-items:center!important;min-height:34px!important;padding:0 10px!important;border:1px solid rgba(31,45,36,.1)!important;border-radius:999px!important;background:#ffffff6b!important;color:#38433b!important;font-size:8px!important;letter-spacing:1px!important;white-space:nowrap!important}.checkout-logo{grid-column:auto!important;grid-row:1!important;order:initial!important;justify-self:center!important;margin:0!important;font-size:22px!important;letter-spacing:5px!important;line-height:1!important;color:var(--gold)!important}.checkout-logo span{display:block!important;margin-top:4px!important;font-size:5.5px!important;letter-spacing:2.5px!important;line-height:1!important}.checkout-secure{justify-self:end!important;font-size:7px!important;letter-spacing:.6px!important;color:#737971!important;white-space:nowrap!important}.checkout-container{width:100%!important;max-width:none!important;margin:0!important;padding:28px 14px calc(55px + env(safe-area-inset-bottom))!important;display:flex!important;flex-direction:column!important;gap:22px!important}.checkout-container>*{min-width:0!important}.checkout-title{width:100%!important;margin:0!important;padding:0 4px!important}.checkout-title p{margin:0 0 7px!important;color:var(--gold)!important;font-size:7px!important;font-weight:700!important;letter-spacing:2.5px!important;text-transform:uppercase!important}.checkout-title h1{margin:0!important;font-family:Playfair Display,serif!important;font-size:38px!important;font-weight:400!important;line-height:1!important;letter-spacing:-.5px!important;color:#1f2922!important}.checkout-line{width:34px!important;height:1px!important;margin-top:14px!important;background:var(--gold)!important;opacity:.7}.checkout-form{width:100%!important;margin-top:25px!important}.checkout-section{width:100%!important;margin-bottom:20px!important;padding:17px 15px!important;border-radius:19px!important;border:1px solid rgba(255,255,255,.72)!important;background:linear-gradient(145deg,#ffffffad,#ffffff61)!important;box-shadow:0 10px 25px #2a22190b,inset 0 1px #ffffffd1!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important}.checkout-section h2{margin:0 0 16px!important;font-family:Playfair Display,serif!important;font-size:21px!important;font-weight:400!important;line-height:1.15!important;color:#253128!important}.checkout-field{width:100%!important;margin-bottom:13px!important}.checkout-field label{display:block!important;margin:0 0 6px!important;color:#59635c!important;font-size:7.5px!important;font-weight:700!important;letter-spacing:1.2px!important;text-transform:uppercase!important}.checkout-field input,.checkout-field select,.checkout-field textarea{display:block!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;min-height:47px!important;height:47px!important;padding:0 12px!important;border-radius:12px!important;border:1px solid rgba(31,45,36,.1)!important;background:#ffffff87!important;color:#28312b!important;font-size:12px!important;outline:none!important;box-shadow:inset 0 1px #ffffffa6!important}.checkout-field textarea{min-height:92px!important;height:auto!important;padding:11px 12px!important}.checkout-field input:focus,.checkout-field select:focus,.checkout-field textarea:focus{border-color:#b8945b73!important;background:#ffffffbf!important;box-shadow:0 0 0 3px #b8945b12!important}.checkout-field input:disabled{opacity:.72!important;background:#e6e3dc9e!important}.checkout-two-columns{width:100%!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}.checkout-two-columns .checkout-field{min-width:0!important}.payment-method-card{width:100%!important;box-sizing:border-box!important;padding:14px!important;border-radius:15px!important;border:1px solid rgba(31,45,36,.12)!important;background:#ffffff85!important;display:flex!important;align-items:center!important;gap:10px!important;box-shadow:inset 0 1px #ffffffb3!important}.payment-method-card strong{font-size:12px!important;color:#29332c!important}.payment-method-card p{margin-top:4px!important;font-size:9px!important;line-height:1.4!important;color:#7b807a!important}.payment-method-card span{flex:0 0 auto!important;padding:7px 9px!important;border-radius:999px!important;background:#1f2d241a!important;color:#415047!important;font-size:6.5px!important;letter-spacing:.9px!important}.checkout-error{margin:0 0 15px!important;padding:11px 12px!important;border-radius:12px!important;border:1px solid rgba(160,70,70,.16)!important;background:#fff0f0c2!important;color:#8c4c4c!important;font-size:9px!important;line-height:1.5!important}.place-order-button{width:100%!important;min-height:55px!important;height:55px!important;border-radius:15px!important;border:1px solid #1d2b22!important;background:linear-gradient(135deg,#293c30,#18251d)!important;color:#fff!important;font-size:8px!important;font-weight:700!important;letter-spacing:1.8px!important;box-shadow:0 11px 24px #1d2b2229!important}.place-order-button:active{transform:scale(.99)}.place-order-button:disabled{opacity:.45!important}.checkout-note{margin:10px 4px 0!important;font-size:8px!important;line-height:1.55!important;color:#858982!important}.checkout-summary{position:relative!important;top:auto!important;width:100%!important;box-sizing:border-box!important;align-self:stretch!important;padding:18px 15px!important;border-radius:20px!important;border:1px solid rgba(255,255,255,.78)!important;background:linear-gradient(145deg,#ffffffb3,#fff6)!important;box-shadow:0 12px 28px #2a22190f,inset 0 1px #ffffffd1!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important}.summary-label{margin-bottom:5px!important;color:var(--gold)!important;font-size:7px!important;font-weight:700!important;letter-spacing:2px!important}.summary-inner h2{margin:0 0 17px!important;font-family:Playfair Display,serif!important;font-size:25px!important;font-weight:400!important;color:#243027!important}.summary-item{width:100%!important;box-sizing:border-box!important;display:grid!important;grid-template-columns:54px minmax(0,1fr) auto!important;gap:10px!important;align-items:center!important;margin-bottom:10px!important;padding:8px!important;border-radius:14px!important;border:1px solid rgba(255,255,255,.68)!important;background:#ffffff61!important}.summary-item img{width:54px!important;height:61px!important;border-radius:11px!important;object-fit:cover!important;background:#eee8de!important}.summary-item-info{min-width:0!important}.summary-item-info h3{margin:0 0 3px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-family:DM Sans,sans-serif!important;font-size:10px!important;font-weight:600!important;color:#303831!important}.summary-item-info p{margin:0!important;color:#81725a!important;font-size:8px!important}.summary-item>strong{font-size:9px!important;white-space:nowrap!important;color:#29332c!important}.summary-divider{height:1px!important;margin:15px 0!important;background:#4c463d1c!important}.summary-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:15px!important;margin-bottom:10px!important;font-size:9px!important;color:#676e68!important}.summary-row span:last-child,.summary-row strong{color:#303831!important;white-space:nowrap!important}.summary-total{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:15px!important;padding-top:3px!important}.summary-total span{color:#4e584f!important;font-size:12px!important;font-weight:500!important}.summary-total strong{color:#253128!important;font-size:19px!important;font-weight:600!important}.checkout-benefits{margin-top:18px!important;padding-top:14px!important;border-top:1px solid rgba(76,70,61,.1)!important;color:#737a74!important;font-size:8px!important;line-height:1.8!important}}@media(max-width:380px){.checkout-header{padding-inline:10px!important}.checkout-logo{font-size:20px!important;letter-spacing:4px!important}.checkout-secure{font-size:6px!important}.checkout-container{padding-inline:10px!important}.checkout-title h1{font-size:34px!important}.checkout-section{padding:15px 12px!important}.checkout-two-columns{grid-template-columns:1fr!important;gap:0!important}.summary-item{grid-template-columns:50px minmax(0,1fr) auto!important}.summary-item img{width:50px!important;height:57px!important}}@media(max-width:768px){.checkout-section:has(.payment-method-card){padding:20px 16px 18px!important;margin-bottom:15px!important;border-radius:22px!important;background:linear-gradient(145deg,#ffffffc7,#faf7f18a)!important;border:1px solid rgba(255,255,255,.86)!important;box-shadow:0 14px 34px #281f160e,inset 0 1px #ffffffe6!important;backdrop-filter:blur(22px) saturate(110%)!important;-webkit-backdrop-filter:blur(22px) saturate(110%)!important}.checkout-section:has(.payment-method-card) h2{margin:0 0 15px!important;font-family:Playfair Display,serif!important;font-size:23px!important;font-weight:400!important;letter-spacing:-.2px!important;color:#243027!important}.payment-method-card{position:relative!important;width:100%!important;min-height:92px!important;box-sizing:border-box!important;padding:15px 14px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:13px!important;border-radius:19px!important;border:1px solid rgba(184,148,91,.2)!important;background:linear-gradient(135deg,#ffffffc7,#fffcf775)!important;box-shadow:0 9px 24px #281f160d,inset 0 1px #ffffffdb!important;overflow:hidden!important}.payment-method-card:before{content:"";position:absolute;top:-35px;right:-35px;width:105px;height:105px;border-radius:50%;background:radial-gradient(circle,rgba(216,184,121,.18),transparent 68%);pointer-events:none}.payment-method-card input[type=radio]{appearance:none!important;-webkit-appearance:none!important;flex:0 0 24px!important;width:24px!important;height:24px!important;margin:0!important;border-radius:50%!important;border:1px solid rgba(184,148,91,.55)!important;background:#ffffffbf!important;box-shadow:0 3px 9px #231c1414,inset 0 1px 2px #ffffffd9!important;display:grid!important;place-content:center!important;cursor:pointer!important}.payment-method-card input[type=radio]:before{content:"";width:10px;height:10px;border-radius:50%;transform:scale(0);background:linear-gradient(135deg,#d8b879,#a77f3d);box-shadow:0 2px 5px #8c69342e}.payment-method-card input[type=radio]:checked{border-color:#b8945bd9!important;background:#ffffffeb!important;box-shadow:0 0 0 4px #b8945b14,0 5px 13px #231c1414!important}.payment-method-card input[type=radio]:checked:before{transform:scale(1)}.payment-method-card strong{position:relative;z-index:2;display:block!important;margin:0!important;color:#263229!important;font-family:DM Sans,sans-serif!important;font-size:10px!important;font-weight:800!important;letter-spacing:1.7px!important;line-height:1.25!important;text-transform:uppercase!important}.payment-method-card p{position:relative;z-index:2;margin:5px 0 0!important;max-width:150px!important;color:#87857d!important;font-size:7.5px!important;line-height:1.5!important;letter-spacing:1.05px!important;text-transform:uppercase!important}.payment-method-card span{position:relative;z-index:2;margin-left:auto!important;flex:0 0 auto!important;min-width:53px!important;padding:7px 9px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:#1f2d2413!important;border:1px solid rgba(31,45,36,.07)!important;color:#59635b!important;font-size:6px!important;font-weight:700!important;letter-spacing:1px!important;text-transform:uppercase!important}.checkout-section:has(.payment-method-card) .place-order-button{margin-top:17px!important;min-height:56px!important;height:56px!important;border-radius:17px!important;background:linear-gradient(135deg,#263a2e,#17251d)!important;border:1px solid rgba(26,40,31,.96)!important;box-shadow:0 12px 28px #19281f2e,inset 0 1px #ffffff1a!important;font-size:8px!important;letter-spacing:2px!important;font-weight:700!important}.checkout-section:has(.payment-method-card) .place-order-button:hover{transform:translateY(-1px)!important}.checkout-section:has(.payment-method-card) .checkout-note{margin:9px 5px 0!important;color:#94938c!important;font-size:7px!important;line-height:1.5!important;letter-spacing:.15px!important}.payment-method-card>div{min-width:0!important}@media(max-width:380px){.checkout-section:has(.payment-method-card){padding:18px 13px 16px!important;border-radius:20px!important}.payment-method-card{min-height:88px!important;padding:13px 12px!important;gap:10px!important}.payment-method-card input[type=radio]{flex-basis:22px!important;width:22px!important;height:22px!important}.payment-method-card strong{font-size:9px!important;letter-spacing:1.4px!important}.payment-method-card p{font-size:7px!important;max-width:130px!important}.payment-method-card span{min-width:48px!important;padding:6px 7px!important;font-size:5.5px!important}.checkout-section:has(.payment-method-card) .place-order-button{height:53px!important;min-height:53px!important;border-radius:15px!important;margin-top:15px!important}}}.aara-order-processing{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:20px;background:radial-gradient(circle at 50% 18%,rgba(216,184,121,.16),transparent 32%),#0c110ed1;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);animation:aaraProcessingFade .35s ease}.aara-order-processing-card{position:relative;width:min(430px,100%);padding:44px 30px 32px;text-align:center;border-radius:28px;border:1px solid rgba(255,255,255,.14);background:linear-gradient(145deg,#fffffff5,#f2ede2ed);box-shadow:0 30px 80px #00000052,inset 0 1px #ffffffd9;animation:aaraProcessingCard .5s cubic-bezier(.2,.8,.2,1)}.aara-processing-orbit{position:relative;width:72px;height:72px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(184,151,89,.45);box-shadow:0 0 0 8px #b897590d,0 12px 30px #b8975924;animation:aaraOrbitPulse 2.2s ease-in-out infinite}.aara-processing-orbit:before,.aara-processing-orbit:after{content:"";position:absolute;inset:7px;border-radius:50%;border:1px solid rgba(184,151,89,.22)}.aara-processing-orbit:after{inset:15px;border-color:#b8975929}.aara-processing-orbit span{position:relative;z-index:2;font-size:23px;color:#b89759;animation:aaraStarFloat 2s ease-in-out infinite}.aara-processing-eyebrow{margin:0 0 10px;font-size:9px;font-weight:600;letter-spacing:4px;color:#8d7650}.aara-order-processing-card h2{margin:0;font-family:Playfair Display,serif;font-size:31px;font-weight:400;line-height:1.15;color:#172019}.aara-processing-message{max-width:300px;margin:14px auto 24px;font-size:13px;line-height:1.7;color:#6e6a63}.aara-processing-loader{display:flex;justify-content:center;align-items:center;gap:7px;margin-bottom:24px}.aara-processing-loader span{width:7px;height:7px;border-radius:50%;background:#b89759;animation:aaraLoaderDot 1.2s ease-in-out infinite}.aara-processing-loader span:nth-child(2){animation-delay:.15s}.aara-processing-loader span:nth-child(3){animation-delay:.3s}.aara-processing-warning{display:flex;flex-direction:column;gap:5px;padding:14px 16px;border-radius:14px;background:#1720190e;border:1px solid rgba(23,32,25,.08)}.aara-processing-warning strong{font-size:9px;letter-spacing:1.6px;color:#253127}.aara-processing-warning span{font-size:10px;color:#77736c}@keyframes aaraProcessingFade{0%{opacity:0}to{opacity:1}}@keyframes aaraProcessingCard{0%{opacity:0;transform:translateY(18px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes aaraOrbitPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes aaraStarFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-3px) rotate(8deg)}}@keyframes aaraLoaderDot{0%,80%,to{opacity:.35;transform:scale(.75)}40%{opacity:1;transform:scale(1.15)}}@media(max-width:600px){.aara-order-processing{padding:16px}.aara-order-processing-card{width:100%;padding:38px 20px 24px;border-radius:24px}.aara-processing-orbit{width:64px;height:64px;margin-bottom:20px}.aara-order-processing-card h2{font-size:28px}.aara-processing-message{font-size:12px;line-height:1.65}.aara-processing-warning{padding:13px 12px}.aara-processing-warning strong{font-size:8px}.aara-processing-warning span{font-size:9px}}.tracking-page{position:relative;min-height:100dvh!important;overflow-x:hidden;background:radial-gradient(circle at 15% 8%,rgba(196,163,99,.1),transparent 28%),radial-gradient(circle at 88% 28%,rgba(34,58,45,.08),transparent 30%),linear-gradient(180deg,#f8f5ef,#f4f0e8 45%,#f7f4ee)}.tracking-header{position:relative;z-index:10;height:82px!important;padding:0 48px!important;border-bottom:1px solid rgba(48,53,47,.1)!important;background:#ffffffc7!important;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 8px 35px #26221b0a}.tracking-back{position:relative;display:inline-flex;align-items:center;gap:8px;border:0!important;background:transparent!important;color:#5f5a52!important;font-size:10px!important;letter-spacing:1.5px!important;text-transform:uppercase;cursor:pointer;transition:color .25s ease,transform .25s ease}.tracking-back:before{content:"←";font-size:14px;line-height:1;color:#b7965a}.tracking-back:hover{color:#1c261f!important;transform:translate(-3px)}.tracking-logo{color:#b7965a!important;font-family:Playfair Display,Georgia,serif!important;font-size:30px!important;font-weight:400!important;letter-spacing:7px!important;text-shadow:0 3px 16px rgba(183,145,82,.12)}.tracking-logo span{margin-top:5px!important;color:#81796e!important;font-family:DM Sans,Arial,sans-serif!important;font-size:7px!important;letter-spacing:4px!important}.tracking-container{position:relative;z-index:1;width:min(1000px,calc(100% - 40px))!important;padding:86px 0 120px!important}.tracking-title{position:relative;max-width:760px;margin:0 auto 48px!important;text-align:center}.tracking-title:before{content:"";position:absolute;top:-38px;left:50%;width:78px;height:78px;transform:translate(-50%);border-radius:50%;background:radial-gradient(circle,rgba(188,151,88,.13),transparent 70%);filter:blur(1px);pointer-events:none}.tracking-title p{position:relative;margin-bottom:13px!important;color:#b7965a!important;font-size:9px!important;font-weight:600!important;letter-spacing:4px!important;text-transform:uppercase}.tracking-title h1{position:relative;margin:0!important;color:#182119!important;font-family:Playfair Display,Georgia,serif!important;font-size:clamp(48px,6vw,68px)!important;font-weight:400!important;line-height:.98!important;letter-spacing:-1.5px;text-shadow:0 10px 25px rgba(32,39,33,.04)}.tracking-line{width:58px!important;height:1px!important;margin:24px auto 20px!important;background:linear-gradient(90deg,transparent,#b7965a,transparent)!important}.tracking-title>span{display:block;max-width:510px;margin:auto;color:#7a746c!important;font-size:12px!important;line-height:1.8!important;letter-spacing:.2px}.tracking-form{position:relative;max-width:760px!important;margin:0 auto!important;padding:14px!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto!important;gap:10px!important;border:1px solid rgba(53,60,53,.09)!important;border-radius:22px!important;background:#ffffffb8!important;box-shadow:0 20px 60px #27221b14,inset 0 1px #ffffffeb;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.tracking-form label{margin-bottom:7px!important;color:#756f66!important;font-size:8px!important;font-weight:600!important;letter-spacing:1.7px!important;text-transform:uppercase}.tracking-form input{box-sizing:border-box;width:100%!important;height:54px!important;padding:0 15px!important;border:1px solid rgba(70,68,62,.13)!important;border-radius:13px!important;outline:0!important;background:#ffffffd6!important;color:#1b211d!important;font-size:13px!important;box-shadow:inset 0 1px 2px #26231d06;transition:border-color .25s ease,box-shadow .25s ease,background .25s ease}.tracking-form input::placeholder{color:#b0aaa1!important}.tracking-form input:focus{border-color:#b79658a6!important;background:#fff!important;box-shadow:0 0 0 4px #b7965817,0 8px 22px #241f170d}.tracking-form button{min-width:145px;height:54px!important;padding:0 24px!important;border:0!important;border-radius:13px!important;background:linear-gradient(135deg,#1d2a22,#111914)!important;color:#fff!important;font-size:9px!important;font-weight:600!important;letter-spacing:2px!important;text-transform:uppercase;box-shadow:0 12px 28px #141d182e;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.tracking-form button:hover{transform:translateY(-2px);box-shadow:0 17px 34px #141d183d;background:linear-gradient(135deg,#24352b,#162019)!important}.tracking-form button:active{transform:translateY(0)}.tracking-error{max-width:760px!important;margin:18px auto 0!important;padding:14px 17px!important;border:1px solid rgba(142,64,64,.16)!important;border-radius:14px!important;background:#fff4f4d9!important;color:#8a3d3d!important;font-size:11px!important;line-height:1.55!important}.tracking-result{position:relative;margin-top:62px!important;overflow:hidden;border:1px solid rgba(55,60,54,.1)!important;border-radius:28px!important;background:#fffc!important;box-shadow:0 30px 80px #26211a17,inset 0 1px #fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.tracking-result:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,#b7965a 22%,#d8bb83 50%,#b7965a 78%,transparent);opacity:.85}.tracking-order-header{position:relative;padding:32px 34px!important;border-bottom:1px solid rgba(49,56,50,.08)!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px}.tracking-order-header p{margin:0!important;color:#a18a62!important;font-size:8px!important;font-weight:600!important;letter-spacing:3px!important;text-transform:uppercase}.tracking-order-header h2{margin:7px 0 0!important;color:#182119!important;font-family:Playfair Display,Georgia,serif!important;font-size:34px!important;font-weight:400!important;letter-spacing:-.4px}.tracking-status-badge{flex-shrink:0;padding:10px 15px!important;border:1px solid rgba(48,76,58,.11)!important;border-radius:999px!important;background:linear-gradient(135deg,#edf5eff2,#e2efe4eb)!important;color:#294635!important;font-size:9px!important;font-weight:600!important;letter-spacing:1.4px!important;text-transform:uppercase;box-shadow:0 7px 18px #2648300f}.tracking-summary{border-bottom:1px solid rgba(49,56,50,.08)!important}.tracking-summary>div{padding:25px 28px!important;border-right:1px solid rgba(49,56,50,.08)!important;background:#ffffff47;transition:background .25s ease}.tracking-summary>div:hover{background:#f6f1e79e}.tracking-summary>div:last-child{border-right:0!important}.tracking-summary span{margin-bottom:8px!important;color:#969087!important;font-size:8px!important;font-weight:600!important;letter-spacing:1.7px!important;text-transform:uppercase}.tracking-summary strong{color:#202820!important;font-size:14px!important;font-weight:500!important}.tracking-timeline{padding:42px 35px!important}.timeline-heading p{margin:0!important;color:#b7965a!important;font-size:8px!important;font-weight:600!important;letter-spacing:3px!important;text-transform:uppercase}.timeline-heading h3{margin:8px 0 0!important;color:#1d271f!important;font-family:Playfair Display,Georgia,serif!important;font-size:25px!important;font-weight:400!important}.timeline{margin-top:34px!important}.timeline-step{min-height:72px!important;gap:18px!important}.timeline-marker{position:relative;width:34px!important;height:34px!important;flex:0 0 34px!important;border:1px solid #d7d0c5!important;background:#ffffffe6!important;color:#a69f94!important;font-size:12px!important;box-shadow:0 5px 15px #231e170d;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.timeline-step.complete .timeline-marker,.timeline-step.current .timeline-marker{background:linear-gradient(145deg,#25362b,#162119)!important;border-color:#233229!important;color:#fff!important;box-shadow:0 8px 20px #1a271f26}.timeline-step.current .timeline-marker{box-shadow:0 0 0 5px #b7965817,0 9px 25px #1a271f26!important;animation:aaraTrackingPulse 2.2s ease-in-out infinite}.timeline-content{padding-top:6px!important;gap:5px!important}.timeline-content strong{color:#273027!important;font-size:14px!important;font-weight:500!important}.timeline-content span{color:#aa8a56!important;font-size:9px!important;font-weight:600!important;letter-spacing:1.3px!important}.timeline-connector{left:16px!important;top:34px!important;width:1px!important;background:linear-gradient(180deg,#b7965847,#d9d4cccc)!important}.tracking-columns{padding:0 35px 35px!important;gap:20px!important}.tracking-card{position:relative;padding:25px!important;overflow:hidden;border:1px solid rgba(54,60,54,.08)!important;border-radius:20px!important;background:linear-gradient(145deg,#ffffffbd,#f7f2e9e6)!important;box-shadow:0 16px 35px #2520190e;transition:transform .28s ease,box-shadow .28s ease}.tracking-card:before{content:"";position:absolute;top:-35px;right:-35px;width:90px;height:90px;border-radius:50%;background:radial-gradient(circle,rgba(184,148,88,.1),transparent 70%)}.tracking-card:hover{transform:translateY(-3px);box-shadow:0 20px 42px #25201914}.tracking-card>p{margin-bottom:16px!important;color:#a08961!important;font-size:8px!important;font-weight:600!important;letter-spacing:2.7px!important;text-transform:uppercase}.tracking-card>strong,.tracking-card>span{position:relative;margin-bottom:6px!important;color:#2a312b!important;font-size:12px!important}.tracking-item{align-items:center;gap:13px!important;margin-bottom:15px!important;padding-bottom:14px;border-bottom:1px solid rgba(45,50,45,.07)}.tracking-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}.tracking-item img{width:52px!important;height:62px!important;flex:0 0 52px;object-fit:cover;border-radius:10px;border:1px solid rgba(55,60,55,.08);background:#fff;box-shadow:0 8px 18px #28221b12}.tracking-item div{gap:5px!important}.tracking-item strong{color:#252d27!important;font-size:12px!important;font-weight:500!important}@keyframes aaraTrackingPulse{0%,to{transform:scale(1)}50%{transform:scale(1.045)}}@media(max-width:768px){.tracking-header{height:auto!important;padding:17px 16px!important;grid-template-columns:1fr!important;gap:9px!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:8px!important;letter-spacing:1.3px!important}.tracking-container{width:calc(100% - 24px)!important;padding:60px 0 90px!important}.tracking-title{margin-bottom:32px!important}.tracking-title:before{top:-25px;width:65px;height:65px}.tracking-title p{margin-bottom:10px!important;font-size:7px!important;letter-spacing:3px!important}.tracking-title h1{font-size:clamp(42px,13vw,54px)!important;letter-spacing:-.7px!important}.tracking-line{margin:18px auto 16px!important}.tracking-title>span{padding:0 10px;font-size:10px!important;line-height:1.75!important}.tracking-form{width:100%!important;padding:11px!important;display:grid!important;grid-template-columns:1fr!important;gap:10px!important;border-radius:20px!important}.tracking-form input{height:52px!important;border-radius:12px!important;font-size:13px!important}.tracking-form button{width:100%!important;min-width:0;height:53px!important;border-radius:12px!important;font-size:8px!important}.tracking-error{margin-top:14px!important;font-size:10px!important}.tracking-result{margin-top:40px!important;border-radius:23px!important}.tracking-order-header{padding:24px 20px!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:14px!important}.tracking-order-header p{font-size:7px!important;letter-spacing:2.4px!important}.tracking-order-header h2{font-size:28px!important}.tracking-status-badge{padding:8px 11px!important;font-size:7px!important;letter-spacing:1.2px!important}.tracking-summary{grid-template-columns:1fr!important}.tracking-summary>div{padding:17px 20px!important;border-right:0!important;border-bottom:1px solid rgba(49,56,50,.08)!important}.tracking-summary>div:last-child{border-bottom:0!important}.tracking-summary span{font-size:7px!important}.tracking-summary strong{font-size:13px!important}.tracking-timeline{padding:30px 20px!important}.timeline-heading p{font-size:7px!important;letter-spacing:2.5px!important}.timeline-heading h3{font-size:23px!important}.timeline{margin-top:28px!important}.timeline-step{gap:13px!important;min-height:68px!important}.timeline-marker{width:31px!important;height:31px!important;flex:0 0 31px!important;font-size:11px!important}.timeline-connector{left:14px!important;top:31px!important}.timeline-content{padding-top:4px!important}.timeline-content strong{font-size:12px!important}.timeline-content span{font-size:8px!important}.tracking-columns{padding:0 20px 20px!important;grid-template-columns:1fr!important;gap:13px!important}.tracking-card{padding:20px!important;border-radius:17px!important}.tracking-card>p{font-size:7px!important;letter-spacing:2.3px!important}.tracking-card>strong,.tracking-card>span{font-size:11px!important}.tracking-item img{width:48px!important;height:58px!important;flex-basis:48px}}@media(max-width:390px){.tracking-container{width:calc(100% - 20px)!important;padding-top:52px!important}.tracking-title h1{font-size:40px!important}.tracking-order-header h2{font-size:26px!important}.tracking-timeline{padding:27px 17px!important}.tracking-columns{padding-left:17px!important;padding-right:17px!important}}.aara-hero-ring{position:absolute!important}@media(min-width:769px){.aara-hero-ring{top:50%!important;right:2%!important;width:490px!important;height:490px!important;transform:translateY(-50%)!important}}@media(max-width:768px){.aara-hero-ring{top:43%!important;right:-1%!important;width:270px!important;height:270px!important;transform:translateY(-50%)!important}}
