:root{--radius: var(--settings-radius, 0px);--background: var(--settings-background, #f6f3ed);--foreground: var(--settings-foreground, #3d3b37);--card: var(--settings-card, #fbfaf7);--card-foreground: var(--settings-foreground, #3d3b37);--secondary: var(--settings-secondary, #efeae1);--secondary-foreground: var(--settings-foreground, #3d3b37);--muted: var(--settings-secondary, #efeae1);--muted-foreground: var(--settings-muted-foreground, #7c7871);--accent: var(--settings-accent, #a97b5c);--accent-foreground: #ffffff;--destructive: var(--settings-destructive, #a8291f);--border: var(--settings-border, #d7d2c8);--input: var(--settings-input, #cfc7b9);--ring: var(--settings-foreground, #3d3b37);--primary: var(--settings-primary-btn-bg, #3d3b37);--primary-foreground: var(--settings-primary-btn-text, #f6f3ed);--font-heading: var(--settings-font-heading, "Instrument Serif", "Iowan Old Style", Georgia, serif);--font-body: var(--settings-font-body, "Manrope", ui-sans-serif, system-ui, sans-serif);--font-mono: var(--settings-font-mono, "IBM Plex Mono", ui-monospace, monospace);--page-width: var(--settings-page-width, 1280px);--space-section: clamp(64px, 9vw, 128px)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background-color:var(--background);color:var(--foreground);font-family:var(--font-body);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}img,svg,video{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:400;line-height:1.1;margin:0;letter-spacing:-.01em}p{margin:0}ul{margin:0;padding:0;list-style:none}button,input,textarea,select{font-family:inherit;color:inherit}button{cursor:pointer;background:none;border:none;padding:0}em,i.italic{font-style:italic}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{width:100%;max-width:var(--page-width);margin-inline:auto;padding-inline:24px}@media(min-width:768px){.container{padding-inline:40px}}.section-padding{padding-block:var(--space-section)}.text-mono-label{font-family:var(--font-mono);font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted-foreground)}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-foreground);margin-bottom:14px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 28px;font-family:var(--font-mono);font-size:12px;letter-spacing:.12em;text-transform:uppercase;border-radius:var(--radius);border:1px solid transparent;transition:opacity .2s ease,background-color .2s ease,transform .15s ease;white-space:nowrap}.btn:hover{opacity:.88}.btn:active{transform:scale(.99)}.btn--primary{background-color:var(--primary);color:var(--primary-foreground)}.btn--outline{background-color:transparent;border-color:var(--foreground);color:var(--foreground)}.btn--block{width:100%}.btn--sm{padding:10px 18px;font-size:11px}.badge{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid var(--border);border-radius:var(--radius);font-family:var(--font-mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--foreground);background-color:transparent}.badge--filled{background-color:var(--secondary);border-color:transparent}.announcement-bar{background-color:var(--primary);color:var(--primary-foreground);font-family:var(--font-mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;text-align:center;padding:10px 16px}.site-header{position:sticky;top:0;z-index:50;background-color:color-mix(in srgb,var(--background) 95%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:76px}.site-header__logo img{width:var(--settings-logo-width, 150px)}.site-header__logo{font-family:var(--font-heading);font-size:22px;letter-spacing:.04em}.site-header__nav{display:none;align-items:center;gap:32px;font-size:14px}@media(min-width:1000px){.site-header__nav{display:flex}}.site-header__nav a{position:relative;padding-block:4px}.site-header__nav a:hover{color:var(--accent)}.site-header__actions{display:flex;align-items:center;gap:18px}.site-header__icon-btn{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-mono);font-size:13px}.site-header__burger{display:inline-flex;align-items:center;justify-content:center}@media(min-width:1000px){.site-header__burger{display:none}}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;background-color:var(--background);z-index:100;transform:translate(100%);transition:transform .3s ease;overflow-y:auto}.mobile-nav.is-open{transform:translate(0)}.mobile-nav__header{display:flex;align-items:center;justify-content:space-between;height:76px;padding-inline:24px;border-bottom:1px solid var(--border)}.mobile-nav__list a{display:block;padding:20px 24px;border-bottom:1px solid var(--border);font-family:var(--font-heading);font-size:24px}.hero{padding-top:56px;overflow:hidden}.hero__content{max-width:720px;margin-bottom:40px}.hero__badges{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}.hero__title{font-size:clamp(2.25rem,4.5vw,3.75rem);margin-bottom:20px}.hero__title em{color:var(--muted-foreground)}.hero__description{font-size:17px;color:var(--muted-foreground);max-width:560px;margin-bottom:32px}.hero__price-row{display:flex;align-items:center;gap:16px;margin-bottom:8px;flex-wrap:wrap}.hero__price{font-family:var(--font-heading);font-size:40px}.hero__price-note{font-size:13px;color:var(--muted-foreground);margin-bottom:28px}.hero__cta-row{display:flex;flex-direction:column;gap:12px;max-width:420px;margin-bottom:20px}@media(min-width:560px){.hero__cta-row{flex-direction:row;max-width:none}}.hero__rating{font-size:13px;color:var(--muted-foreground)}.hero__media{position:relative;width:100%;overflow:hidden;margin-top:32px}.hero__media img{width:100%;display:block;object-fit:cover;object-position:center top}.hero__media-caption{position:absolute;left:0;right:0;bottom:0;background:color-mix(in srgb,var(--foreground) 60%,transparent);color:var(--background);font-family:var(--font-mono);font-size:12px;letter-spacing:.1em;text-transform:uppercase;padding:14px 24px}@media(min-width:960px){.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;padding-top:0}.hero .container{max-width:none;margin-inline:0;padding-block:64px;display:flex;align-items:center}.hero__content{margin-bottom:0}.hero__media{margin-top:0;height:100%;min-height:560px;max-height:92vh}.hero__media img{height:100%;object-fit:cover;object-position:center top}}.page-header__media{display:none}@media(min-width:960px){.page-header--split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;padding-top:0!important;padding-bottom:0!important;overflow:hidden}.page-header--split .page-header__content{max-width:none;margin-inline:0;padding-block:64px;display:flex;flex-direction:column;justify-content:center}.page-header--split .page-header__media{display:block;height:100%;min-height:560px;max-height:92vh}.page-header--split .page-header__media img{width:100%;height:100%;display:block;object-fit:cover}.page-header--split-reverse{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.page-header--split-reverse .page-header__media{order:-1}}.trust-strip{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;padding-block:40px;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}@media(min-width:768px){.trust-strip{grid-template-columns:repeat(4,1fr)}}.trust-strip__item{display:flex;align-items:flex-start;gap:12px}.trust-strip__item svg{flex-shrink:0;width:22px;height:22px;color:var(--accent)}.trust-strip__item strong{display:block;font-family:var(--font-mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:2px}.trust-strip__item span{font-size:13px;color:var(--muted-foreground)}.section-heading{max-width:640px;margin-bottom:48px}.section-heading h2{font-size:clamp(1.75rem,3.2vw,2.5rem);margin-bottom:16px}.section-heading p{color:var(--muted-foreground);font-size:16px}.section-heading--center{margin-inline:auto;text-align:center}.comparison-table__scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--border);border-radius:var(--radius)}.comparison-table{width:100%;min-width:640px;border-collapse:collapse}.comparison-table th,.comparison-table td{padding:16px 18px;text-align:left;vertical-align:top;font-size:14px;border-bottom:1px solid var(--border)}.comparison-table thead th{font-family:var(--font-mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted-foreground);border-bottom:1px solid var(--border)}.comparison-table tbody th{font-weight:500;color:var(--foreground);white-space:nowrap}.comparison-table tbody tr:last-child th,.comparison-table tbody tr:last-child td{border-bottom:none}.comparison-table__lumea-head{font-family:var(--font-heading, inherit);font-size:14px!important;letter-spacing:.02em;color:var(--foreground)!important;text-transform:none!important}.comparison-table__lumea-cell,.comparison-table__lumea-head{background-color:var(--secondary)}.comparison-table__lumea-cell{font-weight:500}.comparison-table__lumea-cell svg{color:var(--accent);flex-shrink:0;margin-right:6px;vertical-align:-2px}.comparison-table__footnote{margin-top:20px;font-size:12px;color:var(--muted-foreground);max-width:70ch}.feature-list{display:grid;gap:1px;background-color:var(--border);border:1px solid var(--border)}@media(min-width:900px){.feature-list{grid-template-columns:repeat(2,1fr)}}.feature-list__item{background-color:var(--card);padding:40px}.feature-list__number{font-family:var(--font-mono);font-size:13px;color:var(--accent);margin-bottom:20px}.feature-list__item h3{font-size:22px;margin-bottom:14px}.feature-list__item p{color:var(--muted-foreground);font-size:15px}.stats-strip{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;text-align:center}@media(min-width:768px){.stats-strip{grid-template-columns:repeat(4,1fr)}}.stats-strip__value{font-family:var(--font-heading);font-size:clamp(2.5rem,5vw,3.5rem);color:var(--accent)}.stats-strip__label{font-family:var(--font-mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;margin-top:8px}.stats-strip__sub{font-size:13px;color:var(--muted-foreground);margin-top:4px}.before-after{position:relative;max-width:640px;margin-inline:auto;aspect-ratio:3/4;overflow:hidden;-webkit-user-select:none;user-select:none;touch-action:none}.before-after__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.before-after__after-wrap{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;clip-path:inset(0 0 0 50%)}.before-after__handle{position:absolute;top:0;bottom:0;left:50%;width:2px;background-color:var(--background);transform:translate(-50%);cursor:ew-resize}.before-after__handle:after{content:"";position:absolute;top:50%;left:50%;width:44px;height:44px;border-radius:999px;background-color:var(--background);transform:translate(-50%,-50%);box-shadow:0 2px 10px #0003}.before-after__label{position:absolute;bottom:16px;font-family:var(--font-mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;background:color-mix(in srgb,var(--foreground) 55%,transparent);color:var(--background);padding:6px 12px}.before-after__label--before{left:16px}.before-after__label--after{right:16px}.before-after__hint{text-align:center;font-family:var(--font-mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-foreground);margin-top:16px}.wavelength-grid{display:grid;gap:16px;grid-template-columns:1fr}@media(min-width:700px){.wavelength-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1100px){.wavelength-grid{grid-template-columns:repeat(5,1fr)}}.wavelength-card{background-color:var(--card);border:1px solid var(--border);padding:24px}.wavelength-card__nm{font-family:var(--font-heading);font-size:28px}.wavelength-card__name{font-family:var(--font-mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-foreground);margin-bottom:18px}.wavelength-card dt{font-family:var(--font-mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-foreground);margin-top:14px}.wavelength-card dd{margin:4px 0 0;font-size:14px}.wavelength-card__proof{display:inline-block;margin-top:16px;font-family:var(--font-mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;padding:4px 10px;background-color:var(--secondary)}.testimonial-grid{display:grid;gap:20px;grid-template-columns:1fr}@media(min-width:700px){.testimonial-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1100px){.testimonial-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background-color:var(--card);border:1px solid var(--border);padding:28px;display:flex;flex-direction:column;gap:14px}.testimonial-card__badge{align-self:flex-start;font-family:var(--font-mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-foreground)}.testimonial-card__title{font-family:var(--font-heading);font-size:20px}.testimonial-card__body{font-size:14px;color:var(--muted-foreground);flex-grow:1}.testimonial-card__author{font-family:var(--font-mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;padding-top:10px;border-top:1px solid var(--border)}.steps-grid{display:grid;gap:32px;grid-template-columns:1fr}@media(min-width:800px){.steps-grid{grid-template-columns:repeat(3,1fr)}}.step-item__number{font-family:var(--font-mono);font-size:12px;color:var(--accent);margin-bottom:16px}.step-item h3{font-size:20px;margin-bottom:10px}.step-item p{font-size:14px;color:var(--muted-foreground)}.faq-list{border-top:1px solid var(--border)}.faq-item{border-bottom:1px solid var(--border)}.faq-item__trigger{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;padding:22px 4px;text-align:left;font-size:16px}.faq-item__trigger .faq-item__num{font-family:var(--font-mono);font-size:12px;color:var(--muted-foreground);margin-right:14px}.faq-item__icon{flex-shrink:0;width:18px;height:18px;transition:transform .25s ease}.faq-item[open] .faq-item__icon{transform:rotate(45deg)}.faq-item__panel{padding:0 4px 24px;color:var(--muted-foreground);font-size:15px;max-width:70ch}.faq-item summary{list-style:none;cursor:pointer}.faq-item summary::-webkit-details-marker{display:none}.blog-grid{display:grid;gap:24px;grid-template-columns:1fr}@media(min-width:800px){.blog-grid{grid-template-columns:repeat(3,1fr)}}.blog-card__image{aspect-ratio:3/2;overflow:hidden;margin-bottom:16px}.blog-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.blog-card:hover .blog-card__image img{transform:scale(1.03)}.blog-card__meta{font-family:var(--font-mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-foreground);margin-bottom:10px}.blog-card h3{font-size:20px;margin-bottom:8px}.blog-card p{font-size:14px;color:var(--muted-foreground)}.article-content{max-width:70ch;margin-inline:auto;font-size:17px;line-height:1.7}.article-content h2{font-size:28px;margin-top:40px;margin-bottom:16px}.article-content p{margin-bottom:20px;color:var(--foreground)}.article-hero{aspect-ratio:16/9;overflow:hidden;margin-bottom:40px}.article-hero img{width:100%;height:100%;object-fit:cover}.cta-banner{background-color:var(--secondary);padding:64px 40px;text-align:center}.cta-banner h2{font-size:clamp(1.75rem,3vw,2.5rem);margin-bottom:16px}.cta-banner p{color:var(--muted-foreground);margin-bottom:32px}.site-footer{background-color:var(--primary);color:var(--primary-foreground);padding-block:64px 32px}.site-footer a{color:color-mix(in srgb,var(--primary-foreground) 80%,transparent)}.site-footer a:hover{color:var(--primary-foreground)}.site-footer__top{display:grid;gap:40px;grid-template-columns:1fr;margin-bottom:48px}@media(min-width:900px){.site-footer__top{grid-template-columns:1.4fr 1fr 1fr 1fr}}.site-footer__brand p{font-size:14px;color:color-mix(in srgb,var(--primary-foreground) 75%,transparent);margin-top:16px;max-width:32ch}.site-footer__col-title{font-family:var(--font-mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:18px;color:color-mix(in srgb,var(--primary-foreground) 70%,transparent)}.site-footer__col li{margin-bottom:12px;font-size:14px}.site-footer__newsletter-form{display:flex;margin-top:16px;border:1px solid color-mix(in srgb,var(--primary-foreground) 40%,transparent)}.site-footer__newsletter-form input{flex:1;background:transparent;border:none;padding:12px 14px;color:var(--primary-foreground)}.site-footer__newsletter-form input::placeholder{color:color-mix(in srgb,var(--primary-foreground) 55%,transparent)}.site-footer__newsletter-form button{padding:12px 16px;background-color:var(--primary-foreground);color:var(--primary)}.site-footer__bottom{display:flex;flex-direction:column;gap:16px;padding-top:32px;border-top:1px solid color-mix(in srgb,var(--primary-foreground) 25%,transparent);font-family:var(--font-mono);font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:color-mix(in srgb,var(--primary-foreground) 65%,transparent)}@media(min-width:700px){.site-footer__bottom{flex-direction:row;justify-content:space-between}}.product-layout{display:grid;gap:48px;grid-template-columns:1fr}@media(min-width:900px){.product-layout{grid-template-columns:1fr 1fr;gap:64px}}.breadcrumb{font-family:var(--font-mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted-foreground);margin-bottom:24px}.breadcrumb a:hover{color:var(--foreground)}.product-gallery__main{aspect-ratio:1/1;overflow:hidden;background-color:var(--card);margin-bottom:12px}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.product-gallery__thumbs button{aspect-ratio:1/1;overflow:hidden;border:1px solid var(--border);background:var(--card)}.product-gallery__thumbs button.is-active{border-color:var(--foreground)}.product-gallery__thumbs img{width:100%;height:100%;object-fit:cover}.product-info__availability{margin-bottom:10px}.product-info__badge{margin-bottom:16px}.product-info h1{font-size:clamp(1.75rem,3vw,2.5rem);margin-bottom:10px}.product-info__tagline{color:var(--muted-foreground);margin-bottom:14px}.product-info__rating{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted-foreground);margin-bottom:20px}.product-info__stars{display:inline-flex;gap:2px;color:var(--accent)}.product-info__stars svg{width:14px;height:14px;fill:currentColor}.product-info__price{font-family:var(--font-heading);font-size:36px;margin-bottom:20px}.product-info__price s{color:var(--muted-foreground);font-size:20px;margin-left:10px}.quantity-selector{display:inline-flex;align-items:center;border:1px solid var(--border)}.quantity-selector button{width:40px;height:44px;font-size:16px}.quantity-selector input{width:48px;height:44px;text-align:center;border:none;background:transparent}.product-form__row{display:flex;gap:14px;margin-bottom:24px;align-items:stretch}.product-form__row .btn{flex:1;height:44px}.guarantee-badge{display:flex;align-items:center;gap:8px;margin-bottom:20px;padding:10px 14px;background-color:var(--secondary);border-radius:var(--radius);font-size:13px;font-weight:500;color:var(--foreground)}.guarantee-badge svg{flex-shrink:0;color:var(--accent)}.product-info__trust{display:grid;gap:10px;padding-top:24px;border-top:1px solid var(--border)}.product-info__trust li{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--muted-foreground)}.product-info__trust svg{width:16px;height:16px;color:var(--accent);flex-shrink:0}.product-tabs__block{padding-block:40px;border-top:1px solid var(--border)}.product-tabs__block h2{font-size:22px;margin-bottom:20px}.product-tabs{padding-block:48px;border-top:1px solid var(--border)}.product-tabs__nav{display:flex;flex-wrap:wrap;gap:4px;border-bottom:1px solid var(--border);margin-bottom:32px}.product-tabs__trigger{font-family:var(--font-mono);font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted-foreground);background:transparent;border:none;padding:14px 18px;cursor:pointer;position:relative;top:1px;border-bottom:2px solid transparent;transition:color .15s ease,border-color .15s ease}.product-tabs__trigger:hover{color:var(--foreground)}.product-tabs__trigger.is-active{color:var(--foreground);border-bottom-color:var(--accent)}.product-tabs__panel[hidden]{display:none}.product-tabs__panel{animation:product-tabs-fade .15s ease}@keyframes product-tabs-fade{0%{opacity:0}to{opacity:1}}@media(max-width:720px){.product-tabs__nav{gap:0;overflow-x:auto;-webkit-overflow-scrolling:touch;flex-wrap:nowrap}.product-tabs__trigger{padding:12px 14px;white-space:nowrap}}.spec-table{width:100%;border-collapse:collapse}.spec-table tr{border-bottom:1px solid var(--border)}.spec-table th,.spec-table td{text-align:left;padding:14px 0;vertical-align:top}.spec-table th{font-family:var(--font-mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted-foreground);width:40%}.review-summary{display:flex;align-items:center;gap:16px;margin-bottom:32px}.review-summary__score{font-family:var(--font-heading);font-size:40px}.review-form{background-color:var(--card);border:1px solid var(--border);padding:28px;margin-top:32px}.review-form__grid{display:grid;gap:16px;grid-template-columns:1fr;margin-bottom:16px}@media(min-width:600px){.review-form__grid{grid-template-columns:1fr 1fr}}.form-field{display:flex;flex-direction:column;gap:6px}.form-field label{font-family:var(--font-mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted-foreground)}.form-field input,.form-field textarea{border:1px solid var(--input);background-color:var(--background);padding:12px 14px;border-radius:var(--radius);font-size:14px}.form-field textarea{min-height:120px;resize:vertical}.complements-grid{display:grid;gap:20px;grid-template-columns:1fr}@media(min-width:700px){.complements-grid{grid-template-columns:repeat(2,1fr)}}.complement-card{display:flex;gap:16px;align-items:center;background-color:var(--card);border:1px solid var(--border);padding:16px}.complement-card__image{width:88px;height:88px;flex-shrink:0;overflow:hidden;background:var(--secondary)}.complement-card__image img{width:100%;height:100%;object-fit:cover}.complement-card__info{flex-grow:1}.complement-card__info h3{font-size:16px;margin-bottom:4px}.complement-card__info p{font-size:13px;color:var(--muted-foreground);margin-bottom:6px}.product-bundle{padding:40px clamp(20px,4vw,48px);background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius);margin-block:48px}.product-bundle__intro{max-width:60ch;margin-bottom:32px}.product-bundle__intro h2{font-size:clamp(1.5rem,3vw,2rem);margin-top:8px;margin-bottom:12px}.product-bundle__description{color:var(--muted-foreground);font-size:15px}.product-bundle__row{display:flex;align-items:center;flex-wrap:wrap;gap:20px;margin-bottom:32px}.product-bundle__item{flex:1 1 160px;min-width:140px;text-align:center;position:relative}.product-bundle__item-image{display:block;width:120px;height:120px;margin:0 auto 12px;overflow:hidden;background:var(--secondary);border-radius:var(--radius)}.product-bundle__item-image img{width:100%;height:100%;object-fit:cover}.product-bundle__item-note{position:absolute;top:0;right:8px;padding:4px 8px;font-size:9px}.product-bundle__item-title{font-size:14px;margin-bottom:4px}.product-bundle__item-price{font-size:13px;color:var(--muted-foreground)}.product-bundle__plus{flex:0 0 auto;font-size:24px;color:var(--muted-foreground)}.product-bundle__footer{display:flex;flex-direction:column;align-items:flex-start;gap:14px;padding-top:24px;border-top:1px solid var(--border)}.product-bundle__total{display:flex;align-items:baseline;gap:12px}.product-bundle__total strong{font-size:24px}.product-bundle__discount-note{font-size:13px;color:var(--muted-foreground);display:flex;align-items:center;gap:8px;flex-wrap:wrap}.product-bundle__footer .btn{width:100%}@media(min-width:560px){.product-bundle__footer .btn{width:auto;min-width:280px}}.product-bundle__note{font-size:12px;color:var(--muted-foreground)}.newsletter-popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0000004d;z-index:200;display:none;align-items:flex-end;justify-content:center;padding:16px}@media(min-width:700px){.newsletter-popup-overlay{align-items:center}}.newsletter-popup-overlay.is-visible{display:flex}.newsletter-popup{background-color:var(--background);border:1px solid var(--border);max-width:440px;width:100%;padding:36px;position:relative}.newsletter-popup__close{position:absolute;top:16px;right:16px}.newsletter-popup h3{font-size:26px;margin:12px 0 16px}.newsletter-popup p{font-size:14px;color:var(--muted-foreground);margin-bottom:20px}.newsletter-popup form{display:flex;border:1px solid var(--input)}.newsletter-popup input[type=email]{flex:1;border:none;padding:14px;background:transparent}.newsletter-popup button[type=submit]{padding:0 18px;background-color:var(--primary);color:var(--primary-foreground)}.newsletter-popup__fineprint{font-size:12px;color:var(--muted-foreground);margin-top:12px}.newsletter-popup__dismiss{display:block;margin-top:18px;font-family:var(--font-mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;text-decoration:underline}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:420px;background-color:var(--background);border-left:1px solid var(--border);transform:translate(100%);transition:transform .3s ease;z-index:150;display:flex;flex-direction:column}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid var(--border)}.cart-drawer__items{flex:1;overflow-y:auto;padding:24px}.cart-line{display:flex;gap:14px;margin-bottom:20px}.cart-line__image{width:80px;height:80px;background:var(--card);overflow:hidden;flex-shrink:0}.cart-line__image img{width:100%;height:100%;object-fit:cover}.cart-drawer__footer{padding:24px;border-top:1px solid var(--border)}.cart-drawer__subtotal{display:flex;justify-content:space-between;margin-bottom:16px;font-family:var(--font-heading);font-size:20px}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0000004d;z-index:140;opacity:0;pointer-events:none;transition:opacity .3s ease}.cart-overlay.is-open{opacity:1;pointer-events:auto}
/*# sourceMappingURL=/cdn/shop/t/22/assets/theme.css.map */
