:root {
  --vgry-clr-primary: #d97706;
  --vgry-clr-secondary: #f59e0b;
  --vgry-clr-accent: #ec4899;
  --vgry-clr-dark: #1f2937;
  --vgry-clr-light: #f3f4f6;
  --vgry-clr-white: #ffffff;
  --vgry-clr-border: #e5e7eb;
  --vgry-clr-text: #374151;
  --vgry-clr-text-light: #6b7280;
  --vgry-font-display: 'Manrope', sans-serif;
  --vgry-font-body: 'Inter', sans-serif;
  --vgry-radius-sm: 4px;
  --vgry-radius-md: 8px;
  --vgry-radius-lg: 12px;
  --vgry-shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
  --vgry-shadow-md: 0 4px 6px rgba(0,0,0,0.07);
  --vgry-shadow-lg: 0 10px 15px rgba(0,0,0,0.1);
  --vgry-transition: all 0.3s ease;
}

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:var(--vgry-font-body);line-height:1.6;color:var(--vgry-clr-text);background:#fafafa}
a{color:var(--vgry-clr-primary);text-decoration:none;transition:var(--vgry-transition)}
a:hover{color:var(--vgry-clr-secondary)}
h1,h2,h3,h4,h5,h6{font-family:var(--vgry-font-display);font-weight:700;line-height:1.2;color:var(--vgry-clr-dark)}
p{margin-bottom:1rem}
ul,ol{margin-left:1.5rem;margin-bottom:1rem}
li{margin-bottom:0.5rem}

.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}

.disclosure-bar{background:#f5f5f5;padding:0.75rem;text-align:center;font-size:0.85rem;color:#666;border-bottom:1px solid var(--vgry-clr-border)}

header.udan{background:var(--vgry-clr-white);border-bottom:1px solid var(--vgry-clr-border);position:sticky;top:0;z-index:100;box-shadow:var(--vgry-shadow-sm)}
.header-inner{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;gap:2rem}
.logo{font-family:var(--vgry-font-display);font-size:1.5rem;font-weight:700;color:var(--vgry-clr-primary)}
.uqph{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--vgry-clr-dark)}
.urzo{display:flex;gap:1.5rem;align-items:center}
.urzo a{color:var(--vgry-clr-text);font-size:0.95rem;font-weight:500;transition:var(--vgry-transition)}
.urzo a:hover{color:var(--vgry-clr-primary)}

@media(max-width:768px){
  .header-inner{padding:1rem 0}
  .uqph{display:block}
  .urzo{display:none;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--vgry-clr-white);border-bottom:1px solid var(--vgry-clr-border);padding:1rem;gap:1rem}
  .urzo.active{display:flex}
}

main{min-height:60vh}

.section{padding:4rem 0}
.section-alt{background:var(--vgry-clr-light)}
.utbn{background:var(--vgry-clr-dark);color:var(--vgry-clr-white)}
.utbn h2, .utbn h3{color:var(--vgry-clr-white)}
.utbn p{color:rgba(255,255,255,0.9)}

.hero{padding:5rem 0;text-align:center}
.hero-title{font-size:3rem;margin-bottom:1rem;color:var(--vgry-clr-dark)}
@media(max-width:768px){.hero-title{font-size:2rem}}
.hero-subtitle{font-size:1.25rem;color:var(--vgry-clr-text-light);margin-bottom:2rem}
.hero-eyebrow{display:inline-block;text-transform:uppercase;font-size:0.85rem;font-weight:700;letter-spacing:0.05em;color:var(--vgry-clr-primary);margin-bottom:1rem}
.hl{color:var(--vgry-clr-secondary)}

.hero-split{padding:3rem 0}
.hero-split-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
@media(max-width:768px){.hero-split-grid{grid-template-columns:1fr;gap:2rem}}

