@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* styl dla indeksu handlowego */
.abs-catalog-index{
    font-size: large;
    color: currentcolor;
}

/*style dla tebeli z danymi technicznymi */
   .opis_na_stronie_produktu-tabela {
    font-family: Arial, sans-serif;
    color: #333;
    margin: 20px;
}
#product-details-div > div.abs-product-page-header > div > div.abs-header-left > div.abs-product-header-title > div > p.product-subname{
   color:#ce0a1c !important;
}
.product-subname{
  color:black !important;
  font-size:24px !important;
  display:inline;
}
.opis_na_stronie_produktu-tabela .tytul {
    font-size: 24px;
    font-weight: bold;
    color: #ce0a1c; /* Kolor tytułu */
    margin-bottom: 10px;
    border-bottom: 2px solid #ce0a1c; /* Linia pod tytułem */
    display: inline-block;
    padding-bottom: 5px;
}
.opis_na_stronie_produktu-tabela table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    table-layout: fixed; /* Stały układ kolumn */
}
.opis_na_stronie_produktu-tabela th, 
.opis_na_stronie_produktu-tabela td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}
.opis_na_stronie_produktu-tabela th {
    background-color: #f2f2f2;
    font-weight: bold;
}
.opis_na_stronie_produktu-tabela tr:nth-child(even) {
    background-color: #f9f9f9;
}
.opis_na_stronie_produktu-tabela tr:hover {
    background-color: #f1f1f1;
}

/* Ustawienie szerokości pierwszej i drugiej kolumny */
.opis_na_stronie_produktu-tabela table colgroup col:first-child,
.opis_na_stronie_produktu-tabela table colgroup col:nth-child(2) {
    width: 50%; /* Każda kolumna zajmuje 50% szerokości */
}

/*slider główny poprawa sposobu wyświetlania */


@media screen and (min-width: 1000px) {
  .slideshow-i-main-panel-content {
      width:80% !important;
      margin-left:10%;
      margin-right:10%;
    }
}



.slide-item>.sl-inj>*{
 width:100%;
}
.slide-item>.sl-inj * img{
 object-fit:cover;
}

/*zmiana wyglądu dostępności w magazynie zewnętrznym */
ul:has([data-attribute-id="1002"]) {
    margin-top:5px;
    color: #1ea851 !important;
   
   
}
[data-attr-val-id="9180"]{
font-weight:bold;
}
[data-attribute-id="1002"] >span{
 margin-bottom:2rem;
color: #1ea851 !important;
font-size: 0.75em;
text-transform: uppercase;
 font-weight: bold;
}
[data-attribute-id="1002"] >ul>li{
 margin-bottom:2rem;
color: #1ea851 !important;
font-size: 0.75em;
text-transform: uppercase;
 font-weight: bold;
}

.abs-product-header-purchase .cart-btn{
	width: 100%;
	height: 3em;
	font-size: 1.2em;
	font-weight: 600;
}

#abs-price-start-delivery-li{
 display:none;
}




abs-icon-expandable > *{
 font-family: Arial;
}

.abs-panel>.panel-heading {
border:0;
}

.abs-layout-product-list-wrapper{
box-shadow:0 0 30px 0 rgba(0, 0, 0, 0.1);
padding:2rem;
}
.slide-item section{
 box-shadow:0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.abs-panel-main{
border:none !important;

}

/* usunięcie atrybutów z widoku koszyka */
.abs-col-name .abs-attributes-list{
 display:none !important;
}
/* usunięcue atrybutów z widoku slidera*/
.abs-offer-gallery .abs-layout-product-gallery .abs-col-details-description-attributes{
display:none !important;
}


/*to trzeba dodać do szablonu*/
@media (min-width: 992px) {
	.abs-product-page-header {
    	position: relative;
    	min-height: 420px !important;
	}
}
/*to trzeba dodać do szablonu*/
.abs-product-page-header {
	margin-bottom: 0px !important;
}
/*to trzeba dodać do szablonu*/
.abs-product-page-header .abs-header-main .abs-header-right {
	display: flex; 
	margin-top: 10%;
	flex-direction: column;
}
/*zmiana koloru na bardziej kontrastujący, zdecydowanie trzeba zmienić i dodać do globalnego szablonu*/
ul.abs-list li.list-group-item .abs-list-label {
	color: #666363;
}

/*zmiana koloru na bardziej kontrastujący, zdecydowanie trzeba zmienić i dodać do globalnego szablonu*/
.abs-col-details-description-attributes .list-group-item .abs-list-label{
color: #666363 !important;
}


.abs-ask-product-btn{
 width: 100%;
 padding: 1rem !important;
}

footer {
  background-color: white;
}

.abs-company-data-container,
.panel-default {
  border: 0 !important;
}



/* usunięcie tytułów działa ale jest zbyt ogólne*/
.panel-heading > h2{

}
/* usunięcie tytułów chyba nie działa */
#controllerContent .panel-default .panel-heading {
   
 
/*trzeba pomyśleć jak nie targetować labelów filtrów*/
  }

