.site-header{display:flex;align-items:center;justify-content:space-between;padding:20px 40px;background:#fff;border-bottom:1px solid rgba(0,0,0,.07);position:sticky;top:0;z-index:100;transition:padding var(--transition-med),box-shadow var(--transition-med)}.site-header.is-shrunk{padding:10px 40px;box-shadow:0 2px 12px #00000014}.site-header.is-shrunk .site-header__logo-img{height:26px}.site-header__logo{display:flex;align-items:center;gap:10px;text-decoration:none}.site-header__logo-img{height:36px;width:auto;object-fit:contain;transition:height var(--transition-med)}.site-header__logo-text{font-family:var(--font-body);font-size:20px;font-weight:700;color:var(--color-text);letter-spacing:3px;text-transform:uppercase}.site-header__nav{display:flex;gap:32px;list-style:none}.site-header__nav a{font-size:12px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;color:#6b6961;transition:color var(--transition-fast)}.site-header__nav a:hover{color:var(--color-warm-text)}.site-header__icons{display:flex;gap:18px;align-items:center}.site-header__icon{color:#6b6961;transition:color var(--transition-fast)}.site-header__icon:hover{color:var(--color-warm-text)}.site-header__icon svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.5}.site-header__cart-count{position:absolute;top:-3px;right:-5px;width:16px;height:16px;background:var(--color-warm);color:var(--color-text);font-size:10px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600}.site-header__hamburger{display:none;background:none;border:none;cursor:pointer;padding:4px}.site-header__hamburger span{display:block;width:22px;height:2px;background:var(--color-text);margin:5px 0;transition:all var(--transition-fast)}@media(max-width:768px){.site-header{padding:14px 20px}.site-header.is-shrunk{padding:10px 20px}.site-header__nav{display:none}.site-header__hamburger{display:block}}.hero-split{background:var(--color-white);display:flex;flex-direction:column}.hero-split__row{display:grid;grid-template-columns:1fr 1fr;flex:1;min-height:0}.hero-split__brand{display:flex;flex-direction:column;justify-content:center;padding:60px 56px;background:var(--color-white)}.hero-split__brand-inner{display:flex;flex-direction:column;justify-content:center}.hero-split__logo{width:160px;height:auto;margin-bottom:24px}.hero-split__logo-text{font-family:var(--font-body);font-size:32px;font-weight:700;color:var(--color-text);letter-spacing:6px;text-transform:uppercase;margin-bottom:24px}.hero-split__tagline{font-size:10px;letter-spacing:4px;text-transform:uppercase;color:var(--color-warm-text);font-weight:600;margin-bottom:16px}.hero-split__headline{font-family:var(--font-heading);font-size:40px;font-weight:400;color:var(--color-text);line-height:1.15;margin-bottom:16px}.hero-split__subtext{font-size:15px;font-weight:300;color:var(--color-text-muted);line-height:1.7;margin-bottom:28px}.hero-split__slider{position:relative;display:flex;align-items:center;justify-content:center;padding:32px;background:var(--color-white)}.hero-imgslider{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:4px;overflow:hidden}.hero-imgslider__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity 1s ease;z-index:1}.hero-imgslider__slide.is-active{opacity:1;z-index:2}.hero-imgslider__img{width:100%;height:100%;object-fit:cover;border-radius:4px}.hero-imgslider__placeholder{width:100%;height:100%;background:var(--color-sand);display:flex;align-items:center;justify-content:center;text-align:center;font-size:14px;color:var(--color-text-muted);border:2px dashed var(--color-border-dark);border-radius:4px}.hero-imgslider__dots{position:absolute;bottom:46px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:10}.hero-imgslider__dot{width:7px;height:7px;border-radius:50%;border:none;background:#ffffff80;cursor:pointer;padding:0;transition:all .3s ease;box-shadow:0 0 2px #0000004d}.hero-imgslider__dot.is-active{background:var(--color-white);transform:scale(1.3);box-shadow:0 0 3px #0006}.hero-imgslider__dot:hover{background:#fffc}.hero-split__features{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--color-border-dark);flex-shrink:0}.hero-feature{text-align:center;padding:20px 16px;border-right:1px solid var(--color-border-dark)}.hero-feature:last-child{border-right:none}.hero-feature__val{font-family:var(--font-heading);font-size:26px;font-weight:500;color:var(--color-text);line-height:1}.hero-feature__lbl{font-size:9px;letter-spacing:2.5px;text-transform:uppercase;color:var(--color-text);opacity:.7;margin-top:4px}@media(max-width:1024px){.hero-split__headline{font-size:32px}.hero-split__brand{padding:40px 36px}.hero-split__slider{padding:24px}}@media(max-width:768px){.hero-split{height:auto;min-height:100vh}.hero-split__row{grid-template-columns:1fr}.hero-split__brand{padding:40px 24px}.hero-split__slider{padding:20px}.hero-split__headline{font-size:28px}.hero-split__features{grid-template-columns:repeat(2,1fr)}.hero-feature:nth-child(2){border-right:none}}.usp-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.usp-card{text-align:center;padding:32px 20px;border:1px solid var(--color-border-dark);background:var(--color-white);transition:border-color var(--transition-fast)}.usp-card:hover{border-color:var(--color-warm-text)}.usp-card__icon{width:48px;height:48px;margin:0 auto 16px;border-radius:50%;background:var(--color-warm-light);display:flex;align-items:center;justify-content:center}.usp-card__icon img{width:24px;height:24px}.usp-card__title{font-size:14px;font-weight:600;margin-bottom:6px;letter-spacing:.3px}.usp-card__text{font-size:12px;color:var(--color-text-muted);font-weight:300;line-height:1.6}@media(max-width:768px){.usp-bar{grid-template-columns:repeat(2,1fr);gap:12px}}@media(max-width:480px){.usp-bar{grid-template-columns:1fr}}.product-card{background:var(--color-white);border:1px solid var(--color-border-dark);overflow:hidden;cursor:pointer;transition:all .25s ease;text-decoration:none;display:block;color:var(--color-text)}.product-card:hover{border-color:var(--color-warm-text);transform:translateY(-3px);box-shadow:0 8px 24px #0000000f}.product-card__image{position:relative;overflow:hidden;aspect-ratio:1;background:var(--color-offwhite)}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card__image img{transform:scale(1.05)}.product-card__badge{position:absolute;top:8px;left:8px;background:var(--color-warm);color:var(--color-text);font-size:10px;font-weight:600;padding:3px 10px;letter-spacing:.5px;text-transform:uppercase}.product-card__info{padding:16px}.product-card__title{font-family:var(--font-heading);font-size:18px;font-weight:500;margin-bottom:2px}.product-card__subtitle{font-size:11px;color:var(--color-text-muted);margin-bottom:10px}.product-card__price{font-family:var(--font-heading);font-size:20px;font-weight:600}.product-card__unit{font-size:11px;color:var(--color-text-muted);font-weight:300}.product-card__stock{font-size:11px;display:flex;align-items:center;gap:4px;margin-top:6px}.product-card__stock-dot{width:6px;height:6px;border-radius:50%}.product-card__stock--available .product-card__stock-dot{background:var(--color-success)}.product-card__stock--available{color:var(--color-success)}.product-card__stock--unavailable .product-card__stock-dot{background:var(--color-error)}.product-card__stock--unavailable{color:var(--color-error)}.color-families{background:var(--color-dark-bg)}.color-families .section-title{color:var(--color-white)}.color-families__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.color-family__label{font-size:10px;letter-spacing:3px;text-transform:uppercase;color:var(--color-warm);margin-bottom:16px;font-weight:500;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.15)}.color-swatch-card{display:flex;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.1);cursor:pointer;transition:padding-left var(--transition-fast);text-decoration:none}.color-swatch-card:hover{padding-left:8px}.color-swatch-card__swatch{width:48px;height:48px;border-radius:4px;flex-shrink:0;overflow:hidden}.color-swatch-card__swatch img{width:100%;height:100%;object-fit:cover}.color-swatch-card__name{font-size:13px;font-weight:500;color:var(--color-white)}.color-swatch-card__desc{font-size:11px;color:#ffffffa6;font-weight:300}@media(max-width:768px){.color-families__grid{grid-template-columns:1fr;gap:32px}}.tech-layers__wrap{display:flex;gap:48px;align-items:center}.tech-layers__visual{flex:1;display:flex;flex-direction:column;gap:4px}.tech-layers__layer{border-radius:3px;position:relative;display:flex;align-items:center;padding-left:12px;font-size:10px;font-weight:600;letter-spacing:.5px}.tech-layers__info{flex:1.2}.tech-layers__item{display:flex;gap:12px;align-items:flex-start;margin-bottom:16px}.tech-layers__num{width:24px;height:24px;border-radius:50%;background:var(--color-warm);color:var(--color-text);font-size:11px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tech-layers__text{font-size:12px;font-weight:300;color:var(--color-text-muted);line-height:1.5}.tech-layers__text strong{font-weight:600;color:var(--color-text);display:block;margin-bottom:2px}@media(max-width:768px){.tech-layers__wrap{flex-direction:column}}.product-hero{height:100vh;max-height:100vh;overflow:hidden}.product-hero__grid{display:grid;grid-template-columns:50% 45% 5%;height:100%}.product-hero__image{overflow:hidden;background:var(--color-offwhite)}.product-hero__image img{width:100%;height:100%;object-fit:cover}.product-hero__config{padding:28px 32px;display:flex;flex-direction:column;overflow-y:auto;border-left:1px solid var(--color-border-dark);border-right:1px solid var(--color-border-dark);background:var(--color-white)}.product-hero__breadcrumb{font-size:11px;color:var(--color-text-muted);font-weight:300;margin-bottom:20px}.product-hero__breadcrumb a{color:var(--color-text-muted)}.product-hero__breadcrumb a:hover{color:var(--color-warm-text)}.product-hero__title{font-family:var(--font-heading);font-size:28px;font-weight:500;margin-bottom:4px}.product-hero__sku{font-size:11px;color:var(--color-text-muted);margin-bottom:20px;letter-spacing:1px}.product-hero__price-row{display:flex;align-items:baseline;gap:8px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--color-border-dark)}.product-hero__price{font-family:var(--font-heading);font-size:32px;font-weight:600}.product-hero__price-unit{font-size:12px;color:var(--color-text-muted);font-weight:300}.product-hero__actions{display:flex;gap:10px}.product-hero__actions .btn--primary{flex:1}.product-hero__panel{overflow:hidden;background:var(--color-offwhite)}.product-hero__panel img{width:100%;height:100%;object-fit:cover;object-position:top center}.product-hero__placeholder{width:100%;height:100%;min-height:300px;background:var(--color-sand);display:flex;align-items:center;justify-content:center;text-align:center;font-size:11px;color:var(--color-text-muted);border:2px dashed var(--color-border-dark);padding:16px}.product-hero__placeholder--narrow{min-height:100%}.product-detail{padding:0}.product-detail__container{max-width:1200px;margin:0 auto;padding:80px 40px}.product-detail__row{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.product-detail__row--reverse{direction:rtl}.product-detail__row--reverse>*{direction:ltr}.product-detail__visual{overflow:hidden;border-radius:2px}.product-detail__visual img{width:100%;height:auto;display:block}.product-detail__placeholder{background:var(--color-sand);padding:80px 40px;text-align:center;font-size:12px;color:var(--color-text-muted);border:2px dashed var(--color-border-dark);min-height:300px;display:flex;align-items:center;justify-content:center}.product-detail__content{padding-top:8px}.product-detail__heading{font-family:var(--font-heading);font-size:18px;font-weight:500;margin-bottom:20px;text-transform:uppercase;letter-spacing:1px}.product-detail__story{font-size:14px;color:var(--color-text-muted);font-weight:300;line-height:1.9;font-style:italic}.product-icons{background:var(--color-offwhite)}.product-icons__container{max-width:1100px;margin:0 auto;padding:80px 40px}.product-icons__divider{text-align:center;margin-bottom:48px;position:relative}.product-icons__divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:var(--color-border-dark)}.product-icons__divider span{position:relative;background:var(--color-offwhite);padding:0 24px;font-family:var(--font-heading);font-size:18px;font-weight:400;letter-spacing:2px;color:var(--color-text-muted)}.product-icons__row--properties{display:grid;grid-template-columns:repeat(8,1fr);gap:16px;margin-bottom:48px}.product-icons__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}.product-icons__icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center}.product-icons__icon img{width:100%;height:100%;object-fit:contain;opacity:.5}.product-icons__icon-placeholder{width:56px;height:56px;border-radius:50%;border:2px dashed var(--color-border-dark);background:var(--color-white)}.product-icons__label{font-size:11px;color:var(--color-text-muted);font-weight:400;line-height:1.3}.product-icons__row--certs{display:flex;justify-content:center;gap:24px;flex-wrap:wrap}.product-icons__cert{width:90px;display:flex;align-items:center;justify-content:center}.product-icons__cert img{width:100%;height:auto;object-fit:contain;opacity:.5}.product-icons__cert-placeholder{width:70px;height:70px;border-radius:50%;border:2px dashed var(--color-border-dark);background:var(--color-white)}.product-related{background:var(--color-white)}.product-related__container{max-width:1200px;margin:0 auto;padding:80px 40px}.product-related__title{font-family:var(--font-heading);font-size:24px;font-weight:500;margin-bottom:32px;text-transform:uppercase;letter-spacing:1px;text-align:center}.product-related__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-page__specs{display:grid;grid-template-columns:1fr 1fr;gap:0}.product-page__spec{padding:10px 0;border-bottom:1px solid var(--color-border-dark);display:flex;justify-content:space-between;font-size:12px}.product-page__spec:nth-child(odd){padding-right:16px;border-right:1px solid var(--color-border-dark)}.product-page__spec:nth-child(2n){padding-left:16px}.product-page__spec-key{color:var(--color-text-muted);font-weight:300}.product-page__spec-value{font-weight:600}.product-page__badges{display:flex;flex-wrap:wrap;gap:6px}.calc-box{background:var(--color-offwhite);padding:16px;margin-bottom:20px}.calc-box__label{font-size:11px;font-weight:600;letter-spacing:1px;text-transform:uppercase;display:block;margin-bottom:8px}.calc-box__row{display:flex;gap:8px;align-items:flex-end}.calc-box__input{flex:1;padding:10px 14px;border:1px solid var(--color-border-dark);font-size:14px;font-family:var(--font-body);background:var(--color-white);width:100%}.calc-box__input:focus{outline:none;border-color:var(--color-warm)}.calc-box__output{font-size:12px;color:var(--color-warm-text);font-weight:500;margin-top:8px}.calc-box__mode-switch{display:flex;gap:0;margin-bottom:12px;border:1px solid var(--color-border-dark)}.calc-box__mode-btn{flex:1;padding:7px 12px;font-size:11px;font-weight:500;text-align:center;background:var(--color-white);border:none;cursor:pointer;font-family:var(--font-body);color:var(--color-text-muted);transition:all .2s ease}.calc-box__mode-btn.is-active{background:var(--color-warm);color:var(--color-text)}.calc-box__fields{display:none}.calc-box__fields.is-active{display:block}.calc-box__field{flex:1}.calc-box__field-label{font-size:10px;color:var(--color-text-muted);display:block;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.calc-box__input-wrap{display:flex;align-items:center;gap:6px}.calc-box__unit{font-size:12px;color:var(--color-text-muted);flex-shrink:0}.calc-box__times{font-size:18px;color:var(--color-text-muted);padding:0 4px 8px;align-self:flex-end}.calc-box__sqm-result{font-size:12px;color:var(--color-text-muted);margin-top:6px;font-weight:500}@media(max-width:1024px){.product-hero{height:auto;max-height:none}.product-hero__grid{grid-template-columns:1fr 1fr}.product-hero__panel{grid-column:1 / -1;max-height:120px}.product-detail__container{padding:60px 24px}.product-detail__row{gap:40px}.product-icons__container{padding:60px 24px}.product-icons__row--properties{grid-template-columns:repeat(4,1fr);gap:20px}.product-related__container{padding:60px 24px}.product-related__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.product-hero__grid{grid-template-columns:1fr}.product-hero__image{min-height:300px}.product-hero__config{padding:24px 20px;overflow-y:visible}.product-hero__panel{max-height:100px}.product-detail__container{padding:48px 16px}.product-detail__row{grid-template-columns:1fr;gap:32px}.product-detail__row--reverse{direction:ltr}.product-icons__container{padding:48px 16px}.product-icons__row--properties{grid-template-columns:repeat(4,1fr);gap:12px}.product-icons__icon,.product-icons__icon-placeholder{width:44px;height:44px}.product-icons__label{font-size:9px}.product-icons__cert{width:64px}.product-icons__row--certs{gap:12px}.product-related__container{padding:48px 16px}.product-related__grid{grid-template-columns:repeat(2,1fr)}}.site-footer{background:var(--color-dark-bg);color:#ffffffa6;padding:48px 0 24px}.site-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:32px}.site-footer__brand{display:flex;align-items:center;gap:10px;margin-bottom:16px}.site-footer__brand-text{font-size:18px;font-weight:700;color:var(--color-white);letter-spacing:3px}.site-footer__desc{font-size:12px;line-height:1.8;font-weight:300}.site-footer h4{font-family:var(--font-body);font-size:10px;letter-spacing:2px;text-transform:uppercase;color:var(--color-warm);margin-bottom:14px;font-weight:500}.site-footer a{color:var(--color-text-light);display:block;margin-bottom:8px;font-size:12px;font-weight:300}.site-footer a:hover{color:var(--color-white)}.site-footer__legal{display:flex;flex-wrap:wrap;gap:8px 24px;padding:20px 0 0;margin-top:32px;border-top:1px solid var(--color-border-light)}.site-footer__legal a{font-size:13px;color:#fff9;text-decoration:none}.site-footer__legal a:hover{color:var(--color-white)}.site-footer__bottom{border-top:1px solid var(--color-border-light);padding-top:20px;text-align:center;font-size:11px;font-weight:300}.site-footer__certs{display:flex;gap:16px;justify-content:center;margin-bottom:12px}.site-footer__cert{font-size:10px;letter-spacing:1px;text-transform:uppercase;padding:4px 12px;border:1px solid rgba(255,255,255,.25)}@media(max-width:768px){.site-footer__grid{grid-template-columns:1fr 1fr;gap:24px}.site-footer__certs{flex-wrap:wrap}}@media(max-width:480px){.site-footer__grid{grid-template-columns:1fr}}.contact-page__container{max-width:1100px;margin:0 auto;padding:64px 40px 80px}.contact-page__grid{display:grid;grid-template-columns:1fr 1.2fr;gap:64px;align-items:start}.contact-page__title{font-family:var(--font-heading);font-size:36px;font-weight:400;margin-bottom:16px}.contact-page__intro{font-size:14px;color:var(--color-text-muted);font-weight:300;line-height:1.8;margin-bottom:40px}.contact-page__details{display:flex;flex-direction:column;gap:16px}.contact-page__detail{display:flex;flex-direction:column;gap:2px}.contact-page__detail-label{font-size:10px;letter-spacing:1.5px;text-transform:uppercase;color:var(--color-warm-text);font-weight:600}.contact-page__detail-value{font-size:14px;color:var(--color-text);font-weight:400;white-space:pre-line}.contact-page__link{color:var(--color-text);text-decoration:none;transition:color .2s ease}.contact-page__link:hover{color:var(--color-warm-text)}.contact-page__form{display:flex;flex-direction:column;gap:16px}.contact-page__field label{display:block;font-size:10px;letter-spacing:1px;text-transform:uppercase;font-weight:600;margin-bottom:6px;color:var(--color-text)}.contact-page__field input,.contact-page__field select,.contact-page__field textarea{width:100%;padding:12px 16px;border:1px solid var(--color-border-dark);font-size:14px;font-family:var(--font-body);background:var(--color-white);color:var(--color-text);transition:border-color .2s ease}.contact-page__field input:focus,.contact-page__field select:focus,.contact-page__field textarea:focus{outline:none;border-color:var(--color-warm)}.contact-page__field textarea{resize:vertical;min-height:120px}.contact-page__submit{align-self:flex-start;min-width:200px}.contact-page__success{background:#5a9a3c14;border:1px solid var(--color-success);padding:16px;font-size:14px;color:var(--color-success);font-weight:500}.contact-page__error{background:#c0392b14;border:1px solid var(--color-error);padding:16px;font-size:14px;color:var(--color-error)}@media(max-width:768px){.contact-page__container{padding:40px 20px 60px}.contact-page__grid{grid-template-columns:1fr;gap:40px}.contact-page__title{font-size:28px}}.legal-page__container{max-width:780px;margin:0 auto;padding:64px 40px 80px}.legal-page__header{margin-bottom:40px;padding-bottom:24px;border-bottom:1px solid var(--color-border-dark)}.legal-page__title{font-family:var(--font-heading);font-size:36px;font-weight:400;margin-bottom:8px}.legal-page__subtitle{font-size:13px;color:var(--color-text-muted);font-weight:300}.legal-page__content{font-size:14px;font-weight:300;line-height:1.9;color:var(--color-text-muted)}.legal-page__content h2{font-family:var(--font-heading);font-size:22px;font-weight:500;color:var(--color-text);margin:40px 0 12px}.legal-page__content h3{font-family:var(--font-heading);font-size:18px;font-weight:500;color:var(--color-text);margin:32px 0 8px}.legal-page__content p{margin-bottom:12px}.legal-page__content ul,.legal-page__content ol{margin:8px 0 16px 20px}.legal-page__content li{margin-bottom:4px}.legal-page__content a{color:var(--color-warm-text);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.legal-page__content a:hover{color:var(--color-text)}.legal-page__content strong{font-weight:600;color:var(--color-text)}.legal-page__footer{margin-top:40px;padding-top:20px;border-top:1px solid var(--color-border-dark);font-size:11px;color:var(--color-text-muted);font-weight:300}@media(max-width:768px){.legal-page__container{padding:40px 20px 60px}.legal-page__title{font-size:28px}.legal-page__content h2{font-size:19px;margin-top:32px}.legal-page__content h3{font-size:16px;margin-top:24px}}.image-with-text__content h2,.image-with-text__content p,.content-section h2,.content-section p,.content-section li,.tech-layers__title,.usp-bar__text,.usp-bar__label,.section--dark .section-title,.section--dark .section-tag,.section--dark p{color:var(--color-text)}
/*# sourceMappingURL=/cdn/shop/t/19/assets/serramo-components.css.map */