.hero-content{text-align:left}
.hero-color-panel{width:100%;height:300px;background:linear-gradient(135deg, #d97706 0%, #f59e0b 100%);border-radius:var(--vgry-radius-lg);opacity:0.15;margin-bottom:2rem}
.hero-visual{position:relative}

.checklist{list-style:none;margin:2rem 0}
.checklist li{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;font-weight:500}
.check-ic{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--vgry-clr-secondary);color:var(--vgry-clr-white);border-radius:50%;font-size:1rem;flex-shrink:0}

.hero-rating{font-size:0.95rem;color:var(--vgry-clr-text-light);margin:1.5rem 0}
.stars{color:#f59e0b;letter-spacing:0.1em}

.price-block{display:flex;align-items:center;gap:1rem;margin:1.5rem 0;font-size:1.1rem}
.price-old{color:var(--vgry-clr-text-light);text-decoration:line-through}
.price-new{font-size:1.8rem;font-weight:700;color:var(--vgry-clr-primary)}
.price-badge{background:var(--vgry-clr-secondary);color:var(--vgry-clr-white);padding:0.25rem 0.75rem;border-radius:var(--vgry-radius-sm);font-size:0.85rem;font-weight:700}

.hero-actions{display:flex;gap:1rem;margin:2rem 0;flex-wrap:wrap}
.hero-note{font-size:0.9rem;color:var(--vgry-clr-text-light);margin-top:1rem}

.btn{display:inline-flex;align-items:center;justify-content:center;padding:0.75rem 1.5rem;border-radius:var(--vgry-radius-md);font-weight:600;font-size:0.95rem;cursor:pointer;border:none;transition:var(--vgry-transition);text-decoration:none;white-space:nowrap}
.btn-primary{background:var(--vgry-clr-primary);color:var(--vgry-clr-white)}
.btn-primary:hover{background:var(--vgry-clr-secondary);transform:translateY(-2px);box-shadow:var(--vgry-shadow-md)}
.btn-outline{background:transparent;color:var(--vgry-clr-primary);border:2px solid var(--vgry-clr-primary)}
.btn-outline:hover{background:var(--vgry-clr-light);border-color:var(--vgry-clr-secondary)}
.btn-sm{padding:0.5rem 1rem;font-size:0.85rem}
.btn-lg{padding:1rem 2rem;font-size:1.1rem}
.btn-block{width:100%}

.section-title{font-size:2rem;margin-bottom:1rem;text-align:center}
.section-lead{font-size:1.1rem;color:var(--vgry-clr-text-light);text-align:center;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}

.benefit-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:2rem;margin:2rem 0}
.benefit-card{background:var(--vgry-clr-white);padding:2rem;border-radius:var(--vgry-radius-lg);box-shadow:var(--vgry-shadow-sm);transition:var(--vgry-transition)}
.benefit-card:hover{box-shadow:var(--vgry-shadow-md);transform:translateY(-4px)}
.benefit-card i{display:block;font-size:2.5rem;color:var(--vgry-clr-primary);margin-bottom:1rem}
.benefit-card h3{font-size:1.1rem;margin-bottom:0.5rem}
.benefit-card p{color:var(--vgry-clr-text-light);margin:0}

.order-steps{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:2rem;margin:2rem 0}
.step-card{background:var(--vgry-clr-white);padding:1.5rem;border-radius:var(--vgry-radius-lg);text-align:center;box-shadow:var(--vgry-shadow-sm)}
.step-number{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;background:var(--vgry-clr-secondary);color:var(--vgry-clr-white);font-size:1.5rem;font-weight:700;border-radius:50%;margin-bottom:1rem}
.step-card h3{font-size:1rem;margin-bottom:0.5rem}
.step-card p{color:var(--vgry-clr-text-light);margin:0;font-size:0.9rem}
.step-note{text-align:center;color:var(--vgry-clr-text-light);margin-top:1.5rem;font-size:0.9rem}

.trust-band{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:2rem;margin:2rem 0}
.trust-item{text-align:center;padding:1.5rem}
.trust-item i{font-size:2rem;color:var(--vgry-clr-primary);margin-bottom:0.75rem}
.trust-item > div:nth-child(2){font-weight:600;color:var(--vgry-clr-dark);margin-bottom:0.25rem}
.trust-sub{color:var(--vgry-clr-text-light);font-size:0.9rem;margin:0}

.table-wrap{overflow-x:auto;margin:2rem 0}
.dose-table,.shipping-table{width:100%;border-collapse:collapse;background:var(--vgry-clr-white);border-radius:var(--vgry-radius-lg);overflow:hidden;box-shadow:var(--vgry-shadow-sm)}
.dose-table th, .shipping-table th{background:var(--vgry-clr-primary);color:var(--vgry-clr-white);padding:1rem;text-align:left;font-weight:600}
.dose-table td, .shipping-table td{padding:1rem;border-bottom:1px solid var(--vgry-clr-border)}
.dose-table tbody tr:nth-child(even),.shipping-table tbody tr:nth-child(even){background:var(--vgry-clr-light)}
.dose-note,.table-note{font-size:0.9rem;color:var(--vgry-clr-text-light);margin-top:1rem}

.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:2rem;margin:2rem 0}
.testimonial{background:var(--vgry-clr-white);padding:1.5rem;border-radius:var(--vgry-radius-lg);box-shadow:var(--vgry-shadow-sm);border-left:4px solid var(--vgry-clr-primary)}
.testimonial .stars{display:inline-block;margin-bottom:0.75rem}
.testimonial p{color:var(--vgry-clr-text);margin:1rem 0;font-style:italic}
.testimonial cite{display:block;font-style:normal;color:var(--vgry-clr-text-light);font-size:0.9rem;margin-top:1rem}
.testimonial-disclaimer{text-align:center;color:var(--vgry-clr-text-light);margin-bottom:2rem;font-size:0.9rem}

