:root{--vste-accent:#2B5B8C;--vste-accent-dark:#1e4266;--vste-bg:#F8FAFB;--vste-bg-alt:#EFF3F7;--vste-text:#1a1f2e;--vste-muted:#5a6b7f;--vste-border:#d0d9e3;--vste-font-display:"Cormorant Garamond",serif;--vste-font-body:"Inter",sans-serif;--vste-space-2:.5rem;--vste-space-4:1rem;--vste-space-6:1.5rem;--vste-space-8:2rem;--vste-space-12:3rem;--vste-space-20:5rem;--vste-radius-sm:.375rem;--vste-radius:.75rem;--vste-radius-lg:1.25rem;--vste-radius-pill:999px;--vste-shadow-sm:0 1px 3px rgba(26,31,46,.06);--vste-shadow-md:0 6px 24px rgba(26,31,46,.10);--vste-shadow-lg:0 18px 48px rgba(26,31,46,.14);--vste-transition:.28s ease;--vste-max-width:1200px;--vste-header-height:4.5rem}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:var(--vste-font-body);color:var(--vste-text);background:var(--vste-bg);line-height:1.65;font-size:clamp(.95rem,.9rem+.3vw,1.05rem)}
h1,h2,h3,h4,h5{font-family:var(--vste-font-display);line-height:1.15;color:var(--vste-text)}
h1{font-size:clamp(2rem,1.5rem+2.4vw,3.25rem)}
h2{font-size:clamp(1.6rem,1.2rem+1.6vw,2.4rem)}
h3{font-size:clamp(1.2rem,1rem+0.8vw,1.6rem)}
a{color:inherit;text-decoration:none}
a:focus-visible{outline:2px solid var(--vste-accent);outline-offset:2px}
img{max-width:100%;height:auto;display:block}
.container{width:92%;max-width:var(--vste-max-width);margin-inline:auto}
.section{padding:var(--vste-space-20) 0}
.section-alt{background:var(--vste-bg-alt)}
.uaxa{background:var(--vste-accent);color:#fff}
.uaxa h1,.uaxa h2,.uaxa h3,.uaxa h4{color:#fff}
.uaxa .btn-outline{border-color:#fff;color:#fff}
.uaxa .btn-outline:hover{background:#fff;color:var(--vste-accent)}
.ucks{background:var(--vste-text);color:#fff}
.ucks h1,.ucks h2,.ucks h3,.ucks h4{color:#fff}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.5rem;border-radius:var(--vste-radius-pill);font-weight:600;cursor:pointer;border:2px solid transparent;transition:var(--vste-transition);font-size:inherit;font-family:inherit}
.btn-primary{background:var(--vste-accent);color:#fff}
.btn-primary:hover{background:var(--vste-accent-dark)}
.btn-outline{background:transparent;border-color:var(--vste-accent);color:var(--vste-accent)}
.btn-outline:hover{background:var(--vste-accent);color:#fff}
.btn-sm{padding:.6rem 1.2rem;font-size:.9rem}
.btn-block{width:100%}
.btn-lg{padding:1rem 2rem;font-size:1.1rem}
.card{background:#fff;border-radius:var(--vste-radius);box-shadow:var(--vste-shadow-sm);padding:var(--vste-space-6);transition:var(--vste-transition)}
.card:hover{box-shadow:var(--vste-shadow-md);transform:translateY(-2px)}
.hl{color:var(--vste-accent)}
.stars{color:#e8a534;letter-spacing:.1em}
.disclosure-bar{background:var(--vste-text);color:#fff;padding:.75rem;font-size:.85rem;text-align:center;line-height:1.4}
.uirt{position:sticky;top:0;z-index:50;background:rgba(248,250,251,.95);backdrop-filter:blur(8px);border-bottom:1px solid var(--vste-border)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:var(--vste-header-height)}
.logo{font-family:var(--vste-font-display);font-size:1.5rem;font-weight:700;color:var(--vste-accent)}
.uiyv{display:flex;gap:var(--vste-space-6);align-items:center}
.uiyv a{color:var(--vste-text);font-size:.95rem;transition:var(--vste-transition)}
.uiyv a:hover{color:var(--vste-accent)}
.uybj{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;width:30px;padding:0}
.uybj span{width:24px;height:2px;background:var(--vste-text);transition:var(--vste-transition)}
.uybj.is-open span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}
.uybj.is-open span:nth-child(2){opacity:0}
.uybj.is-open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}
.hero{position:relative;padding:var(--vste-space-20) 0;min-height:60vh;display:flex;align-items:center}
.uduy{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}
.uduy img{width:100%;height:100%;object-fit:cover;opacity:.12}
.hero>.container{position:relative;z-index:1}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:var(--vste-space-12);align-items:center}
.hero-eyebrow{display:block;font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;color:var(--vste-accent);margin-bottom:var(--vste-space-4);font-weight:600}
.hero-title{margin:var(--vste-space-4) 0}
.hero-lead{font-size:1.1rem;color:var(--vste-muted);margin:var(--vste-space-6) 0}
.checklist{list-style:none;display:grid;gap:.8rem;margin:var(--vste-space-4) 0}
.checklist li{display:flex;align-items:flex-start;gap:.65rem}
.check-ic{flex:0 0 auto;width:1.9rem;height:1.9rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:rgba(43,91,140,.12);color:var(--vste-accent);font-size:.95rem}
.hero-rating{margin:var(--vste-space-6) 0;font-weight:600}
.price-block{display:flex;align-items:baseline;gap:var(--vste-space-4);flex-wrap:wrap;margin:var(--vste-space-4) 0}
.price-old{color:var(--vste-muted);font-size:1.1rem;text-decoration:line-through}
.price-new{font-family:var(--vste-font-display);font-size:clamp(1.6rem,1.2rem+1.6vw,2.2rem);color:var(--vste-accent);font-weight:700}
.price-badge{background:var(--vste-accent);color:#fff;padding:.2rem .7rem;border-radius:var(--vste-radius-pill);font-size:.85rem;font-weight:700}
.hero-actions{display:flex;gap:var(--vste-space-6);flex-wrap:wrap;margin:var(--vste-space-8) 0}
.hero-note{font-size:.9rem;color:var(--vste-muted);margin-top:var(--vste-space-4)}
.hero-visual{width:100%}
.media{position:relative;overflow:hidden;border-radius:var(--vste-radius);background:linear-gradient(135deg,var(--vste-accent) 0%,var(--vste-bg-alt) 100%)}
.media img{width:100%;height:100%;object-fit:cover;display:block}
.media-1x1{aspect-ratio:1/1}
.media-4x3{aspect-ratio:4/3}
.media-3x4{aspect-ratio:3/4}
.media-16x9{aspect-ratio:16/9}
.media-21x9{aspect-ratio:21/9}
.section-title{margin-bottom:var(--vste-space-4)}
.section-lead{font-size:1.05rem;color:var(--vste-muted);margin-bottom:var(--vste-space-8)}
.section-note{font-size:.85rem;color:var(--vste-muted);margin-top:var(--vste-space-6);font-style:italic}
.benefit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:var(--vste-space-8);margin-top:var(--vste-space-8)}
.benefit-card{background:#fff;border:1px solid var(--vste-border);border-radius:var(--vste-radius);padding:var(--vste-space-6);transition:var(--vste-transition)}
.benefit-card:hover{box-shadow:var(--vste-shadow-md);border-color:var(--vste-accent)}
.benefit-card i{font-size:1.8rem;color:var(--vste-accent);margin-bottom:var(--vste-space-4)}
.benefit-card h3{margin:var(--vste-space-4) 0 var(--vste-space-2)}
.benefit-card p{color:var(--vste-muted);font-size:.95rem}
.order-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--vste-space-8);margin-top:var(--vste-space-8)}
.step{text-align:center}
.step-num{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background:var(--vste-accent);color:#fff;font-weight:700;font-size:1.2rem;margin-bottom:var(--vste-space-4)}
.trust-band{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:var(--vste-space-6);margin:var(--vste-space-12) 0;text-align:center}
.trust-item i{font-size:1.8rem;color:var(--vste-accent);margin-bottom:.5rem}
.trust-item{padding:var(--vste-space-4)}
.bigstat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:var(--vste-space-8);text-align:center;margin:var(--vste-space-8) 0}
.bigstat b{display:block;font-family:var(--vste-font-display);font-size:clamp(2rem,1.4rem+2vw,3rem);color:var(--vste-accent);line-height:1}
.bigstat{padding:var(--vste-space-6)}
.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--vste-space-8);margin-top:var(--vste-space-8)}
.testimonial{background:rgba(43,91,140,.05);border-left:4px solid var(--vste-accent);padding:var(--vste-space-6);border-radius:var(--vste-radius);font-style:italic}
.testimonial cite{display:block;margin-top:var(--vste-space-4);font-style:normal;color:var(--vste-accent);font-weight:600}
.testimonial-disclaimer{text-align:center;opacity:.7;font-size:.9rem;margin-bottom:var(--vste-space-8)}
.order-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:var(--vste-space-12);align-items:center}
.order-heading{font-family:var(--vste-font-display);font-size:1.5rem;margin-bottom:var(--vste-space-6)}
.product-pack{max-width:300px;margin-inline:auto;margin-bottom:var(--vste-space-8)}
.product-pack svg{width:100%;height:auto;display:block;filter:drop-shadow(0 14px 28px rgba(0,0,0,.16))}
.trust-chips{display:flex;flex-wrap:wrap;gap:var(--vste-space-4);margin:var(--vste-space-6) 0}
.chip{background:var(--vste-bg-alt);border:1px solid var(--vste-border);padding:.4rem .8rem;border-radius:var(--vste-radius-pill);font-size:.85rem;color:var(--vste-muted)}
.uwqo{background:#fff;border:1px solid var(--vste-border);border-radius:var(--vste-radius-lg);box-shadow:var(--vste-shadow-md);padding:var(--vste-space-8)}
.ucks .uwqo,.uaxa .uwqo{background:#fff;color:var(--vste-text)}
.form-group{margin-bottom:var(--vste-space-6)}
.form-group label{display:block;margin-bottom:.4rem;font-weight:600;color:var(--vste-text)}
.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem 1rem;border:1px solid var(--vste-border);border-radius:var(--vste-radius-sm);font:inherit;background:#fff;color:var(--vste-text)}
.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:0;border-color:var(--vste-accent);box-shadow:0 0 0 3px rgba(43,91,140,.1)}
.uzew{display:none;color:#c0392b;font-size:.85rem;min-height:1rem;margin-top:.25rem}
.uzew.is-visible{display:block}
.form-checkbox{display:flex;align-items:flex-start;gap:.5rem}
.form-checkbox input{width:1.2rem;height:1.2rem;margin-top:.2rem;flex-shrink:0}
.form-checkbox label{margin:0;font-weight:400}
.phone-row{display:grid;grid-template-columns:minmax(84px,auto) 1fr;gap:.5rem}
.phone-row select{padding:.75rem .6rem}
.order-note{font-size:.85rem;color:var(--vste-muted);text-align:center;margin-top:var(--vste-space-4)}
.btn-block{width:100%}
.unxk{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.cta-band{text-align:center;padding:var(--vste-space-12)}
.cta-band h2{margin-bottom:var(--vste-space-4)}
.cta-band p{color:rgba(255,255,255,.9);margin-bottom:var(--vste-space-8)}
.faq{display:grid;gap:var(--vste-space-4)}
.uuco{border:1px solid var(--vste-border);border-radius:var(--vste-radius);overflow:hidden;background:#fff}
.uiad{width:100%;padding:var(--vste-space-6);text-align:left;background:none;border:0;font-size:inherit;font-family:inherit;font-weight:600;color:var(--vste-text);cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:var(--vste-transition)}
.uiad:hover{background:var(--vste-bg-alt)}
.uiad i{transition:var(--vste-transition)}
.uuco[open] .uiad{background:var(--vste-bg-alt)}
.uuco[open] .uiad i{transform:rotate(180deg)}
.uvsd{display:none;max-height:0;overflow:hidden}
.uuco[open] .uvsd{display:block;animation:slideDown .3s ease-out}
@keyframes slideDown{from{max-height:0;opacity:0}to{max-height:500px;opacity:1}}
.faq-answer-inner{padding:0 var(--vste-space-6) var(--vste-space-6);color:var(--vste-muted);line-height:1.7}
.split-block{display:grid;grid-template-columns:1fr 1fr;gap:var(--vste-space-12);align-items:center}
.split-reverse .media{order:-1}
.timeline-v{display:grid;gap:var(--vste-space-6);position:relative;padding-left:var(--vste-space-8)}
.timeline-v::before{content:"";position:absolute;left:11px;top:6px;bottom:6px;width:2px;background:var(--vste-border)}
.tl-step{position:relative}
.tl-dot{position:absolute;left:-32px;top:0;width:24px;height:24px;border-radius:50%;background:var(--vste-accent);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;z-index:1}
.urgx,.uqpq{background:#fff;border:1px solid var(--vste-border);border-radius:var(--vste-radius-lg);padding:var(--vste-space-8);margin:var(--vste-space-8) 0}
.ucks .urgx,.ucks .uqpq,.uaxa .urgx,.uaxa .uqpq{background:#fff;color:var(--vste-text)}
.urgx label{display:flex;align-items:center;gap:.5rem;margin-bottom:var(--vste-space-4);font-weight:400}
.urgx input[type="range"]{width:100%;accent-color:var(--vste-accent)}
.ufhu{margin-top:var(--vste-space-6);padding:var(--vste-space-6);background:var(--vste-bg-alt);border-radius:var(--vste-radius);border-left:4px solid var(--vste-accent);color:var(--vste-text)}
.upmx{font-family:var(--vste-font-display);font-size:2.5rem;color:var(--vste-accent)}
.dose-table{width:100%;border-collapse:collapse;margin-top:var(--vste-space-6)}
.dose-table th,.dose-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--vste-border)}
.dose-table thead th{background:var(--vste-bg-alt);font-family:var(--vste-font-display);font-weight:600}
.dose-table tbody tr:hover{background:var(--vste-bg-alt)}
.table-wrap{overflow-x:auto}
.table-note{font-size:.85rem;color:var(--vste-muted);margin-top:.5rem}
.spec-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--vste-space-6);margin-top:var(--vste-space-8)}
.spec-item{background:#fff;border:1px solid var(--vste-border);border-radius:var(--vste-radius);padding:var(--vste-space-6);text-align:center}
.spec-item h4{margin-bottom:.5rem;color:var(--vste-accent)}
.spec-item p{font-size:.9rem;color:var(--vste-muted)}
.contact-layout{display:grid;grid-template-columns:1.4fr 1fr;gap:var(--vste-space-12);align-items:start}
.contact-info-panel{background:var(--vste-bg-alt);border-radius:var(--vste-radius-lg);padding:var(--vste-space-8)}
.contact-info-panel h2{margin-bottom:var(--vste-space-6)}
.contact-info-item{display:flex;gap:var(--vste-space-6);padding:var(--vste-space-6) 0;border-bottom:1px solid var(--vste-border)}
.contact-info-item:last-child{border:0}
.contact-info-item i{font-size:1.4rem;color:var(--vste-accent);flex-shrink:0;margin-top:.2rem}
.contact-info-item a{color:var(--vste-accent);text-decoration:underline}
.map-container{border-radius:var(--vste-radius);overflow:hidden;border:1px solid var(--vste-border)}
.map-container iframe{display:block;width:100%;height:450px;border:0}
.site-footer{background:var(--vste-text);color:#fff;padding:var(--vste-space-12) 0 var(--vste-space-6)}
.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--vste-space-12);margin-bottom:var(--vste-space-8)}
.footer-brand h4,.footer-col h4{font-size:1rem;margin-bottom:var(--vste-space-4);color:#fff}
.footer-brand p,.footer-col p{font-size:.9rem;color:rgba(255,255,255,.8);line-height:1.6}
.footer-col ul{list-style:none}
.footer-col li{margin-bottom:.5rem}
.footer-col a{color:rgba(255,255,255,.8);text-decoration:underline;transition:var(--vste-transition)}
.footer-col a:hover{color:#fff}
.footer-legal-links{display:flex;flex-wrap:wrap;gap:var(--vste-space-4);justify-content:center;margin:var(--vste-space-8) 0;font-size:.9rem}
.footer-legal-links a{color:rgba(255,255,255,.8);text-decoration:underline}
.footer-legal-links a:hover{color:#fff}
.footer-disclaimer{font-size:.8rem;color:rgba(255,255,255,.6);margin:var(--vste-space-6) 0;line-height:1.6;text-align:center}
.footer-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;font-size:.85rem;color:rgba(255,255,255,.6);border-top:1px solid rgba(255,255,255,.1);padding-top:var(--vste-space-6);gap:var(--vste-space-4)}
.legal-content{max-width:900px;margin:0 auto}
.legal-content h2{margin:var(--vste-space-8) 0 var(--vste-space-4);font-size:1.3rem}
.legal-content h3{margin:var(--vste-space-6) 0 var(--vste-space-2);font-size:1.1rem}
.legal-content ul,.legal-content ol{margin:var(--vste-space-4) 0 var(--vste-space-4) 2rem;line-height:1.8}
.legal-content li{margin-bottom:.5rem}
.legal-content code{background:var(--vste-bg-alt);padding:.2rem .4rem;border-radius:.25rem;font-family:monospace;font-size:.9rem}
.thank-you-content,.error-content{text-align:center;padding:var(--vste-space-20) 0}
.thank-you-details{background:var(--vste-bg-alt);border-radius:var(--vste-radius-lg);padding:var(--vste-space-8);margin:var(--vste-space-8) 0;text-align:left;max-width:500px;margin-left:auto;margin-right:auto}
.thank-you-actions,.error-content{margin-top:var(--vste-space-12)}
.switch{position:relative;display:inline-block;width:44px;height:24px}
.switch input{opacity:0;width:0;height:0}
.slider{position:absolute;inset:0;background:#ccc;border-radius:999px;transition:var(--vste-transition)}
.slider::before{content:"";position:absolute;height:18px;width:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:var(--vste-transition)}
.switch input:checked+.slider{background:var(--vste-accent)}
.switch input:checked+.slider::before{transform:translateX(20px)}
.reveal{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}
.reveal.is-visible{opacity:1;transform:none}
.ufrt{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:90;background:#fff;border:1px solid var(--vste-border);border-radius:var(--vste-radius-lg);box-shadow:var(--vste-shadow-lg);padding:var(--vste-space-6);transform:translateY(140%);transition:var(--vste-transition)}
.ufrt.is-visible{transform:none}
.cookie-banner-inner{display:flex;align-items:center;justify-content:space-between;gap:var(--vste-space-6);flex-wrap:wrap}
.cookie-banner-text{font-size:.9rem;flex:1;min-width:250px}
.cookie-banner-text a{color:var(--vste-accent);text-decoration:underline}
.cookie-banner-actions{display:flex;gap:.5rem;flex-wrap:wrap}
.urrl{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.5);padding:var(--vste-space-6)}
.urrl.is-visible{display:flex}
.uiez{background:#fff;border-radius:var(--vste-radius-lg);padding:var(--vste-space-8);max-width:500px;max-height:90vh;overflow-y:auto}
.uiez h2{margin-bottom:var(--vste-space-4);font-size:1.3rem}
.uiez p{margin-bottom:var(--vste-space-6);color:var(--vste-muted)}
.cookie-toggle{display:flex;justify-content:space-between;align-items:flex-start;padding:var(--vste-space-6) 0;border-bottom:1px solid var(--vste-border)}
.cookie-toggle:last-child{border:0}
.cookie-toggle h4{margin-bottom:.5rem;font-size:1rem}
.cookie-toggle p{font-size:.85rem;color:var(--vste-muted)}
.cookie-modal-actions{display:flex;gap:var(--vste-space-4);margin-top:var(--vste-space-8)}
.rating-summary{display:flex;align-items:center;gap:var(--vste-space-6);margin-top:var(--vste-space-6)}
.rating-number{font-family:var(--vste-font-display);font-size:1.5rem;font-weight:700;color:var(--vste-accent)}
.rating-count{font-size:.95rem;color:var(--vste-muted)}
.storage-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--vste-space-12);margin-top:var(--vste-space-8)}
.storage-item h4{margin-bottom:var(--vste-space-4);color:var(--vste-accent)}
.storage-item ul{margin-left:1.5rem}
.storage-item li{margin-bottom:.5rem}
.situation-card{background:var(--vste-bg-alt);border-radius:var(--vste-radius);padding:var(--vste-space-6);margin-bottom:var(--vste-space-6)}
.situation-card h3{color:var(--vste-accent);margin-bottom:var(--vste-space-2)}
@media(max-width:1024px){.hero-grid{grid-template-columns:1fr}.order-layout{grid-template-columns:1fr}}
@media(max-width:768px){
.uybj{display:flex}
.uiyv{position:fixed;inset:var(--vste-header-height) 0 auto 0;flex-direction:column;background:#fff;padding:var(--vste-space-6);box-shadow:var(--vste-shadow-md);transform:translateY(-150%);transition:var(--vste-transition)}
.uiyv.is-open{transform:none}
.split-block,.contact-layout,.order-layout{grid-template-columns:1fr}
.split-reverse .media{order:0}
.order-steps{grid-template-columns:1fr}
.trust-band{grid-template-columns:1fr}
.bigstat-grid{grid-template-columns:1fr}
.storage-grid{grid-template-columns:1fr}
.testimonial-grid{grid-template-columns:1fr}
.benefit-grid{grid-template-columns:1fr}
.footer-grid{grid-template-columns:1fr}
.container{width:90%}
.hero{min-height:auto;padding:var(--vste-space-12) 0}
.section{padding:var(--vste-space-12) 0}
}

/* brand-guard-css-v3 — авто-страховка cookie-баннера и контраста (приложение) */
.ufrt{position:fixed !important;left:1rem;right:1rem;bottom:1rem;z-index:9000 !important;max-width:760px;margin-left:auto;margin-right:auto;background:#fff;color:#1a1a1a;border:1px solid rgba(0,0,0,.12);border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.18);padding:1rem 1.25rem;transform:translateY(220%);transition:transform .32s ease}
.ufrt.is-visible,.cookie-banner--visible,.ufrt.show,.ufrt.active{transform:none !important}
.ufrt a{color:inherit;text-decoration:underline}
.ufrt button{cursor:pointer}
.urrl{position:fixed !important;inset:0;z-index:9001 !important;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.5);padding:1rem}
.urrl.is-visible,.cookie-modal--visible,.urrl.show,.urrl.active{display:flex !important}
.uiez,.urrl>div{background:#fff;color:#1a1a1a;max-width:480px;width:100%;border-radius:12px;padding:1.25rem;max-height:85vh;overflow:auto}
.ucks .uqpq,.ucks .urgx,.ucks .uxwb,.ucks .ukzk,.uaxa .uqpq,.uaxa .urgx,.uaxa .uxwb,.uaxa .ukzk{background:#fff !important;color:#1a1a1a !important}
.uqpq,.urgx{color:#1a1a1a !important}
.uqpq label,.urgx label,.uqpq p,.urgx p,.uqpq .umpb,.uqpq span,.urgx span,.ufhu,.uocr,.uxwb .ujhz,.uxwb .ujhz *{color:#1a1a1a !important}
.ufhu,.uocr{background:#f3f4f2 !important;border-color:rgba(0,0,0,.12) !important}
.uqpq .urvk{color:#1a1a1a !important}
.uqpq .urvk.is-sel{color:#fff !important}
.uwqo .uzew{display:none}
.uwqo .uzew.is-visible{display:block !important;color:#c0392b}
.uwqo .unxk,.uwqo [name="website"]{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden}
.uwqo{color:#1a1a1a}
.ucks .uwqo,.uaxa .uwqo{background:#fff !important;color:#1a1a1a !important}
.product-pack svg{width:100%;height:auto;display:block}
.ubjv{position:relative !important;aspect-ratio:1/1;overflow:hidden}
.ubjv img{width:100%;height:100%;object-fit:cover}
.uduy,.ujkx{position:absolute !important;inset:0;z-index:0 !important;overflow:hidden;pointer-events:none}
.uduy img,.ujkx img{width:100%;height:100%;object-fit:cover;display:block}
.uduy img{opacity:.28}
.ujkx img{opacity:.07}
*:has(> .uduy),*:has(> .ujkx){position:relative}
.ukys{position:absolute !important;left:50%;top:52%;transform:translate(-50%,-50%);width:52%;max-width:280px;text-align:center;pointer-events:none;color:#2c2c2c;background:rgba(250,246,238,.94);border-radius:10px;padding:1rem .8rem;box-shadow:0 2px 14px rgba(0,0,0,.16)}
.ukys .uyue{display:block;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.05}
.ukys .ubcz{display:block;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;margin-top:.45rem;opacity:.72}
.uqjp{margin:1.4rem auto;max-width:920px}
.uqjp img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 10px 34px rgba(0,0,0,.12)}
.ueiy{padding:3rem 0}
.uwlr{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;width:92%;max-width:1200px;margin-inline:auto}
.uwlr img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:12px}
.ukzk{position:relative;width:100% !important;max-width:860px;margin-inline:auto;overflow:hidden}
.uzwl{display:flex;overflow:hidden;gap:0 !important}
.uexn{min-width:100%;flex:0 0 100%;box-sizing:border-box;padding:1.2rem 3.2rem;margin:0 !important}
.uzeu{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:1px solid rgba(0,0,0,.18);background:#fff;cursor:pointer;z-index:2;font-size:1.1rem;line-height:1}
.uglx{left:.5rem}.uyxt{right:.5rem}
.uxwb .ujhz{display:none}.uxwb .ujhz.is-active{display:block}
.uqpq .ussq{display:block !important}
.uqpq .uvyu{display:flex;flex-wrap:wrap;gap:.5rem}
.uqpq .urvk{cursor:pointer}
