/* ═══════════════════════════════════════════════════
   SIŁA ROŚLIN — Custom CSS (wyczyszczony 2026-03-26)
   ═══════════════════════════════════════════════════ */

/* --- Typografia globalna --- */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Roboto:wght@400;600;700&display=swap');

body {
  font-family: 'open sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'roboto';
  font-weight: 600;
}

/* --- Kolory aktywne, hover, paginacja --- */

header .nav-link.active {
  color: #00674b;
}

.article__name[href]:hover {
  color: #00674b;
}

.pagination__link:hover {
  border: 2px solid #00674b;
  border-radius: 0;
}

.badge-info {
  background-color: #00674b;
  color: #fff;
}

@media (min-width: 979px) {
  .progress__item.--active .progress__icon {
    color: #00674b;
    border: 2px solid #00674b;
  }
}

@media (min-width: 979px) {
  .blog-item_page .col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.pagination__element.--active .pagination__link {
  border: 2px solid #00674b;
  font-weight: 700;
  color: #00674b;
  border-radius: 0;
}

.bestseller, .label.--bestseller {
  background: #00674b;
  border: #00674b;
}

.added__button.--close {
  color: #00674b;
}

.btn.--medium.--solid {
  font-family: 'open sans' !important;
}

@media (min-width: 979px) {
  aside[class*="col-"] {
    max-width: 20%;
  }
}

/* --- Google Merchant Widget --- */

#google-merchantwidget-iframe-wrapper {
  left: auto !important;
  right: 10px !important;
  bottom: 90px !important;
  z-index: 12 !important;
}

/* --- Cookie disclaimer --- */

.ck_dsclr_v2 {
  font-family: 'open sans';
}

.ck_dsclr_v2 a {
  color: #fff !important;
}

.ck_dsclr_v2 p {
  margin: 0;
  font-family: 'open sans';
}

.ck_dsclr__btn_v2 {
  padding: 9px 18px;
  background-color: #00674b !important;
  font-family: 'open sans';
}

/* --- Ikony social media (CMS) --- */

.strona_icon {
  background-image: url('https://silaroslin.iai-shop.com/data/include/cms/silaroslin/strona.png');
}

.instagram_icon {
  background-image: url('https://silaroslin.iai-shop.com/data/include/cms/silaroslin/instagram-icon.png');
}

.facebook_icon {
  background-image: url('https://silaroslin.iai-shop.com/data/include/cms/silaroslin/facebook-icon.png');
}

.wikipedia_icon {
  background-image: url('https://silaroslin.iai-shop.com/data/include/cms/silaroslin/wikipedia-icon.png');
}

.youtube_icon {
  background-image: url('https://silaroslin.iai-shop.com/data/include/cms/silaroslin/youtube-icon.png');
}

/* --- CSC bar --- */

.csc {
  width: 100%;
  background: #117a5b;
  position: relative;
}

.csc:before {
  content: '';
  left: -50%;
  height: 100%;
  top: 0;
  z-index: -1;
  position: absolute;
  width: 200%;
  background: #117a5b;
}

/* --- Blog menu --- */

.menu_blog_box ul li.active a,
.menu_blog_box ul li:hover a {
  color: #00674b;
}

#menu_blog_bydates ul li > ul li a:hover,
#menu_blog_bydates a.menu_categories_label:hover {
  color: #00674b;
}

#menu_blog_bydates ul li > ul li.active a {
  color: #00674b;
}

/* --- Przyciski --- */

.btn.--medium.--solid, .btn.--large.--solid, .btn.--small.--solid {
  background: #00674b;
  border: 1px solid #00674b;
}

/* --- Produkty --- */

.product__name:hover {
  color: #00674b;
}

button, input, select, textarea {
  font-family: 'open sans' !important;
}

/* --- Social header --- */

#social {
  position: absolute;
  top: 10px;
}

#social a {
  margin-right: 5px;
}

#social img {
  width: 18px;
}

/* --- Baner główny (tylko desktop ≥1190px) --- */

@media only screen and (min-width: 1190px) {
  #main_banner1 img {
    max-width: 1190px;
  }
}

/* --- Produkty: nazwy i projektor --- */
.product__name {
  display: block;
  font-size: 15px;
  font-weight: 400;
  font-family: 'open sans';
}
.product_name__name {
  font-size: 2.2rem;
  font-family: 'roboto';
}
/* Opis produktu — czytelność jak na Allegro */
#projector_longdescription,
#projector_longdescription p,
#projector_longdescription li,
#projector_longdescription span,
#projector_longdescription td {
  font-size: 16px !important;
  line-height: 1.5 !important;
}
#projector_longdescription h2 {
  font-size: 24px !important;
  font-weight: 700 !important;
}
#projector_longdescription h3 {
  font-size: 20px !important;
  font-weight: 600 !important;
}