.faq{max-width:700px;margin:2rem auto}
.usdc{border-bottom:1px solid var(--vgry-clr-border);padding:1rem 0}
.usdc:first-child{padding-top:0}
.urrx{width:100%;padding:1rem;background:transparent;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:600;color:var(--vgry-clr-dark);text-align:left;font-size:1rem;transition:var(--vgry-transition)}
.urrx:hover{color:var(--vgry-clr-primary)}
.urrx i{transition:var(--vgry-transition)}
.usdc[data-expanded] .urrx i{transform:rotate(180deg)}
.urny{max-height:0;overflow:hidden;transition:max-height 0.3s ease}
.usdc[data-expanded] .urny{max-height:500px}
.faq-answer-inner{padding:1rem 0;color:var(--vgry-clr-text-light);line-height:1.7}

.order-container{max-width:900px}
.order-visual{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;margin-bottom:3rem}
@media(max-width:768px){.order-visual{grid-template-columns:1fr;gap:1rem}}

.product-pack{max-width:200px;margin:0 auto;width:100%;aspect-ratio:1/1}
.product-pack svg{display:block;width:100%;height:100%;filter:drop-shadow(0 4px 6px rgba(0,0,0,0.1))}

.order-info h3{font-size:1.3rem;margin-bottom:1rem}
.order-guarantee{display:flex;flex-direction:column;gap:0.75rem}
.guarantee-item{display:flex;align-items:center;gap:0.75rem;font-size:0.95rem;color:var(--vgry-clr-text)}
.guarantee-item i{color:var(--vgry-clr-primary);font-size:1.25rem}

.ubec{background:var(--vgry-clr-white);padding:2rem;border-radius:var(--vgry-radius-lg);box-shadow:var(--vgry-shadow-md);max-width:500px;margin:0 auto}
.ubec h2{text-align:center;margin-bottom:2rem;font-size:1.5rem}

.form-group{margin-bottom:1.5rem}
.form-group label{display:block;font-weight:600;margin-bottom:0.5rem;color:var(--vgry-clr-dark)}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group textarea,
.form-group select{width:100%;padding:0.75rem;border:1px solid var(--vgry-clr-border);border-radius:var(--vgry-radius-md);font-family:var(--vgry-font-body);font-size:1rem;transition:var(--vgry-transition)}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus{outline:none;border-color:var(--vgry-clr-primary);box-shadow:0 0 0 3px rgba(217,119,6,0.1)}

.phone-row{display:grid;grid-template-columns:auto 1fr;gap:0.5rem}
.phone-row select{width:100%}

