/* .com (store_id 6) site-wide overrides — applied on EVERY page (including non-v2:
   Contact Us, About Us, account, checkout, etc).
   Linked from catalog/controller/event/v2_switch.php via $this->document->addStyle().

   Scope: brand-finish polish (colors, hero replacements) for Bill's feedback
   that didn't fit into per-page v2 templates. */

/* ============================================================
   Contact Us — заменить тусклый фон Slider (горы → ботанические листья)
   Хедер-баннер на Contact Us — это Journal3 module-slider-941 с одним слайдом
   (item-5.jpg, серо-синие горы). Слайдер используется только тут.
   Подменяем картинку через background на родителе + hide IMG.
   ============================================================ */
html.route-information-contact .module-slider-941 .slide-content-image {
    background-image: url('/image/catalog/journal3/assets/backgrounds/nature/item-2.jpg') !important;
    background-size: cover !important;
    background-position: center 55% !important;
    position: relative;
}
html.route-information-contact .module-slider-941 .slide-content-image > img {
    visibility: hidden !important;
}
/* Subtle scrim — leaves are dark green already, but a soft top→bottom gradient
   keeps subsequent UI separation crisp. */
html.route-information-contact .module-slider-941 .slide-content-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.35) 100%);
    pointer-events: none;
}

/* Slider static-text ("Contact Us") сливается с зелёным фоном — белым + shadow. */
html.route-information-contact .module-slider-941 .slider-static-text,
html.route-information-contact .module-slider-941 .slider-static-text *,
html.route-information-contact .module-slider-941 .static-text-1,
html.route-information-contact .module-slider-941 .static-text-1 * {
    color: #fff !important;
    text-shadow: 0 2px 14px rgba(0,0,0,0.55), 0 0 2px rgba(0,0,0,0.35);
}

/* ============================================================
   Recently Viewed (Journal3 .module-side_products) — на не-v2 страницах
   (Contact Us, About Us, account). Включает .com тёмный текст
   и подкручивает Journal3 default.
   ============================================================ */
html.store-6 .module.module-side_products .caption .name,
html.store-6 .module.module-side_products .caption .name a {
    color: #1C2021 !important;
    font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}
html.store-6 .module.module-side_products .caption .price,
html.store-6 .module.module-side_products .caption .price * {
    color: #1E6B3F !important;
    font-weight: 600 !important;
}
