@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap";:root{--c-primary: #3E2723;--c-cream: #FFFFFF;--c-beige: #F9F2EA;--c-rose: #E58AA0;--c-pink: #F4CDD7;--c-peach: #FFAA4D;--c-text: #2C1810;--c-muted: #7A6055;--c-border: #E8DDD5;--c-white: #FFFFFF;--ff: "Poppins", sans-serif;--r-sm: .8rem;--r-md: 1.2rem;--r-lg: 2.4rem;--r-pill: 10rem;--sh-sm: 0 2px 8px rgba(62,39,35,.08);--sh-md: 0 4px 20px rgba(62,39,35,.13);--sh-lg: 0 8px 40px rgba(62,39,35,.18);--ease: .3s ease;--maxw: 144rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:62.5%;scroll-behavior:smooth}body{font-family:var(--ff);font-size:1.5rem;color:var(--c-text);background:var(--c-cream);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button,input,textarea,select{font-family:var(--ff)}button{cursor:pointer;border:none;background:none}.container{max-width:var(--maxw);margin:0 auto;padding:0 4rem}.section-pad{padding:8rem 0}.t-center{text-align:center}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.reveal{opacity:0;transform:translateY(2.4rem);transition:opacity .65s ease,transform .65s ease}.reveal.in{opacity:1;transform:none}.reveal:nth-child(2){transition-delay:.1s}.reveal:nth-child(3){transition-delay:.2s}.reveal:nth-child(4){transition-delay:.3s}.scroll-bar{position:fixed;top:0;left:0;height:3px;width:0;background:linear-gradient(90deg,var(--c-rose),var(--c-peach));z-index:9999;pointer-events:none;transition:width .1s linear}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;padding:1.4rem 3.2rem;border-radius:var(--r-pill);font-size:1.3rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;transition:all var(--ease);white-space:nowrap}.btn-dark{background:#5bb8d4;color:#fff;border:2px solid #5BB8D4}.btn-dark:hover{background:transparent;color:#5bb8d4;transform:translateY(-2px);box-shadow:var(--sh-md)}.btn-outline{background:transparent;color:#5bb8d4;border:2px solid #5BB8D4}.btn-outline:hover{background:#5bb8d4;color:#fff;transform:translateY(-2px)}.btn-rose{background:#5bb8d4;color:#fff;border:2px solid #5BB8D4}.btn-rose:hover{background:#3a9ab8;border-color:#3a9ab8;transform:translateY(-2px)}.btn-light{background:transparent;color:var(--c-cream);border:2px solid rgba(254,253,252,.65)}.btn-light:hover{background:var(--c-cream);color:var(--c-primary);transform:translateY(-2px)}.btn-full{width:100%;justify-content:center}.annonce{background:#5bb8d4;color:#fff;font-size:1.3rem;font-weight:600;letter-spacing:.05em;padding:1rem 2rem;text-align:center}.annonce__inner{display:flex;align-items:center;justify-content:center;gap:0}.annonce a{color:var(--c-peach);text-decoration:underline;text-underline-offset:2px}.site-header{position:sticky;top:0;z-index:300;background:var(--c-cream);border-bottom:1px solid var(--c-border);transition:box-shadow var(--ease)}.site-header.stuck{box-shadow:var(--sh-md)}.header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:7rem;padding:0 4rem;max-width:var(--maxw);margin:0 auto}.header-logo{justify-self:center;font-size:2.4rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--c-primary)}.header-logo img{height:4rem;width:auto}.header-nav{display:flex;gap:3.6rem}.header-nav a{font-size:1.3rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--c-primary);position:relative;padding-bottom:2px;transition:color var(--ease)}.header-nav a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#5bb8d4;transition:width var(--ease)}.header-nav a:hover{color:#5bb8d4}.header-nav a:hover:after{width:100%}.header-actions{justify-self:end;display:flex;align-items:center;gap:1.2rem}.icon-btn{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--c-primary);transition:background var(--ease);position:relative}.icon-btn:hover{background:var(--c-beige)}.icon-btn svg{width:2rem;height:2rem;stroke:currentColor;fill:none;stroke-width:1.8}.cart-badge{position:absolute;top:2px;right:2px;width:1.7rem;height:1.7rem;background:#5bb8d4;color:#fff;font-size:.95rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center}.burger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:3.6rem;height:3.6rem}.burger span{display:block;width:2.4rem;height:2px;background:var(--c-primary);border-radius:2px;transition:all var(--ease)}.mob-menu{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--c-cream);z-index:400;transform:translate(-100%);transition:transform var(--ease);padding:3.2rem;display:flex;flex-direction:column}.mob-menu.open{transform:translate(0)}.mob-menu__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:4rem}.mob-menu__logo{font-size:2rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--c-primary)}.mob-nav{display:flex;flex-direction:column;gap:2.4rem}.mob-nav a{font-size:2.8rem;font-weight:700;color:var(--c-primary);padding-bottom:1.6rem;border-bottom:1px solid var(--c-border);transition:color .2s}.mob-nav a:hover{color:#5bb8d4}.mob-menu__foot{margin-top:auto;display:flex;flex-direction:column;gap:1.2rem}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#2c181080;z-index:498;opacity:0;pointer-events:none;transition:opacity var(--ease)}.drawer-overlay.open{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:0;width:42rem;height:100%;background:var(--c-cream);z-index:499;display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--ease);box-shadow:var(--sh-lg)}.cart-drawer.open{transform:translate(0)}.cart-drawer__head{display:flex;justify-content:space-between;align-items:center;padding:2.4rem 3.2rem;border-bottom:1px solid var(--c-border)}.cart-drawer__title{font-size:2rem;font-weight:700;color:var(--c-primary)}.cart-drawer__body{flex:1;overflow-y:auto;padding:2.4rem 3.2rem}.cart-drawer__empty{text-align:center;padding:6rem 0;color:var(--c-muted);font-size:1.5rem}.cart-drawer__foot{padding:2.4rem 3.2rem;border-top:1px solid var(--c-border)}.cart-drawer__shipping{text-align:center;font-size:1.3rem;font-weight:600;color:var(--c-rose);margin-bottom:1.6rem}.cart-drawer__total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.6rem}.cart-drawer__total-label{font-size:1.4rem;font-weight:600;color:var(--c-muted)}.cart-drawer__total-val{font-size:2.2rem;font-weight:700;color:var(--c-primary)}.cart-item{display:flex;gap:1.6rem;padding:1.6rem 0;border-bottom:1px solid var(--c-border)}.cart-item__img{width:8rem;height:8rem;border-radius:var(--r-sm);overflow:hidden;flex-shrink:0;background:var(--c-beige)}.cart-item__img img{width:100%;height:100%;object-fit:cover}.cart-item__name{font-size:1.4rem;font-weight:600;color:var(--c-primary);margin-bottom:4px}.cart-item__var{font-size:1.2rem;color:var(--c-muted);margin-bottom:8px}.cart-item__price{font-size:1.5rem;font-weight:700;color:var(--c-primary)}.hero{position:relative;overflow:hidden;display:flex;align-items:center}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.hero__bg img{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.hero__content{position:relative;z-index:2;max-width:var(--maxw);margin:0 auto;width:100%;padding:10rem 4rem}.hero__eyebrow{font-size:1.2rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--c-peach);margin-bottom:1.6rem;display:block}.hero__title{font-size:clamp(4rem,7vw,8rem);font-weight:700;color:var(--c-cream);line-height:1.05;margin-bottom:2.4rem;max-width:72rem}.hero__sub{font-size:1.8rem;font-weight:300;color:#fefdfcd9;max-width:54rem;margin-bottom:4.8rem;line-height:1.7}.hero__btns{display:flex;gap:1.6rem;flex-wrap:wrap}.countdown-wrap{display:flex;align-items:center;gap:1.6rem;margin-bottom:4rem;flex-wrap:wrap}.countdown-label{font-size:1.2rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--c-peach)}.countdown{display:flex;align-items:center;gap:.8rem}.c-unit{display:flex;flex-direction:column;align-items:center;min-width:5.6rem;padding:.8rem 1.2rem;background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);border-radius:var(--r-sm)}.c-unit__n{font-size:2.6rem;font-weight:700;color:var(--c-cream);line-height:1}.c-unit__l{font-size:.9rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#fefdfca6;margin-top:2px}.c-sep{font-size:2.4rem;font-weight:700;color:#fefdfc73}.sec-head{text-align:center;margin-bottom:6.4rem}.sec-eyebrow{font-size:1.2rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--c-rose);margin-bottom:.8rem}.sec-title{font-size:clamp(3rem,4vw,4.4rem);font-weight:700;color:var(--c-primary);line-height:1.2;margin-bottom:1.6rem}.sec-sub{font-size:1.5rem;color:var(--c-muted);max-width:54rem;margin:0 auto;line-height:1.7}.prod-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.4rem}.prod-card{background:#fff;border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--c-border);transition:transform var(--ease),box-shadow var(--ease)}.prod-card:hover{transform:translateY(-5px);box-shadow:var(--sh-lg)}.prod-card__img{position:relative;aspect-ratio:4/5;overflow:hidden;background:var(--c-beige);display:block}.prod-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}.prod-card:hover .prod-card__img img{transform:scale(1.06)}.prod-card__badge{position:absolute;top:1.2rem;left:1.2rem;background:#5bb8d4;color:#fff;font-size:1rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.4rem 1rem;border-radius:var(--r-pill);z-index:1}.prod-card__badge--new{background:var(--c-peach)}.prod-card__qa{position:absolute;bottom:0;left:0;right:0;padding:1.2rem;background:linear-gradient(transparent,#3e2723b3);transform:translateY(101%);transition:transform var(--ease)}.prod-card:hover .prod-card__qa{transform:translateY(0)}.prod-card__qa button{width:100%;padding:1rem;border-radius:var(--r-pill);font-size:1.2rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;background:#fefdfcf2;color:var(--c-primary);transition:background var(--ease)}.prod-card__qa button:hover{background:#fff}.prod-card__info{padding:1.6rem 2rem}.prod-card__brand{font-size:1.1rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--c-muted);margin-bottom:.4rem}.prod-card__name{font-size:1.5rem;font-weight:600;color:var(--c-primary);line-height:1.3;margin-bottom:.8rem}.prod-card__name a{transition:color var(--ease)}.prod-card__name a:hover{color:var(--c-rose)}.prod-card__prices{display:flex;align-items:center;gap:.8rem}.prod-card__price{font-size:1.6rem;font-weight:700;color:var(--c-primary)}.prod-card__compare{font-size:1.3rem;color:var(--c-muted);text-decoration:line-through}.prod-card__stars{color:var(--c-peach);font-size:1.2rem;letter-spacing:1px;margin-top:.8rem}.features-sec{background:#fff;padding:6.4rem 0}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:4rem}.feat-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.6rem}.feat-icon{width:6.4rem;height:6.4rem;background:var(--c-pink);border-radius:50%;display:flex;align-items:center;justify-content:center}.feat-icon svg{width:2.8rem;height:2.8rem;stroke:var(--c-rose);fill:none;stroke-width:1.8}.feat-title{font-size:1.5rem;font-weight:700;color:var(--c-primary)}.feat-text{font-size:1.3rem;color:var(--c-muted);line-height:1.6}.bundle-sec{background:var(--c-beige);padding:10rem 0}.bundle-grid{display:grid;grid-template-columns:1fr 1fr;gap:8rem;align-items:center}.bundle-img{border-radius:var(--r-lg);overflow:hidden;aspect-ratio:4/5;box-shadow:var(--sh-lg)}.bundle-img img{width:100%;height:100%;object-fit:cover}.bundle-eyebrow{font-size:1.2rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--c-rose);margin-bottom:.8rem}.bundle-title{font-size:clamp(3rem,4vw,4.2rem);font-weight:700;color:var(--c-primary);line-height:1.2;margin-bottom:2rem}.bundle-desc{font-size:1.5rem;color:var(--c-muted);line-height:1.8;margin-bottom:3.6rem}.bundle-list{display:flex;flex-direction:column;gap:1.4rem;margin-bottom:3.6rem}.bundle-item{display:flex;align-items:center;gap:1.6rem;padding:1.4rem;background:#fff;border-radius:var(--r-md);border:2px solid var(--c-border);cursor:pointer;transition:border-color .2s}.bundle-item:hover,.bundle-item.sel{border-color:var(--c-rose)}.bundle-item__thumb{width:6rem;height:6rem;border-radius:var(--r-sm);overflow:hidden;flex-shrink:0;background:var(--c-beige)}.bundle-item__thumb img{width:100%;height:100%;object-fit:cover}.bundle-item__info{flex:1}.bundle-item__name{font-size:1.4rem;font-weight:600;color:var(--c-primary)}.bundle-item__desc{font-size:1.2rem;color:var(--c-muted)}.bundle-item__price{font-size:1.5rem;font-weight:700;color:var(--c-primary)}.bundle-cta{display:flex;align-items:center;gap:2.4rem;flex-wrap:wrap}.bundle-save{font-size:1.3rem;color:var(--c-muted)}.bundle-save strong{color:var(--c-rose)}.testi-sec{background:var(--c-beige);padding:10rem 0}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.4rem}.testi-card{background:#fff;border-radius:var(--r-lg);padding:4rem;border:1px solid var(--c-border);transition:transform var(--ease),box-shadow var(--ease)}.testi-card:hover{transform:translateY(-3px);box-shadow:var(--sh-md)}.testi-stars{color:var(--c-peach);font-size:1.8rem;letter-spacing:2px;margin-bottom:1.6rem}.testi-text{font-size:1.45rem;color:var(--c-text);line-height:1.8;margin-bottom:2.4rem;font-style:italic}.testi-author{display:flex;align-items:center;gap:1.4rem}.testi-avatar{width:5rem;height:5rem;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--c-pink);display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:var(--c-rose)}.testi-avatar img{width:100%;height:100%;object-fit:cover}.testi-name{font-size:1.4rem;font-weight:700;color:var(--c-primary)}.testi-handle{font-size:1.2rem;color:var(--c-muted)}.news-sec{background:linear-gradient(135deg,var(--c-primary) 0%,#5D3A33 100%);padding:10rem 0;text-align:center}.news-sec .sec-title{color:var(--c-cream)}.news-sec .sec-sub{color:#fefdfcbf}.news-form{display:flex;gap:1.4rem;max-width:52rem;margin:4rem auto 0}.news-input{flex:1;padding:1.4rem 2.2rem;border-radius:var(--r-pill);border:2px solid rgba(255,255,255,.2);background:#ffffff1a;color:var(--c-cream);font-size:1.4rem;outline:none;transition:border-color .2s}.news-input::placeholder{color:#fefdfc73}.news-input:focus{border-color:var(--c-rose)}.news-disc{margin-top:1.2rem;font-size:1.1rem;color:#fefdfc66}.collection-header{text-align:center;padding:6rem 0 4rem}.collection-header h1{font-size:clamp(3.2rem,5vw,5.6rem);font-weight:700;color:var(--c-primary)}.collection-header p{font-size:1.5rem;color:var(--c-muted);max-width:54rem;margin:1.6rem auto 0}.collection-body{padding:4rem 0 8rem}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:3.2rem}.collection-count{font-size:1.3rem;color:var(--c-muted)}.collection-sort select{padding:.8rem 1.6rem;border-radius:var(--r-pill);border:1px solid var(--c-border);background:#fff;font-family:var(--ff);font-size:1.3rem;color:var(--c-primary);outline:none;cursor:pointer}.pagination{display:flex;justify-content:center;align-items:center;gap:.8rem;margin-top:6.4rem}.pagination a,.pagination span{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:1.4rem;font-weight:600;border:1px solid var(--c-border);transition:all var(--ease)}.pagination a:hover,.pagination .current{background:var(--c-primary);color:var(--c-cream);border-color:var(--c-primary)}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:8rem;padding:6rem 0 10rem;align-items:start}.product-gallery{display:grid;grid-template-columns:8rem 1fr;gap:1.6rem}.gallery-thumbs{display:flex;flex-direction:column;gap:.8rem}.gallery-thumb{aspect-ratio:1;border-radius:var(--r-sm);overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color var(--ease);background:var(--c-beige)}.gallery-thumb:hover,.gallery-thumb.active{border-color:var(--c-rose)}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.gallery-main{border-radius:var(--r-lg);overflow:hidden;aspect-ratio:4/5;background:var(--c-beige)}.gallery-main img{width:100%;height:100%;object-fit:cover}.product-info{position:sticky;top:9rem}.product-vendor{font-size:1.2rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--c-muted);margin-bottom:.8rem}.product-title{font-size:clamp(2.8rem,4vw,4rem);font-weight:700;color:var(--c-primary);line-height:1.2;margin-bottom:1.6rem}.product-prices{display:flex;align-items:center;gap:1.2rem;margin-bottom:2.4rem}.product-price{font-size:2.8rem;font-weight:700;color:var(--c-primary)}.product-compare{font-size:2rem;color:var(--c-muted);text-decoration:line-through}.product-desc{font-size:1.45rem;color:var(--c-muted);line-height:1.8;margin-bottom:3.2rem}.product-desc p+p{margin-top:1.2rem}.variant-label{font-size:1.3rem;font-weight:600;color:var(--c-primary);margin-bottom:1.2rem}.variant-pills{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:2.4rem}.variant-pill{padding:.8rem 1.8rem;border-radius:var(--r-pill);border:1.5px solid var(--c-border);font-size:1.3rem;font-weight:500;color:var(--c-text);background:#fff;cursor:pointer;transition:all .2s}.variant-pill:hover,.variant-pill.active{border-color:var(--c-primary);background:var(--c-primary);color:var(--c-cream)}.qty-wrap{display:flex;align-items:center;gap:2.4rem;margin-bottom:2.4rem}.qty-ctrl{display:flex;align-items:center;gap:.8rem;border:1.5px solid var(--c-border);border-radius:var(--r-pill);overflow:hidden}.qty-btn{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;font-size:2rem;color:var(--c-primary);transition:background .2s}.qty-btn:hover{background:var(--c-beige)}.qty-num{font-size:1.6rem;font-weight:600;min-width:3.2rem;text-align:center}.product-atc-row{display:flex;gap:1.2rem;margin-bottom:2.4rem}.product-trust{display:flex;flex-direction:column;gap:1.2rem;padding-top:2.4rem;border-top:1px solid var(--c-border)}.trust-item{display:flex;align-items:center;gap:1.2rem;font-size:1.3rem;color:var(--c-muted)}.trust-item svg{width:2rem;height:2rem;stroke:var(--c-rose);fill:none;stroke-width:1.8;flex-shrink:0}.cart-page{padding:6rem 0 10rem}.cart-page h1{font-size:clamp(3.2rem,5vw,5.2rem);font-weight:700;color:var(--c-primary);margin-bottom:4rem}.cart-layout{display:grid;grid-template-columns:1fr 38rem;gap:4rem;align-items:start}.cart-table{border-top:1px solid var(--c-border)}.cart-row{display:grid;grid-template-columns:10rem 1fr auto;gap:2.4rem;align-items:center;padding:2.4rem 0;border-bottom:1px solid var(--c-border)}.cart-row__img{border-radius:var(--r-md);overflow:hidden;aspect-ratio:1;background:var(--c-beige)}.cart-row__img img{width:100%;height:100%;object-fit:cover}.cart-row__name{font-size:1.5rem;font-weight:600;color:var(--c-primary);margin-bottom:4px}.cart-row__var{font-size:1.3rem;color:var(--c-muted);margin-bottom:1.2rem}.cart-row__remove{font-size:1.2rem;color:var(--c-muted);text-decoration:underline;cursor:pointer;transition:color .2s}.cart-row__remove:hover{color:var(--c-rose)}.cart-row__price{font-size:1.8rem;font-weight:700;color:var(--c-primary);text-align:right}.cart-summary{background:var(--c-beige);border-radius:var(--r-lg);padding:3.2rem;position:sticky;top:9rem}.cart-summary h2{font-size:2rem;font-weight:700;color:var(--c-primary);margin-bottom:2.4rem}.cart-summary-row{display:flex;justify-content:space-between;font-size:1.5rem;margin-bottom:1.2rem;color:var(--c-muted)}.cart-summary-total{display:flex;justify-content:space-between;align-items:center;font-size:2rem;font-weight:700;color:var(--c-primary);padding-top:1.6rem;border-top:1px solid var(--c-border);margin:1.6rem 0 2.4rem}.cart-empty{text-align:center;padding:10rem 0}.cart-empty h1{font-size:3.2rem;font-weight:700;color:var(--c-primary);margin-bottom:1.6rem}.cart-empty p{font-size:1.5rem;color:var(--c-muted);margin-bottom:3.2rem}.page-hero{background:var(--c-beige);padding:8rem 0;text-align:center}.page-hero h1{font-size:clamp(3.2rem,5vw,5.6rem);font-weight:700;color:var(--c-primary)}.page-content{max-width:80rem;margin:0 auto;padding:6rem 4rem}.page-content h2{font-size:2.8rem;font-weight:700;color:var(--c-primary);margin:3.2rem 0 1.6rem}.page-content h3{font-size:2.2rem;font-weight:600;color:var(--c-primary);margin:2.4rem 0 1.2rem}.page-content p{font-size:1.5rem;color:var(--c-muted);line-height:1.8;margin-bottom:1.6rem}.page-content a{color:var(--c-rose);text-decoration:underline}.page-content ul,.page-content ol{margin:1.6rem 0 1.6rem 2.4rem}.page-content li{font-size:1.5rem;color:var(--c-muted);line-height:1.8;margin-bottom:.8rem}.page-content ol{list-style:decimal}.page-content ul{list-style:disc}.search-page{padding:6rem 0 10rem}.search-form{display:flex;gap:1.2rem;max-width:64rem;margin:0 auto 5.6rem}.search-input{flex:1;padding:1.4rem 2.4rem;border-radius:var(--r-pill);border:2px solid var(--c-border);background:#fff;font-size:1.5rem;color:var(--c-text);outline:none;transition:border-color .2s}.search-input:focus{border-color:var(--c-rose)}.page-404{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:70vh;text-align:center;padding:4rem}.page-404__num{font-size:12rem;font-weight:700;color:var(--c-pink);line-height:1;margin-bottom:2.4rem}.page-404__title{font-size:3.2rem;font-weight:700;color:var(--c-primary);margin-bottom:1.6rem}.page-404__text{font-size:1.5rem;color:var(--c-muted);margin-bottom:4rem}.site-footer{background:var(--c-primary);color:#fefdfccc;padding:10rem 0 4rem}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:6.4rem;padding-bottom:6.4rem;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:3.2rem}.footer-brand__name{font-size:2.4rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--c-cream);margin-bottom:1.6rem}.footer-brand__text{font-size:1.3rem;line-height:1.7;color:#fefdfc99;margin-bottom:2.4rem}.footer-socials{display:flex;gap:1.2rem}.footer-social{width:4rem;height:4rem;border-radius:50%;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;transition:all var(--ease)}.footer-social:hover{background:#5bb8d4;border-color:#5bb8d4;transform:translateY(-2px)}.footer-social svg{width:1.8rem;height:1.8rem;stroke:var(--c-cream);fill:none;stroke-width:1.8}.footer-col__title{font-size:1.3rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--c-cream);margin-bottom:2.4rem}.footer-links li+li{margin-top:1.2rem}.footer-links a{font-size:1.3rem;color:#fefdfc99;transition:color .2s}.footer-links a:hover{color:var(--c-rose)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.6rem}.footer-copy{font-size:1.2rem;color:#fefdfc66}.footer-pay{display:flex;gap:.8rem}@media(max-width:1200px){.prod-grid{grid-template-columns:repeat(3,1fr)}.footer-top{grid-template-columns:1fr 1fr;gap:4rem}}@media(max-width:990px){.container{padding:0 2.4rem}.header-nav{display:none}.burger{display:flex}.header-inner{grid-template-columns:1fr auto 1fr!important;height:130px!important;min-height:130px!important;overflow:hidden!important}.burger{justify-self:start!important}.header-actions{justify-self:end!important}.header-logo{justify-self:center!important;grid-column:2!important;display:flex!important;align-items:center!important;justify-content:center!important}.bundle-grid,.product-page{grid-template-columns:1fr;gap:4rem}.product-gallery{grid-template-columns:1fr}.gallery-thumbs{flex-direction:row}.product-info{position:static}.cart-layout{grid-template-columns:1fr}}@media(max-width:768px){.prod-grid{grid-template-columns:repeat(2,1fr);gap:1.6rem}.features-grid{grid-template-columns:repeat(2,1fr)}.testi-grid{grid-template-columns:1fr}.news-form{flex-direction:column}.footer-top{grid-template-columns:1fr;gap:4rem}.hero__title{font-size:4rem}.cart-drawer{width:100%}.cart-row{grid-template-columns:8rem 1fr}.cart-row__price{grid-column:2;text-align:left}}@media(max-width:480px){.hero__btns,.product-atc-row{flex-direction:column}.section-pad{padding:5.6rem 0}}.header-left{display:flex;align-items:center}@media(max-width:990px){.site-header{min-height:130px!important}.header-inner{display:flex!important;justify-content:space-between!important;align-items:center!important;position:relative!important;height:130px!important;overflow:hidden!important;padding:0 12px!important}.header-nav{display:none!important}.header-logo{position:absolute!important;left:50%!important;transform:translate(-50%)!important;display:flex!important;align-items:center!important}.header-logo img{height:110px!important;width:auto!important}}@media(max-width:768px){.annonce{font-size:1.1rem!important;padding:.8rem 1rem!important;letter-spacing:.02em!important}}@media(max-width:768px){.hero__btns .btn{font-size:1rem!important;padding:1rem 1.6rem!important;letter-spacing:.04em!important}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/paalm.css.map */