.uzpk{display:none;font-size:0.85rem;color:#dc2626;margin-top:0.25rem}
.form-group.error .uzpk{display:block}

.form-checkbox{margin-top:1.5rem}
.form-checkbox input[type="checkbox"]{width:auto;margin-right:0.5rem}
.form-checkbox label{display:flex;align-items:flex-start;gap:0.75rem;margin:0;font-weight:400}
.form-checkbox label a{color:var(--vgry-clr-primary)}

.uydb{display:none!important}

.order-note{text-align:center;color:var(--vgry-clr-text-light);margin-top:1rem;font-size:0.9rem}

.uzcb{background:var(--vgry-clr-light);padding:2rem;border-radius:var(--vgry-radius-lg);max-width:600px;margin:2rem auto}
.uaug{margin-bottom:2rem;display:none}
.uaug.active{display:block}
.unan{font-weight:600;margin-bottom:1rem;color:var(--vgry-clr-dark)}
.ucju{display:grid;gap:0.75rem}
.upic{padding:0.75rem 1rem;border:2px solid var(--vgry-clr-border);background:var(--vgry-clr-white);border-radius:var(--vgry-radius-md);cursor:pointer;text-align:left;transition:var(--vgry-transition);font-weight:500}
.upic:hover{border-color:var(--vgry-clr-primary)}
.upic.selected{background:var(--vgry-clr-primary);color:var(--vgry-clr-white);border-color:var(--vgry-clr-primary)}

.uxvo{padding:1.5rem;background:var(--vgry-clr-white);border-radius:var(--vgry-radius-md);text-align:center;display:none}
.uxvo.active{display:block}
.uxvo p{color:var(--vgry-clr-text);margin-bottom:1rem}
.uxvo .btn{margin-top:1rem}

.footer-legal-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--vgry-clr-border)}
.footer-legal-links a{font-size:0.85rem;color:var(--vgry-clr-primary)}

.site-footer{background:var(--vgry-clr-dark);color:rgba(255,255,255,0.8);padding:3rem 0 1rem}
.footer-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem;margin-bottom:2rem}
.footer-brand h3{color:var(--vgry-clr-white);margin-bottom:0.5rem}
.footer-col h4{color:var(--vgry-clr-white);margin-bottom:1rem;font-size:0.95rem}
.footer-col ul{list-style:none;margin:0}
.footer-col li{margin:0.5rem 0}
.footer-col a{color:rgba(255,255,255,0.7);font-size:0.9rem}
.footer-col a:hover{color:var(--vgry-clr-secondary)}
.footer-col p{font-size:0.9rem;color:rgba(255,255,255,0.7);margin:0.25rem 0}
.footer-disclaimer{font-size:0.85rem;color:rgba(255,255,255,0.6);margin:1rem 0;padding-top:1rem;border-top:1px solid rgba(255,255,255,0.1)}
.footer-bottom{text-align:center;padding-top:1rem;border-top:1px solid rgba(255,255,255,0.1);font-size:0.9rem;color:rgba(255,255,255,0.6)}

.umov{position:fixed;bottom:0;left:0;right:0;background:var(--vgry-clr-white);border-top:1px solid var(--vgry-clr-border);box-shadow:0 -2px 10px rgba(0,0,0,0.1);z-index:999;display:none}
.umov.active{display:block}
.cookie-banner-inner{max-width:1200px;margin:0 auto;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap}
@media(max-width:768px){.cookie-banner-inner{flex-direction:column;align-items:flex-start;padding:1rem}}
.cookie-banner-text{margin:0;color:var(--vgry-clr-text);flex:1;min-width:250px}
.cookie-banner-actions{display:flex;gap:1rem;flex-wrap:wrap}