/* --- Sekcje / nagłówki --- */

.hotspot__name.headline__wrapper {
  position: relative;
  margin-top: 60px !important;
  margin-bottom: 40px !important;
}

.hotspot__name.headline__wrapper:before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #ddd;
  margin: 0 auto;
  border-radius: 0;
  position: absolute;
  bottom: 10px;
  z-index: -1;
}

#main_cms2 h3 {
  font-size: 23px;
  margin-top: 50px;
  margin-bottom: 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.big_label small, .headline small, .big_label__after, .headline__after {
  display: inline-block;
  position: absolute;
  right: 0;
  background: #00674b;
  color: #fff;
  padding: 8px 20px;
  font-family: 'open sans';
}

.headline__after:hover {
  background: #333;
  color: #fff !important;
}

.big_label, .headline {
  font-family: 'roboto';
  font-weight: 600;
  text-align: left;
  position: relative;
}

.headline {
  display: inline-block;
}

.big_label::after, .headline::after {
  display: none;
}

.headline__wrapper {
  display: block;
  text-align: left;
}

.headline__wrapper .headline {
  background: #fff;
  padding-right: 20px;
}

/* --- Footer linki --- */

#footer_links .footer_links_sub {
  font-size: 14px;
  font-weight: 400;
  font-family: 'open sans';
}

#footer_links .footer_links_label {
  font-size: 15px;
  font-family: 'open sans';
}

/* --- Free shipping bar --- */

.freeShipping {
  border: 1px solid #00674b;
  color: #00674b;
  text-align: left;
  width: auto !important;
  display: block !important;
  padding-top: 9px;
  border: 0 !important;
  letter-spacing: 0 !important;
  margin-left: auto;
  margin-right: -10px;
  padding-right: 35px;
}

.freeShipping__info {
  text-transform: none;
  font-weight: bold;
  letter-spacing: 0 !important;
  font-size: 15px;
}

.freeShipping__val, .freeShipping__info, .freeShipping__return {
  font-size: 15px;
  letter-spacing: 0;
}

.freeShipping__close {
  top: 6px;
}

/* --- CMS overflow --- */

#main_cms, #main_cms2 {
  overflow: hidden;
}

/* --- Linki globalne --- */

a:hover {
  color: #00674b;
}

/* --- Header / logo / menu --- */

#logo {
  margin-top: 10px;
  margin-bottom: 20px;
}

#menu_search .menu_search__input {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
}

#menu_search .menu_search__item.--input {
  border: 0;
  background: #fff;
}

header .nav-link {
  font-weight: normal;
}

#menu_categories {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 0;
  position: relative;
}

header .navbar-collapse {
  border-bottom: 0;
  padding-bottom: 0;
}

header .nav-link-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-nav .nav-item:nth-child(2) .nav-link-wrapper {
  background: #00674b;
}

.navbar-nav .nav-item:nth-child(2) .nav-link-wrapper a {
  color: #fff !important;
}

#menu_categories::before {
  width: 200%;
  height: 1px;
  background: #ddd;
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: -50%;
}

#menu_categories::after {
  width: 200%;
  height: 1px;
  background: #ddd;
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: -50%;
}

/* --- Banery (Akademia / Ambasadorzy) --- */

