@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css";@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css";:root{--maroon:#76292d;--maroon-dark:#632126;--cream:#faf6f1;--cream-dark:#f3ebe3;--gold:#b58a4a;--text:#302525;--muted:#766868;--line:#e5d9d2;--white:#fff;--shadow:0 10px 35px #3c1e1e14;--radius:12px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--text);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}.nav{z-index:1000;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#faf6f1f7;position:sticky;top:0}.nav-inner{align-items:center;gap:28px;width:min(1200px,100% - 40px);min-height:78px;margin:auto;display:flex}.brand{flex-shrink:0;align-items:center;display:flex}.brand img{object-fit:contain;width:auto;max-width:190px;height:52px}.nav nav{flex:1;justify-content:center;align-items:center;gap:28px;display:flex}.nav nav a{color:#4c3838;white-space:nowrap;padding:7px 0;font-size:14px;font-weight:600;position:relative}.nav nav a:after{content:"";background:var(--maroon);transform-origin:50%;height:1px;transition:transform .2s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.nav nav a:hover:after{transform:scaleX(1)}.cart-link{width:42px;height:42px;color:var(--maroon);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:21px;display:flex;position:relative}.cart-link:hover{background:var(--cream-dark)}.cart-link span{background:var(--maroon);color:#fff;border-radius:50%;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:11px;font-weight:700;line-height:1;display:flex;position:absolute;top:-2px;right:-2px}.menu-toggle{z-index:1102;width:42px;height:42px;color:var(--maroon);cursor:pointer;background:0 0;border:0;border-radius:8px;font-size:24px;display:none;position:relative}.hero:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#fff9f2c7 0%,#fff9f294 27%,#fff9f22e 48%,#fff9f200 68%);position:absolute;inset:0}.hero-content{z-index:2;width:min(1200px,100% - 40px);color:var(--maroon);margin:auto;padding:7% 0;position:relative}.eyebrow{color:var(--gold);letter-spacing:.18em;margin:0 0 12px;font-size:12px;font-weight:700}.hero-content .eyebrow{color:#9a7040}.hero h1{color:#6f2029;max-width:650px;margin:0 0 22px;font-family:Georgia,Times New Roman,serif;font-size:clamp(44px,5.2vw,76px);font-weight:500;line-height:1.04}.hero h1 em{font-style:italic;font-weight:400}.hero-content>p:not(.eyebrow){color:#3d2c2a;max-width:560px;margin:0 0 30px;font-size:17px;line-height:1.75}.hero-button{color:#fff;background:#762a32;border-radius:7px;justify-content:center;align-items:center;min-height:52px;padding:0 26px;font-size:15px;font-weight:700;text-decoration:none;transition:transform .2s,background .2s;display:inline-flex}.hero-button:hover{background:#5f2028;transform:translateY(-2px)}.section{width:min(1200px,100% - 40px);margin:0 auto;padding:90px 0}.section-heading{text-align:center;max-width:680px;margin:0 auto 45px}.section-heading h2{color:#3a2727;margin:0 0 12px;font-family:Georgia,Times New Roman,serif;font-size:clamp(30px,4vw,46px);font-weight:500;line-height:1.2}.section-heading p:not(.eyebrow){color:var(--muted);margin:0;font-size:15px}.collection-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;display:grid}.collection-card{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;transition:transform .25s,box-shadow .25s;overflow:hidden}.collection-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px #3c1e1e1f}.collection-image{aspect-ratio:4/5;background:var(--cream-dark);overflow:hidden}.collection-image img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.collection-card:hover .collection-image img{transform:scale(1.04)}.collection-content{padding:18px}.collection-content h3{color:var(--maroon);margin:0 0 5px;font-family:Georgia,Times New Roman,serif;font-size:21px;font-weight:500}.collection-content p{color:var(--muted);margin:0;font-size:13px}.shop-section{padding-top:70px}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;display:grid}.product-card{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;flex-direction:column;min-width:0;display:flex;overflow:hidden}.product-card-content{flex-direction:column;flex:1;padding:18px;display:flex}.product-category{color:var(--gold);letter-spacing:.08em;text-transform:uppercase;margin-bottom:5px;font-size:11px;font-weight:700}.product-card h3{color:#382626;min-height:3.9em;margin:0 0 8px;font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:500;line-height:1.3}.product-price{color:var(--maroon);margin-bottom:16px;font-size:17px;font-weight:700}.compare-price{color:#9a8a8a;margin-left:7px;font-size:13px;font-weight:400;text-decoration:line-through}.product-card-actions{flex-wrap:wrap;gap:8px;margin-top:auto;display:flex}.product-card-actions>*{flex:140px}.product-loading{text-align:center;color:var(--muted);grid-column:1/-1;padding:55px 20px;font-size:14px}.story-section{width:100%;max-width:none;padding-left:max(20px,50% - 600px);padding-right:max(20px,50% - 600px)}.story-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:70px;display:grid}.story-image{background:var(--cream-dark);border-radius:14px;overflow:hidden}.story-image img{aspect-ratio:4/5;object-fit:cover;width:100%}.story-content{max-width:560px}.story-content h2{margin:0 0 22px;font-family:Georgia,Times New Roman,serif;font-size:clamp(32px,4vw,48px);font-weight:500;line-height:1.2}.story-content>p:not(.eyebrow):not(.story-signature){color:var(--muted);margin:0 0 17px;font-size:15px;line-height:1.85}.story-signature{color:var(--maroon);margin:28px 0 0;font-family:Georgia,Times New Roman,serif;font-size:19px;font-style:italic}.contact-card{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);text-align:center;background:#fff;padding:30px}.contact-card p{color:var(--muted);margin:0 0 18px;font-size:14px}@media (width<=1000px){.nav-inner,.nav nav{gap:18px}.collection-grid,.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.story-grid{gap:40px}}@media (width<=760px){.nav-inner{gap:10px;width:calc(100% - 28px);min-height:68px}.brand{flex:1}.brand img{max-width:165px;height:45px}.menu-toggle{order:2;justify-content:center;align-items:center;display:flex}.cart-link{order:3}.nav nav{z-index:1101;border-bottom:1px solid var(--line);background:#faf6f1fa;flex-direction:column;align-items:stretch;gap:0;padding:8px 20px 15px;display:none;position:absolute;top:68px;left:0;right:0;box-shadow:0 12px 25px #32191914}.nav nav.open{display:flex}.nav nav a{border-bottom:1px solid var(--line);padding:13px 5px;font-size:14px}.nav nav a:last-child{border-bottom:0}.nav nav a:after{display:none}.hero{aspect-ratio:1671/941;background-position:50%;background-size:100% 100%;min-height:0}.hero:before{background:linear-gradient(90deg,#fff9f2db 0%,#fff9f2ad 34%,#fff9f238 62%,#fff9f200 100%)}.hero-content{width:calc(100% - 28px);padding:8% 0}.hero h1{max-width:290px;margin-bottom:15px;font-size:clamp(30px,9vw,44px);line-height:1.03}.hero-content>p:not(.eyebrow){max-width:300px;margin-bottom:20px;font-size:14px;line-height:1.55}.hero-button{min-height:46px;padding:0 19px;font-size:14px}.section{width:calc(100% - 32px);padding:65px 0}.section-heading{margin-bottom:32px}.collection-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.collection-content{padding:14px}.collection-content h3{font-size:18px}.collection-content p{font-size:12px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.product-card-content{padding:13px}.product-card h3{font-size:17px}.product-price{font-size:15px}.product-card-actions{flex-direction:column}.product-card-actions>*{flex:none;width:100%}.story-section{width:calc(100% - 32px);padding-left:0;padding-right:0}.story-grid{grid-template-columns:1fr;gap:35px}.story-image{order:1}.story-content{order:2}.contact-grid{grid-template-columns:1fr}.variant-modal{width:calc(100% - 24px);max-height:calc(100vh - 24px);overflow-y:auto}.variant-modal-inner{padding:20px}.variant-modal-header h2{font-size:21px}.variant-modal-product img{width:68px;height:82px}}@media (width<=430px){.collection-grid,.product-grid{gap:10px}.product-card-content{padding:11px}.product-card h3{font-size:16px}.product-category{font-size:9px}.product-price{font-size:14px}.compare-price{margin:2px 0 0;display:block}.hero{aspect-ratio:1671/941;background-position:50%;background-size:100% 100%;min-height:0}.hero-content{width:calc(100% - 24px)}.hero h1{max-width:245px;font-size:30px}.hero-content>p:not(.eyebrow){max-width:250px;font-size:13px}.variant-modal-inner{padding:17px}}:focus-visible{outline:2px solid var(--gold);outline-offset:3px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important;animation:none!important}}.footer{color:#ffffffc7;background:#2d1d20;padding:60px max(20px,50% - 600px) 25px}.footer-grid{grid-template-columns:1.3fr 1fr 1fr 1fr;gap:35px;width:100%;display:grid}.footer h3{color:#fff;margin:0 0 12px;font-family:Georgia,Times New Roman,serif;font-weight:500}.footer a{margin:5px 0;font-size:13px;display:block}.footer p{margin:5px 0;font-size:13px;line-height:1.7}.footer-brand-social{grid-column:1/-1;justify-content:space-between;align-items:center;gap:30px;display:flex}.footer .social-links{flex-direction:row;justify-content:flex-end;align-items:center;gap:28px;display:flex}.footer .social-links a{flex:0 0 30px;justify-content:center;align-items:center;width:30px;height:30px;margin:0;padding:0;font-size:20px;text-decoration:none;display:inline-flex}.footer-bottom{text-align:center;border-top:1px solid #ffffff1f;margin-top:35px;padding-top:18px;font-size:12px}.product-loading-page{text-align:center;color:var(--muted);padding:70px 20px}.product-info h1{margin:0 0 10px;font-family:Georgia,Times New Roman,serif;font-size:clamp(32px,4vw,48px);font-weight:500;line-height:1.15}.product-info .product-price{margin-bottom:22px;font-size:22px}.product-description{color:var(--muted);white-space:pre-line;line-height:1.8}.section-title{text-align:center;margin-bottom:45px}.section-title h1{margin:0 0 10px;font:500 clamp(34px,5vw,52px) Georgia,Times New Roman,serif}.section-title>p:last-child{color:var(--muted)}.ornament{color:var(--gold);margin:8px 0}.checkout-grid{grid-template-columns:minmax(0,1fr) minmax(320px,.7fr);gap:35px;display:grid}.cart-item{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:100px minmax(0,1fr);gap:18px;padding:15px;display:grid}.cart-item small{color:var(--gold);letter-spacing:.06em;font-weight:700}.cart-item h3{margin:3px 0 6px;font:500 20px Georgia,Times New Roman,serif}.cart-item p{color:var(--muted);margin:0 0 8px;font-size:13px}.cart-item strong{color:var(--maroon)}.remove-item{color:var(--maroon);cursor:pointer;background:0 0;border:0;margin-top:10px;padding:0;font-size:12px;display:block}.variant-modal-actions{gap:10px;margin-top:20px;display:flex}.variant-modal-actions>*{flex:1}.variant-stock{color:#5e4b4b;min-height:20px;margin-top:5px;font-size:13px}.variant-stock.warning{color:#a66b00}.variant-stock.out{color:#a12828;font-weight:700}.variant-modal-message{color:#5e4b4b;min-height:20px;margin-top:10px;font-size:13px}.variant-modal-message.error{color:#a12828}@media (width<=900px){.nav-inner{width:min(100% - 28px,1200px)}.nav nav{gap:17px}.collection-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.checkout-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.nav-inner{width:min(100% - 28px,1200px)}.brand img{max-width:155px;height:45px}.nav nav{background:var(--cream);border:1px solid var(--line);border-radius:0 0 10px 10px;flex-direction:column;align-items:stretch;gap:0;padding:8px;display:none;position:absolute;top:calc(100% + 1px);left:14px;right:14px;box-shadow:0 15px 30px #3c1e1e1a}.nav nav.open{display:flex}.nav .menu-toggle{order:2;margin-left:auto;display:block}.nav .cart-link{order:3}.collection-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.section,.product-page,.checkout-page{width:calc(100% - 28px);padding:55px 0}.hero{min-height:580px}.hero-content{width:calc(100% - 28px);padding:70px 0}.footer{padding-left:14px;padding-right:14px}.footer-grid{grid-template-columns:1fr 1fr;gap:25px 18px}.footer-brand-social{grid-column:1/-1;gap:20px}.footer .social-links{gap:24px}.footer .social-links a{flex-basis:28px;width:28px;height:28px;font-size:19px}.cart-item{grid-template-columns:75px minmax(0,1fr);gap:12px}.cart-item>img{width:75px;height:95px}}@media (width<=480px){.collection-grid,.product-grid{grid-template-columns:1fr 1fr}.product-card-content{padding:12px}.product-card h3{font-size:16px}.product-price{font-size:14px}.checkout-grid{gap:20px}.variant-modal{width:calc(100% - 20px)}.variant-modal-inner{padding:18px}}.page-hero{background:var(--cream,#fbf6ef);padding:72px 20px 34px}.page-hero .section-heading{margin-bottom:0}.products-page-section{padding-top:28px}.products-page-section .product-grid{min-height:300px}@media (width<=700px){.page-hero{padding:48px 16px 24px}}.contact-page-section{padding-top:28px}.contact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;max-width:980px;margin:0 auto;display:grid}.contact-card{background:var(--surface,#fff);border:1px solid var(--line,#e8ddd2);box-sizing:border-box;border-radius:14px;padding:30px}.contact-card h2{margin:0 0 12px}.contact-card p{line-height:1.7}.contact-card form{gap:10px;margin-top:20px;display:flex}.contact-card input{flex:1;min-width:0}@media (width<=700px){.contact-grid{grid-template-columns:1fr}.contact-card form{flex-direction:column}}.hero{isolation:isolate;aspect-ratio:1671/941;background-image:linear-gradient(90deg,#1e0f1194 0%,#1e0f1157 30%,#1e0f111a 52%,#1e0f1100 72%),url(./hero-C2-UHGbG.jpg);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;align-items:center;width:100%;min-height:0;display:flex;position:relative;overflow:hidden}.hero:before,.hero:after{content:none!important;display:none!important}.hero-content{z-index:2;color:#fff;text-shadow:0 2px 10px #00000052;width:min(1200px,100% - 40px);margin:0 auto;padding:7% 0;position:relative}.hero-content .eyebrow{color:#f0d49a;letter-spacing:.2em;text-shadow:0 2px 8px #0000006b;margin:0 0 14px;font-size:12px;font-weight:700}.hero h1{color:#fff;text-shadow:0 3px 16px #0000006b;max-width:680px;margin:0 0 22px;font-family:Georgia,Times New Roman,serif;font-size:clamp(44px,5.8vw,78px);font-weight:500;line-height:1.06}.hero h1 em{color:#fff;font-style:italic;font-weight:400}.hero-content>p:not(.eyebrow){color:#fff;text-shadow:0 2px 10px #0000006b;max-width:570px;margin:0 0 30px;font-size:17px;line-height:1.75}.hero-button{min-width:230px;min-height:52px;color:var(--maroon);text-shadow:none;background:#fff;border:0;border-radius:7px;justify-content:center;align-items:center;padding:0 25px;font-size:14px;font-weight:700;transition:transform .2s,background .2s,box-shadow .2s;display:inline-flex;box-shadow:0 8px 25px #00000024}.hero-button:hover{background:#f8eee6;transform:translateY(-2px);box-shadow:0 12px 30px #0000002e}@media (width<=900px) and (width>=701px){.hero-content{width:calc(100% - 40px)}.hero h1{max-width:560px;font-size:clamp(40px,6vw,62px)}}@media (width<=700px){.hero{aspect-ratio:1671/941;background-position:50%;background-size:100% 100%;align-items:center;min-height:0}.hero-content{width:calc(100% - 30px);margin:0 15px;padding:8% 0}.hero-content .eyebrow{letter-spacing:.15em;margin-bottom:8px;font-size:9px}.hero h1{max-width:285px;margin-bottom:12px;font-size:clamp(30px,9vw,42px);line-height:1.03}.hero-content>p:not(.eyebrow){max-width:290px;margin-bottom:17px;font-size:12px;line-height:1.5}.hero-button{min-width:180px;min-height:45px;padding:0 19px;font-size:13px}}@media (width<=390px){.hero-content{width:calc(100% - 24px);margin:0 12px}.hero h1{max-width:255px;font-size:29px}.hero-content>p:not(.eyebrow){max-width:245px;font-size:11.5px}.hero-button{min-width:170px;min-height:43px;font-size:12px}}@media (width<=760px){.hero{aspect-ratio:4/5!important;background-position:0!important;background-repeat:no-repeat!important;background-size:auto 100%!important;min-height:0!important}}.hero-content{z-index:5;-webkit-backdrop-filter:blur(2px);text-shadow:0 2px 5px #000000d9,0 4px 18px #0000008c;background:#37141961;border-radius:12px;width:min(600px,48%);max-width:600px;margin-left:0;margin-right:auto;padding:26px 30px;position:relative}.hero-content .eyebrow{text-shadow:0 2px 5px #000000e6,0 3px 12px #000000b3;font-weight:800;color:#f7d99c!important}.hero h1,.hero h1 em{text-shadow:0 3px 6px #000000f2,0 5px 20px #000000b3;color:#fff!important}.hero-content>p:not(.eyebrow){text-shadow:0 2px 5px #000000f2,0 4px 16px #000000b3;font-weight:500;color:#fff!important}.hero-button{text-shadow:none!important}@media (width<=760px){.hero-content{background:#37141966;border-radius:10px;width:auto;max-width:285px;margin-left:15px;margin-right:auto;padding:18px}}.checkout-page{width:min(1120px,100% - 40px);margin:0 auto;padding:60px 0 90px}.checkout-page .section-title{text-align:center;max-width:700px;margin:0 auto 42px}.checkout-page .section-title h1{color:var(--text);margin:0 0 10px;font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,5vw,50px);font-weight:500;line-height:1.15}.checkout-page .section-title .eyebrow{margin-bottom:8px}.checkout-page .section-title .ornament{color:var(--gold);letter-spacing:.12em;margin:10px 0;font-size:20px}.checkout-page .section-title>p:last-child{max-width:560px;color:var(--muted);margin:0 auto;font-size:15px;line-height:1.7}.checkout-grid{grid-template-columns:minmax(0,1fr) minmax(350px,.72fr);align-items:start;gap:32px;display:grid}.cart-items{gap:14px;display:grid}.cart-item{border:1px solid var(--line);background:#fff;border-radius:14px;grid-template-columns:100px minmax(0,1fr);gap:18px;padding:16px;display:grid;box-shadow:0 6px 22px #3c1e1e0b}.cart-item>img{object-fit:cover;background:var(--cream-dark);border-radius:9px;width:100px;height:125px}.cart-item small{color:var(--gold);letter-spacing:.1em;margin-bottom:3px;font-size:10px;font-weight:800;display:block}.cart-item h3{color:var(--text);margin:2px 0 7px;font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:500;line-height:1.3}.cart-item p{color:var(--muted);margin:0 0 8px;font-size:13px;line-height:1.6}.cart-item strong{color:var(--maroon);font-size:16px;font-weight:750}.remove-item{color:var(--maroon);cursor:pointer;background:0 0;border:0;margin-top:9px;padding:0;font-size:12px;font-weight:700;display:inline-block}.remove-item:hover{text-decoration:underline}.text-button{color:var(--maroon);cursor:pointer;background:0 0;border:0;margin-top:15px;padding:0;font-size:13px;font-weight:700}.text-button:hover{text-decoration:underline}.cart-empty{border:1px solid var(--line);text-align:center;color:var(--muted);background:#fff;border-radius:16px;padding:65px 20px;box-shadow:0 6px 22px #3c1e1e0a}.cart-empty .hero-btn{background:var(--maroon);color:#fff;border-radius:7px;justify-content:center;align-items:center;min-height:44px;margin:20px auto 0;padding:0 20px;font-weight:700;display:inline-flex}.order-form{border:1px solid var(--line);background:#fff;border-radius:16px;padding:27px;position:sticky;top:95px;box-shadow:0 10px 35px #3c1e1e12}.order-form h2{color:var(--text);margin:0 0 7px;font-family:Georgia,Times New Roman,serif;font-size:28px;font-weight:500;line-height:1.2}.order-form .form-note{color:var(--muted);margin:0 0 25px;font-size:13px;line-height:1.65}.order-form>label{color:#4a3939;margin:0 0 17px;font-size:13px;font-weight:700;line-height:1.4;display:block}.order-form input,.order-form textarea,.order-form select{width:100%;color:var(--text);box-sizing:border-box;background:#fff;border:1px solid #ddd0ca;border-radius:9px;outline:none;margin-top:7px;padding:12px 13px;font-size:15px;transition:border-color .2s,box-shadow .2s;display:block}.order-form input{height:48px}.order-form textarea{resize:vertical;min-height:105px;line-height:1.55}.order-form select{cursor:pointer;height:48px}.order-form input::placeholder,.order-form textarea::placeholder{color:#aaa0a0}.order-form input:focus,.order-form textarea:focus,.order-form select:focus{border-color:var(--maroon);box-shadow:0 0 0 3px #76292d14}.order-total{border-top:1px solid var(--line);color:var(--text);justify-content:space-between;align-items:center;gap:20px;margin:23px 0 17px;padding-top:18px;font-size:16px;font-weight:600;display:flex}.order-total strong{color:var(--maroon);font-size:21px;font-weight:800}.place-order{color:#fff;cursor:pointer;background:#76292d;border:0;border-radius:9px;justify-content:center;align-items:center;width:100%;min-height:51px;padding:0 18px;font-size:15px;font-weight:700;transition:background .2s,transform .2s,box-shadow .2s;display:flex;box-shadow:0 7px 18px #76292d29}.place-order:hover{background:#632126;transform:translateY(-1px);box-shadow:0 10px 24px #76292d38}.place-order:active{transform:translateY(0)}.order-form .small-note{color:var(--muted);text-align:center;margin:15px 0 0;font-size:11.5px;line-height:1.65}@media (width<=900px){.checkout-grid{grid-template-columns:1fr;gap:25px}.order-form{position:static}}@media (width<=700px){.checkout-page{width:calc(100% - 28px);padding:36px 0 60px}.checkout-page .section-title{margin-bottom:30px}.checkout-page .section-title h1{font-size:32px}.checkout-page .section-title>p:last-child{font-size:13px;line-height:1.6}.cart-item{grid-template-columns:76px minmax(0,1fr);gap:12px;padding:12px}.cart-item>img{width:76px;height:96px}.cart-item h3{font-size:17px}.cart-item p{font-size:12px}.order-form{border-radius:14px;padding:21px}.order-form h2{font-size:25px}.order-form .form-note{margin-bottom:22px;font-size:13px}.order-form>label{margin-bottom:16px}.order-form input,.order-form textarea,.order-form select{font-size:16px}.order-form input,.order-form select{height:49px}.order-form textarea{min-height:110px}.order-total{margin-top:21px;padding-top:17px}.place-order{min-height:52px}}@media (width<=430px){.checkout-page{width:calc(100% - 24px)}.order-form{padding:18px}.checkout-page .section-title h1{font-size:29px}.cart-item{grid-template-columns:68px minmax(0,1fr)}.cart-item>img{width:68px;height:86px}}.online-payment-box{border:1px solid var(--line);background:#faf7f4;border-radius:12px;margin-top:20px;padding:20px}.payment-divider{background:var(--line);height:1px;margin-bottom:20px}.online-payment-box h3{color:var(--text);margin:0 0 7px;font-family:Georgia,Times New Roman,serif;font-size:21px;font-weight:500}.payment-instruction{color:var(--muted);margin:0 0 18px;font-size:12.5px;line-height:1.65}.payment-qr-wrap{border:1px solid var(--line);background:#fff;border-radius:12px;width:min(230px,100%);margin:0 auto 22px;padding:12px;box-shadow:0 5px 18px #3c1e1e0f}.payment-qr-wrap img{aspect-ratio:1;object-fit:contain;width:100%;height:auto;display:block}.online-payment-box input[type=file]{cursor:pointer;background:#fff;height:auto;padding:10px}.payment-screenshot-preview{border:1px solid var(--line);background:#fff;border-radius:9px;margin-top:12px;padding:10px}.payment-screenshot-preview img{object-fit:contain;background:#f5eee8;border-radius:6px;width:100%;max-height:260px;display:block}.payment-screenshot-preview button{color:var(--maroon);cursor:pointer;background:0 0;border:0;margin-top:8px;padding:0;font-size:12px;font-weight:700}@media (width<=700px){.online-payment-box{padding:17px}.payment-qr-wrap{width:min(210px,100%)}.online-payment-box h3{font-size:20px}}.product-page .product-layout{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:start;gap:55px;width:100%;display:grid}.product-page .product-layout>*{min-width:0}.product-page .product-gallery{width:100%;min-width:0}.product-page .product-main-image{aspect-ratio:4/5;background:#f8f3ed;border-radius:14px;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.product-page .product-main-image img{object-fit:contain;object-position:center center;border:0;width:auto;max-width:100%;height:auto;max-height:100%;margin:0;padding:0;display:block}.product-page .product-thumbnails{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;width:100%;margin:10px 0 0;padding:0;display:grid}.product-page .product-thumb{aspect-ratio:1;border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:7px;justify-content:center;align-items:center;width:100%;min-width:0;margin:0;padding:0;display:flex;overflow:hidden}.product-page .product-thumb.active{border:2px solid var(--maroon)}.product-page .product-thumb img{object-fit:contain;object-position:center center;border:0;width:auto;max-width:100%;height:auto;max-height:100%;margin:0;padding:0;display:block}@media (width<=900px){.product-page .product-layout{grid-template-columns:1fr;gap:35px}}@media (width<=700px){.product-page .product-main-image,.product-page .product-thumbnails{max-width:450px}.product-page .product-thumbnails{gap:7px;margin-top:8px}.product-page .product-thumb{border-radius:6px}}@media (width<=480px){.product-page .product-main-image{border-radius:12px}.product-page .product-thumbnails{gap:6px}}.product-page .product-info{min-width:0}.product-page .product-code{color:var(--gold);letter-spacing:.08em;margin-bottom:8px;font-size:12px;font-weight:700}.product-page .product-info .product-price{color:var(--maroon);margin-bottom:25px;font-size:24px;font-weight:700}.product-page .compare-price{color:#9a8a8a;margin-left:8px;font-size:15px;font-weight:400;text-decoration:line-through}.product-page .product-description{color:var(--muted);white-space:pre-line;margin-bottom:20px;font-size:15px;line-height:1.8}.product-page .product-details{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:20px 0 25px;padding:15px 0}.product-page .product-details>div{color:var(--muted);margin:7px 0;font-size:14px}.product-page .product-details strong{color:var(--text)}.product-page .buy-button{cursor:pointer;background:var(--maroon);color:#fff;border:0;border-radius:7px;width:100%;min-height:48px;padding:0 15px;font-size:14px;font-weight:700}.product-page .buy-button:hover:not(:disabled){background:var(--maroon-dark)}.product-page .buy-button:disabled{opacity:.45;cursor:not-allowed}@media (width<=900px){.product-page{padding-top:35px}.product-page .product-layout{grid-template-columns:1fr;gap:35px}}@media (width<=700px){.product-page{width:calc(100% - 32px);padding:25px 0 60px}.product-page .product-info h1{font-size:34px;line-height:1.15}.product-page .product-price{font-size:23px}.product-page .variant-group,.product-page .quantity-group{grid-template-columns:60px minmax(0,1fr);column-gap:10px}.product-page .product-actions{gap:8px}}.admin-page *{box-sizing:border-box}.admin-page,.admin-page{color:#3f2028;background:#f8f4ef;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif}.admin-page{min-height:100vh}.admin-page .hidden{display:none!important}.admin-page .login{background:radial-gradient(circle at top,#b07e2414,#0000 35%),#f8f4ef;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.admin-page .login-card{background:#fff;border:1px solid #784b3714;border-radius:20px;width:100%;max-width:420px;padding:36px;box-shadow:0 18px 55px #46232824}.admin-page .login-card img{object-fit:contain;width:210px;max-width:80%;height:auto;max-height:130px;margin:0 auto 20px;display:block}.admin-page .login-card h1{text-align:center;color:#7b102f;margin:0 0 8px;font-size:28px}.admin-page .login-card p{text-align:center;color:#806d70;margin:0 0 26px;font-size:14px}.admin-page .login-card label{color:#542c35;margin-bottom:16px;font-size:13px;font-weight:600;display:block}.admin-page .login-card input{color:#3f2028;background:#fffdfb;border:1px solid #ded3ce;border-radius:10px;outline:none;width:100%;height:46px;margin-top:7px;padding:0 14px;font-size:14px;display:block}.admin-page .login-card input:focus{border-color:#9b2d4d;box-shadow:0 0 0 3px #9b2d4d1a}.admin-page button{cursor:pointer;font-family:inherit}.admin-page .primary{color:#fff;background:#8d1236;border:0;border-radius:10px;min-height:46px;padding:0 20px;font-weight:600;transition:all .2s}.admin-page .primary:hover{background:#74102d}.admin-page .secondary{color:#6d3041;background:#fff;border:1px solid #d8cbc6;border-radius:9px;min-height:40px;padding:0 16px;font-weight:600}.admin-page .secondary:hover{background:#faf5f1}.admin-page .message{text-align:center;color:#806d70;min-height:20px;margin-top:12px;font-size:13px}.admin-page .message.error{color:#b42318}.admin-page .message.success{color:#18794e}.admin-page .app-header{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffcf9f7;border-bottom:1px solid #eaded8;justify-content:space-between;align-items:center;height:76px;padding:0 28px;display:flex;position:sticky;top:0}.admin-page .brand{align-items:center;gap:14px;display:flex}.admin-page .brand img{object-fit:contain;width:105px;height:54px;display:block}.admin-page .brand strong{color:#7b102f;border-left:1px solid #dfd2cc;padding-left:14px;font-size:18px;font-weight:700}.admin-page .header-actions{align-items:center;gap:16px;display:flex}.admin-page .user-email{color:#705e62;font-size:13px}.admin-page .layout{min-height:calc(100vh - 76px);display:flex}.admin-page .sidebar{background:#fffaf6;border-right:1px solid #eaded8;flex:0 0 230px;width:230px;padding:24px 16px}.admin-page .sidebar button{color:#6b5358;text-align:left;background:0 0;border:0;border-radius:10px;width:100%;margin-bottom:5px;padding:13px 15px;font-size:14px;font-weight:600;display:block}.admin-page .sidebar button:hover{color:#7b102f;background:#f7eee9}.admin-page .sidebar button.active{color:#fff;background:#8d1236}.admin-page .main{flex:1;min-width:0;padding:32px}.admin-page .view{display:none}.admin-page .view.active{display:block}.admin-page .page-title{justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px;display:flex}.admin-page .page-title h2{color:#6f0f2d;margin:0 0 5px;font-size:28px}.admin-page .page-title p{color:#806d70;margin:0;font-size:14px}.admin-page .stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:24px;display:grid}.admin-page .stat{background:#fff;border:1px solid #eaded8;border-radius:15px;padding:22px;box-shadow:0 5px 20px #4623280d}.admin-page .stat small{color:#806d70;margin-bottom:8px;font-size:12px;display:block}.admin-page .stat strong{color:#7b102f;font-size:27px;display:block}.admin-page .card{background:#fff;border:1px solid #eaded8;border-radius:15px;margin-bottom:22px;padding:22px;box-shadow:0 5px 20px #4623280a}.admin-page .card h3{color:#642b39;margin:0 0 18px;font-size:18px}.admin-page .toolbar{gap:12px;margin-bottom:20px;display:flex}.admin-page .toolbar input,.admin-page .toolbar select{color:#49363a;background:#fff;border:1px solid #ded3ce;border-radius:9px;height:42px;padding:0 12px;font-family:inherit}.admin-page .toolbar input{flex:1;min-width:200px}.admin-page .toolbar select{min-width:150px}.admin-page table{border-collapse:collapse;width:100%;font-size:13px}.admin-page th{color:#68464e;text-align:left;background:#faf5f1;font-weight:700}.admin-page th,.admin-page td{vertical-align:middle;border-bottom:1px solid #eee4df;padding:13px 12px}.admin-page td{color:#554247}.admin-page tr:last-child td{border-bottom:0}.admin-page #productsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.admin-page .product-admin-card{background:#fff;border:1px solid #eaded8;border-radius:14px;padding:18px}.admin-page .product-admin-card h3{color:#76102f;margin:0 0 6px}.admin-page .product-admin-card small{color:#806d70}.admin-page .product-admin-card label{color:#62464d;margin-top:14px;font-size:12px;font-weight:600;display:block}.admin-page .product-admin-card input,.admin-page .product-admin-card select{background:#fff;border:1px solid #ddd0cb;border-radius:8px;width:100%;height:40px;margin-top:6px;padding:0 10px}.admin-page .product-admin-card button{margin-top:15px}.admin-page #inventoryGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.admin-page .inventory-card h3{color:#76102f;margin:0 0 15px}.admin-page .badge{color:#7b102f;background:#f5e9ed;border-radius:999px;justify-content:center;align-items:center;padding:5px 9px;font-size:11px;font-weight:700;display:inline-flex}.admin-page .badge.active{color:#18794e;background:#e8f6ee}.admin-page .badge.inactive{color:#a33a2d;background:#f5e7e5}.admin-page #recentOrders,.admin-page #ordersTable,.admin-page #productsGrid,.admin-page #inventoryGrid{color:#806d70}@media (width<=900px){.admin-page .app-header{height:auto;min-height:70px;padding:12px 16px}.admin-page .brand img{width:90px;height:48px}.admin-page .brand strong{font-size:16px}.admin-page .user-email{display:none}.admin-page .layout{display:block}.admin-page .sidebar{border-bottom:1px solid #eaded8;border-right:0;gap:6px;width:100%;padding:10px;display:flex;overflow-x:auto}.admin-page .sidebar button{width:auto;min-width:max-content;margin:0;padding:10px 14px}.admin-page .main{padding:20px 15px}.admin-page .stats{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-page #productsGrid,.admin-page #inventoryGrid{grid-template-columns:1fr}}@media (width<=600px){.admin-page .login{padding:15px}.admin-page .login-card{border-radius:16px;padding:25px 20px}.admin-page .login-card img{width:180px}.admin-page .login-card h1{font-size:24px}.admin-page .app-header{padding:10px 12px}.admin-page .brand{gap:8px}.admin-page .brand img{width:78px;height:42px}.admin-page .brand strong{padding-left:8px;font-size:14px}.admin-page .header-actions{gap:6px}.admin-page .secondary{min-height:36px;padding:0 11px;font-size:12px}.admin-page .main{padding:16px 10px}.admin-page .page-title h2{font-size:23px}.admin-page .stats{gap:10px}.admin-page .stat{padding:15px}.admin-page .stat strong{font-size:22px}.admin-page .card{padding:15px}.admin-page .toolbar{display:block}.admin-page .toolbar input,.admin-page .toolbar select{width:100%;margin-bottom:8px}.admin-page table{min-width:650px}.admin-page .card{overflow-x:auto}}.admin-page .stock-list{border-top:1px solid var(--line);margin-top:16px}.admin-page .stock-row{border-bottom:1px solid var(--line);box-sizing:border-box;grid-template-columns:55px minmax(120px,180px) 78px;align-items:center;gap:10px;min-height:62px;padding:10px 0;display:grid}.admin-page .stock-row>span{align-items:center;min-width:0;display:flex}.admin-page .stock-row>span b{color:var(--muted);font-size:18px}.admin-page .stock-row input{border:1px solid var(--line);box-sizing:border-box;border-radius:8px;width:100%;height:42px;padding:0 10px;font-size:14px}.admin-page .stock-row button{white-space:nowrap;box-sizing:border-box;justify-content:center;align-items:center;width:78px;height:42px;margin:0;padding:0 10px;display:flex}@media (width<=650px){.admin-page .stock-row{grid-template-columns:48px minmax(0,1fr) 72px;gap:8px;min-height:58px;padding:9px 0}.admin-page .stock-row>span b{font-size:17px}.admin-page .stock-row input{height:40px;font-size:14px}.admin-page .stock-row button{width:72px;height:40px;font-size:12px}}.admin-page{--line:#e5d9d2;--muted:#766868}.admin-page .page-title{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.admin-page #addProductCard[hidden]{display:none!important}.admin-page .admin-form label{margin:0 0 14px;font-size:13px;font-weight:600;display:block}.admin-page .admin-form input:not([type=checkbox]),.admin-page .admin-form textarea,.admin-page .admin-form select{border:1px solid var(--line);box-sizing:border-box;background:#fff;border-radius:8px;width:100%;margin-top:6px;padding:10px 12px}.admin-page .admin-form textarea{resize:vertical;min-height:80px}.admin-page .form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 15px;display:grid}.admin-page .check-row{align-items:center;gap:25px;margin:10px 0 18px;display:flex}.admin-page .check-row label{margin:0;font-weight:600}.admin-page .check-row input{margin-right:6px}.admin-page .stock-row>span{flex-direction:column;justify-content:center;align-items:flex-start}.admin-page .stock-color{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;max-width:180px;margin-top:2px;font-size:11px;font-weight:400;display:block;overflow:hidden}@media (width<=650px){.admin-page .page-title{flex-direction:column}.admin-page .form-grid{grid-template-columns:1fr}.admin-page .stock-color{max-width:120px}}.admin-page .customer-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:20px;display:grid}.admin-page .customer-profile-grid>div{background:#faf5f1;border-radius:9px;padding:13px}.admin-page .customer-profile-grid b,.admin-page .customer-profile-grid span{display:block}.admin-page .customer-profile-grid span{color:#705e70;margin-top:5px}.admin-page .customer-orders-heading{color:#642b39;margin-top:24px}@media (width<=650px){.admin-page .customer-profile-grid{grid-template-columns:1fr}}.admin-page .danger{color:#a33a2d;cursor:pointer;background:#fff;border:1px solid #e2c4bf;border-radius:9px;min-height:40px;padding:0 12px;font-weight:600}.admin-page .danger:hover{background:#fff4f2}.account-edit-card{background:#fff;border:1px solid #00000014;border-radius:14px;margin-top:24px;padding:20px}.profile-form{gap:14px;display:grid}.profile-form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}@media (width<=640px){.profile-form-row{grid-template-columns:1fr}}.product-card .product-image{aspect-ratio:1;background:var(--cream);width:100%;display:block;overflow:hidden}.product-card .product-image img{object-fit:cover;width:100%;height:100%;display:block}.product-card .product-image-placeholder{width:100%;height:100%;color:var(--muted);place-items:center;font-size:13px;display:grid}.product-card-content h3{-webkit-line-clamp:3;-webkit-box-orient:vertical;min-height:3.9em;display:-webkit-box;overflow:hidden}.product-card .product-price{min-height:1.5em}.product-card-actions{min-height:42px}.product-card-actions .secondary-button{box-sizing:border-box;text-align:center;justify-content:center;align-items:center;min-height:42px;display:inline-flex}.variant-modal-backdrop{z-index:1000;background:#1e0f1294;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.variant-modal{background:var(--cream,#fffaf5);border:1px solid var(--line,#e5d8cf);border-radius:16px;width:min(430px,100%);max-height:calc(100vh - 32px);padding:26px;position:relative;overflow:auto;box-shadow:0 20px 60px #00000038}.variant-modal h3{color:var(--maroon,#6f2634);margin:4px 30px 20px 0;font:500 24px Georgia,Times New Roman,serif}.variant-modal-close{width:34px;height:34px;color:var(--maroon,#6f2634);cursor:pointer;background:0 0;border:0;font-size:28px;line-height:1;position:absolute;top:10px;right:12px}.variant-modal .field,.variant-modal .variant-field{margin-bottom:14px}.variant-modal .buy-button{width:100%;margin-top:8px}.variant-modal .variant-stock{margin:4px 0 10px}@media (width<=430px){.variant-modal-backdrop{padding:10px}.variant-modal{padding:22px 18px}}.page{justify-content:center;align-items:flex-start;min-height:calc(100vh - 160px);padding:64px 20px;display:flex}.auth-card{background:var(--white);border:1px solid var(--line);width:min(520px,100%);box-shadow:var(--shadow);border-radius:18px;padding:36px}.auth-card>img{object-fit:contain;width:auto;max-width:220px;height:58px;margin:0 auto 18px}.auth-card h1{text-align:center;color:var(--maroon);margin:0 0 8px;font-family:Georgia,Times New Roman,serif;font-size:30px}.auth-intro{text-align:center;color:var(--muted);margin:0 0 24px}.auth-card form{gap:16px;display:grid}.field{color:var(--text);gap:7px;font-size:14px;font-weight:600;display:grid}.field input,.field select,.field textarea{border:1px solid var(--line);width:100%;color:var(--text);background:#fff;border-radius:10px;outline:none;padding:12px 13px;transition:border-color .2s,box-shadow .2s}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--maroon);box-shadow:0 0 0 3px #76292d1a}.auth-card .btn{background:var(--maroon);color:#fff;cursor:pointer;border:0;border-radius:10px;width:100%;padding:12px 18px;font-weight:700}.auth-card .btn:hover{background:var(--maroon-dark)}.auth-card .btn:disabled{opacity:.65;cursor:not-allowed}.auth-links{text-align:center;color:var(--muted);margin-top:20px;font-size:14px}.auth-links a{color:var(--maroon);font-weight:700}.message{background:var(--cream-dark);color:var(--text);border-radius:9px;margin-top:14px;padding:11px 13px;font-size:14px}.message.error{color:#8a2026;background:#fff0f0}@media (width<=600px){.page{padding:36px 14px}.auth-card{border-radius:14px;padding:26px 20px}.auth-card h1{font-size:26px}}.product-action-buttons{grid-template-columns:1fr 1fr;gap:10px;margin-top:12px;display:grid}.product-action-buttons .buy-button,.product-action-buttons .buy-now-button{cursor:pointer;border-radius:10px;width:100%;min-height:46px;padding:12px 18px;font-weight:700}.product-action-buttons .buy-button{margin-top:0}.buy-now-button{border:1px solid var(--maroon);background:var(--maroon);color:#fff;box-shadow:0 8px 20px #76292d24}.buy-now-button:hover{background:var(--maroon-dark);border-color:var(--maroon-dark)}@media (width<=480px){.product-action-buttons{grid-template-columns:1fr}}.order-success-card{text-align:center;background:var(--white);border:1px solid var(--line);width:min(620px,100%);box-shadow:var(--shadow);border-radius:18px;margin:20px auto;padding:48px 30px}.order-success-icon{background:var(--maroon);color:#fff;border-radius:50%;place-items:center;width:64px;height:64px;margin:0 auto 18px;font-size:32px;font-weight:800;display:grid}.order-success-card h1{color:var(--maroon);margin:4px 0 10px;font-family:Georgia,Times New Roman,serif;font-size:34px}.order-success-card>p:not(.eyebrow){font-size:16px}.order-success-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin-top:24px;display:flex}.order-success-actions .hero-btn{justify-content:center;align-items:center;display:inline-flex}.order-success-actions .text-button{margin:0}@media (width<=600px){.order-success-card{padding:38px 20px}.order-success-card h1{font-size:29px}.order-success-actions{flex-direction:column}.order-success-actions .hero-btn,.order-success-actions .text-button{text-align:center;width:100%}}.required-star{color:var(--maroon);margin-left:2px;font-weight:800}.optional-label{color:var(--muted);margin-left:3px;font-size:12px;font-weight:500}.customer-admin-detail{margin-top:18px}.customer-admin-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.customer-edit-form{margin:18px 0 26px}.customer-edit-form .form-grid{margin-bottom:14px}.customer-edit-form small{opacity:.7;font-weight:400}@media (width<=700px){.customer-admin-actions{width:100%}.customer-admin-actions button{flex:1}}.profile-grid{border:1px solid #e6ddd4;border-radius:14px;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:16px 0 28px;display:grid;overflow:hidden}.profile-item{border-bottom:1px solid #eee5dc;grid-template-columns:130px minmax(0,1fr);align-items:start;gap:14px;padding:14px 16px;display:grid}.profile-item:nth-child(odd){border-right:1px solid #eee5dc}.profile-item:nth-last-child(-n+2){border-bottom:0}.profile-item b{color:var(--maroon);font-weight:700}.profile-item span{overflow-wrap:anywhere;min-width:0;line-height:1.5}.profile-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.profile-form .field:nth-child(4){grid-column:1/-1}.profile-form .field:nth-child(8){grid-column:auto}.field{display:block}.field .required-star,.field .optional-label{vertical-align:baseline;white-space:nowrap;margin-left:3px;display:inline!important}.required-star{font-weight:700}.optional-label{opacity:.7;font-size:.82em}.orders-section{margin-top:30px}.order-card{background:#fff;border:1px solid #e6ddd4;border-radius:14px;margin:14px 0;padding:18px}.order-head{border-bottom:1px solid #eee5dc;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:12px;display:flex}.order-head>div{flex-direction:column;gap:4px;min-width:0;display:flex}.order-head strong{color:var(--maroon);font-size:1.05rem}.order-head small{color:#777}.order-status-badge,.tracking-status{text-transform:capitalize;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:6px 11px;font-size:.78rem;font-weight:700;display:inline-flex}.order-status-badge{color:var(--maroon);background:#f3eadf}.tracking-status{color:#35633c;background:#edf4ee}.order-summary-grid{grid-template-columns:minmax(100px,.8fr) minmax(180px,1.7fr) minmax(70px,.6fr) minmax(140px,1.2fr);gap:0;margin:14px 0;display:grid}.order-summary-grid>div{border-right:1px solid #eee5dc;flex-direction:column;justify-content:flex-start;align-items:flex-start;min-width:0;min-height:58px;padding:9px 16px;display:flex}.order-summary-grid>div:first-child{padding-left:0}.order-summary-grid>div:last-child{border-right:0}.order-summary-grid b,.order-summary-grid span{text-align:left;width:100%;display:block}.order-summary-grid b{color:#777;margin-bottom:5px;font-size:.78rem;line-height:1.2}.order-summary-grid span{overflow-wrap:anywhere;word-break:break-word;line-height:1.35}.order-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.order-details-overlay{z-index:1000;background:#19120e94;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.order-details-modal{background:#fff;border-radius:18px;width:min(720px,100%);max-height:90vh;padding:24px;overflow:auto;box-shadow:0 20px 60px #0003}.order-details-header{border-bottom:1px solid #eee5dc;justify-content:space-between;align-items:flex-start;gap:15px;padding-bottom:14px;display:flex}.order-details-header h2{margin:0 0 5px}.order-details-header p{color:#777;margin:0}.order-detail-status{align-items:center;gap:8px;margin:15px 0 20px;display:flex}.order-detail-items{border:1px solid #e6ddd4;border-radius:12px;overflow:hidden}.order-detail-item{border-bottom:1px solid #eee5dc;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:13px 14px;display:grid}.order-detail-item:last-child{border-bottom:0}.order-detail-item>div{flex-direction:column;gap:4px;min-width:0;display:flex}.order-detail-item small{color:#777;overflow-wrap:anywhere}.order-detail-item>div:last-child{text-align:right;white-space:nowrap}.order-detail-total{justify-content:space-between;padding:16px 4px;font-size:1.05rem;display:flex}.order-detail-address{background:#faf6f1;border-radius:10px;gap:3px;padding:13px 14px;display:grid}.order-detail-payment{color:#555;flex-wrap:wrap;justify-content:space-between;gap:12px;margin-top:14px;display:flex}.tracking-box{background:#f4f7f2;border:1px solid #dfe8dc;border-radius:12px;justify-content:space-between;align-items:center;gap:15px;margin-top:18px;padding:15px;display:flex}.tracking-box div{flex-direction:column;gap:4px;display:flex}.tracking-box span{word-break:break-all;font-weight:700}@media (width<=700px){.profile-grid,.profile-form{grid-template-columns:1fr}.profile-item{grid-template-columns:105px minmax(0,1fr);border-right:0!important}.profile-item:nth-last-child(-n+2){border-bottom:1px solid #eee5dc}.profile-item:last-child{border-bottom:0}.order-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px;margin:14px 0 16px}.order-summary-grid>div,.order-summary-grid>div:first-child,.order-summary-grid>div:last-child,.order-summary-grid>div:nth-child(odd){background:#fff;border:1px solid #eee5dc;border-radius:10px;min-width:0;min-height:68px;padding:9px 10px}.order-summary-grid b{margin-bottom:6px;font-size:.76rem;line-height:1.2}.order-summary-grid span{overflow-wrap:anywhere;word-break:break-word;min-width:0;line-height:1.35}.order-detail-item{grid-template-columns:1fr}.order-detail-item>div:last-child{text-align:left}.tracking-box{flex-direction:column;align-items:stretch}.tracking-box .btn{width:100%}}.account-card{background:var(--white);border:1px solid var(--line);width:min(1000px,100%);box-shadow:var(--shadow);border-radius:18px;padding:30px}.account-card h1{color:var(--maroon);margin:0 0 28px;font-family:Georgia,Times New Roman,serif;font-weight:500}.account-card h2{color:#3a2727;margin:26px 0 12px;font-family:Georgia,Times New Roman,serif;font-weight:500}.account-edit-trigger{justify-content:flex-end;margin:0 0 10px;display:flex}.edit-card-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.variant-fixed-value{border:1px solid var(--line);color:var(--text);background:#fff;border-radius:8px;padding:10px 12px}.table-wrap{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.table-wrap table{border-collapse:collapse;width:100%;min-width:650px}.table-wrap th,.table-wrap td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:10px 12px}@media (width<=600px){.account-card{border-radius:14px;padding:20px 16px}.edit-card-header{align-items:flex-start}}.cancellation-pending,.cancellation-rejected{white-space:nowrap;border-radius:999px;align-items:center;padding:7px 11px;font-size:.78rem;font-weight:700;display:inline-flex}.cancellation-pending{color:#8a5a13;background:#fff4df}.cancellation-rejected{color:#8a3438;background:#f7eeee}.cancellation-review{min-width:170px}.cancellation-review small{overflow-wrap:anywhere;line-height:1.35;display:block}.cancellation-review button{padding:7px 10px;font-size:.78rem}@media (width<=700px){.cancellation-review{min-width:150px}.cancellation-pending,.cancellation-rejected{white-space:normal}}.cancellation-note{color:#555;background:#faf6f1;border-radius:10px;margin-top:12px;padding:11px 13px;font-size:.9rem;line-height:1.45}.orders-tabs{border-bottom:1px solid #eee5dc;gap:8px;margin:0 0 18px;padding-bottom:8px;display:flex}.orders-tab{color:#76292d;cursor:pointer;background:#fff;border:1px solid #e4d8cc;border-radius:9px;padding:9px 14px;font-weight:600}.orders-tab.active{color:#fff;background:#76292d;border-color:#76292d}.orders-tab:hover{background:#f8f1eb}.orders-tab.active:hover{background:#632126}@media (width<=700px){.orders-tabs{flex-wrap:nowrap;overflow-x:auto}.orders-tab{white-space:nowrap;flex:none}}.account-menu{align-items:center;display:flex;position:relative}.account-menu-toggle{color:#4c3838;font:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:0;align-items:center;gap:8px;padding:7px 0;font-size:14px;font-weight:600;display:flex}.account-menu-toggle:hover{color:var(--maroon)}.account-avatar{background:var(--maroon);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:700;display:inline-flex}.account-avatar.large{width:42px;height:42px;font-size:16px}.account-menu-arrow{margin-top:-3px;font-size:16px;line-height:1}.account-dropdown{background:var(--cream);border:1px solid var(--line);width:255px;box-shadow:var(--shadow);z-index:1200;border-radius:10px;padding:14px;position:absolute;top:calc(100% + 12px);right:-8px}.account-dropdown-profile{align-items:center;gap:12px;padding:3px 2px 12px;display:flex}.account-dropdown-profile div{flex-direction:column;gap:3px;min-width:0;display:flex}.account-dropdown-profile strong{color:#4c3838;text-overflow:ellipsis;font-size:14px;overflow:hidden}.account-dropdown-profile small{color:var(--muted);font-size:12px}.account-dropdown a,.account-logout{box-sizing:border-box;color:#4c3838;width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;padding:11px 8px;font-size:14px;font-weight:600;text-decoration:none;display:flex}.account-dropdown a:hover,.account-logout:hover{background:var(--cream-dark);color:var(--maroon)}.account-dropdown-divider{background:var(--line);height:1px;margin:4px 0}.account-dropdown .account-dropdown-divider+a,.account-dropdown .account-dropdown-divider+.account-logout{border-top:0!important}.account-dropdown a:after{display:none!important}.account-logout{margin-top:0}.logout-icon{justify-content:center;align-items:center;margin-right:7px;font-size:15px;line-height:1;display:inline-flex}@media (width<=760px){.account-menu{display:block}.account-menu-toggle{border-bottom:1px solid var(--line);justify-content:flex-start;width:100%;padding:13px 5px}.account-dropdown{width:auto;box-shadow:none;border-radius:8px;margin:6px 0 8px;padding:10px;position:static}.account-dropdown-profile{padding:3px 2px 10px}.account-dropdown a,.account-logout{padding:11px 8px}.account-dropdown a{border-bottom:0!important}}.footer{color:#ffffffbd;background:#2d1d20;width:100%;margin:0;padding:0;overflow:hidden}.footer-grid{grid-template-columns:minmax(210px,1.35fr) repeat(3,minmax(150px,1fr));align-items:start;gap:42px;width:min(1200px,100% - 48px);margin:0 auto;padding:58px 0 48px;display:grid}.footer-grid>div{min-width:0}.footer-grid>div:first-child{flex-direction:column;justify-content:flex-start;align-items:flex-start;display:flex}.footer-grid>.footer-brand-social{flex-direction:column;grid-column:auto;justify-content:flex-start;align-items:flex-start;display:flex}.footer-grid>.footer-brand-social .social-links{justify-content:flex-start;align-items:center;gap:10px;margin-top:18px;display:flex}.footer-grid>.footer-brand-social .social-links a{color:#ffffffb3;border:1px solid #ffffff24;border-radius:50%;flex:0 0 32px;width:32px;height:32px;margin:0;transition:color .2s,background .2s,border-color .2s,transform .2s}.footer-grid>.footer-brand-social .social-links a:hover{color:#fff;background:#ffffff14;border-color:#ffffff40;transform:translateY(-2px)}.footer h3{color:#fff;letter-spacing:.02em;margin:1px 0 14px;font-family:Georgia,Times New Roman,serif;font-size:16px;font-weight:500;line-height:1.25}.footer a{color:#ffffffb3;width:fit-content;max-width:100%;margin:0 0 9px;font-size:13px;line-height:1.5;text-decoration:none;transition:color .2s,transform .2s;display:block}.footer a:hover{color:#fff;transform:translate(2px)}.footer p{color:#ffffffad;margin:0 0 9px;font-size:13px;line-height:1.7}.footer .footer-script{color:#ffffff7a;margin-top:15px;font-family:Georgia,Times New Roman,serif;font-style:italic;line-height:1.6}.footer .copyright{color:#ffffff7a;text-align:left;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:18px;width:min(1200px,100% - 48px);margin:0 auto;padding:18px 0 21px;font-size:11px;line-height:1.6;display:flex}.footer .copyright span:last-child{color:#ffffff61;text-align:right}@media (width<=900px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 32px}.footer-grid>div:first-child{grid-column:1/-1;justify-content:center}}@media (width<=600px){.footer-grid{grid-template-columns:1fr 1fr;gap:28px 22px;width:min(100% - 32px,520px);padding:42px 0 34px}.footer-grid>div:first-child,.footer-grid>.footer-brand-social{text-align:center;grid-column:1/-1;justify-content:center;align-items:center;margin-bottom:2px}.footer-grid>.footer-brand-social .social-links{justify-content:center}.footer-logo{max-width:160px;height:52px}.footer h3{margin-bottom:11px;font-size:15px}.footer a,.footer p{font-size:12.5px}.footer .copyright{text-align:center;flex-direction:column;align-items:center;gap:4px;width:min(100% - 32px,520px);padding:16px 0 19px}.footer .copyright span:last-child{text-align:center}}@media (width<=390px){.footer-grid{text-align:center;grid-template-columns:1fr;gap:24px}.footer-grid>div:first-child,.footer-grid>div:not(:first-child),.footer-grid>.footer-brand-social{text-align:center;justify-content:center;align-items:center}.footer-grid>div:not(:first-child) a{margin-left:auto;margin-right:auto}.footer p{margin-bottom:7px}}@media (width>=901px){.nav-inner{align-items:center;display:flex}.nav-inner .nav-links{justify-content:flex-end;margin-left:auto}}.footer{color:#ffffffb8;background:#2d1d20;width:100%;margin:0;overflow:hidden}.footer-brand{min-width:0;padding-right:20px}.footer-logo{object-fit:contain;filter:brightness(0)invert();width:auto;max-width:180px;height:60px;display:block}.footer .social-links a{color:#ffffffad;border:1px solid #ffffff24;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;padding:0;font-size:15px;line-height:1;transition:transform .2s,color .2s,background .2s,border-color .2s;display:inline-flex;margin:0!important}.footer-column h3{color:#fff;margin:2px 0 21px;padding-bottom:11px;font-family:Georgia,Times New Roman,serif;font-size:17px;font-weight:500;line-height:1.3;position:relative}.footer-column>a{color:#ffffff9e;width:fit-content;max-width:100%;margin:0 0 12px;font-size:13px;line-height:1.5;text-decoration:none;transition:color .2s,transform .2s;display:block}.footer-column>a:hover{color:#fff;transform:translate(3px)}.footer-services{border-top:1px solid #ffffff1a;border-bottom:1px solid #ffffff1a;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:52px;padding:24px 0;display:grid}.footer-service{border-right:1px solid #ffffff17;align-items:center;gap:13px;min-width:0;padding:3px 25px;display:flex}.footer-service strong,.footer-service span{display:block}.footer-service strong{color:#ffffffe0;margin-bottom:2px;font-size:12.5px;font-weight:650;line-height:1.35}.footer-service div>span{color:#ffffff75;font-size:11px;line-height:1.4}@media (width<=1000px){.footer-main{padding-top:52px}.footer-grid{grid-template-columns:minmax(240px,1.35fr) repeat(3,minmax(125px,1fr));gap:28px}.footer-brand{padding-right:8px}.footer-services{grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.footer-service:nth-child(2){border-right:0}.footer-service:nth-child(-n+2){padding-bottom:18px}.footer-service:nth-child(n+3){border-top:1px solid #ffffff17;padding-top:18px}}@media (width<=760px){.footer-main{width:calc(100% - 32px);padding-top:44px}.footer-grid{grid-template-columns:1fr 1fr;gap:36px 24px}.footer-brand{text-align:center;grid-column:1/-1;padding-right:0}.footer-logo{max-width:165px;height:55px;margin:0 auto}.footer-description{max-width:430px;margin-left:auto!important;margin-right:auto!important}.footer .social-links{justify-content:center}.footer-column h3{margin-bottom:17px;font-size:16px}.footer-column>a{margin-bottom:10px;font-size:12.5px}.footer-contact>a,.footer-contact>p{font-size:12.5px}.footer-services{grid-template-columns:1fr 1fr;margin-top:42px;padding:20px 0}.footer-service{min-height:58px;padding:8px 14px}.footer-service:first-child{padding-left:0}.footer-service:nth-child(2){padding-right:0}.footer-service-icon{flex-basis:34px;width:34px;height:34px;font-size:13px}.footer-service strong{font-size:11.5px}.footer-service div>span{font-size:10px}.footer-bottom{text-align:center;flex-direction:column;justify-content:center;gap:5px;width:calc(100% - 32px);min-height:76px;padding:16px 0}.footer-bottom>span:last-child{text-align:center}}@media (width<=430px){.footer-main{width:calc(100% - 28px)}.footer-grid{grid-template-columns:1fr 1fr;gap:30px 18px}.footer-brand{grid-column:1/-1}.footer-column h3{font-size:15px}.footer-column>a,.footer-contact>a,.footer-contact>p{font-size:11.5px}.footer-services{margin-top:36px}.footer-service{gap:8px;padding-left:4px;padding-right:4px}.footer-service:first-child{padding-left:0}.footer-service:nth-child(2){padding-right:0}.footer-service-icon{flex-basis:31px;width:31px;height:31px;font-size:12px}.footer-service strong{font-size:10.5px}.footer-service div>span{display:none}}@media (width<=360px){.footer-grid{text-align:center;grid-template-columns:1fr}.footer-brand{grid-column:1}.footer-column h3:after{left:50%;transform:translate(-50%)}.footer-column>a{margin-left:auto;margin-right:auto}.footer-contact>a,.footer-contact>p{text-align:left;justify-content:center}.footer-services{grid-template-columns:1fr 1fr}}.footer-main{padding-top:44px}.footer-grid{gap:34px}.footer-brand{padding-right:10px}.footer-logo{max-width:170px;height:52px}.footer-tagline{margin:12px 0 5px;font-size:16px!important}.footer-description{line-height:1.55!important}.footer .social-links{margin-top:15px}.footer-column h3{margin-bottom:15px}.footer-column>a{margin-bottom:8px}.footer-contact>a,.footer-contact>p{margin-bottom:10px}.footer-services{margin-top:34px;padding:17px 0}.footer-service{padding:2px 18px}.footer-service-icon{flex-basis:34px;width:34px;height:34px}.footer-bottom{min-height:54px}@media (width<=1000px){.footer-main{padding-top:38px}.footer-grid{gap:24px}.footer-services{margin-top:28px;padding:14px 0}.footer-service:nth-child(-n+2){padding-bottom:12px}.footer-service:nth-child(n+3){padding-top:12px}}@media (width<=760px){.footer-main{width:calc(100% - 28px);padding-top:28px}.footer-grid{gap:24px 18px}.footer-logo{max-width:150px;height:46px}.footer-tagline{margin:9px 0 4px;font-size:15px!important}.footer-description{max-width:390px;line-height:1.45!important}.footer .social-links{margin-top:13px}.footer-column h3{margin-bottom:12px}.footer-column>a{margin-bottom:7px}.footer-contact>a,.footer-contact>p{margin-bottom:8px}.footer-services{margin-top:26px;padding:12px 0}.footer-service{min-height:48px;padding:4px 9px}.footer-service-icon{flex-basis:30px;width:30px;height:30px;font-size:12px}.footer-service strong{font-size:10.5px}.footer-service div>span{font-size:9px}.footer-bottom{min-height:58px;padding:10px 0}}@media (width<=430px){.footer-main{width:calc(100% - 24px);padding-top:24px}.footer-grid{gap:20px 14px}.footer-logo{max-width:140px;height:42px}.footer-description{font-size:12px!important}.footer .social-links{margin-top:11px}.footer-column h3{margin-bottom:10px;font-size:14px}.footer-column>a,.footer-contact>a,.footer-contact>p{margin-bottom:6px;font-size:11px}.footer-services{margin-top:22px;padding:9px 0}.footer-service{gap:6px;min-height:42px;padding:3px}.footer-service-icon{flex-basis:27px;width:27px;height:27px;font-size:10px}.footer-service strong{font-size:9.5px}.footer-bottom{min-height:52px;font-size:10px}}.footer-links-group{display:contents}@media (width<=760px){.footer-grid{grid-template-columns:1fr 1fr;gap:22px 18px;display:grid}.footer-brand{grid-column:1/-1;width:100%}.footer-links-group{display:contents}.footer-links-group .footer-column{min-width:0}.footer-contact{grid-column:1/-1;width:100%}.footer-contact h3{margin-top:2px}.footer-services{grid-template-columns:1fr 1fr}}@media (width<=430px){.footer-grid{grid-template-columns:1fr 1fr;gap:19px 14px}.footer-links-group{display:contents}.footer-contact{grid-column:1/-1}}@media (width<=360px){.footer-grid{text-align:left;grid-template-columns:1fr 1fr}.footer-brand{text-align:center;grid-column:1/-1}.footer-links-group .footer-column{text-align:left;align-items:flex-start}.footer-links-group .footer-column>a{margin-left:0;margin-right:0}.footer-contact{text-align:left;grid-column:1/-1}.footer-contact>a,.footer-contact>p{text-align:left;justify-content:flex-start}}.footer-main{width:min(1160px,100% - 40px);margin:0 auto;padding:48px 0 0}.footer-grid{grid-template-columns:minmax(260px,1.65fr) repeat(2,minmax(140px,.9fr)) minmax(190px,1.1fr);align-items:start;gap:42px;display:grid}.footer-brand{text-align:left;min-width:0;padding:0 18px 0 0}.footer-logo{object-fit:contain;filter:brightness(0)invert();width:auto;max-width:165px;height:50px}.footer-tagline{margin:12px 0 6px;font-family:Georgia,Times New Roman,serif;color:#fff!important;font-size:16px!important;line-height:1.35!important}.footer-description{max-width:340px;color:#ffffff8a!important;margin:0!important;font-size:12.5px!important;line-height:1.6!important}.footer .social-links{align-items:center;gap:8px;margin-top:16px;display:flex}.footer .social-links a{color:#ffffffb8;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;transition:all .2s;display:inline-flex;margin:0!important}.footer .social-links a:hover{color:#fff;background:#b58a4a1f;border-color:#b58a4ab3;transform:translateY(-2px)}.footer-column{min-width:0}.footer-column h3{color:#fff;margin:1px 0 15px;padding:0 0 8px;font-family:Georgia,Times New Roman,serif;font-size:15px;font-weight:500;line-height:1.3;position:relative}.footer-column h3:after{content:"";background:#b58a4a;border-radius:2px;width:24px;height:2px;position:absolute;bottom:0;left:0}.footer-link-list{flex-direction:column;align-items:flex-start;gap:7px;display:flex}.footer-link-list a,.footer-column>a{color:#fff9;width:fit-content;max-width:100%;margin:0;font-size:12px;line-height:1.45;text-decoration:none;transition:color .2s,transform .2s}.footer-link-list a:hover,.footer-column>a:hover{color:#fff;transform:translate(2px)}.footer-contact>a,.footer-contact>p{color:#ffffff9e;align-items:flex-start;gap:9px;width:auto;margin:0 0 10px;font-size:12px;line-height:1.5;display:flex}.footer-contact>a:hover{color:#fff;transform:none}.footer-contact i{color:#c29a61;text-align:center;flex:0 0 16px;width:16px;margin-top:2px}.footer-services{border-top:1px solid #ffffff17;border-bottom:1px solid #ffffff17;grid-template-columns:repeat(4,1fr);gap:0;margin-top:40px;padding:18px 0;display:grid}.footer-service{border-right:1px solid #ffffff14;justify-content:center;align-items:center;gap:9px;min-width:0;min-height:38px;padding:0 18px;display:flex}.footer-service:first-child{padding-left:0}.footer-service:last-child{border-right:0;padding-right:0}.footer-service-icon{color:#c29a61;border:1px solid #b58a4a61;border-radius:50%;flex:0 0 30px;place-items:center;width:30px;height:30px;font-size:12px;display:grid}.footer-service strong{color:#ffffffc7;font-size:11.5px;font-weight:600;line-height:1.3}.footer-bottom{color:#ffffff61;justify-content:space-between;align-items:center;gap:16px;width:min(1160px,100% - 40px);min-height:54px;margin:0 auto;font-size:10.5px;line-height:1.4;display:flex}.footer-bottom>span:last-child{text-align:right}.footer-bottom .fa-heart{color:#b58a4a;margin:0 2px}@media (width<=900px){.footer-main{width:min(720px,100% - 32px);padding-top:40px}.footer-grid{grid-template-columns:1.5fr 1fr 1fr;gap:30px}.footer-brand{grid-row:span 2}.footer-contact{grid-column:2/-1}.footer-services{margin-top:32px}}@media (width<=760px){.footer-main{width:calc(100% - 28px);padding-top:30px}.footer-grid{grid-template-columns:1fr 1fr;gap:24px 20px}.footer-brand{text-align:center;grid-area:auto/1/auto/-1;padding:0}.footer-logo{max-width:145px;height:44px;margin:0 auto}.footer-tagline{margin-top:9px;font-size:15px!important}.footer-description{max-width:360px;margin-left:auto!important;margin-right:auto!important;font-size:11.5px!important}.footer .social-links{justify-content:center;margin-top:12px}.footer-column h3{margin-bottom:12px;font-size:14px}.footer-link-list{gap:6px}.footer-link-list a,.footer-column>a,.footer-contact>a,.footer-contact>p{font-size:11px}.footer-contact{grid-column:1/-1}.footer-services{grid-template-columns:1fr 1fr;margin-top:28px;padding:10px 0}.footer-service{justify-content:flex-start;min-height:42px;padding:5px 10px}.footer-service:nth-child(2){border-right:0}.footer-service:nth-child(3),.footer-service:nth-child(4){border-top:1px solid #ffffff14}.footer-service:nth-child(3){padding-top:9px}.footer-service:nth-child(4){border-right:0;padding-top:9px}.footer-service:first-child{padding-left:0}.footer-service:last-child{padding-right:0}.footer-service-icon{flex-basis:28px;width:28px;height:28px;font-size:11px}.footer-service strong{font-size:10px}.footer-bottom{text-align:center;flex-direction:column;justify-content:center;gap:3px;width:calc(100% - 28px);min-height:50px;padding:9px 0}.footer-bottom>span:last-child{text-align:center}}@media (width<=390px){.footer-main{width:calc(100% - 24px);padding-top:26px}.footer-grid{gap:21px 14px}.footer-logo{max-width:135px;height:40px}.footer-tagline{font-size:14px!important}.footer-description{font-size:11px!important}.footer-column h3{font-size:13.5px}.footer-link-list a,.footer-column>a,.footer-contact>a,.footer-contact>p{font-size:10.5px}.footer-services{margin-top:24px}.footer-service{gap:6px;padding-left:5px;padding-right:5px}.footer-service-icon{flex-basis:26px;width:26px;height:26px;font-size:10px}.footer-service strong{font-size:9.5px}}.footer-brand-content{flex-direction:column;align-items:flex-start;width:100%;display:flex}.footer-brand-content .footer-logo{margin:0}.footer-brand-content .footer-tagline,.footer-brand-content .footer-description{text-align:left;width:100%}.footer-brand-content .social-links{justify-content:flex-start;width:100%}@media (width<=760px){.footer-brand-content{text-align:center;align-items:center}.footer-brand-content .footer-logo{width:150px;height:44px;margin:0 auto}.footer-brand-content .footer-tagline,.footer-brand-content .footer-description{text-align:center;width:100%}.footer-brand-content .footer-tagline{margin:9px 0 6px}.footer-brand-content .footer-description{max-width:340px;margin-left:auto!important;margin-right:auto!important}.footer-brand-content .social-links{justify-content:center;gap:10px;width:auto;margin:13px auto 0}.footer-brand-content .social-links a{flex:0 0 32px;width:32px;height:32px}}@media (width<=390px){.footer-brand-content .footer-logo{width:140px;height:40px}.footer-brand-content .footer-description{max-width:315px}.footer-brand-content .social-links{gap:9px}.footer-brand-content .social-links a{flex-basis:30px;width:30px;height:30px}}.footer{color:#ffffffb8;background:#2a1e20!important}@media (width<=760px){.footer-main{width:calc(100% - 24px);margin:0 auto;padding:18px 0 0!important}.footer-grid{align-items:start;grid-template-columns:1fr 1fr!important;gap:26px 20px!important;display:grid!important}.footer-brand{width:100%;margin:0;text-align:center!important;grid-area:auto/1/auto/-1!important;padding:0!important}.footer-brand-content{flex-direction:column;width:100%;display:flex;text-align:center!important;align-items:center!important}.footer-brand-content .footer-logo{object-fit:contain;width:auto!important;max-width:110px!important;height:38px!important;margin:0 auto!important}.footer-brand-content .footer-tagline{white-space:nowrap;max-width:none;font-family:Georgia,Times New Roman,serif;font-weight:500;color:#fff!important;text-align:center!important;width:100%!important;margin:6px 0 7px!important;font-size:14px!important;line-height:1.35!important}.footer-brand-content .footer-description{font-family:inherit;font-weight:400;color:#ffffff91!important;text-align:center!important;width:100%!important;max-width:335px!important;margin:0 auto!important;font-size:12px!important;line-height:1.62!important}.footer-brand-content .social-links{align-items:center;justify-content:center!important;gap:9px!important;width:auto!important;margin:13px auto 0!important;display:flex!important}.footer-brand-content .social-links a{color:#ffffffb8;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;font-size:14px;display:inline-flex;flex:0 0 34px!important;width:34px!important;height:34px!important;margin:0!important}.footer-grid>.footer-column:not(.footer-contact){text-align:left;width:100%;min-width:0;margin:0}.footer-column h3{font-family:Georgia,Times New Roman,serif;font-weight:500;position:relative;color:#fff!important;margin:0 0 13px!important;padding:0 0 8px!important;font-size:15px!important;line-height:1.3!important}.footer-column h3:after{height:2px;bottom:0;background:#c29a61!important;width:27px!important;left:0!important}.footer-link-list{flex-direction:column;align-items:flex-start!important;gap:6px!important;display:flex!important}.footer-link-list a{max-width:100%;color:#fff9!important;width:fit-content!important;margin:0!important;font-size:11.5px!important;line-height:1.5!important}.footer-contact{width:100%;margin:0;text-align:left!important;grid-column:1/-1!important}.footer-contact h3{margin:0 0 13px!important}.footer-contact>a,.footer-contact>p{align-items:flex-start;color:#fff9!important;text-align:left!important;gap:9px!important;width:auto!important;margin:0 0 8px!important;font-size:11.5px!important;line-height:1.5!important;display:flex!important}.footer-contact>p:last-child{margin-bottom:0!important}.footer-contact i{text-align:center;color:#c29a61!important;flex:0 0 16px!important;width:16px!important;margin-top:2px!important}.footer-services{border-top:1px solid #ffffff1a;border-bottom:1px solid #ffffff1a;grid-template-columns:1fr 1fr!important;gap:0!important;margin-top:57px!important;padding:0!important;display:grid!important}.footer-service{border-top:0;border-right:1px solid #ffffff17;align-items:center;min-width:0;justify-content:flex-start!important;gap:8px!important;min-height:51px!important;padding:4px 7px!important;display:flex!important}.footer-service:nth-child(2),.footer-service:nth-child(4){border-right:0}.footer-service:nth-child(3),.footer-service:nth-child(4){border-top:1px solid #ffffff17}.footer-service:first-child{padding-left:0!important}.footer-service:nth-child(2){padding-right:0!important}.footer-service:nth-child(3){padding-left:0!important}.footer-service:nth-child(4){padding-right:0!important}.footer-service-icon{color:#c29a61;border:1px solid #b58a4a6b;border-radius:50%;place-items:center;display:grid;flex:0 0 27px!important;width:27px!important;height:27px!important;font-size:10px!important}.footer-service strong{white-space:nowrap;font-weight:600;color:#ffffffc7!important;font-size:10px!important;line-height:1.3!important}.footer-bottom{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:calc(100% - 24px);margin:0 auto;color:#ffffff61!important;gap:3px!important;min-height:55px!important;padding:10px 0!important;font-size:10.5px!important;line-height:1.4!important;display:flex!important}.footer-bottom>span:last-child{text-align:center!important}}@media (width<=390px){.footer-main{width:calc(100% - 24px);padding-top:17px!important}.footer-grid{gap:23px 16px!important}.footer-brand-content .footer-logo{max-width:105px!important;height:37px!important}.footer-brand-content .footer-tagline{margin-top:6px!important;font-size:14px!important}.footer-brand-content .footer-description{max-width:340px!important;font-size:11.5px!important}.footer-brand-content .social-links{gap:8px!important;margin-top:12px!important}.footer-brand-content .social-links a{flex-basis:33px!important;width:33px!important;height:33px!important}.footer-services{margin-top:52px!important}}@media (width<=760px){.footer{background:#2a1e20!important}.footer-main{width:calc(100% - 24px)!important;margin:0 auto!important;padding:20px 0 0!important}.footer-grid{grid-template-rows:auto auto auto!important;grid-template-columns:1fr 1fr!important;align-items:start!important;gap:26px 0!important;padding:0 16px!important;display:grid!important}.footer-brand{text-align:center!important;grid-area:auto/1/auto/-1!important;width:100%!important;margin:0!important;padding:0!important}.footer-brand-content{text-align:center!important;flex-direction:column!important;align-items:center!important;width:100%!important;display:flex!important}.footer-brand-content .footer-logo{object-fit:contain!important;width:auto!important;max-width:105px!important;height:38px!important;margin:0 auto!important}.footer-brand-content .footer-tagline{color:#fff!important;text-align:center!important;white-space:nowrap!important;width:100%!important;margin:6px 0 7px!important;padding:0!important;font-family:Georgia,Times New Roman,serif!important;font-size:15px!important;font-weight:500!important;line-height:20px!important}.footer-brand-content .footer-description{color:#ffffff94!important;text-align:center!important;width:100%!important;max-width:340px!important;margin:0 auto!important;padding:0!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif!important;font-size:12px!important;font-weight:400!important;line-height:19px!important}.footer-brand-content .social-links{justify-content:center!important;align-items:center!important;gap:9px!important;width:auto!important;margin:13px auto 0!important;padding:0!important;display:flex!important}.footer-brand-content .social-links a{color:#ffffffb8!important;border:1px solid #ffffff26!important;border-radius:50%!important;flex:0 0 34px!important;justify-content:center!important;align-items:center!important;width:34px!important;height:34px!important;margin:0!important;padding:0!important;font-size:14px!important;display:inline-flex!important}.footer-grid>.footer-column:not(.footer-contact){text-align:left!important;grid-area:auto!important;width:100%!important;min-width:0!important;margin:0!important;padding:0!important}.footer-column h3{color:#fff!important;margin:0 0 13px!important;padding:0 0 8px!important;font-family:Georgia,Times New Roman,serif!important;font-size:15px!important;font-weight:500!important;line-height:20px!important}.footer-column h3:after{background:#c29a61!important;width:27px!important;height:2px!important;bottom:0!important;left:0!important}.footer-link-list{flex-direction:column!important;align-items:flex-start!important;gap:6px!important;display:flex!important}.footer-link-list a{color:#fff9!important;width:fit-content!important;margin:0!important;padding:0!important;font-size:11.5px!important;line-height:17px!important}.footer-contact{text-align:left!important;grid-column:1/-1!important;width:100%!important;margin:0!important;padding:0!important}.footer-contact h3{margin:0 0 13px!important}.footer-contact>a,.footer-contact>p{color:#fff9!important;text-align:left!important;align-items:flex-start!important;gap:9px!important;width:auto!important;margin:0 0 8px!important;padding:0!important;font-size:11.5px!important;line-height:17px!important;display:flex!important}.footer-contact i{color:#c29a61!important;text-align:center!important;flex:0 0 16px!important;width:16px!important;margin-top:1px!important}.footer-services{border-top:1px solid #ffffff1a!important;border-bottom:1px solid #ffffff1a!important;grid-template-columns:1fr 1fr!important;gap:0!important;width:100%!important;margin-top:65px!important;padding:0!important;display:grid!important}.footer-service{border-top:0!important;border-right:1px solid #ffffff17!important;justify-content:flex-start!important;align-items:center!important;gap:8px!important;min-width:0!important;min-height:51px!important;margin:0!important;padding:4px 7px!important;display:flex!important}.footer-service:nth-child(2),.footer-service:nth-child(4){border-right:0!important}.footer-service:nth-child(3),.footer-service:nth-child(4){border-top:1px solid #ffffff17!important}.footer-service:first-child,.footer-service:nth-child(3){padding-left:0!important}.footer-service:nth-child(2),.footer-service:nth-child(4){padding-right:0!important}.footer-service-icon{color:#c29a61!important;border:1px solid #b58a4a6b!important;border-radius:50%!important;flex:0 0 27px!important;place-items:center!important;width:27px!important;height:27px!important;font-size:10px!important;display:grid!important}.footer-service strong{color:#fffc!important;white-space:nowrap!important;margin:0!important;font-size:10px!important;font-weight:600!important;line-height:13px!important}.footer-bottom{color:#ffffff61!important;text-align:center!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:3px!important;width:100%!important;min-height:55px!important;margin:0!important;padding:10px 0!important;font-size:10.5px!important;line-height:15px!important;display:flex!important}.footer-bottom>span:last-child{text-align:center!important}}@media (width<=390px){.footer-main{padding-top:20px!important}.footer-grid{row-gap:25px!important;padding:0 16px!important}.footer-brand-content .footer-logo{max-width:102px!important;height:37px!important}.footer-brand-content .footer-tagline{font-size:14.5px!important}.footer-brand-content .footer-description{max-width:330px!important;font-size:11.5px!important;line-height:18px!important}.footer-services{margin-top:64px!important}}.sc-footer{color:#3f3333;background:#fbf8f4;border-top:1px solid #eaded7;width:100%;overflow:hidden}.sc-footer *{box-sizing:border-box}.sc-footer-main{width:min(1460px,100% - 76px);margin:0 auto}.sc-footer-content{grid-template-columns:minmax(320px,1.25fr) minmax(430px,1.55fr) minmax(300px,1fr);align-items:start;padding:38px 0 28px;display:grid}.sc-footer-brand{padding:0 55px 0 66px}.sc-footer-logo{object-fit:contain;width:auto;max-width:270px;height:116px}.sc-footer-tagline{color:#4b3b3b;margin:2px 0 8px;font-family:Georgia,Times New Roman,serif;font-size:17px;line-height:1.35}.sc-footer-description{color:#655b5b;max-width:315px;margin:0;font-size:15px;line-height:1.55}.sc-footer-socials{align-items:center;gap:13px;margin-top:16px;display:flex}.sc-footer-socials a{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:22px;transition:transform .18s;display:inline-flex}.sc-footer-socials a:hover{transform:translateY(-2px)}.sc-footer-socials a:first-child{background:linear-gradient(135deg,#e94f87,#f7a442)}.sc-footer-socials a:nth-child(2){background:#1769d1}.sc-footer-socials a:nth-child(3){background:#11121a}.sc-footer-socials a:nth-child(4){background:#20bd67}.sc-footer-nav{grid-template-columns:1fr 1fr;display:grid}.sc-footer-section,.sc-footer-contact{border-left:1px solid #eaded7;min-width:0;padding:0 28px}.sc-footer-section:first-child{border-left:0}.sc-footer-section-title{color:#302424;text-align:left;cursor:default;background:0 0;border:0;justify-content:space-between;align-items:flex-start;width:100%;height:32px;min-height:32px;padding:0;font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:600;line-height:1.25;display:flex}.sc-footer-plus{display:none}.sc-footer-section-rule{background:#b16e75;width:28px;height:2px;margin:12px 0 18px}.sc-footer-links{flex-direction:column;gap:9px;display:flex}.sc-footer-links a,.sc-footer-contact-details a,.sc-footer-contact-details p{color:#655b5b;font-size:15px;line-height:1.35;text-decoration:none}.sc-footer-links a:hover,.sc-footer-contact-details a:hover{color:#9b4f59}.sc-footer-contact{padding-left:48px}.sc-footer-contact-details{flex-direction:column;gap:15px;display:flex}.sc-footer-contact-details a,.sc-footer-contact-details p{align-items:center;gap:14px;margin:0;display:flex}.sc-footer-contact-details i{color:#b56f77;text-align:center;flex:0 0 22px;width:22px;font-size:19px}.sc-footer-services{border-top:1px solid #e7d9d3;border-bottom:1px solid #e7d9d3;grid-template-columns:repeat(4,1fr);display:grid}.sc-footer-service{border-right:1px solid #e7d9d3;align-items:center;gap:18px;min-height:72px;padding:10px 34px;display:flex}.sc-footer-service:last-child{border-right:0}.sc-footer-service-icon{color:#ad6871;flex:0 0 43px;place-items:center;width:43px;height:43px;font-size:23px;display:grid}.sc-footer-service strong,.sc-footer-service div span{display:block}.sc-footer-service strong{color:#332828;font-size:15px;line-height:1.3}.sc-footer-service div span{color:#837878;margin-top:2px;font-size:13px;line-height:1.25}.sc-footer-bottom{color:#fffffff0;background:#b66d75;justify-content:space-between;align-items:center;gap:20px;min-height:66px;padding:0 40px;font-size:14px;display:flex}.sc-footer-bottom i{color:#efc0c5}@media (width<=1050px){.sc-footer-main{width:calc(100% - 56px)}.sc-footer-content{grid-template-columns:minmax(250px,1.15fr) minmax(300px,1.45fr) minmax(220px,.9fr);padding-top:28px}.sc-footer-brand{padding-left:28px;padding-right:28px}.sc-footer-logo{max-width:190px;height:82px}.sc-footer-tagline{font-size:14px}.sc-footer-description{max-width:265px;font-size:12px}.sc-footer-socials{gap:8px;margin-top:11px}.sc-footer-socials a{width:32px;height:32px;font-size:15px}.sc-footer-section,.sc-footer-contact{padding:0 18px}.sc-footer-section-title{font-size:14px}.sc-footer-section-rule{width:22px;margin:8px 0 11px}.sc-footer-links{gap:5px}.sc-footer-links a,.sc-footer-contact-details a,.sc-footer-contact-details p{font-size:10.5px}.sc-footer-contact-details{gap:8px}.sc-footer-contact-details i{flex-basis:16px;width:16px;font-size:14px}.sc-footer-service{gap:8px;min-height:55px;padding:7px 14px}.sc-footer-service-icon{flex-basis:28px;width:28px;height:28px;font-size:17px}.sc-footer-service strong{font-size:10px}.sc-footer-service div span{font-size:8.5px}.sc-footer-bottom{min-height:42px;padding:0 22px;font-size:9px}}@media (width<=700px){.sc-footer-main{width:calc(100% - 28px)}.sc-footer-content{grid-template-rows:repeat(3,minmax(34px,auto));grid-template-columns:minmax(0,1fr) minmax(0,1.12fr);gap:0;min-height:0;padding:25px 8px 18px}.sc-footer-brand{text-align:left;grid-area:1/1/4;padding:0 17px 0 12px}.sc-footer-logo{max-width:150px;height:76px;margin:0}.sc-footer-tagline{margin:2px 0 7px;font-size:11px}.sc-footer-description{max-width:166px;font-size:9px;line-height:1.5}.sc-footer-socials{gap:8px;margin-top:10px}.sc-footer-socials a{width:29px;height:29px;font-size:14px}.sc-footer-nav{display:contents}.sc-footer-section{border-left:0;grid-column:2;min-height:0;padding:0 0 0 9px}.sc-footer-nav .sc-footer-section:first-child{grid-row:1}.sc-footer-nav .sc-footer-section:nth-child(2){grid-row:2}.sc-footer-contact{border-left:0;grid-area:3/2;min-height:0;padding:0 0 0 9px}.sc-footer-section-title{cursor:pointer;border-bottom:1px solid #e4d7d1;align-items:center;height:34px;min-height:34px;font-size:11px;font-weight:600;line-height:1.2}.sc-footer-plus{color:#a9535f;font-family:Arial,sans-serif;font-size:14px;font-weight:400;line-height:1;display:block}.sc-footer-section-rule{display:none}.sc-footer-links{gap:6px;padding:8px 0 9px;display:none}.sc-footer-section.is-open .sc-footer-links{display:flex}.sc-footer-links a{font-size:9px;line-height:1.35}.sc-footer-contact-details{gap:7px;padding:8px 0 4px;display:none}.sc-footer-contact:has(.sc-footer-section-title[aria-expanded=true]) .sc-footer-contact-details{display:flex}.sc-footer-contact-details a,.sc-footer-contact-details p{gap:7px;font-size:9px}.sc-footer-contact-details i{flex-basis:13px;width:13px;font-size:10px}.sc-footer-services{grid-template-columns:repeat(4,1fr)}.sc-footer-service{text-align:center;border-right:1px solid #e7d9d3;flex-direction:column;justify-content:center;gap:4px;min-height:67px;padding:6px 2px}.sc-footer-service-icon{flex-basis:24px;width:24px;height:24px;font-size:14px}.sc-footer-service strong{white-space:nowrap;font-size:8px;line-height:1.2}.sc-footer-service div span{margin-top:1px;font-size:7px;line-height:1.15}.sc-footer-bottom{gap:4px;min-height:50px;padding:7px 12px;font-size:8px;line-height:1.4}}@media (width<=390px){.sc-footer-main{width:calc(100% - 20px)}.sc-footer-content{padding:23px 6px 15px}.sc-footer-brand{padding-left:10px;padding-right:7px}.sc-footer-logo{max-width:136px;height:68px}.sc-footer-description{max-width:151px;font-size:8.5px}.sc-footer-socials{gap:6px}.sc-footer-socials a{width:27px;height:27px;font-size:13px}.sc-footer-nav{padding-left:6px}.sc-footer-contact{padding-left:9px}.sc-footer-section-title{min-height:32px;font-size:10px}.sc-footer-service{min-height:62px}.sc-footer-service strong{font-size:7.5px}.sc-footer-service div span{font-size:6.5px}}.product-card{background:#fffdfb;border:1px solid #eaded7;border-radius:18px;transition:transform .22s,box-shadow .22s,border-color .22s;position:relative;box-shadow:0 8px 24px #53303214}.product-card:hover{border-color:#d9c1b9;transform:translateY(-4px);box-shadow:0 16px 34px #53303221}.product-card .product-image{aspect-ratio:1/1.08;background:#f7efe9;border-radius:18px 18px 0 0;position:relative}.product-card .product-image:after{content:"";pointer-events:none;background:linear-gradient(#2a1e2000 68%,#2a1e2014 100%);position:absolute;inset:0}.product-card .product-image img{transition:transform .45s}.product-card:hover .product-image img{transform:scale(1.035)}.product-card-content{padding:16px 16px 15px}.product-category{color:#8d4d55;letter-spacing:.09em;background:#f5e8df;border-radius:999px;align-items:center;min-height:22px;margin:0 0 8px;padding:4px 9px;font-size:9px;font-weight:700;display:inline-flex}.product-card-content h3{color:#352628;-webkit-line-clamp:2;min-height:2.7em;margin:0 0 9px;font-family:Georgia,Times New Roman,serif;font-size:19px;font-weight:500;line-height:1.35}.product-card-content h3 a{color:inherit;text-decoration:none}.product-card-content h3 a:hover{color:var(--maroon)}.product-card .product-price{min-height:24px;color:var(--maroon);align-items:baseline;gap:7px;margin:0 0 14px;font-size:18px;font-weight:800;display:flex}.product-card .compare-price{color:#a59494;margin:0;font-size:12px;font-weight:500}.product-card-actions{grid-template-columns:1fr 1fr;gap:8px;min-height:0;margin-top:auto;display:grid}.product-card-actions>*{width:100%;min-width:0;flex:unset!important}.product-card-actions .secondary-button,.product-card-actions .buy-now-button{border-radius:9px;min-height:40px;padding:9px 10px;font-size:12px;font-weight:700;line-height:1}.product-card-actions .secondary-button{color:var(--maroon);background:#fffaf6;border:1px solid #d7c2b9}.product-card-actions .secondary-button:hover{background:#f7eee8;border-color:#cbaaa1}.product-card-actions .buy-now-button{border:1px solid var(--maroon);background:var(--maroon);color:#fff;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.product-card-actions .buy-now-button:hover{background:var(--maroon-dark);border-color:var(--maroon-dark)}.product-card .product-image-placeholder{color:#9a7778;background:linear-gradient(135deg,#f8eee7,#f1e2da);font-family:Georgia,Times New Roman,serif}@media (width<=1000px){.product-card-content{padding:13px}.product-card-content h3{font-size:16px}.product-card .product-price{font-size:15px}.product-card-actions .secondary-button,.product-card-actions .buy-now-button{min-height:38px;padding:8px 6px;font-size:11px}}@media (width<=430px){.product-card{border-radius:14px;box-shadow:0 5px 16px #53303212}.product-card:hover{transform:none}.product-card .product-image{border-radius:14px 14px 0 0}.product-card-content{padding:10px}.product-category{min-height:19px;margin-bottom:6px;padding:3px 7px;font-size:8px}.product-card-content h3{min-height:2.65em;margin-bottom:7px;font-size:14px}.product-card .product-price{min-height:20px;margin-bottom:10px;font-size:14px}.product-card .compare-price{font-size:10px}.product-card-actions{gap:6px}.product-card-actions .secondary-button,.product-card-actions .buy-now-button{border-radius:8px;min-height:36px;padding:7px 4px;font-size:10px}}.product-page{width:min(1240px,100% - 48px);margin:0 auto;padding:46px 0 86px}.product-page .product-layout{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);align-items:start;gap:58px;display:grid}.product-page .product-gallery{position:sticky;top:28px}.product-page .product-main-image{aspect-ratio:4/5;background:#faf5f0;border:1px solid #eaded7;border-radius:20px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 34px #53303214}.product-page .product-main-image:before{content:"SURU COLLECTION";z-index:1;color:#8d4d55;letter-spacing:.14em;background:#ffffffe6;border-radius:999px;padding:7px 10px;font-size:8px;font-weight:700;position:absolute;top:18px;left:18px}.product-page .product-main-image img{object-fit:contain;width:auto;max-width:94%;height:auto;max-height:94%;transition:transform .35s}.product-page .product-main-image:hover img{transform:scale(1.025)}.product-page .product-thumbnails{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:13px;display:grid}.product-page .product-thumb{aspect-ratio:1;background:#fff;border:1px solid #e4d7d0;border-radius:11px;transition:border-color .2s,box-shadow .2s,transform .2s;overflow:hidden}.product-page .product-thumb:hover{border-color:#cbaaa1;transform:translateY(-1px)}.product-page .product-thumb.active{border:2px solid var(--maroon);box-shadow:0 0 0 3px #76292d14}.product-page .product-thumb img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}.product-page .product-info{background:#fffdfb;border:1px solid #eaded7;border-radius:20px;padding:29px 30px 31px;box-shadow:0 12px 34px #53303212}.product-page .product-code{color:#8d4d55;letter-spacing:.12em;background:#f5e8df;border-radius:999px;align-items:center;min-height:25px;margin:0 0 13px;padding:5px 10px;font-size:9px;font-weight:800;display:inline-flex}.product-page .product-info h1{color:#352628;margin:0 0 12px;font-family:Georgia,Times New Roman,serif;font-size:clamp(31px,3.3vw,46px);font-weight:500;line-height:1.12}.product-page .product-info .product-price{color:var(--maroon);flex-wrap:wrap;align-items:baseline;gap:9px;margin:0 0 20px;font-size:25px;font-weight:800;display:flex}.product-page .compare-price{color:#a59494;margin:0;font-size:14px;font-weight:500}.product-page .product-description{color:#66575a;border-bottom:1px solid #eaded7;margin:0 0 21px;padding-bottom:21px;font-size:14px;line-height:1.8}.product-page .product-details{background:#faf5f0;border:0;border-radius:12px;grid-template-columns:1fr 1fr;gap:0;margin:0 0 22px;padding:0;display:grid;overflow:hidden}.product-page .product-details>div{color:#705f60;border-bottom:1px solid #eaded7;margin:0;padding:11px 13px;font-size:12px;line-height:1.4}.product-page .product-details>div:nth-child(odd){border-right:1px solid #eaded7}.product-page .product-details>div:nth-last-child(-n+2){border-bottom:0}.product-page .product-details strong{color:#392a2c;letter-spacing:.04em;text-transform:uppercase;margin-bottom:3px;font-size:10px;display:block}.product-page .field{color:#392a2c;margin:0 0 15px;font-size:11px;font-weight:700;display:block}.product-page .field select,.product-page .field input{color:#392a2c;box-sizing:border-box;background:#fff;border:1px solid #d9c9c2;border-radius:9px;outline:none;width:100%;height:46px;margin-top:7px;padding:0 13px;font-size:14px}.product-page .field select:focus,.product-page .field input:focus{border-color:var(--maroon);box-shadow:0 0 0 3px #76292d14}.product-page .variant-field{margin:0 0 15px}.product-page .variant-field label{color:#392a2c;margin-bottom:7px;font-size:11px;font-weight:700;display:block}.product-page .variant-fixed-value{box-sizing:border-box;color:#4c3c3e;background:#faf5f0;border:1px solid #d9c9c2;border-radius:9px;align-items:center;min-height:46px;padding:0 13px;font-size:14px;display:flex}.product-page .variant-stock{color:#7e4b51;background:#f5e8df;border-radius:8px;margin:-2px 0 17px;padding:9px 11px;font-size:11px;font-weight:600}.product-page .variant-modal-message.show{color:#8b353d;background:#f8e8e6;border-radius:8px;margin:0 0 14px;padding:10px 12px;font-size:11px}.product-page .product-action-buttons{grid-template-columns:1fr 1fr;gap:10px;margin-top:5px;display:grid}.product-page .product-action-buttons .buy-button,.product-page .product-action-buttons .buy-now-button{border-radius:10px;width:100%;min-height:48px;margin:0;padding:12px 15px;font-size:13px;font-weight:800}.product-page .product-action-buttons .buy-button{color:var(--maroon);background:#fffaf6;border:1px solid #cdb7ae}.product-page .product-action-buttons .buy-button:hover:not(:disabled){background:#f7eee8;border-color:#b9968d}.product-page .product-action-buttons .buy-now-button{border:1px solid var(--maroon);background:var(--maroon);color:#fff;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 8px 18px #76292d24}.product-page .product-action-buttons .buy-now-button:hover{background:var(--maroon-dark);border-color:var(--maroon-dark)}@media (width<=900px){.product-page{padding:34px 0 70px}.product-page .product-layout{grid-template-columns:1fr;gap:30px}.product-page .product-gallery{position:static}.product-page .product-info{padding:25px}}@media (width<=700px){.product-page{width:calc(100% - 28px);padding:22px 0 58px}.product-page .product-layout{gap:22px}.product-page .product-main-image{aspect-ratio:4/5;border-radius:16px}.product-page .product-main-image:before{padding:6px 8px;font-size:7px;top:12px;left:12px}.product-page .product-thumbnails{grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;margin-top:8px}.product-page .product-thumb{border-radius:8px}.product-page .product-info{border-radius:16px;padding:21px 17px 22px}.product-page .product-code{margin-bottom:10px;font-size:8px}.product-page .product-info h1{margin-bottom:10px;font-size:30px}.product-page .product-info .product-price{margin-bottom:17px;font-size:22px}.product-page .product-description{margin-bottom:17px;padding-bottom:17px;font-size:13px;line-height:1.7}.product-page .product-details{grid-template-columns:1fr 1fr;margin-bottom:18px}.product-page .product-details>div{padding:10px;font-size:11px}.product-page .product-details strong{font-size:9px}.product-page .field{margin-bottom:13px}.product-page .field select,.product-page .field input,.product-page .variant-fixed-value{height:44px;min-height:44px}.product-page .variant-stock{margin-bottom:14px}.product-page .product-action-buttons{gap:7px}.product-page .product-action-buttons .buy-button,.product-page .product-action-buttons .buy-now-button{border-radius:9px;min-height:45px;padding:10px 7px;font-size:11px}}@media (width<=390px){.product-page{width:calc(100% - 20px)}.product-page .product-info{padding:18px 13px 19px}.product-page .product-info h1{font-size:27px}.product-page .product-info .product-price{font-size:20px}.product-page .product-details>div{padding:9px 8px;font-size:10px}.product-page .product-action-buttons .buy-button,.product-page .product-action-buttons .buy-now-button{font-size:10px}}.policy-page{max-width:1120px;color:var(--text,#33282b);margin:0 auto;padding:48px 22px 80px}.policy-hero{text-align:center;max-width:760px;margin:0 auto 38px}.policy-hero .eyebrow{color:var(--maroon,#76292d);letter-spacing:.14em;margin:0 0 8px;font-size:12px;font-weight:700}.policy-hero h1{color:var(--maroon-dark,#5b2024);margin:0;font-family:Georgia,serif;font-size:clamp(32px,5vw,48px);line-height:1.1}.policy-hero p:last-child{color:#75676b;max-width:650px;margin:14px auto 0;font-size:15px;line-height:1.7}.policy-sections{flex-direction:column;gap:18px;display:flex}.policy-section{background:#fffaf7;border:1px solid #eadbd5;border-radius:16px;grid-template-columns:62px minmax(0,1fr);gap:22px;padding:30px;scroll-margin-top:24px;display:grid;box-shadow:0 8px 24px #3c1e230d}.policy-number{background:var(--maroon,#76292d);color:#fff;letter-spacing:.05em;border-radius:50%;place-items:center;width:44px;height:44px;font-size:12px;font-weight:700;display:grid}.policy-section h2{color:var(--maroon-dark,#5b2024);margin:2px 0 14px;font-family:Georgia,serif;font-size:25px}.policy-section p{color:#5f5357;margin:0 0 14px;font-size:14px;line-height:1.75}.policy-section ul{color:#5f5357;margin:0;padding-left:20px;font-size:14px;line-height:1.75}.policy-section li+li{margin-top:8px}.policy-section strong{color:#49383c}.policy-note{border-left:3px solid var(--maroon,#76292d);background:#f4e9e4;border-radius:6px;padding:13px 15px;color:#554347!important;margin-top:18px!important}@media (width<=700px){.policy-page{padding:30px 14px 55px}.policy-hero{margin-bottom:24px}.policy-hero h1{font-size:31px}.policy-hero p:last-child{font-size:13px;line-height:1.6}.policy-sections{gap:12px}.policy-section{grid-template-columns:38px minmax(0,1fr);gap:12px;padding:20px 15px}.policy-number{width:34px;height:34px;font-size:10px}.policy-section h2{margin:1px 0 10px;font-size:21px}.policy-section p,.policy-section ul{font-size:13px;line-height:1.65}.policy-section ul{padding-left:17px}.policy-section li+li{margin-top:7px}}.policy-page{box-sizing:border-box;width:min(1120px,100%);margin:0 auto;padding-left:24px;padding-right:24px}.policy-hero,.policy-sections{box-sizing:border-box;width:100%}.policy-section{box-sizing:border-box;align-items:start;width:100%}.policy-section>div:last-child{min-width:0}.policy-section h2,.policy-section p,.policy-section ul{overflow-wrap:anywhere;max-width:100%}@media (width<=700px){.policy-page{width:100%;padding-left:14px;padding-right:14px}.policy-section{grid-template-columns:34px minmax(0,1fr);align-items:start;width:100%}.policy-section>div:last-child{min-width:0}.policy-section h2{overflow-wrap:break-word}.policy-section ul{margin-right:0;padding-left:17px}}
