* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: #1a1a1a; background: #fafafa; line-height: 1.6; }
a { color: #0066ff; text-decoration: none; transition: color 0.2s; }
a:hover { color: #0052cc; }
h1, h2, h3, h4, h5, h6 { font-family: 'Manrope', sans-serif; font-weight: 700; line-height: 1.2; margin-bottom: 1rem; }
h1 { font-size: 3.5rem; }
h2 { font-size: 2.25rem; }
h3 { font-size: 1.5rem; }

.disclosure-bar { background: #0066ff; color: white; text-align: center; padding: 0.5rem; font-size: 0.875rem; }

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

.udal { background: white; border-bottom: 1px solid #e0e0e0; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
.header-inner { display: flex; justify-content: space-between; align-items: center; padding: 1rem 0; }
.logo { font-family: 'Manrope', sans-serif; font-size: 1.25rem; font-weight: 800; color: #0066ff; }
.ugbl { display: flex; gap: 2rem; align-items: center; }
.ugbl a { color: #333; font-size: 0.95rem; transition: color 0.2s; }
.ugbl a:hover { color: #0066ff; }
.ucbb { display: none; flex-direction: column; gap: 0.35rem; background: none; border: none; cursor: pointer; }
.ucbb span { width: 1.5rem; height: 2px; background: #333; transition: all 0.3s; }

@media (max-width: 768px) {
  .ugbl { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; background: white; border-bottom: 1px solid #e0e0e0; padding: 1rem; gap: 0.5rem; }
  .ugbl.active { display: flex; }
  .ucbb { display: flex; }
}

.hero { padding: 4rem 0; background: linear-gradient(135deg, #f5f5f5 0%, #ffffff 100%); position: relative; overflow: hidden; }
.uspp { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.12; z-index: 0; }
.uspp img { width: 100%; height: 100%; object-fit: cover; }
.hero .container { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.hero-content { }
.hero-eyebrow { display: inline-block; font-size: 0.875rem; font-weight: 600; color: #0066ff; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.5rem; }
.hero-title { font-size: 3rem; margin-bottom: 1.5rem; }
.hero-title .hl { color: #0066ff; }
.hero-visual { }
.media { display: flex; align-items: center; justify-content: center; overflow: hidden; background: white; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.media img { width: 100%; height: 100%; object-fit: cover; }
.media-1x1 { aspect-ratio: 1 / 1; }
.media-3x4 { aspect-ratio: 3 / 4; }

.checklist { list-style: none; }
.checklist li { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; font-size: 1rem; }
.check-ic { display: flex; align-items: center; justify-content: center; width: 2rem; height: 2rem; background: #0066ff; color: white; border-radius: 50%; flex-shrink: 0; }
.check-ic i { font-size: 0.9rem; }

.hero-rating { font-size: 0.95rem; margin-bottom: 1rem; }
.stars { color: #ffc107; letter-spacing: 0.1em; }

.price-block { margin-bottom: 1.5rem; }
.price-old { display: inline-block; text-decoration: line-through; color: #999; font-size: 0.95rem; margin-right: 1rem; }
.price-new { font-size: 2rem; font-weight: 800; color: #0066ff; }
.price-badge { display: inline-block; background: #ff4444; color: white; padding: 0.25rem 0.75rem; border-radius: 20px; font-size: 0.75rem; font-weight: 700; margin-left: 0.5rem; }

.hero-actions { display: flex; gap: 1rem; margin-bottom: 1rem; flex-wrap: wrap; }
.hero-note { font-size: 0.875rem; color: #666; }

.btn { display: inline-flex; align-items: center; justify-content: center; padding: 0.75rem 1.5rem; border-radius: 6px; font-weight: 600; cursor: pointer; border: none; transition: all 0.3s; font-size: 0.95rem; }
.btn-primary { background: #0066ff; color: white; }
.btn-primary:hover { background: #0052cc; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,102,255,0.3); }
.btn-outline { background: white; color: #0066ff; border: 2px solid #0066ff; }
.btn-outline:hover { background: #f0f5ff; }
.btn-sm { padding: 0.5rem 1rem; font-size: 0.85rem; }
.btn-block { width: 100%; }

.section { padding: 4rem 2rem; }
.section-alt { background: #f5f5f5; }
.ubxl { background: #1a1a1a; color: white; }
.ubxl h2, .ubxl h3, .ubxl h4 { color: white; }
.ubxl a { color: #66b3ff; }

.section-title { font-size: 2rem; margin-bottom: 1rem; }
.section-lead { font-size: 1.1rem; color: #666; margin-bottom: 2rem; }

.benefit-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin-top: 2rem; }
.benefit-card { background: white; padding: 1.5rem; border-radius: 8px; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
.benefit-card i { font-size: 2rem; color: #0066ff; margin-bottom: 1rem; }
.benefit-card h3 { font-size: 1.1rem; }
.benefit-card p { font-size: 0.95rem; color: #666; }

.order-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-top: 2rem; }
.step-item { text-align: center; }
.step-number { display: inline-block; width: 3rem; height: 3rem; background: #0066ff; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; font-weight: 800; margin-bottom: 1rem; }
.step-item h3 { font-size: 1.1rem; }
.step-item p { color: #666; font-size: 0.95rem; }

.section-note { background: #f0f5ff; padding: 1rem; border-radius: 6px; font-size: 0.95rem; color: #333; margin-top: 1rem; }

.trust-band { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.trust-item { text-align: center; }
.trust-item i { font-size: 2.5rem; color: #66b3ff; margin-bottom: 0.5rem; }
.trust-item p { font-size: 1rem; font-weight: 600; }

.testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin-top: 2rem; }
.testimonial { background: white; padding: 1.5rem; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
.testimonial .stars { font-size: 0.9rem; }
.testimonial p { margin: 1rem 0; font-style: italic; color: #333; }
.testimonial cite { font-style: normal; color: #666; font-size: 0.9rem; }
.testimonial-disclaimer { font-size: 0.85rem; color: #999; margin-bottom: 1.5rem; }

.ucit { background: white; padding: 1.5rem; border-radius: 8px; margin-top: 1rem; }
.ucit label { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.ucit input[type="range"] { flex: 1; }
.ucit input[type="checkbox"] { width: 1.25rem; height: 1.25rem; }
.uzuq { background: #f0f5ff; padding: 1rem; border-radius: 6px; font-weight: 600; color: #0066ff; margin-top: 1rem; }

.faq { }
.ueji { border-bottom: 1px solid #e0e0e0; }
.ubpa { width: 100%; text-align: left; padding: 1.25rem 0; background: none; border: none; font-size: 1rem; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.ubpa:hover { color: #0066ff; }
.ubpa i { transition: transform 0.3s; }
.ubpa[aria-expanded="true"] i { transform: rotate(180deg); }
.ujtb { max-height: 0; overflow: hidden; transition: max-height 0.3s; }
.faq-answer-inner { padding: 1rem 0; }
.ubpa[aria-expanded="true"] ~ .ujtb { max-height: 500px; }

.order-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.order-details { }
.utbh { background: white; padding: 2rem; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.utbh h3 { font-size: 1.5rem; margin-bottom: 1.5rem; }

.price-block-large { margin-bottom: 1.5rem; }
.price-block-large .price-old { font-size: 1.25rem; }
.price-block-large .price-new { font-size: 2.5rem; }

.order-trust { margin-top: 1.5rem; }
.order-trust p { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.75rem; }
.order-trust i { color: #0066ff; }

.form-group { margin-bottom: 1.25rem; }
.form-group label { display: block; margin-bottom: 0.5rem; font-weight: 600; font-size: 0.95rem; }
.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 #ddd; border-radius: 6px; font-size: 0.95rem; font-family: inherit; }
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus { outline: none; border-color: #0066ff; box-shadow: 0 0 0 3px rgba(0,102,255,0.1); }
.form-group textarea { resize: vertical; min-height: 120px; }

.phone-row { display: flex; gap: 0.75rem; }
.phone-row select { flex: 0 0 auto; width: 100px; }
.phone-row input { flex: 1; }

.form-checkbox { display: flex; align-items: flex-start; gap: 0.75rem; }
.form-checkbox input[type="checkbox"] { width: 1.25rem; height: 1.25rem; margin-top: 0.25rem; flex-shrink: 0; }
.form-checkbox label { margin: 0; }
.form-checkbox a { color: #0066ff; }

.uzgc { display: none; font-size: 0.85rem; color: #ff4444; margin-top: 0.25rem; }
.form-group.error input,
.form-group.error textarea,
.form-group.error select { border-color: #ff4444; }
.form-group.error .uzgc { display: block; }

.uquq { position: absolute; top: -9999px; left: -9999px; }

.order-note { font-size: 0.85rem; color: #666; text-align: center; margin-top: 0.75rem; }

.product-pack { width: 100%; max-width: 300px; margin-bottom: 1.5rem; }

.uoyp { position: relative; margin-top: 2rem; }
.uxzj { display: flex; gap: 2rem; overflow-x: auto; scroll-behavior: smooth; padding-bottom: 1rem; }
.uxzj::-webkit-scrollbar { height: 4px; }
.uxzj::-webkit-scrollbar-track { background: #f0f0f0; }
.uxzj::-webkit-scrollbar-thumb { background: #0066ff; border-radius: 2px; }
.udgx { flex: 0 0 calc(50% - 1rem); min-width: 280px; }
.ucxj { position: absolute; top: 50%; transform: translateY(-50%); background: white; border: 1px solid #ddd; width: 2.5rem; height: 2.5rem; border-radius: 50%; cursor: pointer; font-size: 1.5rem; display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
.ucxj:hover { background: #0066ff; color: white; border-color: #0066ff; }
.ufum { left: -1.5rem; }
.umai { right: -1.5rem; }

.highlight-box { background: #f0f5ff; border-left: 4px solid #0066ff; padding: 1rem; border-radius: 4px; margin-bottom: 2rem; font-weight: 600; }

.table-wrap { overflow-x: auto; margin-top: 1.5rem; }
.dose-table { width: 100%; border-collapse: collapse; background: white; }
.dose-table th { background: #f5f5f5; padding: 1rem; text-align: left; font-weight: 600; border-bottom: 2px solid #ddd; }
.dose-table td { padding: 1rem; border-bottom: 1px solid #e0e0e0; }
.dose-table tr:last-child td { border-bottom: none; }
.dose-note { font-size: 0.85rem; color: #666; margin-top: 0.5rem; }

.ingredient-spotlight { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-top: 2rem; }
.spotlight-item { background: white; padding: 1.5rem; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
.spotlight-icon { font-size: 2.5rem; color: #0066ff; margin-bottom: 1rem; }
.spotlight-item h3 { font-size: 1.1rem; }
.spotlight-item p { color: #666; font-size: 0.95rem; }

.spec-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; margin-top: 1.5rem; }
.spec-item { background: white; padding: 1rem; border-radius: 6px; }
.spec-item h4 { font-size: 0.95rem; margin-bottom: 0.5rem; }
.spec-item p { font-size: 0.9rem; color: #666; }

.notice { background: white; padding: 1.5rem; border-radius: 6px; margin-bottom: 1.5rem; border-left: 4px solid #0066ff; }
.notice h3 { font-size: 1.1rem; }
.notice p { color: #666; font-size: 0.95rem; }

.cta-band { text-align: center; padding: 2rem; background: white; border-radius: 8px; }
.cta-band h3 { font-size: 1.5rem; margin-bottom: 1rem; }
.cta-band p { font-size: 1rem; margin-bottom: 1.5rem; color: #666; }
.cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

.site-footer { background: #1a1a1a; color: #ddd; padding: 3rem 2rem 1rem; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-bottom: 2rem; }
.footer-brand h4 { color: white; margin-bottom: 0.5rem; }
.footer-brand p { font-size: 0.9rem; line-height: 1.6; }
.footer-col h4 { color: white; margin-bottom: 1rem; font-size: 0.95rem; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.5rem; }
.footer-col a { color: #aaa; font-size: 0.9rem; }
.footer-col a:hover { color: #fff; }
.footer-col p { font-size: 0.9rem; line-height: 1.7; }

.footer-legal-links { text-align: center; padding: 1.5rem 0; border-top: 1px solid #333; margin-bottom: 1rem; }
.footer-legal-links a { font-size: 0.85rem; color: #aaa; margin: 0 0.75rem; }
.footer-legal-links a:hover { color: white; }

.footer-disclaimer { background: #222; padding: 1rem; border-radius: 4px; font-size: 0.8rem; color: #aaa; margin-bottom: 1rem; line-height: 1.6; }

.footer-bottom { text-align: center; padding-top: 1rem; border-top: 1px solid #333; font-size: 0.85rem; color: #777; }
.footer-bottom span { margin: 0 1rem; }

.udgr { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1a1a; color: white; padding: 1.5rem 2rem; box-shadow: 0 -2px 8px rgba(0,0,0,0.2); z-index: 1000; }
.cookie-banner-inner { max-width: 1200px; margin: 0 auto; }
.cookie-banner-text { font-size: 0.9rem; margin-bottom: 1rem; }
.cookie-banner-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

.uuwm { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.5); display: flex; align-items: center; justify-content: center; z-index: 1001; }
.ugcu { background: white; padding: 2rem; border-radius: 8px; max-width: 500px; max-height: 80vh; overflow-y: auto; }
.ugcu h2 { color: #1a1a1a; margin-bottom: 1rem; }
.ugcu p { color: #666; margin-bottom: 1rem; font-size: 0.95rem; }

.cookie-toggle { display: flex; justify-content: space-between; align-items: center; padding: 1rem 0; border-bottom: 1px solid #e0e0e0; }
.cookie-toggle:last-child { border-bottom: none; }
.cookie-toggle h4 { font-size: 0.95rem; margin: 0; }
.cookie-toggle p { margin: 0.25rem 0 0; font-size: 0.85rem; color: #999; }

.switch { display: inline-flex; align-items: center; cursor: pointer; user-select: none; }
.switch input { display: none; }
.slider { width: 2.5rem; height: 1.25rem; background: #ccc; border-radius: 1.25rem; transition: 0.3s; position: relative; }
.slider::after { content: ''; position: absolute; width: 1rem; height: 1rem; background: white; border-radius: 50%; top: 0.125rem; left: 0.125rem; transition: 0.3s; }
.switch input:checked ~ .slider { background: #0066ff; }
.switch input:checked ~ .slider::after { transform: translateX(1.25rem); }

.cookie-modal-actions { display: flex; gap: 1rem; margin-top: 1.5rem; justify-content: flex-end; }

.highlight-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; margin-top: 1.5rem; }
.highlight-item { background: white; padding: 1.25rem; border-radius: 6px; }
.highlight-item h4 { font-size: 0.95rem; margin-bottom: 0.5rem; }
.highlight-item p { color: #666; font-size: 0.9rem; }

.instruction-card { background: white; padding: 1.5rem; border-radius: 8px; border-left: 4px solid #0066ff; margin-top: 1.5rem; }
.instruction-tip { background: #f0f5ff; padding: 1rem; border-radius: 4px; margin-top: 1rem; font-size: 0.9rem; }

.usage-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; margin-top: 1.5rem; }
.usage-card { background: white; padding: 1.25rem; border-radius: 6px; text-align: center; }
.usage-card h3 { font-size: 1rem; }
.usage-card p { color: #666; font-size: 0.9rem; }

.notice-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; margin-top: 1.5rem; }
.notice-item { background: white; padding: 1.25rem; border-radius: 6px; }
.notice-item h4 { font-size: 0.95rem; margin-bottom: 0.5rem; }
.notice-item i { color: #0066ff; margin-right: 0.5rem; }
.notice-item p { color: #666; font-size: 0.9rem; }

.warning-box { background: #fff3cd; border-left: 4px solid #ff9800; padding: 1.5rem; border-radius: 6px; margin-top: 1.5rem; }
.warning-box h3 { font-size: 1.1rem; color: #d97706; }
.warning-list { margin-top: 1rem; margin-left: 1.5rem; }
.warning-list li { margin-bottom: 0.5rem; color: #333; }

.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.uwmy { background: white; padding: 2rem; border-radius: 8px; }
.contact-info-panel { background: white; padding: 2rem; border-radius: 8px; }
.contact-info-panel h2 { font-size: 1.5rem; }
.contact-info-item { display: flex; gap: 1rem; margin-bottom: 1.5rem; }
.contact-info-item i { font-size: 1.5rem; color: #0066ff; flex-shrink: 0; }
.contact-info-item div { }
.contact-info-item strong { display: block; margin-bottom: 0.25rem; }

.map-container { border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }

.rating-summary { background: white; padding: 2rem; border-radius: 8px; text-align: center; }
.rating-header { }
.rating-score { margin-top: 1rem; }
.score-value { font-size: 3rem; font-weight: 800; color: #0066ff; display: block; }
.review-count { display: block; font-size: 0.9rem; color: #666; margin-top: 0.5rem; }

.delivery-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-top: 2rem; }
.delivery-step { text-align: center; }
.step-icon { display: flex; align-items: center; justify-content: center; width: 3rem; height: 3rem; background: #0066ff; color: white; border-radius: 50%; font-size: 1.25rem; font-weight: 800; margin: 0 auto 1rem; }

.delivery-info { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-top: 1.5rem; }
.info-card { background: white; padding: 1.5rem; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
.info-card h3 { font-size: 1.1rem; }
.info-list { list-style: none; margin-top: 1rem; }
.info-list li { margin-bottom: 0.75rem; font-size: 0.95rem; color: #666; }

.payment-options { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-top: 1.5rem; }
.payment-card { background: white; padding: 1.5rem; border-radius: 8px; }
.payment-card h3 { font-size: 1.1rem; }
.payment-card p { color: #666; font-size: 0.95rem; margin-top: 0.75rem; }

.values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 1.5rem; }
.value-item { text-align: center; }
.value-item i { font-size: 2.5rem; color: #66b3ff; margin-bottom: 1rem; }
.value-item h3 { font-size: 1.1rem; }
.value-item p { color: #ccc; font-size: 0.95rem; }

.disclaimer-box { background: #222; border-left: 4px solid #ff9800; padding: 1.5rem; border-radius: 6px; }
.disclaimer-box p { color: #ddd; margin-bottom: 1rem; }

.support-box { text-align: center; }

@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; }
  .order-layout { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.5rem; }
  .hero { padding: 2rem 0; }
  .hero-title { font-size: 1.75rem; }
  .section { padding: 2rem 1rem; }
  .btn { padding: 0.65rem 1.25rem; font-size: 0.9rem; }
  .hero-actions { flex-direction: column; }
  .btn-block { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .udgx { flex: 0 0 100%; }
}

/* brand-guard-css-v3 — авто-страховка cookie-баннера и контраста (приложение) */
.udgr{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}
.udgr.is-visible,.cookie-banner--visible,.udgr.show,.udgr.active{transform:none !important}
.udgr a{color:inherit;text-decoration:underline}
.udgr button{cursor:pointer}
.uuwm{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}
.uuwm.is-visible,.cookie-modal--visible,.uuwm.show,.uuwm.active{display:flex !important}
.ugcu,.uuwm>div{background:#fff;color:#1a1a1a;max-width:480px;width:100%;border-radius:12px;padding:1.25rem;max-height:85vh;overflow:auto}
.ubxl .uxmn,.ubxl .ucit,.ubxl .uxfd,.ubxl .uoyp,.uzlr .uxmn,.uzlr .ucit,.uzlr .uxfd,.uzlr .uoyp{background:#fff !important;color:#1a1a1a !important}
.uxmn,.ucit{color:#1a1a1a !important}
.uxmn label,.ucit label,.uxmn p,.ucit p,.uxmn .ucup,.uxmn span,.ucit span,.uzuq,.usio,.uxfd .uisj,.uxfd .uisj *{color:#1a1a1a !important}
.uzuq,.usio{background:#f3f4f2 !important;border-color:rgba(0,0,0,.12) !important}
.uxmn .uljh{color:#1a1a1a !important}
.uxmn .uljh.is-sel{color:#fff !important}
.utbh .uzgc{display:none}
.utbh .uzgc.is-visible{display:block !important;color:#c0392b}
.utbh .uquq,.utbh [name="website"]{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden}
.utbh{color:#1a1a1a}
.ubxl .utbh,.uzlr .utbh{background:#fff !important;color:#1a1a1a !important}
.product-pack svg{width:100%;height:auto;display:block}
.usyp{position:relative !important;aspect-ratio:1/1;overflow:hidden}
.usyp img{width:100%;height:100%;object-fit:cover}
.uspp,.uyak{position:absolute !important;inset:0;z-index:0 !important;overflow:hidden;pointer-events:none}
.uspp img,.uyak img{width:100%;height:100%;object-fit:cover;display:block}
.uspp img{opacity:.28}
.uyak img{opacity:.07}
*:has(> .uspp),*:has(> .uyak){position:relative}
.uizw{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)}
.uizw .uvyf{display:block;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.05}
.uizw .uquw{display:block;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;margin-top:.45rem;opacity:.72}
.udne{margin:1.4rem auto;max-width:920px}
.udne img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 10px 34px rgba(0,0,0,.12)}
.uhhs{padding:3rem 0}
.ucuo{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;width:92%;max-width:1200px;margin-inline:auto}
.ucuo img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:12px}
.uoyp{position:relative;width:100% !important;max-width:860px;margin-inline:auto;overflow:hidden}
.uxzj{display:flex;overflow:hidden;gap:0 !important}
.udgx{min-width:100%;flex:0 0 100%;box-sizing:border-box;padding:1.2rem 3.2rem;margin:0 !important}
.ucxj{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}
.ufum{left:.5rem}.umai{right:.5rem}
.uxfd .uisj{display:none}.uxfd .uisj.is-active{display:block}
.uxmn .umlz{display:block !important}
.uxmn .unyl{display:flex;flex-wrap:wrap;gap:.5rem}
.uxmn .uljh{cursor:pointer}