.s-grid-6.baner2 {
  background: url(https://navera.pl/data/include/cms/sr26/baner2.jpg) center center no-repeat;
  background-size: auto;
}

.s-grid-6.baner3 {
  background: url(https://navera.pl/data/include/cms/sr26/baner3.jpg) center center no-repeat;
  background-size: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.s-grid-6 {
  width: 100%;
  min-height: 370px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 30px;
}

@media (min-width: 1000px) {
  .row {
    gap: 0px;
  }

  .s-grid-6 {
    width: calc(50% - 25px);
    margin-right: 25px;
  }
}

.txt1 {
  background: #fff;
  display: block;
  padding: 10px 15px;
  font-size: 20px;
  font-family: 'roboto';
  font-weight: 600;
}

.txt2 {
  background: #00674b;
  display: block;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  font-family: 'roboto';
  font-weight: 600;
  text-transform: uppercase;
}

/* --- Baner 4 (pełnoszerokościowy) --- */

.baner4 {
  background: url(https://navera.pl/data/include/cms/sr26/baner4.jpg) center center no-repeat;
  background-size: cover;
  height: 370px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 30px;
}

.txta1 {
  background: #fff;
  display: block;
  padding: 10px 15px;
  font-size: 30px;
  font-family: 'roboto';
  font-weight: 600;
}

.txta2 {
  background: #00674b;
  display: block;
  color: #fff;
  padding: 10px 15px;
  font-size: 26px;
  font-family: 'roboto';
  font-weight: 600;
  text-transform: uppercase;
}

/* --- Loga producentów (siatka) --- */

.marki {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.marki img {
  width: 100%;
  opacity: 0.7;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

.marki a:hover img {
  opacity: 1;
  filter: grayscale(0%);
}

@media (min-width: 1000px) {
  .marki {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
}

/* --- USP bar --- */

.usp {
  background: #00674b;
  color: #fff;
  padding: 20px;
}

.usp-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 10px;
}

.usp-item img {
  width: 40px;
  height: auto;
}

@media (min-width: 1000px) {
  .usp {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
  }

  .usp-item {
    font-size: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }

  .usp-item:last-child {
    border-right: none;
  }
}

/* --- Footer bar --- */

.footer-bar {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  background: #117a5b;
  color: #fff;
  padding: 20px;
}

.footer-left {
  flex: 0 0 60%;
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-left img {
  height: 40px;
  width: auto;
  background: #fff;
  border-radius: 40px;
}

.footer-right {
  flex: 0 0 40%;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-right .copy {
  font-size: 12px;
}

.footer-right .by {
  opacity: 0.7;
  font-size: 10px;
}

.footer-right a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 999px) {
  .footer-left,
  .footer-right {
    flex: 0 0 100%;
    text-align: center;
  }

  .footer-left {
    justify-content: center;
    margin-bottom: 10px;
  }
}

/* --- Blog layout (desktop) --- */

@media (min-width: 979px) {
  #main_blog .blog-list_page .col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #main_blog .article__block {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* --- Mobile ≤978px --- */

@media only screen and (max-width: 978px) {
  .s-grid-6.baner3 {
    margin-top: 20px;
  }

  #menu_categories {
    border-top: 0;
    border-bottom: 0;
    position: relative;
  }

  .navbar-toggler {
    top: 16px;
    border-left: 0;
    position: relative;
  }

  #menu_search .menu_search__mobile {
    top: 16px;
    position: relative;
  }

  #menu_categories::before,
  #menu_categories::after {
    display: none;
  }

  .freeShipping__val, .freeShipping__info, .freeShipping__return {
    font-size: 12px;
  }

  .freeShipping {
    height: 20px;
    padding-top: 2px;
  }

  .freeShipping__close {
    top: -1px;
  }

  html:not(.--scroll-down):not(.scroll):not(.sidebar_open):not(.--search-open) .main_page #menu_search .menu_search__item.--input {
    background: #fff;
  }
}

/* --- Ambasadorzy --- */

.ambasador h4 {
  font-size: 20px;
  margin-bottom: 0px;
}

._ae_desc p {
  margin: 16px 0;
}

p.nc {
  text-align: center !important;
}

ul li .social_icon {
  width: 50px;
  height: 50px;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
}

.resetcss .ambasador ul li {
  display: inline-block;
  background: none;
  padding-left: 0;
  text-indent: -9999px;
}

.resetcss .ambasador ul {
  margin-left: 0px;
  padding-left: 0px !important;
  text-align: center;
}

a.ctd {
  background: #00674b;
  padding: 15px 20px;
  display: block;
  width: 150px;
  margin: 0 auto;
  margin-bottom: 40px;
  border-radius: 30px;
  color: #fff;
  text-transform: lowercase;
}

@media only screen and (min-width: 767px) {
  .col-12 .resetcss .s-row {
    text-align: center;
  }

  .s-row .s-grid-6.ambasador {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    margin: 0px 1%;
    padding: 0;
  }
}

/* --- Checkout / order process --- */

@media (min-width: 979px) {
  .order_process header {
    padding-top: 40px;
  }
}

/* --- Ukryte elementy --- */

span#projector_amount {
  display: none !important;
}

.projector_buy__number_amounts,
.projector_status__info_amount {
  display: none !important;
}

@media (min-width: 1000px) {
  .row {
    gap: 0;
  }
}

/* ═══════════════════════════════════════════════════
   MOBILE — banery i zabezpieczenie głównego slidera
   Dodane 2026-03-26
   ═══════════════════════════════════════════════════ */

@media (max-width: 999px) {

  /* --- Zabezpieczenie głównego slidera --- */
  #main_banner1 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* --- Banery Akademia / Ambasadorzy: mniej przycięte --- */
  .s-grid-6 {
    min-height: 220px;
  }

  .s-grid-6.baner2,
  .s-grid-6.baner3 {
    background-size: cover;
    min-height: 220px;
    padding: 20px;
  }

  .txt1 {
    font-size: 16px;
    padding: 8px 12px;
  }

  .txt2 {
    font-size: 12px;
    padding: 6px 12px;
  }

  /* --- Baner dolny (baner4): mniej przycięty --- */
  .baner4 {
    height: 220px;
    padding: 20px;
  }

  .txta1 {
    font-size: 20px;
    padding: 8px 12px;
  }

  .txta2 {
    font-size: 16px;
    padding: 6px 12px;
  }
}