.red-bar-bottom-left,
.red-bar-bottom-right,
.red-bar-bottom-center {
  display: inline-block;
  position: relative;
  --bar-width: 100px;
  font-size: 36px;
  font-weight: 700;
  margin: 0.5em 0;
}
.red-bar-bottom-left::before,
.red-bar-bottom-right::before,
.red-bar-bottom-center::before {
  position: absolute;
  content: "";
  top: calc(1em + 15px);
  background-color: #ce081c;
  width: var(--bar-width);
  height: 4px;
}
.red-bar-bottom-right::before {
  right: 0;
}
.red-bar-bottom-center::before {
  right: calc(50% - var(--bar-width) / 2);
}

.abs-panel>.panel-heading>*, .abs-panel>.panel-heading>a>*{
display:none;
}

/*Main page section styling*/

#controllerContent > div:not([class]) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section:has(> div > div > .dummy-section) {
  display: none;
  width: 0;
  height: 0;
}
/* Wyłączenie tytułów sliderów */
section:has(> div > div > #oferta_sezonowa-dummy) > .panel-heading > h2,section:has(> div > div > #nowosci-dummy) > .panel-heading > h2,section:has(> div > div > #bestsellery-dummy) > .panel-heading > h2 ,section:has(> div > div > #nowosci-zdj) > .panel-heading > h2{
 display: none;
 max-width: 70%;
} 

section:has(> div > div > #hager-strona-glowna) > .panel-heading > h2{
display:none;
}



section:has(> div > div > #nowosci-dummy) + div,
section:has(> div > div > #bestsellery-dummy) + section + div,
section:has(> div > div > #oferta_sezonowa-dummy) + div {
  max-width: 70%;
}
section:has(> div > div > #nowosci-dummy) + div > div > div::before,
section:has(> div > div > #bestsellery-dummy)
  + section
  + div
  > div
  > div::before,
section:has(> div > div > #oferta_sezonowa-dummy) + div > div > div::before {
  font-size: 36px;
  font-weight: 700;
  margin-left: 12px;
  padding-bottom: 10px;
  background: linear-gradient(to right, #ce0a1c 10%, #0000 0%);
  background-position: 3px 48px;
  background-size: 700px 4px;
  background-repeat: repeat-x;
}
section:has(> div > div > #nowosci-dummy) + div > div > div::before {
  content: "NOWOŚCI";
}
section:has(> div > div > #bestsellery-dummy)
  + section
  + div
  > div
  > div::before {
  content: "BESTSELLERY";
}
section:has(> div > div > #oferta_sezonowa-dummy) + div > div > div::before {
  content: "OFERTA SEZONOWA";
}
.slideshow-i-main-panel-content {
  width: 100%;
}

section:has(> div > div > img#nowosci-img),
section:has(> div > div > img#bestsellery-img),
section:has(> div > div > img#oferta_sezonowa-img) {
  width: 26%;
}

section:has(> div > div > #hager-main) {
  width: 100%;
}

@media (max-width: 991px) {
  section:has(> div > div > #nowosci-dummy) + div,
  section:has(> div > div > #bestsellery-dummy) + section + div,
  section:has(> div > div > #oferta_sezonowa-dummy) + div {
	max-width: 100%;
  }

  section:has(> div > div > img#nowosci-img),
  section:has(> div > div > img#bestsellery-img),
  section:has(> div > div > img#oferta_sezonowa-img) {
	width: 0%;
	display: none;
  }
  .abs-search-options-links a {
	height: 10px;
  }
  .navbar {
	margin-bottom: 0px !important;
  }
}

/*End main page section styling*/

/*Contact page*/
#contactAskId {
  display: none;
}

/*End contact page*/

/* Category tree */
#categoriesPanel {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.current {
  font-weight: bold;
}

.abs-side-menu li.selected > a {
  background-color: initial !important;
}

#categoriesPanel .panel-heading {
  display: initial !important;
}

#categoriesPanel .panel-heading h2 {
  margin-left: 1rem;
}
/* End category tree */
/*fix shopping cart first time login*/
#cart-box-content .abs-panel .panel-heading > h2 {
  display: initial;
}