.udnp{position:fixed;bottom:0;left:0;right:0;top:0;background:rgba(0,0,0,0.5);display:none;align-items:center;justify-content:center;z-index:1000}
.udnp.active{display:flex}
.uebf{background:var(--vgry-clr-white);border-radius:var(--vgry-radius-lg);padding:2rem;max-width:400px;box-shadow:var(--vgry-shadow-lg)}
.udnp h2{margin-bottom:1rem;font-size:1.3rem}
.udnp p{color:var(--vgry-clr-text-light);margin-bottom:1.5rem;font-size:0.9rem}
.cookie-toggle{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid var(--vgry-clr-border)}
.cookie-toggle div h4{margin:0;font-size:0.95rem;color:var(--vgry-clr-dark)}
.cookie-toggle div p{margin:0.25rem 0 0;font-size:0.8rem;color:var(--vgry-clr-text-light)}
.switch{position:relative;display:inline-block;width:50px;height:26px}
.switch input{opacity:0;width:0;height:0}
.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#ccc;transition:0.3s;border-radius:26px}
.slider:before{position:absolute;content:"";height:22px;width:22px;left:2px;bottom:2px;background:#fff;transition:0.3s;border-radius:50%}
input:checked + .slider{background:var(--vgry-clr-primary)}
input:checked + .slider:before{transform:translateX(24px)}
.cookie-modal-actions{display:flex;gap:1rem;margin-top:1.5rem}

.map-container{margin:2rem 0;border-radius:var(--vgry-radius-lg);overflow:hidden;box-shadow:var(--vgry-shadow-md)}
.map-container iframe{display:block;width:100%}

.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem}
@media(max-width:768px){.contact-layout{grid-template-columns:1fr;gap:1rem}}
.uoae{background:var(--vgry-clr-white);padding:2rem;border-radius:var(--vgry-radius-lg);box-shadow:var(--vgry-shadow-sm)}
.contact-info-panel{background:var(--vgry-clr-light);padding:2rem;border-radius:var(--vgry-radius-lg)}
.contact-info-item{display:flex;gap:1rem;margin-bottom:1.5rem}
.contact-info-item i{font-size:1.5rem;color:var(--vgry-clr-primary);flex-shrink:0}

.policy-content{max-width:800px;margin:0 auto}
.policy-content h2{margin-top:2rem;margin-bottom:1rem;font-size:1.3rem}
.policy-content h3{margin-top:1.5rem;margin-bottom:0.75rem;font-size:1.1rem;color:var(--vgry-clr-dark)}
.policy-date{color:var(--vgry-clr-text-light);font-size:0.9rem}

.thank-you-content{text-align:center;padding:4rem 0}
.thank-you-icon{font-size:4rem;color:var(--vgry-clr-primary);margin-bottom:1rem}
.thank-you-content h1{font-size:2.5rem;margin-bottom:0.5rem}
.thank-you-content h2{font-size:1.5rem;color:var(--vgry-clr-text-light);margin-bottom:1.5rem}
.thank-you-info{font-size:1rem;margin:1rem 0;color:var(--vgry-clr-text)}

.cta-section{text-align:center}
.cta-section h2{margin-bottom:1rem}
.cta-section p{margin-bottom:2rem;color:rgba(255,255,255,0.9)}

.ingredient-card,.appreciation-item,.value-card,.guideline-card,.storage-info,.returns-info,.precaution-card,.info-block,.consultation-list,.clarification-block{background:var(--vgry-clr-white);padding:1.5rem;border-radius:var(--vgry-radius-lg);box-shadow:var(--vgry-shadow-sm);margin-bottom:1rem}
.ingredient-card h3,.appreciation-item h3,.value-card h3,.guideline-card h3,.precaution-card h3{font-size:1.1rem;margin-bottom:0.75rem;color:var(--vgry-clr-dark)}
.ingredient-card p,.appreciation-item p,.value-card p,.guideline-card p,.precaution-card p{color:var(--vgry-clr-text-light);margin:0}

.media{position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:var(--vgry-radius-lg);box-shadow:var(--vgry-shadow-md);background:var(--vgry-clr-light)}
.media-1x1{aspect-ratio:1/1}
.media img{display:block;width:100%;height:100%;object-fit:cover}

.process-timeline{display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));gap:2rem;margin:2rem 0}

.shipping-info{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem}

