* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; line-height: 1.6; color: #1a1a1a; background: #fff; }
a { color: #0066cc; text-decoration: none; transition: color 0.2s; }
a:hover { color: #0052a3; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.disclosure-bar { background: #f0f0f0; color: #555; font-size: 12px; text-align: center; padding: 8px 0; border-bottom: 1px solid #ddd; }
header.uois { background: #fff; border-bottom: 1px solid #e5e5e5; position: sticky; top: 0; z-index: 100; }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; }
.logo { font-family: 'Outfit', sans-serif; font-size: 20px; font-weight: 700; color: #1a1a1a; letter-spacing: -0.5px; }
.ugrk { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; }
.ugrk span { width: 24px; height: 2px; background: #1a1a1a; transition: 0.3s; }
.ueys { display: flex; gap: 32px; align-items: center; }
.ueys a { font-size: 14px; font-weight: 500; color: #1a1a1a; }
.btn { display: inline-block; padding: 10px 24px; font-weight: 600; border-radius: 6px; text-align: center; cursor: pointer; border: none; font-family: inherit; transition: all 0.2s; }
.btn-primary { background: #0066cc; color: #fff; }
.btn-primary:hover { background: #0052a3; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3); }
.btn-outline { background: transparent; border: 1px solid #1a1a1a; color: #1a1a1a; }
.btn-outline:hover { background: #f5f5f5; }
.btn-sm { padding: 8px 16px; font-size: 13px; }
.btn-block { width: 100%; }
.btn-large { padding: 14px 32px; font-size: 16px; }
.hero { position: relative; padding: 80px 0; overflow: hidden; }
.uspv { position: absolute; inset: 0; z-index: 0; opacity: 0.08; }
.uspv img { width: 100%; height: 100%; object-fit: cover; }
.hero-card-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
.hero-content { max-width: 500px; }
.hero-eyebrow { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #0066cc; }
.hero-title { font-family: 'Outfit', sans-serif; font-size: 48px; font-weight: 700; line-height: 1.2; margin: 12px 0 24px; color: #1a1a1a; }
.hero-title .hl { color: #0066cc; }
.checklist { list-style: none; margin: 20px 0; }
.checklist li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 12px; font-size: 15px; }
.check-ic { display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; background: #e6f2ff; border-radius: 50%; flex-shrink: 0; color: #0066cc; font-size: 14px; }
.hero-rating { font-size: 14px; color: #666; margin: 20px 0; }
.stars { color: #ffc107; letter-spacing: 2px; }
.price-block { margin: 24px 0; display: flex; align-items: baseline; gap: 16px; }
.price-old { font-size: 16px; color: #999; text-decoration: line-through; }
.price-new { font-family: 'Outfit', sans-serif; font-size: 36px; font-weight: 700; color: #1a1a1a; }
.price-badge { background: #fee; color: #c00; font-size: 12px; font-weight: 700; padding: 4px 8px; border-radius: 4px; text-transform: uppercase; }
.hero-actions { display: flex; gap: 12px; margin: 28px 0; }
.hero-note { font-size: 13px; color: #666; margin-top: 16px; }
.hero-visual { max-width: 100%; }
.media { overflow: hidden; background: #f5f5f5; border-radius: 12px; }
.media img { width: 100%; height: auto; display: block; }
.media-1x1 { aspect-ratio: 1; }
.media-3x4 { aspect-ratio: 0.75; }
.media-4x3 { aspect-ratio: 1.333; }
.section { padding: 80px 0; }
.section-alt { background: #f9f9f9; }
.ubuy { background: #1a1a1a; color: #fff; }
.section-title { font-family: 'Outfit', sans-serif; font-size: 40px; font-weight: 700; margin-bottom: 16px; color: #1a1a1a; }
.ubuy .section-title { color: #fff; }
.section-lead { font-size: 18px; color: #666; margin-bottom: 40px; }
.ubuy .section-lead { color: #ccc; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.benefit-card { padding: 24px; background: #fff; border-radius: 12px; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,0.08); transition: transform 0.2s; }
.benefit-card:hover { transform: translateY(-4px); }
.benefit-card i { font-size: 32px; color: #0066cc; margin-bottom: 12px; }
.benefit-card h3 { font-family: 'Outfit', sans-serif; font-size: 18px; font-weight: 600; margin-bottom: 8px; }
.benefit-card p { font-size: 14px; color: #666; line-height: 1.5; }
.order-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin: 40px 0; }
.step-item { text-align: center; }
.step-number { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; background: #0066cc; color: #fff; border-radius: 50%; font-family: 'Outfit', sans-serif; font-size: 24px; font-weight: 700; margin-bottom: 16px; }
.step-item h3 { font-family: 'Outfit', sans-serif; font-size: 18px; font-weight: 600; margin-bottom: 8px; }
.step-item p { font-size: 14px; color: #666; }
.step-note { text-align: center; font-size: 13px; color: #999; margin-top: 24px; }
.trust-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.trust-item { display: flex; align-items: flex-start; gap: 16px; color: #fff; }
.trust-item i { font-size: 28px; color: #00d4ff; flex-shrink: 0; margin-top: 4px; }
.trust-item div { }
.trust-item strong { display: block; font-weight: 600; margin-bottom: 4px; }
.trust-item span { font-size: 13px; color: #ccc; }
.trust-chips { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; }
.chip { background: rgba(0,102,204,0.1); color: #0066cc; padding: 8px 12px; border-radius: 20px; font-size: 13px; font-weight: 500; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.testimonial { padding: 24px; background: #fff; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.section-alt .testimonial { background: #fff; }
.testimonial .stars { font-size: 16px; }
.testimonial p { font-size: 14px; line-height: 1.6; margin: 12px 0; font-style: italic; color: #333; }
.testimonial cite { font-size: 13px; color: #666; font-style: normal; font-weight: 500; }
.testimonial-disclaimer { text-align: center; font-size: 13px; color: #999; margin-bottom: 24px; }
.order-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.order-visual { }
.order-visual .product-pack { max-width: 280px; margin: 0 auto; }
.product-pack { display: block; width: 100%; max-width: 350px; }
.uadw { background: #f9f9f9; padding: 32px; border-radius: 12px; }
.uadw h3 { font-family: 'Outfit', sans-serif; font-size: 24px; font-weight: 600; margin-bottom: 24px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-weight: 600; font-size: 14px; margin-bottom: 8px; color: #1a1a1a; }
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group select,
.form-group textarea { width: 100%; padding: 10px 12px; border: 1px solid #ddd; border-radius: 6px; font-family: inherit; font-size: 14px; transition: border-color 0.2s; }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { outline: none; border-color: #0066cc; box-shadow: 0 0 0 3px rgba(0,102,204,0.1); }
.phone-row { display: flex; gap: 8px; }
.phone-row select { flex: 0 0 120px; }
.phone-row input { flex: 1; }
.form-checkbox { display: flex; gap: 12px; align-items: flex-start; margin: 24px 0; }
.form-checkbox input[type="checkbox"] { width: 20px; height: 20px; margin-top: 2px; cursor: pointer; flex-shrink: 0; }
.form-checkbox label { margin: 0; font-weight: 400; font-size: 13px; cursor: pointer; }
.form-checkbox label a { color: #0066cc; text-decoration: underline; }
.uyhq { display: none; font-size: 12px; color: #c00; margin-top: 4px; }
.uyhq.show { display: block; }
.uhwb { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }
.order-note { font-size: 13px; color: #999; margin-top: 12px; text-align: center; }
.price-block-large { text-align: center; margin: 32px 0; }
.price-block-large .price-old { font-size: 20px; }
.price-block-large .price-new { font-size: 48px; }
.faq { margin-top: 40px; }
.usvs { border-bottom: 1px solid #e5e5e5; }
.usvs:last-child { border-bottom: none; }
.uvee { width: 100%; text-align: left; padding: 20px 0; font-size: 16px; font-weight: 600; color: #1a1a1a; background: none; border: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: color 0.2s; }
.uvee:hover { color: #0066cc; }
.uvee i { transition: transform 0.3s; }
.uvee[aria-expanded="true"] i { transform: rotate(180deg); }
.uipj { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; }
.uvee[aria-expanded="true"] + .uipj { max-height: 500px; }
.faq-answer-inner { padding: 0 0 20px; font-size: 14px; line-height: 1.6; color: #666; }
.uvem { background: #f9f9f9; padding: 20px; border-radius: 8px; margin: 20px 0; }
.calc-item { margin-bottom: 16px; }
.calc-item label { display: flex; align-items: center; font-weight: 500; font-size: 14px; gap: 8px; cursor: pointer; }
.calc-item input[type="range"] { width: 100%; margin: 8px 0; cursor: pointer; }
.calc-item input[type="checkbox"] { width: 18px; height: 18px; cursor: pointer; }
.umuy { background: #e6f2ff; color: #0052a3; padding: 12px 16px; border-radius: 6px; font-weight: 500; margin-top: 12px; }
.cta-band-content { text-align: center; }
.cta-band-content h2 { font-family: 'Outfit', sans-serif; font-size: 36px; font-weight: 700; margin-bottom: 12px; }
.cta-band-content p { font-size: 16px; margin-bottom: 24px; }
.cta-band-simple { text-align: center; }
.cta-band-simple h2 { font-family: 'Outfit', sans-serif; font-size: 32px; font-weight: 600; margin-bottom: 12px; }
.cta-band-simple p { font-size: 16px; margin-bottom: 24px; }
.table-wrap { overflow-x: auto; margin: 24px 0; }
.dose-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.dose-table th { background: #f0f0f0; padding: 12px; text-align: left; font-weight: 600; border-bottom: 2px solid #ddd; }
.dose-table td { padding: 12px; border-bottom: 1px solid #e5e5e5; }
.dose-note { font-size: 12px; color: #999; margin-top: 12px; }
.ingredient-block { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; margin: 60px 0; }
.ingredient-block-reverse { grid-template-columns: 1fr 1fr; direction: rtl; }
.ingredient-block-reverse > * { direction: ltr; }
.ingredient-text h3 { font-family: 'Outfit', sans-serif; font-size: 24px; font-weight: 600; margin-bottom: 12px; }
.ingredient-text p { font-size: 14px; line-height: 1.6; color: #666; margin-bottom: 12px; }
.ingredient-text em { color: #999; font-size: 13px; }
.quality-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.quality-item { text-align: center; }
.quality-item i { font-size: 40px; color: #00d4ff; margin-bottom: 16px; }
.quality-item h3 { font-family: 'Outfit', sans-serif; font-size: 16px; font-weight: 600; margin-bottom: 8px; color: #fff; }
.quality-item p { font-size: 13px; color: #ccc; line-height: 1.5; }
.storage-info { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin: 40px 0; }
.storage-item { padding: 20px; background: #f9f9f9; border-radius: 8px; }
.storage-item h3 { font-family: 'Outfit', sans-serif; font-size: 16px; font-weight: 600; margin-bottom: 8px; }
.storage-item p { font-size: 14px; color: #666; }
.usage-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 40px 0; }
.usage-card { padding: 20px; background: #fff; border-radius: 8px; text-align: center; box-shadow: 0 1px 4px rgba(0,0,0,0.08); }
.usage-card i { font-size: 32px; color: #0066cc; margin-bottom: 12px; }
.usage-card h3 { font-family: 'Outfit', sans-serif; font-size: 16px; font-weight: 600; margin-bottom: 8px; }
.usage-card p { font-size: 13px; color: #666; }
.usage-table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 14px; }
.usage-table th { background: #f0f0f0; padding: 10px; text-align: left; font-weight: 600; border-bottom: 2px solid #ddd; }
.usage-table td { padding: 10px; border-bottom: 1px solid #e5e5e5; }
.warning-box { background: #fff3cd; border-left: 4px solid #ffc107; padding: 20px; border-radius: 6px; margin: 24px 0; }
.warning-box p { font-size: 14px; margin-bottom: 8px; color: #856404; }
.warning-box strong { color: #000; }
.return-content { font-size: 14px; line-height: 1.8; }
.return-content h3 { font-family: 'Outfit', sans-serif; font-size: 18px; font-weight: 600; margin: 24px 0 12px; }
.return-steps { padding-left: 20px; }
.return-steps li { margin-bottom: 8px; }
.return-terms { padding-left: 20px; margin: 12px 0; }
.return-terms li { margin-bottom: 8px; }
.shipping-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 40px 0; }
.shipping-card { padding: 20px; background: #fff; border-radius: 8px; text-align: center; box-shadow: 0 1px 4px rgba(0,0,0,0.08); }
.shipping-card i { font-size: 32px; color: #0066cc; margin-bottom: 12px; }
.shipping-card h3 { font-family: 'Outfit', sans-serif; font-size: 16px; font-weight: 600; margin-bottom: 8px; }
.shipping-card p { font-size: 13px; color: #666; }
.protection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.protection-item { text-align: center; }
.protection-item i { font-size: 36px; color: #00d4ff; margin-bottom: 12px; }
.protection-item h3 { font-family: 'Outfit', sans-serif; font-size: 16px; font-weight: 600; margin-bottom: 8px; color: #fff; }
.protection-item p { font-size: 13px; color: #ccc; }
.review-summary { margin: 40px 0; }
.rating-summary { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 24px; }
.rating-item { }
.rating-label { display: block; font-weight: 600; font-size: 14px; margin-bottom: 8px; }
.rating-bar { width: 100%; height: 8px; background: #e5e5e5; border-radius: 4px; overflow: hidden; margin-bottom: 6px; }
.rating-fill { background: #0066cc; height: 100%; }
.rating-value { font-size: 13px; font-weight: 600; color: #0066cc; }
.split-block { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.split-text { }
.split-text h2 { font-family: 'Outfit', sans-serif; font-size: 32px; font-weight: 600; margin-bottom: 16px; }
.split-text p { font-size: 14px; line-height: 1.6; color: #666; margin-bottom: 16px; }
.split-text h3 { font-family: 'Outfit', sans-serif; font-size: 18px; font-weight: 600; margin-top: 24px; margin-bottom: 12px; }
.clarity-box { background: #f9f9f9; padding: 28px; border-radius: 8px; }
.clarity-box h3 { font-family: 'Outfit', sans-serif; font-size: 16px; font-weight: 600; margin: 16px 0 12px; }
.clarity-box ul { padding-left: 20px; }
.clarity-box li { margin-bottom: 8px; font-size: 14px; color: #333; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.value-item { text-align: center; }
.value-item i { font-size: 36px; color: #00d4ff; margin-bottom: 12px; }
.value-item h3 { font-family: 'Outfit', sans-serif; font-size: 16px; font-weight: 600; margin-bottom: 8px; color: #fff; }
.value-item p { font-size: 13px; color: #ccc; line-height: 1.5; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.ukyz { background: #f9f9f9; padding: 32px; border-radius: 12px; }
.ukyz h2 { font-family: 'Outfit', sans-serif; font-size: 24px; font-weight: 600; margin-bottom: 24px; }
.contact-info-panel { }
.contact-info-panel h2 { font-family: 'Outfit', sans-serif; font-size: 24px; font-weight: 600; margin-bottom: 24px; }
.contact-info-item { display: flex; gap: 16px; margin-bottom: 24px; }
.contact-info-item i { font-size: 24px; color: #0066cc; flex-shrink: 0; margin-top: 4px; }
.contact-info-item div { }
.contact-info-item strong { display: block; margin-bottom: 4px; }
.contact-info-item a { color: #0066cc; }
.map-container { border-radius: 8px; overflow: hidden; margin: 40px 0; }
.map-container iframe { width: 100%; height: 450px; }
.legal-date { font-size: 13px; color: #999; margin-bottom: 24px; }
.legal-content { max-width: 900px; margin: 0 auto; font-size: 14px; line-height: 1.8; }
.legal-content h2 { font-family: 'Outfit', sans-serif; font-size: 20px; font-weight: 600; margin: 32px 0 16px; }
.legal-content h3 { font-family: 'Outfit', sans-serif; font-size: 16px; font-weight: 600; margin: 20px 0 12px; }
.legal-content p { margin-bottom: 16px; color: #333; }
.legal-content ul, .legal-content ol { margin-left: 20px; margin-bottom: 16px; }
.legal-content li { margin-bottom: 8px; }
.legal-content a { color: #0066cc; text-decoration: underline; }
footer.site-footer { background: #1a1a1a; color: #fff; padding: 60px 0 0; margin-top: 80px; }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; padding-bottom: 40px; border-bottom: 1px solid #333; }
.footer-brand strong { display: block; margin-bottom: 12px; font-size: 16px; }
.footer-brand p { font-size: 13px; color: #999; line-height: 1.6; }
.footer-col h4 { font-family: 'Outfit', sans-serif; font-size: 14px; font-weight: 600; margin-bottom: 16px; }
.footer-col ul { list-style: none; }
.footer-col a { color: #ccc; font-size: 13px; }
.footer-col a:hover { color: #fff; }
.footer-col li { margin-bottom: 10px; }
.footer-col p { font-size: 13px; line-height: 1.6; color: #999; }
.footer-col a { color: #0099ff; }
.footer-legal-links { text-align: center; padding: 20px 0; border-bottom: 1px solid #333; }
.footer-legal-links a { color: #ccc; font-size: 12px; margin: 0 8px; }
.footer-legal-links a:hover { color: #fff; }
.footer-disclaimer { background: #111; padding: 20px; border-radius: 6px; font-size: 12px; color: #999; line-height: 1.6; margin: 20px 0; }
.footer-bottom { text-align: center; padding: 20px 0; font-size: 12px; color: #999; }
.uywd { position: fixed; bottom: 0; left: 0; right: 0; background: #fff; border-top: 1px solid #ddd; padding: 20px 0; z-index: 1000; box-shadow: 0 -2px 8px rgba(0,0,0,0.1); }
.cookie-banner-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.cookie-banner-text { font-size: 13px; color: #666; flex: 1; }
.cookie-banner-text a { color: #0066cc; text-decoration: underline; }
.cookie-banner-actions { display: flex; gap: 8px; }
.uofv { position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 1001; display: flex; align-items: center; justify-content: center; padding: 20px; }
.uofv[aria-hidden="true"] { display: none; }
.uxkd { background: #fff; border-radius: 12px; padding: 32px; max-width: 500px; width: 100%; max-height: 80vh; overflow-y: auto; }
.uxkd h2 { font-family: 'Outfit', sans-serif; font-size: 24px; font-weight: 600; margin-bottom: 16px; }
.uxkd p { font-size: 14px; color: #666; margin-bottom: 24px; }
.cookie-toggle { display: flex; justify-content: space-between; align-items: center; padding: 16px 0; border-bottom: 1px solid #e5e5e5; }
.cookie-toggle:last-of-type { border-bottom: none; }
.cookie-toggle h4 { font-family: 'Outfit', sans-serif; font-size: 14px; font-weight: 600; margin-bottom: 4px; }
.cookie-toggle p { font-size: 12px; color: #999; }
.switch { display: inline-block; width: 44px; height: 24px; background: #ddd; border-radius: 12px; position: relative; cursor: pointer; }
.switch input { display: none; }
.switch .slider { position: absolute; inset: 2px; background: #fff; border-radius: 10px; transition: 0.3s; }
.switch input:checked + .slider { background: #0066cc; }
.switch input:checked + .slider::after { transform: translateX(20px); }
.switch .slider::after { content: ''; position: absolute; width: 16px; height: 16px; background: #fff; border-radius: 50%; top: 2px; left: 2px; transition: transform 0.3s; }
.cookie-modal-actions { display: flex; gap: 12px; margin-top: 28px; }
@media (max-width: 768px) {
  .hero-card-layout { grid-template-columns: 1fr; }
  .order-layout { grid-template-columns: 1fr; }
  .ueys { display: none; }
  .ugrk { display: flex; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .benefit-grid { grid-template-columns: 1fr; }
  .order-steps { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .trust-band { grid-template-columns: 1fr 1fr; }
  .split-block { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .hero-title { font-size: 32px; }
  .section-title { font-size: 28px; }
}

/* brand-guard-css-v3 — авто-страховка cookie-баннера и контраста (приложение) */
.uywd{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}
.uywd.is-visible,.cookie-banner--visible,.uywd.show,.uywd.active{transform:none !important}
.uywd a{color:inherit;text-decoration:underline}
.uywd button{cursor:pointer}
.uofv{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}
.uofv.is-visible,.cookie-modal--visible,.uofv.show,.uofv.active{display:flex !important}
.uxkd,.uofv>div{background:#fff;color:#1a1a1a;max-width:480px;width:100%;border-radius:12px;padding:1.25rem;max-height:85vh;overflow:auto}
.ubuy .ubxc,.ubuy .uvem,.ubuy .uwhh,.ubuy .uvuw,.uvav .ubxc,.uvav .uvem,.uvav .uwhh,.uvav .uvuw{background:#fff !important;color:#1a1a1a !important}
.ubxc,.uvem{color:#1a1a1a !important}
.ubxc label,.uvem label,.ubxc p,.uvem p,.ubxc .uusp,.ubxc span,.uvem span,.umuy,.ukob,.uwhh .usfi,.uwhh .usfi *{color:#1a1a1a !important}
.umuy,.ukob{background:#f3f4f2 !important;border-color:rgba(0,0,0,.12) !important}
.ubxc .uakw{color:#1a1a1a !important}
.ubxc .uakw.is-sel{color:#fff !important}
.uadw .uyhq{display:none}
.uadw .uyhq.is-visible{display:block !important;color:#c0392b}
.uadw .uhwb,.uadw [name="website"]{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden}
.uadw{color:#1a1a1a}
.ubuy .uadw,.uvav .uadw{background:#fff !important;color:#1a1a1a !important}
.product-pack svg{width:100%;height:auto;display:block}
.uyya{position:relative !important;aspect-ratio:1/1;overflow:hidden}
.uyya img{width:100%;height:100%;object-fit:cover}
.uspv,.uuqy{position:absolute !important;inset:0;z-index:0 !important;overflow:hidden;pointer-events:none}
.uspv img,.uuqy img{width:100%;height:100%;object-fit:cover;display:block}
.uspv img{opacity:.28}
.uuqy img{opacity:.07}
*:has(> .uspv),*:has(> .uuqy){position:relative}
.uiii{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)}
.uiii .udzg{display:block;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.05}
.uiii .uind{display:block;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;margin-top:.45rem;opacity:.72}
.ujxp{margin:1.4rem auto;max-width:920px}
.ujxp img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 10px 34px rgba(0,0,0,.12)}
.undi{padding:3rem 0}
.usds{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;width:92%;max-width:1200px;margin-inline:auto}
.usds img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:12px}
.uvuw{position:relative;width:100% !important;max-width:860px;margin-inline:auto;overflow:hidden}
.uiaq{display:flex;overflow:hidden;gap:0 !important}
.urxn{min-width:100%;flex:0 0 100%;box-sizing:border-box;padding:1.2rem 3.2rem;margin:0 !important}
.ufmt{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}
.ujvt{left:.5rem}.uqaq{right:.5rem}
.uwhh .usfi{display:none}.uwhh .usfi.is-active{display:block}
.ubxc .uqsa{display:block !important}
.ubxc .uihe{display:flex;flex-wrap:wrap;gap:.5rem}
.ubxc .uakw{cursor:pointer}
