@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400;1,600&family=Plus+Jakarta+Sans:wght@300;400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=Plus+Jakarta+Sans:wght@400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Baloo+2:wght@700;800&family=Poppins:wght@300;400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Baloo+2:wght@700;800&family=Poppins:wght@300;400;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Montserrat:wght@300;400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Montserrat:wght@300;400;500&display=swap";@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Montserrat:wght@400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600&family=Montserrat:wght@300;400;500&display=swap";@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500&family=Inter:wght@300;400;500&display=swap";@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400;1,600&family=Inter:wght@300;400;500&display=swap";@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400;1,500&family=Inter:wght@300;400;500&display=swap";.premium-theme{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#333;background:#fff;box-sizing:border-box}.premium-theme *,.premium-theme *:before,.premium-theme *:after{box-sizing:border-box}.cart-overlay{position:fixed;inset:0;background:#00000073;z-index:999}.overlay-show{animation:overlayShow .35s ease forwards}.overlay-hide{animation:overlayHide .35s ease forwards}@keyframes overlayShow{0%{opacity:0}to{opacity:1}}@keyframes overlayHide{0%{opacity:1}to{opacity:0}}.cart-container{position:fixed;top:0;right:0;width:100%;max-width:460px;height:100vh;display:flex;flex-direction:column;background:#fff;z-index:1000;box-shadow:-15px 0 40px #0000001f;overflow:hidden}.cart-slide-in{animation:slideInCart .35s ease forwards}.cart-slide-out{animation:slideOutCart .35s ease forwards}@keyframes slideInCart{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideOutCart{0%{transform:translate(0)}to{transform:translate(100%)}}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:22px 24px;border-bottom:1px solid #ededed;background:#fff}.cart-header h2{font-size:1.35rem;font-weight:600;color:#111}.close-btn{width:42px;height:42px;border:none;background:#f5f5f5;border-radius:50%;cursor:pointer;font-size:1.5rem;color:#333;transition:all .3s ease}.close-btn:hover{transform:rotate(90deg);background:#ececec}.cart-body{flex:1;overflow-y:auto;padding:24px}.cart-body::-webkit-scrollbar{width:6px}.cart-body::-webkit-scrollbar-thumb{background:#ddd;border-radius:20px}.cart-item{display:flex;gap:16px}.item-image-wrapper{width:100px;min-width:100px;height:100px;overflow:hidden;border-radius:10px;background:#f6f6f6}.item-image{width:100%;height:100%;object-fit:cover}.item-details{flex:1}.item-title{font-size:15px;line-height:1.5;font-weight:600;color:#222;margin-bottom:6px}.item-variant{color:#777;font-size:13px;margin-bottom:10px}.item-price{font-size:18px;font-weight:700;color:#111;margin-bottom:14px}.item-actions{display:flex;align-items:center;gap:16px}.quantity-selector{display:flex;align-items:center;border:1px solid #ddd;border-radius:10px;overflow:hidden}.qty-btn{width:38px;height:38px;border:none;background:#fff;cursor:pointer;font-size:18px;transition:all .25s ease}.qty-btn:hover:not(:disabled){background:#f4f4f4}.qty-btn:disabled{color:#c7c7c7;cursor:not-allowed}.qty-value{width:42px;text-align:center;font-weight:600}.remove-btn{border:none;background:transparent;cursor:pointer;color:#777;font-size:14px;text-decoration:underline;transition:all .3s ease}.remove-btn:hover{color:#d53131}.cart-empty-state{text-align:center;padding:80px 20px}.empty-icon{font-size:60px;margin-bottom:15px}.cart-empty-state h3{margin-bottom:10px;color:#222}.cart-empty-state p{color:#777}.cart-footer{border-top:1px solid #ececec;padding:20px 24px;background:#fafafa}.gift-wrap-container{display:flex;align-items:center;gap:12px;cursor:pointer;position:relative}.gift-wrap-container input{display:none}.checkmark{width:18px;height:18px;border:1px solid #999;border-radius:4px;position:relative;flex-shrink:0}.gift-wrap-container input:checked+.checkmark{background:#a54b18;border-color:#a54b18}.gift-wrap-container input:checked+.checkmark:after{content:"✓";position:absolute;color:#fff;font-size:12px;left:3px;top:-1px}.gift-wrap-text{font-size:14px;color:#444}.divider{border:none;height:1px;background:#e5e5e5;margin:18px 0}.subtotal-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.subtotal-label{font-size:16px;color:#444}.subtotal-amount{font-size:22px;font-weight:700}.buy-now-btn{width:100%;border:none;background:#a54b18;color:#fff;height:58px;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;font-weight:700;letter-spacing:.5px;transition:all .3s ease}.buy-now-btn:hover{transform:translateY(-2px);background:#8d3f13;box-shadow:0 12px 25px #a54b1840}.payment-icons-inline{display:flex;gap:5px}.mini-badge{background:#fff3;padding:2px 6px;border-radius:20px;font-size:10px}.arrow-icon{margin-left:auto}.shiprocket-powered{text-align:center;margin-top:10px;margin-bottom:16px;font-size:11px;color:#777}.shiprocket-powered span{font-weight:700}.view-cart-link{width:100%;border:none;background:transparent;cursor:pointer;color:#555;font-size:14px;font-weight:600;margin-bottom:20px;transition:all .3s ease}.view-cart-link:hover{letter-spacing:1px;color:#111}.trust-badges-container{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;border-top:1px solid #ececec;padding-top:16px}.badge-item{text-align:center}.badge-icon{width:42px;height:42px;margin:0 auto 8px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f2f2f2}.badge-text{font-size:11px;line-height:1.4;color:#333}.dot{width:6px;height:6px;border-radius:50%;display:inline-block}.active-dot{background:#00b16a}@media(max-width:768px){.cart-container{max-width:100%}}@media(max-width:480px){.cart-header,.cart-body,.cart-footer{padding:18px}.item-image-wrapper{width:85px;min-width:85px;height:85px}.trust-badges-container{gap:6px}.badge-text{font-size:10px}}:root{--primary-color: #611f10;--primary-hover: #4d180c;--text-dark: #2c2c2c;--bg-light: #fdfbf7;--border-light: #eaddcd;--accent-dark: #1a1a1a;--accent-dark-hover: #000000;--brand-shadow: rgba(97, 31, 16, .14);--transition-smooth: all .3s cubic-bezier(.25, .8, .25, 1)}body.menu-open{overflow:hidden}.navbar-header{width:100%;background-color:#fff;border-bottom:1px solid rgba(0,0,0,.06);position:fixed;top:0;left:0;z-index:1000;box-shadow:0 2px 18px #00000008}.navbar-container{max-width:1440px;margin:0 auto;padding:14px 32px;display:flex;align-items:center;justify-content:space-between;gap:24px}.navbar-logo{display:flex;align-items:center;height:56px;transition:var(--transition-smooth);flex-shrink:0}.navbar-logo img{height:100%;width:auto;object-fit:contain}@media(hover:hover)and (pointer:fine){.navbar-logo:hover{transform:scale(1.02)}}.navbar-links{display:flex;align-items:center;gap:4px;flex:1;justify-content:center}.navbar-links a,.nav-links-container a{-webkit-tap-highlight-color:transparent}.navbar-links a{display:flex;align-items:center;gap:8px;text-decoration:none;font-size:14.5px;font-weight:600;letter-spacing:.2px;color:var(--primary-color);padding:10px 16px;border-radius:999px;position:relative;transition:var(--transition-smooth);white-space:nowrap}@media(hover:hover)and (pointer:fine){.navbar-links a:hover{background-color:var(--bg-light);color:var(--primary-hover);transform:translateY(-1px)}}.navbar-links a:active{background-color:var(--bg-light);transform:scale(.97)}.navbar-links a:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}@media(min-width:993px){.mobile-menu-header,.mobile-menu-footer{display:none!important}.nav-links-container{display:flex;align-items:center;gap:4px}}.navbar-links a svg{font-size:15px;opacity:.85}.navbar-actions{display:flex;align-items:center;gap:14px;flex-shrink:0}.navbar-actions-cluster{display:flex;align-items:center;gap:10px}.navbar-actions-divider{width:1px;height:26px;background-color:var(--border-light);flex-shrink:0}.navbar-actions .icon-link,.navbar-actions .quote-box-icon-btn,.navbarActionBox{-webkit-tap-highlight-color:transparent;background:#fff;border:1px solid var(--border-light);outline:none;cursor:pointer;display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:var(--primary-color);font-size:18px;text-decoration:none;border-radius:50%;box-shadow:0 1px 4px var(--brand-shadow);transition:var(--transition-smooth)}@media(hover:hover)and (pointer:fine){.navbar-actions .icon-link:hover,.navbar-actions .quote-box-icon-btn:hover,.navbarActionBox:hover{background-color:var(--bg-light);border-color:var(--primary-color);box-shadow:0 8px 18px var(--brand-shadow);transform:translateY(-2px)}}.navbar-actions .icon-link:active,.navbar-actions .quote-box-icon-btn:active,.navbarActionBox:active{transform:scale(.94)}.navbarActionIcon{font-size:18px}.navbar-quote-btn{-webkit-tap-highlight-color:transparent;display:inline-flex;align-items:center;justify-content:center;background-color:var(--accent-dark);color:#fff;text-decoration:none;font-weight:600;font-size:14px;letter-spacing:.4px;padding:14px 26px;border-radius:999px;box-shadow:0 6px 16px #0000002e;transition:var(--transition-smooth);white-space:nowrap}@media(hover:hover)and (pointer:fine){.navbar-quote-btn:hover{background-color:var(--accent-dark-hover);box-shadow:0 10px 24px #00000042;transform:translateY(-2px)}}.navbar-quote-btn:active{transform:scale(.97)}@media(min-width:993px){.mobile-hamburger-btn{display:none!important}}.quote-info-overlay{display:none}.quote-info-overlay.show{display:block;position:fixed;inset:0;background:#00000073;z-index:1500;opacity:1;pointer-events:auto}.mobile-menu-overlay{display:none;position:fixed;inset:0;background:#00000073;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:998}.mobile-menu-overlay.active{display:block;opacity:1;visibility:visible}.accountLoginOverlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2005}.accountLoginModal{background:#fff;padding:30px;border-radius:12px;width:90%;max-width:400px;box-shadow:0 10px 30px #0003}@media(max-width:992px){.navbar-container{padding:10px 16px}.navbar-logo{height:42px}.navbar-links{position:fixed;top:0;right:-100%;width:300px;max-width:85vw;height:100vh;background:#fff;display:flex;flex-direction:column;align-items:stretch;padding:0;box-shadow:-8px 0 30px #00000029;transition:right .35s cubic-bezier(.25,.8,.25,1);z-index:999;pointer-events:none}.navbar-links.active{right:0;pointer-events:all}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid var(--border-light);background-color:var(--bg-light)}.mobile-menu-title{font-size:16px;font-weight:700;color:var(--primary-color);letter-spacing:.5px}.mobile-menu-close-btn{background:#fff;border:1px solid var(--border-light);outline:none;cursor:pointer;display:flex;align-items:center;justify-content:center;width:34px;height:34px;color:var(--text-dark);font-size:16px;border-radius:50%;transition:var(--transition-smooth)}.mobile-menu-close-btn:hover{background-color:var(--bg-light);border-color:var(--primary-color)}.nav-links-container{display:flex;flex-direction:column;padding:18px 14px;overflow-y:auto;flex:1;gap:6px}.navbar-links a{width:100%;display:flex;align-items:center;gap:14px;padding:14px 18px;border-radius:12px;font-size:15px;color:var(--primary-color)}.navbar-links a svg{font-size:17px}.navbar-links a:active{background-color:var(--bg-light);transform:scale(.98)}.mobile-menu-footer{padding:22px;text-align:center;background-color:#fff;border-top:1px solid rgba(234,221,205,.5)}.ganesha-decorative-dots{display:flex;justify-content:center;gap:14px;color:#e67e22;font-size:10px;opacity:.6}.navbar-actions{gap:8px}.navbar-actions-cluster{gap:6px}.navbar-actions-divider{display:none}.navbar-actions .icon-link,.navbar-actions .quote-box-icon-btn,.navbarActionBox{width:38px;height:38px;font-size:16px}.navbar-quote-btn{font-size:12px;padding:10px 16px}}@media(max-width:480px){.navbar-container{padding:10px 12px;gap:10px}.navbar-actions{gap:6px}.navbar-actions-cluster .icon-link:first-child{display:none}.navbar-quote-btn{padding:9px 14px;font-size:11px}.navbar-links{width:280px}}.footer{width:100%;position:relative;background:linear-gradient(180deg,#241209,#1a0d07);color:#e7ddd2;font-family:Poppins,sans-serif;overflow:hidden}.footer-decor{position:absolute;bottom:0;width:280px;max-width:34vw;height:auto;pointer-events:none;opacity:.95;filter:drop-shadow(0 -6px 18px rgba(0,0,0,.25));z-index:0}.footer-decor svg{width:100%;height:auto;display:block}.footer-decor-left{left:-24px}.footer-decor-right{right:-24px;transform:scaleX(-1)}.footer-top-line{width:100%;background:linear-gradient(90deg,#6e2f16,#a84d23);text-align:center;padding:9px 15px;color:#fff;letter-spacing:1px;font-size:13px;font-weight:500;position:relative;z-index:2}.footer-middle{width:100%;padding:60px 0 40px;position:relative;z-index:1}.footer-container{width:100%;max-width:1320px;margin:auto;padding:0 40px;position:relative;z-index:1}.footer-columns{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:45px}.footer-column h3{font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#caa46a;margin-bottom:24px;position:relative}.footer-brand{display:flex;align-items:center;gap:16px;margin-bottom:18px}.footer-brand img{width:60px;height:60px;object-fit:contain;background:#ffffff0f;border:1px solid rgba(202,164,106,.25);border-radius:50%;padding:8px}.footer-brand-text h3{margin:0;font-size:30px;font-weight:500;letter-spacing:.5px;color:#caa46a;text-transform:none}.footer-brand-text p{margin-top:7px;font-size:13px;color:#a99a8d;line-height:1.6}.footer-about-content{margin-bottom:22px}.footer-about-content p{font-size:13.5px;line-height:1.9;color:#b6a99c;margin-bottom:12px}.footer-contact{display:flex;flex-direction:column;gap:14px}.footer-contact-item{display:flex;align-items:center;gap:12px}.footer-contact-item span{width:34px;height:34px;min-width:34px;border-radius:50%;background:#caa46a1f;border:1px solid rgba(202,164,106,.3);display:flex;align-items:center;justify-content:center;color:#caa46a;font-size:14px}.footer-contact-item p{font-size:14px;color:#b6a99c}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column ul li{margin-bottom:15px}.footer-column ul li a{text-decoration:none;color:#c8bcae;font-size:14.5px;font-weight:400;display:inline-flex;align-items:center;gap:8px;transition:.25s ease}.footer-column ul li a span{color:#caa46a;font-size:18px;opacity:0;transition:.25s ease;width:0}.footer-column ul li a:hover{color:#e7c98a;transform:translate(6px)}.footer-column ul li a:hover span{opacity:1;width:auto}.footer-category-list li{color:#c8bcae;font-size:14.5px;font-weight:400;display:flex;align-items:center;gap:8px;margin-bottom:15px;transition:.25s ease}.footer-category-list li:hover{color:#e7c98a;transform:translate(4px)}.footer-category-list li span{color:#caa46a;font-size:18px}.map-box{width:100%;height:170px;overflow:hidden;border-radius:16px;border:1px solid rgba(202,164,106,.3);margin-bottom:20px;filter:grayscale(.15) contrast(1.05)}.map-box iframe{width:100%;height:100%;border:none}.social-icons{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.social-icons a{width:42px;height:42px;border-radius:50%;background:transparent;border:1px solid rgba(202,164,106,.35);display:flex;align-items:center;justify-content:center;color:#caa46a;text-decoration:none;font-size:12px;font-weight:600;letter-spacing:.3px;transition:all .3s ease}.social-icons a:hover{transform:translateY(-4px);background:#caa46a;border-color:#caa46a;color:#1a0d07}.footer-bottom{border-top:1px solid rgba(202,164,106,.15);padding:20px 40px;display:flex;align-items:center;justify-content:space-between;gap:20px;max-width:1320px;margin:auto;position:relative;z-index:1}.footer-bottom p{font-size:13px;color:#8f8073}.footer-links{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.footer-links a{text-decoration:none;color:#8f8073;font-size:13px;font-weight:400;transition:.3s ease}.footer-links a:hover{color:#caa46a}@media(max-width:1100px){.footer-columns{grid-template-columns:1fr 1fr;gap:40px}.footer-decor{width:190px;opacity:.55}}@media(max-width:768px){.footer-middle{padding:50px 0 30px}.footer-container{padding:0 20px}.footer-columns{grid-template-columns:1fr;gap:38px}.footer-column{text-align:center}.footer-brand{justify-content:center;flex-direction:column;text-align:center}.footer-contact-item,.footer-category-list li,.social-icons{justify-content:center}.footer-bottom{flex-direction:column;text-align:center;padding:20px}.footer-links{justify-content:center;gap:14px}.footer-decor{width:140px;opacity:.4}}@media(max-width:480px){.footer-brand-text h3{font-size:26px}.footer-column h3{font-size:12px}.map-box{height:160px}.footer-decor{width:100px;opacity:.3}}.floating-icons{position:fixed;right:20px;bottom:25px;display:flex;flex-direction:column;gap:14px;z-index:999}.floating-icons__btn{width:50px;height:50px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff;cursor:pointer;box-shadow:0 4px 12px #00000040;transition:all .3s ease}.floating-icons__call{background:#1d0251}.floating-icons__whatsapp{background:#25d366}.floating-icons__top{background:#035d7b}.floating-icons__btn:hover{transform:translateY(-4px);box-shadow:0 6px 16px #0000004d}@media(max-width:992px){.floating-icons{right:18px;bottom:20px}.floating-icons__btn{width:46px;height:46px;font-size:18px}}@media(max-width:600px){.floating-icons{right:15px;bottom:18px;gap:12px}.floating-icons__btn{width:44px;height:44px;font-size:17px}}@media(max-width:400px){.floating-icons__btn{width:40px;height:40px;font-size:16px}}.HeroSection{position:relative;width:100%;height:100vh;min-height:600px;overflow:hidden;font-family:Plus Jakarta Sans,sans-serif;color:#fff;background-color:#faf6ee;background-repeat:repeat;background-position:center;background-size:auto;padding:24px;box-sizing:border-box}.HeroSection-slide{position:absolute;inset:24px;width:calc(100% - 48px);height:calc(100% - 48px);background-size:cover;background-position:center;border-radius:16px;overflow:hidden;box-shadow:0 12px 32px #00000026;opacity:0;visibility:hidden;transition:opacity .8s ease-in-out,visibility .8s ease-in-out,transform .8s ease-in-out;transform:scale(.98);display:flex;align-items:center;padding:0 5%}.HeroSection-slide.active{opacity:1;visibility:visible;transform:scale(1)}.HeroSection-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000a6,#00000040,#0000001a);z-index:1}.HeroSection-content{position:relative;z-index:2;max-width:540px;padding-top:20px}.HeroSection-badgeGroup{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:24px}.HeroSection-badge{background-color:#d84a38;color:#fff;font-size:10px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;padding:4px 10px;border-radius:12px}.HeroSection-subBadge{font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:#ffffffd9}.HeroSection-title{font-family:Playfair Display,serif;font-size:clamp(2.5rem,4.5vw,4rem);font-weight:400;line-height:1.1;color:#fff;margin:0 0 20px}.HeroSection-titleItalic{font-family:Playfair Display,serif;font-style:italic;font-weight:400;color:#e5ca93;display:block}.HeroSection-description{font-size:14px;line-height:1.6;color:#fffc;margin-bottom:32px;max-width:440px}.HeroSection-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.HeroSection-btnPrimary{display:inline-flex;align-items:center;gap:8px;background-color:#fff;color:#111;border:none;border-radius:24px;padding:12px 24px;font-size:11px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;cursor:pointer;transition:all .3s ease}.HeroSection-btnPrimary:hover{background-color:#f0f0f0;transform:translateY(-2px)}.HeroSection-btnIcon{font-size:14px}.HeroSection-btnSecondary{background:transparent;border:none;color:#fff;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;padding:8px 0;position:relative;transition:color .3s ease}.HeroSection-btnSecondary:after{content:"";position:absolute;width:100%;height:1px;bottom:4px;left:0;background-color:#fff9;transition:background-color .3s ease}.HeroSection-btnSecondary:hover:after{background-color:#fff}.HeroSection-counter{position:absolute;top:45px;right:5%;z-index:10;font-size:11px;letter-spacing:2px;font-weight:600;background:#0000004d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:4px 10px;border-radius:12px;border:1px solid rgba(255,255,255,.15)}.HeroSection-nav{position:absolute;right:4%;top:50%;transform:translateY(-50%);z-index:10;display:flex;gap:8px}.HeroSection-navBtn{width:40px;height:40px;border-radius:50%;background:#ffffff26;border:1px solid rgba(255,255,255,.2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .3s ease}.HeroSection-navBtn:hover{background:#ffffff59;transform:scale(1.05)}.HeroSection-pagination{position:absolute;bottom:45px;left:50%;transform:translate(-50%);z-index:10;display:flex;align-items:center;gap:8px}.HeroSection-dot{width:6px;height:6px;border-radius:50%;background-color:#fff6;border:none;cursor:pointer;padding:0;transition:all .3s ease}.HeroSection-dot.active{width:20px;border-radius:10px;background-color:#fff}@media(max-width:768px){.HeroSection{padding:12px}.HeroSection-slide{inset:12px;width:calc(100% - 24px);height:calc(100% - 24px);padding:0 6%}.HeroSection-counter{top:25px}.HeroSection-pagination{bottom:25px}.HeroSection-nav{top:auto;bottom:50px;right:6%;transform:none}.HeroSection-content{max-width:100%;padding-bottom:60px}.HeroSection-description{font-size:13px}.HeroSection-badgeGroup{gap:8px}}.HeroSection-btnLink{text-decoration:none;display:inline-block}:root{--raw-color: #8B4513;--raw-light: #FAF3EB;--raw-dark: #654321;--raw-glow: rgba(139, 69, 19, .3);--semi-color: #2E8B57;--semi-light: #F0F9F4;--semi-dark: #228B22;--semi-glow: rgba(46, 139, 87, .3);--finished-color: #B8860B;--finished-light: #FFFBF0;--finished-dark: #996515;--finished-glow: rgba(184, 134, 11, .3);--dark: #1a1a1a;--text: #2D3748;--text-light: #718096;--muted: #A0AEC0;--white: #FFFFFF;--border: #E2E8F0;--radius: 20px;--radius-lg: 28px;--radius-xl: 36px;--shadow: 0 8px 32px rgba(0, 0, 0, .08);--shadow-hover: 0 20px 50px rgba(0, 0, 0, .12);--shadow-inner: inset 0 2px 4px rgba(0, 0, 0, .04);--transition: all .3s cubic-bezier(.4, 0, .2, 1);--transition-slow: all .5s cubic-bezier(.4, 0, .2, 1)}.idol-section{padding:80px 20px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);min-height:100vh;display:flex;flex-direction:column;align-items:center;font-family:Inter,Segoe UI,system-ui,sans-serif}.section-header{text-align:center;margin-bottom:40px;max-width:700px}.section-title{font-size:3.5rem;font-weight:800!important;background:linear-gradient(135deg,var(--text) 0%,var(--raw-color) 33%,var(--semi-color) 66%,var(--finished-color) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:16px;letter-spacing:-.02em;line-height:1.1}.section-subtitle{font-size:1.25rem;color:var(--text-light);font-weight:500;line-height:1.6}.idol-container{max-width:1400px;width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(420px,1fr));gap:30px}.idol-card{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow);transition:var(--transition-slow);position:relative;overflow:hidden;border:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.idol-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:var(--shadow-hover)}.card-header{display:flex;justify-content:space-between;align-items:flex-start;padding:28px 32px 0;margin-bottom:20px}.card-tag-wrapper{display:flex;flex-direction:column;gap:8px}.card-tag{padding:8px 18px;border-radius:20px;font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.8px;color:var(--white);width:fit-content;box-shadow:0 4px 12px #00000026}.tag-raw{background:linear-gradient(135deg,var(--raw-color),var(--raw-dark))}.tag-semi{background:linear-gradient(135deg,var(--semi-color),var(--semi-dark))}.tag-finished{background:linear-gradient(135deg,var(--finished-color),var(--finished-dark))}.card-label{font-size:.9rem;font-weight:600;color:var(--text-light);letter-spacing:.2px}.card-price{font-size:1.1rem;font-weight:700;color:var(--text);background:var(--raw-light);padding:8px 16px;border-radius:12px;box-shadow:var(--shadow-inner)}.card-semi .card-price{background:var(--semi-light)}.card-finished .card-price{background:var(--finished-light)}.card-main{padding:0 32px 28px}.card-content{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;margin-bottom:28px}.card-title{font-size:2.5rem;font-weight:800;margin:0 0 4px;color:var(--text);line-height:1.1;letter-spacing:-.02em}.card-subtitle{font-size:1.1rem;font-weight:600;color:var(--text-light);margin:0 0 28px;line-height:1.4}.card-features{list-style:none;padding:0;margin:0 0 32px}.feature-item{display:flex;align-items:center;margin-bottom:14px;font-size:.95rem;color:var(--text);font-weight:500;transition:var(--transition)}.feature-item:hover{transform:translate(5px)}.feature-dot{width:10px;height:10px;border-radius:50%;margin-right:14px;flex-shrink:0;transition:var(--transition)}.card-raw .feature-dot{background:var(--raw-color);box-shadow:0 0 0 2px var(--raw-light)}.card-semi .feature-dot{background:var(--semi-color);box-shadow:0 0 0 2px var(--semi-light)}.card-finished .feature-dot{background:var(--finished-color);box-shadow:0 0 0 2px var(--finished-light)}.feature-item:hover .feature-dot{transform:scale(1.3)}.card-stats{display:flex;flex-direction:column;gap:14px;background:#fff9;padding:20px;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stat-item{display:flex;align-items:center;justify-content:space-between}.stat-label{font-size:.85rem;font-weight:600;color:var(--text-light);width:80px;flex-shrink:0}.stat-bar{display:flex;gap:4px;flex:1;max-width:120px}.stat-segment{width:20px;height:6px;border-radius:3px;background:#e2e8f0;transition:var(--transition)}.stat-segment.active{transform:scaleY(1.4);box-shadow:0 2px 4px #0003}.card-raw .stat-segment.active{background:linear-gradient(135deg,var(--raw-color),var(--raw-dark))}.card-semi .stat-segment.active{background:linear-gradient(135deg,var(--semi-color),var(--semi-dark))}.card-finished .stat-segment.active{background:linear-gradient(135deg,var(--finished-color),var(--finished-dark))}.card-image-section{position:relative}.image-wrapper{position:relative;width:160px;height:160px;border-radius:24px;overflow:hidden;background:var(--white);box-shadow:0 12px 32px #00000026;transition:var(--transition)}.idol-card:hover .image-wrapper{transform:scale(1.05);box-shadow:0 20px 40px #00000040}.card-img{width:100%;height:100%;object-fit:cover;transition:var(--transition-slow);position:relative;z-index:2}.idol-card:hover .card-img{transform:scale(1.1)}.image-overlay{position:absolute;inset:0;opacity:0;transition:var(--transition);z-index:1}.card-raw .image-overlay{background:radial-gradient(circle at center,var(--raw-glow) 0%,transparent 70%)}.card-semi .image-overlay{background:radial-gradient(circle at center,var(--semi-glow) 0%,transparent 70%)}.card-finished .image-overlay{background:radial-gradient(circle at center,var(--finished-glow) 0%,transparent 70%)}.idol-card:hover .image-overlay{opacity:1}.image-badge{position:absolute;top:12px;right:12px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:4px 10px;border-radius:12px;font-size:.7rem;font-weight:800;color:var(--text);z-index:3;box-shadow:0 2px 8px #0000001a}.card-actions{display:flex;flex-direction:column;gap:14px}.card-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:16px 32px;font-weight:700;border-radius:18px;border:none;cursor:pointer;font-size:1rem;transition:var(--transition);position:relative;overflow:hidden;letter-spacing:.3px}.card-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .6s}.card-btn:hover:before{left:100%}.card-btn:hover{transform:translateY(-3px);box-shadow:0 15px 35px #0003}.btn-raw{background:linear-gradient(135deg,var(--raw-color),var(--raw-dark));color:#fff;box-shadow:0 8px 25px var(--raw-glow)}.btn-semi{background:linear-gradient(135deg,var(--semi-color),var(--semi-dark));color:#fff;box-shadow:0 8px 25px var(--semi-glow)}.btn-finished{background:linear-gradient(135deg,var(--finished-color),var(--finished-dark));color:#fff;box-shadow:0 8px 25px var(--finished-glow)}.btn-arrow{transition:transform .3s ease;font-weight:800}.card-btn:hover .btn-arrow{transform:translate(5px)}.action-meta{display:flex;align-items:center;justify-content:center;gap:10px;font-size:.85rem;color:var(--text-light);font-weight:500}.meta-text{opacity:.8;transition:var(--transition)}.meta-text:hover{opacity:1;color:var(--text)}.card-corner{position:absolute;top:0;right:0;width:100px;height:100px;clip-path:polygon(100% 0,0 0,100% 100%);opacity:.08;transition:var(--transition)}.idol-card:hover .card-corner{opacity:.15;width:120px;height:120px}.corner-raw{background:linear-gradient(135deg,var(--raw-color),var(--raw-dark))}.corner-semi{background:linear-gradient(135deg,var(--semi-color),var(--semi-dark))}.corner-finished{background:linear-gradient(135deg,var(--finished-color),var(--finished-dark))}.card-raw{background:linear-gradient(135deg,var(--raw-light) 0%,var(--white) 50%);border:1px solid rgba(139,69,19,.15)}.card-semi{background:linear-gradient(135deg,var(--semi-light) 0%,var(--white) 50%);border:1px solid rgba(46,139,87,.15)}.card-finished{background:linear-gradient(135deg,var(--finished-light) 0%,var(--white) 50%);border:1px solid rgba(184,134,11,.15)}@media(max-width:1200px){.idol-container{grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:24px}}@media(max-width:768px){.idol-section{padding:60px 16px}.section-title{font-size:2.8rem}.idol-container{grid-template-columns:1fr;max-width:500px}.card-content{grid-template-columns:1fr;gap:24px;text-align:center}.card-features{display:inline-block;text-align:left}.image-wrapper{width:140px;height:140px;margin:0 auto}.card-stats{max-width:300px;margin:0 auto}}@media(max-width:480px){.section-title{font-size:2.2rem}.section-subtitle{font-size:1.1rem}.card-header{padding:24px 24px 0;flex-direction:column;gap:12px;align-items:flex-start}.card-main{padding:0 24px 24px}.card-title{font-size:2rem}.image-wrapper{width:120px;height:120px}.card-btn{padding:14px 28px;font-size:.95rem}.idol-container{grid-template-columns:1fr}}@keyframes cardEntrance{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.idol-card{animation:cardEntrance .6s ease-out}.idol-card:nth-child(2){animation-delay:.1s}.idol-card:nth-child(3){animation-delay:.2s}.news-container{width:100%;padding:14px 0;overflow:hidden;position:relative;border-bottom:2px solid rgba(0,0,0,.05);background:linear-gradient(90deg,#fff);margin-top:80px}.news-marquee{width:100%;overflow:hidden;position:relative}.marquee-content{display:flex;align-items:center;gap:3rem;white-space:nowrap;animation:marquee 10s linear infinite}.news-text{position:relative;display:inline-block;font-size:1.05rem;font-weight:800;padding:0 28px;letter-spacing:1px;line-height:1;cursor:default;-webkit-user-select:none;user-select:none;background:linear-gradient(#7a2e1b,#4b1409);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.news-text:before{content:attr(data-text);position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:-1;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;filter:blur(10px);opacity:.55;transform:translateY(2px)}.news-icon{display:inline-flex;align-items:center;justify-content:center;font-size:1.05rem;padding:0 4px;opacity:.9;color:#7a2e1b}.marquee-content:hover{animation-play-state:paused}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-33.3333%)}}@media(max-width:1024px){.marquee-content{gap:2.5rem;animation-duration:9s}.news-text{font-size:1rem;padding:0 22px}.news-text:before{filter:blur(9px);opacity:.48}}@media(max-width:768px){.marquee-content{gap:2rem;animation-duration:8s}.news-text{font-size:.95rem;padding:0 18px}.news-text:before{filter:blur(8px);opacity:.42}.news-icon{font-size:.95rem}}@media(max-width:420px){.marquee-content{gap:1.4rem;animation-duration:7s}.news-text{font-size:.9rem;padding:0 14px;letter-spacing:.6px}.news-text:before{filter:blur(7px);opacity:.38}}.team-section{width:100%;padding:80px 20px;background:linear-gradient(135deg,#794d3e,#721f0c);text-align:center}.team-title{font-size:36px;font-weight:800;margin-bottom:50px;background:linear-gradient(135deg,#aea7a2,#ff2d55);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.team-slider{width:100%;max-width:1200px;margin:auto;overflow:hidden;position:relative}.team-track{display:flex;transition:transform .6s ease-in-out}.team-slide{flex:0 0 33.333%;padding:12px;display:flex;justify-content:center}.team-card{width:100%;max-width:320px;padding:25px 20px;border-radius:20px;background:#ffffffd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 15px 40px #00000014;transition:.3s ease}.team-card:hover{transform:translateY(-8px) scale(1.03);box-shadow:0 25px 60px #00000026}.team-img-box{width:110px;height:110px;margin:auto auto 15px;border-radius:50%;overflow:hidden;border:3px solid #ff6a00}.team-img-box img{width:100%;height:100%;object-fit:cover}.team-info h3{font-size:18px;font-weight:600;color:#222}.team-info p{font-size:14px;color:#666;margin-top:5px}.team-social{display:flex;justify-content:center;gap:10px;margin-top:15px}.team-social a{width:36px;height:36px;background:#f3f3f3;color:#333;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:.3s}.team-social a:hover{background:linear-gradient(135deg,#ff6a00,#ff2d55);color:#fff;transform:scale(1.1)}.team-dots{margin-top:25px;display:flex;justify-content:center;gap:10px}.dot{width:10px;height:10px;background:#fff6;border-radius:50%;cursor:pointer;transition:.3s}.dot.active{width:22px;border-radius:10px;background:linear-gradient(135deg,#ff6a00,#ff2d55)}@media(max-width:1400px){.team-title{font-size:32px}}@media(max-width:1100px){.team-slide{flex:0 0 33.333%}}@media(max-width:900px){.team-slide{flex:0 0 50%}.team-title{font-size:28px}.team-img-box{width:95px;height:95px}}@media(max-width:700px){.team-card{padding:20px}}@media(max-width:500px){.team-section{padding:60px 12px}.team-slide{flex:0 0 100%}.team-title{font-size:22px}.team-img-box{width:80px;height:80px}.team-info h3{font-size:16px}.team-info p{font-size:12px}.team-social a{width:32px;height:32px}}@media(max-width:360px){.team-img-box{width:70px;height:70px}.team-title{font-size:20px}}:root{--accent-gold: white;--muted-text: #f0eae6;--heading: #ffffff;--bg: #7A2E1B}.ap-section{background:var(--bg);padding:36px 18px;color:var(--muted-text);position:relative;overflow:hidden}.ap-inner{max-width:95%;margin:0 auto;padding:6px 20px;background:#7a2e1b;border-radius:10px}.ap-heading{text-align:center;font-size:40px;margin:10px 0 32px;color:var(--heading);font-weight:700;line-height:1.05}.ap-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px 24px;align-items:start}.ap-card{text-align:center;padding:6px 12px}.ap-icon-wrap{width:72px;height:72px;margin:0 auto 14px;border-radius:50%;background:#fafafa0a;border:1px solid rgba(245,215,161,.12);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #10182808}.ap-icon{font-size:36px;color:var(--accent-gold)}.ap-title{font-size:26px;margin:8px 0 10px;color:var(--heading);font-weight:700}.ap-desc{font-size:18px;color:var(--muted-text);line-height:1.6;margin:0 auto;max-width:260px}.ap-section:before,.ap-section:after{content:"";display:block;height:10px;background:linear-gradient(180deg,#f5f1efd9,#fff0);pointer-events:none}@media(max-width:1000px){.ap-grid{grid-template-columns:repeat(2,1fr);gap:22px}.ap-desc{max-width:300px;font-size:18px}}@media(max-width:560px){.ap-grid{grid-template-columns:1fr}.ap-icon-wrap{width:64px;height:64px}.ap-icon{font-size:24px}.ap-desc{max-width:100%;font-size:16px;padding:0 8px}.ap-heading{font-size:28px;margin-bottom:20px}}.testimonial-section{padding:100px 20px;background:linear-gradient(135deg,#6e1a0a,#b93a16,#8c240f);color:#fff;text-align:center;position:relative;overflow:hidden}.testimonial-section:before{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(255,180,80,.25),transparent);top:-150px;left:-150px}.testimonial-container{max-width:1100px;margin:auto}.testimonial-title{font-size:2.8rem;font-weight:700;margin-bottom:10px}.testimonial-subtitle{opacity:.8;margin-bottom:60px}.testimonial-slider{position:relative;height:300px}.testimonial-card{position:absolute;top:0;left:50%;width:320px;transform:translate(-50%) scale(.8);opacity:0;transition:all .6s ease;padding:30px;border-radius:20px;background:#ffffff14;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 10px 40px #0006}.testimonial-card.active{transform:translate(-50%) scale(1);opacity:1;z-index:3}.testimonial-card.prev{transform:translate(-140%) scale(.85);opacity:.6;z-index:2}.testimonial-card.next{transform:translate(40%) scale(.85);opacity:.6;z-index:2}.testimonial-card.hidden{opacity:0;z-index:0}.quote{font-size:2rem;color:#ffd27f;margin-bottom:10px}.testimonial-text{font-size:1rem;line-height:1.6;margin-bottom:20px}.testimonial-user{display:flex;align-items:center;gap:12px}.testimonial-user img{width:50px;height:50px;border-radius:50%;border:2px solid #ffd27f;object-fit:cover}.testimonial-user h4{margin:0;font-size:1rem}.testimonial-user span{font-size:.8rem;color:#ffd27f}.testimonial-dots{margin-top:40px}.dot{width:10px;height:10px;background:#fff;opacity:.4;border-radius:50%;display:inline-block;margin:0 6px;cursor:pointer;transition:.3s}.dot.active{background:#ffd27f;opacity:1;transform:scale(1.4)}@media(max-width:768px){.testimonial-slider{height:260px}.testimonial-card{width:260px}.testimonial-card.prev,.testimonial-card.next{display:none}}@media(max-width:480px){.testimonial-title{font-size:2rem}}.HotCategory{width:100%;padding:90px 24px;background:#faf9f6;font-family:Plus Jakarta Sans,sans-serif;box-sizing:border-box}.HotCategory-header{text-align:center;margin-bottom:54px}.HotCategory-tagline{font-size:13px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#c88a38;display:block;margin-bottom:8px}.HotCategory-mainTitle{font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:700;color:#1a1a1a;margin:0 0 16px}.HotCategory-divider{width:60px;height:3px;background:#c88a38;margin:0 auto;border-radius:2px}.HotCategory-container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:280px;gap:24px}.HotCategory-card.featured{grid-row:span 2}.HotCategory-card{position:relative;border-radius:16px;overflow:hidden;cursor:pointer;background:#111;box-shadow:0 10px 30px #0000000d;transition:transform .4s cubic-bezier(.165,.84,.44,1),box-shadow .4s cubic-bezier(.165,.84,.44,1)}.HotCategory-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #00000026}.HotCategory-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s cubic-bezier(.165,.84,.44,1)}.HotCategory-card:hover .HotCategory-image{transform:scale(1.08)}.HotCategory-overlay{position:absolute;inset:0;padding:24px;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(180deg,#00000026,#0000004d 40%,#000000bf);opacity:.9;transition:opacity .3s ease}.HotCategory-card:hover .HotCategory-overlay{opacity:1}.HotCategory-badge{align-self:flex-start;display:flex;align-items:center;gap:6px;padding:6px 14px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:30px;color:#fff;font-size:11px;font-weight:600;letter-spacing:1px;text-transform:uppercase}.HotCategory-badgeIcon{font-size:13px}.HotCategory-details{color:#fff;transform:translateY(6px);transition:transform .35s ease}.HotCategory-card:hover .HotCategory-details{transform:translateY(0)}.HotCategory-details h3{font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:600;margin:0 0 4px;line-height:1.1}.HotCategory-details p{font-size:13px;margin:0;color:#ffffffbf}.HotCategory-actionBtn{position:absolute;top:20px;right:20px;width:42px;height:42px;border-radius:50%;background:#fff;color:#111;display:flex;align-items:center;justify-content:center;font-size:18px;opacity:0;transform:scale(.8) rotate(-45deg);transition:all .35s cubic-bezier(.165,.84,.44,1)}.HotCategory-card:hover .HotCategory-actionBtn{opacity:1;transform:scale(1) rotate(0)}.HotCategory-pagination{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:48px}.HotCategory-pageBtn{width:40px;height:40px;border-radius:50%;border:1px solid #e2ddd3;background:#fff;color:#1a1a1a;font-family:Plus Jakarta Sans,sans-serif;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .25s ease}.HotCategory-pageBtn:hover:not(:disabled){border-color:#c88a38;color:#c88a38;transform:translateY(-2px)}.HotCategory-pageBtn.active{background:#111;color:#fff;border-color:#111}.HotCategory-pageBtn.nav{font-size:18px}.HotCategory-pageBtn:disabled{opacity:.4;cursor:not-allowed;border-color:#e2ddd3}@media(max-width:1024px){.HotCategory-container{grid-template-columns:repeat(2,1fr);grid-auto-rows:260px;gap:20px}.HotCategory-card.featured{grid-row:span 1}}@media(max-width:640px){.HotCategory{padding:60px 16px}.HotCategory-container{grid-template-columns:1fr;grid-auto-rows:250px;gap:16px}.HotCategory-details h3{font-size:1.5rem}.HotCategory-actionBtn{opacity:1;transform:scale(.9) rotate(0)}.HotCategory-pageBtn{width:36px;height:36px;font-size:13px}}.HotCategory-lightbox{position:fixed;inset:0;background:#0a0a0aeb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box;animation:HotCategoryFadeIn .3s cubic-bezier(.165,.84,.44,1)}.HotCategory-lightboxContent{width:100%;max-width:1100px;display:flex;flex-direction:column;gap:20px}.HotCategory-lightboxHeader{display:flex;align-items:center;justify-content:space-between;color:#fff}.HotCategory-lightboxTitleGroup h4{font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:600;margin:0}.HotCategory-lightboxTitleGroup span{font-size:13px;color:#fff9}.HotCategory-lightboxRight{display:flex;align-items:center;gap:16px}.HotCategory-counter{font-size:13px;font-weight:600;color:#ffffffb3;background:#ffffff1a;padding:6px 14px;border-radius:20px}.HotCategory-close{width:42px;height:42px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);color:#fff;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.HotCategory-close:hover{background:#fff;color:#111;transform:scale(1.05)}.HotCategory-lightboxBody{position:relative;display:flex;align-items:center;justify-content:center;min-height:60vh}.HotCategory-imageWrapper{max-height:75vh;display:flex;align-items:center;justify-content:center}.HotCategory-lightboxImage{max-width:100%;max-height:75vh;object-fit:contain;border-radius:12px;box-shadow:0 20px 60px #00000080;animation:HotCategoryZoom .35s cubic-bezier(.165,.84,.44,1)}.HotCategory-navBtn{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .2s ease;z-index:10}.HotCategory-navBtn.prev{left:10px}.HotCategory-navBtn.next{right:10px}.HotCategory-navBtn:hover{background:#fff;color:#111;transform:translateY(-50%) scale(1.08)}@keyframes HotCategoryFadeIn{0%{opacity:0}to{opacity:1}}@keyframes HotCategoryZoom{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@media(max-width:768px){.HotCategory-lightbox{padding:16px}.HotCategory-navBtn{width:42px;height:42px;font-size:20px}.HotCategory-navBtn.prev{left:0}.HotCategory-navBtn.next{right:0}.HotCategory-lightboxTitleGroup h4{font-size:1.4rem}}.HomeCard{width:100%;padding:100px 24px;background-color:#fdfbf7;background-repeat:repeat;background-position:center;background-size:auto;display:flex;align-items:center;justify-content:center;box-sizing:border-box;font-family:Plus Jakarta Sans,sans-serif;color:#333}.HomeCard-container{max-width:900px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center}.HomeCard-flourish{margin-bottom:18px;display:flex;justify-content:center;align-items:center}.HomeCard-tagline{font-size:11px;font-weight:700;letter-spacing:2.8px;text-transform:uppercase;color:#c49a45;margin-bottom:22px;display:block}.HomeCard-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.4rem,4.5vw,3.8rem);font-weight:400;color:#222;margin:0 0 24px;line-height:1.15;letter-spacing:-.5px}.HomeCard-title span{font-style:italic;color:#c49a45;font-weight:400}.HomeCard-description{font-family:Cormorant Garamond,serif;font-style:italic;font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.65;color:#666;max-width:680px;margin:0 auto 60px;font-weight:400}.HomeCard-featuresGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;width:100%;max-width:760px;margin:0 auto}.HomeCard-featureCard{display:flex;flex-direction:column;align-items:center;gap:14px}.HomeCard-iconCircle{width:58px;height:58px;border-radius:50%;background:#f8f2e7;border:1px solid rgba(212,176,106,.25);display:flex;align-items:center;justify-content:center;transition:transform .3s ease,background-color .3s ease}.HomeCard-featureCard:hover .HomeCard-iconCircle{transform:translateY(-3px);background:#f3e9d7}.HomeCard-icon{font-size:22px;color:#2c2c2c;stroke-width:.5px}.HomeCard-featureTitle{font-size:11px;font-weight:700;letter-spacing:1.5px;color:#222;margin:0;text-transform:uppercase;line-height:1.4;text-align:center;max-width:110px}@media(max-width:820px){.HomeCard{padding:70px 20px}.HomeCard-description{margin-bottom:48px}.HomeCard-featuresGrid{gap:24px}}@media(max-width:600px){.HomeCard{padding:55px 16px}.HomeCard-tagline{font-size:10px;letter-spacing:2px;margin-bottom:16px}.HomeCard-description{margin-bottom:40px}.HomeCard-featuresGrid{grid-template-columns:repeat(2,1fr);gap:32px 20px}.HomeCard-iconCircle{width:52px;height:52px}.HomeCard-icon{font-size:20px}.HomeCard-featureTitle{font-size:10px}}.HomeExplore{width:100%;padding:80px 32px;background-color:#fcf9f2;background-repeat:repeat;background-position:center;box-sizing:border-box;font-family:Plus Jakarta Sans,sans-serif}.HomeExplore-container{max-width:1280px;margin:0 auto}.HomeExplore-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px}.HomeExplore-mainTitle{font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,3.8vw,3.2rem);font-weight:500;color:#1f1f1f;margin:0 0 6px;line-height:1}.HomeExplore-mainTitle span{font-style:italic;font-weight:400;color:#c49a45}.HomeExplore-subtitle{font-size:13px;color:#777;margin:0;letter-spacing:.2px}.HomeExplore-shopMoreBtn{display:inline-flex;align-items:center;gap:8px;text-decoration:none;font-size:11px;font-weight:600;letter-spacing:1.5px;color:#222;border-bottom:1px solid #1f1f1f;padding-bottom:4px;transition:opacity .3s ease,gap .3s ease}.HomeExplore-shopMoreBtn:hover{opacity:.75;gap:12px}.HomeExplore-arrowIcon{font-size:18px}.HomeExplore-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.HomeExplore-card{position:relative;border-radius:16px;overflow:hidden;height:290px;cursor:pointer;box-shadow:0 4px 20px #0000000a}.card-goldsilver{grid-column:span 2}.HomeExplore-cardImg{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.165,.84,.44,1)}.HomeExplore-card:hover .HomeExplore-cardImg{transform:scale(1.05)}.HomeExplore-cardOverlay{position:absolute;inset:0;background:linear-gradient(180deg,#0000008c,#0003 35%,#0000 65%);transition:opacity .3s ease}.HomeExplore-card:hover .HomeExplore-cardOverlay{background:linear-gradient(180deg,#000000a6,#00000040 40%,#0000 70%)}.HomeExplore-cardContent{position:absolute;top:24px;left:24px;right:24px;color:#fff;z-index:2;pointer-events:none}.HomeExplore-cardTitle{font-family:Cormorant Garamond,serif;font-size:1.75rem;font-weight:500;margin:0 0 4px;color:#fff;line-height:1.1;text-shadow:0 1px 4px rgba(0,0,0,.4)}.HomeExplore-cardTitle .italic-highlight{font-style:italic;color:#f7d188;font-weight:400}.HomeExplore-cardSubtitle{font-size:11.5px;color:#ffffffe0;margin:0;font-weight:400;letter-spacing:.2px;text-shadow:0 1px 3px rgba(0,0,0,.5)}@media(max-width:1024px){.HomeExplore{padding:60px 24px}.HomeExplore-grid{grid-template-columns:repeat(2,1fr);gap:16px}.card-goldsilver{grid-column:span 2}.HomeExplore-card{height:260px}}@media(max-width:640px){.HomeExplore{padding:48px 16px}.HomeExplore-header{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:24px}.HomeExplore-grid{grid-template-columns:1fr;gap:14px}.card-goldsilver{grid-column:span 1}.HomeExplore-card{height:240px}.HomeExplore-cardContent{top:18px;left:18px;right:18px}.HomeExplore-cardTitle{font-size:1.5rem}.HomeExplore-cardSubtitle{font-size:11px}}.HomeBrowse{width:100%;padding:80px 32px;background-color:#fcf9f2;background-repeat:repeat;background-position:center;box-sizing:border-box;font-family:Plus Jakarta Sans,sans-serif}.HomeBrowse-container{max-width:1280px;margin:0 auto}.HomeBrowse-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:36px}.HomeBrowse-titleGroup{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.HomeBrowse-pillTag{background-color:#121212;color:#fff;font-size:10px;font-weight:700;letter-spacing:1.5px;padding:5px 14px;border-radius:20px;text-transform:uppercase;display:inline-block}.HomeBrowse-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,3.8vw,3.2rem);font-weight:400;color:#1f1f1f;margin:0;line-height:1.1}.HomeBrowse-title span{font-style:italic;color:#c49a45;font-weight:400}.HomeBrowse-allBtn{display:inline-flex;align-items:center;gap:8px;text-decoration:none;font-size:11px;font-weight:700;letter-spacing:1.5px;color:#222;border-bottom:1.5px solid #222222;padding-bottom:3px;transition:opacity .3s ease,gap .3s ease}.HomeBrowse-allBtn:hover{opacity:.75;gap:12px}.HomeBrowse-headerArrow{font-size:18px}.HomeBrowse-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.HomeBrowse-card{text-decoration:none;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .3s ease}.HomeBrowse-card:hover{transform:translateY(-4px)}.HomeBrowse-imageWrapper{width:100%;aspect-ratio:1 / 1.1;border-radius:20px;overflow:hidden;background-color:#eee;box-shadow:0 4px 15px #00000008}.HomeBrowse-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.HomeBrowse-card:hover .HomeBrowse-image{transform:scale(1.06)}.HomeBrowse-details{margin-top:16px;display:flex;flex-direction:column;align-items:center;gap:4px}.HomeBrowse-categoryTitle{font-family:Cormorant Garamond,serif;font-size:1.05rem;font-weight:600;color:#222;margin:0;line-height:1.3}.HomeBrowse-shopLink{font-size:10px;font-weight:600;letter-spacing:1.2px;color:#c49a45;display:inline-flex;align-items:center;gap:4px;text-transform:uppercase;transition:gap .3s ease}.HomeBrowse-card:hover .HomeBrowse-shopLink{gap:7px}.HomeBrowse-shopArrow{font-size:12px}@media(max-width:1100px){.HomeBrowse-grid{grid-template-columns:repeat(3,1fr);gap:24px}}@media(max-width:680px){.HomeBrowse{padding:50px 16px}.HomeBrowse-header{flex-direction:column;align-items:flex-start;gap:18px;margin-bottom:28px}.HomeBrowse-grid{grid-template-columns:repeat(2,1fr);gap:18px 14px}.HomeBrowse-imageWrapper{border-radius:14px}.HomeBrowse-categoryTitle{font-size:.95rem}}.HomeStory{width:100%;padding:100px 32px;background-color:#fdfbf7;background-repeat:repeat;background-position:center;box-sizing:border-box;font-family:Plus Jakarta Sans,sans-serif;color:#333}.HomeStory-container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1.1fr;gap:60px;align-items:center}.HomeStory-content{display:flex;flex-direction:column;align-items:flex-start}.HomeStory-tagline{display:flex;align-items:center;gap:8px;font-size:10.5px;font-weight:700;letter-spacing:2.2px;color:#c49a45;margin-bottom:24px}.HomeStory-tagIcon{font-size:6px;color:#c49a45}.HomeStory-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.4rem,4vw,3.4rem);font-weight:400;color:#1f1f1f;line-height:1.15;margin:0 0 18px}.HomeStory-title span{font-style:italic;color:#c49a45}.HomeStory-quote{font-family:Cormorant Garamond,serif;font-style:italic;font-size:1.35rem;color:#222;margin:0 0 28px;font-weight:500}.HomeStory-textGroup{display:flex;flex-direction:column;gap:16px;max-width:480px;margin-bottom:32px}.HomeStory-textGroup p{font-size:13.5px;line-height:1.7;color:#666;margin:0;font-weight:400}.HomeStory-readBtn{display:inline-flex;align-items:center;gap:10px;text-decoration:none;font-size:11px;font-weight:700;letter-spacing:1.5px;color:#222;border-bottom:1.5px solid #222222;padding-bottom:3px;margin-bottom:48px;transition:opacity .3s ease,gap .3s ease}.HomeStory-readBtn:hover{opacity:.75;gap:14px}.HomeStory-btnArrow{font-size:18px}.HomeStory-statsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;width:100%;max-width:460px}.HomeStory-statCard{display:flex;flex-direction:column;gap:4px}.HomeStory-statValue{font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:500;color:#c49a45;line-height:1}.HomeStory-statLabel{font-size:9.5px;font-weight:700;letter-spacing:1.2px;color:#777;text-transform:uppercase}.HomeStory-gallery{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:stretch}.HomeStory-rightStack{display:flex;flex-direction:column;gap:18px}.HomeStory-imageWrapper{overflow:hidden;border-radius:20px;box-shadow:0 6px 20px #0000000d;background-color:#eee}.HomeStory-imageWrapper.tall{height:100%;min-height:520px}.HomeStory-imageWrapper.top,.HomeStory-imageWrapper.bottom{height:250px}.HomeStory-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.HomeStory-imageWrapper:hover .HomeStory-image{transform:scale(1.05)}@media(max-width:1100px){.HomeStory-container{grid-template-columns:1fr;gap:50px}.HomeStory-textGroup{max-width:100%}.HomeStory-imageWrapper.tall{min-height:440px}}@media(max-width:680px){.HomeStory{padding:60px 16px}.HomeStory-gallery{grid-template-columns:1fr;gap:14px}.HomeStory-imageWrapper.tall{min-height:320px;height:320px}.HomeStory-imageWrapper.top,.HomeStory-imageWrapper.bottom{height:220px}.HomeStory-statsGrid{gap:16px}.HomeStory-statValue{font-size:1.8rem}.HomeStory-statLabel{font-size:8.5px}}.HomeMedia{width:100%;padding:80px 0 80px 32px;background-color:#111;background-repeat:repeat;background-position:center;box-sizing:border-box;font-family:Plus Jakarta Sans,sans-serif;color:#fff;overflow:hidden}.HomeMedia-container{max-width:1380px;margin:0 auto}.HomeMedia-header{display:flex;justify-content:space-between;align-items:flex-end;padding-right:32px;margin-bottom:32px}.HomeMedia-titleGroup{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.HomeMedia-pillTag{background-color:#d4a853;color:#121212;font-size:9.5px;font-weight:800;letter-spacing:1.5px;padding:5px 12px;border-radius:20px;text-transform:uppercase}.HomeMedia-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,3.8vw,3.2rem);font-weight:400;color:#fff;margin:0;line-height:1.1}.HomeMedia-subtitle{font-size:13px;color:#a0a0a0;margin:0;font-weight:400}.HomeMedia-navControls{display:flex;gap:12px}.HomeMedia-navBtn{width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:#ffffff0d;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;transition:all .3s ease}.HomeMedia-navBtn:hover{background:#fff3;border-color:#fff}.HomeMedia-slider{display:flex;gap:16px;overflow-x:auto;scroll-behavior:smooth;padding-bottom:20px;padding-right:32px}.HomeMedia-slider::-webkit-scrollbar{display:none}.HomeMedia-slider{-ms-overflow-style:none;scrollbar-width:none}.HomeMedia-card{position:relative;flex:0 0 210px;height:370px;border-radius:16px;overflow:hidden;cursor:pointer;background-color:#1e1e1e;box-shadow:0 8px 24px #0006}.HomeMedia-video{width:100%;height:100%;object-fit:cover;display:block}.HomeMedia-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0006,#0000001a 40%,#000000d9);pointer-events:none}.HomeMedia-cardBadge{position:absolute;top:14px;left:50%;transform:translate(-50%);background-color:#fff3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-size:8px;font-weight:700;letter-spacing:1px;padding:4px 10px;border-radius:12px;white-space:nowrap;z-index:2}.HomeMedia-playBtn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;border-radius:50%;background-color:#ffffffd9;display:flex;align-items:center;justify-content:center;z-index:2;transition:transform .3s ease,background-color .3s ease}.HomeMedia-card:hover .HomeMedia-playBtn{transform:translate(-50%,-50%) scale(1.1);background-color:#fff}.HomeMedia-playIcon{color:#121212;font-size:14px;margin-left:2px}.HomeMedia-cardContent{position:absolute;bottom:16px;left:14px;right:14px;z-index:2;display:flex;flex-direction:column;gap:6px}.HomeMedia-cardTitle{font-family:Plus Jakarta Sans,sans-serif;font-size:11.5px;font-weight:600;color:#fff;margin:0;line-height:1.35;text-shadow:0 1px 4px rgba(0,0,0,.6)}.HomeMedia-productsCount{font-size:8.5px;font-weight:700;letter-spacing:1px;color:#ffffffb3;text-transform:uppercase}@media(max-width:768px){.HomeMedia{padding:60px 0 60px 16px}.HomeMedia-header{flex-direction:column;align-items:flex-start;gap:16px;padding-right:16px;margin-bottom:24px}.HomeMedia-navControls{align-self:flex-end}.HomeMedia-card{flex:0 0 170px;height:310px}.HomeMedia-cardTitle{font-size:10.5px}}.HomeGifting{width:100%;padding:80px 32px;background-color:#fdfbf7;background-repeat:repeat;background-position:center;box-sizing:border-box;font-family:Plus Jakarta Sans,sans-serif}.HomeGifting-container{max-width:1280px;margin:0 auto}.HomeGifting-card{position:relative;width:100%;height:480px;border-radius:24px;overflow:hidden;box-shadow:0 10px 30px #00000014;display:flex;align-items:center}.HomeGifting-cardImg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.HomeGifting-cardOverlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000bf,#00000073,#00000026);z-index:1}.HomeGifting-ribbon{position:absolute;top:0;left:36px;width:32px;height:130px;background-color:#d33c2d;z-index:3;clip-path:polygon(0 0,100% 0,100% 100%,50% 85%,0 100%);box-shadow:0 4px 10px #0003}.HomeGifting-content{position:relative;z-index:2;padding:0 0 0 110px;max-width:650px;color:#fff}.HomeGifting-pillTag{display:inline-block;background-color:#d4a853;color:#121212;font-size:9.5px;font-weight:800;letter-spacing:1.5px;padding:5px 14px;border-radius:20px;text-transform:uppercase;margin-bottom:24px}.HomeGifting-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.4rem,4vw,3.4rem);font-weight:400;color:#fff;line-height:1.15;margin:0 0 18px;text-shadow:0 2px 8px rgba(0,0,0,.4)}.HomeGifting-title span{font-style:italic;color:#f5d48c;font-weight:400}.HomeGifting-subtitle{font-size:13px;line-height:1.6;color:#ffffffe0;margin:0 0 32px;font-weight:400;text-shadow:0 1px 4px rgba(0,0,0,.4)}.HomeGifting-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.HomeGifting-btnPrimary{display:inline-flex;align-items:center;gap:10px;background-color:#fff;color:#121212;padding:12px 24px;border-radius:30px;text-decoration:none;font-size:10.5px;font-weight:700;letter-spacing:1.5px;transition:all .3s ease}.HomeGifting-btnPrimary:hover{background-color:#f3f3f3;gap:14px}.HomeGifting-btnArrow{font-size:16px}.HomeGifting-btnSecondary{display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.6);background:#0003;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;padding:12px 24px;border-radius:30px;text-decoration:none;font-size:10.5px;font-weight:700;letter-spacing:1.5px;transition:all .3s ease}.HomeGifting-btnSecondary:hover{border-color:#fff;background:#ffffff26}.HomeGifting-heartBtn{position:absolute;bottom:32px;right:48px;width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#f05445,#d33c2d);border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;box-shadow:0 6px 18px #d33c2d66;transition:transform .3s ease,box-shadow .3s ease}.HomeGifting-heartBtn:hover{transform:scale(1.1);box-shadow:0 8px 24px #d33c2d99}.HomeGifting-heartIcon{font-size:22px}@media(max-width:900px){.HomeGifting-card{height:auto;min-height:440px;padding:60px 0}.HomeGifting-content{padding:0 40px;max-width:100%}.HomeGifting-ribbon{left:20px;width:26px;height:100px}.HomeGifting-heartBtn{bottom:24px;right:24px;width:44px;height:44px}.HomeGifting-heartIcon{font-size:18px}}@media(max-width:600px){.HomeGifting{padding:48px 16px}.HomeGifting-card{border-radius:18px}.HomeGifting-content{padding:40px 20px 60px}.HomeGifting-ribbon,.HomeGifting-brDesktop{display:none}.HomeGifting-actions{flex-direction:column;align-items:stretch;gap:12px}.HomeGifting-btnPrimary,.HomeGifting-btnSecondary{justify-content:center;width:100%}}.HomeMyth{width:100%;padding:80px 32px;background-color:#fdfbf7;background-repeat:repeat;background-position:center;box-sizing:border-box;font-family:Plus Jakarta Sans,sans-serif}.HomeMyth-container{max-width:1280px;margin:0 auto}.HomeMyth-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:24px}.HomeMyth-titleGroup{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.HomeMyth-greenTag{background-color:#43815b;color:#fff;font-size:9px;font-weight:700;letter-spacing:1.5px;padding:5px 14px;border-radius:20px;text-transform:uppercase}.HomeMyth-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,3.8vw,3.2rem);font-weight:400;color:#1f1f1f;margin:0;line-height:1.1}.HomeMyth-knowMore{display:inline-flex;align-items:center;gap:8px;font-size:10px;font-weight:700;letter-spacing:1.5px;color:#222;text-decoration:none;text-transform:uppercase;transition:gap .3s ease}.HomeMyth-knowMore:hover{gap:12px}.HomeMyth-knowMoreArrow{font-size:14px}.HomeMyth-filters{display:flex;align-items:center;gap:10px;margin-bottom:32px;flex-wrap:wrap}.HomeMyth-filterBtn{background-color:transparent;border:1px solid #e2ddd3;color:#222;font-family:Plus Jakarta Sans,sans-serif;font-size:9.5px;font-weight:700;letter-spacing:1.2px;padding:7px 16px;border-radius:20px;cursor:pointer;text-transform:uppercase;transition:all .25s ease}.HomeMyth-filterBtn.active{background-color:#121212;border-color:#121212;color:#fff}.HomeMyth-filterBtn:hover:not(.active){border-color:#999;background-color:#00000005}.HomeMyth-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.HomeMyth-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;cursor:pointer}.HomeMyth-cardImgWrapper{position:relative;width:100%;aspect-ratio:1 / 1;border-radius:18px;overflow:hidden;margin-bottom:14px;background-color:#eae5dc}.HomeMyth-cardImg{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.165,.84,.44,1)}.HomeMyth-card:hover .HomeMyth-cardImg{transform:scale(1.05)}.HomeMyth-cardBadge{position:absolute;top:12px;right:12px;background-color:#1414148c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;font-size:8px;font-weight:700;letter-spacing:1px;padding:4px 10px;border-radius:12px;text-transform:uppercase}.HomeMyth-cardBody{display:flex;flex-direction:column;gap:6px}.HomeMyth-cardDate{font-size:9.5px;font-weight:700;letter-spacing:1.2px;color:#888;text-transform:uppercase}.HomeMyth-cardTitle{font-family:Cormorant Garamond,serif;font-size:1.25rem;font-weight:500;color:#1f1f1f;margin:0;line-height:1.25;transition:color .25s ease}.HomeMyth-card:hover .HomeMyth-cardTitle{color:#c49a45}@media(max-width:1024px){.HomeMyth-grid{grid-template-columns:repeat(2,1fr);gap:24px 20px}}@media(max-width:600px){.HomeMyth{padding:50px 16px}.HomeMyth-header{flex-direction:column;align-items:flex-start;gap:16px}.HomeMyth-grid{grid-template-columns:1fr;gap:24px}.HomeMyth-cardTitle{font-size:1.2rem}}.HomeFollow{width:100%;padding:80px 32px;background-color:#fdfbf7;background-repeat:repeat;background-position:center;box-sizing:border-box;font-family:Plus Jakarta Sans,sans-serif;color:#222}.HomeFollow-container{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.HomeFollow-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:36px}.HomeFollow-tagline{display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:700;letter-spacing:2px;color:#c49a45;margin-bottom:12px;text-transform:uppercase}.HomeFollow-tagIcon{font-size:6px}.HomeFollow-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,3.8vw,3.2rem);font-weight:400;color:#1f1f1f;margin:0;line-height:1.1}.HomeFollow-title span{font-style:italic;color:#c49a45;font-weight:400}.HomeFollow-carouselWrapper{position:relative;width:100%;display:flex;align-items:center}.HomeFollow-track{display:flex;gap:16px;overflow-x:auto;scroll-behavior:smooth;padding:10px 4px;width:100%}.HomeFollow-track::-webkit-scrollbar{display:none}.HomeFollow-track{-ms-overflow-style:none;scrollbar-width:none}.HomeFollow-navBtn{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;border:1px solid #e5e0d8;background-color:#ffffffe6;color:#222;display:flex;align-items:center;justify-content:center;font-size:14px;cursor:pointer;z-index:5;box-shadow:0 4px 12px #00000014;transition:all .3s ease}.HomeFollow-navBtn:hover{background-color:#121212;color:#fff;border-color:#121212}.HomeFollow-navBtn.left{left:-18px}.HomeFollow-navBtn.right{right:-18px}.HomeFollow-card{position:relative;flex:0 0 190px;height:220px;border-radius:14px;overflow:hidden;text-decoration:none;background-color:#eae5dc;box-shadow:0 4px 15px #0000000a}.HomeFollow-cardImg{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.HomeFollow-cardOverlay{position:absolute;inset:0;background-color:#00000059;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.HomeFollow-instaHoverIcon{color:#fff;font-size:28px}.HomeFollow-card:hover .HomeFollow-cardOverlay{opacity:1}.HomeFollow-card:hover .HomeFollow-cardImg{transform:scale(1.06)}.HomeFollow-action{margin-top:36px}.HomeFollow-followBtn{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;border-radius:30px;border:1px solid #e0d8c8;background-color:#fff;color:#222;font-size:11px;font-weight:700;letter-spacing:1.2px;text-decoration:none;box-shadow:0 2px 8px #00000008;transition:all .3s ease}.HomeFollow-btnInstaIcon{font-size:15px;color:#222;transition:color .3s ease}.HomeFollow-followBtn:hover{background-color:#121212;color:#fff;border-color:#121212}.HomeFollow-followBtn:hover .HomeFollow-btnInstaIcon{color:#fff}@media(max-width:768px){.HomeFollow{padding:50px 16px}.HomeFollow-navBtn{display:none}.HomeFollow-card{flex:0 0 160px;height:190px}.HomeFollow-action{margin-top:28px}}.HomeOccasion{width:100%;padding:80px 32px;background-color:#fdfbf7;background-repeat:repeat;background-position:center;box-sizing:border-box;font-family:Plus Jakarta Sans,sans-serif}.HomeOccasion-container{max-width:1280px;margin:0 auto}.HomeOccasion-header{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:32px}.HomeOccasion-pillTag{background-color:#121212;color:#fff;font-size:10px;font-weight:700;letter-spacing:1.5px;padding:5px 14px;border-radius:20px;text-transform:uppercase;display:inline-block}.HomeOccasion-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,3.8vw,3.2rem);font-weight:400;color:#1f1f1f;margin:0;line-height:1.1}.HomeOccasion-title span{font-style:italic;color:#c49a45;font-weight:400}.HomeOccasion-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.HomeOccasion-card{position:relative;border-radius:16px;overflow:hidden;height:380px;text-decoration:none;cursor:pointer;box-shadow:0 4px 20px #0000000a}.HomeOccasion-cardImg{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.165,.84,.44,1)}.HomeOccasion-card:hover .HomeOccasion-cardImg{transform:scale(1.06)}.HomeOccasion-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#00000040,#0000 40%,#000c);transition:opacity .3s ease}.HomeOccasion-card:hover .HomeOccasion-overlay{background:linear-gradient(180deg,#00000059,#0000001a 40%,#000000e0)}.HomeOccasion-cardBadge{position:absolute;top:18px;left:18px;background-color:#ffffffeb;color:#222;font-size:9.5px;font-weight:700;letter-spacing:1.2px;padding:4px 12px;border-radius:14px;text-transform:uppercase;z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.HomeOccasion-cardContent{position:absolute;bottom:20px;left:20px;right:20px;z-index:2}.HomeOccasion-cardTitle{font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:500;color:#fff;margin:0 0 6px;line-height:1.15;text-shadow:0 1px 3px rgba(0,0,0,.3)}.HomeOccasion-cardSubtitle{display:flex;align-items:center;gap:6px;font-size:9.5px;font-weight:700;letter-spacing:1.2px;color:#ffffffe0;margin:0;text-transform:uppercase;transition:gap .3s ease,color .3s ease}.HomeOccasion-card:hover .HomeOccasion-cardSubtitle{gap:10px;color:#fff}.HomeOccasion-arrow{font-size:13px}@media(max-width:1024px){.HomeOccasion-grid{grid-template-columns:repeat(2,1fr);gap:18px}.HomeOccasion-card{height:340px}}@media(max-width:600px){.HomeOccasion{padding:50px 16px}.HomeOccasion-header{margin-bottom:24px}.HomeOccasion-grid{grid-template-columns:1fr;gap:16px}.HomeOccasion-card{height:300px}.HomeOccasion-cardTitle{font-size:1.45rem}}.contact-wrapper{width:100%;background:#fff}.contact-hero-section{width:100%;height:420px;background-size:cover;background-position:center right;background-repeat:no-repeat;display:flex;align-items:center;padding-left:5%;position:relative;overflow:hidden}.contact-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000a6,#00000073 40%,#0000001a);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.contact-left{max-width:520px;border-left:4px solid #C4622D;padding-left:18px;position:relative;z-index:2}.contact-left h1{font-family:Merriweather,serif;font-size:40px;font-weight:900;line-height:1.25;color:#fff;letter-spacing:.5px}.contact-left h1 span{color:#f5d6c6;font-size:20px;font-weight:500}.contact-subtitle{font-family:Inter,sans-serif;font-size:15px;line-height:1.6;margin-top:12px;color:#f1f1f1;opacity:.9}.contact-right{display:none!important}.breadcrumb-wrapper{width:100%;display:flex;justify-content:center;z-index:5;margin-top:-30px;position:relative}.breadcrumb-box{background:#7a2e1bf2;padding:14px 60px;border-radius:10px;display:flex;align-items:center;gap:16px;color:#fff;font-size:16px;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 25px #00000040;border:1px solid rgba(255,255,255,.1)}.dash{font-size:18px;font-weight:700}.active{color:#ffd7c2}@media(max-width:1200px){.contact-hero-section{height:380px}.contact-left h1{font-size:34px}}@media(max-width:992px){.contact-hero-section{height:340px}.contact-left{max-width:420px}.contact-left h1{font-size:30px}.contact-left h1 span{font-size:18px}}@media(max-width:768px){.contact-hero-section{height:300px;padding:0 5%}.contact-left{max-width:100%;border-left:2px solid #C4622D;padding-left:12px}.contact-left h1{font-size:24px}.contact-left h1 span{font-size:15px}.contact-subtitle{font-size:13px}.breadcrumb-box{padding:12px 30px;font-size:14px}}@media(max-width:480px){.contact-hero-section{height:260px}.contact-left h1{font-size:20px}.contact-left h1 span{font-size:13px}.contact-subtitle{font-size:12px}.breadcrumb-box{padding:10px 18px;font-size:13px}}:root{--contactux-yellow: #ffd32a;--contactux-neutral: #ffffff;--contactux-text: #0f1724;--contactux-muted: #6b7280;--contactux-hover: #7a2e1b;--contactux-radius: 16px}.contactux-root{background:#fff;padding:36px 16px;font-family:Poppins,sans-serif}.contactux-heading{text-align:center;margin-bottom:20px}.contactux-heading span{font-size:14px;font-weight:600;letter-spacing:2px;color:#7a2e1b;text-transform:uppercase}.contactux-inner{max-width:1050px;margin:0 auto}.contactux-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.contactux-card{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--contactux-radius);padding:24px 16px;border:2px solid #ffd32a;box-shadow:0 8px 24px #0000000d;display:flex;flex-direction:column;align-items:center;transition:all .3s ease}.contactux-card:hover,.contactux-card:focus{transform:translateY(-6px) scale(1.02);border-color:var(--contactux-hover);box-shadow:0 18px 40px #00000026}.contactux-icon-wrap{margin-bottom:14px}.contactux-icon-circle{width:74px;height:74px;border-radius:50%;background:linear-gradient(135deg,#ffd32a,#ffb400);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.contactux-card:hover .contactux-icon-circle{background:var(--contactux-hover);box-shadow:0 10px 30px #7a2e1b4d}.contactux-icon-svg{width:34px;height:34px;color:#111;transition:.3s}.contactux-card:hover .contactux-icon-svg{color:#fff}.contactux-title{font-family:"Baloo 2",cursive;font-size:16px;font-weight:700;margin-bottom:6px}.contactux-line{font-size:14px;color:var(--contactux-muted)}@media(max-width:992px){.contactux-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.contactux-grid{grid-template-columns:1fr}.contactux-card{padding:20px 14px}.contactux-icon-circle{width:64px;height:64px}.contactux-icon-svg{width:28px;height:28px}.contactux-title{font-size:15px}.contactux-line{font-size:13px}}@media(prefers-reduced-motion:reduce){.contactux-card{transition:none}}:root{--cfux-text: #000;--cfux-muted: #555;--cfux-border: #e6e6e6;--cfux-accent: #7a2e1b;--cfux-yellow: #ffd42a}.contactformux-root{padding:60px 20px;background:#fff;font-family:Poppins,sans-serif;box-sizing:border-box}.contactformux-inner{max-width:1300px;margin:0 auto;display:flex;align-items:flex-start;gap:40px}.contactformux-left{flex:1}.contactformux-topline{letter-spacing:3px;color:var(--cfux-accent);font-weight:600;text-transform:uppercase;margin-bottom:10px}.contactformux-title{font-family:"Baloo 2",cursive;font-size:58px;font-weight:800;margin-bottom:32px;color:#000}.contactformux-form{width:100%}.contactformux-row{display:flex;gap:22px;margin-bottom:22px}.contactformux-label{width:100%;font-size:16px;font-weight:500;color:var(--cfux-text)}.contactformux-required{color:var(--cfux-accent)}.contactformux-input,.contactformux-textarea{width:100%;height:60px;border-radius:12px;border:2px solid var(--cfux-border);margin-top:8px;padding:0 16px;font-size:16px;transition:border-color .2s ease,box-shadow .18s ease;background:#fff}.contactformux-textarea{height:150px;resize:vertical;padding-top:12px;padding-bottom:12px}.contactformux-input:focus,.contactformux-textarea:focus{border-color:var(--cfux-accent);outline:none;box-shadow:0 6px 22px #7a2e1b14}.contactformux-btn{background:var(--cfux-accent);color:#fff;border:none;border-radius:40px;padding:16px 40px;font-size:18px;font-weight:600;cursor:pointer;margin-top:20px;transition:transform .16s ease,background .16s ease}.contactformux-btn:hover{transform:translateY(-3px);background:#5e2013}.contactformux-right{width:520px;position:relative;display:flex;align-items:center;justify-content:center;min-height:520px}.contactformux-yellowblob{position:absolute;width:520px;height:520px;background:var(--cfux-yellow);border-radius:30% 60% 40% 70%;top:20px;right:0;z-index:1;filter:drop-shadow(0 10px 22px rgba(0,0,0,.08))}.contactformux-kid-wrap{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:500px;height:500px}.contactformux-kid-frame{width:420px;height:420px;display:block;border-radius:20px;padding:10px;background:#fff;box-sizing:border-box;transform:rotate(-1.5deg);box-shadow:0 18px 44px #0000001f;position:relative;overflow:visible;border:6px solid #fff}.contactformux-kidimg{width:100%;height:100%;object-fit:cover;border-radius:12px;clip-path:polygon(50% 2%,82% 8%,96% 32%,96% 68%,82% 92%,50% 98%,18% 92%,4% 68%,4% 32%,18% 8%);transition:transform .42s cubic-bezier(.2,.9,.3,1),filter .3s ease;transform-origin:center;display:block}.contactformux-kid-frame:hover .contactformux-kidimg,.contactformux-kid-frame:focus-within .contactformux-kidimg{transform:scale(1.03) translateY(-6px);filter:brightness(1.03)}.contactformux-rainbow{position:absolute;width:220px;height:auto;right:28px;bottom:-26px;z-index:3;opacity:.98;transform:rotate(-6deg)}@media(max-width:1150px){.contactformux-inner{gap:22px}.contactformux-right{width:420px;min-height:420px}.contactformux-yellowblob{width:420px;height:420px;top:16px}.contactformux-kid-wrap{width:360px;height:360px}.contactformux-kid-frame{width:300px;height:300px;padding:8px;border-width:6px}}@media(max-width:900px){.contactformux-inner{flex-direction:column;align-items:center}.contactformux-right{order:-1;width:88%;min-height:320px;margin-bottom:18px}.contactformux-yellowblob{width:360px;height:360px;top:0;right:0}.contactformux-kid-wrap{width:320px;height:320px}.contactformux-kid-frame{width:260px;height:260px;padding:8px}.contactformux-kidimg{clip-path:polygon(50% 3%,80% 9%,95% 30%,95% 70%,80% 91%,50% 97%,20% 91%,5% 70%,5% 30%,20% 9%)}.contactformux-title{text-align:center;font-size:40px}}@media(max-width:520px){.contactformux-inner{padding:0 12px}.contactformux-kid-wrap{width:240px;height:240px}.contactformux-yellowblob{width:280px;height:280px;right:-12px;top:6px}.contactformux-kid-frame{width:210px;height:210px;padding:6px}.contactformux-kidimg{border-radius:10px}.contactformux-title{font-size:32px;text-align:center}}@media(prefers-reduced-motion:reduce){.contactformux-kidimg,.contactformux-kid-frame{transition:none!important;transform:none!important}}:root{--mapux-accent: #7a2e1b;--mapux-bg: #ffffff;--mapux-text: #0f1724;--mapux-muted: #6b7280;--mapux-radius: 28px;--mapux-max: 1280px}.mapux-root{position:relative;padding:80px 20px 110px;font-family:Poppins,sans-serif;overflow:hidden;background:#fff}.mapux-bg-gradient{position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(255,210,180,.4),transparent 40%),radial-gradient(circle at 80% 20%,rgba(122,46,27,.15),transparent 40%),radial-gradient(circle at 50% 80%,rgba(255,230,210,.4),transparent 50%),linear-gradient(135deg,#fffaf7,#fff);z-index:0}.mapux-bg-glow{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;z-index:0}.mapux-glow-1{width:300px;height:300px;background:#7a2e1b40;top:10%;left:5%}.mapux-glow-2{width:350px;height:350px;background:#ffb48c59;bottom:0;right:10%}.mapux-inner{max-width:var(--mapux-max);margin:0 auto;position:relative;z-index:2}.mapux-title{font-family:"Baloo 2",cursive;font-size:46px;color:var(--mapux-text);margin-bottom:20px;font-weight:800;text-align:center}.mapux-address-card{background:#ffffffb3;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:20px;padding:18px 22px;max-width:700px;margin:0 auto 30px;text-align:center;box-shadow:0 12px 50px #00000014;border:1px solid rgba(0,0,0,.05)}.mapux-address{font-size:17px;color:var(--mapux-muted);line-height:1.6}.mapux-framewrap{width:100%;height:450px;background:#fff;border-radius:var(--mapux-radius);overflow:hidden;box-shadow:0 30px 80px #0000001f;border:1px solid rgba(16,16,16,.04);transition:all .4s ease}.mapux-framewrap:hover{transform:translateY(-10px) scale(1.01);box-shadow:0 40px 100px #0000002e}.mapux-iframe{width:100%;height:100%;border:0}.mapux-topbtn{position:fixed;right:28px;bottom:28px;width:54px;height:54px;border-radius:50%;background:linear-gradient(135deg,#7a2e1b,#c45a2d);color:#fff;border:none;font-size:22px;cursor:pointer;box-shadow:0 12px 35px #7a2e1b59;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:999}.mapux-topbtn:hover{transform:translateY(-6px) scale(1.1)}@media(max-width:992px){.mapux-title{font-size:36px}.mapux-framewrap{height:380px}}@media(max-width:768px){.mapux-title{font-size:30px}.mapux-address{font-size:15px}.mapux-framewrap{height:300px}}@media(max-width:480px){.mapux-root{padding:60px 15px 90px}.mapux-title{font-size:26px}.mapux-framewrap{height:260px}}.shopbygodslider{background:var(--bg);padding:22px 16px;font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#222}.shopbygodslider__inner{max-width:1500px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:18px}@media(min-width:768px){.shopbygodslider__inner{grid-template-columns:320px 1fr;gap:28px}}.shopbygodslider__title{margin:0;font-size:28px;font-weight:700}.shopbygodslider__nav{display:flex;gap:12px;margin-top:8px}.shopbygodslider__navbtn{width:48px;height:48px;border-radius:50%;border:1px solid rgba(0,0,0,.06);background:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.shopbygodslider__navbtn:hover{transform:translateY(-3px);box-shadow:0 10px 24px #00000014}.shopbygodslider__navbtn:focus-visible{outline:3px solid rgba(151,117,92,.12);outline-offset:3px}.shopbygodslider__viewport{overflow:hidden;width:100%;position:relative}.shopbygodslider__manualwrap{transform:translate(0);transition:transform .52s cubic-bezier(.22,.9,.28,1)}.shopbygodslider__track{display:flex;gap:var(--gap);width:max-content;animation:autoslider var(--auto-speed) linear infinite;align-items:flex-start;padding:12px 0;will-change:transform}.shopbygodslider__track.paused{animation-play-state:paused}.shopbygodslider__card{flex:0 0 150px;min-width:150px;max-width:150px;text-align:center;cursor:pointer;transition:transform .3s cubic-bezier(.22,.9,.28,1),box-shadow .3s ease,opacity .24s ease;opacity:.96}.shopbygodslider__card:focus{outline:none}.shopbygodslider__imgwrap{width:100%;height:150px;border-radius:var(--card-radius);overflow:hidden;background:#fff;box-shadow:0 6px 16px #0000000f;transition:box-shadow .28s ease,transform .28s ease}.shopbygodslider__card:hover .shopbygodslider__imgwrap{transform:translateY(-8px);box-shadow:0 18px 40px #0000001f}.shopbygodslider__img{width:100%;height:100%;object-fit:cover;display:block;-webkit-user-drag:none;-webkit-user-select:none;user-select:none;transition:transform .42s ease}.shopbygodslider__card:hover .shopbygodslider__img{transform:scale(1.06)}.shopbygodslider__label{margin-top:10px;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.shopbygodslider__card:hover .shopbygodslider__label{color:#222;font-weight:600}@media(min-width:641px){.shopbygodslider__card{flex-basis:180px;min-width:180px;max-width:180px}.shopbygodslider__imgwrap{height:180px}}@media(min-width:1025px){.shopbygodslider__card{flex-basis:200px;min-width:200px;max-width:200px}.shopbygodslider__imgwrap{height:200px}}@media(min-width:1441px){.shopbygodslider__card{flex-basis:220px;min-width:220px;max-width:220px}.shopbygodslider__imgwrap{height:220px}}@media(min-width:1800px){.shopbygodslider__card{flex-basis:240px;min-width:240px;max-width:240px}.shopbygodslider__imgwrap{height:240px}}@media(max-width:420px){.shopbygodslider__title{font-size:22px}.shopbygodslider__navbtn{width:40px;height:40px}}:root{--text: #ffffff;--dark-text: #111217;--muted-bg: #f8f3ee;--card-bg: #ffffff;--gold: #c6a15a;--gold-dark: #a8843b;--glass: rgba(255,255,255,.66)}.df-hero-section{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.df-hero-image-wrap{position:relative;width:100%;height:430px;overflow:hidden;border-bottom-left-radius:28px;border-bottom-right-radius:28px}.df-hero-image{width:100%;height:100%;object-fit:cover;filter:brightness(.74) saturate(1.02);transform-origin:center;transition:transform 10s linear}.df-hero-image-wrap:hover .df-hero-image{transform:scale(1.02)}.df-hero-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:24px;background:linear-gradient(180deg,#0000001f,#00000047)}.df-hero-label{color:#fffffff5;font-size:14px;letter-spacing:2px;margin-bottom:12px;font-weight:600;background:linear-gradient(90deg,#ffffffeb,#fffae6f0);color:var(--dark-text);padding:6px 10px;border-radius:999px;box-shadow:0 6px 18px #0000002e}.df-hero-title{max-width:1000px;font-weight:800;font-size:42px;line-height:1.08;color:#fff;text-shadow:0 6px 24px rgba(0,0,0,.5);margin:0}.df-finder-wrapper{display:flex;justify-content:center;background:var(--muted-bg);padding:40px 20px 70px}.df-card{width:100%;max-width:1260px;background:linear-gradient(180deg,var(--card-bg),#fbfaf9);border-radius:14px;padding:28px;display:flex;align-items:center;gap:22px;box-shadow:0 20px 50px #10121414;border:1px solid rgba(12,12,12,.03)}.df-card-left{display:flex;align-items:center;gap:14px;flex:0 0 210px}.df-icon{width:60px;height:60px;background:linear-gradient(180deg,#fff8ee,#f2e6d1);border-radius:12px;display:flex;justify-content:center;align-items:center;color:var(--gold);box-shadow:0 10px 30px #966e3c1f;transition:transform .22s ease,box-shadow .22s ease}.df-icon svg{display:block}.df-icon:hover{transform:translateY(-4px);box-shadow:0 16px 40px #966e3c2e}.df-card-title{font-size:17px;font-weight:800;color:var(--dark-text);letter-spacing:.8px;text-transform:uppercase}.df-form{display:flex;align-items:center;gap:14px;flex:1}.df-field{flex:1;min-width:0}.df-select{position:relative}.df-input{width:100%;padding:16px 46px 16px 18px;border-radius:12px;border:1px solid #efebea;background:linear-gradient(180deg,#fff,#fbfbfb);font-size:15px;color:#333;box-shadow:0 8px 26px #1414140a;transition:box-shadow .18s ease,transform .12s ease,border-color .15s ease;cursor:pointer}.df-input::placeholder{color:#bdb3b3}.df-input:focus{outline:none;border-color:var(--gold-dark);box-shadow:0 8px 28px #c6a15a24;transform:translateY(-1px)}.df-chevron{position:absolute;right:12px;top:50%;transform:translateY(-50%);border:none;background:transparent;cursor:pointer;padding:6px;display:inline-flex;align-items:center;justify-content:center;color:#7a6b49;transition:transform .14s ease}.df-select .df-chevron[aria-pressed=true]{transform:translateY(-50%) rotate(180deg)}.df-actions{flex:0 0 240px}.df-cta{width:100%;padding:16px 24px;background:linear-gradient(180deg,var(--gold),var(--gold-dark));color:#fff;border:none;border-radius:12px;font-size:15px;font-weight:700;display:inline-flex;justify-content:center;align-items:center;gap:10px;cursor:pointer;transition:transform .25s ease-in-out,box-shadow .25s ease-in-out;box-shadow:0 10px 26px #966e3c38}.df-cta:hover{transform:translateY(-4px);box-shadow:0 18px 42px #966e3c52}.df-cta:active{transform:translateY(-1px) scale(.995)}.df-cta-arrow{display:inline-flex;align-items:center;justify-content:center;font-size:18px;transform:translate(2px)}.df-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:10px;background:#fff;border-radius:12px;border:1px solid #f0eded;box-shadow:0 20px 40px #1214180f;max-height:260px;overflow-y:auto;z-index:60;padding:6px;animation:fadeInUp .18s cubic-bezier(.2,.9,.2,1)}.df-dropdown li{padding:12px 16px;font-size:15px;cursor:pointer;color:#222;transition:background .14s ease,transform .08s ease;border-radius:8px;margin:4px;list-style:none}.df-dropdown li:hover{background:linear-gradient(90deg,#fff9f0,#fffefc);transform:translateY(-2px);box-shadow:0 6px 18px #1012140a}.df-dropdown li.selected{background:linear-gradient(90deg,#c6a15a1f,#c6a15a0f);border:1px solid rgba(198,161,90,.12);color:var(--dark-text);font-weight:700}@keyframes fadeInUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.df-hero-title{font-size:36px}.df-card{padding:22px}.df-icon{width:54px;height:54px}}@media(max-width:768px){.df-card{flex-direction:column;align-items:stretch}.df-form{flex-direction:column}.df-actions{width:100%;margin-top:10px}}@media(max-width:480px){.df-hero-title{font-size:26px;padding:0 20px}.df-card-left{flex:0 0 auto;gap:10px}.df-card{padding:18px;border-radius:12px}}.shopbycollection-root{--bg: #e8d9bf;--panel: #e8d9bf;--card-bg: #ffffff;--muted: #6f675f;--title: #0b0b0b;--accent: #c79f4a;--shadow-sm: 0 10px 28px rgba(16,16,16,.08);--shadow-lg: 0 22px 60px rgba(16,16,16,.12);--radius: 14px;--gap: 28px;--font-stack: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--desktop-break: 1024px}.shopbycollection-section{width:100%;background:var(--panel);padding:clamp(18px,3.2vw,56px) clamp(12px,3vw,44px) clamp(18px,5vw,64px);box-sizing:border-box;font-family:var(--font-stack);color:#111}.shopbycollection-inner{max-width:1500px;margin:0 auto;display:grid;grid-template-columns:320px 1fr;column-gap:clamp(20px,3.2vw,64px);align-items:start}.shopbycollection-heading-wrap{display:flex;flex-direction:column;gap:10px;align-self:center}.shopbycollection-heading{margin:0;font-size:clamp(22px,3.6vw,52px);font-weight:800;line-height:.92;letter-spacing:-.6px;color:var(--title)}.shopbycollection-sub{margin:0;color:var(--muted);font-size:14px}.shopbycollection-cards{display:flex;gap:var(--gap);align-items:stretch;justify-content:flex-start;padding:6px 0;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;width:100%}.shopbycollection-card{--w: clamp(120px, 22vw, 190px);width:var(--w);flex:0 0 var(--w);height:calc(var(--w) * 1.25);perspective:1100px;transform-style:preserve-3d;position:relative;cursor:pointer;border-radius:calc(var(--radius) + 2px);transform-origin:center;transition:transform .32s cubic-bezier(.2,.9,.2,1);outline:none;animation:shopbycollection-card-in .48s var(--delay, 0ms) cubic-bezier(.2,.9,.2,1) both;display:block;scroll-snap-align:center;flex-shrink:0}.shopbycollection-card:focus{box-shadow:0 18px 42px #0b0b0b17,0 0 0 6px #c79f4b14;transform:translateY(-6px) scale(1.02)}.shopbycollection-card-face{position:absolute;inset:0;backface-visibility:hidden;border-radius:inherit;overflow:hidden;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.shopbycollection-card-front{background:linear-gradient(180deg,#fff,#fbf8f6);transform:rotateY(0)}.shopbycollection-card-back{background:linear-gradient(180deg,#fff,#fbf8f6);transform:rotateY(180deg);box-shadow:var(--shadow-lg);padding:12px;display:flex;align-items:center;justify-content:center;text-align:center}.shopbycollection-img-wrap{position:relative;width:100%;height:100%;border-radius:inherit;overflow:hidden;box-shadow:var(--shadow-sm);display:block;background:linear-gradient(180deg,#fff,#fbf8f6)}.shopbycollection-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .72s cubic-bezier(.2,.9,.2,1),filter .42s ease}.shopbycollection-badge{position:absolute;top:8px;left:8px;background:linear-gradient(90deg,#fffffff5,#f6ead0fa);color:#6a4a1b;padding:5px 8px;border-radius:8px;font-weight:700;font-size:12px;z-index:3;pointer-events:none;box-shadow:0 6px 18px #1010100f}.shopbycollection-hover-icon{position:absolute;right:8px;bottom:8px;background:#ffffffeb;border-radius:999px;padding:6px;display:inline-grid;place-items:center;box-shadow:0 6px 18px #0000000f;transform:translateY(8px);opacity:0;transition:transform .32s cubic-bezier(.2,.9,.2,1),opacity .22s ease}.shopbycollection-front-meta{position:absolute;left:12px;right:12px;bottom:12px;z-index:4;text-align:center;color:#fff;transform:translateY(10px);opacity:0;transition:transform .38s cubic-bezier(.2,.9,.2,1),opacity .32s ease;pointer-events:none}.shopbycollection-title{font-size:clamp(11px,1.6vw,14px);font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:#fff;text-shadow:0 8px 22px rgba(0,0,0,.45)}.shopbycollection-back-inner{text-align:center;padding:6px}.shopbycollection-back-title{margin:0 0 8px;font-size:14px;font-weight:800}.shopbycollection-back-desc{margin:0 0 12px;color:var(--muted);font-size:13px;line-height:1.35}.shopbycollection-btn{background:linear-gradient(90deg,var(--accent),#b8842f);color:#fff;border:none;padding:8px 12px;border-radius:999px;font-weight:700;cursor:pointer;box-shadow:0 10px 26px #b07e2824;transition:transform .2s ease,box-shadow .2s ease}.shopbycollection-btn:hover{transform:translateY(-3px);box-shadow:0 18px 40px #b07e282e}@media(hover:hover)and (pointer:fine){.shopbycollection-card:hover{transform:translateY(-12px) scale(1.03);z-index:5}.shopbycollection-card:hover .shopbycollection-image{transform:scale(1.07) translateY(-6px);filter:saturate(1.04) brightness(.99)}.shopbycollection-card:hover .shopbycollection-front-meta,.shopbycollection-card:hover .shopbycollection-hover-icon{transform:translateY(0);opacity:1}.shopbycollection-card:hover .shopbycollection-card-front{transform:rotateY(-180deg);transition:transform .56s cubic-bezier(.18,.9,.2,1)}.shopbycollection-card:hover .shopbycollection-card-back{transform:rotateY(0);transition:transform .56s cubic-bezier(.18,.9,.2,1)}}.shopbycollection-card.is-flipped .shopbycollection-card-front{transform:rotateY(-180deg)}.shopbycollection-card.is-flipped .shopbycollection-card-back{transform:rotateY(0)}.shopbycollection-card-face.shopbycollection-card-back{transform:rotateY(180deg)}@keyframes shopbycollection-card-in{0%{opacity:0;transform:translateY(18px) scale(.996)}to{opacity:1;transform:translateY(0) scale(1)}}@media(min-width:1024px){.shopbycollection-inner{grid-template-columns:320px 1fr;column-gap:clamp(24px,3vw,64px)}.shopbycollection-cards{display:flex;flex-wrap:nowrap;gap:var(--gap);align-items:flex-start;justify-content:flex-start;padding:6px 0;overflow:visible;scroll-snap-type:none}.shopbycollection-card{width:calc((100% - (5 * var(--gap))) / 6);flex:0 0 auto;height:auto;aspect-ratio:4/5;--w: unset}@media(min-width:1400px){.shopbycollection-card{width:calc((100% - (5 * var(--gap))) / 6)}}}@media(max-width:700px){.shopbycollection-inner{grid-template-columns:1fr;row-gap:18px;justify-items:center}.shopbycollection-heading-wrap{text-align:center}.shopbycollection-cards{gap:12px;padding:8px 6px 12px}.shopbycollection-card{--w: clamp(100px, 26vw, 140px)}.shopbycollection-front-meta{bottom:8px;left:8px;right:8px}}@media(max-width:420px){.shopbycollection-card{--w: clamp(84px, 28vw, 120px)}.shopbycollection-badge{top:6px;left:6px;padding:4px 6px;font-size:11px}.shopbycollection-title{font-size:11.5px}.shopbycollection-sub{font-size:13px}.shopbycollection-section{padding:14px 12px 22px}}@media(prefers-reduced-motion:reduce){.shopbycollection-card,.shopbycollection-image,.shopbycollection-card-face{animation:none!important;transition:none!important;transform:none!important}}.shopbycollection-cards::-webkit-scrollbar{height:10px}.shopbycollection-cards::-webkit-scrollbar-thumb{background:#0000001f;border-radius:999px}.ps-root{width:100%;padding:36px 20px 60px;background:#fdfbf8;font-family:Segoe UI,system-ui,-apple-system,Roboto,Helvetica Neue,Arial,sans-serif;color:#222}.ps-inner{max-width:1400px;margin:0 auto}.ps-page-title{text-align:center;margin-bottom:24px;font-size:28px;font-weight:800;color:#2b2b2b}.ps-tabs{display:flex;justify-content:center;gap:36px;margin-bottom:28px;flex-wrap:wrap}.ps-tab{background:transparent;border:none;color:#bdb6b6;font-size:18px;font-weight:700;padding:6px 4px;cursor:pointer;position:relative;transition:color .25s ease}.ps-tab.active{color:#2b2b2b}.ps-tab.active:after{content:"";position:absolute;left:10%;right:10%;bottom:-8px;height:3px;background:#b8842f;border-radius:2px}.ps-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:28px;align-items:start;justify-items:center;margin-bottom:30px}.ps-card{width:100%;display:flex;flex-direction:column;gap:12px;position:relative;transition:transform .26s cubic-bezier(.2,.9,.2,1),box-shadow .26s ease;border-radius:12px}.ps-card:hover,.ps-card:focus-within{transform:translateY(-6px);box-shadow:0 16px 36px #0000001f}.ps-card.pulse{animation:ps-pulse .64s ease}@keyframes ps-pulse{0%{transform:scale(1)}40%{transform:scale(1.04);box-shadow:0 14px 32px #0000002e}to{transform:scale(1)}}.ps-image-wrap{width:100%;aspect-ratio:1/1;background:#fff;border-radius:12px;overflow:hidden;position:relative;transition:transform .42s cubic-bezier(.2,.9,.2,1);box-shadow:0 10px 30px #0000000f}.ps-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .42s cubic-bezier(.2,.9,.2,1)}.ps-card:hover .ps-image,.ps-card:focus .ps-image{transform:scale(1.08)}.ps-badge{position:absolute;top:12px;left:12px;background:#b84a1a;color:#fff;padding:6px 12px;border-radius:20px;font-weight:800;font-size:13px;z-index:6}.ps-hover-icons{position:absolute;right:12px;top:50%;transform:translateY(-50%) translate(8px);display:flex;flex-direction:column;gap:12px;opacity:0;transition:opacity .2s ease,transform .26s cubic-bezier(.2,.9,.2,1);z-index:8;pointer-events:none}.ps-circle{width:44px;height:44px;border-radius:50%;border:none;background:#fff;display:grid;place-items:center;font-size:18px;cursor:pointer;box-shadow:0 6px 16px #00000014;transition:all .22s ease}.ps-circle:hover{transform:scale(1.1)}.ps-circle.active{background:#fff5f5;color:#c84a4a}.ps-card:hover .ps-hover-icons,.ps-card:focus-within .ps-hover-icons{opacity:1;transform:translateY(-50%) translate(0);pointer-events:auto}.ps-image-quick{position:absolute;left:50%;bottom:12px;transform:translate(-50%) translateY(8px);z-index:9;opacity:0;transition:opacity .22s ease,transform .26s cubic-bezier(.2,.9,.2,1);pointer-events:none}.ps-image-quick-btn{background:#b8842f;border:none;padding:8px 14px;border-radius:999px;font-weight:700;color:#fff;box-shadow:0 10px 28px #b8842f2e;cursor:pointer;transition:transform .26s ease,background .22s ease}.ps-image-quick-btn:hover{transform:translateY(-2px) scale(1.05);background:#d9b760}.ps-card:hover .ps-image-quick,.ps-card:focus-within .ps-image-quick{opacity:1;transform:translate(-50%) translateY(0);pointer-events:auto}.ps-meta{padding:0 4px}.ps-title{font-size:15px;font-weight:700;margin:6px 0 8px;line-height:1.3;min-height:44px;color:#333}.ps-rating{display:flex;align-items:center;gap:6px;color:#887f7a;font-size:13px;margin-bottom:6px}.ps-rating-num{font-weight:700;color:#2b2b2b}.ps-stars{display:inline-flex;gap:4px}.ps-star{color:#d4a94d}.ps-reviews{color:#9b9b9b;font-size:12px}.ps-price-row{display:flex;gap:10px;align-items:baseline;margin-top:6px}.ps-price{font-weight:800;font-size:16px;color:#111}.ps-old{color:#b78a2d;text-decoration:line-through}.ps-cta-wrap{display:flex;justify-content:center;margin-top:20px}.ps-cta{background:linear-gradient(180deg,#d9b760,#b8842f);color:#fff;border:none;padding:12px 36px;font-weight:800;border-radius:6px;cursor:pointer;box-shadow:0 12px 30px #b8842f2e;transition:transform .25s ease}.ps-cta:hover{transform:translateY(-2px) scale(1.02)}.ps-modal-backdrop{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1200;padding:12px}.ps-modal{background:#fff;border-radius:12px;padding:24px;width:100%;max-width:420px;box-shadow:0 20px 50px #00000040;text-align:left;animation:fadeIn .32s ease forwards}.ps-modal img{width:100%;border-radius:8px;margin-bottom:12px}.ps-modal-price{font-weight:800;margin:8px 0;color:#2b2b2b}.ps-modal-desc{color:#666;margin-bottom:14px;font-size:14px}.ps-modal-actions{display:flex;gap:10px;justify-content:flex-end}.ps-modal-close{background:#eee;color:#333;padding:6px 14px;border-radius:6px;border:none;cursor:pointer;transition:background .22s ease}.ps-modal-close:hover{background:#ddd}.ps-modal-add{background:#b8842f;color:#fff;border:none;padding:6px 14px;border-radius:6px;cursor:pointer;transition:background .22s ease}.ps-modal-add:hover{background:#d9b760}.skeleton .ps-image-wrap{background:linear-gradient(90deg,#f2f2f2 0,#e9e9e9,#f2f2f2);background-size:200% 100%;animation:shimmer 1.2s linear infinite}.ps-line{height:14px;background:linear-gradient(90deg,#f2f2f2 0,#e9e9e9,#f2f2f2);background-size:200% 100%;animation:shimmer 1.2s linear infinite;border-radius:6px;margin-bottom:8px}.ps-line.short{width:60%}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1200px){.ps-row{gap:24px}}@media(max-width:992px){.ps-row{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}.ps-tabs{gap:20px}}@media(max-width:768px){.ps-row{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}.ps-page-title{font-size:24px}}@media(max-width:576px){.ps-row{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}.ps-page-title{font-size:20px}.ps-tab{font-size:16px}}@media(max-width:400px){.ps-row{grid-template-columns:1fr;gap:12px}.ps-page-title{font-size:18px}.ps-tab{font-size:14px}.ps-meta{padding:0 2px}}:root{--bg: #faf6f7;--accent: #97755C;--muted: #8b8587;--card-radius: 14px;--gap: 20px;--auto-speed: 26s}.shopbyfestivalsslider{background:var(--bg);padding:22px 16px;font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#222}.shopbyfestivalsslider__inner{max-width:1500px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:18px}@media(min-width:768px){.shopbyfestivalsslider__inner{grid-template-columns:320px 1fr;gap:28px}}.shopbyfestivalsslider__title{margin:0;font-size:28px;font-weight:700}.shopbyfestivalsslider__nav{display:flex;gap:12px;margin-top:8px}.shopbyfestivalsslider__navbtn{width:48px;height:48px;border-radius:50%;border:1px solid rgba(0,0,0,.06);background:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.shopbyfestivalsslider__navbtn:hover{transform:translateY(-3px);box-shadow:0 10px 24px #00000014}.shopbyfestivalsslider__navbtn:focus-visible{outline:3px solid rgba(151,117,92,.12);outline-offset:3px}.shopbyfestivalsslider__viewport{overflow:hidden;width:100%;position:relative}.shopbyfestivalsslider__manualwrap{transform:translate(0);transition:transform .52s cubic-bezier(.22,.9,.28,1)}.shopbyfestivalsslider__track{display:flex;gap:var(--gap);width:max-content;animation:autoslider var(--auto-speed) linear infinite;align-items:flex-start;padding:12px 0;will-change:transform}.shopbyfestivalsslider__track.paused{animation-play-state:paused}@keyframes autoslider{0%{transform:translate(0)}to{transform:translate(-50%)}}.shopbyfestivalsslider__card{flex:0 0 150px;min-width:150px;max-width:150px;text-align:center;cursor:pointer;transition:transform .3s cubic-bezier(.22,.9,.28,1),box-shadow .3s ease,opacity .24s ease;opacity:.96}.shopbyfestivalsslider__card:focus{outline:none}.shopbyfestivalsslider__imgwrap{width:100%;height:150px;border-radius:var(--card-radius);overflow:hidden;background:#fff;box-shadow:0 6px 16px #0000000f;transition:box-shadow .28s ease,transform .28s ease}.shopbyfestivalsslider__card:hover .shopbyfestivalsslider__imgwrap{transform:translateY(-8px);box-shadow:0 18px 40px #0000001f}.shopbyfestivalsslider__img{width:100%;height:100%;object-fit:cover;display:block;-webkit-user-drag:none;-webkit-user-select:none;user-select:none;transition:transform .42s ease}.shopbyfestivalsslider__card:hover .shopbyfestivalsslider__img{transform:scale(1.06)}.shopbyfestivalsslider__label{margin-top:10px;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.shopbyfestivalsslider__card:hover .shopbyfestivalsslider__label{color:#222;font-weight:600}@media(min-width:641px){.shopbyfestivalsslider__card{flex-basis:180px;min-width:180px;max-width:180px}.shopbyfestivalsslider__imgwrap{height:180px}}@media(min-width:1025px){.shopbyfestivalsslider__card{flex-basis:200px;min-width:200px;max-width:200px}.shopbyfestivalsslider__imgwrap{height:200px}}@media(min-width:1441px){.shopbyfestivalsslider__card{flex-basis:220px;min-width:220px;max-width:220px}.shopbyfestivalsslider__imgwrap{height:220px}}@media(min-width:1800px){.shopbyfestivalsslider__card{flex-basis:240px;min-width:240px;max-width:240px}.shopbyfestivalsslider__imgwrap{height:240px}}@media(max-width:420px){.shopbyfestivalsslider__title{font-size:22px}.shopbyfestivalsslider__navbtn{width:40px;height:40px}}.shopbypurpose-root{--bg: #e8d9bf;--panel: #e8d9bf;--card-bg: #ffffff;--muted: #6f675f;--title: #0b0b0b;--accent: #c79f4a;--shadow-sm: 0 10px 28px rgba(16,16,16,.08);--shadow-lg: 0 22px 60px rgba(16,16,16,.12);--radius: 14px;--gap: 28px;--font-stack: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--desktop-break: 1024px}.shopbypurpose-section{width:100%;background:var(--panel);padding:clamp(18px,3.2vw,56px) clamp(12px,3vw,44px) clamp(18px,5vw,64px);box-sizing:border-box;font-family:var(--font-stack);color:#111}.shopbypurpose-inner{max-width:1500px;margin:0 auto;display:grid;grid-template-columns:320px 1fr;column-gap:clamp(20px,3.2vw,64px);align-items:start}.shopbypurpose-heading-wrap{display:flex;flex-direction:column;gap:10px;align-self:center}.shopbypurpose-heading{margin:0;font-size:clamp(22px,3.6vw,52px);font-weight:800;line-height:.92;letter-spacing:-.6px;color:var(--title)}.shopbypurpose-sub{margin:0;color:var(--muted);font-size:14px}.shopbypurpose-cards{display:flex;gap:var(--gap);align-items:stretch;justify-content:flex-start;padding:6px 0;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;width:100%}.shopbypurpose-card{--w: clamp(120px, 22vw, 190px);width:var(--w);flex:0 0 var(--w);height:calc(var(--w) * 1.25);perspective:1100px;transform-style:preserve-3d;position:relative;cursor:pointer;border-radius:calc(var(--radius) + 2px);transform-origin:center;transition:transform .32s cubic-bezier(.2,.9,.2,1);outline:none;animation:shopbypurpose-card-in .48s var(--delay, 0ms) cubic-bezier(.2,.9,.2,1) both;display:block;scroll-snap-align:center;flex-shrink:0}.shopbypurpose-card:focus{box-shadow:0 18px 42px #0b0b0b17,0 0 0 6px #c79f4b14;transform:translateY(-6px) scale(1.02)}.shopbypurpose-card-face{position:absolute;inset:0;backface-visibility:hidden;border-radius:inherit;overflow:hidden;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.shopbypurpose-card-front{background:linear-gradient(180deg,#fff,#fbf8f6);transform:rotateY(0)}.shopbypurpose-card-back{background:linear-gradient(180deg,#fff,#fbf8f6);transform:rotateY(180deg);box-shadow:var(--shadow-lg);padding:12px;display:flex;align-items:center;justify-content:center;text-align:center}.shopbypurpose-img-wrap{position:relative;width:100%;height:100%;border-radius:inherit;overflow:hidden;display:block;box-shadow:var(--shadow-sm);background:linear-gradient(180deg,#fff,#fbf8f6)}.shopbypurpose-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .72s cubic-bezier(.2,.9,.2,1),filter .42s ease}.shopbypurpose-badge{position:absolute;top:8px;left:8px;background:linear-gradient(90deg,#fffffff5,#f6ead0fa);color:#6a4a1b;padding:5px 8px;border-radius:8px;font-weight:700;font-size:12px;z-index:3;pointer-events:none;box-shadow:0 6px 18px #1010100f}.shopbypurpose-hover-icon{position:absolute;right:8px;bottom:8px;background:#ffffffeb;border-radius:999px;padding:6px;display:inline-grid;place-items:center;box-shadow:0 6px 18px #0000000f;transform:translateY(8px);opacity:0;transition:transform .32s cubic-bezier(.2,.9,.2,1),opacity .22s ease}.shopbypurpose-front-meta{position:absolute;left:12px;right:12px;bottom:12px;z-index:4;text-align:center;color:#fff;transform:translateY(10px);opacity:0;transition:transform .38s cubic-bezier(.2,.9,.2,1),opacity .32s ease;pointer-events:none}.shopbypurpose-title{font-size:clamp(11px,1.6vw,14px);font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:#fff;text-shadow:0 8px 22px rgba(0,0,0,.45)}.shopbypurpose-back-inner{text-align:center;padding:6px}.shopbypurpose-back-title{margin:0 0 8px;font-size:14px;font-weight:800}.shopbypurpose-back-desc{margin:0 0 12px;color:var(--muted);font-size:13px;line-height:1.35}.shopbypurpose-btn{background:linear-gradient(90deg,var(--accent),#b8842f);color:#fff;border:none;padding:8px 12px;border-radius:999px;font-weight:700;cursor:pointer;box-shadow:0 10px 26px #b07e2824;transition:transform .2s ease,box-shadow .2s ease}.shopbypurpose-btn:hover{transform:translateY(-3px);box-shadow:0 18px 40px #b07e282e}@media(hover:hover)and (pointer:fine){.shopbypurpose-card:hover{transform:translateY(-12px) scale(1.03);z-index:5}.shopbypurpose-card:hover .shopbypurpose-image{transform:scale(1.07) translateY(-6px);filter:saturate(1.04) brightness(.99)}.shopbypurpose-card:hover .shopbypurpose-front-meta,.shopbypurpose-card:hover .shopbypurpose-hover-icon{transform:translateY(0);opacity:1}.shopbypurpose-card:hover .shopbypurpose-card-front{transform:rotateY(-180deg);transition:transform .56s cubic-bezier(.18,.9,.2,1)}.shopbypurpose-card:hover .shopbypurpose-card-back{transform:rotateY(0);transition:transform .56s cubic-bezier(.18,.9,.2,1)}}.shopbypurpose-card.is-flipped .shopbypurpose-card-front{transform:rotateY(-180deg)}.shopbypurpose-card.is-flipped .shopbypurpose-card-back{transform:rotateY(0)}.shopbypurpose-card-face.shopbypurpose-card-back{transform:rotateY(180deg)}@keyframes shopbypurpose-card-in{0%{opacity:0;transform:translateY(18px) scale(.996)}to{opacity:1;transform:translateY(0) scale(1)}}@media(min-width:1024px){.shopbypurpose-inner{grid-template-columns:320px 1fr;column-gap:clamp(24px,3vw,64px)}.shopbypurpose-cards{display:flex;flex-wrap:nowrap;gap:var(--gap);align-items:flex-start;justify-content:flex-start;padding:6px 0;overflow:visible;scroll-snap-type:none}.shopbypurpose-card{width:calc((100% - (5 * var(--gap))) / 6);flex:0 0 auto;height:auto;aspect-ratio:4/5;--w: unset}@media(min-width:1400px){.shopbypurpose-card{width:calc((100% - (5 * var(--gap))) / 6)}}}@media(max-width:700px){.shopbypurpose-inner{grid-template-columns:1fr;row-gap:18px;justify-items:center}.shopbypurpose-heading-wrap{text-align:center}.shopbypurpose-cards{gap:12px;padding:8px 6px 12px}.shopbypurpose-card{--w: clamp(100px, 26vw, 140px)}.shopbypurpose-front-meta{bottom:8px;left:8px;right:8px}}@media(max-width:420px){.shopbypurpose-card{--w: clamp(84px, 28vw, 120px)}.shopbypurpose-badge{top:6px;left:6px;padding:4px 6px;font-size:11px}.shopbypurpose-title{font-size:11.5px}.shopbypurpose-sub{font-size:13px}.shopbypurpose-section{padding:14px 12px 22px}}@media(prefers-reduced-motion:reduce){.shopbypurpose-card,.shopbypurpose-image,.shopbypurpose-card-face{animation:none!important;transition:none!important;transform:none!important}}.shopbypurpose-cards::-webkit-scrollbar{height:10px}.shopbypurpose-cards::-webkit-scrollbar-thumb{background:#0000001f;border-radius:999px}.shopbypurpose-promise-root{width:100%;text-align:center;padding:60px 20px;background:#fff;color:#111;font-family:Segoe UI,Roboto,sans-serif}.shopbypurpose-promise-heading{font-size:32px;font-weight:800;margin-bottom:40px;color:#0b0b0b}.shopbypurpose-promise-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.shopbypurpose-promise-item{display:flex;flex-direction:column;align-items:center;padding:10px 20px}.shopbypurpose-promise-icon{width:52px;height:52px;margin-bottom:18px}.shopbypurpose-promise-title{font-size:18px;font-weight:700;color:#0b0b0b;margin:0 0 10px}.shopbypurpose-promise-desc{color:#6f675f;font-size:15px;line-height:1.45;max-width:260px}@media(max-width:768px){.shopbypurpose-promise-grid{grid-template-columns:1fr 1fr;gap:30px}}@media(max-width:480px){.shopbypurpose-promise-grid{grid-template-columns:1fr}}.freshcollectionbanner{display:flex;width:100%;min-height:380px;font-family:Arial,sans-serif;flex-wrap:wrap}.freshcollectionbanner-left{flex:1 1 300px;background-color:#d4a657;color:#fff;padding:60px 70px;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box}.freshcollectionbanner-breadcrumbs{display:flex;align-items:center;gap:6px;font-size:14px;opacity:.9;margin-bottom:12px}.freshcollectionbanner-breadcrumb-icon{font-size:14px}.freshcollectionbanner-title{font-size:38px;font-weight:700;line-height:1.2;margin-top:10px}.freshcollectionbanner-right{flex:1 1 300px;background-size:cover;background-position:center;background-repeat:no-repeat;min-height:380px;box-sizing:border-box}@media(max-width:1024px){.freshcollectionbanner-title{font-size:32px}.freshcollectionbanner-left{padding:45px 50px}}@media(max-width:768px){.freshcollectionbanner{flex-direction:column;min-height:unset}.freshcollectionbanner-left,.freshcollectionbanner-right{flex:1 1 100%;padding:25px 20px;min-height:220px}.freshcollectionbanner-title{font-size:26px}}@media(max-width:480px){.freshcollectionbanner-left,.freshcollectionbanner-right{padding:18px;min-height:180px}.freshcollectionbanner-title{font-size:22px}}.allidolBanner{display:flex;width:100%;min-height:380px;font-family:Arial,sans-serif;flex-wrap:wrap}.allidolBanner-left{flex:1 1 300px;background-color:#d4a657;color:#fff;padding:60px 70px;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box}.allidolBanner-breadcrumbs{display:flex;align-items:center;gap:6px;font-size:14px;opacity:.9;margin-bottom:12px}.allidolBanner-breadcrumb-icon{font-size:14px}.allidolBanner-title{font-size:38px;font-weight:700;line-height:1.2;margin-top:10px}.allidolBanner-right{flex:1 1 300px;background-size:cover;background-position:center;background-repeat:no-repeat;min-height:380px;box-sizing:border-box}@media(max-width:1024px){.allidolBanner-title{font-size:32px}.allidolBanner-left{padding:45px 50px}}@media(max-width:768px){.allidolBanner{flex-direction:column;min-height:unset}.allidolBanner-left,.allidolBanner-right{flex:1 1 100%;padding:25px 20px;min-height:220px}.allidolBanner-title{font-size:26px}}@media(max-width:480px){.allidolBanner-left,.allidolBanner-right{padding:18px;min-height:180px}.allidolBanner-title{font-size:22px}}.festive-banner{display:flex;width:100%;min-height:250px;font-family:Arial,sans-serif;flex-wrap:wrap}.festive-banner-left{flex:1 1 300px;background-color:#d4a657;color:#fff;padding:30px 40px;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box}.festive-breadcrumbs{font-size:14px;margin-bottom:10px;opacity:.9;display:flex;align-items:center;gap:5px;flex-wrap:wrap}.breadcrumb-icon{font-size:14px;margin:0 5px}.festive-title{font-size:28px;font-weight:700;line-height:1.2}.festive-banner-right{flex:1 1 300px;background-size:cover;background-position:center;min-height:250px;box-sizing:border-box}@media(max-width:1024px){.festive-title{font-size:24px}}@media(max-width:768px){.festive-banner{flex-direction:column}.festive-banner-left,.festive-banner-right{flex:1 1 100%;padding:20px;min-height:180px}.festive-title{font-size:22px}}@media(max-width:480px){.festive-banner-left,.festive-banner-right{padding:15px;min-height:150px}.festive-title{font-size:18px}}.shop-breadcrumb-container{width:100%;font-family:Montserrat,sans-serif;box-sizing:border-box}.top-announcement-bar{background-color:#d6a154;color:#fff;text-align:center;padding:8px 15px;font-size:11px;font-weight:600;letter-spacing:2px;text-transform:uppercase}.breadcrumb-main-content{background-color:#231b17;background-image:radial-gradient(rgba(255,255,255,.04) 1px,transparent 1px),radial-gradient(rgba(255,255,255,.04) 1px,transparent 1px);background-size:12px 12px;background-position:0 0,6px 6px;color:#f7f3ee;text-align:center;padding:60px 20px 50px;display:flex;flex-direction:column;align-items:center;justify-content:center}.brand-subtitle-wrapper{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:12px}.brand-subtitle{font-size:10px;letter-spacing:3px;color:#d6a154;font-weight:600;text-transform:uppercase}.subtitle-line{display:inline-block;width:30px;height:1px;background-color:#7a6042}.breadcrumb-main-title{font-family:Cinzel,serif;font-size:2.8rem;font-weight:400;color:#f5eedc;margin:0 0 16px;letter-spacing:.5px}.breadcrumb-description{max-width:540px;font-size:13px;line-height:1.7;color:#d1c7bc;font-weight:300;margin:0 0 24px}.breadcrumb-badges{display:flex;align-items:center;gap:10px;font-size:12px;color:#e3dad0;font-weight:400}.badge-separator{color:#8c7865;font-size:10px}@media(max-width:768px){.breadcrumb-main-content{padding:45px 20px 40px}.breadcrumb-main-title{font-size:2.2rem}.breadcrumb-description{font-size:12px;max-width:90%}.top-announcement-bar{font-size:10px;letter-spacing:1.5px}}@media(max-width:480px){.breadcrumb-main-title{font-size:1.8rem}.brand-subtitle{font-size:9px;letter-spacing:2px}.subtitle-line{width:20px}.breadcrumb-badges{flex-direction:column;gap:4px}.badge-separator{display:none}}.collection{width:100%;background-color:#fcfbf7;padding:60px 40px;box-sizing:border-box;font-family:Montserrat,sans-serif}.collection__container{max-width:1280px;margin:0 auto}.collection__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:35px}.collection__section-subtitle{font-size:11px;letter-spacing:2px;color:#c39d63;font-weight:600;text-transform:uppercase;display:block;margin-bottom:6px}.collection__section-title{font-family:Cinzel,serif;font-size:36px;color:#333;font-weight:500;margin:0}.collection__highlight-text{font-style:italic;color:#c39d63;font-weight:400}.collection__slider-arrows{display:flex;gap:12px}.collection__nav-btn{width:42px;height:42px;border-radius:50%;border:1px solid #e0d8cd;background:#fff;color:#555;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:14px}.collection__nav-btn:hover{border-color:#c39d63;color:#c39d63;box-shadow:0 4px 12px #00000014}.collection__slider{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;padding-bottom:15px;scrollbar-width:none}.collection__slider::-webkit-scrollbar{display:none}.collection__arch-card{min-width:220px;max-width:220px;height:340px;position:relative;border-radius:110px 110px 16px 16px;overflow:hidden;border:1.5px solid #d4af37;box-shadow:0 6px 18px #0000000f;flex-shrink:0;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.collection__arch-card:hover{transform:translateY(-6px);box-shadow:0 12px 24px #0000001f}.collection__arch-card-img{width:100%;height:100%;object-fit:cover}.collection__arch-card-overlay{position:absolute;bottom:0;left:0;right:0;padding:30px 12px 15px;background:linear-gradient(to top,rgba(20,10,5,.92) 0%,rgba(20,10,5,.5) 60%,transparent 100%);text-align:center;color:#fff}.collection__card-title{font-family:Cinzel,serif;font-size:15px;font-weight:600;color:#fff;margin:0 0 4px;line-height:1.2}.collection__card-subtitle{font-size:11px;color:#e5c185;margin:0;font-weight:400}@media(max-width:768px){.collection{padding:40px 20px}.collection__section-title{font-size:28px}.collection__arch-card{min-width:180px;max-width:180px;height:290px;border-top-left-radius:90px;border-top-right-radius:90px}.collection__card-title{font-size:13px}.collection__card-subtitle{font-size:10px}}@media(max-width:480px){.collection__arch-card{min-width:150px;max-width:150px;height:250px;border-top-left-radius:75px;border-top-right-radius:75px}.collection__nav-btn{width:36px;height:36px}}.brass-diyas-main{width:100%;background-color:#fdfbf7;min-height:100vh;padding:40px 30px;box-sizing:border-box;font-family:Montserrat,system-ui,-apple-system,sans-serif;color:#333}.brass-diyas-main__container{max-width:1300px;margin:0 auto;display:flex;gap:40px}.brass-diyas-main__sidebar{width:260px;flex-shrink:0}.brass-diyas-main__sidebar-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ebe5d9;padding-bottom:15px;margin-bottom:25px}.brass-diyas-main__refine-title{font-size:20px;font-weight:600;margin:0}.brass-diyas-main__refine-count{background-color:#c39d63;color:#fff;border-radius:50%;padding:2px 7px;font-size:11px}.brass-diyas-main__clear-btn{background:none;border:none;color:#e57e62;text-decoration:underline;cursor:pointer;font-size:13px}.brass-diyas-main__filter-group{margin-bottom:30px;border-bottom:1px solid #f0e9dd;padding-bottom:20px}.brass-diyas-main__filter-title{font-size:12px;letter-spacing:1.5px;color:#777;font-weight:600;margin-bottom:15px}.brass-diyas-main__checkbox-label{display:flex;align-items:center;gap:10px;font-size:14px;color:#444;margin-bottom:12px;cursor:pointer}.brass-diyas-main__checkbox-label input{accent-color:#c39d63;width:16px;height:16px;cursor:pointer}.brass-diyas-main__price-slider{width:100%;accent-color:#c39d63;cursor:pointer}.brass-diyas-main__price-display{display:flex;justify-content:space-between;font-size:13px;font-weight:600;margin-top:8px}.brass-diyas-main__whatsapp-box{background-color:#e8f3ec;border-radius:12px;padding:20px;margin-top:20px}.brass-diyas-main__whatsapp-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.brass-diyas-main__whatsapp-tag{font-size:11px;letter-spacing:1px;font-weight:700;color:#2e7d32}.brass-diyas-main__whatsapp-desc{font-size:13px;color:#444;line-height:1.5;margin-bottom:15px}.brass-diyas-main__whatsapp-btn{background:none;border:none;color:#2e7d32;font-weight:700;font-size:14px;cursor:pointer;display:flex;align-items:center;gap:8px;border-bottom:1.5px solid #2e7d32;padding-bottom:2px}.brass-diyas-main__products-area{flex-grow:1}.brass-diyas-main__products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.brass-diyas-main__products-count{font-size:14px;color:#666}.brass-diyas-main__sort-wrapper{display:flex;align-items:center;gap:10px}.brass-diyas-main__sort-label{font-size:12px;letter-spacing:1px;color:#777}.brass-diyas-main__sort-dropdown{padding:8px 16px;border-radius:8px;border:1px solid #dcd3c5;background-color:#fff;font-size:13px;font-weight:500;cursor:pointer;outline:none}.brass-diyas-main__active-tags{margin-bottom:20px}.brass-diyas-main__active-tag{background-color:#f5eedf;color:#333;padding:6px 14px;border-radius:20px;font-size:13px;display:inline-flex;align-items:center;gap:8px}.brass-diyas-main__active-tag button{background:none;border:none;cursor:pointer;font-size:14px}.brass-diyas-main__products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.brass-diyas-main__product-card{background-color:transparent;border-radius:12px;overflow:hidden;transition:transform .3s ease}.brass-diyas-main__image-container{position:relative;width:100%;height:280px;border-radius:16px;overflow:hidden;perspective:1000px}.brass-diyas-main__product-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.brass-diyas-main__product-card:hover .brass-diyas-main__product-img{transform:scale(1.05)}.brass-diyas-main__card-badge{position:absolute;top:12px;left:12px;background:#ffffffe6;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600;color:#444}.brass-diyas-main__sold-out-badge{position:absolute;top:12px;left:12px;background:#333;color:#fff;padding:4px 10px;font-size:10px;font-weight:700;border-radius:4px}.brass-diyas-main__hover-overlay{position:absolute;bottom:15px;left:15px;right:15px;display:flex;gap:10px;opacity:0;transform:translateY(20px) rotateX(-15deg);transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.brass-diyas-main__product-card:hover .brass-diyas-main__hover-overlay{opacity:1;transform:translateY(0) rotateX(0)}.brass-diyas-main__wishlist-btn{background:#ffffffe6;border:none;width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#444;box-shadow:0 8px 15px #0003;transition:background .2s}.brass-diyas-main__wishlist-btn:hover{background:#fff;color:#e57e62}.brass-diyas-main__cart-btn{flex-grow:1;background:#3c281ed9;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#fff;border:none;border-radius:8px;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;box-shadow:0 8px 15px #0003;transition:background .2s}.brass-diyas-main__cart-btn:hover{background:#1e140af2}.brass-diyas-main__product-info{padding:15px 5px}.brass-diyas-main__product-name{font-size:14px;font-weight:600;line-height:1.4;margin:0 0 8px;color:#222}.brass-diyas-main__product-rating{display:flex;align-items:center;gap:5px;margin-bottom:8px}.brass-diyas-main__star-icon{color:#fbc02d;font-size:12px}.brass-diyas-main__rating-num{font-size:12px;font-weight:700}.brass-diyas-main__review-num{font-size:12px;color:#888}.brass-diyas-main__product-price{display:flex;align-items:center;gap:8px}.brass-diyas-main__current-price{font-size:16px;font-weight:700;color:#222}.brass-diyas-main__old-price{font-size:13px;color:#aaa;text-decoration:line-through}.brass-diyas-main__no-products{grid-column:1 / -1;text-align:center;padding:40px;color:#777}@media(max-width:1024px){.brass-diyas-main__products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.brass-diyas-main__container{flex-direction:column}.brass-diyas-main__sidebar{width:100%}.brass-diyas-main__products-grid{grid-template-columns:repeat(1,1fr)}}.for-home{width:100%;background-color:#f7f3e9;padding:70px 20px;box-sizing:border-box;font-family:Montserrat,sans-serif;color:#333}.for-home__container{max-width:1200px;margin:0 auto}.for-home__header{text-align:center;margin-bottom:45px}.for-home__subtitle{font-size:11px;letter-spacing:2.5px;color:#c5a059;font-weight:600;text-transform:uppercase;display:block;margin-bottom:10px}.for-home__title{font-family:Cormorant Garamond,serif;font-size:40px;font-weight:500;color:#2b2b2b;margin:0;letter-spacing:-.3px}.for-home__main-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:35px}.for-home__main-card{background-color:#fff;border-radius:16px;padding:35px 30px;box-shadow:0 4px 20px #00000008;box-sizing:border-box;transition:transform .3s ease,box-shadow .3s ease}.for-home__main-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000000f}.for-home__main-icon-wrapper{width:44px;height:44px;border-radius:50%;border:1px solid #ebd9b5;display:flex;align-items:center;justify-content:center;color:#c5a059;font-size:20px;margin-bottom:22px}.for-home__main-card-title{font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;color:#2b2b2b;margin:0 0 12px;line-height:1.2}.for-home__main-card-desc{font-size:13px;line-height:1.6;color:#666;margin:0;font-weight:400}.for-home__highlight-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.for-home__highlight-card{background-color:transparent;border:1px solid #e2d9c7;border-radius:14px;padding:28px 20px;text-align:center;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:background-color .3s ease}.for-home__highlight-card:hover{background-color:#fff6}.for-home__highlight-icon-wrapper{width:36px;height:36px;border-radius:50%;background-color:#ebd9b5;display:flex;align-items:center;justify-content:center;color:#7d5e23;font-size:18px;margin-bottom:16px}.for-home__highlight-title{font-family:Cormorant Garamond,serif;font-size:18px;font-weight:600;color:#2b2b2b;margin:0 0 6px}.for-home__highlight-subtitle{font-size:12px;color:#777;margin:0;font-weight:400}@media(max-width:1024px){.for-home__title{font-size:34px}.for-home__main-grid{grid-template-columns:repeat(3,1fr);gap:16px}.for-home__highlight-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media(max-width:768px){.for-home{padding:50px 16px}.for-home__title{font-size:28px}.for-home__main-grid{grid-template-columns:1fr;gap:20px}.for-home__highlight-grid{grid-template-columns:repeat(2,1fr);gap:14px}.for-home__main-card{padding:26px 22px}}@media(max-width:480px){.for-home__highlight-grid{grid-template-columns:1fr;gap:12px}.for-home__subtitle{font-size:10px;letter-spacing:1.8px}.for-home__title{font-size:24px}}.followalong{width:100%;background-color:#f7f3e9;padding:60px 20px;box-sizing:border-box;font-family:Montserrat,sans-serif;color:#333}.followalong__container{max-width:1300px;margin:0 auto}.followalong__header{text-align:center;margin-bottom:35px}.followalong__subtitle{font-size:11px;letter-spacing:2.5px;color:#c5a059;font-weight:600;text-transform:uppercase;display:block;margin-bottom:8px}.followalong__title{font-family:Cormorant Garamond,serif;font-size:38px;font-weight:500;color:#2b2b2b;margin:0}.followalong__highlight{font-style:italic;font-weight:400;color:#c5a059}.followalong__slider-wrapper{position:relative;display:flex;align-items:center;margin-bottom:35px}.followalong__slider{display:flex;gap:16px;overflow-x:auto;scroll-behavior:smooth;padding:10px 5px;scrollbar-width:none}.followalong__slider::-webkit-scrollbar{display:none}.followalong__card{min-width:190px;max-width:190px;height:190px;border-radius:12px;overflow:hidden;position:relative;flex-shrink:0;cursor:pointer;box-shadow:0 4px 15px #0000000a;transition:transform .3s ease,box-shadow .3s ease}.followalong__card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000014}.followalong__card-img{width:100%;height:100%;object-fit:cover}.followalong__card-overlay{position:absolute;inset:0;background:#00000040;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.followalong__card:hover .followalong__card-overlay{opacity:1}.followalong__overlay-icon{color:#fff;font-size:24px}.followalong__arrow{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid #e2d9c7;color:#555;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;font-size:13px;box-shadow:0 4px 10px #00000014;transition:all .3s ease}.followalong__arrow:hover{background-color:#fcfbf7;color:#c5a059;border-color:#c5a059}.followalong__arrow--left{left:-18px}.followalong__arrow--right{right:-18px}.followalong__btn-wrapper{display:flex;justify-content:center}.followalong__instagram-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;border-radius:30px;border:1px solid #d8ccb6;background-color:#fff;color:#4a4a4a;font-size:13px;font-weight:500;text-decoration:none;transition:all .3s ease;box-shadow:0 2px 8px #00000008}.followalong__instagram-btn:hover{border-color:#c5a059;color:#c5a059;box-shadow:0 4px 12px #00000014}.followalong__insta-icon{font-size:15px}@media(max-width:1024px){.followalong__title{font-size:32px}.followalong__card{min-width:170px;max-width:170px;height:170px}}@media(max-width:768px){.followalong{padding:45px 16px}.followalong__title{font-size:28px}.followalong__card{min-width:150px;max-width:150px;height:150px}.followalong__arrow--left{left:-10px}.followalong__arrow--right{right:-10px}}@media(max-width:480px){.followalong__card{min-width:135px;max-width:135px;height:135px}.followalong__title{font-size:24px}.followalong__instagram-btn{padding:8px 18px;font-size:12px}}.range{width:100%;background-color:#f7f3e9;padding:80px 20px;box-sizing:border-box;font-family:Montserrat,sans-serif;color:#555;display:flex;justify-content:center}.range__container{max-width:820px;margin:0 auto;text-align:left}.range__subtitle{display:block;text-align:center;font-size:10px;letter-spacing:3px;color:#c5a059;font-weight:500;text-transform:uppercase;margin-bottom:12px}.range__title{font-family:Cormorant Garamond,serif;font-size:38px;font-weight:500;color:#2c2c2c;text-align:center;margin:0 0 30px;letter-spacing:-.2px}.range__intro{font-size:14.5px;line-height:1.8;color:#4a4a4a;margin-bottom:35px;font-weight:400}.range__section{margin-bottom:28px}.range__section-title{font-family:Cormorant Garamond,serif;font-size:23px;font-weight:600;color:#222;margin:0 0 14px}.range__paragraph{font-size:14px;line-height:1.8;color:#555;margin:0 0 16px}.range__paragraph strong{color:#333;font-weight:600}.range__link{color:#d2a153;text-decoration:underline;text-underline-offset:3px;transition:color .2s ease}.range__link:hover{color:#a87d33}.range__bullet-list{margin:10px 0 0;padding-left:18px}.range__bullet-list li{font-size:14px;line-height:1.8;color:#555;margin-bottom:10px}.range__collapsible{display:grid;grid-template-rows:0fr;transition:grid-template-rows .5s cubic-bezier(.4,0,.2,1);overflow:hidden}.range__collapsible--expanded{grid-template-rows:1fr}.range__collapsible-inner{min-height:0}.range__btn-wrapper{display:flex;justify-content:center;margin-top:30px}.range__toggle-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 28px;border-radius:30px;border:1px solid #d8ccb6;background-color:#fff;color:#555;font-size:11px;letter-spacing:1.5px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #00000005}.range__toggle-btn:hover{border-color:#c5a059;color:#c5a059;box-shadow:0 4px 12px #0000000f}.range__btn-icon{font-size:14px}@media(max-width:768px){.range{padding:50px 20px}.range__title{font-size:30px}.range__section-title{font-size:20px}.range__intro,.range__paragraph,.range__bullet-list li{font-size:13.5px;line-height:1.7}}@media(max-width:480px){.range{padding:40px 16px}.range__title{font-size:26px}.range__toggle-btn{padding:9px 22px;font-size:10px}}.small-things{width:100%;background-color:#f7f3e9;padding:70px 20px;box-sizing:border-box;font-family:Montserrat,sans-serif;color:#333}.small-things__container{max-width:780px;margin:0 auto}.small-things__header{text-align:center;margin-bottom:40px}.small-things__badge{display:inline-flex;align-items:center;gap:6px;background-color:#1c1c1c;color:#fff;font-size:9px;letter-spacing:2px;font-weight:600;padding:6px 16px;border-radius:20px;text-transform:uppercase;margin-bottom:20px}.small-things__badge-plus{color:#fff;font-size:11px}.small-things__title{font-family:Cormorant Garamond,serif;font-size:40px;font-weight:400;color:#2b2b2b;margin:0;letter-spacing:-.3px}.small-things__highlight{font-style:italic;color:#c5a059;font-weight:400}.small-things__accordion-card{background-color:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000005}.small-things__item{border-bottom:1px solid #f2ece1}.small-things__item:last-child{border-bottom:none}.small-things__question-btn{width:100%;padding:22px 28px;background:none;border:none;display:flex;justify-content:space-between;align-items:center;text-align:left;cursor:pointer;transition:background-color .2s ease}.small-things__question-btn:hover{background-color:#faf7f0}.small-things__question-text{font-family:Cormorant Garamond,serif;font-size:20px;font-weight:600;color:#2b2b2b;line-height:1.3;padding-right:15px}.small-things__toggle-icon{color:#c5a059;font-size:20px;font-weight:400;flex-shrink:0;transition:transform .2s ease}.small-things__answer-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.small-things__item--open .small-things__answer-wrapper{grid-template-rows:1fr}.small-things__answer-content{min-height:0}.small-things__answer-content p{padding:0 28px 22px;margin:0;font-size:13.5px;line-height:1.7;color:#666}.small-things__footer{text-align:center;margin-top:25px}.small-things__footer-text{font-size:12px;color:#777}.small-things__footer-link{color:#c5a059;font-weight:500;text-decoration:none;margin-left:4px;transition:color .2s ease}.small-things__footer-link:hover{color:#a87d33;text-decoration:underline}@media(max-width:768px){.small-things{padding:50px 16px}.small-things__title{font-size:32px}.small-things__question-btn{padding:18px 20px}.small-things__question-text{font-size:17px}.small-things__answer-content p{padding:0 20px 18px;font-size:13px}}@media(max-width:480px){.small-things__title{font-size:26px}.small-things__badge{font-size:8px;padding:5px 12px}.small-things__question-text{font-size:16px}}.blog-wrapper{width:100%;background:#fff}.blog-hero-section{width:100%;height:550px;background-size:cover;background-position:center right;background-repeat:no-repeat;display:flex;align-items:center;padding-left:5%}.blog-left{max-width:600px;border-left:4px solid #6E2E1C;padding-left:22px}.blog-left h1{font-family:Merriweather,serif;font-size:48px;font-weight:900;line-height:1.2;color:#8a3d26}.blog-left h1 span{color:#8a3d26}.blog-subtitle{font-family:Inter,sans-serif;font-size:17px;line-height:1.7;margin-top:14px;color:#2d1f18}.blog-left{border-left:4px solid #C4622D;padding-left:20px}.blog-right{display:none!important}@media(max-width:1200px){.blog-hero-section{height:450px}.blog-left{max-width:500px}}@media(max-width:992px){.blog-hero-section{height:400px}.blog-left{max-width:400px}.blog-left h1{font-size:36px}.blog-subtitle{font-size:15px}}@media(max-width:768px){.blog-hero-section{height:350px;padding-left:5%;padding-right:5%}.blog-left{max-width:100%;border-left:2px solid #6E2E1C;padding-left:10px}.blog-left h1{font-size:28px}.blog-subtitle{font-size:14px}.breadcrumb-box{padding:15px 40px}}@media(max-width:480px){.blog-hero-section{height:300px}.blog-left h1{font-size:24px}.blog-subtitle{font-size:13px}.breadcrumb-box{padding:10px 20px;font-size:16px}.breadcrumb-box span{font-size:16px}}.blog-container{max-width:1200px;margin:auto;padding:60px 20px}.blog-heading{text-align:center;font-size:34px;margin-bottom:50px;font-weight:700}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.blog-card{background:#fff;border-radius:14px;overflow:hidden;transition:.3s ease;box-shadow:0 6px 18px #00000014;display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-8px);box-shadow:0 14px 30px #0000001f}.blog-image{width:100%;height:220px;overflow:hidden}.blog-image img{width:100%;height:100%;object-fit:cover}.blog-content{padding:18px;display:flex;flex-direction:column;height:100%}.blog-date{font-size:12px;color:#888;margin-bottom:6px}.blog-title{font-size:18px;font-weight:600;margin-bottom:8px}.blog-desc{font-size:14px;color:#555;line-height:1.5;margin-bottom:15px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.read-btn{margin-top:auto;padding:10px 16px;border:none;background:linear-gradient(135deg,#000,#333);color:#fff;border-radius:6px;cursor:pointer;font-size:14px;transition:.3s}.read-btn:hover{background:linear-gradient(135deg,#333,#000);transform:translateY(-2px)}.load-more-wrap{text-align:center;margin-top:40px}.load-btn{padding:12px 28px;border:none;background:#000;color:#fff;border-radius:6px;cursor:pointer}.blog-msg{text-align:center;color:#777}.blog-error{text-align:center;color:red}@media(max-width:992px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.blog-grid{grid-template-columns:1fr}.blog-image{height:200px}}.blog-container{padding:50px 20px;background:#f8fafc}.blog-header{text-align:center;margin-bottom:40px}.blog-heading{font-size:32px;font-weight:700;color:#111}.blog-subtitle{color:#666;margin-top:6px}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:25px}.blog-card{background:#fff;border-radius:16px;overflow:hidden;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 20px #0000000f}.blog-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #0000001f}.blog-image{position:relative;overflow:hidden}.blog-image img{width:100%;height:200px;object-fit:cover;transition:transform .5s ease}.blog-card:hover .blog-image img{transform:scale(1.1)}.blog-badge{position:absolute;top:12px;left:12px;background:#2563eb;color:#fff;padding:5px 10px;font-size:12px;border-radius:20px}.blog-content{padding:16px}.blog-date{font-size:12px;color:#888}.blog-title{font-size:18px;font-weight:600;margin:8px 0;color:#111}.blog-desc{font-size:14px;color:#555;line-height:1.5}.read-more-btn{margin-top:12px;background:transparent;border:none;color:#2563eb;font-weight:600;cursor:pointer}.read-more-btn:hover{text-decoration:underline}.load-more-wrap{text-align:center;margin-top:30px}.load-btn{padding:10px 22px;border:none;background:#111;color:#fff;border-radius:8px;cursor:pointer}.load-btn:hover{background:#333}.blog-msg,.blog-error{text-align:center;margin-top:20px}:root{--page-bg: #f7fafc;--card-bg: #ffffff;--muted: #6b7280;--muted-2: #9aa0a6;--text: #071029;--accent: #de2f2f;--accent-2: #2b6cb0;--glass: rgba(255,255,255,.7);--card-border: rgba(13,24,35,.06);--card-shadow: 0 8px 30px rgba(11,18,32,.06);--radius: 12px;--gap: 22px;--max-width: 1360px;--transition-fast: .18s cubic-bezier(.2,.9,.2,1);--transition-smooth: .42s cubic-bezier(.2,.9,.2,1);--text-weak: #475569;--tag-bg: #f3f6f9;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}body{background:var(--page-bg);color:var(--text);margin:0}img{display:block;max-width:100%}.blogdetailssection-container{display:grid;grid-template-columns:1fr 360px;gap:28px;padding:32px;max-width:var(--max-width);margin:18px auto;align-items:start}.blogdetailssection-container.is-mounted .blogdetailssection-article-card,.blogdetailssection-container.is-mounted .blogdetailssection-widget--card{transform:translateY(0);opacity:1}.blogdetailssection-article-card,.blogdetailssection-widget--card{transform:translateY(10px);opacity:0;transition:transform var(--transition-smooth),opacity var(--transition-smooth),box-shadow var(--transition-fast)}.blogdetailssection-container.is-mounted .blogdetailssection-widget--card:nth-child(1){transition-delay:70ms}.blogdetailssection-container.is-mounted .blogdetailssection-widget--card:nth-child(2){transition-delay:.14s}.blogdetailssection-container.is-mounted .blogdetailssection-widget--card:nth-child(3){transition-delay:.21s}.blogdetailssection-article-card{background:var(--card-bg);border-radius:var(--radius);overflow:hidden;border:1px solid var(--card-border);box-shadow:var(--card-shadow);transition:transform var(--transition-fast),box-shadow var(--transition-fast)}.blogdetailssection-article-card:hover{transform:translateY(-6px);box-shadow:0 18px 50px #0b12201a}.blogdetailssection-hero-media{margin:0;overflow:hidden;position:relative}.blogdetailssection-hero-media img{width:100%;height:520px;object-fit:cover;display:block;transform-origin:center;transition:transform .7s cubic-bezier(.2,.9,.2,1),filter .42s;will-change:transform;filter:saturate(1) contrast(.98)}.blogdetailssection-article-card:hover .blogdetailssection-hero-media img{transform:scale(1.03) translateY(-6px);filter:saturate(1.05) contrast(1.02)}.blogdetailssection-hero-media:after{content:"";position:absolute;inset:auto 0 0;height:45%;background:linear-gradient(180deg,#0000,#07102814 40%,#07102824);pointer-events:none}.blogdetailssection-article-body{padding:28px 32px;display:flex;flex-direction:column;gap:18px}.blogdetailssection-article-meta2{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--text-weak)}.blogdetailssection-article-meta2 .meta-icon{font-size:16px;color:var(--text-weak)}.blogdetailssection-article-title2{font-size:clamp(26px,3.6vw,36px);line-height:1.12;margin:0;font-weight:700;color:var(--text);letter-spacing:-.02em;text-wrap:balance;transition:color var(--transition-fast)}.blogdetailssection-article-content{font-size:16px;color:#324152;line-height:1.8;display:flex;flex-direction:column;gap:18px;margin-top:6px}.blogdetailssection-quote-box{display:flex;flex-direction:column;gap:8px;background:linear-gradient(180deg,#fff,#fbfdff);border-left:4px solid var(--accent);padding:20px;border-radius:10px;box-shadow:0 6px 22px #0b122008}.quote-icon{font-size:40px;color:var(--accent)}.quote-text{font-style:italic;color:#243241;margin:0}.quote-author{font-weight:700;color:var(--text)}.blogdetailssection-author-card{margin-top:20px;background:linear-gradient(180deg,#fff,#fff);border-radius:12px;padding:28px;border:1px solid var(--card-border);box-shadow:0 10px 30px #0b12200a}.blogdetailssection-author-inner{max-width:920px;margin:0 auto;text-align:center;display:flex;gap:14px;align-items:center;flex-direction:column}.blogdetailssection-author-avatar{width:110px;height:110px;border-radius:999px;overflow:hidden;display:grid;place-items:center;background:linear-gradient(180deg,#2b6cb00f,#00000005);padding:5px;transition:transform var(--transition-fast),box-shadow var(--transition-fast)}.blogdetailssection-author-avatar img{width:100%;height:100%;object-fit:cover;border-radius:999px;display:block}.blogdetailssection-author-card:hover .blogdetailssection-author-avatar{transform:translateY(-6px)}.blogdetailssection-author-name{font-size:20px;font-weight:700;color:var(--text);margin:2px 0 0}.blogdetailssection-author-bio{max-width:880px;color:#51626e;font-size:15px;line-height:1.7;margin-top:8px}.blogdetailssection-author-socials{display:flex;gap:12px;margin-top:8px}.blogdetailssection-author-socials a{width:36px;height:36px;display:inline-grid;place-items:center;color:#6f7f8e;background:transparent;border-radius:8px;transition:transform var(--transition-fast),background var(--transition-fast),color var(--transition-fast);text-decoration:none;border:1px solid rgba(11,18,32,.03)}.blogdetailssection-author-socials a:hover{transform:translateY(-6px) scale(1.03);color:var(--accent-2);background:#2b6cb00f}.blogdetailssection-sidebar{position:sticky;top:26px;align-self:start}.blogdetailssection-widget--card{background:var(--card-bg);border-radius:12px;padding:18px;border:1px solid var(--card-border);box-shadow:0 12px 32px #0b12200a;margin-bottom:18px}.blogdetailssection-widget-title{font-size:18px;margin:0 0 12px;color:var(--text);font-weight:700}.blogdetailssection-widget-search{display:flex;gap:12px}.blogdetailssection-widget-search-input{flex:1;height:48px;border-radius:10px;border:1px solid #eef3f7;padding:12px 14px;font-size:14px;background:#fbfdff;transition:box-shadow var(--transition-fast),transform var(--transition-fast)}.blogdetailssection-widget-search-input:focus{outline:none;box-shadow:0 10px 30px #0b12200f;transform:translateY(-2px)}.blogdetailssection-widget-search-btn{width:52px;height:48px;border-radius:10px;background:linear-gradient(180deg,var(--accent),#b92a2a);border:none;color:#fff;display:grid;place-items:center;font-size:18px;cursor:pointer;box-shadow:0 8px 26px #df36361f}.blogdetailssection-widget-search-btn:hover{transform:translateY(-4px)}.blogdetailssection-widget-categories{list-style:none;padding:0;margin:0}.blogdetailssection-widget-categories-item{display:flex;justify-content:space-between;align-items:center;padding:12px 6px;border-bottom:1px dashed rgba(11,18,32,.04)}.blogdetailssection-widget-categories-item:last-child{border-bottom:none}.blogdetailssection-cat-link{color:#0b2b4a;font-size:15px;font-weight:600;text-decoration:none}.blogdetailssection-cat-link:hover{text-decoration:underline;color:var(--accent-2)}.blogdetailssection-cat-count{background:linear-gradient(180deg,#fff,#fff0f0);color:#c74a4a;font-weight:800;font-size:12px;min-width:36px;height:36px;border-radius:999px;display:grid;place-items:center;padding:0 8px}.blogdetailssection-trending-list{list-style:none;margin:0;padding:0}.blogdetailssection-trending-item{padding:12px 6px;border-bottom:1px dashed rgba(11,18,32,.04);display:flex;align-items:center}.blogdetailssection-trending-item:last-child{border-bottom:none}.blogdetailssection-trending-link{display:flex;gap:12px;text-decoration:none;color:inherit;width:100%;align-items:center;perspective:800px}.trending-thumb-wrap{width:66px;height:55px;flex-shrink:0;border-radius:8px;overflow:hidden;display:grid;place-items:center;transition:transform var(--transition-smooth)}.blogdetailssection-trending-link:hover .trending-thumb-wrap{transform:rotateY(12deg) translateY(-4px) scale(1.03)}.blogdetailssection-trending-thumb{width:100%;height:100%;object-fit:cover;display:block;border:1px solid rgba(11,18,32,.03)}.blogdetailssection-trending-meta{display:flex;flex-direction:column;gap:6px;min-width:0}.blogdetailssection-trending-title{font-size:14px;font-weight:700;color:var(--text);line-height:1.2;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.blogdetailssection-trending-time{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12.5px}.blogdetailssection-time-icon{font-size:15px;color:var(--muted)}.blogdetailssection-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.blogdetailssection-tag-btn{background:var(--tag-bg);border:0;padding:9px 14px;border-radius:10px;color:#15324b;font-weight:700;cursor:pointer;box-shadow:inset 0 1px #fff9;transition:transform var(--transition-fast),background var(--transition-fast),box-shadow var(--transition-fast);font-size:13.5px}.blogdetailssection-tag-btn:hover{transform:translateY(-6px);background:#2b6cb00f;box-shadow:0 8px 26px #2b6cb00a}.blogdetailssection-comments{margin-top:26px}.comments-heading{font-size:20px;font-weight:700;margin-bottom:14px;color:var(--text)}.comments-list{list-style:none;margin:0;padding:0}.comment-item{display:grid;grid-template-columns:76px 1fr auto;gap:20px;align-items:start;padding:28px 0;border-bottom:1px solid rgba(14,20,28,.04);position:relative;background:transparent}.comment-item:last-child{border-bottom:none}.comment-avatar-wrap{display:block;width:76px;height:76px;border-radius:999px;overflow:hidden;display:grid;place-items:center}.comment-avatar{width:76px;height:76px;object-fit:cover;border-radius:999px;display:block;border:3px solid rgba(250,250,250,.95);box-shadow:0 6px 20px #0b12200a;transition:transform .22s ease}.comment-item:hover .comment-avatar{transform:translateY(-4px)}.comment-content{min-width:0}.comment-top{display:flex;align-items:baseline;gap:18px;justify-content:space-between;flex-wrap:wrap}.comment-author-wrap{display:flex;align-items:center;gap:10px}.comment-author{font-size:18px;font-weight:700;color:var(--text)}.comment-bookmark{display:inline-block;width:14px;height:14px;font-size:12px;color:#c2c5db;transform:translateY(-1px)}.comment-date{color:var(--accent);font-weight:700;font-size:12px;letter-spacing:.6px;text-transform:uppercase}.comment-text{margin:12px 0 0;color:#55636a;line-height:1.75;font-size:15px;max-width:82ch}.comment-reply{background:transparent;border:none;color:#9aa8b6;display:inline-flex;gap:8px;align-items:center;cursor:pointer;font-size:14px;padding:8px 10px;justify-self:end;transition:color var(--transition-fast),transform var(--transition-fast)}.comment-reply .reply-icon{transform:rotate(-15deg);font-size:18px;transition:transform var(--transition-fast)}.comment-reply:hover{color:#648296;transform:translate(6px)}.comment-reply:hover .reply-icon{transform:rotate(-5deg)}.comment-reply:focus{outline:3px solid rgba(43,108,176,.12);outline-offset:4px}.comment-item+.comment-item{margin-top:10px}.blogdetailssection-postcomment{margin-top:20px}.postcomment-heading{font-size:18px;font-weight:700;margin-bottom:12px}.postcomment-form{display:block}.postcomment-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}.postcomment-input{width:100%;padding:12px 14px;border:1px solid #e9eef2;border-radius:8px;font-size:14px;background:#fff;transition:box-shadow var(--transition-fast),transform var(--transition-fast)}.postcomment-input:focus{outline:none;box-shadow:0 10px 30px #0b12200f;transform:translateY(-4px)}.postcomment-textarea{width:100%;padding:14px;border-radius:10px;border:1px solid #e9eef2;font-size:14px;resize:vertical;min-height:140px;transition:box-shadow var(--transition-fast)}.postcomment-textarea:focus{outline:none;box-shadow:0 10px 30px #0b12200f}.postcomment-submit{background:linear-gradient(180deg,var(--accent),#b92a2a);color:#fff;padding:12px 22px;border:0;border-radius:10px;font-weight:800;cursor:pointer;transition:transform var(--transition-fast),box-shadow var(--transition-fast);box-shadow:0 12px 36px #df363624}.postcomment-submit:hover{transform:translateY(-6px);box-shadow:0 18px 48px #df36362e}@media(max-width:1100px){.blogdetailssection-container{grid-template-columns:1fr 320px;padding:24px;gap:22px}.blogdetailssection-hero-media img{height:480px}}@media(max-width:980px){.blogdetailssection-container{grid-template-columns:1fr;padding:18px}.blogdetailssection-sidebar{position:relative;top:auto}.blogdetailssection-hero-media img{height:420px}.blogdetailssection-author-inner{padding:0 12px}}@media(max-width:720px){.comment-reply{position:static;margin-left:auto;display:inline-flex}.postcomment-row{grid-template-columns:1fr}.blogdetailssection-hero-media img{height:360px}.blogdetailssection-author-avatar{width:96px;height:96px}.blogdetailssection-author-card{padding:20px}.comment-item{grid-template-columns:64px 1fr;gap:14px}.comment-reply{justify-self:start;align-self:center}}@media(max-width:480px){.blogdetailssection-hero-media img{height:240px}.blogdetailssection-container{padding:12px;gap:12px}.blogdetailssection-widget--card{padding:14px}.blogdetailssection-widget-search-input,.blogdetailssection-widget-search-btn{height:44px}.blogdetailssection-trending-thumb{width:64px;height:52px}.blogdetailssection-trending-title{max-width:165px}.comment-avatar,.comment-avatar-wrap{width:64px;height:64px}.blogdetailssection-author-avatar{width:84px;height:84px}.postcomment-textarea{min-height:120px}}a:focus,button:focus,input:focus,textarea:focus{outline:3px solid rgba(43,108,176,.12);outline-offset:2px;border-radius:8px}.bestsellers-wrapper{width:100%;background:#fff}.bestsellers-hero-section{width:100%;height:550px;background-size:cover;background-position:center right;background-repeat:no-repeat;display:flex;align-items:center;padding-left:5%}.bestsellers-left{max-width:600px;border-left:4px solid #6E2E1C;padding-left:22px}.bestsellers-left h1{font-family:Merriweather,serif;font-size:48px;font-weight:900;line-height:1.2;color:#8a3d26}.bestsellers-left h1 span{color:#8a3d26}.bestsellers-subtitle{font-family:Inter,sans-serif;font-size:17px;line-height:1.7;margin-top:14px;color:#2d1f18}.bestsellers-left{border-left:4px solid #C4622D;padding-left:20px}.bestsellers-right{display:none!important}@media(max-width:1200px){.bestsellers-hero-section{height:450px}.bestsellers-left{max-width:500px}}@media(max-width:992px){.bestsellers-hero-section{height:400px}.bestsellers-left{max-width:400px}.bestsellers-left h1{font-size:36px}.bestsellers-subtitle{font-size:15px}}@media(max-width:768px){.bestsellers-hero-section{height:350px;padding-left:5%;padding-right:5%}.bestsellers-left{max-width:100%;border-left:2px solid #6E2E1C;padding-left:10px}.bestsellers-left h1{font-size:28px}.bestsellers-subtitle{font-size:14px}.breadcrumb-box{padding:15px 40px}}@media(max-width:480px){.bestsellers-hero-section{height:300px}.bestsellers-left h1{font-size:24px}.bestsellers-subtitle{font-size:13px}.breadcrumb-box{padding:10px 20px;font-size:16px}.breadcrumb-box span{font-size:16px}}:root{--bg: #fafbfd;--panel: #fff;--accent: #d01111;--accent-2: #b80101;--muted: #6b7280;--radius: 16px;--gap: 22px;--shadow-card: 0 10px 30px rgba(9,18,30,.06);--shadow-float: 0 12px 28px rgba(208,35,35,.12);--max-width: 1400px;font-family:Inter,system-ui,sans-serif}body{background:var(--bg);color:#0b1b2b}.bestselling-section{max-width:var(--max-width);margin:32px auto;padding:28px;opacity:0;transform:translateY(6px);transition:opacity .45s ease,transform .45s ease}.bestselling-section.mounted{opacity:1;transform:none}.bestselling-topbar{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:28px}.left-controls{display:flex;align-items:center;gap:18px}.filter-btn{display:flex;align-items:center;gap:10px;padding:10px 18px;border-radius:999px;background:transparent;color:var(--accent);border:2px solid var(--accent);font-weight:600;cursor:pointer;transition:.2s}.filter-btn:hover{background:var(--accent);color:#fff;transform:translateY(-3px)}.summary{display:flex;align-items:center;gap:6px;color:var(--muted);font-weight:600}.summary .count{background:#fff;padding:6px 10px;font-size:18px;font-weight:800;border-radius:10px}.view-toggle{display:flex;gap:10px}.view-btn{width:46px;height:46px;border-radius:12px;border:1px solid rgba(20,25,30,.08);display:grid;place-items:center;background:transparent;cursor:pointer;transition:.18s}.view-btn:hover{transform:translateY(-3px)}.view-btn.active{background:linear-gradient(180deg,var(--accent),var(--accent-2));color:#fff;border-color:transparent;box-shadow:0 10px 25px #d0232324}.bestselling-grid{display:grid;gap:28px}.bestselling-grid.grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.bestselling-grid.list{display:flex;flex-direction:column}.product-card{background:var(--panel);border-radius:var(--radius);border:1px solid rgba(10,20,30,.04);box-shadow:var(--shadow-card);overflow:hidden;opacity:0;transform:translateY(10px);animation:fadeUp .45s ease forwards}@keyframes fadeUp{to{opacity:1;transform:none}}.product-media{position:relative;overflow:hidden}.product-media img{width:100%;height:220px;object-fit:cover;transition:transform .55s cubic-bezier(.2,.9,.2,1)}.product-card:hover img{transform:scale(1.08)}.media-top{position:absolute;top:12px;left:12px;right:12px;display:flex;justify-content:space-between;pointer-events:none}.badge{background:var(--accent);color:#fff;padding:6px 12px;border-radius:999px;font-size:13px;font-weight:700;pointer-events:auto}.media-actions{display:flex;gap:8px;pointer-events:auto}.view-btn-media{width:42px;height:42px;border-radius:10px;border:none;background:#fffffff2;display:grid;place-items:center;cursor:pointer;opacity:0;transform:translateY(6px);transition:opacity .18s,transform .18s}.product-card:hover .view-btn-media{opacity:1;transform:translateY(0)}.quick-add{position:absolute;left:50%;bottom:-35px;transform:translate(-50%);opacity:0;transition:all .32s cubic-bezier(.2,.9,.2,1)}.product-card:hover .quick-add{bottom:18px;opacity:1}.quick-add button{background:var(--accent);color:#fff;padding:10px 16px;border-radius:999px;font-weight:700;border:none;display:flex;gap:8px;align-items:center;cursor:pointer;box-shadow:var(--shadow-float)}.quick-add.added button{background:linear-gradient(90deg,#2b7a2b,#145a14)}.product-body{padding:18px 20px 22px}.meta-row{display:flex;justify-content:space-between;margin-bottom:6px}.brand{font-size:12px;letter-spacing:1.5px;color:var(--muted);font-weight:700}.rating{display:flex;gap:6px;align-items:center;color:#b58100}.product-title{margin:6px 0 12px;font-size:16px;font-weight:700;line-height:1.35}.price-row{display:flex;justify-content:space-between;align-items:center}.prices{display:flex;flex-direction:column}.new-price{font-size:18px;font-weight:800}.old-price{font-size:14px;color:#9aa0a6;text-decoration:line-through}.stock.oos{color:#c02626;font-weight:700}.desc{margin-top:12px;line-height:1.65}.bestselling-grid.list .product-card{display:grid;grid-template-columns:260px 1fr;gap:22px}.bestselling-grid.list .product-media img{min-height:240px;height:100%}.filter-panel{position:fixed;top:0;left:-420px;width:380px;height:100vh;background:var(--panel);padding:28px;border-right:1px solid rgba(10,20,30,.05);transition:.36s cubic-bezier(.2,.9,.2,1);box-shadow:0 30px 80px #0c121638;z-index:9999;overflow-y:auto}.filter-panel.open{left:0}.overlay{position:fixed;inset:0;background:#00000075;z-index:9990}.filter-header{display:flex;justify-content:space-between;align-items:center}.filter-title{font-size:24px;font-weight:800}.filter-sub{font-size:13px;color:var(--muted)}.close-btn{width:44px;height:44px;border-radius:12px;border:1px solid rgba(0,0,0,.1);display:grid;place-items:center;background:transparent;cursor:pointer;transition:transform .12s}.close-btn:hover{transform:translateY(-3px)}.filter-body{margin-top:22px;display:flex;flex-direction:column;gap:26px}.filter-block{display:flex;flex-direction:column;gap:10px}.filter-label{font-weight:700}.filter-select{display:flex;flex-direction:column;gap:8px;position:relative}.select-option{padding:12px 14px;border-radius:12px;background:transparent;border:none;font-weight:600;text-align:left;cursor:pointer;transition:.12s}.select-option:hover{background:#0000000a}.select-option.sel{background:#fff;box-shadow:0 8px 24px #1018280f}.select-option.main{display:flex;justify-content:space-between;align-items:center}.chev{transition:transform .18s}.chev.open{transform:rotate(180deg)}.sort-dropdown{margin-top:6px;border-radius:10px;background:#fff;overflow:hidden;border:1px solid rgba(10,20,30,.04);box-shadow:0 8px 28px #0c121e0f;display:flex;flex-direction:column}.sort-opt{padding:10px 12px;border:none;background:transparent;text-align:left;cursor:pointer;font-weight:700;border-bottom:1px solid rgba(0,0,0,.03)}.sort-opt:last-child{border-bottom:none}.sort-opt:hover{background:#00000008}.sort-opt.active{background:linear-gradient(90deg,#d01b1b0f,#b808080a);color:var(--accent)}.legacy-options{display:block}.toggle-row{display:flex;align-items:center;gap:14px;cursor:pointer}.toggle{width:52px;height:28px;border-radius:999px;background:#e4e4e4;position:relative;transition:.25s}.toggle span{position:absolute;top:3px;left:3px;width:22px;height:22px;background:#fff;border-radius:50%;transition:left .18s}.toggle.on{background:linear-gradient(90deg,var(--accent),var(--accent-2))}.toggle.on span{left:27px}.price-inputs{display:flex;gap:12px}.price-inputs input{width:120px;padding:12px;border-radius:10px;border:1px solid rgba(12,20,30,.1)}.to{color:var(--muted)}.range-visual{margin-top:6px;height:12px;position:relative}.range-visual .track{height:6px;background:#eef2f4;border-radius:12px}.thumb{position:absolute;top:-6px;width:18px;height:18px;background:#fff;border-radius:50%;border:2px solid rgba(10,20,30,.1)}.filter-actions{display:flex;gap:12px}.apply-btn{flex:1;padding:12px;border-radius:12px;background:linear-gradient(180deg,var(--accent),var(--accent-2));color:#fff;font-weight:700;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px}.reset-btn{padding:12px 16px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;cursor:pointer}.detail-modal{position:fixed;inset:0;z-index:10050;display:flex;align-items:center;justify-content:center}.detail-backdrop{position:fixed;inset:0;background:#00000073}.detail-panel{position:relative;width:min(980px,92%);background:var(--panel);border-radius:12px;overflow:hidden;box-shadow:0 40px 120px #080c1480;z-index:10060}.detail-header{padding:18px 20px;border-bottom:1px solid rgba(0,0,0,.04);display:flex;justify-content:space-between;align-items:center}.detail-header h2{font-size:18px;margin:0}.detail-close{width:44px;height:44px;border-radius:10px;background:transparent;border:none;display:grid;place-items:center;cursor:pointer}.detail-body{display:grid;grid-template-columns:1fr 1fr;padding:18px;gap:12px}.detail-media img{width:100%;height:100%;object-fit:cover;border-radius:8px}.detail-info{display:flex;flex-direction:column;gap:12px}.detail-prices{display:flex;gap:12px;align-items:center}.detail-new{font-size:22px;font-weight:900}.detail-old{text-decoration:line-through;color:#9aa0a6}.detail-off{padding:6px 8px;background:linear-gradient(90deg,var(--accent),var(--accent-2));color:#fff;border-radius:8px;font-weight:800}.detail-meta{display:flex;gap:12px;color:var(--muted)}.detail-desc{color:#374151;line-height:1.6}.detail-actions{display:flex;gap:12px;margin-top:8px}@media(max-width:880px){.detail-body{grid-template-columns:1fr}.detail-media img{height:320px}}@media(max-width:1100px){.bestselling-grid.grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.product-media img{height:200px}}@media(max-width:780px){.bestselling-topbar{flex-direction:column;align-items:flex-start}.bestselling-section{padding:20px}.bestselling-grid.grid{grid-template-columns:repeat(2,1fr)}.filter-panel{width:100%;left:-100%}}@media(max-width:480px){.bestselling-grid.grid{grid-template-columns:1fr}.product-media img{height:160px}.bestselling-grid.list .product-card{grid-template-columns:1fr}.sort-dropdown{right:0}}:root{--primary-font: "Playfair Display", serif;--secondary-font: "Montserrat", sans-serif;--dark-color: #111111;--light-gray: #f5f5f5;--accent-orange: #f3a83b;--red-badge: #e64a3b}.ProductsContainer{font-family:var(--secondary-font);padding:20px;max-width:1400px;margin:0 auto;position:relative;color:var(--dark-color)}.ProductsHeaderTitle{font-family:var(--primary-font);font-size:2.8rem;text-align:center;margin-top:20px;margin-bottom:40px;font-weight:400}.ProductsMainLayout{display:flex;gap:40px;position:relative}.ProductsSidebar{width:250px;position:fixed;top:180px;bottom:20px;overflow-y:auto;flex-shrink:0;z-index:10;padding-right:15px}.ProductsGridArea{flex-grow:1;margin-left:290px}.ProductsFilterHeading{font-family:var(--primary-font);font-size:1.4rem;margin-bottom:15px}.ProductsDivider{border:0;border-top:1px solid #e0e0e0;margin:15px 0}.ProductsFilterToggleBtn{display:flex;justify-content:space-between;align-items:center;width:100%;background:none;border:none;font-size:1rem;font-weight:500;padding:10px 0;cursor:pointer;text-align:left}.ProductsFilterContent{max-height:0;overflow:hidden;transition:max-height .3s ease-in-out,padding .3s ease;display:flex;flex-direction:column;gap:12px}.ProductsFilterContent.isOpen{max-height:200px;padding:10px 0}.ProductsCheckboxLabel{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:.95rem}.ProductsPriceSliderWrapper{padding:10px 5px}.ProductsSliderRange{width:100%;accent-color:#333;margin-bottom:15px}.ProductsPriceInputRow{display:flex;align-items:center;justify-content:space-between;gap:10px}.ProductsPriceFieldBox{display:flex;align-items:center;border:1px solid #ccc;padding:5px 8px;width:85px}.ProductsPriceFieldBox span{color:#777;margin-right:4px}.ProductsPriceFieldBox input{width:100%;border:none;outline:none;font-size:.9rem}.ProductsPriceToText{font-size:.9rem;color:#777}.ProductsToolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.ProductsCountText{font-size:.9rem;color:#555}.ProductsSortDropdownWrapper{position:relative;display:flex;align-items:center;gap:10px}.ProductsSortLabel{font-size:.9rem;color:#666}.ProductsSortDropdownBtn{background:none;border:none;font-size:.9rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:5px}.ProductsSortMenu{position:absolute;top:100%;right:0;background:#fff;border:1px solid #e0e0e0;list-style:none;padding:10px 0;margin-top:5px;width:220px;z-index:100;box-shadow:0 4px 12px #00000014}.ProductsSortMenu li{padding:10px 20px;font-size:.85rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.ProductsSortMenu li:hover,.ProductsSortMenu li.isActive{background:#fcfcfc;font-weight:600}.ProductsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.ProductsCard{background:#fff;display:flex;flex-direction:column}.ProductsCardImageWrapper{position:relative;background-color:#f9f9f9;overflow:hidden;aspect-ratio:3/4}.ProductsCardImage{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.ProductsCard:hover .ProductsCardImage{transform:scale(1.02)}.ProductsSaveBadge{position:absolute;top:12px;left:12px;background-color:var(--red-badge);color:#fff;padding:4px 8px;font-size:.7rem;font-weight:700;cursor:pointer;z-index:2}.ProductsSoldOutBadge{position:absolute;top:12px;left:12px;background-color:#555;color:#fff;padding:4px 8px;font-size:.7rem;font-weight:700;z-index:2}.ProductsHoverAddToCartBtn{position:absolute;bottom:0;left:0;width:100%;background:#fffffff2;border:none;padding:14px;font-weight:500;font-size:.9rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transform:translateY(100%);transition:transform .25s ease;z-index:3}.ProductsCardImageWrapper:hover .ProductsHoverAddToCartBtn{transform:translateY(0)}.ProductsCardInfo{padding:15px 0;text-align:left}.ProductsCardTitle{font-size:.88rem;font-weight:400;line-height:1.4;margin-bottom:8px;color:#333;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.ProductsCardPriceRow{display:flex;gap:10px;align-items:center;font-size:.95rem}.ProductsCurrentPrice{color:var(--red-badge);font-weight:500}.ProductsOldPrice{color:#888;text-decoration:line-through}.ProductsStickyReviewsTab{position:fixed;right:0;top:50%;transform:translateY(-50%) rotate(-90deg);transform-origin:right bottom;background:#111;color:#fff;padding:10px 18px;font-size:.85rem;letter-spacing:1px;cursor:pointer;z-index:99}.ProductsWhatsAppFloat{position:fixed;bottom:25px;right:25px;background-color:#25d366;color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;box-shadow:0 4px 10px #00000026;z-index:99}.ProductsCartDrawerBackdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;z-index:1000;opacity:0;pointer-events:none;transition:opacity .3s ease}.ProductsCartDrawerBackdrop.isOpen{opacity:1;pointer-events:auto}.ProductsCartDrawer{position:fixed;top:0;right:0;width:440px;max-width:100%;height:100%;background:#fff;box-shadow:-4px 0 20px #00000026;transform:translate(100%);transition:transform .3s ease-in-out;display:flex;flex-direction:column}.ProductsCartDrawerBackdrop.isOpen .ProductsCartDrawer{transform:translate(0)}.ProductsCartDrawerHeader{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #eee}.ProductsCartDrawerHeader h3{font-size:1.1rem;font-weight:500}.ProductsCloseDrawerBtn{background:none;border:none;font-size:1.2rem;cursor:pointer}.ProductsCartDrawerBody{flex-grow:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column}.ProductsCartDrawerItemRow{display:flex;gap:15px;margin-bottom:25px}.ProductsCartDrawerImg{width:75px;height:95px;object-fit:cover}.ProductsCartDrawerItemDetails{flex-grow:1}.ProductsCartItemTitle{font-size:.85rem;line-height:1.4;margin-bottom:10px}.ProductsQuantitySelector{display:flex;align-items:center;border:1px solid #ccc;width:fit-content}.ProductsQuantitySelector.spaceTop{margin-top:10px}.ProductsQuantitySelector button{background:none;border:none;padding:6px 12px;cursor:pointer}.ProductsQuantitySelector input{width:32px;text-align:center;border:none;outline:none;font-size:.9rem}.ProductsRemoveItemBtn{background:none;border:none;text-decoration:underline;margin-left:15px;font-size:.8rem;color:#777;cursor:pointer}.ProductsCartDrawerItemPrices{text-align:right;display:flex;flex-direction:column;gap:4px}.ProductsDrawerCurrPrice{color:var(--red-badge);font-size:.95rem;font-weight:500}.ProductsDrawerOldPrice{color:#999;text-decoration:line-through;font-size:.82rem}.ProductsCrossSellSection{background-color:#faf7f2;padding:15px;margin-top:20px;margin-bottom:20px}.ProductsCrossSellSection h4{font-size:.75rem;letter-spacing:1px;margin-bottom:15px;color:#666}.ProductsCrossSellCard{display:flex;align-items:center;gap:15px;margin-bottom:15px}.ProductsCrossSellCard img{width:55px;height:55px;object-fit:cover}.ProductsCrossSellCard div{flex-grow:1}.ProductsCrossSellCard h5{font-size:.82rem;font-weight:400;margin-bottom:4px}.ProductsCrossSellCard p{font-size:.85rem;font-weight:500}.ProductsCrossSellCard button{background:none;border:none;font-size:.8rem;text-decoration:underline;cursor:pointer;padding:0;color:#444}.ProductsCartDrawerFooter{border-top:1px solid #eee;padding-top:15px;margin-top:auto}.ProductsFooterNotesWrapper{display:flex;flex-direction:column;gap:5px;margin-bottom:15px}.ProductsAddNoteLink{font-size:.85rem;text-decoration:underline;cursor:pointer;color:#555}.ProductsTaxCalculationNotice{font-size:.8rem;color:#777}.ProductsCheckoutBtn{width:100%;background-color:#111;color:#fff;border:none;padding:16px;font-weight:700;letter-spacing:1px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px}.ProductsModalBackdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.ProductsModalContent{background:#fff;width:1050px;max-width:100%;max-height:90vh;overflow-y:auto;position:relative;padding:35px}.ProductsModalCloseBtn{position:absolute;top:20px;right:20px;background:none;border:none;font-size:1.4rem;cursor:pointer;z-index:5}.ProductsModalFlexLayout{display:flex;gap:40px}.ProductsModalImageContainer{flex:1;max-width:50%}.ProductsModalMainImg{width:100%;height:auto;object-fit:contain}.ProductsModalInfoContainer{flex:1;text-align:left}.ProductsModalBrandTag{font-size:.75rem;letter-spacing:1.5px;color:#777;display:block;margin-bottom:10px}.ProductsModalTitleText{font-family:var(--primary-font);font-size:1.8rem;font-weight:400;line-height:1.3;margin-bottom:15px}.ProductsModalPriceBlock{display:flex;align-items:center;gap:15px;margin-bottom:5px}.ProductsModalPrice{font-size:1.3rem;color:var(--red-badge);font-weight:600}.ProductsModalOldPrice{font-size:1.1rem;color:#888;text-decoration:line-through}.ProductsModalSaveBadge{background-color:var(--red-badge);color:#fff;padding:3px 8px;font-size:.75rem;font-weight:700}.ProductsTaxLabel{font-size:.8rem;color:#666;margin-bottom:20px}.ProductsModalRatingRow{display:flex;align-items:center;gap:10px;margin-bottom:25px}.ProductsStarFilled{color:var(--accent-orange);font-size:.9rem}.ProductsReviewsCountText{font-size:.85rem;color:#555}.ProductsConfigLabel{font-size:.85rem;color:#444}.ProductsModalActionAddToCart{width:100%;background-color:var(--accent-orange);color:#fff;border:none;padding:14px;font-weight:700;margin-top:25px;margin-bottom:10px;cursor:pointer;letter-spacing:1px}.ProductsModalActionBuyNow{width:100%;background-color:#111;color:#fff;border:none;padding:14px;font-weight:700;cursor:pointer;letter-spacing:1px;margin-bottom:25px}.ProductsTrustBadgesBlock{border-top:1px solid #eee;padding-top:20px;font-size:.85rem;color:#444}.ProductsTrustBadgesBlock p{font-weight:600;margin-bottom:8px}.ProductsTrustBadgesBlock ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:5px}.ProductsShareBlockRow{display:flex;align-items:center;gap:15px;margin-top:25px;font-size:.9rem;color:#666}.ProductsShareBlockRow span{margin-right:5px}.ProductsShareBlockRow svg{cursor:pointer}@media(max-width:1100px){.ProductsGrid{grid-template-columns:repeat(2,1fr)}}@media(max-width:850px){.ProductsMainLayout{flex-direction:column}.ProductsSidebar{position:relative;width:100%;top:0;bottom:auto;overflow-y:visible;padding-right:0;margin-bottom:30px}.ProductsGridArea{margin-left:0}.ProductsModalFlexLayout{flex-direction:column}.ProductsModalImageContainer{max-width:100%}}@media(max-width:520px){.ProductsGrid{grid-template-columns:1fr}.ProductsHeaderTitle{font-size:2.2rem}.ProductsCartDrawer{width:100%}}.homedecorheader-header{background:linear-gradient(180deg,#d9b56b,#c89a44);color:#fff;padding:48px 0;width:100%}.homedecorheader-container{max-width:1200px;padding:0 24px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}.homedecorheader-breadcrumb{display:flex;align-items:center;gap:10px;font-size:14px;opacity:.95;margin-bottom:16px}.homedecorheader-link{background:transparent;border:none;color:#fffffff2;cursor:pointer;padding:4px 6px;font:inherit}.homedecorheader-link:hover{text-decoration:underline}.homedecorheader-chevron{font-size:12px;opacity:.85}.homedecorheader-title{font-size:40px;line-height:1.05;margin:0;font-weight:700;text-shadow:0 1px 0 rgba(0,0,0,.1)}@media(max-width:900px){.homedecorheader-title{font-size:34px}}@media(max-width:640px){.homedecorheader-header{padding:32px 0}.homedecorheader-title{font-size:28px}.homedecorheader-breadcrumb{font-size:12.5px;flex-wrap:wrap;justify-content:center}}@media(max-width:420px){.homedecorheader-title{font-size:24px}}:root{--bg: #fafafa;--white: #ffffff;--muted: #213040;--accent: #19a6d9;--pink: #ff4b6e;--card-shadow: 0 8px 28px rgba(22,35,46,.06);--radius: 20px;--gap: 20px;--max-width: 1280px;--container-pad: 36px;--feature-height: 92px;--particle-size: 6px}html,body{height:100%;margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial;background:var(--bg);color:var(--muted)}.sh-wrapper{position:relative;overflow:hidden;padding:0;background-color:transparent}.sh-bg{position:absolute;inset:0;background-repeat:repeat;background-position:center;opacity:.95;filter:saturate(.98) brightness(1.03);z-index:0;pointer-events:none;background-size:auto}.sh-particles{position:absolute;inset:0;pointer-events:none;z-index:1}.sh-particle{position:absolute;left:var(--x, 10%);top:var(--y, 10%);width:calc(var(--particle-size) * var(--s, 1));height:calc(var(--particle-size) * var(--s, 1));border-radius:50%;background:linear-gradient(180deg,#ffffffe6,#d4a76299);box-shadow:0 6px 14px #14283c14;opacity:.85;transform:translateY(0) scale(var(--s,1));animation:particleFloat calc(12s / var(--i, 8)) linear infinite;animation-delay:calc(-1s * var(--i, 0));z-index:1;filter:blur(.2px)}@keyframes particleFloat{0%{transform:translateY(0) translate(0) scale(var(--s,1));opacity:.85}25%{transform:translateY(-18vh) translate(6vw) scale(calc(var(--s,1) * 1.05));opacity:.95}50%{transform:translateY(-36vh) translate(-4vw) scale(var(--s,1));opacity:.7}75%{transform:translateY(-18vh) translate(4vw) scale(calc(var(--s,1) * .98));opacity:.9}to{transform:translateY(0) translate(0) scale(var(--s,1));opacity:.85}}.sh-container{max-width:var(--max-width);margin:56px auto 0;padding:0 var(--container-pad);display:grid;grid-template-columns:1fr 520px;gap:48px;align-items:center;z-index:2}.sh-hero{padding-right:18px;z-index:3;opacity:0;transform:translateY(18px);transition:all .56s cubic-bezier(.22,.9,.3,1)}.sh-hero.visible{opacity:1;transform:none}.sh-promo{font-weight:700;color:var(--pink);letter-spacing:.6px;margin-bottom:10px;font-size:14px}.sh-promo span{color:#0b1630}.sh-title{font-size:clamp(34px,5vw,56px);line-height:1.02;margin:6px 0 18px;color:#0b1630;font-weight:800;letter-spacing:-1px}.sh-sub{color:#4b5b6a;margin-bottom:24px;font-size:16px}.sh-sub .sh-accent{color:var(--accent);font-weight:700}.sh-subscribe{display:flex;gap:16px;align-items:center;width:100%;max-width:780px}.sh-input{flex:1 1 auto;border-radius:999px;padding:18px 22px;border:1px solid rgba(4,12,24,.08);font-size:15px;background:#fffffff2;box-shadow:0 8px 20px #0b161e08;outline:none;transition:box-shadow .18s ease,transform .18s ease}.sh-input:focus{box-shadow:0 12px 30px #19a6d91f;transform:translateY(-1px);border-color:#19a6d938}.sh-btn{border-radius:40px;padding:12px 26px;background:linear-gradient(180deg,#1fb0d9,#0ea0c6);color:#fff;font-weight:700;border:none;cursor:pointer;box-shadow:0 8px 22px #0d698024;transition:transform .15s ease,box-shadow .15s ease;white-space:nowrap}.sh-btn:hover{transform:translateY(-3px);box-shadow:0 18px 34px #0d69801f}.sh-visual{display:flex;align-items:center;justify-content:center;position:relative;width:100%;min-height:320px;z-index:3;opacity:0;transform:translateY(18px);transition:all .62s cubic-bezier(.22,.9,.3,1)}.sh-visual.visible{opacity:1;transform:none}.sh-image-wrap{width:420px;height:420px;border-radius:24px;overflow:hidden;position:relative;transform:translateY(-6px)}.sh-person-full{width:100%;height:100%;object-fit:cover;display:block;transition:transform .62s ease;transform-origin:center}.sh-image-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,#fff0,#ffffff2e 45%,#fff0);mix-blend-mode:screen;pointer-events:none;transform:translate(-120%);opacity:.9;animation:shimmerMove 2.4s linear infinite}@keyframes shimmerMove{0%{transform:translate(-120%)}to{transform:translate(120%)}}.sh-image-wrap:hover .sh-person-full{transform:scale(1.02)}.sh-features{max-width:var(--max-width);margin:40px auto 80px;padding:0 var(--container-pad);display:grid;grid-template-columns:repeat(4,1fr);gap:22px;z-index:3}.sh-feature-card{display:flex;align-items:center;gap:18px;background:#fff;padding:18px;border-radius:12px;box-shadow:0 8px 20px #0c1e290a;border:1px solid rgba(12,30,41,.03);min-height:var(--feature-height);transform-style:preserve-3d;perspective:1000px;transition:transform .42s cubic-bezier(.2,.9,.3,1),box-shadow .42s}.sh-feature-card:hover{transform:rotateY(12deg) translateY(-6px);box-shadow:0 18px 40px #0c1e2914}.sh-feature-icon{width:56px;height:56px;min-width:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#f6f6fa,#fff);box-shadow:0 6px 14px #0c1e2908}.sh-feature-icon img{width:40px;height:40px;object-fit:contain}.sh-feature-title{font-weight:700;color:#132a37;font-size:15px;margin-bottom:6px}.sh-feature-sub{color:#8b98a3;font-size:13px}.sh-reveal{opacity:0;transform:translateY(18px);transition:all .52s cubic-bezier(.22,.9,.3,1)}.sh-reveal.visible{opacity:1;transform:none}@media(max-width:1100px){.sh-features{grid-template-columns:repeat(2,1fr);gap:16px}.sh-container{grid-template-columns:1fr 420px;gap:28px;margin-top:40px}.sh-image-wrap{width:360px;height:360px}.sh-particle{display:none}}@media(max-width:900px){.sh-container{grid-template-columns:1fr;gap:18px;margin-top:20px;padding:0 20px}.sh-visual{order:-1;justify-content:flex-end}.sh-image-wrap{width:300px;height:300px;margin-left:auto;margin-right:8px}.sh-title{font-size:clamp(28px,6.6vw,40px)}.sh-features{margin-top:26px;grid-template-columns:repeat(2,1fr)}.sh-particles{display:none}}@media(max-width:520px){.sh-image-wrap{width:260px;height:260px;margin:0 auto}.sh-visual{justify-content:center}.sh-title{font-size:24px;line-height:1.08}.sh-subscribe{flex-direction:column;align-items:stretch;gap:12px}.sh-btn{padding:12px;width:46%;margin-left:auto;border-radius:10px}.sh-features{grid-template-columns:1fr;gap:14px;padding:0 18px;margin:20px auto 60px}.sh-feature-card{padding:12px;gap:12px;min-height:80px}.sh-feature-icon{width:46px;height:46px;min-width:46px}}@media(max-width:360px){.sh-title{font-size:20px}.sh-btn{width:100%}.sh-image-wrap{width:220px;height:220px}.sh-subscribe .sh-input{padding:12px 14px}.sh-subscribe{gap:8px}}@media(min-width:1401px){.sh-container{margin-top:80px}.sh-features{margin-bottom:120px}.sh-image-wrap{width:520px;height:520px}}@media(max-width:1280px){.sh-title{font-size:clamp(32px,4.6vw,48px)}}:root{--bg-page: #f7fafc;--card-bg: #ffffff;--muted: #6c757d;--title: #0e2a36;--accent: #ff4b6e;--accent-2: #16c085;--soft: #e9eef2;--glass: rgba(255,255,255,.6);--shadow-1: 0 6px 20px rgba(22,28,30,.06);--shadow-2: 0 14px 36px rgba(12,20,24,.06);--radius-lg: 14px;--radius-md: 10px;--max-width: 1160px;--gap-lg: 24px;--gap-md: 16px;--gap-sm: 10px;--font-sans: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial}html,body{height:100%;margin:0;background:var(--bg-page);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--muted)}a{color:inherit;text-decoration:none}svg.icon,svg.icon-check,.prod-svg{display:block;width:18px;height:18px}:focus{outline:none}.focus-ring{box-shadow:0 0 0 6px #16c08814;border-radius:10px}.od-page{padding:28px 20px;display:flex;justify-content:center;flex-wrap:wrap}.od-inner{width:100%;max-width:var(--max-width);margin:0 auto;display:flex;flex-direction:column;gap:var(--gap-lg)}.od-header{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;flex-wrap:wrap}.od-title-wrap{display:flex;flex-direction:column;gap:6px;flex:1 1 auto;min-width:200px}.od-order-id{font-size:18px;margin:0;color:var(--title);font-weight:700;letter-spacing:-.2px}.od-order-link{color:var(--title);word-break:break-word}.od-order-hash{color:var(--accent-2);margin-left:6px;font-weight:800}.od-subtitle{margin:0;font-size:13px;color:#7a8891;word-break:break-word}.od-actions-top{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.btn-ghost,.btn-outline{background:transparent;border:1px solid rgba(12,20,24,.06);padding:8px 12px;border-radius:10px;cursor:pointer;transition:transform .22s cubic-bezier(.2,.9,.2,1),box-shadow .22s;display:inline-flex;gap:8px;align-items:center;color:#2f4a55;font-weight:600;flex-shrink:0}.btn-ghost:hover,.btn-outline:hover{transform:translateY(-3px);box-shadow:var(--shadow-1)}.btn-outline.small{padding:8px 10px;font-size:13px}.od-tracker{display:flex;gap:20px;align-items:center;margin:18px 0;padding:12px;overflow-x:auto;scroll-behavior:smooth}.od-step{display:flex;gap:12px;align-items:center;min-width:140px;background:linear-gradient(180deg,#fff9,#fff6);padding:10px 14px;border-radius:12px;border:1px solid rgba(12,20,24,.03);box-shadow:var(--shadow-1);transition:transform .28s cubic-bezier(.2,.9,.2,1),box-shadow .28s}.od-step:hover{transform:translateY(-6px);box-shadow:var(--shadow-2)}.od-step-circle{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--soft);flex-shrink:0}.od-step.completed .od-step-circle{background:linear-gradient(135deg,var(--accent-2),#0fb58f);box-shadow:0 6px 20px #10b5871f}.od-step.inprogress .od-step-circle{background:linear-gradient(180deg,#fff,#f3f5f6);border:1px solid rgba(12,20,24,.04)}.od-step.upcoming .od-step-circle{opacity:.65}.od-step-info{display:flex;flex-direction:column;gap:4px;min-width:0}.od-step-title{font-weight:700;color:var(--title);font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.od-step-date{font-size:12px;color:#98a6af}.od-card{background:var(--card-bg);border-radius:var(--radius-lg);border:1px solid rgba(12,20,24,.04);box-shadow:var(--shadow-1);padding:18px;margin:18px 0}.od-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--gap-md);align-items:start}.od-col{display:flex;flex-direction:column;gap:6px;min-width:0}.od-col.center{align-items:center;text-align:center}.od-col.right{align-items:flex-end;text-align:right}.od-label{font-size:11px;color:#98a6af;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.od-strong{font-weight:800;color:var(--title);font-size:15px}.od-muted{font-weight:500;color:#97a3ad;font-size:13px}.od-pill{display:inline-block;padding:6px 10px;border-radius:12px;font-weight:700;font-size:13px;background:linear-gradient(90deg,#16c0881f,#16c0880a);color:var(--accent-2)}.od-sep{height:1px;border:none;background:linear-gradient(90deg,#0c141808,#0c141803);margin:16px 0}.items-grid{display:grid;grid-template-columns:1fr 360px;gap:20px;align-items:start;width:100%}.items-list{background:transparent;border-radius:10px;-webkit-overflow-scrolling:touch;padding-bottom:6px;scroll-padding:12px;overflow:visible}.items-table{width:100%;min-width:0;display:block;box-sizing:border-box}.items-header{display:grid;grid-template-columns:80px 1fr 100px 80px 110px;gap:12px;padding:14px;align-items:center;color:#41535c;font-weight:700;border-bottom:1px solid rgba(12,20,24,.04);background:linear-gradient(180deg,#f7f9fa99,#f7f9fae6);border-radius:8px}.item-row{display:grid;grid-template-columns:80px 1fr 100px 80px 110px;gap:12px;padding:16px;margin-top:12px;align-items:center;background:linear-gradient(180deg,#fff,#fbfdff);border-radius:12px;border:1px solid rgba(12,20,24,.03);transition:transform .28s cubic-bezier(.2,.9,.2,1),box-shadow .28s,background .28s;cursor:default}.item-row:focus,.item-row:hover{transform:translateY(-6px);box-shadow:var(--shadow-2)}.col-num{font-weight:800;color:var(--title);font-size:14px}.col-product{display:flex;align-items:center;gap:14px;min-width:0;overflow:hidden}.col-rate,.col-qty,.col-amount{display:flex;flex-direction:row;justify-content:center;align-items:center;text-align:center;gap:6px;font-weight:700;color:var(--title);line-height:1.2;min-height:28px}.col-rate .label,.col-qty .label,.col-amount .label{display:none;font-size:12px;color:#98a6af;font-weight:700;margin-bottom:6px}.prod-card{display:flex;align-items:center;gap:14px;transform-style:preserve-3d;perspective:900px}.prod-thumb,.flip-front{width:64px;height:64px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .6s cubic-bezier(.2,.9,.2,1),box-shadow .28s;box-shadow:0 6px 18px #0c14180a;border:1px solid rgba(12,20,24,.03)}.item-row:hover .prod-thumb{transform:rotateY(12deg) translateY(-6px) scale(1.02);box-shadow:0 18px 40px #0c141814}.prod-content{display:flex;flex-direction:column;gap:6px;min-width:0;overflow:hidden}.prod-title{font-weight:800;color:var(--title);font-size:14px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.prod-sub{color:#98a6af;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.od-summary{background:linear-gradient(180deg,#fff,#fff);border-radius:12px;padding:18px;border:1px solid rgba(12,20,24,.03);position:sticky;top:28px;align-self:start;display:flex;flex-direction:column;gap:12px;min-width:280px;width:100%}.od-summary-row{display:flex;justify-content:space-between;align-items:center;color:#465a63;font-size:14px;flex-wrap:wrap}.od-summary-row strong{font-weight:800;color:var(--title)}.od-summary-row .neg{color:#c94b4b}.divider{height:1px;background:linear-gradient(90deg,#0c141808,#0c141803);margin:8px 0;border-radius:6px}.total{font-size:17px;font-weight:900}.summary-actions{display:flex;gap:10px;margin-top:6px;flex-wrap:wrap}.btn-primary{background:var(--accent);color:#fff;border:none;padding:11px 16px;font-weight:800;border-radius:12px;cursor:pointer;box-shadow:0 12px 30px #ff4b6e1f;transition:transform .18s ease,box-shadow .18s;flex:1 1 auto;min-width:120px}.btn-primary:hover{transform:translateY(-4px);box-shadow:0 18px 44px #ff4b6e29}.od-footer{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:22px 0 48px;flex-wrap:wrap}.od-logistics{display:flex;gap:24px;align-items:flex-start;flex-wrap:wrap}.od-log-block{min-width:220px}.btn-help{background:linear-gradient(90deg,#1096be14,#1096be05);border:none;padding:10px 14px;border-radius:12px;color:#0b6f86;display:inline-flex;gap:8px;align-items:center;cursor:pointer;box-shadow:0 8px 24px #1096be0a;font-weight:800;flex:1 1 auto}.od-actions{display:flex;gap:12px;align-items:center;justify-content:flex-end;flex-wrap:wrap}.action-btn{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:12px;font-weight:700;white-space:nowrap;transition:transform .18s ease,box-shadow .18s;cursor:pointer;flex:1 1 auto;min-width:100px}.btn-ghost.action-btn,.btn-outline.action-btn{gap:8px}.btn-help.action-btn{gap:10px}.action-btn:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0c14180f}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes popIn{0%{opacity:0;transform:scale(.995) translateY(6px)}to{opacity:1;transform:none}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-18px)}to{opacity:1;transform:none}}.fade-in-up{animation:fadeInUp .44s cubic-bezier(.2,.9,.2,1) both}.slide-in-left{animation:slideInLeft .46s cubic-bezier(.2,.9,.2,1) both}.card-slide{animation:fadeIn .42s ease both}@media(max-width:1400px){.od-grid{grid-template-columns:repeat(3,1fr)}.items-grid{grid-template-columns:1fr 340px}.od-col.right{text-align:right}}@media(max-width:1100px){.od-grid{grid-template-columns:repeat(2,1fr)}.items-grid{grid-template-columns:1fr 320px}.od-addresses{grid-template-columns:1fr}.od-footer{flex-direction:column;align-items:flex-start;gap:18px}.od-actions-top{margin-top:8px}}@media(max-width:1024px){.items-list{overflow-x:auto;padding:12px 8px;-webkit-overflow-scrolling:touch}.items-table{min-width:900px;width:auto}.items-header{min-width:900px;box-sizing:border-box;align-items:center}.item-row{min-width:900px;box-sizing:border-box;margin-top:12px;align-items:center}.prod-thumb{width:72px;height:72px}.od-summary{position:relative;top:auto;width:100%;order:3;margin-top:12px}.items-list::-webkit-scrollbar{height:10px}.items-list::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#0c14181f,#0c141814);border-radius:8px}}@media(max-width:820px){.items-table,.items-header,.item-row{min-width:820px}.prod-thumb{width:66px;height:66px}.items-list{gap:10px;padding:10px 6px}.od-summary{order:3;margin-top:10px}}@media(max-width:700px){.items-table,.items-header,.item-row{min-width:760px}.prod-thumb{width:56px;height:56px}.items-grid{grid-template-columns:1fr;gap:16px}.od-summary{position:relative;order:3;width:100%;margin-top:12px;top:auto}.od-page{padding:20px 12px}}@media(max-width:420px){.items-table,.items-header,.item-row{min-width:720px}.item-row{padding:10px}.prod-thumb{width:48px;height:48px}.prod-title,.prod-sub{font-size:13px}.od-page{padding:16px 10px}}.prod-name,.card-title,.prod-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.items-list{min-width:220px}@supports (position: sticky){.od-summary{position:sticky;top:28px}}html,body{margin:0;padding:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial;color:#6b7780;background:transparent}.tob-root{width:100%;padding:40px 30px;background:#fff;border-radius:16px;border:1px solid rgba(9,30,66,.1);box-shadow:0 12px 36px #0000000f;overflow:visible;opacity:0;transform:translateY(12px);transition:opacity .5s ease,transform .5s ease}.tob-root.loaded{opacity:1;transform:translateY(0)}.tob-inner{display:flex;justify-content:center;align-items:center;gap:20px;max-width:1180px;margin:0 auto;flex-wrap:wrap}.tob-list{display:flex;gap:12px;list-style:none;margin:0;padding:0;overflow-x:auto;min-width:260px;scroll-snap-type:x proximity;justify-content:center}.tob-step{display:inline-flex;align-items:center;gap:12px;border-radius:999px;padding:16px 24px;font-weight:700;font-size:16px;white-space:nowrap;transition:all .3s ease;flex:0 0 auto;scroll-snap-align:center;background:#f9f9f9}.tob-step:hover{transform:translateY(-3px);box-shadow:0 10px 25px #00000014}.tob-step.active{background:linear-gradient(135deg,#2563eb,#06b6d4);color:#fff;box-shadow:0 14px 36px #2563eb33}.tob-step-link{display:flex;align-items:center;gap:8px}.tob-step-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:18px;border-radius:50%;background:#e5f1ff;color:#2563eb;transition:all .3s ease}.tob-step.active .tob-step-icon,.tob-step:hover .tob-step-icon{background:#fff;color:#2563eb;transform:scale(1.1);animation:pulseIcon 1.2s ease-in-out infinite alternate}.tob-step-label{font-weight:700;font-size:16px;color:inherit}.tob-sep{display:flex;align-items:center;justify-content:center;font-size:20px;color:#6b778080}@keyframes pulseIcon{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}@media(max-width:1200px){.tob-inner{gap:16px}}@media(max-width:1024px){.tob-list{overflow-x:auto;justify-content:flex-start;gap:10px}}@media(max-width:768px){.tob-step{padding:14px 18px;font-size:15px}.tob-step-icon{width:36px;height:36px;font-size:16px}.tob-sep{font-size:18px}}@media(max-width:480px){.tob-root{padding:24px 18px;border-radius:14px}.tob-list{min-width:200px;gap:8px}.tob-step{padding:12px 16px;font-size:14px}.tob-step-icon{width:32px;height:32px;font-size:14px}.tob-sep{font-size:16px}}:root{--bg: #f6f8fb;--card: #ffffff;--muted: #505a62;--title: #0b2330;--accent-1: #0f6bff;--accent-2: #0fb58f;--accent-3: #6a4dd7;--glass: rgba(255,255,255,.66);--soft-shadow: 0 10px 30px rgba(15,20,30,.06);--heavy-shadow: 0 20px 55px rgba(10,15,20,.09);--radius-lg: 16px;--radius-md: 12px;--max-width: 1180px;--gap: 20px;--font-stack: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial}html,body{margin:0;padding:0;font-family:var(--font-stack);background:linear-gradient(180deg,#fbfdff 0%,var(--bg) 100%);color:var(--muted);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;display:block}.visually-hidden{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}.support-faq-page{width:100%}.support-faq-inner{width:100%;max-width:var(--max-width);margin:0 auto;padding:28px 20px 60px}.support-top-hero{width:100%;padding:28px 0 36px;background:linear-gradient(120deg,#0c183008,#fafafdcc);border-radius:var(--radius-lg);margin-bottom:28px;overflow:visible;box-shadow:var(--soft-shadow)}.support-top-hero-inner{width:100%;max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:1fr 220px;align-items:center;gap:18px;padding:18px 28px}.support-top-copy{padding-right:8px}.support-crumbs-row{margin-bottom:8px}.support-breadcrumbs{display:inline-flex;align-items:center;gap:10px;color:#0b233059;font-weight:600;font-size:13px}.crumb{opacity:.85}.crumb.active{font-weight:800;color:#0b2330e6}.crumb-icon{color:#0b233073}.support-top-title{margin:6px 0 12px;color:var(--title);font-size:28px;line-height:1.05;font-weight:800;letter-spacing:-.6px}.support-top-sub{margin:0;color:#51626b;max-width:60ch;font-size:15px;line-height:1.5}.support-top-ctas{margin-top:18px;display:flex;gap:12px;align-items:center}.support-pill{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:12px;font-weight:700;cursor:pointer;border:none;background:var(--card);box-shadow:0 8px 24px #0a141e0a;color:var(--title);transition:transform .18s cubic-bezier(.2,.9,.2,1),box-shadow .18s}.support-pill:hover{transform:translateY(-6px);box-shadow:var(--heavy-shadow)}.support-pill-icon{width:18px;height:18px;color:var(--accent-1)}.support-pill-email{background:linear-gradient(90deg,#0f6bff14,#0f6bff05)}.support-pill-tweet{background:linear-gradient(90deg,#0fb5890f,#0fb58905)}.support-top-art-wrap{display:flex;justify-content:flex-end;align-items:center;pointer-events:none}.support-hero-art{width:220px;height:auto;border-radius:12px;object-fit:cover;box-shadow:0 20px 45px #0a141e0f;border:1px solid rgba(10,20,30,.03);transform:translateY(-6px)}.support-main-grid{display:grid;grid-template-columns:1fr 360px;gap:24px;align-items:start}.support-main-col{display:block}.support-search-row{display:flex;align-items:center;gap:18px;margin-bottom:18px;justify-content:space-between}.support-search{flex:1 1 auto;padding:14px 16px;border-radius:12px;border:1px solid rgba(10,20,30,.06);background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 8px 24px #0a141e08;font-size:14px;color:var(--title);min-width:0}.support-need-help{color:var(--accent-2);font-weight:800;margin-left:8px;white-space:nowrap}.support-faq-accordion{margin-top:8px}.support-accordion-title{margin:0 0 12px;color:var(--title);font-size:18px;font-weight:800}.support-accordion-list{display:flex;flex-direction:column;gap:16px}.support-accordion-item{border-radius:14px;overflow:visible;transition:transform .24s cubic-bezier(.2,.9,.2,1),box-shadow .24s}.support-accordion-item .support-accordion-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;background:linear-gradient(180deg,#fff,#fbfdff);border-radius:12px;border:1px solid rgba(10,20,30,.04);cursor:pointer;font-weight:700;color:var(--title);box-shadow:0 12px 28px #0a141e08}.support-accordion-item:hover .support-accordion-header{transform:translateY(-6px);box-shadow:var(--heavy-shadow)}.support-question{font-size:15px;color:var(--title);text-align:left}.support-chev{width:20px;height:20px;color:#0a141e73}.support-accordion-body{max-height:0;overflow:hidden;transition:max-height .36s ease,opacity .28s ease}.support-accordion-body-inner{padding:14px 20px;background:linear-gradient(180deg,#fff9,#fffffff2);border-left:1px solid rgba(10,20,30,.02);border-right:1px solid rgba(10,20,30,.02);border-bottom:1px solid rgba(10,20,30,.02);color:#41535c;line-height:1.6;font-size:14px}.support-side-col{position:relative}.support-side-stack{display:flex;flex-direction:column;gap:18px}.support-side-card{background:var(--card);border-radius:14px;padding:16px;border:1px solid rgba(10,20,30,.04);box-shadow:0 14px 40px #0a141e0a;display:flex;align-items:center;justify-content:space-between;gap:12px}.support-side-contact .support-side-left{flex:1 1 auto}.support-side-title{font-weight:800;color:var(--title);font-size:16px;margin-bottom:6px}.support-side-sub{color:#6f7d86;font-size:13px}.support-call-btn{display:inline-flex;gap:10px;padding:12px 14px;border-radius:12px;background:linear-gradient(90deg,var(--accent-1),var(--accent-3));color:#fff;font-weight:800;border:none;box-shadow:0 12px 30px #0c28781f;cursor:pointer;align-items:center}.support-call-btn .support-phone-icon{width:18px;height:18px}.support-icon-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px}.support-card-icon-box{background:linear-gradient(180deg,#fffffff5,#fff);border-radius:12px;padding:16px;text-align:center;box-shadow:0 14px 36px #0a141e0a;border:1px solid rgba(10,20,30,.03);display:flex;flex-direction:row;gap:12px;align-items:center;justify-content:flex-start;cursor:pointer;transition:transform .18s,box-shadow .18s}.support-card-icon-box:hover{transform:translateY(-8px);box-shadow:var(--heavy-shadow)}.support-icon-circle{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#0f6bff14,#0f6bff05);flex-shrink:0}.support-icon-lg{color:var(--accent-1);width:22px;height:22px}.support-card-label{font-weight:800;color:var(--title);font-size:15px}.support-side-cta-large{display:flex;flex-direction:column;gap:12px;align-items:stretch}.support-side-cta-title{margin:0;font-size:16px;color:var(--title);font-weight:800}.support-side-cta-text{margin:0;color:#63727a;font-size:14px;line-height:1.5}.support-side-cta-actions{display:flex;gap:10px;margin-top:6px}.support-start-chat{background:linear-gradient(90deg,var(--accent-1),var(--accent-3));color:#fff;padding:10px 14px;border-radius:12px;border:none;font-weight:800;cursor:pointer;box-shadow:0 12px 30px #0f6bff1f}.support-outline-btn{background:transparent;border:1px solid rgba(10,20,30,.06);padding:10px 14px;border-radius:12px;font-weight:800;color:var(--title);cursor:pointer}.support-accordion-item.open .support-accordion-header{border-bottom-left-radius:0;border-bottom-right-radius:0}@media(max-width:1100px){.support-main-grid{grid-template-columns:1fr 320px;gap:18px}.support-hero-art{width:200px}}@media(max-width:900px){.support-top-hero-inner{grid-template-columns:1fr;padding:16px}.support-top-art-wrap{justify-content:center;order:-1;margin-bottom:12px}.support-hero-art{width:260px;max-width:100%;transform:none}.support-main-grid{grid-template-columns:1fr;gap:16px}.support-side-col{order:2}.support-main-col{order:1}.support-side-stack{gap:12px}.support-need-help{display:none}}@media(max-width:600px){.support-faq-inner{padding:18px 12px 32px}.support-top-title{font-size:22px}.support-top-sub{font-size:14px;max-width:none}.support-pill{padding:8px 10px;font-size:14px}.support-hero-art{width:180px}.support-icon-cards{grid-template-columns:1fr 1fr;gap:10px}.support-card-icon-box{padding:12px}.support-accordion-header{padding:14px 12px}.support-accordion-body-inner{padding:12px}.support-call-btn,.support-start-chat{padding:10px 12px}}.support-question,.support-card-label,.support-side-title{word-break:break-word;overflow-wrap:break-word}.support-accordion-list>.support-accordion-item{box-shadow:0 10px 30px #080c1008;border-radius:14px}.childrenSection{width:100%;padding:80px 20px;background:#f5f1ea;overflow:hidden}.childrenSection__container{width:100%;max-width:1220px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:70px}.childrenSection__content{flex:1;max-width:560px}.childrenSection__tag{display:inline-flex;align-items:center;justify-content:center;padding:10px 22px;border-radius:50px;background:#c699481f;color:#c69948;font-size:13px;font-weight:700;letter-spacing:2px;margin-bottom:28px}.childrenSection__title{font-size:58px;line-height:1.1;font-weight:700;color:#c69948;margin-bottom:32px;font-family:Georgia,Times New Roman,serif}.childrenSection__description{font-size:19px;line-height:1.9;color:#2d2d2d;margin-bottom:28px;font-weight:400}.childrenSection__button{padding:16px 34px;border:none;outline:none;border-radius:14px;background:linear-gradient(135deg,#c69948,#d9b56b);color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:.4s ease;box-shadow:0 12px 30px #c6994840}.childrenSection__button:hover{transform:translateY(-5px);box-shadow:0 18px 40px #c6994859}.childrenSection__imageWrapper{flex:1;display:flex;justify-content:center}.childrenSection__imageCard{position:relative;width:100%;max-width:520px;border-radius:32px;overflow:hidden;box-shadow:0 25px 60px #0000001f,0 10px 25px #00000014;transition:.5s ease}.childrenSection__imageCard:hover{transform:translateY(-6px)}.childrenSection__image{width:100%;height:560px;object-fit:cover;display:block}.childrenSection__overlay{position:absolute;inset:0;background:linear-gradient(to top,#00000040,#00000005)}.childrenSection__floatingCard{position:absolute;bottom:24px;left:24px;width:230px;padding:18px 20px;border-radius:20px;background:#ffffff2e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.25);box-shadow:0 8px 20px #0000001f}.childrenSection__floatingCard h4{font-size:19px;font-weight:700;color:#fff;margin-bottom:8px}.childrenSection__floatingCard p{font-size:14px;line-height:1.6;color:#ffffffeb}@media(max-width:1100px){.childrenSection__container{gap:50px}.childrenSection__title{font-size:50px}.childrenSection__image{height:500px}}@media(max-width:992px){.childrenSection__container{flex-direction:column}.childrenSection__content{max-width:100%}.childrenSection__title{font-size:46px}.childrenSection__description{font-size:18px}.childrenSection__imageCard{max-width:100%}}@media(max-width:768px){.childrenSection{padding:65px 18px}.childrenSection__title{font-size:38px}.childrenSection__description{font-size:16px;line-height:1.8}.childrenSection__image{height:420px}.childrenSection__button{width:100%}.childrenSection__floatingCard{width:200px}}@media(max-width:480px){.childrenSection{padding:50px 14px}.childrenSection__title{font-size:31px}.childrenSection__tag{font-size:11px;letter-spacing:1px}.childrenSection__description{font-size:15px}.childrenSection__image{height:320px}.childrenSection__floatingCard{left:14px;bottom:14px;width:calc(100% - 28px);padding:16px}}.studentSection{width:100%;padding:100px 8%;background:#faf8f4}.studentSection__wrapper{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.studentSection__imageBox{position:relative;width:100%;overflow:hidden;border-radius:24px}.studentSection__image{width:100%;height:700px;object-fit:cover;display:block;border-radius:24px;transition:.5s ease}.studentSection__imageBox:hover .studentSection__image{transform:scale(1.05)}.studentSection__overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.18),rgba(0,0,0,.05),transparent);border-radius:24px}.studentSection__content{display:flex;flex-direction:column;justify-content:center}.studentSection__tag{display:inline-flex;align-items:center;width:fit-content;padding:10px 22px;border-radius:999px;background:#f2e7d4;color:#b8862f;font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:24px}.studentSection__title{font-size:64px;line-height:1.15;font-weight:700;color:#b8862f;margin-bottom:30px}.studentSection__description{font-size:19px;line-height:1.9;color:#444;margin-bottom:24px}.studentSection__buttonWrap{margin-top:18px}.studentSection__button{border:none;outline:none;cursor:pointer;padding:18px 42px;border-radius:999px;background:#c79a43;color:#fff;font-size:17px;font-weight:600;transition:.35s ease}.studentSection__button:hover{background:#ad8132;transform:translateY(-3px);box-shadow:0 18px 35px #c79a4347}@media(max-width:1200px){.studentSection__wrapper{gap:60px}.studentSection__title{font-size:54px}.studentSection__image{height:620px}}@media(max-width:992px){.studentSection{padding:80px 6%}.studentSection__wrapper{grid-template-columns:1fr;gap:50px}.studentSection__image{height:550px}.studentSection__content{text-align:center;align-items:center}.studentSection__title{font-size:48px}.studentSection__description{font-size:18px}}@media(max-width:768px){.studentSection{padding:70px 5%}.studentSection__title{font-size:38px}.studentSection__description{font-size:17px;line-height:1.8}.studentSection__image{height:420px}.studentSection__button{width:100%;max-width:280px}}@media(max-width:480px){.studentSection{padding:60px 20px}.studentSection__title{font-size:30px}.studentSection__description{font-size:16px}.studentSection__image{height:320px}.studentSection__tag{font-size:12px;letter-spacing:1.5px;padding:9px 18px}.studentSection__button{padding:16px 30px;font-size:16px}}.teacherSection{width:100%;background:#f5f2ed;overflow:hidden}.teacherSection__quoteWrapper{position:relative;width:100%;padding:70px 8%;background:#faf9f7;display:flex;align-items:center;justify-content:center;text-align:center}.teacherSection__quote{max-width:1100px;font-size:64px;line-height:1.4;font-weight:400;color:#a34700;font-family:Playfair Display,serif;position:relative;z-index:2}.teacherSection__quoteIcon{position:absolute;font-size:120px;line-height:1;color:#b58a442e;font-family:serif}.teacherSection__quoteIcon--left{left:25%;top:20px}.teacherSection__quoteIcon--right{right:25%;top:20px}.teacherSection__container{width:100%;max-width:1450px;margin:auto;padding:110px 8%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.teacherSection__tag{display:inline-block;font-size:15px;font-weight:600;letter-spacing:4px;text-transform:uppercase;color:#c99a44;margin-bottom:22px}.teacherSection__title{font-size:68px;line-height:1.1;font-weight:600;color:#c99a44;font-family:Playfair Display,serif;margin-bottom:30px}.teacherSection__description{max-width:900px;font-size:20px;line-height:1.9;font-weight:400;color:#2d2d2d;margin-bottom:70px}.teacherSection__videoGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:40px}.teacherSection__videoWrapper{width:100%;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 10px 30px #00000014}.teacherSection__video{width:100%;aspect-ratio:16 / 9;border:none;display:block}@media(max-width:991px){.teacherSection__videoGrid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.teacherSection__videoGrid{grid-template-columns:1fr}}.teacherSection__videoWrapper{width:100%;max-width:1100px;position:relative;overflow:hidden;border-radius:28px;box-shadow:0 30px 80px #00000024,0 10px 25px #00000014;transition:.5s ease}.teacherSection__videoWrapper:hover{transform:translateY(-6px)}.teacherSection__video{width:100%;height:650px;display:block;border:none}@media(max-width:1400px){.teacherSection__quote{font-size:56px}.teacherSection__title{font-size:60px}.teacherSection__video{height:580px}}@media(max-width:1100px){.teacherSection__quote{font-size:46px}.teacherSection__title{font-size:52px}.teacherSection__description{font-size:18px}.teacherSection__video{height:500px}.teacherSection__quoteIcon{font-size:90px}.teacherSection__quoteIcon--left{left:10%}.teacherSection__quoteIcon--right{right:10%}}@media(max-width:768px){.teacherSection__quoteWrapper{padding:60px 6%}.teacherSection__quote{font-size:36px;line-height:1.5}.teacherSection__quoteIcon{font-size:70px}.teacherSection__title{font-size:44px}.teacherSection__description{font-size:17px;line-height:1.8;margin-bottom:50px}.teacherSection__video{height:420px}.teacherSection__container{padding:90px 6%}}@media(max-width:600px){.teacherSection__quoteWrapper{padding:50px 5%}.teacherSection__quote{font-size:28px;line-height:1.6}.teacherSection__quoteIcon{display:none}.teacherSection__container{padding:70px 5%}.teacherSection__tag{font-size:12px;letter-spacing:3px}.teacherSection__title{font-size:34px;margin-bottom:20px}.teacherSection__description{font-size:15px;line-height:1.8;margin-bottom:35px}.teacherSection__videoWrapper{border-radius:20px}.teacherSection__video{height:240px}}@media(max-width:380px){.teacherSection__quote{font-size:24px}.teacherSection__title{font-size:30px}.teacherSection__video{height:210px}}.registerSection{width:100%;padding:110px 8%;background:#f6f3ee;overflow:hidden}.registerSection__top{max-width:950px;margin:0 auto 80px;text-align:center}.registerSection__tag{display:inline-block;font-size:14px;font-weight:600;letter-spacing:4px;text-transform:uppercase;color:#b88a42;margin-bottom:20px}.registerSection__title{font-size:64px;line-height:1.15;font-weight:600;color:#c69a4a;font-family:Playfair Display,serif;margin-bottom:28px}.registerSection__subtitle{font-size:20px;line-height:1.9;color:#2d2d2d}.registerSection__cards{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.registerSection__card{background:#f9f7f3;border-radius:28px;overflow:hidden;transition:.45s ease;box-shadow:0 12px 40px #0000000d,0 4px 12px #00000008;position:relative}.registerSection__card:hover{transform:translateY(-12px);box-shadow:0 28px 60px #0000001f,0 10px 25px #00000014}.registerSection__imageWrapper{width:100%;height:320px;overflow:hidden;position:relative}.registerSection__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s ease}.registerSection__card:hover .registerSection__image{transform:scale(1.08)}.registerSection__overlay{position:absolute;inset:0;background:linear-gradient(to top,#0000002e,#00000005)}.registerSection__content{padding:38px 34px 40px}.registerSection__cardTitle{font-size:34px;line-height:1.3;font-weight:500;color:#b0601d;font-family:Playfair Display,serif;margin-bottom:20px}.registerSection__cardText{font-size:18px;line-height:1.9;color:#444}@media(max-width:1400px){.registerSection__title{font-size:56px}.registerSection__cardTitle{font-size:30px}}@media(max-width:1100px){.registerSection{padding:90px 6%}.registerSection__cards{gap:28px}.registerSection__title{font-size:50px}.registerSection__subtitle{font-size:18px}.registerSection__cardTitle{font-size:28px}.registerSection__cardText{font-size:16px}.registerSection__imageWrapper{height:280px}}@media(max-width:900px){.registerSection__cards{grid-template-columns:1fr;gap:40px}.registerSection__title{font-size:44px}.registerSection__subtitle{font-size:17px;line-height:1.8}.registerSection__imageWrapper{height:360px}}@media(max-width:600px){.registerSection{padding:70px 5%}.registerSection__top{margin-bottom:55px}.registerSection__tag{font-size:12px;letter-spacing:3px}.registerSection__title{font-size:34px;margin-bottom:20px}.registerSection__subtitle{font-size:15px;line-height:1.8}.registerSection__imageWrapper{height:240px}.registerSection__content{padding:28px 24px 30px}.registerSection__cardTitle{font-size:25px;margin-bottom:14px}.registerSection__cardText{font-size:15px;line-height:1.8}.registerSection__card{border-radius:22px}}@media(max-width:380px){.registerSection__title{font-size:30px}.registerSection__imageWrapper{height:210px}.registerSection__cardTitle{font-size:22px}}.kindergartenSection{width:100%;padding:120px 8%;background:#f6f3ee;overflow:hidden}.kindergartenSection__top{width:100%;max-width:900px;margin:0 auto 75px;text-align:center}.kindergartenSection__tag{display:inline-block;font-size:14px;font-weight:600;letter-spacing:4px;text-transform:uppercase;color:#b88a42;margin-bottom:18px}.kindergartenSection__title{font-size:64px;line-height:1.1;font-weight:600;color:#c89a45;font-family:Playfair Display,serif;margin-bottom:24px}.kindergartenSection__subtitle{font-size:19px;line-height:1.9;color:#444;max-width:760px;margin:auto}.kindergartenSection__grid{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.kindergartenSection__card{position:relative;background:#ffffffd1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:28px;padding:48px 34px;text-align:center;overflow:hidden;transition:all .45s ease;border:1px solid rgba(255,255,255,.5);box-shadow:0 12px 40px #0000000a,0 2px 10px #00000008}.kindergartenSection__card:hover{transform:translateY(-12px);box-shadow:0 30px 60px #0000001a,0 10px 24px #0000000d}.kindergartenSection__card:before{content:"";position:absolute;top:0;left:-120%;width:80%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.45),transparent);transform:skew(-20deg);transition:.8s}.kindergartenSection__card:hover:before{left:150%}.kindergartenSection__iconWrap{width:82px;height:82px;margin:0 auto 28px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#c89a4529,#b0601d14);box-shadow:inset 0 1px 2px #fff9,0 10px 24px #c89a451f}.kindergartenSection__icon{width:34px;height:34px;color:#b0601d}.kindergartenSection__cardTitle{font-size:34px;line-height:1.3;font-weight:500;color:#b0601d;font-family:Playfair Display,serif;margin-bottom:18px}.kindergartenSection__cardText{font-size:17px;line-height:1.9;color:#444}@media(max-width:1400px){.kindergartenSection__title{font-size:56px}.kindergartenSection__cardTitle{font-size:30px}}@media(max-width:1150px){.kindergartenSection{padding:100px 6%}.kindergartenSection__grid{grid-template-columns:repeat(2,1fr);gap:28px}.kindergartenSection__title{font-size:50px}}@media(max-width:768px){.kindergartenSection{padding:80px 5%}.kindergartenSection__top{margin-bottom:55px}.kindergartenSection__title{font-size:42px}.kindergartenSection__subtitle{font-size:16px;line-height:1.8}.kindergartenSection__grid{grid-template-columns:1fr;gap:24px}.kindergartenSection__card{padding:42px 28px}.kindergartenSection__cardTitle{font-size:28px}.kindergartenSection__cardText{font-size:15px}}@media(max-width:480px){.kindergartenSection__tag{font-size:12px;letter-spacing:3px}.kindergartenSection__title{font-size:34px}.kindergartenSection__subtitle{font-size:15px}.kindergartenSection__iconWrap{width:72px;height:72px}.kindergartenSection__icon{width:28px;height:28px}.kindergartenSection__cardTitle{font-size:24px}.kindergartenSection__card{border-radius:22px;padding:36px 24px}}.clubSection{width:100%;padding:140px 8%;background:linear-gradient(135deg,#cfa24f,#d6aa57 35%,#c7963d);position:relative;overflow:hidden}.clubSection__glow{position:absolute;width:700px;height:700px;background:radial-gradient(circle,rgba(255,255,255,.16),transparent 70%);top:-250px;right:-150px;pointer-events:none}.clubSection__container{width:100%;max-width:1100px;margin:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;z-index:2}.clubSection__tag{display:inline-block;font-size:14px;font-weight:600;letter-spacing:4px;text-transform:uppercase;color:#ffffffd9;margin-bottom:22px}.clubSection__title{font-size:72px;line-height:1.1;font-weight:700;color:#fff;font-family:Playfair Display,serif;margin-bottom:28px;text-shadow:0 4px 12px rgba(0,0,0,.12)}.clubSection__description{max-width:900px;font-size:24px;line-height:1.9;font-weight:400;color:#fffffff2;margin-bottom:60px}.clubSection__button{border:none;outline:none;padding:22px 54px;border-radius:999px;background:linear-gradient(135deg,#b84f00,#a33f00);color:#fff;font-size:18px;font-weight:600;cursor:pointer;transition:all .4s ease;box-shadow:0 14px 35px #0000002e}.clubSection__button:hover{transform:translateY(-6px) scale(1.03);box-shadow:0 22px 45px #00000040;background:linear-gradient(135deg,#a84400,#923600)}@media(max-width:1400px){.clubSection__title{font-size:62px}.clubSection__description{font-size:21px}}@media(max-width:1100px){.clubSection{padding:120px 6%}.clubSection__title{font-size:54px}.clubSection__description{font-size:19px;line-height:1.8}}@media(max-width:768px){.clubSection{padding:100px 5%}.clubSection__tag{font-size:12px;letter-spacing:3px}.clubSection__title{font-size:44px}.clubSection__description{font-size:17px;line-height:1.8;margin-bottom:45px}.clubSection__button{padding:18px 42px;font-size:16px}}@media(max-width:480px){.clubSection{padding:80px 5%}.clubSection__title{font-size:34px}.clubSection__description{font-size:15px;line-height:1.8}.clubSection__button{width:100%;padding:16px 24px;font-size:15px}}@media(max-width:380px){.clubSection__title{font-size:30px}.clubSection__description{font-size:14px}}.about-wrapper{width:100%;background:#fff}.about-hero-section{width:100%;height:550px;background-size:cover;background-position:center right;background-repeat:no-repeat;display:flex;align-items:center;padding-left:5%}.about-left{max-width:600px;border-left:4px solid #6E2E1C;padding-left:22px}.about-left h1{font-family:Merriweather,serif;font-size:48px;font-weight:900;line-height:1.2;color:#8a3d26}.about-left h1 span{color:#8a3d26}.about-subtitle{font-family:Inter,sans-serif;font-size:17px;line-height:1.7;margin-top:14px;color:#2d1f18}.about-left{border-left:4px solid #C4622D;padding-left:20px}.about-right{display:none!important}.breadcrumb-wrapper{width:100%;display:flex;justify-content:center;z-index:5;margin-top:-40px;position:relative}.breadcrumb-box{background:#7a2e1b;padding:17px 90px;border-radius:12px;display:flex;align-items:center;gap:20px;color:#fff;font-size:18px;font-weight:700;box-shadow:0 12px 30px #0000002e}.dash{font-size:20px;font-weight:900}.active{color:#fff}@media(max-width:1200px){.about-hero-section{height:450px}.about-left{max-width:500px}}@media(max-width:992px){.about-hero-section{height:400px}.about-left{max-width:400px}.about-left h1{font-size:36px}.about-subtitle{font-size:15px}}@media(max-width:768px){.about-hero-section{height:350px;padding-left:5%;padding-right:5%}.about-left{max-width:100%;border-left:2px solid #6E2E1C;padding-left:10px}.about-left h1{font-size:28px}.about-subtitle{font-size:14px}.breadcrumb-box{padding:15px 40px}}@media(max-width:480px){.about-hero-section{height:300px}.about-left h1{font-size:24px}.about-subtitle{font-size:13px}.breadcrumb-box{padding:10px 20px;font-size:16px}.breadcrumb-box span{font-size:16px}}.policy-page{font-family:Inter,sans-serif;background:#fff;padding-bottom:60px}.policy-header{background:#7a2e1b;padding:80px 20px 110px;text-align:center;color:#fff}.policy-header h1{font-size:42px;font-weight:700;margin:0}.policy-header p{font-size:16px;margin-top:12px;opacity:.95}.policy-box{width:80%;max-width:1100px;background:#fff;margin:-60px auto 0;padding:60px 50px;border-radius:12px;box-shadow:0 6px 25px #0000001f}.section-title{font-size:26px;font-weight:600;margin-bottom:22px;margin-top:25px;color:#222}.policy-item{display:flex;gap:15px;align-items:flex-start;margin-bottom:18px;line-height:29px}.icon{font-size:15px;color:#3c8dff;margin-top:6px}.policy-item p{font-size:16px;color:#555;margin:0}.terms-page{font-family:Inter,sans-serif;background:#fff;padding-bottom:60px}.terms-header{background:#7a2e1b;padding:80px 20px 100px;text-align:center;color:#fff}.terms-header h1{font-size:42px;font-weight:700;margin:0}.terms-header p{font-size:16px;margin-top:10px;opacity:.9}.terms-box{width:80%;max-width:1100px;background:#fff;margin:-60px auto 0;padding:60px 50px;border-radius:12px;box-shadow:0 6px 25px #0000001a}.section-title{font-size:26px;font-weight:600;margin-top:25px;margin-bottom:20px;color:#222}.terms-item{display:flex;align-items:flex-start;gap:15px;margin-bottom:18px;line-height:29px}.icon{font-size:15px;color:#7a2e1b;margin-top:7px}.terms-item p{font-size:16px;color:#555;margin:0}.sub-list li{font-size:16px;color:#555;line-height:30px;list-style-type:circle}.warning-box{background:#ffe1e6;color:#c74a5a;padding:20px 25px;border-radius:8px;font-size:16px;margin-top:20px;margin-bottom:40px}.button-row{display:flex;justify-content:flex-end;gap:18px;margin-top:10px}.decline-btn{background:none;border:none;color:#d9534f;font-size:16px;cursor:pointer;padding:10px 18px}.accept-btn{background:#7a2e1b;border:none;color:#fff;font-size:16px;padding:12px 25px;border-radius:6px;cursor:pointer}.decline-btn:hover{opacity:.7}.accept-btn:hover{background:#18b187}.sub-list{margin-left:48px;margin-top:-10px;margin-bottom:20px}.sub-list li{font-size:16px;color:#555;line-height:28px;list-style-type:circle}@media(max-width:992px){.terms-box{width:90%;padding:50px 35px}.section-title{font-size:24px}.terms-item p,.sub-list li{font-size:15px;line-height:26px}.warning-box{font-size:15px;padding:18px 20px}.button-row{justify-content:center}}@media(max-width:768px){.terms-header h1{font-size:32px}.terms-header{padding:60px 20px 80px}.terms-box{padding:45px 25px}.section-title{font-size:22px}.terms-item{gap:12px}.icon{font-size:14px;margin-top:5px}.terms-item p,.sub-list li{font-size:14px}.sub-list{margin-left:32px}.warning-box{font-size:14px;padding:16px 18px}.button-row{flex-direction:column;align-items:center;gap:12px}.accept-btn,.decline-btn{width:160px;text-align:center}}@media(max-width:480px){.terms-header h1{font-size:26px}.terms-header p{font-size:14px}.terms-box{padding:35px 20px}.section-title{font-size:20px;margin-bottom:15px}.terms-item{align-items:flex-start}.terms-item p,.sub-list li{font-size:13px;line-height:24px}.sub-list{margin-left:25px}.warning-box{font-size:13px;padding:14px}.accept-btn,.decline-btn{width:150px;padding:10px 18px;font-size:14px}}.product-page-container{box-sizing:border-box;max-width:1200px;margin:0 auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:#333}.product-page-container *{box-sizing:border-box;margin:0;padding:0}.product-main-grid{display:grid;grid-template-columns:1fr;gap:40px}@media(min-width:768px){.product-main-grid{grid-template-columns:1fr 1fr}}.photo-section{display:flex;flex-direction:column;gap:15px}.main-image-box{background-color:#f9f9f9;border-radius:12px;overflow:hidden;border:1px solid #eaeaea;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center}.main-product-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.main-image-box:hover .main-product-img{transform:scale(1.03)}.thumbnails-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.thumbnail-item{border:2px solid transparent;border-radius:6px;overflow:hidden;cursor:pointer;aspect-ratio:1 / 1;background-color:#f9f9f9;transition:all .2s ease}.thumbnail-item img{width:100%;height:100%;object-fit:cover}.thumbnail-item:hover{border-color:#ccc}.thumbnail-item.active-thumbnail{border-color:#b37d14}.details-section{display:flex;flex-direction:column;gap:20px}.breadcrumb{font-size:.85rem;color:#777;display:flex;align-items:center;gap:5px}.title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:15px}.product-title{font-size:1.5rem;font-weight:700;line-height:1.3;color:#222}.wishlist-btn{background:none;border:1px solid #eaeaea;border-radius:50%;width:42px;height:42px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#666;transition:all .2s ease;flex-shrink:0}.wishlist-btn svg{width:22px;height:22px}.wishlist-btn:hover{background-color:#fff0f0;border-color:#ffb3b3;color:#ff4d4d}.ratings-row{display:flex;align-items:center;gap:8px;font-size:.9rem}.rating-num{font-weight:700;background:#4caf50;color:#fff;padding:2px 6px;border-radius:4px;font-size:.8rem}.stars{color:#fbc02d;letter-spacing:2px}.review-count{color:#777}.pricing-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.current-price{font-size:1.75rem;font-weight:700;color:#111}.old-price{font-size:1.2rem;color:#888;text-decoration:line-through}.save-badge{background-color:#e8f5e9;color:#2e7d32;font-size:.8rem;font-weight:700;padding:4px 8px;border-radius:4px;letter-spacing:.5px}.quantity-container{display:flex;flex-direction:column;gap:8px}.section-label{font-size:.9rem;font-weight:600;color:#555}.quantity-actions-row{display:flex;gap:15px;flex-wrap:wrap}.quantity-selector{display:flex;align-items:center;border:1px solid #bbb;border-radius:6px;overflow:hidden;background:#fff;height:48px}.qty-btn{background:none;border:none;width:40px;height:100%;font-size:1.2rem;cursor:pointer;transition:background .2s}.qty-btn:hover{background-color:#f0f0f0}.qty-value{width:40px;text-align:center;font-weight:600;font-size:1rem}.add-to-cart-btn{flex:1;min-width:180px;height:48px;background-color:#111;color:#fff;border:none;border-radius:6px;font-weight:700;font-size:.95rem;letter-spacing:1px;cursor:pointer;transition:background .2s ease}.add-to-cart-btn:hover{background-color:#333}.buy-now-btn{width:100%;height:52px;background:linear-gradient(135deg,#d49a26,#b37d14);color:#fff;border:none;border-radius:6px;font-weight:700;font-size:1.05rem;letter-spacing:.5px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:opacity .2s ease;box-shadow:0 4px 12px #b37d1433}.buy-now-btn:hover{opacity:.95}.buy-now-btn .divider{opacity:.5}.buy-now-btn .quick-pay-text{font-weight:500}.delivery-box{display:flex;border:1px solid #eaeaea;border-radius:8px;background-color:#fafafa;padding:12px}.delivery-col{flex:1;padding:0 10px}.border-right{border-right:1px solid #eaeaea}.delivery-loc{font-size:.9rem;font-weight:600;color:#333;margin-bottom:4px}.express-tag{color:#e65100;font-size:.75rem;font-weight:700}.delivery-date{font-size:.85rem;color:#666}.coupons-dropdown-wrapper{border:1px dashed #b37d14;border-radius:8px;background-color:#fffdf6;overflow:hidden}.coupons-trigger-header{display:flex;justify-content:space-between;align-items:center;padding:12px 15px;cursor:pointer;flex-wrap:wrap;gap:10px}.coupons-info-left{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.percent-icon{background-color:#b37d14;color:#fff;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.promo-text{font-size:.9rem;color:#444}.highlight-price{color:#b37d14;font-size:.95rem}.save-more-badge{background-color:#fff3e0;color:#e65100;font-size:.75rem;font-weight:700;padding:2px 6px;border-radius:4px}.view-coupons-toggle-btn{background:none;border:none;font-size:.85rem;font-weight:600;color:#b37d14;display:flex;align-items:center;gap:6px;cursor:pointer}.coupon-count-badge{background-color:#b37d14;color:#fff;font-size:.7rem;padding:1px 5px;border-radius:10px}.arrow-indicator{font-size:.7rem}.coupons-content-panel{padding:15px;border-top:1px dashed #eaeaea;display:flex;flex-direction:column;gap:12px;background-color:#fff}.coupon-card{border:1px solid #eaeaea;border-radius:6px;padding:12px;position:relative;background-color:#fafafa}.coupon-online{border-left:4px solid #2e7d32}.coupon-new-user{border-left:4px solid #e65100}.coupon-header-text{font-weight:700;font-size:.95rem;color:#2e7d32;margin-bottom:4px}.orange-text{color:#e65100}.check-mark{font-size:.9rem}.coupon-desc{font-size:.85rem;color:#666;margin-bottom:6px}.coupon-footer{font-size:.75rem;color:#888}.new-customer-tag{position:absolute;top:12px;right:12px;font-size:.7rem;background-color:#ffe0b2;color:#e65100;padding:2px 6px;border-radius:4px;font-weight:600}.coupon-code-box{display:flex;align-items:center;justify-content:space-between;background-color:#fff;border:1px dashed #ccc;padding:6px 10px;border-radius:4px;margin-top:8px}.code-text{font-family:monospace;font-weight:700;font-size:.95rem;color:#333}.copy-btn{background:none;border:none;color:#b37d14;font-weight:700;font-size:.8rem;cursor:pointer;text-transform:uppercase}.bulk-discounts-wrapper{display:flex;flex-direction:column;gap:8px}.section-label-gray{font-size:.85rem;font-weight:600;color:#666}.bulk-list-table{border:1px solid #eaeaea;border-radius:8px;overflow:hidden}.bulk-row{display:flex;justify-content:space-between;align-items:center;padding:12px 15px;border-bottom:1px solid #eaeaea;background-color:#fff}.bulk-row:last-child{border-bottom:none}.highlighted-row{background-color:#f7f9fc}.popular-tag{display:inline-block;font-size:.65rem;font-weight:700;color:#1e88e5;background-color:#e3f2fd;padding:1px 5px;border-radius:4px;text-transform:uppercase;margin-right:6px;vertical-align:middle}.bulk-deal-text{font-size:.85rem;font-weight:600;color:#333}.light-text{font-weight:400;color:#777}.grab-deal-btn{background:none;border:none;color:#b37d14;font-weight:700;font-size:.8rem;cursor:pointer;letter-spacing:.5px}.grab-deal-btn:hover{text-decoration:underline}.extra-info-container{display:flex;flex-direction:column;gap:15px}.bulk-enquiry-box{display:flex;justify-content:space-between;align-items:center;background-color:#f5f5f5;padding:12px 15px;border-radius:8px}.enquiry-title{display:flex;align-items:center;gap:8px;font-size:.88rem;font-weight:600;color:#444}.enquire-now-btn{background:none;border:none;color:#b37d14;font-weight:700;font-size:.85rem;cursor:pointer}.trust-badges-row{display:flex;border:1px solid #eaeaea;border-radius:8px;padding:10px 0;background-color:#fff}.badge-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;text-align:center}.badge-txt{font-size:.75rem;color:#555;font-weight:500}.need-help-trigger-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 15px;border:1px solid #eaeaea;border-radius:8px;cursor:pointer;transition:background .2s;background-color:#fff}.need-help-trigger-bar:hover{background-color:#fafafa}.help-left-side{display:flex;align-items:center;gap:12px}.help-icon{font-size:1.5rem}.help-title{font-size:.9rem;font-weight:700;color:#333}.help-sub{font-size:.8rem;color:#666}.chevron-arrow{font-size:.8rem;color:#bbb}.sku-footer{font-size:.8rem;color:#999}.sku-code{font-weight:600}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-card{background-color:#fff;border-radius:12px;width:100%;max-width:450px;box-shadow:0 10px 25px #00000026;overflow:hidden;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;border-bottom:1px solid #eaeaea}.modal-header h3{font-size:1.1rem;font-weight:700;color:#222}.close-modal-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#999;line-height:1}.close-modal-btn:hover{color:#333}.modal-body{padding:20px;display:flex;flex-direction:column;gap:15px}.modal-option-card{display:flex;align-items:flex-start;gap:15px;padding:15px;border:1px solid #eaeaea;border-radius:8px;cursor:pointer;transition:all .2s ease}.modal-option-card:hover{background-color:#fafafa;border-color:#bbb}.border-brown{border-color:#ffe0b2;background-color:#fffdf6}.border-brown:hover{border-color:#b37d14;background-color:#fffdf6}.option-icon{font-size:1.5rem;flex-shrink:0}.brown-text{color:#b37d14}.option-title{font-size:.95rem;font-weight:700;color:#333;margin-bottom:4px}.option-desc{font-size:.85rem;color:#666;line-height:1.4}.product-info-wrapper{max-width:1100px;margin:0 auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#333;background-color:#fcfbfa}.info-tabs-header{display:flex;background-color:#fff;border-bottom:2px solid #eaeaea;margin-bottom:25px;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.info-tabs-header::-webkit-scrollbar{display:none}.tab-nav-btn{background:none;border:none;padding:15px 25px;font-size:.95rem;font-weight:600;color:#555;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s ease;border-bottom:3px solid transparent}.tab-nav-btn:hover{color:#b37d14}.tab-nav-btn.active-tab{color:#b37d14;border-bottom-color:#d49a26;background-color:#fffdf9}.info-content-container{display:flex;flex-direction:column;gap:20px}.accordion-block{background-color:#fff;border:1px solid #eaeaea;border-radius:6px;overflow:hidden;box-shadow:0 2px 5px #00000005}.accordion-trigger-head{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s}.accordion-trigger-head:hover{background-color:#fafafa}.head-title-side{display:flex;align-items:center;gap:12px}.head-icon{font-size:1.2rem;color:#444}.accordion-trigger-head h3{font-size:1.05rem;font-weight:700;color:#2b2b2b;margin:0}.head-arrow,.faq-arrow-icon{font-size:1.3rem;font-weight:300;color:#777}.accordion-panel-body{padding:20px;border-top:1px solid #f5f5f5;background-color:#fff;font-size:.95rem;line-height:1.6;color:#555}.accordion-panel-body p{margin-bottom:10px}.accordion-panel-body p:last-child{margin-bottom:0}.faq-outer-section{background-color:#fff;border:1px solid #eaeaea;border-radius:8px;padding:25px 20px;margin-top:10px;box-shadow:0 2px 5px #00000005}.faq-main-heading{font-size:1.35rem;font-weight:700;color:#2b2b2b;margin-bottom:20px}.faq-list-wrapper{display:flex;flex-direction:column}.faq-item-row{border-bottom:1px solid #eaeaea}.faq-item-row:last-child{border-bottom:none}.faq-question-bar{display:flex;justify-content:space-between;align-items:center;padding:18px 5px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .2s}.faq-question-bar:hover .faq-question-txt{color:#b37d14}.faq-q-text-side{display:flex;align-items:center;gap:12px}.faq-q-icon{font-size:1.05rem;color:#666}.faq-question-txt{font-size:.95rem;font-weight:500;color:#333}.faq-answer-panel{padding:0 5px 18px 30px;font-size:.92rem;line-height:1.5;color:#666;animation:slideDown .25s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media(max-width:600px){.product-info-wrapper{padding:10px}.tab-nav-btn{padding:12px 15px;font-size:.88rem}.accordion-trigger-head{padding:15px}.faq-outer-section{padding:20px 15px}.faq-question-txt{font-size:.9rem}}.thoughtfully-container{box-sizing:border-box;max-width:100%;padding:40px 20px;background-color:#f7e9cc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.thoughtfully-container *{box-sizing:border-box;margin:0;padding:0}.thoughtfully-header{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:30px}.thoughtfully-header h2{font-size:1.35rem;font-weight:700;color:#3e2723;letter-spacing:.5px}.header-icon{font-size:1rem;color:#3e2723}.products-grid-layout{display:grid;grid-template-columns:repeat(1,1fr);gap:25px;max-width:1200px;margin:0 auto}@media(min-width:576px){.products-grid-layout{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.products-grid-layout{grid-template-columns:repeat(3,1fr)}}.product-item-card{display:flex;flex-direction:column;background:transparent}.product-img-wrapper{position:relative;width:100%;aspect-ratio:1 / 1;border-radius:4px;overflow:hidden;background-color:#fff}.card-main-img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.discount-badge-tag{position:absolute;top:12px;left:12px;background-color:#a83214;color:#fff;font-size:.72rem;font-weight:700;padding:3px 6px;border-radius:3px;z-index:2}.hover-actions-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0000000d;opacity:0;transition:opacity .3s ease;z-index:3}.action-circle-btn{position:absolute;right:12px;width:36px;height:36px;background-color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#333;cursor:pointer;box-shadow:0 3px 8px #0000001a;transition:transform .2s,background-color .2s}.action-circle-btn svg{width:18px;height:18px}.action-circle-btn:hover{background-color:#f5f5f5;transform:scale(1.05)}.wishlist-icon-btn{top:12px}.view-icon-btn{top:56px}.quick-add-action-btn{position:absolute;bottom:12px;left:50%;transform:translate(-50%) translateY(10px);width:calc(100% - 24px);max-width:280px;height:40px;background-color:#fff;color:#222;border:none;border-radius:4px;font-size:.8rem;font-weight:700;letter-spacing:.5px;cursor:pointer;box-shadow:0 4px 10px #0000001f;transition:all .3s cubic-bezier(.16,1,.3,1)}.quick-add-action-btn:hover{background-color:#3e2723;color:#fff}.product-item-card:hover .hover-actions-overlay{opacity:1}.product-item-card:hover .quick-add-action-btn{transform:translate(-50%) translateY(0)}.product-item-card:hover .card-main-img{transform:scale(1.02)}.product-info-details{padding:12px 2px;display:flex;flex-direction:column;gap:6px}.card-product-title{font-size:.88rem;font-weight:600;color:#4a3b32;line-height:1.4}.card-ratings-row{display:flex;align-items:center;gap:5px;font-size:.78rem;color:#6d5c52}.rating-score{font-weight:600}.rating-stars-gold{color:#dfa028;letter-spacing:1px}.rating-reviews-count{color:#8c7669}.card-price-row{display:flex;align-items:center;gap:8px;margin-top:2px}.price-new{font-size:.92rem;font-weight:700;color:#2c1a11}.price-old{font-size:.85rem;color:#8c7669;text-decoration:line-through}.youmight-section-container{box-sizing:border-box;max-width:100%;padding:50px 20px;background-color:#f7f5f6;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.youmight-section-container *{box-sizing:border-box;margin:0;padding:0}.youmight-main-title{text-align:center;font-size:1.25rem;font-weight:500;color:#333;margin-bottom:35px;letter-spacing:.5px}.youmight-carousel-wrapper{position:relative;max-width:1250px;margin:0 auto;display:flex;align-items:center}.youmight-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;width:100%}.carousel-nav-arrow{position:absolute;top:40%;transform:translateY(-50%);width:32px;height:32px;background-color:#fff;border:1px solid #eaeaea;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;color:#333;cursor:pointer;box-shadow:0 2px 6px #00000014;z-index:10;transition:all .2s ease}.carousel-nav-arrow:hover{background-color:#f5f5f5;transform:translateY(-50%) scale(1.05)}.arrow-left{left:-15px}.arrow-right{right:-15px}.youmight-product-card{display:flex;flex-direction:column;background:transparent}.youmight-img-box{position:relative;width:100%;aspect-ratio:1 / 1;border-radius:4px;overflow:hidden;background-color:#fff}.youmight-card-img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.youmight-discount-tag{position:absolute;top:12px;left:12px;background-color:#a1361a;color:#fff;font-size:.7rem;font-weight:700;padding:3px 6px;border-radius:3px;z-index:2}.youmight-hover-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000008;opacity:0;transition:opacity .3s ease;z-index:3}.youmight-circle-btn{position:absolute;right:12px;width:34px;height:34px;background-color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#222;cursor:pointer;box-shadow:0 3px 6px #0000001a;transition:transform .2s,background-color .2s}.youmight-circle-btn svg{width:16px;height:16px}.youmight-circle-btn:hover{background-color:#f9f9f9;transform:scale(1.05)}.wishlist-icon{top:12px}.view-icon{top:52px}.youmight-quickadd-btn{position:absolute;bottom:12px;left:50%;transform:translate(-50%) translateY(8px);width:calc(100% - 24px);height:38px;background-color:#fff;color:#222;border:none;border-radius:4px;font-size:.78rem;font-weight:700;letter-spacing:.5px;cursor:pointer;box-shadow:0 4px 8px #0000001a;transition:all .3s cubic-bezier(.16,1,.3,1)}.youmight-quickadd-btn:hover{background-color:#222;color:#fff}.youmight-product-card:hover .youmight-hover-overlay{opacity:1}.youmight-product-card:hover .youmight-quickadd-btn{transform:translate(-50%) translateY(0)}.youmight-product-card:hover .youmight-card-img{transform:scale(1.02)}.youmight-info-box{padding:12px 2px;display:flex;flex-direction:column;gap:5px}.youmight-product-name{font-size:.85rem;font-weight:500;color:#333;line-height:1.4}.youmight-rating-row{display:flex;align-items:center;gap:4px;font-size:.75rem;color:#555}.youmight-rating-score{font-weight:600}.youmight-stars-gold{color:#dfa028;letter-spacing:.5px}.youmight-reviews-count{color:#777}.youmight-price-row{display:flex;align-items:center;gap:8px;margin-top:2px}.youmight-price-current{font-size:.9rem;font-weight:700;color:#222}.youmight-price-old{font-size:.82rem;color:#888;text-decoration:line-through}@media(max-width:992px){.youmight-products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.youmight-products-grid{grid-template-columns:repeat(2,1fr)}.carousel-nav-arrow{display:none}.youmight-products-grid{overflow-x:auto;gap:15px}}@media(max-width:480px){.youmight-products-grid{grid-template-columns:repeat(1,1fr)}}.cr-section-wrapper{box-sizing:border-box;max-width:1150px;margin:0 auto;padding:30px 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#333;background-color:#fbf9f7}.cr-section-wrapper *{box-sizing:border-box;margin:0;padding:0}.text-center{text-align:center}.w-100{width:100%}.m-bottom-md{margin-bottom:20px}.m-top-md{margin-top:20px}.cr-top-banner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;margin-bottom:25px}.cr-main-heading{font-size:1.35rem;font-weight:500;color:#222;margin-bottom:8px}.cr-rating-summary{display:flex;align-items:center;gap:10px}.cr-global-score{font-size:1.2rem;font-weight:700;color:#111}.cr-global-count{font-size:.88rem;color:#666}.cr-actions-right{display:flex;gap:12px;flex-wrap:wrap}.cr-btn-gold{background-color:#d49a26;color:#fff;border:none;padding:10px 24px;font-size:.88rem;font-weight:600;border-radius:6px;cursor:pointer;transition:opacity .2s ease}.cr-btn-gold:hover{opacity:.9}.cr-btn-outline{background-color:#fff;color:#222;border:1px solid #111111;padding:10px 24px;font-size:.88rem;font-weight:500;border-radius:6px;cursor:pointer;transition:background-color .2s ease}.cr-btn-outline:hover{background-color:#f5f5f5}.cr-tabs-nav-bar{display:flex;border-bottom:1px solid #ddd;margin-bottom:20px;gap:5px}.cr-tab-item-btn{background:none;border:none;padding:12px 15px;font-size:.9rem;font-weight:500;color:#777;cursor:pointer;position:relative;transition:color .2s}.cr-tab-item-btn:hover{color:#222}.cr-tab-active{color:#111;font-weight:700}.cr-tab-active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background-color:#111}.cr-toolbar-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;position:relative;z-index:10}.cr-toolbar-left-tools{display:flex;gap:8px}.cr-tool-icon-btn{background-color:#d49a26;color:#fff;border:none;width:36px;height:36px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.95rem;box-shadow:0 1px 3px #0000000d}.cr-tool-icon-btn.tool-active{background-color:#aa771c}.cr-sort-dropdown-container{position:relative;width:160px}.cr-sort-trigger-box{background-color:#fff;border:1px solid #ccc;border-radius:4px;padding:8px 12px;font-size:.85rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.cr-dropdown-arrow-icon{font-size:.65rem;color:#666}.cr-sort-options-list{position:absolute;top:105%;right:0;width:100%;background-color:#fff;border:1px solid #bbb;border-radius:4px;list-style:none;box-shadow:0 4px 12px #0000001a;overflow:hidden}.cr-sort-item{padding:8px 12px;font-size:.85rem;color:#333;cursor:pointer;transition:background-color .15s}.cr-sort-item:hover{background-color:#f0f0f0}.sort-selected{background-color:#1466c9;color:#fff}.sort-selected:hover{background-color:#1466c9}.cr-dynamic-search-box{margin-bottom:15px;animation:slideDown .2s ease-out}.cr-search-input{width:100%;height:40px;padding:0 12px;border:1px solid #ccc;border-radius:6px;font-size:.9rem;outline:none}.cr-dynamic-filters-box{background-color:#fff;border:1px solid #eaeaea;padding:12px 15px;border-radius:6px;margin-bottom:20px;display:flex;align-items:center;gap:15px;animation:slideDown .2s ease-out}.cr-filter-label{font-size:.82rem;font-weight:700;color:#666;text-transform:uppercase}.cr-rating-badge-row{display:flex;gap:8px}.cr-star-badge-item{background-color:#f5eedf;color:#444;border:1px solid #ebd9bc;padding:4px 10px;font-size:.8rem;font-weight:600;border-radius:12px;cursor:pointer}.cr-review-card-item{background-color:#fff;border:1px solid #eaeaea;border-radius:8px;padding:20px;box-shadow:0 2px 6px #00000005}.cr-card-stars-gold{color:#dfa028;font-size:.95rem;letter-spacing:1.5px;margin-bottom:8px}.cr-card-author-name{font-size:.95rem;font-weight:700;color:#111;margin-bottom:2px}.cr-card-date-stamp{font-size:.78rem;color:#888;display:block;margin-bottom:12px}.cr-card-message-body{font-size:.92rem;line-height:1.5;color:#333}.cr-card-message-body p{margin-bottom:4px}.cr-center-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:45px 20px;text-align:center;gap:15px}.cr-empty-prompt-text{font-size:.95rem;color:#333}.cr-modal-backdrop-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0006;display:flex;align-items:center;justify-content:center;z-index:2000;padding:15px}.cr-modal-box-card{background-color:#fff;border-radius:4px;width:100%;max-width:520px;padding:30px;box-shadow:0 12px 30px #00000026;position:relative;animation:modalReveal .25s cubic-bezier(.16,1,.3,1);max-height:90vh;overflow-y:auto}.cr-modal-close-cross{position:absolute;top:15px;right:15px;background:none;border:none;font-size:1.6rem;cursor:pointer;color:#333;line-height:1}.cr-modal-main-title{font-size:1.4rem;font-weight:400;color:#333;line-height:1.3;margin-bottom:8px}.cr-modal-sub-desc{font-size:.88rem;color:#555;margin-bottom:25px;line-height:1.4}.cr-modal-thumbnail-frame{width:140px;height:140px;margin:0 auto 15px;border-radius:8px;overflow:hidden}.cr-modal-thumbnail-frame img{width:100%;height:100%;object-fit:cover}.cr-modal-product-name-title{font-size:.95rem;font-weight:700;color:#333;margin-bottom:25px;padding:0 10px;line-height:1.4}.cr-interactive-stars-group{display:flex;justify-content:center;gap:12px;margin-bottom:4px}.cr-giant-star-icon{font-size:2.3rem;color:#e0e0e0;cursor:pointer;transition:color .15s;-webkit-user-select:none;user-select:none}.cr-giant-star-icon.star-filled{color:#dfa028}.cr-stars-range-labels-row{display:flex;justify-content:space-between;max-width:280px;margin:0 auto}.cr-range-lbl{font-size:.78rem;font-weight:700;color:#333}.cr-form-input-block{display:flex;flex-direction:column;gap:6px;margin-bottom:18px}.cr-form-label{font-size:.88rem;color:#333}.cr-form-textarea,.cr-form-text-field{width:100%;padding:10px 12px;border:1px solid #bbb;border-radius:6px;font-size:.9rem;outline:none;font-family:inherit;background-color:#fafafa}.cr-form-textarea:focus,.cr-form-text-field:focus{border-color:#777;background-color:#fff}.cr-field-hint-text{font-size:.76rem;color:#777;margin-top:2px}.cr-form-disclaimer-text{font-size:.76rem;color:#666;line-height:1.5;text-align:center;margin-top:15px}.cr-inline-link{color:#666;text-decoration:underline}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes modalReveal{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@media(max-width:600px){.cr-top-banner{flex-direction:column;align-items:flex-start}.cr-actions-right{width:100%}.cr-actions-right .cr-btn-gold,.cr-actions-right .cr-btn-outline{flex:1;text-align:center;padding:10px 12px}.cr-modal-box-card{padding:20px 15px}.cr-giant-star-icon{font-size:1.9rem}}.rv-section-container{box-sizing:border-box;max-width:100%;padding:40px 30px;background-color:#f7f5f6;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.rv-section-container *{box-sizing:border-box;margin:0;padding:0}.rv-main-title{font-size:1.3rem;font-weight:500;color:#222;margin-bottom:30px;padding-left:5px}.rv-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;max-width:1250px;margin:0 auto}.rv-product-card{display:flex;flex-direction:column;background:transparent}.rv-img-frame{position:relative;width:100%;aspect-ratio:1 / 1;border-radius:4px;overflow:hidden;background-color:#fff}.rv-card-img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.rv-discount-badge{position:absolute;top:12px;left:12px;background-color:#a1361a;color:#fff;font-size:.7rem;font-weight:700;padding:3px 6px;border-radius:3px;z-index:2}.rv-hover-actions-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000005;opacity:0;transition:opacity .3s ease;z-index:3}.rv-circle-btn{position:absolute;right:12px;width:34px;height:34px;background-color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#222;cursor:pointer;box-shadow:0 3px 6px #00000014;transition:transform .2s,background-color .2s}.rv-circle-btn svg{width:16px;height:16px}.rv-circle-btn:hover{background-color:#f9f9f9;transform:scale(1.05)}.rv-wishlist-pos{top:12px}.rv-view-pos{top:52px}.rv-quick-add-btn{position:absolute;bottom:12px;left:50%;transform:translate(-50%) translateY(8px);width:calc(100% - 24px);height:38px;background-color:#fff;color:#222;border:none;border-radius:4px;font-size:.78rem;font-weight:700;letter-spacing:.5px;cursor:pointer;box-shadow:0 4px 8px #0000001a;transition:all .3s cubic-bezier(.16,1,.3,1)}.rv-quick-add-btn:hover{background-color:#222;color:#fff}.rv-product-card:hover .rv-hover-actions-overlay{opacity:1}.rv-product-card:hover .rv-quick-add-btn{transform:translate(-50%) translateY(0)}.rv-product-card:hover .rv-card-img{transform:scale(1.02)}.rv-info-frame{padding:12px 2px;display:flex;flex-direction:column;gap:5px}.rv-product-title{font-size:.85rem;font-weight:500;color:#333;line-height:1.4}.rv-ratings-row{display:flex;align-items:center;gap:4px;font-size:.75rem;color:#555}.rv-rating-score{font-weight:600}.rv-stars-gold{color:#dfa028;letter-spacing:.5px}.rv-reviews-count{color:#777}.rv-price-row{display:flex;align-items:center;gap:8px;margin-top:2px}.rv-price-current{font-size:.9rem;font-weight:700;color:#222}.rv-price-old{font-size:.82rem;color:#888;text-decoration:line-through}@media(max-width:868px){.rv-products-grid{grid-template-columns:repeat(2,1fr);gap:15px}.rv-section-container{padding:30px 15px}}@media(max-width:540px){.rv-products-grid{grid-template-columns:repeat(1,1fr)}}.shopDetailsPage{width:100%;background:#f8f8f8;box-sizing:border-box;overflow-x:hidden}.shopDetailsPage__top{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:35px;padding:35px 5% 0;box-sizing:border-box}.shopDetailsPage__left{flex:1;min-width:0}.shopDetailsPage__right{position:sticky;top:25px}.shopDetailsPage__bottom{width:100%;padding:50px 5% 0;display:flex;flex-direction:column;gap:45px;box-sizing:border-box}@media(max-width:1200px){.shopDetailsPage__top,.shopDetailsPage__bottom{padding-left:4%;padding-right:4%}.shopDetailsPage__top{gap:25px}}@media(max-width:992px){.shopDetailsPage__top{flex-direction:column}.shopDetailsPage__left,.shopDetailsPage__right{width:100%;flex:1}.shopDetailsPage__right{position:static}}@media(max-width:768px){.shopDetailsPage__top,.shopDetailsPage__bottom{padding-left:20px;padding-right:20px}.shopDetailsPage__bottom{padding-top:40px;gap:35px}}@media(max-width:576px){.shopDetailsPage__top,.shopDetailsPage__bottom{padding-left:15px;padding-right:15px}.shopDetailsPage__top{padding-top:25px;gap:20px}.shopDetailsPage__bottom{padding-top:30px;gap:28px}}.shopDetailsBread{width:100%;background:#fdfbf7;padding:80px 0;overflow:hidden;box-sizing:border-box}.shopDetailsBread__container{width:100%;max-width:100%;margin:0;padding:0 80px;box-sizing:border-box;display:grid;grid-template-columns:1.08fr .92fr;gap:80px;align-items:center}.shopDetailsBread__content{display:flex;align-items:stretch;gap:28px}.shopDetailsBread__line{width:4px;min-width:4px;background:linear-gradient(to bottom,#b65a16,#8d3d0c);border-radius:10px}.shopDetailsBread__text{width:100%;max-width:760px;display:flex;flex-direction:column;justify-content:center}.shopDetailsBread__breadcrumb{font-size:13px;font-weight:600;color:#9d9d9d;letter-spacing:2px;text-transform:uppercase;margin-bottom:18px}.shopDetailsBread__title{font-family:Playfair Display,serif;font-size:4.5rem;font-weight:600;line-height:1.08;color:#703311;margin-bottom:24px}.shopDetailsBread__description{font-size:1.08rem;line-height:1.9;color:#555}.shopDetailsBread__gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,150px);gap:15px;width:100%}.shopDetailsBread__img{position:relative;overflow:hidden;border-radius:10px;background:#eee;box-shadow:0 12px 30px #0000000f}.shopDetailsBread__img img{width:100%;height:100%;object-fit:cover;transition:.8s ease}.shopDetailsBread__img:hover img{transform:scale(1.08)}.img1{grid-column:1 / 3;grid-row:1 / 2}.img2{grid-column:3 / 4;grid-row:1 / 2}.img3{grid-column:1 / 2;grid-row:2 / 4}.img4{grid-column:2 / 3;grid-row:2 / 4}.img5{grid-column:3 / 4;grid-row:2 / 3}.img6{grid-column:3 / 4;grid-row:3 / 4}@media(max-width:1600px){.shopDetailsBread__container{padding:0 70px;gap:70px}.shopDetailsBread__title{font-size:4rem}.shopDetailsBread__gallery{grid-template-rows:repeat(3,140px)}}@media(max-width:1440px){.shopDetailsBread__container{padding:0 60px;gap:60px}.shopDetailsBread__title{font-size:3.7rem}.shopDetailsBread__gallery{grid-template-rows:repeat(3,130px)}}@media(max-width:1024px){.shopDetailsBread{padding:60px 0}.shopDetailsBread__container{grid-template-columns:1fr;padding:0 40px;gap:50px}.shopDetailsBread__text{max-width:100%}.shopDetailsBread__gallery{grid-template-rows:repeat(3,130px);max-width:800px;margin:auto}.shopDetailsBread__title{font-size:3rem}}@media(max-width:768px){.shopDetailsBread{padding:50px 0}.shopDetailsBread__container{padding:0 22px;gap:40px}.shopDetailsBread__content{gap:18px}.shopDetailsBread__title{font-size:2.45rem}.shopDetailsBread__description{font-size:15px;line-height:1.8}.shopDetailsBread__gallery{grid-template-rows:repeat(3,100px);gap:10px}}@media(max-width:480px){.shopDetailsBread__container{padding:0 16px}.shopDetailsBread__title{font-size:2rem}.shopDetailsBread__gallery{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,120px);gap:8px}.img1{grid-column:1 / 3;grid-row:1 / 2}.img2{grid-column:1 / 2;grid-row:2 / 3}.img3{grid-column:2 / 3;grid-row:2 / 3}.img4{grid-column:1 / 2;grid-row:3 / 4}.img5{grid-column:2 / 3;grid-row:3 / 4}.img6{display:none}}.shopDetailsHome{width:100%}.shopDetailsHome__gallery{display:flex;flex-direction:column;align-items:center}.shopDetailsHome__mainImageWrapper{position:relative;display:flex;justify-content:center;align-items:center}.shopDetailsHome__mainImage{width:300%;height:800px;object-fit:contain;display:block;margin:0 auto;transition:all .3s ease}.shopDetailsHome__zoomBtn{position:absolute;top:15px;right:15px;width:46px;height:46px;border:none;border-radius:50%;background:#fff;color:#222;font-size:16px;cursor:pointer;box-shadow:0 3px 12px #00000026;transition:all .3s ease}.shopDetailsHome__zoomBtn:hover{background:#f6e3a6}.shopDetailsHome__navBtn{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border:none;border-radius:50%;background:#fff;color:#222;cursor:pointer;font-size:15px;box-shadow:0 3px 12px #00000026;transition:all .3s ease;z-index:2}.shopDetailsHome__navBtn:hover{background:#f6e3a6}.shopDetailsHome__prevBtn{left:15px}.shopDetailsHome__nextBtn{right:15px}.shopDetailsHome__thumbnailContainer{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:20px}.shopDetailsHome__thumbnailBox{width:85px;height:85px;border:2px solid transparent;border-radius:10px;overflow:hidden;cursor:pointer;transition:all .3s ease;background:#fff}.shopDetailsHome__thumbnailBox:hover,.shopDetailsHome__thumbnailBox--active{border-color:#d4a73d}.shopDetailsHome__thumbnail{width:100%;height:100%;object-fit:cover}@media(max-width:991px){.shopDetailsHome__mainImage{max-width:450px;height:450px}.shopDetailsHome__thumbnailBox{width:75px;height:75px}}@media(max-width:768px){.shopDetailsHome__mainImage{max-width:350px;height:350px}.shopDetailsHome__navBtn,.shopDetailsHome__zoomBtn{width:40px;height:40px}.shopDetailsHome__thumbnailBox{width:65px;height:65px}}@media(max-width:480px){.shopDetailsHome__mainImage{max-width:280px;height:280px}.shopDetailsHome__thumbnailContainer{gap:8px}.shopDetailsHome__thumbnailBox{width:55px;height:55px}.shopDetailsHome__navBtn,.shopDetailsHome__zoomBtn{width:35px;height:35px;font-size:12px}}.sdac{position:sticky;top:20px;height:calc(100vh - 40px);overflow-y:auto;padding-right:12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.sdac-loading{padding:40px;text-align:center;font-size:16px;font-weight:500;color:#71717a}.sdac::-webkit-scrollbar{width:5px}.sdac::-webkit-scrollbar-thumb{background:#d4a73d;border-radius:10px}.sdac::-webkit-scrollbar-track{background:#fdfdfd}.sdac__top{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px}.sdac__title{font-size:28px;line-height:1.25;font-weight:700;color:#1a1a1a;letter-spacing:-.3px}.sdac__title span{display:block;margin-top:6px;font-size:16px;color:#666;font-weight:500}.sdac__ratingRow{display:flex;align-items:center;gap:8px;margin-top:12px;font-size:14px}.sdac__rating{font-weight:700;color:#1a1a1a}.sdac__stars{color:#d4a73d;letter-spacing:2px}.sdac__reviews{color:#71717a}.sdac__wishlist{width:48px;height:48px;min-width:48px;border-radius:50%;border:1px solid #e4e4e7;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);font-size:18px;color:#27272a}.sdac__wishlist:hover{background:#fff8de;border-color:#d4a73d;color:#b88a24;transform:scale(1.03)}.sdac__priceRow{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin-bottom:28px}.sdac__price{font-size:32px;font-weight:800;color:#111}.sdac__oldPrice{text-decoration:line-through;color:#a1a1aa;font-size:18px;font-weight:500}.sdac__saveTag{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0;padding:4px 12px;border-radius:30px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.sdac__section{margin-bottom:28px}.sdac__label{margin-bottom:12px;font-size:14px;font-weight:600;color:#27272a;text-transform:uppercase;letter-spacing:.5px}.sdac__label span{color:#d4a73d;text-transform:none;font-weight:700;margin-left:4px}.sdac__description-container{display:flex;flex-direction:column;margin-bottom:24px!important}.sdac__description{font-size:14px;line-height:1.6;color:#4a4a4a;transition:all .3s ease-in-out}.sdac__read-more-btn{background:none;border:none;color:#d4a73d;font-size:13px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:4px;padding:6px 0;align-self:flex-start;text-transform:uppercase;letter-spacing:.5px;transition:color .2s ease}.sdac__read-more-btn:hover{color:#b88a24}.sdac__description-line{width:100%;height:1px;background:linear-gradient(90deg,#e4e4e7,#e4e4e733);margin-top:8px;margin-bottom:4px}.sdac__sizeWrap{display:flex;flex-wrap:wrap;gap:12px}.sdac__sizeBtn{flex:1;min-width:110px;max-width:180px;padding:14px 20px;border:1px solid #e4e4e7;background:#fff;border-radius:8px;font-size:14px;font-weight:600;color:#18181b;cursor:pointer;text-align:center;white-space:nowrap;transition:all .2s ease}.sdac__sizeBtn:hover{border-color:#b88a24;background:#fafafa}.sdac__sizeBtn.active{border-color:#d4a73d;background:#fff8de;color:#855f05;box-shadow:inset 0 0 0 1px #d4a73d}.sdac__cartRow{display:flex;gap:12px;margin-bottom:12px}.sdac__qtyBox{display:flex;align-items:center;border:1px solid #e4e4e7;border-radius:8px;overflow:hidden;background:#fff}.sdac__qtyBox button{width:48px;height:48px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#27272a;font-size:14px;transition:background .2s}.sdac__qtyBox button:hover{background:#f4f4f5}.sdac__qtyBox span{width:40px;text-align:center;font-weight:700;color:#18181b;font-size:15px}.sdac__addCartBtn{flex:1;height:48px;border:none;background:#18181b;color:#fff;border-radius:8px;cursor:pointer;font-weight:700;font-size:14px;letter-spacing:.5px;transition:all .2s ease}.sdac__addCartBtn:hover{background:#3f3f46}.sdac__buyNowBtn{width:100%;height:52px;border:none;border-radius:8px;background:#d4a73d;color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font-weight:700;font-size:15px;letter-spacing:.5px;transition:all .25s ease;box-shadow:0 4px 12px #d4a73d26}.sdac__buyNowBtn:hover{background:#b88a24;box-shadow:0 4px 16px #b88a2440}.sdac__delivery{margin-bottom:24px;padding-top:12px}.sdac__deliveryTitle{display:flex;align-items:center;gap:8px;margin-bottom:14px;font-size:14px;font-weight:600;color:#3f3f46}.sdac__deliveryTitle svg{color:#d4a73d;font-size:16px}.sdac__deliveryGrid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.sdac__deliveryCard{border:1px solid #f4f4f5;background:#fafafa;border-radius:8px;padding:12px 14px;display:flex;gap:10px;align-items:flex-start}.sdac__deliveryCard svg{font-size:18px;color:#d4a73d;margin-top:2px}.sdac__deliveryCard h5{font-size:13px;font-weight:700;color:#18181b;margin-bottom:2px}.sdac__deliveryCard p{font-size:12px;color:#71717a;font-weight:500}.sdac__bulk{border:1px solid #e4e4e7;background:#fff;border-radius:8px;padding:16px;display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px}.sdac__bulkLeft{display:flex;align-items:center;gap:12px}.sdac__bulkIcon{width:38px;height:38px;min-width:38px;border-radius:6px;background:#fff8de;color:#b88a24;display:flex;align-items:center;justify-content:center;font-size:18px}.sdac__bulk h4{font-size:13px;font-weight:600;color:#27272a;line-height:1.4}.sdac__bulkBtn{border:1px solid #d4a73d;background:transparent;color:#b88a24;padding:8px 14px;border-radius:6px;cursor:pointer;font-size:12px;font-weight:700;white-space:nowrap;transition:all .2s}.sdac__bulkBtn:hover{background:#fff8de}.sdac__buyback{border:1px solid #e2e8f0;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:12px;padding:18px;margin-bottom:20px}.sdac__buybackTop{display:flex;justify-content:space-between;align-items:center;gap:12px}.sdac__buybackTop h3{font-size:15px;font-weight:700;color:#0f172a}.sdac__buybackTop h3 span{color:#10b981;font-size:11px;background:#ecfdf5;padding:2px 6px;border-radius:4px;margin-left:4px}.sdac__buybackTop p{font-size:12px;color:#64748b;margin-top:4px}.sdac__check{width:32px;height:32px;min-width:32px;border-radius:50%;background:#10b981;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px}.sdac__tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.sdac__tags span{background:#f1f5f9;color:#475569;padding:5px 12px;border-radius:30px;font-size:11px;font-weight:600}.sdac__features{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:20px}.sdac__feature{border:1px solid #f1f5f9;background:#fff;border-radius:8px;text-align:center;padding:14px 8px}.sdac__featureIcon{font-size:18px;color:#d4a73d;margin-bottom:6px}.sdac__feature h5{font-size:11px;font-weight:600;color:#475569;line-height:1.3}.sdac__help{display:flex;justify-content:space-between;align-items:center;border:1px solid #e4e4e7;border-radius:8px;padding:14px 16px;cursor:pointer;transition:all .2s ease}.sdac__help:hover{background:#fafafa;border-color:#ccf}.sdac__helpLeft{display:flex;gap:12px;align-items:center}.sdac__helpLeft svg{font-size:20px;color:#d4a73d}.sdac__help h4{font-size:13px;font-weight:700;color:#18181b}.sdac__help p{font-size:12px;color:#71717a;margin-top:1px}.sdac__helpArrow{color:#a1a1aa;transition:transform .2s ease}.sdac__help:hover .sdac__helpArrow{transform:translate(3px);color:#18181b}@media(max-width:1024px){.sdac{position:static;height:auto;overflow:visible;padding-right:0}}@media(max-width:768px){.sdac__title{font-size:24px}.sdac__price{font-size:28px}.sdac__deliveryGrid{grid-template-columns:1fr}.sdac__sizeWrap{display:flex}.sdac__sizeBtn{flex:1;max-width:none}}@media(max-width:480px){.sdac__cartRow{flex-direction:row}.sdac__bulk{flex-direction:column;align-items:flex-start}.sdac__bulkBtn{width:100%;text-align:center}.sdac__features{grid-template-columns:1fr;gap:8px}.sdac__feature{display:flex;align-items:center;gap:12px;text-align:left;padding:10px 14px}.sdac__featureIcon{margin-bottom:0}}.sdac__description-wrap{position:relative}.sdac__description{font-size:14px;line-height:1.6;color:#4a4a4a;transition:max-height .35s ease-in-out}.sdac__description.collapsed{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.sdac__description.expanded{display:block;overflow:visible}.sdac__description-fade{position:absolute;bottom:0;left:0;right:0;height:28px;background:linear-gradient(180deg,#fff0,#fff 90%);pointer-events:none}.sds-switchbar{width:100%;padding:80px 4%;background:#fcfbfa;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.sds-heading-top{position:relative;width:100%;text-align:center;margin-bottom:20px}.sds-heading-top:before{content:"";position:absolute;width:160px;height:1px;background:#e3d3ba;top:50%;left:50%;transform:translate(-50%)}.sds-star{width:38px;height:38px;background:#c99757;color:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;position:relative;z-index:2;font-size:13px;box-shadow:0 4px 10px #c9975733}.sds-main-title{text-align:center;font-size:2.5rem;color:#1a1a1a;margin-bottom:16px;font-weight:700;letter-spacing:-.5px}.sds-badge{width:fit-content;margin:auto;background:linear-gradient(135deg,#dbae6c,#b57a38);color:#fff;padding:8px 24px;border-radius:50px;font-weight:600;font-size:11px;letter-spacing:1px;text-transform:uppercase;box-shadow:0 4px 15px #b57a3826}.sds-subtitle{max-width:700px;margin:24px auto 50px;text-align:center;color:#666;font-size:1.1rem;line-height:1.65;word-break:break-word}.sds-slider-container{max-width:1240px;margin:0 auto;position:relative}.sds-slider-wrapper{position:relative;display:flex;align-items:center}.sds-slider{display:flex;gap:24px;overflow-x:auto;scrollbar-width:none;scroll-behavior:smooth;padding:15px 5px;width:100%;scroll-snap-type:x mandatory;align-items:stretch}.sds-slider::-webkit-scrollbar{display:none}.sds-card{min-width:calc(33.333% - 16px);background:#fff;border-radius:18px;padding:12px;flex-shrink:0;border:1px solid rgba(0,0,0,.04);box-shadow:0 4px 20px #00000005;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s ease;display:flex;flex-direction:column;scroll-snap-align:start}.sds-card:hover{transform:translateY(-6px);box-shadow:0 20px 35px #b57a3814}.sds-image-wrap{position:relative;border-radius:14px;overflow:hidden;flex-shrink:0;height:200px;width:100%;background:#eee}.sds-image-wrap img{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.sds-placeholder-img{position:absolute;inset:0;width:100%;height:100%;background:#eee;z-index:0}.sds-card:hover .sds-image-wrap img{transform:scale(1.04)}.sds-card-star{position:absolute;top:12px;right:12px;width:34px;height:34px;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#c99757;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;box-shadow:0 4px 10px #0000000d;z-index:2}.sds-card-body{padding:6px 4px 4px;display:flex;flex-direction:column;flex-grow:1}.sds-step{display:inline-block;align-self:flex-start;background:#c997571a;color:#b57a38;padding:4px 12px;border-radius:50px;margin-top:16px;font-weight:700;font-size:10px;letter-spacing:.5px}.sds-card h3{margin-top:12px;font-size:1.3rem;color:#222;font-weight:600}.sds-card p{margin-top:8px;color:#666;line-height:1.6;font-size:.95rem;flex-grow:1;word-break:break-word}.sds-readmore-btn{display:inline-block;margin-left:6px;padding:0;border:none;background:none;color:#d1352f;font-weight:700;font-size:.85rem;cursor:pointer;white-space:nowrap}.sds-readmore-btn:hover{text-decoration:underline}.sds-readmore-btn--subtitle{font-size:.95rem;margin-left:8px}.sds-difference{margin-top:20px;background:#faf8f5;border-left:3px solid #c99757;padding:12px 14px;border-radius:0 8px 8px 0;color:#4a4a4a;font-size:.88rem;line-height:1.5}.sds-difference strong{color:#b57a38;font-weight:600}.sds-nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:1px solid rgba(0,0,0,.05);background:#fff;box-shadow:0 8px 25px #0000000f;cursor:pointer;z-index:10;font-size:14px;color:#b57a38;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.sds-nav:hover{background:#b57a38;color:#fff;box-shadow:0 8px 25px #b57a3840}.sds-prev{left:-24px}.sds-next{right:-24px}.sds-pagination{display:flex;justify-content:center;gap:8px;margin-top:35px}.sds-dot{width:8px;height:8px;border-radius:50%;background:#e0e0e0;border:none;cursor:pointer;padding:0;transition:all .3s cubic-bezier(.16,1,.3,1)}.sds-dot.active{background:#c99757;width:24px;border-radius:30px}@media(max-width:1024px){.sds-card{min-width:calc(50% - 12px)}.sds-main-title{font-size:2.1rem}.sds-prev{left:-12px}.sds-next{right:-12px}}@media(max-width:768px){.sds-switchbar{padding:60px 5%}.sds-card{min-width:100%}.sds-main-title{font-size:1.8rem}.sds-subtitle{font-size:.95rem;margin-bottom:35px}.sds-prev{left:-8px}.sds-next{right:-8px}.sds-image-wrap{height:180px}}.shopdetailsyoumight{width:100%;padding:20px 0;background:#fafafa}.shopdetailsyoumight__switchbar{position:sticky;top:10px;z-index:50;display:flex;align-items:center;gap:10px;overflow-x:auto;background:#fff;padding:10px;border-radius:16px;border:1px solid #ececec;box-shadow:0 10px 30px #0000000d;margin-bottom:25px;scrollbar-width:none}.shopdetailsyoumight__switchbar::-webkit-scrollbar{display:none}.shopdetailsyoumight__tab{border:none;background:transparent;display:flex;align-items:center;gap:8px;white-space:nowrap;padding:12px 18px;border-radius:12px;cursor:pointer;font-size:15px;font-weight:600;transition:.3s}.shopdetailsyoumight__tab svg{font-size:18px}.shopdetailsyoumight__tab:hover{background:#f5f5f5}.shopdetailsyoumight__tab.active{color:#c28b2c;background:linear-gradient(135deg,#c28b2c1f,#c28b2c0a);border:1px solid rgba(194,139,44,.2)}.shopdetailsyoumight__card{background:#fff;border-radius:20px;padding:30px;margin-bottom:20px;border:1px solid #ededed;box-shadow:0 8px 30px #0000000a}.shopdetailsyoumight__card h3{display:flex;align-items:center;gap:10px;font-size:24px;font-weight:700;color:#c28b2c;margin-bottom:20px}.shopdetailsyoumight__card p{color:#666;line-height:1.9;font-size:16px;margin-bottom:15px}.shopdetailsyoumight__sizegrid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.shopdetailsyoumight__sizebox{padding:25px;border-radius:16px;background:linear-gradient(135deg,#fff8eb,#fff);border:1px solid #f0dfbf}.shopdetailsyoumight__sizebox h4{margin-bottom:15px;color:#222;font-size:22px}.shopdetailsyoumight__sizebox ul{padding-left:18px}.shopdetailsyoumight__sizebox li{margin-bottom:10px;color:#666}.shopdetailsyoumight__faqtitle{margin-bottom:25px;font-size:32px}.shopdetailsyoumight__faqitem{border-bottom:1px solid #eee}.shopdetailsyoumight__faqquestion{width:100%;background:none;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:18px 0;font-size:17px;font-weight:600;text-align:left}.shopdetailsyoumight__faqanswer{padding-bottom:20px;color:#666;line-height:1.8}@media(max-width:992px){.shopdetailsyoumight__card{padding:24px}.shopdetailsyoumight__sizegrid{grid-template-columns:1fr}}@media(max-width:768px){.shopdetailsyoumight{padding:10px 0}.shopdetailsyoumight__tab{font-size:13px;padding:10px 14px}.shopdetailsyoumight__tab svg{font-size:15px}.shopdetailsyoumight__card{padding:20px;border-radius:16px}.shopdetailsyoumight__card h3{font-size:20px}.shopdetailsyoumight__faqtitle{font-size:24px}.shopdetailsyoumight__faqquestion{font-size:15px}}@media(max-width:480px){.shopdetailsyoumight__tab{min-width:max-content}.shopdetailsyoumight__card{padding:16px}.shopdetailsyoumight__card p{font-size:14px}.shopdetailsyoumight__faqtitle{font-size:22px}}.hub-page-wrapper{min-height:100vh;background:#f0f0f0;display:flex;align-items:center;justify-content:center;padding:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.hub-main-container{width:100%;max-width:1100px;display:flex;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #0003}.hub-content-section{flex:1.2;background:#333a3f;color:#fff;padding:60px 40px;display:flex;flex-direction:column;justify-content:center;order:1}.hub-header{text-align:center;margin-bottom:50px}.hub-header h1{color:#e2b13c;font-size:3rem;margin-bottom:15px}.hub-header p{opacity:.8;font-size:1.1rem}.hub-cards-container{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.hub-card{background:#ffffff0d;padding:30px 20px;border-radius:15px;text-align:center}.hub-icon{color:#e2b13c;font-size:2rem;margin-bottom:15px}.hub-card h3{color:#e2b13c;margin-bottom:10px}.hub-card p{font-size:.9rem;line-height:1.4;opacity:.7}.hub-form-section{flex:.8;background:#e2b13c;padding:60px 50px;display:flex;align-items:center;justify-content:center;order:2}.hub-form-box{width:100%;max-width:350px;text-align:center}.hub-form-box h2{font-size:2rem;margin-bottom:30px;color:#1a1a1a}.hub-input-group input{width:100%;padding:15px 20px;margin-bottom:15px;border:none;border-radius:8px;font-size:1rem}.hub-checkboxes{text-align:left;margin:20px 0;font-size:.85rem;color:#444}.hub-checkboxes label{display:flex;align-items:center;gap:10px;margin-bottom:8px}.hub-login-btn{width:100%;padding:15px;background:#0f1c2e;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s}.hub-login-btn:hover{transform:scale(1.02)}.hub-toggle-link{display:block;margin-top:20px;color:#1a1a1a;text-decoration:underline;cursor:pointer;font-weight:500}@media(max-width:992px){.hub-main-container{flex-direction:column;height:auto}.hub-form-section{order:1;padding:40px 20px}.hub-content-section{order:2;padding:40px 20px}.hub-cards-container{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:15px;padding-bottom:10px}.hub-card{min-width:250px;scroll-snap-align:center}.hub-header h1{font-size:2rem}}:root{--primary-color: #222222;--secondary-color: #595959;--border-color: #e0e0e0;--bg-hover: #f4f4f4}.wood-linocut-container{max-width:1400px;margin:0 auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--primary-color)}.wood-linocut-breadcrumbs{font-size:13px;color:var(--secondary-color);margin-bottom:12px}.wood-linocut-separator{margin:0 8px}.wood-linocut-current{font-weight:500;color:var(--primary-color)}.wood-linocut-heading{font-size:38px;margin-top:70px;font-weight:800;padding-left:450px;margin-bottom:24px}.wood-linocut-controls{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;border-bottom:1px solid var(--border-color);margin-bottom:24px}.wood-linocut-filter-btn{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--border-color);padding:10px 16px;border-radius:24px;cursor:pointer;font-weight:500;font-size:14px}.wood-linocut-filter-btn:hover{background:var(--bg-hover)}.wood-linocut-right-controls{display:flex;align-items:center;gap:20px}.wood-linocut-results-count{font-size:14px;color:var(--secondary-color)}.wood-linocut-sort-wrapper{display:flex;align-items:center;gap:8px;font-size:14px}.wood-linocut-sort-select{border:1px solid var(--border-color);padding:8px 12px;border-radius:8px;outline:none;background:#fff;cursor:pointer}.wood-linocut-main-layout{display:flex;gap:24px;align-items:flex-start;height:auto;min-height:auto}.wood-linocut-sidebar{width:250px;flex-shrink:0;display:none}.wood-linocut-sidebar.open{display:block}.sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.sidebar-header h3{font-size:16px;margin:0}.close-sidebar-btn{background:none;border:none;font-size:24px;cursor:pointer;display:none}.filter-section{border-bottom:1px solid var(--border-color);padding:14px 0}.section-title{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:500;font-size:14px}.arrow-icon{font-size:11px;transition:transform .2s}.arrow-icon.up{transform:rotate(180deg)}.section-dropdown{display:flex;flex-direction:column;gap:10px;padding-top:12px}.checkbox-container{display:flex;align-items:center;gap:8px;font-size:13px;cursor:pointer}.disabled-item{color:#b5b5b5;cursor:not-allowed}.dynamic-price-block{gap:14px}.range-slider{width:100%;accent-color:var(--primary-color)}.price-inputs-row{display:flex;align-items:center;gap:8px}.input-group{display:flex;align-items:center;border:1px solid var(--border-color);border-radius:6px;padding:6px 8px;background:#fff}.currency-symbol{color:var(--secondary-color);margin-right:4px;font-size:13px}.input-group input{border:none;outline:none;width:100%;font-size:13px}.connector-text{font-size:12px;color:var(--secondary-color)}.wood-linocut-content-grid{flex-grow:1}.wood-linocut-content-grid{width:100%;transition:.3s}.wood-linocut-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;transition:.3s ease}.wood-linocut-content-grid.filter-open .wood-linocut-grid{grid-template-columns:repeat(3,1fr)}@media(max-width:992px){.wood-linocut-grid,.wood-linocut-content-grid.filter-open .wood-linocut-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.wood-linocut-grid,.wood-linocut-content-grid.filter-open .wood-linocut-grid{grid-template-columns:1fr}}.wood-linocut-card{display:flex;flex-direction:column;background:#fff}.wood-linocut-image-wrapper{position:relative;width:100%;padding-bottom:100%;background:#f7f7f7;border-radius:6px;overflow:hidden}.wood-linocut-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.wood-linocut-favorite-btn{position:absolute;top:10px;right:10px;background:#fff;border:none;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 5px #0000001a}.wood-linocut-details{padding:8px 0;display:flex;flex-direction:column;gap:3px}.wood-linocut-title{font-size:13px;font-weight:400;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wood-linocut-rating-row{display:flex;align-items:center;gap:4px}.wood-linocut-stars{display:flex;color:#222}.wood-linocut-reviews-count{font-size:11px;color:var(--secondary-color)}.wood-linocut-price-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.wood-linocut-current-price{font-weight:700;font-size:14px}.wood-linocut-original-price{text-decoration:line-through;color:var(--secondary-color);font-size:12px}.wood-linocut-discount{color:#a61a11;font-size:12px}.wood-linocut-seller{font-size:11px;color:var(--secondary-color)}.wood-linocut-badge-free{font-size:11px;font-weight:600;color:#1a7a1a}.wood-linocut-pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:40px;padding-top:24px;border-top:1px solid var(--border-color)}.wood-linocut-page-btn{min-width:36px;height:36px;padding:0 12px;border:1px solid var(--border-color);background:#fff;border-radius:18px;cursor:pointer;font-size:13px;display:inline-flex;align-items:center;justify-content:center;transition:all .2s}.wood-linocut-page-btn:hover:not(:disabled){background:var(--bg-hover)}.wood-linocut-page-btn.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.wood-linocut-page-btn:disabled{color:silver;border-color:#eee;cursor:not-allowed}@media(max-width:1200px){.wood-linocut-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:992px){.wood-linocut-grid{grid-template-columns:repeat(2,1fr)}.wood-linocut-sidebar{position:fixed;top:0;left:-280px;height:100vh;width:280px;background:#fff;z-index:1000;padding:20px;box-shadow:2px 0 10px #00000026;overflow-y:auto;transition:left .3s ease;display:block}.wood-linocut-sidebar.open{left:0}.close-sidebar-btn{display:block}.sidebar-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;z-index:999;display:none}.sidebar-backdrop.show{display:block}}@media(max-width:576px){.wood-linocut-grid{grid-template-columns:1fr;gap:16px}.wood-linocut-controls{flex-direction:column;align-items:flex-start;gap:12px}.wood-linocut-right-controls{width:100%;justify-content:space-between}}.sidebar{width:100%}.sidebarProfileCard{background:#fff;border-radius:16px;padding:18px;box-shadow:0 3px 12px #0000000d;margin-bottom:18px}.sidebarProfileTop{display:flex;justify-content:space-between;align-items:flex-start}.sidebarProfileInfo{flex:1;min-width:0}.sidebarProfileInfo h3{display:flex;align-items:center;gap:4px;margin:0;font-size:18px;font-weight:700;color:#1d1d1d}.sidebarMiniArrow{font-size:15px}.sidebarProfileInfo p{margin:16px 0 0;font-size:14px;color:#7a7a7a;line-height:1.5;word-break:break-word}.sidebarAvatar{width:46px;height:46px;border-radius:50%;background:#d4a243;color:#fff;display:flex;justify-content:center;align-items:center;font-size:20px;font-weight:700;flex-shrink:0}.sidebarDivider{height:1px;background:#ececec;margin:16px 0}.sidebarTotalOrders{display:flex;align-items:center;gap:10px;text-decoration:none}.sidebarTotalOrders span{font-size:28px;font-weight:700;color:#111}.sidebarTotalOrders p{display:flex;align-items:center;gap:4px;margin:0;font-size:16px;color:#222}.sidebarMenuCard{background:#fff;border-radius:16px;box-shadow:0 3px 12px #0000000d;overflow:hidden}.sidebarHeading{padding:18px;font-size:18px;font-weight:700;color:#222}.sidebarMenuItem{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;text-decoration:none;transition:.3s;border-top:1px solid #f1f1f1}.sidebarMenuItem:hover{background:#fcf8f0}.sidebarMenuItem.active{background:#fbf5ec}.sidebarMenuLeft{display:flex;align-items:center;gap:14px}.sidebarIcon{width:36px;height:36px;border-radius:50%;display:flex;justify-content:center;align-items:center;color:#d4a243;font-size:18px;flex-shrink:0}.sidebarMenuContent h4{margin:0;font-size:15px;font-weight:600;color:#222}.sidebarMenuContent p{margin-top:4px;font-size:13px;color:#8b8b8b;line-height:1.4}.sidebarArrow{color:#999;font-size:18px}.sidebarMenuItem.active .sidebarArrow,.sidebarMenuItem.active .sidebarIcon,.sidebarMenuItem.active h4{color:#d4a243}.sidebarLogout{width:100%;border:none;background:#fff;border-top:1px solid #f2f2f2;display:flex;align-items:center;gap:10px;padding:18px;cursor:pointer;color:#ef4444;font-size:15px;transition:.3s}.sidebarLogout svg{font-size:18px}.sidebarLogout:hover{background:#fff5f5}@media(max-width:1200px){.sidebarProfileCard,.sidebarMenuCard{border-radius:14px}.sidebarMenuItem{padding:15px 16px}}@media(max-width:992px){.sidebarHeading{font-size:17px}.sidebarMenuContent h4{font-size:14px}.sidebarMenuContent p{font-size:12px}.sidebarAvatar{width:42px;height:42px;font-size:18px}.sidebarTotalOrders span{font-size:24px}}@media(max-width:768px){.sidebarProfileCard{padding:16px}.sidebarMenuItem{padding:14px 16px}.sidebarHeading{padding:16px}.sidebarIcon{width:34px;height:34px;font-size:17px}.sidebarProfileInfo h3{font-size:17px}.sidebarProfileInfo p{font-size:13px}.sidebarMenuContent h4{font-size:14px}.sidebarMenuContent p{font-size:12px}}@media(max-width:480px){.sidebarProfileCard,.sidebarMenuCard{border-radius:12px}.sidebarProfileInfo h3{font-size:16px}.sidebarAvatar{width:40px;height:40px;font-size:17px}.sidebarTotalOrders span{font-size:22px}.sidebarTotalOrders p{font-size:14px}.sidebarHeading{font-size:16px}.sidebarLogout{font-size:14px}}.sidebarActionGroup{display:flex;flex-direction:column;gap:8px;margin-top:20px;padding-top:15px;border-top:1px solid #f0f0f0}.sidebarLoginLink{display:flex;align-items:center;gap:12px;background:#fdf8f7;border:1px solid #e2a299;color:#a63626;padding:12px 16px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%}.sidebarLoginLink:hover{background:#a63626;color:#fff;border-color:#a63626}.sidebarLoginLink svg{font-size:16px}.sidebarModalOverlay{position:fixed;inset:0;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:2000;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.sidebarModalContainer{position:relative;background:#fff;border-radius:12px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 30px #0003;animation:modalFadeIn .3s ease-out}.sidebarModalCloseBtn{position:absolute;top:15px;right:20px;background:#a63626;color:#fff;border:none;font-size:28px;font-weight:300;width:35px;height:35px;border-radius:50%;cursor:pointer;display:flex;justify-content:center;align-items:center;z-index:2100;transition:background .2s}.sidebarModalCloseBtn:hover{background:#852619}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.mainLayout{width:100%;min-height:100vh;background:#f7f7f7;display:flex;gap:24px;padding:24px;box-sizing:border-box;margin-top:80px}.mainLayout-sidebar{width:340px;min-width:340px}.mainLayout-content{flex:1;min-width:0}.mainLayout-content,.mainLayout-sidebar{overflow-y:auto;scrollbar-width:none}.mainLayout-content::-webkit-scrollbar,.mainLayout-sidebar::-webkit-scrollbar{display:none}@media(max-width:1100px){.mainLayout{gap:20px;padding:20px}.mainLayout-sidebar{width:300px;min-width:300px}}@media(max-width:768px){.mainLayout{flex-direction:column;padding:15px;gap:18px}.mainLayout-sidebar{width:100%;min-width:100%}.mainLayout-content{width:100%}}.address{width:100%;background:#fff;border-radius:18px;padding:24px;box-sizing:border-box;box-shadow:0 3px 15px #0000000d}.addressHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:15px}.addressHeader h2{margin:0;font-size:32px;color:#1f1f1f;font-weight:700}.addressAddBtn{display:flex;align-items:center;gap:8px;background:#d5a441;color:#fff;border:none;border-radius:10px;padding:14px 22px;font-size:16px;font-weight:600;cursor:pointer;transition:.3s}.addressAddBtn:hover{background:#c8942d}.addressFormCard{border:1px solid #ececec;border-radius:16px;padding:24px;margin-bottom:35px;animation:addressFade .3s ease}@keyframes addressFade{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}.addressFormTitle{display:flex;align-items:center;gap:10px;color:#d5a441;margin-bottom:25px}.addressFormTitle h3{margin:0;color:#222;font-size:26px}.addressFormTitle svg{font-size:22px}.addressGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.addressFormGroup{display:flex;flex-direction:column}.addressFormGroup label{margin-bottom:8px;font-size:15px;color:#222;font-weight:500}.addressFormGroup input,.addressFormGroup select{height:50px;border:1px solid #d8d8d8;border-radius:10px;padding:0 15px;font-size:15px;outline:none;transition:.3s;background:#fff}.addressFormGroup input:focus,.addressFormGroup select:focus{border-color:#d5a441;box-shadow:0 0 0 3px #d5a44126}.addressCheckbox{display:flex;align-items:center;gap:12px;border:1px solid #ececec;border-radius:10px;padding:14px 15px;margin-top:22px}.addressCheckbox input{width:20px;height:20px;cursor:pointer}.addressCheckbox label{font-size:15px;cursor:pointer}.addressButtons{display:flex;gap:15px;margin-top:22px}.addressSaveBtn{border:none;background:#d5a441;color:#fff;border-radius:10px;padding:14px 24px;font-size:15px;font-weight:600;cursor:pointer;transition:.3s}.addressSaveBtn:hover{background:#c8942d}.addressCancelBtn{border:1px solid #d8d8d8;background:#fff;color:#555;border-radius:10px;padding:14px 22px;font-size:15px;cursor:pointer;transition:.3s}.addressCancelBtn:hover{background:#f6f6f6}.addressContent{min-height:260px}.addressEmpty{text-align:center;padding:40px 15px}.addressEmptyIcon{font-size:60px;color:#cfcfcf;margin-bottom:15px}.addressEmpty h3{margin:0;font-size:32px;color:#222}.addressEmpty p{margin:14px 0 28px;color:#888;font-size:17px}.addressPrimaryBtn{background:#d5a441;color:#fff;border:none;border-radius:10px;padding:14px 24px;cursor:pointer;font-size:16px;font-weight:600;transition:.3s}.addressPrimaryBtn:hover{background:#c8942d}.addressList{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px}.addressCard{border:1px solid #ececec;border-radius:14px;padding:20px;background:#fff;transition:.3s}.addressCard:hover{transform:translateY(-3px);box-shadow:0 8px 18px #00000014}.addressCard h4{margin:0 0 12px;font-size:20px;color:#222}.addressCard p{margin:6px 0;color:#666;font-size:14px}.addressDefaultBadge{display:inline-block;margin-top:15px;background:#d5a441;color:#fff;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600}@media(max-width:1200px){.addressGrid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.address{padding:18px}.addressHeader{flex-direction:column;align-items:flex-start}.addressHeader h2{font-size:26px}.addressAddBtn{width:100%;justify-content:center}.addressFormCard{padding:18px}.addressGrid{grid-template-columns:1fr;gap:16px}.addressButtons{flex-direction:column}.addressSaveBtn,.addressCancelBtn{width:100%}.addressEmpty h3{font-size:26px}.addressEmpty p{font-size:15px}}@media(max-width:480px){.address{padding:15px;border-radius:14px}.addressHeader h2{font-size:22px}.addressFormTitle h3{font-size:20px}.addressFormGroup label{font-size:14px}.addressFormGroup input,.addressFormGroup select{height:46px;font-size:14px}.addressCheckbox label{font-size:14px}.addressEmptyIcon{font-size:50px}.addressEmpty h3{font-size:22px}.addressPrimaryBtn{width:100%}.addressCard{padding:16px}}.overview-container{width:100%;max-width:1000px;margin:0 auto;padding:16px;box-sizing:border-box;background-color:#fcfbfa;display:flex;flex-direction:column;gap:24px}.overview-card{background-color:#fff;border:1px solid #f3f4f6;border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000000d;box-sizing:border-box}.overview-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.overview-card-title{font-family:Georgia,Cambria,Times New Roman,Times,serif;font-size:20px;font-weight:700;color:#1a1a1a;margin:0}.overview-see-all-btn{background:none;border:none;color:#c59b4f;font-size:14px;font-weight:500;cursor:pointer;padding:0;transition:color .2s ease}.overview-see-all-btn:hover{color:#b0873e}.overview-card-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:16px 0}.overview-icon-wrapper{color:#d1d5db;font-size:48px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.overview-empty-heading{font-family:Georgia,Cambria,Times New Roman,Times,serif;font-size:18px;font-weight:500;color:#2d2d2d;margin:0 0 4px}.overview-empty-text{font-size:14px;color:#6b7280;max-width:280px;margin:0 0 24px;line-height:1.4}.overview-action-btn{background-color:#c59b4f;color:#fff;border:none;border-radius:8px;padding:10px 24px;font-size:14px;font-weight:500;cursor:pointer;box-shadow:0 1px 2px #0000000d;transition:background-color .2s ease,transform .1s ease}.overview-action-btn:hover{background-color:#b0873e}.overview-action-btn:active{transform:scale(.98)}@media(min-width:768px){.overview-container{padding:24px}.overview-card{padding:32px}}.orderContainer{width:100%;padding:1.5rem;box-sizing:border-box;display:flex;justify-content:center;align-items:flex-start}.orderCard{width:100%;max-width:850px;background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #0000000a,0 1px 3px #00000005;padding:2.5rem 2rem 4rem;box-sizing:border-box;position:relative}.orderHeaderTitle{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0 0 1.5rem;text-align:left}.orderEmptyState{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin-top:1rem}.orderIconWrapper{margin-bottom:1.5rem;display:flex;justify-content:center;align-items:center}.orderEmptyIcon{font-size:3.5rem;color:#ccc;stroke-width:1.2px}.orderEmptyHeading{font-family:Georgia,serif;font-size:1.35rem;font-weight:400;color:#4a4a4a;margin:0 0 .5rem}.orderEmptyText{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:.95rem;color:#777;margin:0 0 1.75rem}.orderStartShoppingBtn{display:inline-block;background-color:#d4a347;color:#fff;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:.95rem;font-weight:500;padding:.65rem 1.75rem;border-radius:8px;text-decoration:none;transition:background-color .2s ease,transform .1s ease;box-shadow:0 2px 4px #d4a34733}.orderStartShoppingBtn:hover{background-color:#c29238}.orderStartShoppingBtn:active{transform:scale(.98)}@media(max-width:768px){.orderContainer{padding:1rem}.orderCard{padding:2rem 1.5rem 3rem;border-radius:8px}.orderEmptyHeading{font-size:1.2rem}.orderEmptyIcon{font-size:3rem}}@media(max-width:480px){.orderCard{padding:1.5rem 1rem 2.5rem;box-shadow:none;border:1px solid #f0f0f0}.orderHeaderTitle{font-size:1.15rem}.orderStartShoppingBtn{width:100%;box-sizing:border-box}}.AccountDetails{width:100%;background:#f5f6fa;font-family:Poppins,sans-serif}.AccountDetails-card{width:100%;background:#fff;border:1px solid #ececec;border-radius:12px;overflow:hidden}.AccountDetails-title{font-size:28px;font-weight:700;color:#111827;padding:25px 25px 15px}.AccountDetails-list{width:100%}.AccountDetails-row{display:flex;align-items:center;min-height:58px;border-top:1px solid #ededed;padding:0 25px}.AccountDetails-row:first-child{border-top:none}.AccountDetails-label{width:240px;display:flex;align-items:center;gap:10px;color:#7b8794;font-size:16px;font-weight:500;flex-shrink:0}.AccountDetails-icon{color:#c89b3c;font-size:18px}.AccountDetails-value{flex:1;color:#1f2937;font-size:16px;font-weight:500;word-break:break-word}.AccountDetails-buttons{display:flex;align-items:center;gap:12px;padding:25px;flex-wrap:wrap}.AccountDetails-addressBtn,.AccountDetails-passwordBtn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:.3s;border:none}.AccountDetails-addressBtn{background:#d8a23f;color:#fff}.AccountDetails-addressBtn:hover{background:#c8932e}.AccountDetails-passwordBtn{background:#fff;color:#4b5563;border:1px solid #d9d9d9}.AccountDetails-passwordBtn:hover{background:#f8f8f8}@media(max-width:768px){.AccountDetails{padding:15px}.AccountDetails-title{font-size:24px}.AccountDetails-row{flex-direction:column;align-items:flex-start;gap:8px;padding:14px 20px}.AccountDetails-label{width:100%;font-size:15px}.AccountDetails-value{width:100%;padding-left:28px;font-size:15px}.AccountDetails-buttons{flex-direction:column;align-items:stretch}.AccountDetails-addressBtn,.AccountDetails-passwordBtn{width:100%}}@media(max-width:480px){.AccountDetails{padding:10px}.AccountDetails-card{border-radius:10px}.AccountDetails-title{padding:20px 18px 12px;font-size:22px}.AccountDetails-row{padding:14px 18px}.AccountDetails-label,.AccountDetails-value{font-size:14px}.AccountDetails-addressBtn,.AccountDetails-passwordBtn{font-size:14px;padding:12px 16px}}.contactUsContainer{width:100%;padding:1.5rem;box-sizing:border-box;display:flex;justify-content:center;align-items:flex-start}.contactUsCard{width:100%;max-width:850px;background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #0000000a,0 1px 3px #00000005;padding:2.5rem;box-sizing:border-box}.contactUsHeaderTitle{font-family:Georgia,serif;font-size:1.35rem;font-weight:700;color:#1a1a1a;margin:0 0 1.75rem;text-align:left}.contactUsContent{display:flex;flex-direction:column;gap:1.75rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.95rem;color:#4a4a4a;text-align:left}.contactUsSectionHeading{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.contactUsSectionHeading h3{font-size:.95rem;font-weight:400;color:#77777c;margin:0}.contactUsIcon{font-size:1.05rem;color:#d4a347;flex-shrink:0}.contactUsSectionBody{padding-left:1.55rem;line-height:1.6}.contactUsSectionBody p{margin:0}.contactUsTimeText{color:#77777c}.contactUsHighlightText{color:#d4a347;text-decoration:none;font-weight:400}.contactUsGoldLink{color:#d4a347;text-decoration:none;transition:opacity .2s ease}.contactUsGoldLink:hover{text-decoration:underline;opacity:.9}.contactUsEmailText{font-size:1.05rem}.contactUsMutedText{color:#8e8e93;font-size:.85rem;margin-top:.15rem!important}.contactUsAddressDetails{color:#3a3a3c}.contactUsCompanyTitle{display:block;font-weight:600;color:#2c2c2e;margin-bottom:.2rem}.contactUsActionArea{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid #f2f2f7;display:flex;justify-content:center}.contactUsBtnPage{background-color:#d4a347;color:#fff;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:.95rem;font-weight:500;padding:.65rem 1.75rem;border-radius:8px;text-decoration:none;border:none;cursor:pointer;box-shadow:0 2px 4px #d4a34726;transition:background-color .2s ease,transform .1s ease}.contactUsBtnPage:hover{background-color:#c29238}.contactUsBtnPage:active{transform:scale(.98)}@media(max-width:768px){.contactUsCard{padding:2rem 1.5rem}.contactUsEmailText{font-size:1rem}}@media(max-width:480px){.contactUsContainer{padding:1rem .5rem}.contactUsCard{box-shadow:none;border:1px solid #f0f0f0;padding:1.5rem 1rem}.contactUsActionArea{width:100%}.contactUsBtnPage{width:100%;text-align:center;box-sizing:border-box}}.wishlist-container{width:100%;min-height:80vh;background-color:#f8f5f2;font-family:Playfair Display,Georgia,serif;padding:60px 20px;box-sizing:border-box}.wishlist-header{text-align:center;margin-bottom:60px}.wishlist-title{font-size:36px;font-weight:400;color:#111;margin-bottom:15px;letter-spacing:.5px}.wishlist-breadcrumb{display:flex;align-items:center;justify-content:center;gap:8px;font-family:system-ui,-apple-system,sans-serif;font-size:14px;color:#555}.breadcrumb-link{cursor:pointer;transition:color .2s}.breadcrumb-link:hover{color:#a34000}.breadcrumb-separator{color:#999}.breadcrumb-current{color:#222}.wishlist-empty-state{text-align:center;padding:40px 10px;font-family:system-ui,-apple-system,sans-serif;font-size:16px;color:#111}.back-shopping-link{text-decoration:underline;cursor:pointer;font-weight:500;transition:color .2s}.back-shopping-link:hover{color:#a34000}.wishlist-grid-wrapper{max-width:1200px;margin:0 auto;padding:0 40px}.wishlist-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.product-card{display:flex;flex-direction:column;background:transparent}.product-image-container{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;cursor:pointer}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.discount-badge{position:absolute;top:15px;left:15px;background-color:#bc4722;color:#fff;font-family:system-ui,sans-serif;font-size:11px;font-weight:600;padding:4px 8px;border-radius:20px;z-index:2}.hover-action-icons{position:absolute;top:15px;right:15px;display:flex;flex-direction:column;gap:8px;opacity:0;transition:opacity .3s ease;z-index:3}.action-icon-btn{width:36px;height:36px;border-radius:50%;background-color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #0000001a;transition:background-color .2s,transform .2s}.action-icon-btn:hover{background-color:#f5ebe6;transform:scale(1.05)}.action-icon-btn.active-heart{background-color:#f5ebe6}.select-options-overlay{position:absolute;bottom:0;left:0;width:100%;padding:12px;box-sizing:border-box;transform:translateY(101%);transition:transform .3s ease;z-index:2}.select-options-btn{width:100%;background-color:#fff;color:#111;border:none;padding:10px 0;font-family:system-ui,sans-serif;font-size:12px;font-weight:600;letter-spacing:1px;cursor:pointer;box-shadow:0 4px 10px #0000000d}.product-card:hover .hover-action-icons{opacity:1}.product-card:hover .select-options-overlay{transform:translateY(0)}.product-card:hover .product-image{transform:scale(1.03)}.product-details{padding-top:15px;font-family:system-ui,-apple-system,sans-serif}.product-title{font-size:15px;font-weight:400;color:#111;line-height:1.4;margin:0 0 6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-rating{display:flex;align-items:center;gap:6px;margin-bottom:8px}.rating-num{font-size:13px;color:#666}.stars-row{display:flex;gap:1px}.product-price-row{display:flex;align-items:center;gap:6px;font-size:14px}.price-from{color:#bc4722;font-weight:500}.current-price{color:#bc4722;font-weight:600}.old-price{color:#999;text-decoration:line-through;font-size:13px}@media(max-width:1200px){.wishlist-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.wishlist-grid-wrapper{padding:0 15px}.wishlist-grid{grid-template-columns:repeat(2,1fr);gap:20px}.wishlist-title{font-size:30px}.hover-action-icons{opacity:1}}@media(max-width:480px){.wishlist-grid{grid-template-columns:repeat(1,1fr);gap:25px}.wishlist-title{font-size:26px}}.ShopBestsellerhero{width:100%;min-height:380px;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;display:flex;align-items:center;justify-content:center;color:#fff;box-sizing:border-box}.ShopBestsellerhero-overlay{width:100%;height:100%;min-height:380px;background:radial-gradient(circle at center,#19120f73,#0f0a08d9);display:flex;align-items:center;justify-content:center;padding:40px 20px;box-sizing:border-box}.ShopBestsellerhero-content{max-width:800px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.ShopBestsellerhero-subtitle-container{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:12px}.ShopBestsellerhero-line{width:35px;height:1px;background-color:#c9a063;opacity:.8}.ShopBestsellerhero-subtitle{font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:500;letter-spacing:3.5px;color:#c9a063;text-transform:uppercase}.ShopBestsellerhero-title{font-family:Cinzel,serif;font-size:3.2rem;font-weight:400;color:#f7f3ed;margin:0 0 16px;line-height:1.15;letter-spacing:1px}.ShopBestsellerhero-description{font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:300;color:#e2d9cf;line-height:1.6;margin:0 0 24px;max-width:650px}.ShopBestsellerhero-features{display:flex;align-items:center;justify-content:center;gap:10px;font-family:Montserrat,sans-serif;font-size:.8rem;font-weight:400;color:#d1c5b8;letter-spacing:.5px}.ShopBestsellerhero-dot{color:#c9a063;font-size:.6rem}@media(max-width:768px){.ShopBestsellerhero{min-height:320px}.ShopBestsellerhero-overlay{min-height:320px;padding:30px 16px}.ShopBestsellerhero-title{font-size:2.3rem}.ShopBestsellerhero-description{font-size:.85rem}.ShopBestsellerhero-desktop-br{display:none}.ShopBestsellerhero-line{width:25px}}@media(max-width:480px){.ShopBestsellerhero-title{font-size:1.9rem}.ShopBestsellerhero-subtitle{font-size:.65rem;letter-spacing:2.5px}.ShopBestsellerhero-features{font-size:.72rem;flex-wrap:wrap}}.AllProducts{width:100%;max-width:1400px;margin:0 auto;padding:20px 24px}.AllProducts-container{display:flex;gap:32px}.AllProducts-sidebar{width:240px;flex-shrink:0}.AllProducts-sidebarTitle{font-family:Playfair Display,serif;font-size:24px;font-weight:400;margin-bottom:24px}.AllProducts-filterSection{border-top:1px solid #e8e3d9;padding:16px 0}.AllProducts-filterHeader{font-size:11px;letter-spacing:1px;color:#666;margin-bottom:12px;text-transform:uppercase;font-weight:600}.AllProducts-checkboxLabel{display:flex;align-items:center;gap:10px;font-size:13px;color:#444;margin-bottom:10px;cursor:pointer}.AllProducts-checkboxLabel input[type=checkbox]{width:15px;height:15px;accent-color:#8c2b18;border-radius:3px}.AllProducts-priceSlider input[type=range]{width:100%;accent-color:#c9a050;cursor:pointer}.AllProducts-priceLabels{display:flex;justify-content:space-between;font-size:12px;font-weight:700;margin-top:6px}.AllProducts-whatsappCard{background-color:#e2f0d9;border-radius:12px;padding:16px;margin-top:24px}.AllProducts-whatsappHeader{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:700;color:#2b5e2b}.AllProducts-waIcon{color:#25d366;font-size:16px}.AllProducts-whatsappCard p{font-size:12px;color:#333;margin:8px 0 12px;line-height:1.4}.AllProducts-waLink{color:#1e4620;font-weight:700;font-size:12px;text-decoration:underline}.AllProducts-mainContent{flex-grow:1}.AllProducts-topBar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.AllProducts-count{font-size:13px;color:#666}.AllProducts-controls{display:flex;align-items:center;gap:20px}.AllProducts-gridIcons{display:flex;gap:8px}.AllProducts-gridBtn{background:none;border:none;cursor:pointer;font-size:18px;color:#888;padding:4px;display:flex;align-items:center;justify-content:center}.AllProducts-gridBtn.active{color:#8c2b18}.AllProducts-sortWrapper{display:flex;align-items:center;gap:8px;font-size:12px;letter-spacing:1px}.AllProducts-sortWrapper select{padding:6px 12px;border:1px solid #ccc;border-radius:4px;background:#fff;font-size:13px}.AllProducts-grid{display:grid;gap:20px}.AllProducts-card{background:transparent;cursor:pointer;transition:transform .2s}.AllProducts-card:hover{transform:translateY(-4px)}.AllProducts-cardImageWrapper{position:relative;width:100%;aspect-ratio:1;background-color:#eee;border-radius:12px;overflow:hidden}.AllProducts-cardImageWrapper img{width:100%;height:100%;object-fit:cover}.AllProducts-tagBadge{position:absolute;top:10px;left:10px;background:#ffffffe6;padding:4px 8px;border-radius:12px;font-size:10px;font-weight:600}.AllProducts-wishlistBtn{position:absolute;top:10px;right:10px;background:#fff;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 5px #0000001a}.AllProducts-wishlistBtn .filled{color:#e74c3c}.AllProducts-selectSizeBtn{position:absolute;bottom:10px;left:10px;right:10px;background:#1e1e1ed9;color:#fff;border:none;padding:8px 0;border-radius:6px;font-size:11px;letter-spacing:1px;font-weight:700;opacity:0;transition:opacity .2s;cursor:pointer}.AllProducts-card:hover .AllProducts-selectSizeBtn{opacity:1}.AllProducts-cardBody{padding:12px 0}.AllProducts-cardTitle{font-size:14px;font-weight:500;line-height:1.3;margin:0 0 6px;height:36px;overflow:hidden}.AllProducts-cardRating{display:flex;align-items:center;gap:4px;font-size:11px;color:#d4af37;margin-bottom:6px}.AllProducts-stars{display:flex;gap:2px}.AllProducts-ratingScore{color:#333;font-weight:700;margin-left:2px}.AllProducts-ratingCount{color:#888}.AllProducts-cardPrice{display:flex;align-items:center;gap:8px}.AllProducts-currentPrice{font-size:15px;font-weight:700}.AllProducts-oldPrice{font-size:13px;color:#888;text-decoration:line-through}.AllProducts-loadMoreWrapper{text-align:center;margin-top:40px}.AllProducts-loadMoreBtn{background:#fff;border:1px solid #333;padding:10px 32px;border-radius:20px;font-size:12px;letter-spacing:1px;cursor:pointer;font-weight:700}.AllProducts-loadMoreBtn:hover{background:#333;color:#fff}.AllProducts-detailView{padding-top:10px}.AllProducts-breadcrumb{font-size:11px;color:#888;margin-bottom:20px;letter-spacing:.5px}.AllProducts-backLink{cursor:pointer}.AllProducts-backLink:hover{text-decoration:underline}.AllProducts-detailContainer{display:flex;gap:40px}.AllProducts-detailGallery{width:50%}.AllProducts-mainImageWrapper{position:relative;width:100%;aspect-ratio:1;border-radius:16px;overflow:hidden;background:#f0f0f0}.AllProducts-mainImageWrapper img{width:100%;height:100%;object-fit:cover}.AllProducts-trustBadge{position:absolute;top:16px;left:16px;background:#0009;color:#fff;font-size:10px;padding:4px 8px;border-radius:10px}.AllProducts-galleryNav{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:none;width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #00000026}.AllProducts-galleryNav.prev{left:12px}.AllProducts-galleryNav.next{right:12px}.AllProducts-thumbnails{display:flex;gap:10px;margin-top:12px;overflow-x:auto}.AllProducts-thumb{width:60px;height:60px;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer}.AllProducts-thumb.active{border-color:#8c2b18}.AllProducts-thumb img{width:100%;height:100%;object-fit:cover}.AllProducts-detailInfo{width:50%}.AllProducts-detailTitle{font-size:24px;font-weight:400;margin-bottom:8px}.AllProducts-detailRating{display:flex;align-items:center;gap:8px;font-size:13px;margin-bottom:16px}.AllProducts-detailRating .AllProducts-stars{color:#d4af37}.AllProducts-reviewsLink{color:#666;text-decoration:underline}.AllProducts-detailPriceRow{display:flex;align-items:center;gap:12px;margin-bottom:16px}.AllProducts-detailPrice{font-size:22px;font-weight:700}.AllProducts-detailOldPrice{font-size:16px;color:#888;text-decoration:line-through}.AllProducts-discountBadge{color:#d9534f;font-size:12px;font-weight:700}.AllProducts-offerBanner{background-color:#eaf6ed;border-radius:20px;padding:10px 16px;display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;font-size:13px;color:#2b5e2b}.AllProducts-offerTag{display:flex;align-items:center;gap:8px;font-weight:700}.AllProducts-giftOption{display:flex;align-items:center;gap:8px;margin-bottom:20px;cursor:pointer;font-size:12px}.AllProducts-giftText{display:flex;align-items:center;gap:4px;font-weight:700}.AllProducts-optionalTag{color:#888;margin-left:auto}.AllProducts-actionRow{display:flex;gap:12px;margin-bottom:12px}.AllProducts-quantityControl{display:flex;align-items:center;border:1px solid #ccc;border-radius:6px;padding:0 8px}.AllProducts-quantityControl button{background:none;border:none;padding:8px;cursor:pointer}.AllProducts-quantityControl span{padding:0 12px;font-weight:700}.AllProducts-addToCartBtn{flex-grow:1;background:#fff;border:1px solid #000;border-radius:6px;font-weight:700;letter-spacing:1px;cursor:pointer}.AllProducts-buyNowBtn{width:100%;background:#a83212;color:#fff;border:none;padding:14px;border-radius:6px;font-size:14px;font-weight:700;letter-spacing:1px;cursor:pointer;margin-bottom:16px}.AllProducts-trustPoints{display:flex;justify-content:space-between;font-size:11px;color:#555;margin-bottom:16px}.AllProducts-waOrderLink{text-align:center;font-size:12px;margin-bottom:24px}.AllProducts-waOrderLink .waIcon{color:#25d366;margin-right:4px}.AllProducts-waOrderLink a{color:#2b5e2b;font-weight:700;text-decoration:underline}.AllProducts-deliveryBox{border:1px solid #f0ece1;border-radius:12px;padding:16px;background:#faf8f5;margin-bottom:24px}.AllProducts-delHeader{font-size:11px;font-weight:700;letter-spacing:1px;margin-bottom:10px;display:flex;align-items:center;gap:6px}.AllProducts-pincodeRow{display:flex;gap:8px;margin-bottom:8px}.AllProducts-pincodeInput{display:flex;align-items:center;border:1px solid #ccc;border-radius:6px;padding:6px 10px;flex-grow:1;background:#fff}.AllProducts-pincodeInput input{border:none;outline:none;width:100%;margin-left:6px}.AllProducts-checkPinBtn{background:#111;color:#fff;border:none;padding:0 16px;border-radius:6px;font-weight:700;cursor:pointer;font-size:11px}.AllProducts-delStatus{font-size:12px;color:#333}.AllProducts-delStatus .greenCheck{color:#2e7d32}.AllProducts-tiersContainer{border:1px solid #eaeaea;border-radius:12px;padding:16px;margin-bottom:24px}.AllProducts-tiersHeader{font-size:11px;font-weight:700;letter-spacing:1px;margin-bottom:12px}.AllProducts-tiersGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.AllProducts-tierCard{position:relative;border:1px solid #ddd;border-radius:8px;padding:12px 6px;text-align:center;background:#fff}.AllProducts-tierCard.active{border-color:#2b5e2b;background:#f4faf5}.AllProducts-popularBadge,.AllProducts-bestValueBadge{position:absolute;top:-8px;left:50%;transform:translate(-50%);font-size:8px;background:#d4af37;color:#fff;padding:1px 4px;border-radius:4px;white-space:nowrap}.AllProducts-qtyLabel{display:block;font-size:11px;font-weight:700}.AllProducts-tierPrice{display:block;font-size:12px;font-weight:700;margin:2px 0}.AllProducts-tierSub{display:block;font-size:10px;color:#666}.AllProducts-tierFooter{background:#eaf6ed;font-size:11px;color:#2b5e2b;padding:8px;border-radius:6px;text-align:center;margin-top:10px}.AllProducts-bulkRow{display:flex;justify-content:space-between;align-items:center;margin-top:12px;font-size:12px}.AllProducts-talkToUsBtn{background:#111;color:#fff;border:none;padding:6px 12px;border-radius:6px;cursor:pointer}.AllProducts-accordionItem{border-top:1px solid #ddd;padding:12px 0}.AllProducts-accordionHeader{display:flex;justify-content:space-between;cursor:pointer;font-size:14px;font-weight:500}.AllProducts-accordionBody{font-size:13px;color:#666;padding-top:8px}.AllProducts-promisesGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;background:#faf8f5;padding:16px;border-radius:12px;margin-top:24px}.AllProducts-promiseCard{display:flex;align-items:center;gap:10px}.AllProducts-promiseCard .icon{font-size:20px;color:#d4af37}.AllProducts-promiseCard strong{display:block;font-size:12px}.AllProducts-promiseCard p{margin:0;font-size:10px;color:#666}.AllProducts-stickyBottom{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #ccc;padding:10px 20px;justify-content:space-between;align-items:center;box-shadow:0 -2px 10px #0000001a;z-index:1000}.AllProducts-stickyInfo{display:flex;align-items:center;gap:10px}.AllProducts-stickyInfo img{width:40px;height:40px;border-radius:4px}.AllProducts-stickyTitle{font-size:12px;font-weight:700}.AllProducts-stickyAction{display:flex;align-items:center;gap:12px}.AllProducts-stickyPrice{font-weight:700}.AllProducts-stickyBtn{background:#111;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer}@media(max-width:1024px){.AllProducts-container{flex-direction:column}.AllProducts-sidebar{width:100%}.grid-cols-4{grid-template-columns:repeat(3,1fr)}.AllProducts-detailContainer{flex-direction:column}.AllProducts-detailGallery,.AllProducts-detailInfo{width:100%}}@media(max-width:768px){.grid-cols-4,.grid-cols-3{grid-template-columns:repeat(2,1fr)}.AllProducts-stickyBottom{display:flex}.AllProducts-tiersGrid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.grid-cols-4,.grid-cols-3,.grid-cols-2{grid-template-columns:repeat(1,1fr)}.AllProducts-promisesGrid{grid-template-columns:1fr}}.Bestsellercard{width:100%;min-height:100vh;background-color:#f7f4ea;background-size:cover;background-position:center;background-repeat:no-repeat;padding:60px 20px;box-sizing:border-box;font-family:Inter,sans-serif;display:flex;justify-content:center;align-items:center}.Bestsellercard-container{max-width:1200px;width:100%;margin:0 auto}.Bestsellercard-header{text-align:center;margin-bottom:50px}.Bestsellercard-subtitle{font-size:11px;letter-spacing:3px;text-transform:uppercase;color:#c09d58;font-weight:600;display:block;margin-bottom:12px}.Bestsellercard-title{font-family:Cormorant Garamond,serif;font-size:42px;font-weight:400;color:#1a1a1a;margin:0;line-height:1.2}.Bestsellercard-ampersand{font-family:Cormorant Garamond,serif;font-style:italic;font-weight:400}.Bestsellercard-italic{font-family:Cormorant Garamond,serif;font-style:italic;color:#c09d58}.Bestsellercard-top-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px}.Bestsellercard-top-card{background:#fff;border-radius:16px;padding:36px 30px;box-shadow:0 10px 30px #00000008;display:flex;flex-direction:column;align-items:flex-start;transition:transform .3s ease,box-shadow .3s ease}.Bestsellercard-top-card:hover{transform:translateY(-4px);box-shadow:0 15px 35px #0000000f}.Bestsellercard-icon-wrapper.circle{width:44px;height:44px;border-radius:50%;border:1px solid #d8be82;display:flex;align-items:center;justify-content:center;color:#b08d46;font-size:18px;margin-bottom:24px}.Bestsellercard-card-title{font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;color:#1a1a1a;margin:0 0 12px}.Bestsellercard-card-desc{font-size:13.5px;line-height:1.6;color:#666;margin:0}.Bestsellercard-bottom-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.Bestsellercard-bottom-card{background:#ffffff73;border:1px solid rgba(220,210,190,.6);border-radius:16px;padding:28px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .3s ease}.Bestsellercard-bottom-card:hover{background:#ffffffb3}.Bestsellercard-icon-wrapper.filled{width:40px;height:40px;border-radius:50%;background-color:#f3ebd8;display:flex;align-items:center;justify-content:center;color:#b08d46;font-size:16px;margin-bottom:16px}.Bestsellercard-feature-title{font-family:Cormorant Garamond,serif;font-size:17px;font-weight:600;color:#1a1a1a;margin:0 0 6px}.Bestsellercard-feature-subtitle{font-size:13px;color:#777;margin:0}@media(max-width:992px){.Bestsellercard-top-grid,.Bestsellercard-bottom-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.Bestsellercard{padding:40px 16px}.Bestsellercard-title{font-size:30px}.Bestsellercard-top-grid,.Bestsellercard-bottom-grid{grid-template-columns:1fr}.Bestsellercard-top-card{padding:26px 20px}}.Bestsellerfollow{width:100%;padding:80px 32px;background-color:#fdfbf7;background-repeat:repeat;background-position:center;box-sizing:border-box;font-family:Plus Jakarta Sans,sans-serif;color:#222}.Bestsellerfollow-container{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.Bestsellerfollow-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:36px}.Bestsellerfollow-tagline{display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:700;letter-spacing:2px;color:#c49a45;margin-bottom:12px;text-transform:uppercase}.Bestsellerfollow-tagIcon{font-size:6px}.Bestsellerfollow-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,3.8vw,3.2rem);font-weight:400;color:#1f1f1f;margin:0;line-height:1.1}.Bestsellerfollow-title span{font-style:italic;color:#c49a45;font-weight:400}.Bestsellerfollow-carouselWrapper{position:relative;width:100%;display:flex;align-items:center}.Bestsellerfollow-track{display:flex;gap:16px;overflow-x:auto;scroll-behavior:smooth;padding:10px 4px;width:100%}.Bestsellerfollow-track::-webkit-scrollbar{display:none}.Bestsellerfollow-track{-ms-overflow-style:none;scrollbar-width:none}.Bestsellerfollow-navBtn{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;border:1px solid #e5e0d8;background-color:#ffffffe6;color:#222;display:flex;align-items:center;justify-content:center;font-size:14px;cursor:pointer;z-index:5;box-shadow:0 4px 12px #00000014;transition:all .3s ease}.Bestsellerfollow-navBtn:hover{background-color:#121212;color:#fff;border-color:#121212}.Bestsellerfollow-navBtn.left{left:-18px}.Bestsellerfollow-navBtn.right{right:-18px}.Bestsellerfollow-card{position:relative;flex:0 0 190px;height:220px;border-radius:14px;overflow:hidden;text-decoration:none;background-color:#eae5dc;box-shadow:0 4px 15px #0000000a}.Bestsellerfollow-cardImg{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.Bestsellerfollow-cardOverlay{position:absolute;inset:0;background-color:#00000059;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.Bestsellerfollow-instaHoverIcon{color:#fff;font-size:28px}.Bestsellerfollow-card:hover .Bestsellerfollow-cardOverlay{opacity:1}.Bestsellerfollow-card:hover .Bestsellerfollow-cardImg{transform:scale(1.06)}.Bestsellerfollow-action{margin-top:36px}.Bestsellerfollow-followBtn{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;border-radius:30px;border:1px solid #e0d8c8;background-color:#fff;color:#222;font-size:11px;font-weight:700;letter-spacing:1.2px;text-decoration:none;box-shadow:0 2px 8px #00000008;transition:all .3s ease}.Bestsellerfollow-btnInstaIcon{font-size:15px;color:#222;transition:color .3s ease}.Bestsellerfollow-followBtn:hover{background-color:#121212;color:#fff;border-color:#121212}.Bestsellerfollow-followBtn:hover .Bestsellerfollow-btnInstaIcon{color:#fff}@media(max-width:768px){.Bestsellerfollow{padding:50px 16px}.Bestsellerfollow-navBtn{display:none}.Bestsellerfollow-card{flex:0 0 160px;height:190px}.Bestsellerfollow-action{margin-top:28px}}.Bestsellerabout{width:100%;min-height:100vh;background-color:#f7f3eb;background-size:cover;background-position:center;background-repeat:no-repeat;padding:80px 20px;box-sizing:border-box;font-family:Inter,sans-serif;display:flex;justify-content:center;align-items:center}.Bestsellerabout-container{max-width:820px;width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center}.Bestsellerabout-badge-wrapper{margin-bottom:24px}.Bestsellerabout-badge{background-color:#0d0d0d;color:#fff;font-size:10.5px;font-weight:600;letter-spacing:2px;padding:7px 18px;border-radius:20px;text-transform:uppercase;display:inline-block}.Bestsellerabout-title{font-family:Cormorant Garamond,serif;font-size:48px;font-weight:400;color:#1a1a1a;margin:0 0 44px;text-align:center;line-height:1.2;letter-spacing:-.3px}.Bestsellerabout-title-italic{font-family:Cormorant Garamond,serif;font-style:italic;color:#caa359;font-weight:400}.Bestsellerabout-accordion-card{width:100%;background:#fff;border-radius:16px;box-shadow:0 10px 30px #00000005;overflow:hidden}.Bestsellerabout-item{border-bottom:1px solid #f3efe6;transition:background-color .2s ease}.Bestsellerabout-item:last-child{border-bottom:none}.Bestsellerabout-question-btn{width:100%;padding:28px 36px;background:transparent;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;text-align:left;outline:none}.Bestsellerabout-question-text{font-family:Cormorant Garamond,serif;font-size:22px;font-weight:500;color:#1a1a1a;letter-spacing:-.2px}.Bestsellerabout-icon{color:#caa359;font-size:18px;display:flex;align-items:center;justify-content:center;margin-left:20px;flex-shrink:0}.Bestsellerabout-answer-wrapper{padding:0 36px 32px;animation:BestselleraboutFadeIn .25s ease-in-out}.Bestsellerabout-answer-text{font-size:14px;line-height:1.65;color:#666;margin:0;max-width:680px}.Bestsellerabout-footer{margin-top:32px;text-align:center}.Bestsellerabout-footer-text{font-size:13px;color:#777}.Bestsellerabout-footer-link{color:#caa359;text-decoration:underline;text-underline-offset:3px;font-weight:500;transition:color .2s ease}.Bestsellerabout-footer-link:hover{color:#a8833b}@media(max-width:768px){.Bestsellerabout{padding:60px 16px}.Bestsellerabout-title{font-size:34px;margin-bottom:32px}.Bestsellerabout-question-btn{padding:22px 20px}.Bestsellerabout-question-text{font-size:19px}.Bestsellerabout-answer-wrapper{padding:0 20px 24px}.Bestsellerabout-answer-text{font-size:13.5px}}.ExploreFollow{width:100%;padding:80px 32px;background-color:#fdfbf7;background-repeat:repeat;background-position:center;box-sizing:border-box;font-family:Plus Jakarta Sans,sans-serif;color:#222}.ExploreFollow-container{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.ExploreFollow-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:36px}.ExploreFollow-tagline{display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:700;letter-spacing:2px;color:#c49a45;margin-bottom:12px;text-transform:uppercase}.ExploreFollow-tagIcon{font-size:6px}.ExploreFollow-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,3.8vw,3.2rem);font-weight:400;color:#1f1f1f;margin:0;line-height:1.1}.ExploreFollow-title span{font-style:italic;color:#c49a45;font-weight:400}.ExploreFollow-carouselWrapper{position:relative;width:100%;display:flex;align-items:center}.ExploreFollow-track{display:flex;gap:16px;overflow-x:auto;scroll-behavior:smooth;padding:10px 4px;width:100%}.ExploreFollow-track::-webkit-scrollbar{display:none}.ExploreFollow-track{-ms-overflow-style:none;scrollbar-width:none}.ExploreFollow-navBtn{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;border:1px solid #e5e0d8;background-color:#ffffffe6;color:#222;display:flex;align-items:center;justify-content:center;font-size:14px;cursor:pointer;z-index:5;box-shadow:0 4px 12px #00000014;transition:all .3s ease}.ExploreFollow-navBtn:hover{background-color:#121212;color:#fff;border-color:#121212}.ExploreFollow-navBtn.left{left:-18px}.ExploreFollow-navBtn.right{right:-18px}.ExploreFollow-card{position:relative;flex:0 0 190px;height:220px;border-radius:14px;overflow:hidden;text-decoration:none;background-color:#eae5dc;box-shadow:0 4px 15px #0000000a}.ExploreFollow-cardImg{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.ExploreFollow-cardOverlay{position:absolute;inset:0;background-color:#00000059;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.ExploreFollow-instaHoverIcon{color:#fff;font-size:28px}.ExploreFollow-card:hover .ExploreFollow-cardOverlay{opacity:1}.ExploreFollow-card:hover .ExploreFollow-cardImg{transform:scale(1.06)}.ExploreFollow-action{margin-top:36px}.ExploreFollow-followBtn{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;border-radius:30px;border:1px solid #e0d8c8;background-color:#fff;color:#222;font-size:11px;font-weight:700;letter-spacing:1.2px;text-decoration:none;box-shadow:0 2px 8px #00000008;transition:all .3s ease}.ExploreFollow-btnInstaIcon{font-size:15px;color:#222;transition:color .3s ease}.ExploreFollow-followBtn:hover{background-color:#121212;color:#fff;border-color:#121212}.ExploreFollow-followBtn:hover .ExploreFollow-btnInstaIcon{color:#fff}@media(max-width:768px){.ExploreFollow{padding:50px 16px}.ExploreFollow-navBtn{display:none}.ExploreFollow-card{flex:0 0 160px;height:190px}.ExploreFollow-action{margin-top:28px}}.ExploreCollectionHero{width:100%;min-height:380px;background-color:#1a1412;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;justify-content:center;align-items:center;padding:60px 20px;box-sizing:border-box;color:#fff;font-family:Inter,sans-serif;text-align:center}.ExploreCollectionHero-container{max-width:800px;width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.ExploreCollectionHero-subtag{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:16px}.ExploreCollectionHero-line{width:32px;height:1px;background-color:#a88d5e;display:inline-block;opacity:.8}.ExploreCollectionHero-tag-text{font-size:11px;font-weight:500;letter-spacing:3.5px;color:#d1b882;text-transform:uppercase}.ExploreCollectionHero-title{font-family:Cormorant Garamond,serif;font-size:58px;font-weight:400;color:#f7f3eb;margin:0 0 16px;line-height:1.1;letter-spacing:-.5px}.ExploreCollectionHero-description{font-size:14.5px;line-height:1.6;color:#d4cfc7;font-weight:300;max-width:580px;margin:0 0 28px;letter-spacing:.2px}.ExploreCollectionHero-desktop-break{display:block}.ExploreCollectionHero-features{display:flex;align-items:center;justify-content:center;gap:10px;font-size:12px;color:#e2dad0;letter-spacing:.5px;font-weight:400;opacity:.9}.ExploreCollectionHero-dot{color:#a88d5e;font-size:10px;display:inline-block;margin:0 2px}@media(max-width:768px){.ExploreCollectionHero{min-height:320px;padding:50px 16px}.ExploreCollectionHero-title{font-size:42px;margin-bottom:12px}.ExploreCollectionHero-description{font-size:13.5px;margin-bottom:22px}.ExploreCollectionHero-desktop-break{display:inline}.ExploreCollectionHero-line{width:20px}.ExploreCollectionHero-features{font-size:11px}}@media(max-width:480px){.ExploreCollectionHero-title{font-size:36px}.ExploreCollectionHero-tag-text{font-size:10px;letter-spacing:2.5px}}*{box-sizing:border-box}body{margin:0;font-family:Georgia,Times New Roman,serif,sans-serif;background-color:#fdfbf7;color:#2c2c2c}.Exploreallproducts{width:100%;max-width:1400px;margin:0 auto;padding:20px 24px}.Exploreallproducts-container{display:flex;gap:32px}.Exploreallproducts-sidebar{width:240px;flex-shrink:0}.Exploreallproducts-sidebarTitle{font-family:Playfair Display,serif;font-size:24px;font-weight:400;margin-bottom:24px}.Exploreallproducts-filterSection{border-top:1px solid #e8e3d9;padding:16px 0}.Exploreallproducts-filterHeader{font-size:11px;letter-spacing:1px;color:#666;margin-bottom:12px;text-transform:uppercase;font-weight:600}.Exploreallproducts-checkboxLabel{display:flex;align-items:center;gap:10px;font-size:13px;color:#444;margin-bottom:10px;cursor:pointer}.Exploreallproducts-checkboxLabel input[type=checkbox]{width:15px;height:15px;accent-color:#8c2b18;border-radius:3px}.Exploreallproducts-priceSlider input[type=range]{width:100%;accent-color:#c9a050;cursor:pointer}.Exploreallproducts-priceLabels{display:flex;justify-content:space-between;font-size:12px;font-weight:700;margin-top:6px}.Exploreallproducts-whatsappCard{background-color:#e2f0d9;border-radius:12px;padding:16px;margin-top:24px}.Exploreallproducts-whatsappHeader{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:700;color:#2b5e2b}.Exploreallproducts-waIcon{color:#25d366;font-size:16px}.Exploreallproducts-whatsappCard p{font-size:12px;color:#333;margin:8px 0 12px;line-height:1.4}.Exploreallproducts-waLink{color:#1e4620;font-weight:700;font-size:12px;text-decoration:underline}.Exploreallproducts-mainContent{flex-grow:1}.Exploreallproducts-topBar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.Exploreallproducts-count{font-size:13px;color:#666}.Exploreallproducts-controls{display:flex;align-items:center;gap:20px}.Exploreallproducts-gridIcons{display:flex;gap:8px}.Exploreallproducts-gridBtn{background:none;border:none;cursor:pointer;font-size:18px;color:#888;padding:4px;display:flex;align-items:center;justify-content:center}.Exploreallproducts-gridBtn.active{color:#8c2b18}.Exploreallproducts-sortWrapper{display:flex;align-items:center;gap:8px;font-size:12px;letter-spacing:1px}.Exploreallproducts-sortWrapper select{padding:6px 12px;border:1px solid #ccc;border-radius:4px;background:#fff;font-size:13px}.Exploreallproducts-grid{display:grid;gap:20px}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.Exploreallproducts-card{background:transparent;cursor:pointer;transition:transform .2s}.Exploreallproducts-card:hover{transform:translateY(-4px)}.Exploreallproducts-cardImageWrapper{position:relative;width:100%;aspect-ratio:1;background-color:#eee;border-radius:12px;overflow:hidden}.Exploreallproducts-cardImageWrapper img{width:100%;height:100%;object-fit:cover}.Exploreallproducts-tagBadge{position:absolute;top:10px;left:10px;background:#ffffffe6;padding:4px 8px;border-radius:12px;font-size:10px;font-weight:600}.Exploreallproducts-wishlistBtn{position:absolute;top:10px;right:10px;background:#fff;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 5px #0000001a}.Exploreallproducts-wishlistBtn .filled{color:#e74c3c}.Exploreallproducts-selectSizeBtn{position:absolute;bottom:10px;left:10px;right:10px;background:#1e1e1ed9;color:#fff;border:none;padding:8px 0;border-radius:6px;font-size:11px;letter-spacing:1px;font-weight:700;opacity:0;transition:opacity .2s;cursor:pointer}.Exploreallproducts-card:hover .Exploreallproducts-selectSizeBtn{opacity:1}.Exploreallproducts-cardBody{padding:12px 0}.Exploreallproducts-cardTitle{font-size:14px;font-weight:500;line-height:1.3;margin:0 0 6px;height:36px;overflow:hidden}.Exploreallproducts-cardRating{display:flex;align-items:center;gap:4px;font-size:11px;color:#d4af37;margin-bottom:6px}.Exploreallproducts-stars{display:flex;gap:2px}.Exploreallproducts-ratingScore{color:#333;font-weight:700;margin-left:2px}.Exploreallproducts-ratingCount{color:#888}.Exploreallproducts-cardPrice{display:flex;align-items:center;gap:8px}.Exploreallproducts-currentPrice{font-size:15px;font-weight:700}.Exploreallproducts-oldPrice{font-size:13px;color:#888;text-decoration:line-through}.Exploreallproducts-loadMoreWrapper{text-align:center;margin-top:40px}.Exploreallproducts-loadMoreBtn{background:#fff;border:1px solid #333;padding:10px 32px;border-radius:20px;font-size:12px;letter-spacing:1px;cursor:pointer;font-weight:700}.Exploreallproducts-loadMoreBtn:hover{background:#333;color:#fff}.Exploreallproducts-detailView{padding-top:10px}.Exploreallproducts-breadcrumb{font-size:11px;color:#888;margin-bottom:20px;letter-spacing:.5px}.Exploreallproducts-backLink{cursor:pointer}.Exploreallproducts-backLink:hover{text-decoration:underline}.Exploreallproducts-detailContainer{display:flex;gap:40px}.Exploreallproducts-detailGallery{width:50%}.Exploreallproducts-mainImageWrapper{position:relative;width:100%;aspect-ratio:1;border-radius:16px;overflow:hidden;background:#f0f0f0}.Exploreallproducts-mainImageWrapper img{width:100%;height:100%;object-fit:cover}.Exploreallproducts-trustBadge{position:absolute;top:16px;left:16px;background:#0009;color:#fff;font-size:10px;padding:4px 8px;border-radius:10px}.Exploreallproducts-galleryNav{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:none;width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #00000026}.Exploreallproducts-galleryNav.prev{left:12px}.Exploreallproducts-galleryNav.next{right:12px}.Exploreallproducts-thumbnails{display:flex;gap:10px;margin-top:12px;overflow-x:auto}.Exploreallproducts-thumb{width:60px;height:60px;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer}.Exploreallproducts-thumb.active{border-color:#8c2b18}.Exploreallproducts-thumb img{width:100%;height:100%;object-fit:cover}.Exploreallproducts-detailInfo{width:50%}.Exploreallproducts-detailTitle{font-size:24px;font-weight:400;margin-bottom:8px}.Exploreallproducts-detailRating{display:flex;align-items:center;gap:8px;font-size:13px;margin-bottom:16px}.Exploreallproducts-detailRating .Exploreallproducts-stars{color:#d4af37}.Exploreallproducts-reviewsLink{color:#666;text-decoration:underline}.Exploreallproducts-detailPriceRow{display:flex;align-items:center;gap:12px;margin-bottom:16px}.Exploreallproducts-detailPrice{font-size:22px;font-weight:700}.Exploreallproducts-detailOldPrice{font-size:16px;color:#888;text-decoration:line-through}.Exploreallproducts-discountBadge{color:#d9534f;font-size:12px;font-weight:700}.Exploreallproducts-offerBanner{background-color:#eaf6ed;border-radius:20px;padding:10px 16px;display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;font-size:13px;color:#2b5e2b}.Exploreallproducts-offerTag{display:flex;align-items:center;gap:8px;font-weight:700}.Exploreallproducts-giftOption{display:flex;align-items:center;gap:8px;margin-bottom:20px;cursor:pointer;font-size:12px}.Exploreallproducts-giftText{display:flex;align-items:center;gap:4px;font-weight:700}.Exploreallproducts-optionalTag{color:#888;margin-left:auto}.Exploreallproducts-actionRow{display:flex;gap:12px;margin-bottom:12px}.Exploreallproducts-quantityControl{display:flex;align-items:center;border:1px solid #ccc;border-radius:6px;padding:0 8px}.Exploreallproducts-quantityControl button{background:none;border:none;padding:8px;cursor:pointer}.Exploreallproducts-quantityControl span{padding:0 12px;font-weight:700}.Exploreallproducts-addToCartBtn{flex-grow:1;background:#fff;border:1px solid #000;border-radius:6px;font-weight:700;letter-spacing:1px;cursor:pointer}.Exploreallproducts-buyNowBtn{width:100%;background:#a83212;color:#fff;border:none;padding:14px;border-radius:6px;font-size:14px;font-weight:700;letter-spacing:1px;cursor:pointer;margin-bottom:16px}.Exploreallproducts-trustPoints{display:flex;justify-content:space-between;font-size:11px;color:#555;margin-bottom:16px}.Exploreallproducts-waOrderLink{text-align:center;font-size:12px;margin-bottom:24px}.Exploreallproducts-waOrderLink .waIcon{color:#25d366;margin-right:4px}.Exploreallproducts-waOrderLink a{color:#2b5e2b;font-weight:700;text-decoration:underline}.Exploreallproducts-deliveryBox{border:1px solid #f0ece1;border-radius:12px;padding:16px;background:#faf8f5;margin-bottom:24px}.Exploreallproducts-delHeader{font-size:11px;font-weight:700;letter-spacing:1px;margin-bottom:10px;display:flex;align-items:center;gap:6px}.Exploreallproducts-pincodeRow{display:flex;gap:8px;margin-bottom:8px}.Exploreallproducts-pincodeInput{display:flex;align-items:center;border:1px solid #ccc;border-radius:6px;padding:6px 10px;flex-grow:1;background:#fff}.Exploreallproducts-pincodeInput input{border:none;outline:none;width:100%;margin-left:6px}.Exploreallproducts-checkPinBtn{background:#111;color:#fff;border:none;padding:0 16px;border-radius:6px;font-weight:700;cursor:pointer;font-size:11px}.Exploreallproducts-delStatus{font-size:12px;color:#333}.Exploreallproducts-delStatus .greenCheck{color:#2e7d32}.Exploreallproducts-tiersContainer{border:1px solid #eaeaea;border-radius:12px;padding:16px;margin-bottom:24px}.Exploreallproducts-tiersHeader{font-size:11px;font-weight:700;letter-spacing:1px;margin-bottom:12px}.Exploreallproducts-tiersGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.Exploreallproducts-tierCard{position:relative;border:1px solid #ddd;border-radius:8px;padding:12px 6px;text-align:center;background:#fff}.Exploreallproducts-tierCard.active{border-color:#2b5e2b;background:#f4faf5}.Exploreallproducts-popularBadge,.Exploreallproducts-bestValueBadge{position:absolute;top:-8px;left:50%;transform:translate(-50%);font-size:8px;background:#d4af37;color:#fff;padding:1px 4px;border-radius:4px;white-space:nowrap}.Exploreallproducts-qtyLabel{display:block;font-size:11px;font-weight:700}.Exploreallproducts-tierPrice{display:block;font-size:12px;font-weight:700;margin:2px 0}.Exploreallproducts-tierSub{display:block;font-size:10px;color:#666}.Exploreallproducts-tierFooter{background:#eaf6ed;font-size:11px;color:#2b5e2b;padding:8px;border-radius:6px;text-align:center;margin-top:10px}.Exploreallproducts-bulkRow{display:flex;justify-content:space-between;align-items:center;margin-top:12px;font-size:12px}.Exploreallproducts-talkToUsBtn{background:#111;color:#fff;border:none;padding:6px 12px;border-radius:6px;cursor:pointer}.Exploreallproducts-accordionItem{border-top:1px solid #ddd;padding:12px 0}.Exploreallproducts-accordionHeader{display:flex;justify-content:space-between;cursor:pointer;font-size:14px;font-weight:500}.Exploreallproducts-accordionBody{font-size:13px;color:#666;padding-top:8px}.Exploreallproducts-promisesGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;background:#faf8f5;padding:16px;border-radius:12px;margin-top:24px}.Exploreallproducts-promiseCard{display:flex;align-items:center;gap:10px}.Exploreallproducts-promiseCard .icon{font-size:20px;color:#d4af37}.Exploreallproducts-promiseCard strong{display:block;font-size:12px}.Exploreallproducts-promiseCard p{margin:0;font-size:10px;color:#666}.Exploreallproducts-stickyBottom{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #ccc;padding:10px 20px;justify-content:space-between;align-items:center;box-shadow:0 -2px 10px #0000001a;z-index:1000}.Exploreallproducts-stickyInfo{display:flex;align-items:center;gap:10px}.Exploreallproducts-stickyInfo img{width:40px;height:40px;border-radius:4px}.Exploreallproducts-stickyTitle{font-size:12px;font-weight:700}.Exploreallproducts-stickyAction{display:flex;align-items:center;gap:12px}.Exploreallproducts-stickyPrice{font-weight:700}.Exploreallproducts-stickyBtn{background:#111;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer}@media(max-width:1024px){.Exploreallproducts-container{flex-direction:column}.Exploreallproducts-sidebar{width:100%}.grid-cols-4{grid-template-columns:repeat(3,1fr)}.Exploreallproducts-detailContainer{flex-direction:column}.Exploreallproducts-detailGallery,.Exploreallproducts-detailInfo{width:100%}}@media(max-width:768px){.grid-cols-4,.grid-cols-3{grid-template-columns:repeat(2,1fr)}.Exploreallproducts-stickyBottom{display:flex}.Exploreallproducts-tiersGrid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.grid-cols-4,.grid-cols-3,.grid-cols-2{grid-template-columns:repeat(1,1fr)}.Exploreallproducts-promisesGrid{grid-template-columns:1fr}}.ExploreCard{width:100%;min-height:100vh;background-color:#f7f4ea;background-size:cover;background-position:center;background-repeat:no-repeat;padding:60px 20px;box-sizing:border-box;font-family:Inter,sans-serif;display:flex;justify-content:center;align-items:center}.ExploreCard-container{max-width:1200px;width:100%;margin:0 auto}.ExploreCard-header{text-align:center;margin-bottom:50px}.ExploreCard-subtitle{font-size:11px;letter-spacing:3px;text-transform:uppercase;color:#c09d58;font-weight:600;display:block;margin-bottom:12px}.ExploreCard-title{font-family:Cormorant Garamond,serif;font-size:42px;font-weight:400;color:#1a1a1a;margin:0;line-height:1.2}.ExploreCard-ampersand{font-family:Cormorant Garamond,serif;font-style:italic;font-weight:400}.ExploreCard-italic{font-family:Cormorant Garamond,serif;font-style:italic;color:#c09d58}.ExploreCard-top-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px}.ExploreCard-top-card{background:#fff;border-radius:16px;padding:36px 30px;box-shadow:0 10px 30px #00000008;display:flex;flex-direction:column;align-items:flex-start;transition:transform .3s ease,box-shadow .3s ease}.ExploreCard-top-card:hover{transform:translateY(-4px);box-shadow:0 15px 35px #0000000f}.ExploreCard-icon-wrapper.circle{width:44px;height:44px;border-radius:50%;border:1px solid #d8be82;display:flex;align-items:center;justify-content:center;color:#b08d46;font-size:18px;margin-bottom:24px}.ExploreCard-card-title{font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;color:#1a1a1a;margin:0 0 12px}.ExploreCard-card-desc{font-size:13.5px;line-height:1.6;color:#666;margin:0}.ExploreCard-bottom-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.ExploreCard-bottom-card{background:#ffffff73;border:1px solid rgba(220,210,190,.6);border-radius:16px;padding:28px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .3s ease}.ExploreCard-bottom-card:hover{background:#ffffffb3}.ExploreCard-icon-wrapper.filled{width:40px;height:40px;border-radius:50%;background-color:#f3ebd8;display:flex;align-items:center;justify-content:center;color:#b08d46;font-size:16px;margin-bottom:16px}.ExploreCard-feature-title{font-family:Cormorant Garamond,serif;font-size:17px;font-weight:600;color:#1a1a1a;margin:0 0 6px}.ExploreCard-feature-subtitle{font-size:13px;color:#777;margin:0}@media(max-width:992px){.ExploreCard-top-grid,.ExploreCard-bottom-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.ExploreCard{padding:40px 16px}.ExploreCard-title{font-size:30px}.ExploreCard-top-grid,.ExploreCard-bottom-grid{grid-template-columns:1fr}.ExploreCard-top-card{padding:26px 20px}}.ExploreAbout{width:100%;min-height:100vh;background-color:#f7f3eb;background-size:cover;background-position:center;background-repeat:no-repeat;padding:80px 20px;box-sizing:border-box;font-family:Inter,sans-serif;display:flex;justify-content:center;align-items:center}.ExploreAbout-container{max-width:820px;width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center}.ExploreAbout-badge-wrapper{margin-bottom:24px}.ExploreAbout-badge{background-color:#0d0d0d;color:#fff;font-size:10.5px;font-weight:600;letter-spacing:2px;padding:7px 18px;border-radius:20px;text-transform:uppercase;display:inline-block}.ExploreAbout-title{font-family:Cormorant Garamond,serif;font-size:48px;font-weight:400;color:#1a1a1a;margin:0 0 44px;text-align:center;line-height:1.2;letter-spacing:-.3px}.ExploreAbout-title-italic{font-family:Cormorant Garamond,serif;font-style:italic;color:#caa359;font-weight:400}.ExploreAbout-accordion-card{width:100%;background:#fff;border-radius:16px;box-shadow:0 10px 30px #00000005;overflow:hidden}.ExploreAbout-item{border-bottom:1px solid #f3efe6;transition:background-color .2s ease}.ExploreAbout-item:last-child{border-bottom:none}.ExploreAbout-question-btn{width:100%;padding:28px 36px;background:transparent;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;text-align:left;outline:none}.ExploreAbout-question-text{font-family:Cormorant Garamond,serif;font-size:22px;font-weight:500;color:#1a1a1a;letter-spacing:-.2px}.ExploreAbout-icon{color:#caa359;font-size:18px;display:flex;align-items:center;justify-content:center;margin-left:20px;flex-shrink:0}.ExploreAbout-answer-wrapper{padding:0 36px 32px;animation:BestselleraboutFadeIn .25s ease-in-out}.ExploreAbout-answer-text{font-size:14px;line-height:1.65;color:#666;margin:0;max-width:680px}.ExploreAbout-footer{margin-top:32px;text-align:center}.ExploreAbout-footer-text{font-size:13px;color:#777}.ExploreAbout-footer-link{color:#caa359;text-decoration:underline;text-underline-offset:3px;font-weight:500;transition:color .2s ease}.ExploreAbout-footer-link:hover{color:#a8833b}@keyframes BestselleraboutFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.ExploreAbout{padding:60px 16px}.ExploreAbout-title{font-size:34px;margin-bottom:32px}.ExploreAbout-question-btn{padding:22px 20px}.ExploreAbout-question-text{font-size:19px}.ExploreAbout-answer-wrapper{padding:0 20px 24px}.ExploreAbout-answer-text{font-size:13.5px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,Arial,sans-serif;background-color:#f8f9fa;color:#212529;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#e9ecef}::-webkit-scrollbar-thumb{background:#b1b1b1;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#8a8a8a}