.usage-highlight{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:2rem;margin:2rem 0}
.highlight-card{background:var(--vgry-clr-white);padding:2rem;border-radius:var(--vgry-radius-lg);box-shadow:var(--vgry-shadow-sm);text-align:center}
.highlight-card h3{margin-bottom:0.5rem;font-size:1.1rem}
.highlight-amount{font-weight:700;color:var(--vgry-clr-primary);font-size:1.2rem;margin:0.5rem 0}

.guidelines-grid,.appreciation-grid,.values-grid,.clarification-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem;margin:2rem 0}

.consultation-list{padding-left:1.5rem}
.consultation-list li{list-style-type:disc}

.unfm{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;border-radius:var(--vgry-radius-lg)}
.unfm img{width:100%;height:100%;object-fit:cover;opacity:0.12}

/* brand-guard-css-v3 — авто-страховка cookie-баннера и контраста (приложение) */
.umov{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}
.umov.is-visible,.cookie-banner--visible,.umov.show,.umov.active{transform:none !important}
.umov a{color:inherit;text-decoration:underline}
.umov button{cursor:pointer}
.udnp{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}
.udnp.is-visible,.cookie-modal--visible,.udnp.show,.udnp.active{display:flex !important}
.uebf,.udnp>div{background:#fff;color:#1a1a1a;max-width:480px;width:100%;border-radius:12px;padding:1.25rem;max-height:85vh;overflow:auto}
.utbn .uzcb,.utbn .uesp,.utbn .unhr,.utbn .uakr,.umdi .uzcb,.umdi .uesp,.umdi .unhr,.umdi .uakr{background:#fff !important;color:#1a1a1a !important}
.uzcb,.uesp{color:#1a1a1a !important}
.uzcb label,.uesp label,.uzcb p,.uesp p,.uzcb .unan,.uzcb span,.uesp span,.ubte,.uxss,.unhr .ulds,.unhr .ulds *{color:#1a1a1a !important}
.ubte,.uxss{background:#f3f4f2 !important;border-color:rgba(0,0,0,.12) !important}
.uzcb .upic{color:#1a1a1a !important}
.uzcb .upic.is-sel{color:#fff !important}
.ubec .uzpk{display:none}
.ubec .uzpk.is-visible{display:block !important;color:#c0392b}
.ubec .uydb,.ubec [name="website"]{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden}
.ubec{color:#1a1a1a}
.utbn .ubec,.umdi .ubec{background:#fff !important;color:#1a1a1a !important}
.product-pack svg{width:100%;height:auto;display:block}
.ujbz{position:relative !important;aspect-ratio:1/1;overflow:hidden}
.ujbz img{width:100%;height:100%;object-fit:cover}
.unfm,.utng{position:absolute !important;inset:0;z-index:0 !important;overflow:hidden;pointer-events:none}
.unfm img,.utng img{width:100%;height:100%;object-fit:cover;display:block}
.unfm img{opacity:.28}
.utng img{opacity:.07}
*:has(> .unfm),*:has(> .utng){position:relative}
.ueqt{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)}
.ueqt .uywd{display:block;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.05}
.ueqt .uxrp{display:block;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;margin-top:.45rem;opacity:.72}
.ucan{margin:1.4rem auto;max-width:920px}
.ucan img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 10px 34px rgba(0,0,0,.12)}
.uppm{padding:3rem 0}
.uzjm{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;width:92%;max-width:1200px;margin-inline:auto}
.uzjm img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:12px}
.uakr{position:relative;width:100% !important;max-width:860px;margin-inline:auto;overflow:hidden}
.uhej{display:flex;overflow:hidden;gap:0 !important}
.uupo{min-width:100%;flex:0 0 100%;box-sizing:border-box;padding:1.2rem 3.2rem;margin:0 !important}
.uuzk{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}
.uqrn{left:.5rem}.uurg{right:.5rem}
.unhr .ulds{display:none}.unhr .ulds.is-active{display:block}
.uzcb .uaug{display:block !important}
.uzcb .ucju{display:flex;flex-wrap:wrap;gap:.5rem}
.uzcb .upic{cursor:pointer}
