*{margin:0;padding:0;box-sizing:border-box}:root{--navy:#1B2240;--cream:#F5F0E8;--gold:#C9A96E;--gold-hover:#b8944f;--text:#2D2D3A;--muted:#7B7B8E;--light:#FAFAF7;--sage:#7A9B8A;--white:#fff;--shadow:0 2px 20px rgba(27,34,64,.06);--shadow-lg:0 8px 40px rgba(27,34,64,.1)}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:var(--light);color:var(--text);overflow-x:hidden;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:Playfair Display,serif;font-weight:700;line-height:1.2}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.topbar{background:var(--navy);color:var(--cream);text-align:center;padding:.6rem 1rem;font-size:.75rem;font-weight:500;letter-spacing:.5px}.topbar span{margin:0 1rem;opacity:.4}header{background:var(--white);border-bottom:1px solid rgba(0,0,0,.06);position:sticky;top:0;z-index:300}.header-inner{max-width:1280px;margin:0 auto;padding:.9rem 2rem;display:flex;align-items:center;justify-content:space-between}.logo{font-family:Playfair Display,serif;font-size:1.7rem;font-weight:800;color:var(--navy);letter-spacing:3px}.main-nav{display:flex;gap:1.8rem;align-items:center}.main-nav>a,.nav-drop>a{font-size:.82rem;color:var(--muted);transition:.3s;font-weight:500;white-space:nowrap}.main-nav>a:hover,.nav-drop>a:hover{color:var(--navy)}.nav-drop{position:relative}.nav-drop>a:after{content:" \25be";font-size:.6rem;opacity:.5}.mega-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);width:750px;background:var(--white);border-radius:16px;box-shadow:var(--shadow-lg);padding:2rem 2.5rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem 2rem;opacity:0;visibility:hidden;transition:all .25s;pointer-events:none;margin-top:.8rem;border:1px solid rgba(0,0,0,.06);z-index:200}.nav-drop:hover .mega-menu{opacity:1;visibility:visible;pointer-events:auto;margin-top:.5rem}.mega-col h5{font-family:Inter,sans-serif;font-size:.7rem;text-transform:uppercase;letter-spacing:2px;color:var(--navy);margin-bottom:.8rem;font-weight:700}.mega-col a{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--muted);padding:.35rem 0;transition:.2s;font-weight:400}.mega-col a:hover{color:var(--navy);padding-left:.3rem}.mega-col a .mi{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;flex-shrink:0}.mega-col a .mi svg{width:16px;height:16px;stroke:var(--navy);stroke-width:1.8;fill:none}.mega-foot{grid-column:span 3;border-top:1px solid rgba(0,0,0,.06);padding-top:1rem;margin-top:.5rem;text-align:center}.mega-foot a{font-size:.8rem;color:var(--gold);font-weight:600}.header-right{display:flex;align-items:center;gap:1.2rem}.h-icon{background:none;border:none;cursor:pointer;color:var(--text);font-size:1.1rem;padding:.3rem;transition:.3s;opacity:.6}.h-icon:hover{opacity:1}.cart-btn{position:relative}.cart-count{position:absolute;top:-5px;right:-8px;background:var(--gold);color:var(--white);font-size:.55rem;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.hero{background:var(--cream);min-height:88vh;display:flex;align-items:center}.hero .container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-text{max-width:520px}.hero-stars{display:flex;align-items:center;gap:.5rem;margin-bottom:1.2rem}.hero-stars .stars{color:var(--gold);font-size:.85rem;letter-spacing:1px}.hero-stars .cnt{font-size:.8rem;color:var(--muted);font-weight:500}.hero-sub{font-size:.8rem;color:var(--gold);font-weight:600;text-transform:uppercase;letter-spacing:3px;margin-bottom:.8rem}.hero h1{font-size:clamp(2.2rem,4.5vw,3.5rem);color:var(--navy);margin-bottom:1rem;font-weight:800}.hero-desc{font-size:1rem;color:var(--muted);line-height:1.8;margin-bottom:2rem;max-width:440px}.btn-gold{display:inline-block;padding:1rem 2.5rem;background:var(--gold);color:var(--white);border-radius:50px;font-size:.9rem;font-weight:600;letter-spacing:.5px;transition:all .3s;border:none;cursor:pointer;font-family:Inter,sans-serif}.btn-gold:hover{background:var(--gold-hover);box-shadow:0 4px 20px #c9a96e4d;transform:translateY(-1px)}.btn-navy{display:inline-block;padding:1rem 2.5rem;background:var(--navy);color:var(--white);border-radius:50px;font-size:.9rem;font-weight:600;letter-spacing:.5px;transition:all .3s;border:none;cursor:pointer;font-family:Inter,sans-serif}.btn-navy:hover{background:#242d52;transform:translateY(-1px)}.btn-outline{display:inline-block;padding:1rem 2.5rem;background:transparent;color:var(--navy);border:1.5px solid var(--navy);border-radius:50px;font-size:.9rem;font-weight:600;transition:all .3s;cursor:pointer;font-family:Inter,sans-serif}.btn-outline:hover{background:var(--navy);color:var(--white)}.hero-trust{display:flex;gap:1.5rem;margin-top:1.5rem;flex-wrap:wrap}.hero-trust span{font-size:.75rem;color:var(--muted);display:flex;align-items:center;gap:.3rem}.hero-trust span b{color:var(--sage)}.hero-visual{position:relative;display:flex;justify-content:center}.hero-img-placeholder{width:100%;max-width:500px;aspect-ratio:1;border-radius:24px;background:linear-gradient(145deg,#e8ddd0,#d4c9b8 40%,#c4b7a3);position:relative;overflow:hidden;box-shadow:var(--shadow-lg);display:flex;align-items:center;justify-content:center}.hero-img-placeholder img{width:100%;height:100%;object-fit:contain;position:relative;z-index:2;padding:2rem}.hero-badge{position:absolute;top:1.5rem;right:1.5rem;background:var(--gold);color:var(--white);padding:.5rem 1rem;border-radius:8px;font-size:.7rem;font-weight:700;letter-spacing:1px;text-transform:uppercase}section{padding:5rem 0}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:clamp(1.6rem,3vw,2.2rem);color:var(--navy);margin-bottom:.5rem}.section-header p{font-size:.95rem;color:var(--muted);max-width:500px;margin:0 auto}.section-header-left{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;flex-wrap:wrap;gap:1rem}.section-header-left h2{font-size:clamp(1.5rem,3vw,2rem);color:var(--navy)}.section-link{font-size:.85rem;color:var(--gold);font-weight:600;transition:.3s}.section-link:hover{color:var(--gold-hover)}.trust{background:var(--white);border-top:1px solid rgba(0,0,0,.04);border-bottom:1px solid rgba(0,0,0,.04)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.trust-item{text-align:center;padding:2rem 1rem}.trust-icon{margin-bottom:.8rem;display:flex;justify-content:center}.trust-item h3{font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;color:var(--navy);margin-bottom:.3rem}.trust-item p{font-size:.75rem;color:var(--muted)}.cats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.cat-card{background:var(--white);border-radius:16px;overflow:hidden;border:1px solid rgba(0,0,0,.05);transition:all .35s;cursor:pointer;text-align:center}.cat-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.cat-visual{height:160px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.cat-icon{position:relative;z-index:2;transition:transform .4s;display:flex;align-items:center;justify-content:center}.cat-icon svg{width:48px;height:48px;stroke:var(--navy);stroke-width:1.4;fill:none}.cat-card:hover .cat-icon{transform:scale(1.15)}.cat-info{padding:1rem 1rem 1.3rem}.cat-name{font-family:Playfair Display,serif;font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:.25rem}.cat-count{font-size:.72rem;color:var(--muted)}.cat-arrow{display:inline-block;font-size:.7rem;color:var(--gold);margin-top:.4rem;transition:transform .3s}.cat-card:hover .cat-arrow{transform:translate(4px)}.cat-bg-pillow{background:linear-gradient(145deg,#f5f0e8,#e8ddd0)}.cat-bg-mask{background:linear-gradient(145deg,#1b2240,#2a3460)}.cat-bg-breath{background:linear-gradient(145deg,#e8f0ed,#d0e0d8)}.cat-bg-sound{background:linear-gradient(145deg,#f0ebe3,#e2dbd0)}.cat-bg-ritual{background:linear-gradient(145deg,#ede0f0,#d8c8e8)}.cat-bg-textile{background:linear-gradient(145deg,#f0ece8,#e0d8d0)}.cat-bg-travel{background:linear-gradient(145deg,#e0e8f0,#c8d8e8)}.cat-bg-packs{background:linear-gradient(145deg,#f5eedd,#e8dcc5)}@media(max-width:1024px){.cats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.cats-grid{grid-template-columns:repeat(2,1fr);gap:.6rem}.cat-visual{height:120px}.cat-icon svg{width:36px;height:36px}.cat-info{padding:.8rem}}.why{background:var(--light)}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.why-card{background:var(--white);border-radius:16px;padding:2.5rem 2rem;border:1px solid rgba(0,0,0,.04);transition:.3s}.why-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.why-card .icon{width:48px;height:48px;border-radius:12px;background:var(--cream);display:flex;align-items:center;justify-content:center;font-size:1.3rem;margin-bottom:1.2rem}.why-card h3{font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:var(--navy);margin-bottom:.5rem}.why-card p{font-size:.85rem;color:var(--muted);line-height:1.7}.problem{background:var(--navy);color:var(--cream);text-align:center;padding:5rem 2rem}.problem h2{font-size:clamp(1.6rem,3.5vw,2.5rem);margin-bottom:1.5rem;color:var(--cream)}.problem p{max-width:600px;margin:0 auto 2rem;font-size:1rem;line-height:1.8;opacity:.8}.problem .btn-gold{margin-top:.5rem}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}.p-card{background:var(--white);border-radius:14px;overflow:hidden;border:1px solid rgba(0,0,0,.05);transition:all .35s;cursor:pointer;position:relative}.p-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.p-badge{position:absolute;top:.8rem;left:.8rem;padding:.25rem .7rem;border-radius:6px;font-size:.65rem;font-weight:700;z-index:2;text-transform:uppercase;letter-spacing:.5px}.p-badge.best{background:var(--gold);color:var(--white)}.p-badge.new{background:var(--sage);color:var(--white)}.p-badge.sale{background:#d94f4f;color:var(--white)}.p-img{height:220px;overflow:hidden;background:var(--light)}.p-img-inner{width:100%;height:100%;transition:transform .5s;display:flex;align-items:center;justify-content:center}.p-img-inner img{width:100%;height:100%;object-fit:cover}.p-card:hover .p-img-inner{transform:scale(1.04)}.p-info{padding:1rem 1.2rem 1.3rem}.p-name{font-size:.88rem;font-weight:600;color:var(--navy);margin-bottom:.2rem}.p-cat{font-size:.7rem;color:var(--muted);margin-bottom:.8rem;text-transform:uppercase;letter-spacing:.5px}.p-bottom{display:flex;justify-content:space-between;align-items:center}.p-price{font-size:1.05rem;font-weight:700;color:var(--navy)}.p-price .old{font-size:.78rem;color:var(--muted);text-decoration:line-through;margin-left:.3rem;font-weight:400}.p-add{width:32px;height:32px;border-radius:50%;background:var(--cream);border:none;color:var(--navy);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.3s;font-size:1.1rem;font-weight:300}.p-add:hover{background:var(--gold);color:var(--white)}.mid-hero{position:relative;min-height:420px;display:flex;align-items:center;overflow:hidden;border-radius:20px;background:linear-gradient(135deg,#1b2240,#2a3460,#1b2240)}.mid-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 70% 50%,rgba(201,169,110,.1),transparent 50%)}.mid-hero-content{position:relative;z-index:2;padding:4rem;max-width:550px}.mid-hero-content .tag{font-size:.75rem;color:var(--gold);font-weight:600;text-transform:uppercase;letter-spacing:3px;margin-bottom:.8rem}.mid-hero-content h2{font-size:clamp(1.6rem,3vw,2.4rem);color:var(--cream);margin-bottom:1.2rem}.mid-hero-content p{color:#f5f0e8a6;margin-bottom:2rem;font-size:.9rem;line-height:1.7}.featured-grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:1rem;height:550px}.f-card{border-radius:16px;overflow:hidden;position:relative;cursor:pointer;transition:.3s}.f-card:hover{transform:scale(1.01)}.f-main{grid-row:span 2}.f-bg{width:100%;height:100%;position:relative;display:flex;align-items:flex-end;padding:1.5rem}.f-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(27,34,64,.55) 0%,transparent 50%)}.f-info{position:relative;z-index:2}.f-info .name{font-family:Playfair Display,serif;font-size:1rem;font-weight:600;color:var(--white);margin-bottom:.2rem}.f-info .price{font-size:.85rem;color:#ffffffb3}.f-plus{position:absolute;top:.8rem;right:.8rem;width:32px;height:32px;border-radius:50%;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:var(--white);display:flex;align-items:center;justify-content:center;z-index:3;cursor:pointer;transition:.3s;font-size:1rem}.f-plus:hover{background:var(--gold);border-color:var(--gold)}.packs{background:var(--cream)}.packs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.pack-card{background:var(--white);border-radius:16px;padding:2rem;border:1px solid rgba(0,0,0,.04);text-align:center;transition:.3s;position:relative}.pack-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.pack-card.featured{border:2px solid var(--gold)}.pack-card.featured:before{content:"POPULAIRE";position:absolute;top:-10px;left:50%;transform:translate(-50%);background:var(--gold);color:var(--white);padding:.2rem .8rem;border-radius:20px;font-size:.6rem;font-weight:700;letter-spacing:1px}.pack-icon{margin-bottom:1rem;display:flex;justify-content:center}.pack-card h3{font-family:Playfair Display,serif;font-size:1.2rem;color:var(--navy);margin-bottom:.5rem}.pack-items{font-size:.8rem;color:var(--muted);margin-bottom:1.2rem;line-height:1.7}.pack-price{margin-bottom:1.2rem}.pack-price .current{font-size:1.5rem;font-weight:700;color:var(--navy)}.pack-price .old{font-size:.9rem;color:var(--muted);text-decoration:line-through;margin-left:.3rem}.pack-price .save{display:block;font-size:.75rem;color:var(--sage);font-weight:600;margin-top:.2rem}.reviews{background:var(--white)}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.r-card{background:var(--light);border-radius:14px;padding:1.8rem;border:1px solid rgba(0,0,0,.04)}.r-stars{color:var(--gold);font-size:.8rem;margin-bottom:.8rem;letter-spacing:2px}.r-text{font-size:.88rem;color:var(--text);margin-bottom:1.2rem;line-height:1.7;font-style:italic}.r-author{font-size:.8rem;font-weight:600;color:var(--navy)}.r-loc{font-size:.7rem;color:var(--muted)}.r-date{font-size:.65rem;color:var(--muted);margin-top:.15rem}.faq{background:var(--light)}.faq-list{max-width:750px;margin:0 auto}.faq-item{background:var(--white);border-radius:12px;margin-bottom:.8rem;border:1px solid rgba(0,0,0,.04);overflow:hidden}.faq-q{padding:1.2rem 1.5rem;font-size:.9rem;font-weight:600;color:var(--navy);cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:.2s;-webkit-user-select:none;user-select:none}.faq-q:hover{color:var(--gold)}.faq-q .arrow{font-size:.8rem;color:var(--muted);transition:transform .3s}.faq-item.open .faq-q .arrow{transform:rotate(180deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}.faq-item.open .faq-a{max-height:300px;padding:0 1.5rem 1.2rem}.faq-a p{font-size:.85rem;color:var(--muted);line-height:1.7}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.b-card{background:var(--white);border-radius:14px;overflow:hidden;border:1px solid rgba(0,0,0,.04);transition:.35s;cursor:pointer}.b-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.b-img{height:200px;overflow:hidden}.b-img-inner{width:100%;height:100%;transition:transform .5s}.b-card:hover .b-img-inner{transform:scale(1.05)}.b-info{padding:1.3rem}.b-tag{font-size:.65rem;color:var(--gold);text-transform:uppercase;letter-spacing:1px;font-weight:600;margin-bottom:.4rem}.b-title{font-family:Playfair Display,serif;font-size:1rem;font-weight:600;color:var(--navy);margin-bottom:.4rem;line-height:1.4}.b-excerpt{font-size:.78rem;color:var(--muted);line-height:1.6;margin-bottom:.6rem}.b-date{font-size:.7rem;color:var(--muted)}.newsletter{background:var(--navy);color:var(--cream);text-align:center;padding:4rem 2rem}.newsletter h2{font-size:clamp(1.4rem,3vw,2rem);margin-bottom:.5rem;color:var(--cream)}.newsletter p{font-size:.9rem;opacity:.7;margin-bottom:2rem}.nl-form{display:flex;gap:.5rem;max-width:450px;margin:0 auto}.nl-form input{flex:1;padding:.9rem 1.2rem;border-radius:50px;border:1px solid rgba(245,240,232,.15);background:#f5f0e814;color:var(--cream);font-size:.85rem;outline:none;font-family:Inter,sans-serif}.nl-form input:focus{border-color:var(--gold)}.nl-form input::placeholder{color:#f5f0e866}.nl-form button{padding:.9rem 1.5rem;background:var(--gold);border:none;color:var(--white);border-radius:50px;font-weight:600;font-size:.8rem;cursor:pointer;transition:.3s;white-space:nowrap;font-family:Inter,sans-serif}.nl-form button:hover{background:var(--gold-hover)}.nl-note{font-size:.7rem;opacity:.4;margin-top:.8rem}footer{background:var(--white);border-top:1px solid rgba(0,0,0,.06);padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:2rem;margin-bottom:3rem}.footer-brand{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:800;color:var(--navy);letter-spacing:2px;margin-bottom:.5rem}.footer-tagline{font-size:.78rem;color:var(--muted);line-height:1.6;max-width:260px;margin-bottom:1rem}.footer-col h4{font-family:Inter,sans-serif;font-size:.7rem;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;color:var(--navy);font-weight:600}.footer-col a{display:block;font-size:.8rem;color:var(--muted);margin-bottom:.4rem;transition:.3s}.footer-col a:hover{color:var(--navy)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(0,0,0,.06)}.pay-icons{display:flex;gap:.4rem;justify-content:center;margin-bottom:.8rem;flex-wrap:wrap}.pay-icon{padding:.2rem .6rem;background:var(--light);border-radius:4px;font-size:.6rem;color:var(--muted);border:1px solid rgba(0,0,0,.06);font-weight:500}.footer-copy{font-size:.68rem;color:var(--muted)}.footer-certs{display:flex;gap:.8rem;justify-content:center;margin-top:.6rem}.footer-certs span{font-size:.6rem;color:var(--muted);opacity:.6}.popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1b224080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:300;display:none;align-items:center;justify-content:center}.popup-overlay.active{display:flex}.popup{background:var(--white);border-radius:20px;padding:3rem 2.5rem;max-width:440px;width:90%;text-align:center;position:relative;box-shadow:var(--shadow-lg)}.popup-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.2rem;cursor:pointer;color:var(--muted);padding:.3rem}.popup-icon{margin-bottom:1rem;display:flex;justify-content:center}.popup h3{font-family:Playfair Display,serif;font-size:1.4rem;color:var(--navy);margin-bottom:.4rem}.popup p{font-size:.85rem;color:var(--muted);margin-bottom:1.5rem;line-height:1.6}.popup-form input{width:100%;padding:.9rem 1rem;border-radius:10px;border:1px solid rgba(0,0,0,.1);font-size:.85rem;margin-bottom:.8rem;outline:none;font-family:Inter,sans-serif;color:var(--text)}.popup-form input:focus{border-color:var(--gold)}.popup-form button{width:100%;padding:.9rem;background:var(--gold);border:none;color:var(--white);border-radius:10px;font-weight:600;font-size:.85rem;cursor:pointer;transition:.3s;font-family:Inter,sans-serif}.popup-form button:hover{background:var(--gold-hover)}.popup-skip{font-size:.7rem;color:var(--muted);margin-top:.8rem;cursor:pointer}.popup-skip:hover{color:var(--navy)}.search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1b224099;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:200;display:none;align-items:flex-start;justify-content:center;padding-top:12vh}.search-overlay.active{display:flex}.search-box{width:90%;max-width:600px;position:relative}.search-box input{width:100%;padding:1.2rem 1.5rem;font-size:1.1rem;background:var(--white);border:none;border-radius:14px;color:var(--text);outline:none;box-shadow:var(--shadow-lg);font-family:Inter,sans-serif}.search-box input::placeholder{color:var(--muted)}.search-close{position:absolute;top:2rem;right:2rem;background:none;border:none;color:var(--cream);font-size:1.3rem;cursor:pointer}.ph-pillow{background:linear-gradient(145deg,#e8ddd0,#d4c9b8 40%,#c4b7a3)}.ph-mask{background:linear-gradient(135deg,#1b2240,#2a3460,#3d4a7a)}.ph-noise{background:linear-gradient(145deg,#f0ebe3,#e2dbd0)}.ph-spray{background:linear-gradient(145deg,#d8c8e8,#c4b0d8,#a890c0)}.ph-travel{background:linear-gradient(145deg,#c4b7a3,#b0a28e)}.ph-snore{background:linear-gradient(145deg,#a3b4c4,#8fa0b4)}.ph-mattress{background:linear-gradient(145deg,#d0dbe0,#b8c8d0)}.ph-earplugs{background:linear-gradient(145deg,#e0d8cc,#cfc5b5)}.ph-blog1{background:linear-gradient(135deg,#1b2240,#2a3460)}.ph-blog2{background:linear-gradient(135deg,#c9a96e,#a88845)}.ph-blog3{background:linear-gradient(135deg,#7a9b8a,#5a7b6a)}.ph-cozy{background:linear-gradient(135deg,#e8ddd0,#c4b7a3,#a89880)}.particles{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;overflow:hidden}.particle{position:absolute;opacity:0;animation:particleFall linear infinite}.particle.star{color:var(--gold);font-size:10px;opacity:0}.particle.moon{color:var(--gold);font-size:14px;opacity:0}.particle.sparkle{color:var(--gold);font-size:8px;opacity:0}@keyframes particleFall{0%{transform:translateY(-20px) rotate(0);opacity:0}10%{opacity:.25}50%{opacity:.15}90%{opacity:.08}to{transform:translateY(110vh) rotate(360deg);opacity:0}}@keyframes particleSway{0%,to{transform:translate(0)}50%{transform:translate(30px)}}.topbar,section,footer{position:relative;z-index:1}.popup-overlay,.search-overlay{position:relative}.fade-up{opacity:0;transform:translateY(20px);transition:all .5s ease}.fade-up.visible{opacity:1;transform:translateY(0)}@media(max-width:1024px){.hero .container{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-text{max-width:100%;margin:0 auto}.hero-desc{margin:0 auto 2rem}.hero-trust{justify-content:center}.hero-img-placeholder{max-width:350px;margin:0 auto}.products-grid,.trust-grid{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:1fr}.featured-grid{grid-template-columns:1fr 1fr;height:auto}.f-main{grid-row:span 1;min-height:280px}.f-card{min-height:200px}.packs-grid{grid-template-columns:1fr}.reviews-grid,.blog-grid,.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.main-nav{display:none}.hero{min-height:auto;padding:2rem 0 3rem}.hero h1{font-size:2rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}.p-img{height:160px}.p-info{padding:.8rem}.p-name{font-size:.78rem}.featured-grid{grid-template-columns:1fr;height:auto}.f-main,.f-card{min-height:200px}.reviews-grid,.blog-grid{grid-template-columns:1fr}.nl-form{flex-direction:column}.footer-grid{grid-template-columns:1fr}section{padding:3.5rem 0}.container{padding:0 1.2rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/veyra.css.map */
