@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Libre+Baskerville:wght@400;700&display=swap";.header{width:100%;position:fixed;top:0;left:0;z-index:100;background:#fff;font-family:Libre Baskerville,Segoe UI,Arial,sans-serif}.header-welcome{background:var(--color-accent);color:var(--color-surface);text-align:center;padding:.5rem 0;font-size:1rem;font-weight:500;letter-spacing:.5px;border-bottom:1px solid var(--color-border)}.header-main{display:flex;align-items:center;justify-content:space-around}.header-logo{display:flex;align-items:center;gap:.5rem}.header-logo-icon{display:flex;align-items:center}.header-logo-icon svg ellipse,.header-logo-icon svg rect,.header-logo-icon svg path,.header-logo-icon svg circle{fill:var(--color-accent)!important;stroke:var(--color-accent)!important}.header-logo-text{font-size:2rem;font-weight:700;color:var(--color-text);letter-spacing:1px}.header-search{display:flex;align-items:center;width:100%;max-width:600px;margin:0 2rem;position:relative;gap:1rem}.header-search-input{flex:1;border:none;background:var(--color-border);border-radius:999px;padding:.9rem 1.5rem;font-size:1.15rem;color:var(--color-text);outline:none;box-shadow:none;transition:background .2s;height:30px}.header-search-input:focus{background:var(--color-border)}.header-search-input::-moz-placeholder{color:var(--color-text-muted);font-size:1.08rem}.header-search-input::placeholder{color:var(--color-text-muted);font-size:1.08rem}.header-search-btn{position:static;background:var(--color-accent);border:none;border-radius:50%;width:56px;height:56px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:none;transition:background .2s;z-index:2;margin-left:0}.header-search-btn:hover{background:var(--color-primary)}.header-search-form{display:flex;align-items:center;width:100%;gap:1rem}.search-spinner{width:16px;height:16px;border:2px solid #fff;border-top:2px solid transparent;border-radius:50%;animation:spin 1s linear infinite}.search-results-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid var(--color-border);box-shadow:0 4px 20px #0000001a;max-height:400px;overflow-y:auto;z-index:1000;margin-top:8px}.search-result-item{display:flex;align-items:center;padding:12px 16px;cursor:pointer;border-bottom:1px solid var(--color-border);transition:background-color .2s}.search-result-item:last-child{border-bottom:none}.search-result-item:hover{background-color:var(--color-border)}.search-result-image{width:40px;height:50px;-o-object-fit:cover;object-fit:cover;margin-right:12px}.search-result-content{flex:1;display:flex;flex-direction:column;gap:2px}.search-result-name{font-weight:600;color:var(--color-text);font-size:14px}.search-result-category{font-size:12px;color:var(--color-text-muted)}.search-result-type{font-size:11px;color:var(--color-primary);text-transform:uppercase;font-weight:600}.header-actions{display:flex;align-items:center;gap:1.2rem}.header-login{background:none;border:none;color:var(--color-text);font-size:1.13rem;font-weight:600;cursor:pointer;transition:color .2s,-webkit-text-decoration .2s;transition:color .2s,text-decoration .2s;transition:color .2s,text-decoration .2s,-webkit-text-decoration .2s;letter-spacing:.2px;padding:.25rem .5rem;border-radius:6px;position:relative}.header-login:hover{color:var(--color-accent)}.header-icons{display:flex;align-items:center;gap:1.2rem}.header-icon-badge{position:relative}.header-icon-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:1.5px solid var(--color-border);border-radius:12px;background:var(--color-surface);color:var(--color-text);cursor:pointer;transition:color .2s,border .2s,box-shadow .2s}.header-icon-btn:hover{color:var(--color-primary);border:1.5px solid var(--color-primary);box-shadow:0 4px 16px var(--color-shadow)}.header-badge{position:absolute;top:-12px;right:-10px;font-size:.85rem;padding:2px 8px;border-radius:999px;color:var(--color-surface);font-weight:600;background:var(--color-accent);z-index:1;box-shadow:0 2px 6px #0000001a;transform:scale(1);transition:transform .18s cubic-bezier(.68,-.55,.27,1.55)}.header-badge-green{background:var(--color-primary)}.header-badge-gold{background:var(--color-accent)}@media (max-width: 900px){.header-main{flex-direction:column;align-items:stretch;gap:0;padding:.5rem .5rem .3rem;box-shadow:none;border-bottom:1.5px solid var(--color-border);background:var(--color-surface)}.header-main-mobile{padding:.5rem .5rem .2rem}.header-mobile-row{display:flex;align-items:center;justify-content:space-between;width:100%;gap:.5rem;position:relative}.header-logo{margin:0;padding:0;min-width:0;flex:0 0 auto}.header-logo-img{height:54px!important;width:auto;margin-left:.5rem;max-width:90px;-o-object-fit:contain;object-fit:contain;display:block}.header-search,.header-search--desktop{display:none!important}.header-actions-mobile{display:flex;align-items:center;gap:.5rem;flex:1 1 auto;justify-content:flex-end;margin-left:.5rem}.header-icon-btn{width:36px;height:36px;border-radius:7px;font-size:1.1rem;margin:0 2px;padding:0;position:relative;background:#fff;border:none}.header-badge{font-size:.68rem;padding:1px 5px;top:-7px;right:-6px;z-index:2;position:absolute}.header-mobile-hamburger{display:flex;align-items:center;margin-left:.5rem;flex:0 0 auto;z-index:10}.header-hamburger-btn{margin-left:.2rem;background:none;border:none;display:flex;flex-direction:column;justify-content:center;align-items:center;width:36px;height:36px;cursor:pointer;z-index:10}.header-hamburger-btn span{display:block;width:26px;height:3px;background:var(--color-text);margin:4px 0;border-radius:2px;transition:all .2s}.header-mobile-nav{position:fixed;top:0;left:-100vw;width:70vw;max-width:320px;height:100vh;background:var(--color-surface);box-shadow:2px 0 16px #0000001a;z-index:110;transition:left .25s cubic-bezier(.68,-.55,.27,1.55);padding-top:80px;display:flex;flex-direction:column}.header-mobile-nav.open{left:0}.header-mobile-nav-list{list-style:none;padding:0;margin:0;width:100%}.header-mobile-nav-item{margin:0;border-bottom:1px solid var(--color-border)}.header-mobile-nav-link{display:block;padding:1.2rem 2rem;color:var(--color-text);font-size:1.15rem;text-decoration:none;font-weight:600;transition:background .18s,color .18s}.header-mobile-nav-link.active,.header-mobile-nav-link:hover{background:var(--color-secondary);color:var(--color-primary)}.navbar-in-header{display:none!important}}@media (max-width: 900px){.header-mobile-hamburger{display:flex;align-items:center;justify-content:flex-end}.header-hamburger-btn{background:none;border:none;display:flex;flex-direction:column;justify-content:center;align-items:center;width:38px;height:38px;cursor:pointer;z-index:120}.header-hamburger-btn span{display:block;width:26px;height:2px;background:var(--color-text);margin:4px 0;border-radius:2px;transition:all .2s}.header-mobile-nav{position:fixed;top:0;left:-100vw;width:70vw;max-width:320px;height:100vh;background:var(--color-surface);box-shadow:2px 0 16px #0000001a;z-index:110;transition:left .25s cubic-bezier(.68,-.55,.27,1.55);padding-top:0;display:flex;flex-direction:column}.header-mobile-nav.open{left:0}.header-mobile-nav-header{display:flex;justify-content:flex-end;padding:16px 20px 8px;border-bottom:1px solid var(--color-border)}.header-mobile-close-btn{background:none;border:none;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-text);transition:background-color .2s}.header-mobile-close-btn:hover{background-color:var(--color-border)}.header-mobile-nav-list{list-style:none;padding:0;margin:0;width:100%}.header-mobile-nav-item{margin:0;border-bottom:1px solid var(--color-border)}.header-mobile-nav-link{display:block;padding:1rem 2rem;color:var(--color-text);font-size:1rem;text-decoration:none;font-weight:600;transition:background .18s,color .18s}.header-mobile-nav-link.active,.header-mobile-nav-link:hover{background:var(--color-secondary);color:var(--color-primary)}.navbar-in-header{display:none!important}}@media (min-width: 901px){.header-mobile-hamburger,.header-mobile-nav{display:none!important}}.login-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#2d2d2d59;z-index:9999;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.login-modal-card{background:var(--color-surface);box-shadow:0 8px 40px var(--color-shadow);display:flex;overflow:hidden;min-width:370px;max-width:700px;width:90vw;position:relative;animation:popIn .25s cubic-bezier(.68,-.55,.27,1.55);min-height:320px}@keyframes popIn{0%{transform:scale(.92);opacity:0}to{transform:scale(1);opacity:1}}.login-modal-close{position:absolute;top:18px;right:22px;background:none;border:none;font-size:2rem;color:var(--color-text-muted);cursor:pointer;z-index:2;transition:color .2s}.login-modal-close:hover{color:var(--color-accent)}.login-modal-content{display:flex;width:100%;min-height:320px}.login-modal-image{flex:1.1;background:var(--color-tertiary);display:flex;align-items:center;justify-content:center;min-width:180px;max-width:200px;padding:0}.login-modal-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.login-modal-form{flex:1.5;display:flex;flex-direction:column;justify-content:center;padding:1.5rem 1.2rem 1.2rem;background:var(--color-surface);min-width:260px}.login-modal-form h2{font-size:1.5rem;font-weight:700;margin-bottom:.8rem;color:var(--color-text);font-family:Libre Baskerville,Playfair Display,serif}.login-modal-subtitle{color:var(--color-text);font-size:1.08rem;margin-bottom:1.5rem}.login-modal-form label{font-size:.9rem;font-weight:600;margin-bottom:.2rem;margin-top:.7rem;color:var(--color-text)}.login-modal-form input{padding:.7rem 1rem;border:1.5px solid var(--color-border);font-size:.9rem;margin-bottom:.2rem;margin-top:.1rem;outline:none;transition:border .2s;color:var(--color-text)}.login-modal-form input:focus{border:1.5px solid var(--color-primary)}.login-modal-form input.invalid{border:1.5px solid var(--color-accent)}.login-modal-password-wrap{display:flex;align-items:center;position:relative;overflow:visible}.login-modal-show{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--color-primary);font-size:.98rem;cursor:pointer;padding:0 .2rem}.login-modal-show:hover{color:var(--color-accent)}.login-modal-eye-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--color-primary);font-size:1.1rem;cursor:pointer;padding:0;display:flex;align-items:center;min-width:32px;min-height:32px;z-index:2}.login-modal-eye-btn svg{width:22px;height:22px;display:block}.login-modal-eye-btn:hover{color:var(--color-accent)}.login-modal-error{color:var(--color-accent);font-size:.8rem;margin-bottom:.2rem;margin-top:.1rem}.login-modal-error.main-error{margin-bottom:.7rem;font-weight:600}.login-modal-submit{margin-top:1.2rem;background:var(--color-primary);color:var(--color-surface);font-size:1rem;font-weight:700;border:none;padding:.7rem 0;cursor:pointer;box-shadow:0 2px 12px var(--color-shadow);transition:background .2s,box-shadow .2s}.login-modal-submit:hover{background:var(--color-primary)}.login-modal-links{margin-top:1.1rem;text-align:center;font-size:1rem}.login-modal-links a{color:var(--color-primary);text-decoration:none;transition:color .2s}.login-modal-links a:hover{color:var(--color-accent);text-decoration:underline}.login-modal-names-row{display:flex;gap:16px;width:100%;justify-content:center}.login-modal-name-field{flex:1 1 0;display:flex;flex-direction:column;max-width:220px}@media (max-width: 700px){.login-modal-card{flex-direction:column;min-width:90vw;max-width:98vw}.login-modal-content{flex-direction:column;min-height:0}.login-modal-image{max-width:100%;min-width:100%;height:160px}.login-modal-image img{height:100%;-o-object-fit:cover;object-fit:cover}.login-modal-form{min-width:100%;padding:1.5rem 1.2rem 1.2rem}.login-modal-names-row{flex-direction:column;gap:0}}@media (max-width: 500px){.login-modal-card{min-width:0;max-width:86vw;width:86vw;box-shadow:0 2px 16px var(--color-shadow)}.login-modal-content{min-height:0}.login-modal-image{height:90px;min-width:0;max-width:100%}.login-modal-image img{height:100%;-o-object-fit:cover;object-fit:cover}.login-modal-form{min-width:0;padding:1rem .7rem .7rem}.login-modal-form h2{font-size:1.08rem;margin-bottom:.5rem}.login-modal-form label{font-size:.85rem;margin-top:.5rem}.login-modal-form input{font-size:.85rem;padding:.5rem .7rem}.login-modal-name-field{max-width:100%}.login-modal-password-wrap{min-width:0}.login-modal-eye-btn{min-width:28px;min-height:28px;right:4px}.login-modal-eye-btn svg{width:18px;height:18px}.login-modal-error{font-size:.75rem}.login-modal-submit{font-size:.95rem;padding:.5rem 0;margin-top:.7rem}.login-modal-links{font-size:.8rem;margin-top:.7rem}.login-modal-close{top:8px;right:10px;font-size:1.5rem}.login-modal-names-row{gap:.5rem}}.error-message{color:#f44336;opacity:.8;padding:.7rem 1rem;font-size:.8rem;font-weight:600;margin-bottom:.2rem;margin-top:.2rem;box-shadow:0 0 0 3px #ffbdbd;letter-spacing:.01em;line-height:1.5;outline:none;border:none;transition:box-shadow .18s,background .18s}.error-message:focus{box-shadow:0 0 0 3px #ffbdbd}:root{--color-primary: #DE8DA9;--color-secondary: #fbfcf7;--color-tertiary: #FFF6E5;--color-accent: #000064;--color-gold: #E9C46A;--color-surface: #FFFFFF;--color-text: #2D2D2D;--color-text-muted: #A7A7A7;--color-border: #f3f3f3;--color-shadow: rgba(222, 141, 169, .08)}body{margin:0;padding:0;box-sizing:border-box;font-family:Libre Baskerville,Segoe UI,Arial,sans-serif}.navbar{width:100%;position:fixed;top:105px;left:0;background:#fff;box-shadow:0 2px 8px var(--color-shadow);display:flex;justify-content:center;font-family:Libre Baskerville,Segoe UI,Arial,sans-serif;z-index:99;border-bottom:1px solid var(--color-border)}.navbar-container{max-width:1200px;margin:0 auto;padding:0 2rem}.navbar-main{display:flex;align-items:center;justify-content:space-between;height:64px}.navbar-logo{font-size:1.7rem;font-weight:700;color:var(--color-primary);letter-spacing:2px;text-decoration:none;font-family:Libre Baskerville,Segoe UI,Arial,sans-serif;display:flex;align-items:center}.navbar-in-header{border-bottom:1px solid var(--color-border);border-top:1px solid var(--color-border)}.navbar-list{display:flex;align-items:center;gap:2.2rem;list-style:none;margin:0 auto;padding:1.25rem 0;font-size:1.04rem;max-width:1100px;width:100%;justify-content:center}.navbar-item{display:flex;align-items:center}.navbar-link{color:var(--color-text);font-size:1.04rem;font-weight:500;text-decoration:none;padding:.18rem .5rem;border-radius:4px;transition:color .18s,background .18s;display:flex;align-items:center;gap:.25rem;position:relative;letter-spacing:.02em}.navbar-link:after{content:"";display:block;position:absolute;left:.5rem;right:.5rem;bottom:-3px;height:2px;border-radius:2px;background:var(--color-primary);opacity:0;transform:scaleX(.5);transition:opacity .18s,transform .18s}.navbar-link.active:after,.navbar-link:hover:after{opacity:1;transform:scaleX(1)}.navbar-link.active{color:var(--color-primary);font-weight:700}.navbar-link:hover{color:var(--color-primary)}.navbar-chevron{font-size:.95em;margin-left:.13em;color:var(--color-text-muted);transition:color .18s;pointer-events:none}.navbar-link:hover .navbar-chevron{color:var(--color-primary)}.navbar-hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;background:none;border:none;cursor:pointer;z-index:120;margin-right:.5rem}.navbar-hamburger span{display:block;width:28px;height:3.5px;margin:4px 0;background:var(--color-primary);border-radius:2px;transition:.3s}.navbar-hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar-hamburger.open span:nth-child(2){opacity:0}.navbar-hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 900px){.navbar{display:none!important}.navbar-container{padding:0 1rem}.navbar-main{flex-direction:row;justify-content:flex-end;align-items:center;height:48px;gap:0;padding:0;width:100%}.navbar-hamburger{display:flex;margin-left:auto}.navbar-list{display:none;flex-direction:column;position:absolute;top:100%;left:0;width:100%;background:#fff;box-shadow:0 8px 24px #00000014;padding:1.2rem 0;z-index:110;gap:.5rem;border-bottom:1px solid var(--color-border)}.navbar-list.mobile-open{display:flex}}.kl-footer{background:var(--color-surface);color:var(--color-text);font-family:Libre Baskerville,Inter,Segoe UI,Arial,sans-serif;width:100%;margin-top:1.5rem;border-top:1px solid #ececec}.kl-footer__main{display:flex;justify-content:center;align-items:flex-start;gap:3.5rem;background:color-mix(in srgb,var(--color-primary) 18%,white 82%);padding:2.5rem 2vw 1.5rem 2vw;flex-wrap:wrap}.kl-footer__col{min-width:160px;max-width:220px;flex:1 1 180px;margin-bottom:1.5rem}.kl-footer__col h4{font-size:1.08rem;font-weight:700;margin-bottom:1.1rem;letter-spacing:.08em;color:var(--color-text)}.kl-footer__col ul{list-style:none;padding:0;margin:0}.kl-footer__col ul li{margin-bottom:.6rem;font-size:1rem;color:var(--color-text);cursor:pointer;transition:color .18s}.kl-footer__col ul li:hover{color:var(--color-primary)}.kl-footer__col--newsletter h4{font-size:1.08rem;font-weight:700;margin-bottom:1.1rem;letter-spacing:.08em;color:var(--color-text)}.kl-footer__newsletter-form{display:flex;align-items:center;gap:.5rem;margin-top:.7rem}.kl-footer__newsletter-form input[type=email]{padding:.5rem 1rem;border:1.5px solid var(--color-border);font-size:1rem;outline:none;transition:border .18s;background:var(--color-surface);color:var(--color-text)}.kl-footer__newsletter-form input[type=email]:focus{border:1.5px solid var(--color-primary)}.kl-footer__newsletter-form button{padding:.5rem 1.2rem;background:var(--color-primary);color:var(--color-surface);border:none;font-weight:700;font-size:1rem;letter-spacing:.04em;cursor:pointer;transition:background .18s,color .18s;box-shadow:0 2px 8px var(--color-shadow);display:flex;align-items:center;justify-content:center}.kl-footer__newsletter-form button:hover{background:var(--color-accent);color:var(--color-surface)}.kl-footer__bottom{text-align:center;padding:1.1rem 0 .7rem;font-size:1rem;color:var(--color-text-muted);border-top:1px solid var(--color-border)}.kl-footer__social{display:flex;gap:1.1rem;margin-top:1.1rem}.kl-footer__social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--color-surface);border-radius:50%;color:var(--color-primary);font-size:1.18rem;box-shadow:0 2px 8px var(--color-shadow);transition:background .18s,color .18s;text-decoration:none;border:1.5px solid var(--color-border)}.kl-footer__social a:hover{background:var(--color-primary);color:var(--color-surface);border:1.5px solid var(--color-primary)}.kl-footer__custom-message{line-height:1.8}.kl-footer-link{color:inherit;text-decoration:none;transition:color .2s,-webkit-text-decoration .2s;transition:color .2s,text-decoration .2s;transition:color .2s,text-decoration .2s,-webkit-text-decoration .2s;font-weight:inherit}.kl-footer-link:hover{color:var(--color-primary)}@media (max-width: 900px){.kl-footer__main{align-items:center;gap:1.5rem;padding:2rem 3vw 2rem 3vw}.kl-footer__col{max-width:100%;min-width:0;margin-bottom:1.2rem}.kl-footer__col ul li{font-size:.95rem}.kl-footer__col--newsletter{max-width:100%}}@media (max-width: 600px){.kl-footer__main{flex-direction:column;align-items:center;padding:1.2rem 2vw .5rem 2vw;gap:.7rem}.kl-footer__col{max-width:100%;min-width:0;margin-bottom:.7rem;text-align:center}.kl-footer__col h4{font-size:1rem;margin-bottom:.7rem}.kl-footer__col ul li{font-size:.9rem;margin-bottom:.4rem}.kl-footer__custom-message{font-size:.97rem;line-height:1.5}.kl-footer__social{justify-content:center;gap:.7rem;margin-top:.7rem}.kl-footer__social a{width:30px;height:30px;font-size:1rem}.kl-footer__bottom{font-size:.97rem;padding:.7rem 0 .5rem}}.hero-banner{width:100%;height:75vh;background:center/cover no-repeat;position:relative;display:flex;align-items:center;justify-content:center;margin:170px 0 0;padding:0;transition:background-image .7s cubic-bezier(.4,0,.2,1);font-family:Libre Baskerville,Inter,Segoe UI,Arial,sans-serif}.hero-banner__overlay{width:100%;height:100%;background:linear-gradient(90deg,#00000073,#0000001a 40%,#00000003,#0000);display:flex;align-items:center;justify-content:flex-start;position:relative}.hero-banner__content{color:var(--color-surface);padding-left:8vw;max-width:600px;z-index:2;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.4rem;min-height:340px}.elegant-font{font-family:Libre Baskerville,Playfair Display,Georgia,serif;letter-spacing:.01em}.hero-banner__subtitle{font-size:1.1rem;font-weight:400;color:var(--color-surface);margin-bottom:.1rem;opacity:.92;text-shadow:0 2px 12px rgba(0,0,0,.45),0 1px 2px rgba(0,0,0,.25);letter-spacing:.08em;text-transform:uppercase}.hero-banner__title{font-size:2.8rem;font-weight:700;line-height:1.08;margin-bottom:.5rem;color:var(--color-surface);text-shadow:0 4px 24px rgba(0,0,0,.55),0 1px 2px rgba(0,0,0,.25)}.hero-banner__subline{font-family:Dancing Script,Georgia,serif!important;font-style:italic;font-weight:700;color:var(--color-primary);font-size:3rem;display:block;margin:.2em 0 .8em;letter-spacing:.01em;text-shadow:0 4px 24px rgba(0,0,0,.55),0 1px 2px rgba(0,0,0,.25)}.primary-color-font{color:var(--color-primary)}.primary-color-border{border:2px solid var(--color-primary)}.hero-banner__button{background:none;color:var(--color-surface);border:none;padding:.8rem 2.2rem;font-size:1.15rem;letter-spacing:.12em;box-shadow:0 2px 12px var(--color-shadow);cursor:pointer;transition:background .2s,color .2s,box-shadow .2s,border .2s;margin-top:1.1rem;border:2px solid var(--color-surface);text-shadow:0 2px 8px rgba(0,0,0,.25)}.hero-banner__dots{position:absolute;left:50%;bottom:1.2rem;transform:translate(-50%);display:flex;gap:.5rem;z-index:3}.hero-banner__dot{width:11px;height:11px;border-radius:50%;border:1.5px solid var(--color-surface);background:#ffffff59;cursor:pointer;transition:background .22s,border .22s,box-shadow .22s,transform .22s;outline:none;box-shadow:0 2px 8px var(--color-shadow);transform:scale(1)}.hero-banner__dot.active{background:var(--color-primary);border:1px solid var(--color-primary);transform:scale(1.18)}.hero-banner__arrow{position:absolute;left:50%;bottom:1.2rem;transform:translate(-50%);background:none;border:none;cursor:pointer;z-index:4;padding:0;transition:transform .18s}.hero-banner__arrow:hover{transform:translate(-50%) scale(1.08)}@media (max-width: 900px){.hero-banner{margin-top:0;height:65vh}.hero-banner__subline{font-size:2.4rem}}@media (max-width: 600px){.hero-banner{min-height:38vh;height:44vw;max-height:340px;margin-top:0!important;padding:0}.hero-banner__overlay{background:linear-gradient(90deg,#00000073,#0000001a 40%,#00000003,#0000);align-items:flex-end;justify-content:flex-start;min-height:180px}.hero-banner__content{padding:0 6vw;max-width:100%;min-height:0;gap:.3rem;align-items:flex-start;justify-content:flex-end;text-align:left;margin-bottom:2rem}.hero-banner__subtitle{font-size:.92rem;margin-bottom:.08rem;text-shadow:0 2px 8px rgba(0,0,0,.45)}.hero-banner__title{font-size:1.18rem;line-height:1.13;margin-bottom:.18rem;text-shadow:0 2px 8px rgba(0,0,0,.45)}.hero-banner__subline{font-size:1.3rem;margin:.08em 0 .18em;text-shadow:0 2px 8px rgba(0,0,0,.45)}.hero-banner__button{padding:.5rem 1rem;font-size:.7rem;margin-top:.38rem;box-shadow:0 2px 8px var(--color-shadow);width:auto;align-self:flex-start}.hero-banner__dots{bottom:.7rem;right:1.2rem;left:auto;transform:none;position:absolute;display:flex;gap:.5rem;z-index:3}.hero-banner__dot{border:1.5px solid var(--color-text-muted)}}.category-showcase{width:100%;padding:3.5rem 0 2.5rem;background:var(--color-surface);display:flex;flex-direction:column;align-items:center}.category-showcase__heading{font-family:Playfair Display,Georgia,serif;font-size:2.3rem;font-weight:500;color:var(--color-text);text-align:center;margin-bottom:2.8rem;letter-spacing:.01em}.category-showcase__grid{display:grid;grid-template-columns:repeat(4,minmax(180px,1fr));gap:2.2rem;width:100%;max-width:1400px;justify-items:center}.category-card{background:#fff;overflow:hidden;display:flex;flex-direction:column;align-items:center;transition:box-shadow .22s,transform .22s;cursor:pointer;min-width:210px;max-width:320px}.category-card__img-wrap{width:100%;aspect-ratio:3/4;background:var(--color-surface);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.category-card__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .22s}.category-card__overlay-label{position:absolute;left:0;right:0;bottom:0;width:100%;padding-bottom:1.3rem;display:flex;flex-direction:column;align-items:center;background:none;pointer-events:none}.category-card__label{font-family:Libre Baskerville,Playfair Display,Georgia,serif;font-size:1.13rem;color:#fff;letter-spacing:.28em;margin-bottom:.2rem;text-align:center;text-transform:uppercase;text-shadow:none;transition:color .18s}.category-card__star{display:flex;align-items:center;justify-content:center;margin-top:.05rem}.category-card__star svg{width:100px;height:15px}.category-card__star line{stroke:#fff;stroke-width:.5}.category-card__star path{fill:#fff;filter:none;transition:filter .22s}.category-card:hover .category-card__star path{filter:drop-shadow(0 0 6px var(--color-primary));animation:twinkle .7s ease-in-out}@media (max-width: 1200px){.category-showcase__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 900px){.category-showcase__heading{font-size:1.9rem}}@media (max-width: 600px){.category-showcase{padding:3rem 0rem 1.2rem}.category-showcase__grid{grid-template-columns:1fr 1fr;gap:.9rem;width:98vw;max-width:98vw;justify-items:center}.category-card{min-width:0;max-width:100%;width:100%;margin:0 auto}.category-card__img-wrap{aspect-ratio:1/1;min-height:120px;max-height:180px}.category-showcase__heading{font-size:1.1rem;margin-bottom:1.1rem;padding:0 .5rem}.category-card__overlay-label{padding-bottom:.5rem}.category-card__label{font-size:.92rem;letter-spacing:.13em}.category-card__star svg{width:44px;height:9px}}.new-launch-banner{width:100%;min-height:70vh;background:center/cover no-repeat;position:relative;display:flex;align-items:center;justify-content:flex-end;padding:0;margin:0}.new-launch-banner__content{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3.5rem 7vw 3.5rem 2vw;background:linear-gradient(90deg,#00000003,#0000002e);min-width:350px;max-width:700px;width:100%}.new-launch-banner__text-group{display:flex;flex-direction:column;align-items:center;margin-bottom:2.2rem}.new-launch-banner__subtitle{font-family:Dancing Script,Georgia,serif;font-size:2.1rem;color:var(--color-primary);font-weight:700;margin-bottom:.2rem;text-shadow:0 2px 8px rgba(0,0,0,.13);letter-spacing:.01em;font-style:italic}.new-launch-banner__underline{width:180px;height:2px;background:var(--color-surface);margin:.2rem 0 .7rem;border-radius:2px;opacity:.7}.new-launch-banner__title{font-family:Libre Baskerville,Playfair Display,Georgia,serif;font-size:3.2rem;font-weight:700;color:var(--color-surface);letter-spacing:.04em;text-shadow:0 2px 12px rgba(0,0,0,.18);margin:0 0 .2rem;text-align:right}.new-launch-banner__button{margin-top:1.2rem;padding:.9rem 2.7rem;font-size:1.18rem;font-weight:700;color:var(--color-surface);background:transparent;border:2px solid var(--color-surface);cursor:pointer;transition:background .18s,color .18s,border .18s;box-shadow:0 2px 12px var(--color-shadow);letter-spacing:.12em}.new-launch-banner-section{width:100%;display:flex;flex-direction:column;align-items:center;background:var(--color-surface)}.new-launch-banner__announcement{width:100%;max-width:100%;padding:2.2rem 0 .7rem;background:var(--color-surface);display:flex;flex-direction:column;align-items:center;border-bottom:1px solid #ececec}.new-launch-banner__announcement-title{width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:.7rem}.new-launch-banner__announcement-title .category-showcase__heading{font-size:2.3rem;font-family:Libre Baskerville,Playfair Display,Georgia,serif;font-weight:500;color:var(--color-text);text-align:center;margin:0 1.2rem;letter-spacing:.01em;position:relative}.new-launch-banner__announcement-title:before,.new-launch-banner__announcement-title:after{content:"";flex:1;height:1px;background:#ececec;margin:0 1.2rem}.new-launch-banner__announcement-desc{font-family:Libre Baskerville,Inter,Segoe UI,Arial,sans-serif;font-size:1.08rem;color:var(--color-text-muted);text-align:center;margin-bottom:1rem;opacity:.85}@media (max-width: 900px){.new-launch-banner__announcement{padding:3rem 0 0rem}.new-launch-banner{min-height:38vh;height:44vw;max-height:340px;margin-top:0!important;padding:0;align-items:flex-end;justify-content:center}.new-launch-banner__content{padding:1.2rem 2vw 1.2rem 2vw;min-width:0;max-width:100%;align-items:center;justify-content:flex-end;text-align:center;background:linear-gradient(0deg,#00000061,#00000003)}.new-launch-banner__text-group{margin-bottom:1.1rem}.new-launch-banner__announcement-title .category-showcase__heading{font-size:1.5rem;margin-bottom:.5rem}.new-launch-banner__announcement-desc{font-size:.9rem;line-height:1.6}.new-launch-banner__title{font-size:2rem;margin:0 0 .1rem;text-align:center}.new-launch-banner__subtitle{font-size:1.8rem;margin-bottom:.1rem}.new-launch-banner__underline{width:60px;margin:.1rem 0 .3rem}.new-launch-banner__button{margin-top:0;margin-bottom:.7rem;padding:.5rem 1.2rem;font-size:.8rem;box-shadow:0 2px 8px var(--color-shadow);width:auto;min-width:100px;align-self:center}}@media (max-width: 600px){.new-launch-banner__title{font-size:1.3rem}.new-launch-banner__subtitle{font-size:1.2rem}}.featured-products-section{width:100%;padding:3.5rem 0 2.5rem;background:var(--color-surface);display:flex;flex-direction:column;align-items:center}.featured-products__heading-bar{width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:2rem}.featured-products__heading-bar:before,.featured-products__heading-bar:after{content:"";flex:1;height:1px;background:#ececec;margin:0 1.2rem}.featured-products__heading-container{display:flex;flex-direction:column;align-items:center;gap:.5rem}.featured-products__heading{font-family:Libre Baskerville,Playfair Display,Georgia,serif;font-size:2.3rem;font-weight:500;color:var(--color-text);text-align:center;letter-spacing:.01em;position:relative}.featured-products__subtitle{font-size:1.08rem;color:var(--color-text-muted);text-align:center;font-weight:400;letter-spacing:.02em}.featured-products__grid{display:grid;grid-template-columns:repeat(4,minmax(220px,1fr));gap:1.5rem;width:100%;max-width:1400px;justify-items:center}.product-card{width:100%;max-width:none;background:#fff;overflow:hidden;display:flex;flex-direction:column;align-items:stretch;transition:box-shadow .22s,transform .22s;cursor:pointer;min-width:220px;border:1.5px solid #ececec}.product-card__img-wrap{width:100%;aspect-ratio:4/3;background:var(--color-surface);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.product-card__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .22s}.product-card__discount-badge{position:absolute;top:1rem;left:1rem;background:var(--color-primary);color:#fff;font-size:.9rem;font-weight:700;padding:.18rem .8rem;z-index:2;box-shadow:0 2px 8px var(--color-shadow);letter-spacing:.04em}.product-card__new-badge{position:absolute;top:1rem;right:1rem;background:#10b981;color:#fff;font-size:.8rem;font-weight:600;padding:.15rem .6rem;z-index:2;box-shadow:0 2px 8px var(--color-shadow);letter-spacing:.02em}.product-card__add-to-cart{position:absolute;bottom:1.2rem;left:50%;transform:translate(-50%) scale(.95);background:var(--color-primary);color:#fff;font-family:Libre Baskerville,Inter,Segoe UI,Arial,sans-serif;font-size:.98rem;font-weight:600;border:none;padding:.45rem 1rem;box-shadow:0 2px 12px var(--color-shadow);opacity:0;pointer-events:none;transition:opacity .22s,transform .22s;z-index:3;letter-spacing:.08em}.product-card:hover .product-card__add-to-cart{opacity:1;pointer-events:auto}.product-card__info{padding:1.3rem 1.2rem 1.2rem;display:flex;flex-direction:column;align-items:flex-start;gap:.3rem}.product-card__category{font-family:Libre Baskerville,Inter,Segoe UI,Arial,sans-serif;font-size:.92rem;font-weight:700;color:var(--color-text-muted);letter-spacing:.13em;margin-bottom:.1rem;text-transform:uppercase}.product-card__name{font-family:Libre Baskerville,Inter,Segoe UI,Arial,sans-serif;font-size:1rem;font-weight:700;color:var(--color-text);margin-bottom:.2rem;line-height:1.2}.product-card__price-row{display:flex;align-items:center;gap:.7rem}.product-card__old-price{font-size:1.08rem;color:var(--color-text-muted);text-decoration:line-through;font-weight:500}.product-card__price{font-size:1.18rem;color:var(--color-accent);font-weight:700}.product-card__wishlist-btn{position:absolute;top:1rem;right:1rem;background:#ffffffeb;border:none;border-radius:50%;width:2.3rem;height:2.3rem;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px var(--color-shadow);opacity:0;pointer-events:none;transition:opacity .22s,background .18s;z-index:3;cursor:pointer;padding:0}.product-card:hover .product-card__wishlist-btn{opacity:1;pointer-events:auto}.product-card__wishlist-btn svg{display:block;transition:fill .18s,stroke .18s}.product-card__wishlist-btn.active svg{fill:var(--color-primary);stroke:var(--color-primary)}.product-card__wishlist-btn:active{background:#ffe6f0}@media (max-width: 1200px){.featured-products__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 900px){.featured-products__heading{font-size:1.5rem}.featured-products__subtitle{font-size:.9rem;line-height:1.6;padding:0 .5rem}}@media (max-width: 600px){.featured-products__grid{grid-template-columns:1fr;gap:1.5rem;width:98vw}.product-card{min-width:0;max-width:100%}.featured-products__heading{font-size:1.3rem}}.featured-products__carousel{display:flex;align-items:center;width:100%;justify-content:center;position:relative}.carousel-arrow{background:#fff;border:2px solid var(--color-accent);color:var(--color-accent);border-radius:50%;width:38px;height:38px;font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px var(--color-shadow);cursor:pointer;margin:0 1.2rem;transition:background .18s,color .18s,border .18s,opacity .18s;opacity:1;z-index:2}.carousel-arrow.disabled{opacity:.35;cursor:not-allowed;border-color:#ececec;color:#ececec;background:#fafafa}@media (max-width: 700px){.carousel-arrow{width:32px;height:32px;font-size:1.1rem;margin:0 .5rem}}.perfect-gifts-section{width:100%;padding:3.5rem 0 2.5rem;background:var(--color-surface);display:flex;flex-direction:column;align-items:center}.perfect-gifts__heading-bar{width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:.7rem}.perfect-gifts__heading-bar:before,.perfect-gifts__heading-bar:after{content:"";flex:1;height:1px;background:#ececec;margin:0 1.2rem}.perfect-gifts__heading{font-family:Libre Baskerville,Playfair Display,Georgia,serif;font-size:2.3rem;font-weight:500;color:var(--color-text);text-align:center;letter-spacing:.01em;position:relative}.perfect-gifts__subtitle{font-family:Libre Baskerville,Inter,Segoe UI,Arial,sans-serif;font-size:1.08rem;color:var(--color-text-muted);text-align:center;margin-bottom:1.8rem;opacity:.85}.perfect-gifts__image-row{width:100%;max-width:1400px;position:relative;display:flex;align-items:center;justify-content:flex-end;overflow:hidden;background:#fff}.perfect-gifts__image{width:100%;max-height:70vh;-o-object-fit:cover;object-fit:cover;display:block}.perfect-gifts__overlay-content{position:absolute;right:3vw;bottom:2.5vw;display:flex;flex-direction:column;align-items:flex-end;z-index:2}.perfect-gifts__title{font-family:Libre Baskerville,Playfair Display,Georgia,serif;font-size:2.8rem;font-weight:700;color:#fff;letter-spacing:.04em;text-shadow:0 2px 12px rgba(0,0,0,.18);margin-bottom:1.2rem;text-align:right}.perfect-gifts__button{padding:.7rem 2.2rem;font-size:1.15rem;font-weight:700;color:#fff;background:transparent;border:2px solid #fff;cursor:pointer;transition:background .18s,color .18s,border .18s;letter-spacing:.12em}@media (max-width: 900px){.perfect-gifts-section{padding:2rem 0 1.2rem}.perfect-gifts__heading-bar{margin-bottom:.3rem}.perfect-gifts__heading{font-size:1.5rem;margin-bottom:.5rem}.perfect-gifts__subtitle{font-size:.9rem;margin-bottom:1.1rem;line-height:1.6;padding:0 .5rem}.perfect-gifts__image-row{flex-direction:column;width:98vw;max-width:100%;border-radius:0}.perfect-gifts__image{min-height:38vh;height:44vw;max-height:340px;width:100%;-o-object-fit:cover;object-fit:cover;border-radius:0;display:block}.perfect-gifts__title{font-size:2rem;margin-bottom:1rem;text-align:center}.perfect-gifts__button{padding:.4rem 1.1rem;font-size:.9rem;margin-bottom:.2rem}}@media (max-width: 600px){.perfect-gifts__heading{font-size:1.2rem}.perfect-gifts__title{margin-bottom:.5rem;font-size:1.1rem}}.about-hero{margin-top:170px;width:100%;display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:1.5rem}.about-hero__img-wrap{width:100%;height:180px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.about-hero__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.about-hero__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(120deg,#18182661,#ffffff14);z-index:1}.about-hero__content{position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);z-index:2;text-align:center;color:#fff;width:90%}.about-hero__title{font-family:Libre Baskerville,Playfair Display,Georgia,serif;font-size:2rem;font-weight:700;letter-spacing:.04em;margin-bottom:.7rem;text-shadow:0 2px 16px rgba(0,0,0,.18)}.about-hero__subtitle{font-family:Dancing Script,Brush Script MT,cursive;font-size:1.45rem;margin:0;font-weight:400;letter-spacing:.03em;text-shadow:0 2px 12px rgba(0,0,0,.13)}@media (max-width: 900px){.about-hero{margin-top:0;margin-bottom:0}.about-hero__img-wrap{height:180px}.about-hero__title{font-size:2.4rem}}@media (max-width: 600px){.about-hero__subtitle{font-size:.85rem}.about-hero{margin-top:0;margin-bottom:0}.about-hero__img-wrap{height:150px}.about-hero__title{font-size:1.2rem;margin-bottom:.3rem}.our-story__container{flex-direction:column;gap:0;padding:0}.our-story__img-wrap{flex:0}.our-story__content{align-items:center}.our-story__title{font-size:1.3rem}}.our-story-section{width:100%;display:flex;justify-content:center;background:var(--color-surface);padding:2.5rem 0}.our-story__container{display:flex;align-items:center;gap:3.5rem;max-width:1100px;width:95%;margin:0 auto;background:var(--color-secondary)}.our-story__img-wrap{flex:1 1 400px;width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.our-story__img{width:100%;height:450px;-o-object-fit:cover;object-fit:cover;display:block}.our-story__content{flex:2 1 400px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem}.our-story__title{font-family:Libre Baskerville,Playfair Display,Georgia,serif;font-size:2.1rem;font-weight:700;color:var(--color-text);margin-bottom:.5rem;letter-spacing:.03em}.our-story__underline{width:54px;height:4px;background:var(--color-accent);border-radius:2px;margin-bottom:1.1rem}.our-story__subtitle{font-family:Dancing Script,Brush Script MT,cursive;font-size:1.25rem;color:var(--color-primary);margin-bottom:1.1rem}.our-story__text{font-size:1.08rem;text-align:center;color:var(--color-text);line-height:1.7;font-family:Inter,Segoe UI,Arial,sans-serif;margin-bottom:0}@media (max-width: 900px){.our-story__container{flex-direction:column;gap:0!important;padding:0}.our-story__img-wrap{max-width:100%;min-width:0}.our-story__text{padding:0 2rem}.our-story__content{align-items:center;text-align:center;padding:0}.our-story__title{font-size:1.3rem}.our-story__subtitle{font-size:1rem}}@media (max-width: 600px){.our-story__text{padding:0 1rem}.our-story__img-wrap{flex:1 1 300px}.our-story__title{padding:1rem 0 0}}.our-mission-section{width:100%;display:flex;justify-content:center;background:var(--color-surface);padding:1rem 0 2.5rem}.our-mission__container{display:flex;align-items:center;gap:3.5rem;max-width:1100px;width:95%;margin:0 auto;background:var(--color-secondary)}.our-mission__content{flex:2 1 200px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem}.our-mission__title{font-family:Libre Baskerville,Playfair Display,Georgia,serif;font-size:2.1rem;font-weight:700;color:var(--color-text);margin-bottom:.5rem;letter-spacing:.03em}.our-mission__underline{width:54px;height:4px;background:var(--color-accent);border-radius:2px;margin-bottom:1.1rem}.our-mission__subtitle{font-family:Dancing Script,Brush Script MT,cursive;font-size:1.25rem;color:var(--color-primary);margin-bottom:1.1rem}.our-mission__text{font-size:1.08rem;text-align:center;color:var(--color-text);line-height:1.7;font-family:Inter,Segoe UI,Arial,sans-serif;margin-bottom:0}.our-mission__img-wrap{flex:1 1 400px;width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.our-mission__img{width:100%;height:450px;-o-object-fit:cover;object-fit:cover;display:block}@media (max-width: 900px){.our-mission__container{flex-direction:column-reverse;gap:0!important;padding:0}.our-mission__img-wrap{max-width:100%;min-width:0}.our-mission__content{padding-right:0;align-items:center;text-align:center;padding:4rem 0rem 5rem}.our-mission__title{font-size:1.3rem}.our-mission__subtitle{font-size:1rem}.our-mission__text{padding:0 2rem}}@media (max-width: 600px){.our-mission__img-wrap{flex:1 1 300px}.our-mission__content{padding:1.5rem .5rem 2rem}.our-mission__text{padding:0 1rem}}.our-values-section{width:100%;display:flex;justify-content:center;background:var(--color-surface);padding:1rem 0 3.5rem}.our-values__container{display:flex;align-items:center;gap:3.5rem;max-width:1100px;width:95%;margin:0 auto;background:var(--color-secondary)}.our-values__img-wrap{flex:1 1 400px;width:100%;height:100%;display:flex;justify-content:center;overflow:hidden}.our-values__img{width:100%;height:450px;-o-object-fit:cover;object-fit:cover;display:block}.our-values__content{flex:2 1 400px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem}.our-values__title{font-family:Libre Baskerville,Playfair Display,Georgia,serif;font-size:2.1rem;font-weight:700;color:var(--color-text);margin-bottom:.5rem;letter-spacing:.03em}.our-values__subtitle{font-family:Dancing Script,Brush Script MT,cursive;font-size:1.25rem;color:var(--color-primary);margin-bottom:1.1rem}.our-values__text{font-size:1.08rem;text-align:center;color:var(--color-text);line-height:1.7;font-family:Inter,Segoe UI,Arial,sans-serif;margin-bottom:0}@media (max-width: 900px){.our-values__container{flex-direction:column;gap:0!important;padding:0}.our-values__img-wrap{max-width:100%;min-width:0}.our-values__content{align-items:center;text-align:center;padding:0}.our-values__title{font-size:1.3rem}.our-values__subtitle{font-size:1rem}.our-values__text{padding:0 2rem}}@media (max-width: 600px){.our-values__img-wrap{flex:1 1 300px}.our-values__text{padding:0 1rem}}.contact-hero{margin-top:170px;width:100%;display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:2.5rem}.contact-hero__img-wrap{width:100%;height:180px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.contact-hero__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.contact-hero__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(120deg,#18182661,#ffffff14);z-index:1}.contact-hero__content{position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);z-index:2;text-align:center;color:#fff;width:90%}.contact-hero__title{font-family:Libre Baskerville,Playfair Display,Georgia,serif;font-size:2rem;font-weight:700;letter-spacing:.04em;margin-bottom:.7rem;text-shadow:0 2px 16px rgba(0,0,0,.18)}.contact-hero__subtitle{font-family:Dancing Script,Brush Script MT,cursive;font-size:1.45rem;margin:0;font-weight:400;letter-spacing:.03em;text-shadow:0 2px 12px rgba(0,0,0,.13)}@media (max-width: 900px){.contact-hero{margin-top:0!important}.contact-hero__img-wrap{height:180px}.contact-hero__title{font-size:1.4rem}.contact-hero__subtitle{font-size:1rem}}@media (max-width: 600px){.contact-hero{margin-top:0!important;margin-bottom:1rem}.contact-hero__img-wrap{height:150px}.contact-hero__title{font-size:1.2rem;margin-bottom:.3rem}.contact-hero__subtitle{font-size:.85rem}.contact-hero__content{width:98%;top:50%}}.contact-section{width:100%;max-width:1200px;margin:0 auto 8rem;padding:0 1.5rem}.contact-section__title{font-family:Libre Baskerville,Playfair Display,Georgia,serif;font-size:2.3rem;font-weight:700;text-align:center;margin-bottom:.5rem;letter-spacing:.04em;color:var(--color-text)}.contact-section__divider{width:120px;height:2px;background:var(--color-accent);margin:.5rem auto 1.2rem;border-radius:2px}.contact-section__desc{text-align:center;color:var(--color-text-muted);font-size:1.08rem;margin-bottom:2.2rem}.contact-section__content{display:flex;gap:2.5rem;align-items:flex-start;justify-content:center;margin-top:2rem;width:100%}.contact-form{flex:2 1 340px;display:flex;flex-direction:column;gap:1.1rem;background:#fff;padding:2rem 1.5rem 1.5rem}.contact-form label{font-size:1.05rem;color:var(--color-text);font-weight:500;margin-bottom:.3rem;display:flex;flex-direction:column;gap:.3rem}.contact-form input,.contact-form textarea{font-size:1rem;padding:.6rem 1rem;border:1.5px solid var(--color-border);background:var(--color-surface);color:var(--color-text);outline:none;transition:border .18s;resize:none}.contact-form input:focus,.contact-form textarea:focus{border:1.5px solid var(--color-primary)}.contact-form__submit{margin-top:.7rem;padding:.7rem 2.2rem;background:var(--color-accent);color:#fff;border:none;font-size:1.08rem;font-weight:700;letter-spacing:.04em;cursor:pointer;transition:background .18s;box-shadow:0 2px 8px var(--color-shadow);width:-moz-fit-content;width:fit-content;min-width:120px;align-self:flex-start}@media (max-width: 900px){.contact-form__submit{align-self:center}}.contact-form__submit:hover{background:var(--color-primary)}.required{color:var(--color-primary);margin-left:.2em}.contact-info-box{flex:1 1 320px;background:rgba(var(--color-primary-rgb, 233, 104, 148),.18);background:color-mix(in srgb,var(--color-primary) 18%,white 82%);padding:2rem 3.5rem;display:flex;flex-direction:column;gap:1rem;min-width:420px;max-width:350px;color:var(--color-text);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.contact-info__heading{font-size:1.13rem;font-weight:700;color:var(--color-text);margin-bottom:.5rem;letter-spacing:.03em}.contact-info__address{line-height:1.8;font-size:1rem;color:var(--color-text);margin-bottom:.7rem;font-style:normal}.contact-info__directions{background:transparent;color:var(--color-text);border:1.5px solid var(--color-text);padding:.5rem 1.2rem;font-weight:700;font-size:1rem;margin-bottom:.7rem;cursor:pointer;transition:background .18s,color .18s,border .18s;box-shadow:none}.contact-info__directions:hover{background:var(--color-text);color:var(--color-primary);border:1.5px solid var(--color-text)}.contact-info__block h4{font-size:1.01rem;font-weight:700;margin-bottom:.2rem;color:var(--color-text)}.contact-info__block a{line-height:1.8;color:var(--color-text);text-decoration:none;font-size:1rem;transition:color .18s}.contact-info__block a:hover{color:var(--color-primary)}.contact-info__socials{display:flex;gap:.7rem;margin-top:.3rem;margin-bottom:1.5rem}.contact-info__socials a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--color-surface);border-radius:50%;color:var(--color-primary);font-size:1.25rem;box-shadow:0 2px 8px var(--color-shadow);border:1.5px solid var(--color-surface);transition:background .18s,color .18s,border .18s}.contact-info__socials a:hover{background:var(--color-text);color:var(--color-primary);border:1.5px solid var(--color-text)}.icon-whatsapp:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900}.icon-instagram:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900}.icon-facebook:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900}@media (max-width: 900px){.contact-section{padding:0}.contact-section__content{gap:2rem}.contact-form,.contact-info-box{max-width:100%;min-width:0;padding:1.2rem .7rem}}@media (max-width: 600px){.contact-section{margin-bottom:3rem}.contact-section__content{flex-direction:column;gap:1.2rem;margin-top:1rem}.contact-form,.contact-info-box{max-width:100%;min-width:88%;padding:1rem 1.3rem}.contact-form label{font-size:.9rem}.contact-form input,.contact-form textarea{font-size:.9rem;padding:.5rem .7rem}.contact-form__submit{font-size:.9rem;padding:.5rem 1.2rem;min-width:90px}.contact-info-box{min-width:0;max-width:100%;padding:1rem 1.3rem}.contact-info__heading,.contact-info__block h4{font-size:.92rem}.contact-info__address,.contact-info__block a{font-size:.9rem}.contact-info__socials a{width:30px;height:30px;font-size:1rem}}.sort-by-container{display:flex;flex-direction:column;align-items:flex-end;margin:1rem 0}.sort-by-label{font-weight:500;margin-bottom:4px}.sort-by-select{padding:.5rem 1rem;border:1px solid #ccc;min-width:200px}.shop-product-grid{display:grid;grid-template-columns:repeat(4,minmax(220px,1fr));gap:3rem 1.5rem;margin:2.5rem 0;width:100%;max-width:100%}@media (max-width: 1100px){.shop-product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 700px){.shop-product-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 600px){.shop-product-grid{margin:1.2rem 0;gap:1rem}.product-card{max-width:98vw;height:340px;min-width:0}.product-card__img.main-img,.product-card__img.hover-img{height:180px!important}.product-card__add-to-cart{font-size:.97rem;padding:.4rem .8rem;bottom:24px}.product-card__wishlist-btn{width:32px;height:32px}.product-card__wishlist-btn svg{width:22px!important;height:22px!important}.product-card__name{font-size:1rem}.product-card__category{font-size:.92rem}.product-card__price-row{font-size:1rem}.product-card__old-price{font-size:.97rem}.load-more-btn{font-size:1rem!important;padding:.5rem 1.2rem!important}.spinner{width:22px;height:22px}}.product-card{width:100%;max-width:340px;min-width:0;height:420px;margin:0 auto;display:flex;flex-direction:column;justify-content:flex-end}.product-card__img-wrap{position:relative;height:100%;width:100%;display:flex;align-items:center;justify-content:center}.product-card__img-container{position:relative;width:100%;height:100%;overflow:hidden}.product-card__img.main-img,.product-card__img.hover-img{height:300px!important}.product-card__img.main-img{transition:opacity .4s;position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;opacity:1}.product-card__img.hover-img{transition:opacity .4s;position:absolute;left:0;top:0;width:100%;height:100%;z-index:2;opacity:0}.product-card__img-bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#ffffff8c;z-index:1;opacity:0;transition:opacity .4s}.product-card:hover .product-card__img.main-img{opacity:0}.product-card:hover .product-card__img.hover-img{opacity:.5}.product-card:hover .product-card__img-bg{opacity:1}.product-card__wishlist-btn,.product-card__add-to-cart{z-index:3}.product-card__add-to-cart{position:absolute;left:50%;bottom:24px;transform:translate(-50%);padding:.5rem 1rem;font-size:1rem;font-weight:600;background:var(--color-primary, #DE8DA9);color:#fff;border:none;opacity:0;transition:opacity .3s,background .3s,box-shadow .3s;box-shadow:0 2px 12px #de8da926;z-index:3;cursor:pointer}.product-card__add-to-cart:hover{background-color:var(--color-gold)}.product-card:hover .product-card__add-to-cart{opacity:1}.load-more-btn{background:var(--color-primary)!important;color:#fff!important;border:none!important;padding:.7rem 2.2rem!important;font-size:1.1rem!important;font-weight:600!important;cursor:pointer;box-shadow:0 2px 8px #1f268712!important;transition:background .18s,color .18s!important;display:flex!important;align-items:center!important;gap:.7rem!important}.load-more-btn:disabled{opacity:.7!important;cursor:not-allowed!important}.shop-page-container{max-width:1200px;margin:170px auto 0;padding:2rem 1rem}@media (max-width: 900px){.shop-page-container{padding:1rem 1.08rem;margin-top:0}}.product-details__container{max-width:1300px;margin:170px auto 0;padding:2rem 1rem}.product-details__breadcrumb{margin-bottom:24px;color:var(--color-text-muted);font-size:18px}.product-details__breadcrumb a{color:var(--color-text-muted);text-decoration:none;transition:color .2s}.product-details__breadcrumb a:hover{color:var(--color-primary)}.product-details__main{display:flex;flex-wrap:wrap;gap:48px;align-items:flex-start}.product-details__images{flex:1 1 350px;min-width:320px}.product-details__main-img-wrap{background:var(--color-surface);margin-bottom:16px}.product-details__main-img{width:100%;max-width:480px;-o-object-fit:cover;object-fit:cover;display:block}.product-details__thumbs{display:flex;gap:12px;margin-top:8px}.product-details__thumb{width:64px;height:64px;-o-object-fit:cover;object-fit:cover;border:1px solid var(--color-border);cursor:pointer;background:var(--color-surface);transition:border .2s}.product-details__thumb.active,.product-details__thumb:hover{border:2px solid var(--color-primary)}.product-details__info{flex:1 1 420px;min-width:320px}.product-details__title{font-family:Libre Baskerville,Playfair Display,serif;font-weight:700;font-size:32px;margin:0;color:var(--color-text)}.product-details__price-row{font-size:24px;font-weight:600;color:var(--color-accent);margin:16px 0 8px;display:flex;align-items:baseline;gap:12px}.product-details__price-note{font-size:16px;color:var(--color-text-muted);font-weight:400}.product-details__old-price{color:var(--color-text-muted);text-decoration:line-through;font-size:18px;margin-bottom:8px}.product-details__qty-row{display:flex;align-items:center;gap:12px;margin:16px 0;font-size:18px}.product-details__qty-btn{font-size:20px;padding:2px 12px;border:1px solid var(--color-border);background:var(--color-surface);cursor:pointer;transition:background .2s,border .2s}.product-details__qty-btn:hover{background:var(--color-primary);color:#fff;border:1px solid var(--color-primary)}.product-details__qty-val{font-size:20px;min-width:32px;text-align:center}.product-details__add-to-cart{width:50%;background:var(--color-text);color:#fff;font-weight:700;font-size:18px;padding:18px 0;border:none;margin:18px 0 32px;cursor:pointer;letter-spacing:1px;transition:background .2s}.product-details__add-to-cart:hover{background:var(--color-primary)}.product-details__section-title{font-size:26px;font-weight:700;margin:32px 0 12px;color:var(--color-text)}.product-details__desc{color:var(--color-text);font-size:18px;line-height:1.7;margin-bottom:18px}.product-details__features{color:var(--color-text);font-size:17px;margin-bottom:18px;padding-left:20px}.product-details__features li{margin-bottom:4px}.product-details__additional,.product-details__other-details{color:var(--color-text);font-size:16px;margin-bottom:18px}.product-details__other-details-title{font-weight:600;font-size:18px;color:var(--color-text);margin-bottom:12px}.product-details__other-details-list{list-style:none;padding:0;margin:0}.product-details__other-details-item{display:flex;margin-bottom:8px;padding:8px 0;border-bottom:1px solid var(--color-border)}.product-details__other-details-item:last-child{border-bottom:none}.product-details__other-details-label{font-weight:600;color:var(--color-text);min-width:120px;margin-right:12px}.product-details__other-details-value{color:var(--color-text);flex:1}.product-details__notfound{margin-top:210px;padding:40px;text-align:center;color:var(--color-text-muted);font-size:22px}@media (max-width: 900px){.product-details__main{flex-direction:column;gap:32px}.product-details__images,.product-details__info{min-width:0;width:100%}.product-details__main-img{max-width:100%}.product-details__container{margin-top:0}.product-details__breadcrumb{font-size:1rem;margin-bottom:12px}.product-details__thumbs{gap:6px;margin-top:4px}.product-details__main-img-wrap{margin-bottom:8px}.product-details__main{gap:18px}.product-details__title{font-size:1.2rem}.product-details__price-row{font-size:1.1rem;gap:6px;margin:10px 0 4px}.product-details__price-note{font-size:.97rem}.product-details__old-price{font-size:1rem;margin-bottom:4px}.product-details__qty-row{font-size:1rem;gap:6px;margin:10px 0}.product-details__qty-val{font-size:1rem;min-width:22px}.product-details__qty-btn{font-size:1rem;padding:2px 8px}.product-details__actions-row{gap:8px!important;margin-top:12px!important}.product-details__add-to-cart{width:100%;font-size:1rem;padding:10px 0;margin:10px 0 18px}.product-details__wishlist-btn{padding:10px 0 10px 6px}.product-details__desc{font-size:1rem;margin-bottom:10px}.product-details__features{font-size:.97rem;margin-bottom:10px;padding-left:12px}.product-details__notfound{margin-top:0}}.you-may-also-like-section{margin-top:60px;padding:0 2vw 40px}.you-may-also-like-title{font-family:Libre Baskerville,Playfair Display,serif;font-size:1.5rem;font-weight:600;color:var(--color-text, #222);margin-bottom:32px;text-align:left}.you-may-also-like-list{display:flex;flex-wrap:nowrap;overflow-x:auto;padding-bottom:8px}.you-may-also-like-card{background:#fff;min-width:220px;max-width:240px;height:340px;flex:0 0 240px;display:flex;flex-direction:column;align-items:center;transition:box-shadow .2s,transform .2s}.you-may-also-like-img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;margin-bottom:18px}.you-may-also-like-name{font-family:Libre Baskerville,Playfair Display,serif;font-size:.9rem;font-weight:500;text-align:center}.you-may-also-like-reviews{font-size:1rem;margin-bottom:8px;text-align:center}.you-may-also-like-price{font-family:Libre Baskerville,serif;font-size:1rem;font-weight:700;color:#222;margin-bottom:6px;text-align:center}.you-may-also-like-add-to-cart{position:absolute;left:50%;bottom:24px;transform:translate(-50%);padding:.5rem 1.5rem;font-size:.85rem;font-weight:600;background:var(--color-primary, #DE8DA9);color:#fff;border:none;opacity:0;transition:opacity .3s,background .3s,box-shadow .3s;box-shadow:0 2px 12px #de8da926;z-index:3;cursor:pointer}.you-may-also-like-add-to-cart:hover{background-color:var(--color-gold)}.product-card:hover .you-may-also-like-add-to-cart{opacity:1}@media (max-width: 900px){.you-may-also-like-section{padding:0 .5vw 18px}.you-may-also-like-title{font-size:1.08rem;margin-bottom:16px}.you-may-also-like-list{gap:.5rem}}.product-details__actions-row{display:flex;align-items:center;gap:16px;margin-top:24px}.product-details__wishlist-btn{background:#fff;border:none;padding:18px 0 32px 10px;cursor:pointer;display:flex;align-items:center;transition:border-color .2s,box-shadow .2s;margin-left:0}.product-details__wishlist-btn.active{border-color:var(--color-primary)}.product-details__wishlist-btn svg{display:block}.accordion{overflow:hidden}.accordion__item+.accordion__item{border-top:1px solid #eee}.accordion__title{width:100%;background:none;border:none;outline:none;text-align:left;padding:1.2rem 1.5rem;font-size:1.15rem;font-weight:600;color:var(--color-accent);display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:background .2s}.accordion__icon{font-size:1.2em;margin-left:1rem;color:var(--color-primary);transition:transform .2s}.accordion__content{padding:1.2rem 1.5rem;background:#fff;color:#333;font-size:1rem;line-height:1.7;animation:fadeIn .3s}@keyframes fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.shop-by-category-container{max-width:1200px;margin:170px auto 0;padding:2rem 1rem}.shop-by-category-heading{text-align:center;font-weight:600;font-size:1.5rem;margin-bottom:16px}@media (max-width: 900px){.shop-by-category-container{margin-top:0}.shop-by-category-heading{font-size:1.2rem}}@media (max-width: 600px){.shop-by-category-container{padding:1rem .25rem}}:root{--color-primary: #DE8DA9;--color-secondary: #fbfcf7;--color-tertiary: #FFF6E5;--color-accent: #000064;--color-gold: #E9C46A;--color-surface: #FFFFFF;--color-text: #2D2D2D;--color-text-muted: #A7A7A7;--color-border: #f3f3f3;--color-shadow: rgba(222, 141, 169, .08);--color-error: #FF0000;--color-error-dark: #c00}body{margin:0;padding:0;box-sizing:border-box;font-family:Libre Baskerville,Playfair Display,Segoe UI,Arial,sans-serif}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em var(--color-accent))}.logo.react:hover{filter:drop-shadow(0 0 2em var(--color-primary))}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em;background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);box-shadow:0 2px 8px var(--color-shadow)}.read-the-docs{color:var(--color-text-muted)}@media (max-width: 900px){.desktop-header-navbar{display:none!important}.mobile-main-padding{padding-top:60px!important}.desktop-main-padding{padding-top:0!important}}@media (min-width: 901px){.responsive-header{display:none!important}.desktop-main-padding{padding-top:170px!important}.mobile-main-padding{padding-top:0!important}}.collections-container{max-width:1200px;margin:170px auto 0;padding:2rem 1rem}.collections-header{text-align:center;margin-bottom:3rem}.collections-title{font-family:Libre Baskerville,Playfair Display,serif;color:var(--color-text);font-weight:600;font-size:1.7rem;margin-bottom:.5rem;margin-top:1rem}.collections-subtitle{font-size:1.1rem;color:var(--color-text-muted);font-weight:400;max-width:600px;margin:0 auto}.collections-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem 1.5rem;justify-items:center}@media (max-width: 1100px){.collections-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 900px){.collections-container{margin-top:0}.collections-title{font-size:1.5rem}.collections-subtitle{font-size:1rem}}@media (max-width: 600px){.collections-grid{grid-template-columns:1fr}.collections-title{font-size:1.2rem}.collections-subtitle{font-size:.95rem}}.collection-card{position:relative;background:#fff;color:var(--color-text);cursor:pointer;max-width:370px;width:100%;max-height:450px;overflow:hidden;transition:all .3s ease}.collection-card__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .3s ease}.collection-card:hover .collection-card__img{transform:scale(1.05)}.collection-card__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0003,#0006,#000000b3);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;text-align:center;z-index:2;transition:background .3s ease}.collection-card:hover .collection-card__overlay{background:linear-gradient(to bottom,#0000004d,#00000080,#000c)}.collection-card__name{font-family:Libre Baskerville,Playfair Display,serif;font-weight:600;font-size:1.2rem;letter-spacing:1px;color:#fff;margin-bottom:1.5rem;text-transform:uppercase;text-shadow:0 2px 4px rgba(0,0,0,.3)}.collection-card__btn{padding:.8rem 2rem;font-size:14px;font-weight:600;background:transparent;color:var(--color-surface);border:1px solid var(--color-surface);text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s ease}.shop-by-collection-container{max-width:1200px;margin:170px auto 0;padding:2rem 1rem}.shop-by-collection-heading{text-align:center;font-weight:600;font-size:1.5rem;margin-bottom:16px}@media (max-width: 900px){.shop-by-collection-container{margin-top:0}.shop-by-collection-heading{font-size:1.2rem}}@media (max-width: 600px){.shop-by-collection-container{padding:1rem .25rem}}.account-page-container{margin:170px 40px 40px;padding:36px 32px 32px;background:var(--color-surface);position:relative}.account-avatar{width:72px;height:72px;border-radius:50%;background:var(--color-primary);color:var(--color-surface);display:flex;align-items:center;justify-content:center;font-size:2.2rem;font-weight:700;margin:0 auto 18px;box-shadow:0 2px 8px var(--color-shadow);letter-spacing:2px}.account-page-title{text-align:center;font-family:Libre Baskerville,serif;font-weight:700;font-size:1.5rem;margin:0 auto 18px;color:var(--color-text)}.account-section{margin-bottom:32px;border-bottom:1px solid var(--color-border);padding-bottom:18px}.account-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.account-section-title{font-size:1.04rem;font-weight:700;margin-bottom:8px;color:var(--color-accent)}.account-section-detail{margin-bottom:6px;font-size:1rem}.account-section-muted{color:var(--color-text-muted);font-size:1.1rem;padding:1.2rem 1.5rem}.account-logout-btn{background:var(--color-accent);color:var(--color-surface);font-weight:700;font-size:1.1rem;border:none;padding:.8rem 2.2rem;cursor:pointer;display:block;margin:32px auto 0;transition:background .2s}.account-logout-btn:hover{background:var(--color-primary)}.account-section-header{display:flex;align-items:center;gap:1rem;color:var(--color-accent);font-size:1.15rem;font-weight:700;margin-bottom:8px}.account-add-btn{background:var(--color-primary);color:#fff;border:none;padding:.5rem 1.5rem;font-size:1.1rem;font-weight:700;cursor:pointer;margin-left:.5rem;transition:background .18s}.account-add-btn:hover{background:var(--color-accent)}.account-address-list-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:1.2rem}.account-address-item-col{background:#fafafa;padding:1.2rem 1.5rem;box-shadow:0 2px 12px #0000000a;font-size:.95rem;color:#222;display:flex;flex-direction:column;gap:.3rem;min-width:0;max-width:100%;position:relative}.account-address-item-col:not(:last-child){margin-right:1.5rem}.account-address-default{font-size:1rem;font-weight:600;color:var(--color-text);margin-bottom:.5rem}.account-address-edit-btn{background:none;border:none;color:var(--color-text);font-size:1.1rem;margin-left:.5rem;cursor:pointer;vertical-align:middle;transition:color .18s}.account-address-edit-btn:hover{color:var(--color-primary)}.account-address-empty{color:var(--color-text-muted);font-size:1.1rem;background:var(--color-surface);border-radius:10px;padding:1.2rem 1.5rem;display:flex;align-items:center;gap:.7rem}.account-address-empty-icon{font-size:1.2rem}.order-history-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-top:1.5rem}.order-card{background:#fff;border:1px solid #e5e7eb;padding:1.5rem;transition:box-shadow .2s ease}.order-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f3f4f6}.order-header-info{flex:1}.order-id{color:var(--color-text);font-weight:700;font-size:1.1rem;margin-bottom:.25rem}.order-date{color:#6b7280;font-size:.9rem}.order-status{color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.order-card-products{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.order-product{display:flex;gap:1rem;padding:1rem;background:#f9fafb;border:1px solid #e5e7eb}.order-product-image{flex-shrink:0;position:relative}.order-product-img{width:60px;height:70px;-o-object-fit:cover;object-fit:cover;border:1px solid var(--color-border)}.order-product-placeholder-fallback{display:none}.order-product-placeholder{width:60px;height:60px;background:var(--color-border);color:var(--color-text);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;border-radius:4px}.order-product-details{flex:1;display:flex;flex-direction:column;gap:.5rem}.order-product-name{font-weight:600;color:#1f2937;font-size:1rem}.order-product-meta{display:flex;gap:1rem;color:#6b7280;font-size:.9rem}.order-product-review{margin-top:.5rem}.review-btn{background:var(--color-primary);color:#fff;border:none;padding:.5rem 1rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:background-color .2s}.review-btn:hover{background:var(--color-accent)}.review-edit-btn{background:transparent;color:var(--color-primary);border:1px solid var(--color-primary);padding:.5rem 1rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.review-edit-btn:hover{background:var(--color-primary);color:#fff}.existing-review{display:flex;align-items:center;gap:1rem}.review-stars-display{display:flex;gap:.25rem}.star-filled{color:#fbbf24;font-size:.9rem}.star-empty{color:#d1d5db;font-size:.9rem}.order-card-summary{margin-bottom:1rem;padding-top:1rem;border-top:1px solid #f3f4f6}.order-total{display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:1.1rem;color:#1f2937}.order-card-addresses{padding-top:1rem;border-top:1px solid #f3f4f6}.order-address{color:#6b7280;font-size:.9rem;line-height:1.5}.order-address strong{color:#374151;display:block;margin-bottom:.5rem}.review-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.review-modal{background:#fff;padding:2rem;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.review-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.review-modal-header h3{margin:0;color:#1f2937;font-size:1.25rem;font-weight:600}.review-modal-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.review-modal-close:hover{background:#f3f4f6;color:#374151}.review-rating-section{margin-bottom:1.5rem}.review-rating-section label{display:block;margin-bottom:.5rem;font-weight:600;color:#374151}.review-stars{display:flex;gap:.5rem}.review-star-btn{background:none;border:none;cursor:pointer;padding:.25rem;border-radius:4px;transition:background-color .2s}.review-star-btn:hover{background:#f3f4f6}.review-star{font-size:1.5rem;color:#d1d5db;transition:color .2s}.review-star.filled{color:#fbbf24}.review-comment-section{margin-bottom:1.5rem}.review-comment-section label{display:block;margin-bottom:.5rem;font-weight:600;color:#374151}.review-comment-section textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:4px;font-family:inherit;font-size:.9rem;resize:vertical;min-height:100px;transition:border-color .2s}.review-comment-section textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #3b82f61a}.review-modal-actions{display:flex;gap:1rem;justify-content:flex-end}.review-modal-actions button{padding:.75rem 1.5rem;font-weight:600;cursor:pointer;transition:all .2s;border:none;font-size:.9rem}.review-modal-actions button:first-child{background:#f3f4f6;color:#374151}.review-modal-actions button:first-child:hover{background:#e5e7eb}.review-modal-actions button:last-child{background:var(--color-primary);color:#fff}.review-modal-actions button:last-child:hover{background:var(--color-accent)}.review-modal-actions button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 900px){.account-page-container{max-width:98vw;padding:10px 2vw;margin-top:0}.account-address-list-row{grid-template-columns:repeat(2,1fr);gap:1.2rem}.account-page-title{padding:1.5rem 0 1rem}.account-address-item-col{max-width:100%;min-width:0}.account-address-item-col:not(:last-child){margin-right:0}.order-history-list{grid-template-columns:1fr;gap:1.5rem}.order-card{padding:1.25rem}.order-card-header{flex-direction:column;gap:.75rem;align-items:flex-start}.order-status{align-self:flex-start}.order-product{flex-direction:column;gap:.75rem}.order-product-details{width:100%}.existing-review{flex-direction:column;align-items:flex-start;gap:.5rem}.review-modal{margin:1rem;padding:1.5rem}}@media (max-width: 600px){.account-page-container{max-width:98vw;padding:10px 2vw;margin:0 1rem}.account-avatar{width:44px;height:44px;font-size:1rem}.account-page-title{padding:1.5rem 0 1rem;font-size:1.2rem}.account-section-title{font-size:.98rem}.account-section-detail{font-size:.95rem}.account-section{padding-bottom:10px;margin-bottom:18px}.account-section-muted{font-size:.9rem}.account-address-item-col{padding:.7rem;font-size:.92rem;min-width:0;max-width:100%;word-break:break-word}.account-address-list-row{grid-template-columns:repeat(1,1fr);gap:.7rem}.account-add-btn{padding:.4rem 1rem;font-size:1rem}.account-address-empty{font-size:.9rem;padding:.7rem}.order-history-list{gap:1rem}.order-card{padding:1rem}.order-product{padding:.75rem}.order-product-placeholder{width:50px;height:50px;font-size:1.25rem}.order-product-name{font-size:.95rem}.order-product-meta{font-size:.85rem;flex-direction:column;gap:.25rem}.review-btn,.review-edit-btn{font-size:.8rem;padding:.4rem .8rem}.order-total{font-size:1rem}.order-address{font-size:.85rem}.review-modal{padding:1rem;margin:.5rem}.review-modal-header h3{font-size:1.1rem}.review-stars{gap:.25rem}.review-star{font-size:1.25rem}.review-modal-actions{flex-direction:column}.review-modal-actions button{width:100%}}.load-more-container{display:flex;justify-content:center;align-items:center;margin-top:2rem;padding:1rem 0;text-align:center;width:100%;grid-column:1 / -1}.load-more-btn{background-color:var(--color-primary);color:#fff;border:none;padding:.8rem 2rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s ease}.spinner{width:26px!important;height:26px!important;border:3px solid #fff!important;border-top:3px solid var(--color-accent, #d72660)!important;border-radius:50%!important;animation:spin .7s linear infinite!important;display:inline-block!important}@media (max-width: 600px){.load-more-btn{padding:.7rem 1.5rem;font-size:.9rem}}.spinner{width:20px;height:20px;border:2px solid #fff;border-top:2px solid transparent;border-radius:50%;animation:spin 1s linear infinite;display:inline-block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.address-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000059;z-index:9999;display:flex;align-items:center;justify-content:center}.address-modal{background:#fff;min-width:340px;max-width:580px;max-height:80vh;padding:1.5rem 1.5rem 1.2rem;position:relative;z-index:10000;display:flex;flex-direction:column;gap:1rem;overflow-y:auto;overflow-x:hidden;box-sizing:border-box}.address-modal-header{display:flex;align-items:center;justify-content:space-between;font-size:1.3rem;font-weight:700}.address-modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#888}.address-modal-form{display:flex;flex-direction:column;gap:1rem}.address-modal-row{display:flex;flex-direction:column;gap:.5rem}.address-modal-row-2{flex-direction:row;gap:1rem}.address-modal-row-2 input{flex:1}.address-modal-row-3{flex-direction:row;gap:1rem}.address-modal-row-3 input,.address-modal-row-3 select{flex:1}.address-modal-checkbox{display:flex;align-items:center;gap:.5rem;font-size:1rem}.address-modal-footer{display:flex;justify-content:flex-end;gap:1rem}.address-modal-cancel{background:none;color:var(--color-text);border:none;font-size:1rem;font-weight:600;cursor:pointer}.address-modal-save{background:var(--color-primary);color:#fff;border:none;border-radius:8px;padding:.5rem 1.3rem;font-weight:600;font-size:1rem;cursor:pointer}.address-modal-save:hover{background:var(--color-accent)}.address-modal-delete{background:none;color:var(--color-text);border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:background .18s,color .18s,border .18s}.address-modal-form input,.address-modal-form select{width:100%;box-sizing:border-box;padding:.7rem 1rem;border:1.5px solid #ddd;font-size:.8rem;font-family:inherit;background:#fafafa;transition:border .18s,box-shadow .18s}.address-modal-form input:focus,.address-modal-form select:focus{border-color:var(--color-primary);outline:none;background:#fff;box-shadow:0 0 0 2px #ffe9b3}.address-modal-form label{font-size:.9rem;font-weight:500;color:#444}.address-modal-form input[type=checkbox]{width:auto;margin-right:.5rem;accent-color:var(--color-primary)}.address-modal-form ::-moz-placeholder{color:#bbb;font-size:.8rem}.address-modal-form ::placeholder{color:#bbb;font-size:.8rem}.address-modal-error{color:#d32f2f;font-size:.8em;margin-top:4px;margin-bottom:0;padding-left:2px;font-weight:500;letter-spacing:.01em;line-height:1.3;min-height:18px;transition:color .2s}.wishlist-popup__backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000059;z-index:9999;display:flex;align-items:center;justify-content:center}.wishlist-popup{background:#fff;min-width:520px;max-width:98vw;min-height:440px;max-height:80vh;padding:1.5rem 1.5rem .5rem;position:relative;z-index:10000;display:flex;flex-direction:column;gap:1.2rem;overflow:auto}.wishlist-popup__header{display:flex;align-items:center;justify-content:space-between;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.wishlist-popup__close{background:none;border:none;font-size:1.3rem;cursor:pointer;color:#888;margin-left:1rem}.wishlist-popup__list{max-height:300px;overflow-y:auto;display:flex;flex-direction:column;gap:1rem;flex:1 1 auto}.wishlist-popup__item{display:flex;align-items:center;gap:1rem;border-bottom:2px solid var(--color-border);padding:.7rem 1rem;position:relative;transition:box-shadow .18s}.wishlist-popup__img{width:60px;height:60px;-o-object-fit:cover;object-fit:cover;background:#eee}.wishlist-popup__info{flex:1;display:flex;flex-direction:column;gap:.2rem}.wishlist-popup__name{font-weight:600;font-size:.9rem;color:#222}.wishlist-popup__price{font-size:.9rem;color:var(--color-accent);font-weight:500}.wishlist-popup__add-to-cart{background:var(--color-primary);color:#fff;border:none;padding:.4rem .9rem;font-size:.98rem;font-weight:600;cursor:pointer;transition:background .18s}.wishlist-popup__add-to-cart:hover{background:#d4a307}.wishlist-popup__remove{background:none;border:none;color:#c00;font-size:1.2rem;cursor:pointer}.wishlist-popup__footer{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem;flex-shrink:0}.wishlist-popup__open-page{background:#333;color:#fff;border:none;padding:.4rem 1.1rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .18s}.wishlist-popup__continue{background:#fff;color:#222;border:1.5px solid #bbb;padding:.4rem 1.1rem;font-size:1rem;font-weight:600;cursor:pointer;transition:border .18s,background .18s}.wishlist-popup__continue:hover{border-color:#888}.wishlist-popup__empty{text-align:center;color:#888;font-size:1.1rem;padding:2rem 0}@media (max-width: 900px){.wishlist-popup{min-width:340px;max-width:96vw;min-height:320px;padding:1rem .5rem .5rem}.wishlist-popup__header{font-size:1.05rem}.wishlist-popup__img{width:48px;height:48px}.wishlist-popup__add-to-cart,.wishlist-popup__open-page,.wishlist-popup__continue{font-size:.95rem;padding:.35rem .7rem}}@media (max-width: 600px){.wishlist-popup__backdrop{align-items:flex-end;justify-content:center}.wishlist-popup{min-width:0;width:100vw;max-width:100vw;min-height:0;max-height:90vh;padding:.7rem .2rem .5rem;gap:.7rem}.wishlist-popup__header{font-size:1rem;margin-bottom:.2rem}.wishlist-popup__img{width:38px;height:38px}.wishlist-popup__item{gap:.5rem;padding:.5rem .3rem}.wishlist-popup__name,.wishlist-popup__price{font-size:.85rem}.wishlist-popup__add-to-cart,.wishlist-popup__open-page,.wishlist-popup__continue{font-size:.9rem;padding:.5rem}.wishlist-popup__footer{gap:.5rem;flex-direction:column;align-items:stretch;margin-top:.5rem}.wishlist-popup__empty{font-size:.98rem;padding:1.2rem 0}}.wishlist-page-container{max-width:900px;margin:170px auto 0;padding:2.5rem 1rem 3rem;min-height:400px;position:relative;display:flex;flex-direction:column}.wishlist-page-title{color:var(--color-text);font-size:1.5rem;font-weight:700;margin:0 auto;margin-bottom:3rem;text-align:center}.wishlist-page-empty{color:#888;font-size:1.2rem;text-align:center;margin-top:100px}.wishlist-page-table{width:100%;margin-bottom:32px}.wishlist-page-header-row{display:grid;grid-template-columns:2.5fr 1fr 1.5fr 1fr;font-weight:600;font-size:1.1rem;border-bottom:2px solid #e5e5e5;padding-bottom:12px;margin-bottom:12px}.wishlist-page-row{display:grid;grid-template-columns:2.5fr 1fr 1.5fr 1fr;align-items:center;border-bottom:1px solid #ececec;padding:18px 0;gap:.5rem}.wishlist-page-product{display:flex;align-items:center;gap:18px}.wishlist-page-img{width:70px;height:80px;-o-object-fit:cover;object-fit:cover;background:#eee}.wishlist-page-name{font-weight:600;font-size:1.08rem}.wishlist-page-price{font-size:1.08rem;color:var(--color-text)}.wishlist-page-actions{display:flex;align-items:center;justify-content:end;gap:12px}.wishlist-page-add-to-cart{background:var(--color-primary, #eab308);color:#fff;border:none;padding:.4rem 1.1rem;font-weight:600;cursor:pointer}.wishlist-page-add-to-cart:hover{background:#d4a307}.wishlist-page-remove{background:none;border:none;color:#c00;font-size:.8rem;font-weight:600;cursor:pointer}.wishlist-page-clear-row{display:flex;justify-content:flex-end;margin-bottom:16px}.wishlist-page-clear{background:#fff;color:#c00;border:1.5px solid #c00;padding:.4rem 1.1rem;font-weight:600;cursor:pointer}.wishlist-page-footer{margin-top:40px;display:flex;justify-content:space-between;align-items:center;position:absolute;left:0;right:0;bottom:0;padding:0 1rem 1.2rem;background:transparent;z-index:2}.wishlist-page-continue{background:#222;color:#fff;border:none;padding:.5rem 1.3rem;font-weight:600;font-size:1.05rem;cursor:pointer}.wishlist-page-continue:hover{background:#444}.wishlist-page-go-to-cart{background:#222;color:#fff;border:none;padding:.5rem 1.3rem;font-weight:600;font-size:1.05rem;cursor:pointer;margin-left:1rem}.wishlist-page-go-to-cart:hover{background:#444}@media (max-width: 900px){.wishlist-page-container{margin-top:0;min-height:70vh;padding:2rem 2rem 2.5rem}.wishlist-page-header-row,.wishlist-page-row{grid-template-columns:2fr 1fr 1.2fr 1fr;font-size:1rem;padding:10px 0}.wishlist-page-img{width:54px;height:64px}.wishlist-page-name,.wishlist-page-price{font-size:1rem}.wishlist-page-add-to-cart,.wishlist-page-clear,.wishlist-page-continue,.wishlist-page-go-to-cart{font-size:.98rem;padding:.5rem .8rem}.wishlist-page-footer{padding:0 2rem .7rem}}@media (max-width: 600px){.wishlist-page-container{padding:2rem 1rem;min-width:0}.wishlist-page-title{font-size:1.2rem;margin-bottom:18px}.wishlist-page-header-row{display:none}.wishlist-page-row{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;padding:10px 0;border-bottom:1px solid #ececec}.wishlist-page-product{gap:10px}.wishlist-page-img{width:38px;height:48px}.wishlist-page-name,.wishlist-page-price{font-size:.92rem}.wishlist-page-actions{width:100%;justify-content:flex-start;gap:8px}.wishlist-page-add-to-cart{font-size:.9rem;padding:.25rem .6rem}.wishlist-page-remove{font-size:.75rem;margin-top:2px}.wishlist-page-clear-row{justify-content:center;margin-bottom:10px}.wishlist-page-clear{font-size:.9rem;padding:.25rem .7rem}.wishlist-page-footer{position:absolute;left:0;right:0;bottom:0;flex-direction:column;align-items:stretch;gap:.7rem;margin-top:0;padding:0 1rem 1.2rem;background:transparent}.wishlist-page-continue,.wishlist-page-go-to-cart{font-size:.95rem;padding:.5rem .7rem;width:100%;margin-left:0}.wishlist-page-empty{font-size:1rem}}.cart-page-container{max-width:900px;margin:170px auto 0;padding:2.5rem 1rem 3rem;min-height:400px;position:relative;display:flex;flex-direction:column}.cart-page-title{color:var(--color-text);font-size:1.5rem;font-weight:700;margin:0 auto;margin-bottom:3rem;text-align:center}.cart-page-empty{color:#888;font-size:1.2rem;text-align:center;margin-top:120px}.cart-page-table{width:100%;margin-bottom:32px}.cart-page-header-row{display:grid;grid-template-columns:2.5fr 1fr 1.5fr 1fr;font-weight:600;font-size:1.1rem;border-bottom:2px solid #e5e5e5;padding-bottom:12px;margin-bottom:12px}.cart-page-row{display:grid;grid-template-columns:2.5fr 1fr 1.5fr 1fr;align-items:center;border-bottom:1px solid #ececec;padding:18px 0;gap:.5rem}.cart-page-product{display:flex;align-items:center;gap:18px}.cart-page-img{width:70px;height:80px;-o-object-fit:cover;object-fit:cover;background:#eee}.cart-page-name{font-weight:600;font-size:1rem}.cart-page-price,.cart-page-total{font-size:1.08rem;color:#222}.cart-page-qty-controls{display:flex;align-items:center;gap:8px}.cart-page-qty-controls button{background:#fff;border:1.5px solid #bbb;padding:2px 10px;font-size:.8rem;font-weight:600;cursor:pointer;transition:border .18s}.cart-page-qty-controls button:disabled{opacity:.5;cursor:not-allowed}.cart-page-remove{background:none;border:none;color:#c00;font-size:1rem;margin-left:10px;cursor:pointer}.cart-page-actions-row{display:flex;justify-content:center;gap:2.5rem;margin:32px 0 24px}.cart-page-continue,.cart-page-update{background:none;color:#222;border:none;font-size:1.08rem;font-weight:600;cursor:pointer;letter-spacing:.04em;padding:.2rem .8rem}.cart-page-update:disabled{color:#bbb;cursor:not-allowed}.cart-page-summary{margin-top:32px;border-top:2px solid #e5e5e5;padding-top:32px;text-align:center;background:#fff;z-index:2;padding-bottom:1.2rem}.cart-page-subtotal-row{display:flex;justify-content:space-between;font-size:1.25rem;font-weight:600;margin-bottom:18px}.cart-page-tax-note{color:#888;font-size:1rem;margin-bottom:24px}.cart-page-login-notice{color:#d72660;font-size:.9rem;margin-bottom:16px;font-weight:500}.cart-page-checkout{background:#111;color:#fff;border:none;padding:.8rem 2.5rem;font-size:1.15rem;font-weight:600;letter-spacing:.08em;cursor:pointer;margin-top:10px;transition:background .18s;width:100%;max-width:400px;margin-left:auto;margin-right:auto;display:block}.cart-page-checkout:hover{background:#333}@media (max-width: 900px){.cart-page-container{margin-top:0;min-height:70vh;padding:2rem 1.2rem 2.5rem}.cart-page-header-row,.cart-page-row{grid-template-columns:2fr 1fr 1.2fr 1fr;font-size:1rem;padding:10px 0}.cart-page-img{width:54px;height:64px}.cart-page-name{font-size:.95rem}.cart-page-price,.cart-page-total{font-size:1rem}.cart-page-qty-controls button{font-size:.75rem;padding:2px 7px}.cart-page-checkout{font-size:1rem;padding:.7rem 1.5rem}.cart-page-summary{padding:2rem 2rem 1.2rem}}@media (max-width: 600px){.cart-page-container{padding:2rem 1rem;min-width:0}.cart-page-title{font-size:1.1rem;margin-bottom:18px}.cart-page-header-row{display:none}.cart-page-row{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;padding:10px 0;border-bottom:1px solid #ececec}.cart-page-product{gap:10px}.cart-page-img{width:38px;height:45px}.cart-page-name,.cart-page-price,.cart-page-total{font-size:.9rem}.cart-page-qty-controls{width:100%;gap:6px;margin-top:4px}.cart-page-qty-controls button{font-size:.7rem;padding:2px 6px}.cart-page-remove{font-size:.8rem;margin-left:4px}.cart-page-actions-row{flex-direction:column;gap:.7rem;margin:18px 0 12px}.cart-page-continue{font-size:.95rem;padding:.25rem .7rem;width:100%}.cart-page-summary{margin-top:18px;padding:1.2rem 1rem}.cart-page-subtotal-row{align-items:flex-start;gap:2px;font-size:1rem}.cart-page-tax-note{font-size:.92rem;margin-bottom:14px}.cart-page-checkout{font-size:.98rem;padding:.5rem 1rem;width:100%;max-width:none}.cart-page-empty{font-size:1rem}}.checkout-shopify-bg{min-height:100vh;margin-top:170px;font-family:Libre Baskerville,Playfair Display,Segoe UI,Arial,sans-serif}.checkout-shopify-container{display:flex;max-width:1200px;margin:0 auto;background:var(--color-surface)}.checkout-shopify-left{flex:1.2;padding:48px 44px 48px 56px;border-right:1.5px solid var(--color-border);background:var(--color-surface);min-height:100vh;overflow-y:auto}.checkout-right{background:var(--color-secondary)}.checkout-shopify-right{flex:1;padding:48px 44px;min-width:440px;display:flex;align-items:flex-start;justify-content:center;position:sticky;top:170px;height:-moz-fit-content;height:fit-content;z-index:2}.checkout-shopify-section{margin-bottom:30px}.checkout-shopify-section-header{font-size:1em;font-weight:700;margin-bottom:12px;color:var(--color-accent);letter-spacing:.01em}.checkout-shopify-input{width:100%;padding:14px 16px;border:1.5px solid var(--color-border);color:var(--color-text);font-size:.8em;margin-bottom:8px;font-family:inherit;transition:border .2s}.checkout-shopify-input[readonly]{background-color:#f8f9fa;color:#6c757d;cursor:not-allowed;border-color:#dee2e6}.checkout-shopify-input[readonly]:focus{border-color:#dee2e6;box-shadow:none}.checkout-shopify-login-prompt{color:var(--color-text-muted);font-size:.9em;margin-top:2px}.checkout-shopify-login-prompt a{color:var(--color-accent);text-decoration:underline;font-weight:500}.checkout-shopify-divider{border-bottom:1.5px solid var(--color-border);margin:30px 0}.checkout-shopify-address-list{display:flex;flex-direction:column;gap:18px}.checkout-shopify-address-item{border:2px solid var(--color-border);padding:16px;cursor:pointer;transition:border .2s,box-shadow .2s,background .2s;position:relative;font-size:.9em;color:var(--color-text);line-height:1.6;font-weight:500;display:flex;flex-direction:column;gap:2px}.checkout-shopify-address-item.selected{border:1px solid var(--color-primary);background:var(--color-surface);box-shadow:0 4px 18px var(--color-shadow)}.checkout-shopify-address-main{display:flex;align-items:center;justify-content:space-between;margin-bottom:2px}.checkout-shopify-default{color:var(--color-gold);font-size:1em;margin-left:8px;font-weight:600;letter-spacing:.01em}.checkout-shopify-edit-btn{background:none;border:none;color:var(--color-accent);font-size:.8em;font-weight:600;cursor:pointer;padding:0 6px;border-radius:4px;transition:background .15s,color .15s}.checkout-shopify-add-address-btn{margin-top:10px;background:none;border:2px dashed var(--color-border);color:var(--color-text);padding:12px 0;font-weight:600;font-size:.9em;cursor:pointer;transition:background .15s,border .15s,color .15s;width:100%;letter-spacing:.01em}.checkout-shopify-add-address-btn:hover{background:#111;border-style:solid;color:#fff}.checkout-shopify-shipping-method-row{display:flex;align-items:center;gap:16px;border-radius:8px;font-size:1em;color:var(--color-text);font-weight:500}.checkout-shopify-shipping-free{color:var(--color-gold);font-weight:700;margin-left:8px}.checkout-shopify-shipping-charged{color:var(--color-text);font-weight:700;margin-left:8px;font-size:1em}.checkout-shopify-payment-placeholder,.checkout-shopify-billing-row{background:var(--color-secondary);border-radius:10px;color:var(--color-text-muted);padding:24px;text-align:center;font-size:1em;margin-top:10px}.checkout-shopify-billing-row{display:flex;flex-direction:column;align-items:flex-start;gap:10px;background:none;color:var(--color-text);padding:0;font-size:1em;margin-top:0;margin-bottom:10px}.checkout-shopify-cart-summary{min-width:340px;width:100%;max-width:420px}.checkout-shopify-summary-title{font-size:1em;font-weight:700;color:var(--color-accent);margin-bottom:8px}.checkout-shopify-summary-divider{border-bottom:1.5px solid var(--color-border);margin:18px 0}.checkout-shopify-cart-item{display:flex;align-items:center;gap:18px;margin-bottom:16px}.checkout-shopify-cart-img{width:45px;height:60px;-o-object-fit:cover;object-fit:cover;border:1.5px solid var(--color-border);background:var(--color-tertiary)}.checkout-shopify-cart-info{flex:1;display:flex;flex-direction:column;gap:2px}.checkout-shopify-cart-info>div:first-child{font-weight:600;color:var(--color-text);font-size:.9em}.checkout-shopify-cart-info>div:nth-child(2){color:var(--color-text-muted);font-size:.8em}.checkout-shopify-cart-info>div:last-child{font-weight:600;color:var(--color-text);font-size:.9em}.checkout-shopify-summary-row{display:flex;justify-content:space-between;margin-top:14px;font-size:.99em;color:var(--color-text)}.checkout-shopify-summary-total{font-size:1em;font-weight:700;color:var(--color-accent);margin-top:22px}.checkout-shopify-pay-btn{width:100%;margin-top:22px;background:var(--color-primary);color:var(--color-surface);border:none;padding:14px 0;font-size:1em;font-weight:700;cursor:pointer;transition:background .18s,box-shadow .18s;letter-spacing:.01em}.checkout-shopify-pay-btn:hover{background:var(--color-accent)}.checkout-shopify-empty-cart{color:var(--color-text-muted);text-align:center;font-size:1em;margin:32px 0}.checkout-shopify-address-form{display:flex;flex-direction:column;gap:18px}.checkout-shopify-address-row{display:flex;gap:16px}.checkout-shopify-address-form .checkout-shopify-input{width:100%;box-sizing:border-box;margin-bottom:0}.checkout-shopify-address-row>.checkout-shopify-input{flex:1 1 0;min-width:0}.checkout-shopify-input{height:48px;padding:0 16px;font-size:.9em;border:1.5px solid var(--color-border);color:var(--color-text);font-family:inherit;transition:border .2s;margin-bottom:0;box-sizing:border-box}.checkout-shopify-input:focus{border:1.5px solid var(--color-primary);outline:none}.checkout-shopify-address-form .checkout-shopify-input:not(:last-child){margin-bottom:0}.checkout-shopify-address-form{margin-bottom:8px}.address-modal-error{color:var(--color-error);font-size:.8em;margin-top:4px;margin-bottom:0;padding-left:2px;font-weight:500;letter-spacing:.01em;line-height:1.3;min-height:18px;transition:color .2s}.checkout-shopify-payment-subtext{color:var(--color-text-muted);font-size:1em;margin-bottom:12px;margin-top:2px}.checkout-shopify-payment-methods{margin-bottom:18px}.checkout-shopify-payment-card-modern{display:flex;align-items:flex-start;background:#fff;border:1.5px solid var(--color-border);padding:18px 22px 14px 18px;margin-bottom:0;cursor:pointer;transition:border .18s;gap:18px}.checkout-shopify-payment-radio{margin-top:4px;width:16px;height:16px}.checkout-shopify-payment-main{display:flex;flex-direction:column;gap:8px}.checkout-shopify-payment-title{font-size:.9em;font-weight:600;color:var(--color-text);margin-bottom:2px}.checkout-shopify-payment-icons{display:flex;align-items:center;gap:8px;margin-top:2px}.checkout-shopify-payment-icon{height:14px;width:auto;background:#fff;border-radius:4px;border:1px solid #eee;padding:2px 6px;-o-object-fit:contain;object-fit:contain;box-shadow:0 1px 2px #00000008}.checkout-shopify-payment-icon-text{display:inline-block;background:#f3f3f3;color:var(--color-text-muted);font-size:.8em;font-weight:600;border-radius:4px;padding:2px 10px;margin-left:2px}.checkout-shopify-payment-info-modern{display:flex;align-items:center;gap:12px;background:var(--color-secondary);border-top:1px solid var(--color-border);padding:18px 22px;margin-top:0}.checkout-shopify-payment-lock{display:flex;align-items:center;justify-content:center;background:#fff6e5;border-radius:6px;width:32px;height:32px;min-width:32px;min-height:32px;margin-right:6px}.checkout-shopify-payment-info-text-modern{color:var(--color-text-muted);font-size:.9em;text-align:left;line-height:1.6}.checkout-shopify-coupon-row{display:flex;gap:10px;margin-bottom:10px}.checkout-shopify-coupon-input{flex:1;padding:12px 14px;border:1.5px solid var(--color-border);font-size:.9em;background:#fff;color:var(--color-text);font-family:inherit;transition:border .2s}.checkout-shopify-coupon-input:focus{border:1.5px solid var(--color-primary);outline:none}.checkout-shopify-coupon-btn{padding:0 22px;border:none;background:var(--color-border);color:var(--color-text);font-size:.9em;font-weight:600;cursor:pointer;transition:background .18s,color .18s;height:44px;margin-left:0}.checkout-shopify-coupon-btn:active,.checkout-shopify-coupon-btn:focus{background:var(--color-primary);color:#fff}.checkout-shopify-coupon-btn:disabled{background:#f3f3f3;color:var(--color-text-muted);cursor:not-allowed}.checkout-shopify-coupon-error{color:var(--color-error);font-size:.8em;margin-bottom:8px;margin-top:-2px}.checkout-shopify-coupon-success{color:var(--color-primary);font-size:.8em;margin-bottom:8px;margin-top:-2px}@media (max-width: 900px){.checkout-shopify-bg{margin-top:1rem}.checkout-shopify-container{flex-direction:column;box-shadow:none;border-radius:0}.checkout-shopify-left,.checkout-shopify-right{padding:28px 12px;min-width:0}.checkout-shopify-right{background:var(--color-surface);justify-content:flex-start;position:static;top:unset;height:auto}.checkout-shopify-cart-summary{min-width:0;max-width:100%}}@media (max-width: 600px){.checkout-shopify-bg{padding:0}.checkout-shopify-container{margin:0}.checkout-shopify-cart-summary{padding:16px 6px 18px}.checkout-shopify-left,.checkout-shopify-right{padding:16px 4px}}.checkout-shopify-verify-btn{width:100%;padding:12px;background:#111;color:#fff;border:none;font-size:.9em;font-weight:600;cursor:pointer;transition:background .2s;margin-top:12px}.checkout-shopify-verify-btn:hover{background:#333}.checkout-shopify-verify-btn:disabled{background:#6c757d;cursor:not-allowed}.checkout-shopify-edit-btn{color:var(--color-text);border:1px solid var(--color-border);padding:4px 8px;font-size:12px;cursor:pointer;transition:background .2s}.checkout-shopify-edit-btn:hover{background:var(--color-primary);color:var(--color-surface)}.payment-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}.payment-popup{background:#fff;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 10px 40px #0003}.payment-popup-close{position:absolute;top:15px;right:20px;background:none;border:none;font-size:24px;cursor:pointer;color:#666;z-index:1}.payment-popup-close:hover{color:#333}.payment-popup-header{padding:30px 30px 20px;border-bottom:1px solid #eee}.payment-popup-header h2{margin:0;font-size:1.5rem;font-weight:600;color:#333}.payment-popup-methods{padding:20px 30px}.payment-method-item{display:flex;align-items:center;padding:15px;border:2px solid #eee;margin-bottom:12px;cursor:pointer;transition:all .2s ease;position:relative}.payment-method-item:hover:not(.disabled){border-color:#007bff;background-color:#f8f9ff}.payment-method-item input[type=radio]{margin-right:15px;transform:scale(1.2)}.payment-method-item input[type=radio]:checked+.payment-method-content{color:#007bff}.payment-method-item.disabled{opacity:.6;cursor:not-allowed;background-color:#f8f8f8}.payment-method-item.disabled:hover{border-color:#eee;background-color:#f8f8f8}.payment-method-content{display:flex;align-items:center;justify-content:space-between;width:100%}.payment-method-info{display:flex;flex-direction:column;flex:1}.payment-method-title{font-weight:600;font-size:1rem;color:#333;margin-bottom:4px}.payment-method-description{font-size:.9rem;color:#666;line-height:1.4}.payment-method-icon{height:30px;width:auto;-o-object-fit:contain;object-fit:contain}.payment-method-icons{display:flex;gap:8px;align-items:center}.payment-method-icons .payment-method-icon{height:25px;width:30px}.payment-popup-footer{padding:20px 30px 30px;border-top:1px solid #eee}.payment-popup-confirm-btn{width:100%;background:#111;color:#fff;border:none;padding:15px 20px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}.payment-popup-confirm-btn:hover:not(:disabled){background:#333}.payment-popup-confirm-btn:disabled{background:#ccc;cursor:not-allowed}@media (max-width: 768px){.payment-popup-overlay{padding:15px}.payment-popup{max-width:90vw;max-height:85vh}.payment-popup-header,.payment-popup-methods,.payment-popup-footer{padding:25px}.payment-popup-header h2{font-size:1.4rem}.payment-method-item{padding:14px}.payment-method-title{font-size:.98rem}.payment-method-description{font-size:.88rem}.payment-popup-confirm-btn{padding:14px 18px;font-size:1rem}}@media (max-width: 600px){.payment-popup-overlay{padding:10px}.payment-popup{max-width:95vw;max-height:90vh;margin:5px}.payment-popup-header,.payment-popup-methods,.payment-popup-footer{padding:20px}.payment-popup-header h2{font-size:1.3rem}.payment-method-item{padding:12px}.payment-method-title{font-size:.95rem}.payment-method-description{font-size:.85rem}.payment-method-content{flex-direction:column;align-items:flex-start;gap:8px}.payment-method-icons{align-self:flex-end}.payment-popup-confirm-btn{padding:12px 16px;font-size:.95rem}}@media (max-width: 480px){.payment-popup-overlay{padding:5px}.payment-popup{max-width:98vw;max-height:95vh;margin:2px}.payment-popup-header,.payment-popup-methods,.payment-popup-footer{padding:15px}.payment-popup-header h2{font-size:1.2rem}.payment-popup-close{top:10px;right:15px;font-size:20px}.payment-method-item{padding:10px;margin-bottom:8px}.payment-method-item input[type=radio]{margin-right:10px;transform:scale(1.1)}.payment-method-title{font-size:.9rem}.payment-method-description{font-size:.8rem}.payment-method-icon{height:25px}.payment-method-icons .payment-method-icon{height:20px}.payment-popup-confirm-btn{padding:10px 14px;font-size:.9rem}}@media (max-width: 360px){.payment-popup{max-width:99vw}.payment-popup-header,.payment-popup-methods,.payment-popup-footer{padding:12px}.payment-popup-header h2{font-size:1.1rem}.payment-method-item{padding:8px;margin-bottom:6px}.payment-method-title{font-size:.85rem}.payment-method-description{font-size:.75rem}.payment-popup-confirm-btn{padding:8px 12px;font-size:.85rem}}.order-confirm-bg{min-height:100vh;margin-top:170px;font-family:Libre Baskerville,Playfair Display,Segoe UI,Arial,sans-serif;background:var(--color-surface)}.order-confirm-container{max-width:520px;margin:0 auto;background:var(--color-surface);padding:48px 32px 40px;display:flex;flex-direction:column;align-items:center}.order-confirm-title{color:var(--color-primary);font-size:2em;font-weight:700;margin-bottom:12px}.order-confirm-subtext{color:var(--color-text-muted);font-size:1.1em;margin-bottom:24px}.order-confirm-summary{width:100%;background:var(--color-secondary);padding:24px;margin-bottom:24px;text-align:left}.order-confirm-summary-title{font-weight:600;margin-bottom:8px;color:var(--color-accent)}.order-confirm-summary-list{padding-left:18px;margin-bottom:12px}.order-confirm-summary-list li{margin-bottom:4px;font-size:1em;color:var(--color-text)}.order-confirm-summary-detail{margin-bottom:4px;font-size:1em;line-height:1.8;color:var(--color-text)}.order-confirm-btn{width:auto;min-width:160px;margin:0 8px 0 0;background:var(--color-primary);color:var(--color-surface);border:none;padding:14px 20px;font-size:1em;font-weight:700;cursor:pointer;transition:background .18s,box-shadow .18s;letter-spacing:.01em;margin-bottom:1rem}.order-confirm-btn:last-child{margin-right:0}.order-confirm-btn:hover{background:var(--color-accent)}@media (max-width: 900px){.order-confirm-bg{margin-top:0}}@media (max-width: 600px){.order-confirm-container{padding:24px 16px}.order-confirm-title{font-size:1.3em}.order-confirm-subtext{font-size:1em;text-align:center}}.faq-page-bg{min-height:100vh}.faq-hero{margin-top:170px;width:100%;display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:2.5rem}.faq-hero__img-wrap{width:100%;height:180px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.faq-hero__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.faq-hero__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(120deg,#18182661,#ffffff14);z-index:1}.faq-hero__content{position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);z-index:2;text-align:center;color:#fff;width:90%}.faq-hero__title{font-family:Libre Baskerville,Playfair Display,Georgia,serif;font-size:2rem;font-weight:700;letter-spacing:.04em;margin-bottom:.7rem;text-shadow:0 2px 16px rgba(0,0,0,.18)}.faq-hero__subtitle{font-family:Dancing Script,Brush Script MT,cursive;font-size:1.45rem;margin:0;font-weight:400;letter-spacing:.03em;text-shadow:0 2px 12px rgba(0,0,0,.13)}.faq-content-container{max-width:800px;margin:0 auto 48px;background:#fff;padding:2.5rem 2rem}@media (max-width: 900px){.faq-hero{margin:0}.faq-hero__img-wrap{height:180px}.faq-hero__title{font-size:1.4rem}.faq-hero__subtitle{font-size:1rem}.faq-content-container{padding:1.2rem .5rem}}@media (max-width: 600px){.faq-hero__title{font-size:1.2rem}.accordion__title{font-size:1rem}.accordion__content{font-size:.9rem}}.delivery-returns-page-bg{min-height:100vh}.delivery-returns-hero{margin-top:170px;width:100%;display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:2.5rem}.delivery-returns-hero__img-wrap{width:100%;height:180px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.delivery-returns-hero__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.delivery-returns-hero__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(120deg,#18182661,#ffffff14);z-index:1}.delivery-returns-hero__content{position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);z-index:2;text-align:center;color:#fff;width:90%}.delivery-returns-hero__title{font-family:Libre Baskerville,Playfair Display,Georgia,serif;font-size:2rem;font-weight:700;letter-spacing:.04em;margin-bottom:.7rem;text-shadow:0 2px 16px rgba(0,0,0,.18)}.delivery-returns-hero__subtitle{font-family:Dancing Script,Brush Script MT,cursive;font-size:1.45rem;margin:0;font-weight:400;letter-spacing:.03em;text-shadow:0 2px 12px rgba(0,0,0,.13)}.delivery-returns-content-container{max-width:800px;margin:0 auto 48px;background:#fff;padding:2.5rem 2rem}.delivery-returns-section{line-height:1.6}.delivery-returns-section h3{color:var(--color-text);font-size:1.3rem;font-weight:600;margin-bottom:1rem;margin-top:0}.delivery-returns-section h4{color:var(--color-text);font-size:1.1rem;font-weight:600;margin-bottom:.5rem;margin-top:1.5rem}.delivery-returns-section p{margin-bottom:1rem;color:var(--color-text)}.delivery-returns-section ul,.delivery-returns-section ol{margin-bottom:1rem;padding-left:1.5rem}.delivery-returns-section li{margin-bottom:.5rem;color:var(--color-text)}.delivery-returns-section strong{color:var(--color-text);font-weight:600}.return-address{background:var(--color-border);padding:1rem;border-radius:8px;margin:1rem 0;border-left:4px solid var(--color-text);font-family:Libre Baskerville,Georgia,serif;line-height:1.6}@media (max-width: 900px){.delivery-returns-hero{margin:0}.delivery-returns-hero__img-wrap{height:180px}.delivery-returns-hero__title{font-size:1.4rem}.delivery-returns-hero__subtitle{font-size:1rem}.delivery-returns-content-container{padding:1.2rem .5rem}}@media (max-width: 600px){.delivery-returns-hero__title{font-size:1.2rem}.delivery-returns-section h3{font-size:1.1rem}.delivery-returns-section h4{font-size:1rem}.delivery-returns-section p,.delivery-returns-section li{font-size:.9rem}}.privacy-policy-page-bg{min-height:100vh}.privacy-policy-hero{margin-top:170px;width:100%;display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:2.5rem}.privacy-policy-hero__img-wrap{width:100%;height:180px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.privacy-policy-hero__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.privacy-policy-hero__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(120deg,#18182661,#ffffff14);z-index:1}.privacy-policy-hero__content{position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);z-index:2;text-align:center;color:#fff;width:90%}.privacy-policy-hero__title{font-family:Libre Baskerville,Playfair Display,Georgia,serif;font-size:2rem;font-weight:700;letter-spacing:.04em;margin-bottom:.7rem;text-shadow:0 2px 16px rgba(0,0,0,.18)}.privacy-policy-hero__subtitle{font-family:Dancing Script,Brush Script MT,cursive;font-size:1.45rem;margin:0;font-weight:400;letter-spacing:.03em;text-shadow:0 2px 12px rgba(0,0,0,.13)}.privacy-policy-content-container{max-width:800px;margin:0 auto 48px;background:#fff;padding:2.5rem 2rem}.privacy-policy-intro{text-align:center;margin-bottom:50px;padding:0 20px}.privacy-policy-intro p{font-size:1.1rem;line-height:1.7;color:var(--color-text);max-width:900px;margin:0 auto}.privacy-policy-sections{max-width:900px;margin:0 auto}.privacy-policy-sections h3{color:var(--color-text);font-size:1.3rem;font-weight:600;margin-bottom:1rem}.privacy-policy-sections h4{color:var(--color-text);font-size:1.1rem;font-weight:600;margin:1.5rem 0 .5rem}.privacy-policy-sections p{color:var(--color-text);line-height:1.7;margin-bottom:1rem}.privacy-policy-sections ul{margin:1rem 0;padding-left:1.5rem}.privacy-policy-sections li{color:var(--color-text);line-height:1.6;margin-bottom:.5rem}.privacy-policy-sections strong{color:var(--color-text);font-weight:600}@media (max-width: 900px){.privacy-policy-hero{margin:0}.privacy-policy-hero__img-wrap{height:180px}.privacy-policy-hero__title{font-size:1.4rem}.privacy-policy-hero__subtitle{font-size:1rem}.privacy-policy-content-container{padding:1.2rem .5rem}.privacy-policy-intro{margin-bottom:40px}.privacy-policy-intro p{font-size:1rem}}@media (max-width: 600px){.privacy-policy-hero__title,.privacy-policy-sections h3{font-size:1.2rem}.privacy-policy-sections h4{font-size:1rem}}.terms-conditions-page-bg{min-height:100vh}.terms-conditions-hero{margin-top:170px;width:100%;display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:2.5rem}.terms-conditions-hero__img-wrap{width:100%;height:180px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.terms-conditions-hero__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.terms-conditions-hero__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(120deg,#18182661,#ffffff14);z-index:1}.terms-conditions-hero__content{position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);z-index:2;text-align:center;color:#fff;width:90%}.terms-conditions-hero__title{font-family:Libre Baskerville,Playfair Display,Georgia,serif;font-size:2rem;font-weight:700;letter-spacing:.04em;margin-bottom:.7rem;text-shadow:0 2px 16px rgba(0,0,0,.18)}.terms-conditions-hero__subtitle{font-family:Dancing Script,Brush Script MT,cursive;font-size:1.45rem;margin:0;font-weight:400;letter-spacing:.03em;text-shadow:0 2px 12px rgba(0,0,0,.13)}.terms-conditions-content-container{max-width:800px;margin:0 auto 48px;background:#fff;padding:2.5rem 2rem}.terms-conditions-intro{text-align:center;margin-bottom:50px;padding:0 20px}.terms-conditions-intro p{font-size:1.1rem;line-height:1.7;color:var(--color-text);max-width:900px;margin:0 auto}.terms-conditions-sections{max-width:900px;margin:0 auto}.terms-conditions-sections h3{color:var(--color-text);font-size:1.3rem;font-weight:600;margin-bottom:1rem}.terms-conditions-sections h4{color:var(--color-text);font-size:1.1rem;font-weight:600;margin:1.5rem 0 .5rem}.terms-conditions-sections p{color:var(--color-text);line-height:1.7;margin-bottom:1rem}.terms-conditions-sections ul{margin:1rem 0;padding-left:1.5rem}.terms-conditions-sections li{color:var(--color-text);line-height:1.6;margin-bottom:.5rem}.terms-conditions-sections strong{color:var(--color-text);font-weight:600}.contact-address{background-color:var(--color-border);padding:1.5rem;border-radius:8px;margin-top:1rem;border-left:4px solid var(--color-primary)}.contact-address strong{color:var(--color-primary);font-size:1.1rem}@media (max-width: 900px){.terms-conditions-hero{margin:0}.terms-conditions-hero__img-wrap{height:180px}.terms-conditions-hero__title{font-size:1.4rem}.terms-conditions-hero__subtitle{font-size:1rem}.terms-conditions-content-container{padding:1.2rem .5rem}.terms-conditions-intro{margin-bottom:40px}.terms-conditions-intro p{font-size:1rem}}@media (max-width: 600px){.terms-conditions-hero__title,.terms-conditions-sections h3{font-size:1.2rem}.terms-conditions-sections h4{font-size:1rem}}.new-launch-page-container{max-width:1200px;margin:170px auto 0;padding:2rem 1rem}.new-launch-page-header{text-align:center;margin-bottom:2rem}.new-launch-page-heading{font-family:Libre Baskerville,Playfair Display,Georgia,serif;font-weight:600;text-align:center;font-size:1.7rem;margin-bottom:.5rem;margin-top:1rem;color:var(--color-text)}.new-launch-page-subtitle{font-size:1.1rem;color:var(--color-text-muted);margin:0;font-weight:400}@media (max-width: 900px){.new-launch-page-container{margin-top:0}.new-launch-page-heading{margin-top:.5rem;font-size:1.5rem}.new-launch-page-subtitle{font-size:1rem}}@media (max-width: 600px){.new-launch-page-container{padding:1rem .25rem}.new-launch-page-heading{font-size:1.2rem}.new-launch-page-subtitle{font-size:.95rem}}.gift-page-container{max-width:1200px;margin:170px auto 0;padding:2rem 1rem}.gift-page-header{text-align:center;margin-bottom:2rem}.gift-page-heading{font-family:Libre Baskerville,Playfair Display,Georgia,serif;font-weight:600;font-size:1.7rem;margin-bottom:.5rem;margin-top:1rem;color:var(--color-text)}.gift-page-subtitle{font-size:1.1rem;color:var(--color-text-muted);margin:0;font-weight:400}@media (max-width: 900px){.gift-page-container{margin-top:0}.gift-page-heading{margin-top:.5rem;font-size:1.5rem}.gift-page-subtitle{font-size:1rem}}@media (max-width: 600px){.gift-page-container{padding:1rem .25rem}.gift-page-heading{font-size:1.2rem}.gift-page-subtitle{font-size:.95rem}}
