#radimar .grid-container {
  display: flex;
  justify-content: space-between;
}

#radimar .grid-item {
  flex-basis: calc((100% - 40px) / 3); /* 40px to odstępy między obrazkami */
  max-width: 100%;
}

@media (max-width: 768px) {
  #radimar .grid-container {
    flex-direction: column;
    align-items: center;
    margin: 0;
  }

  #radimar .grid-item {
    flex-basis: 100%;
    margin-bottom: 10px;
    width: 100% !important;
  }
}

.kalkulator {
  padding: 15px;
  border: 3px solid #c59d5f;
  margin: 15px 0;
}
input#oblicz {
  background: #c59d5f;
  color: #fff;
}
#wynik,
#rolki {
  font-weight: 600;
}
h5#uwaga {
  color: red;
  margin: 10px 0;
}
input#szerokosc,
input#wysokosc {
  min-width: fit-content;
}
input#oblicz {
  width: 100%;
  height: 40px;
  margin: 10px auto;
  border-radius: 3px;
  border: none;
  display: block;
}
.kalkulator h3 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}

#naDol {
  display: inline-flex !important;
  max-width: 30px !important;
}

@media only screen and (max-width: 1025px) {
  #Nawigacja {
    -webkit-overflow-scrolling: touch;
  }

  #radimar section > span {
    display: block;
    font-weight: 300;
    color: #fff;
    padding: 5px;
  }
  #radimar section > span:first-child {
    font-size: 130%;
    font-weight: 500;
  }

  #kafelki {
    width: 95%;
    margin: 0 auto;
  }
  #kafelki img {
    display: table;
    margin: 0 auto;
  }
  #kafelki .kafelek {
    padding: 3px;
    background: linear-gradient(to right, #c59d5f, #000000);
    margin: 0 0 10px 0;
  }

  #radimar .NazwaProducent {
    margin: 10px 0;
  }
  #radimar .Ikonki {
    margin: -10px 0 0 0;
    padding: 0;
  }
  #radimar .NazwaProducent h1 {
    font-size: 150%;
    padding: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .displayMobile {
    display: block !important;
  }
  .displayDesktop {
    display: none !important;
  }

  #radimar .StrTresc {
    margin-bottom: 10px;
  }

  #Nawigacja .FormatEdytor {
    display: flex;
    justify-content: space-between;
  }

  #radimar .tresci img {
    margin-bottom: 10px;
    border: 2px solid #333;
  }
}

@media only screen and (min-width: 1025px) {
  #radimar .IkonyNawigacja {
    justify-content: end;
    margin-top: 25px;
  }

  #radimar .IkonyNawigacja div.IkonaNawigacjiMenu {
    margin-left: 2rem;
  }
  div#Koszyk {
    margin-left: 1rem !important;
  }

  #radimar .splide__slide {
    width: 25% !important;
    text-align: center;
  }
  #first-slider .splide__track {
    display: contents !important;
  }
  .displayMobile {
    display: none !important;
  }
  .displayDesktop {
    display: block !important;
  }

  div#kafelek {
    margin-top: -10px;
  }

  #radimar .move2 {
    display: none;
  }

  #radimar .KolumnaCssMarginesyNumer-1-40 {
    margin: 20px 0 0 0;
  }
  #radimar .StrTresc {
    margin-bottom: 20px;
  }

  #Nawigacja .FormatEdytor {
    display: flex;
    justify-content: space-between;
  }
}

/*WSIO */

a.przycisk {
  background: green;
}

span.przycisk {
  background: #fff;
  color: #333;
  border: 1px solid #333;
  padding: 5px;
  font-size: 75%;
}

#Nawigacja .FormatEdytor a {
  padding: 5px;
  border: 1px solid #e9e9e9;
  margin: 0;
  text-align: center;
  width: 100%;
}
#first-slider img {
  filter: grayscale(100%);
}
/* Tablety */
@media only screen and (max-width: 1024px) {
  div#first-slider {
    margin-top: -40px;
  }

  #radimar .tresciNapisy p {
    padding: 0 5px 5px 5px;
  }

  #radimar img.move2 {
    width: 50px;
    position: absolute;
    right: 10px;
    top: 15%;
  }

  img.move2 {
    background: #fff;
    padding: 5px 10px;
    border-radius: 3px;
  }

  #radimar .MenuRozwijaneKolumny > ul {
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    padding: 10px;
  }

  #radimar .MenuRozwijaneKolumny > ul a {
    padding-left: 20px;
  }

  h2#menu-naglowek-1,
  h2#menu-naglowek-2,
  h2#menu-naglowek-3 {
    font-weight: 500;
    padding: 10px 10px 0;
    font-size: 130%;
  }

  #radimar .ZdjeciaKontener {
    min-width: 100% !important;
    width: 100% !important;
  }

  #radimar .NaglowekDaneKontaktowe div {
    width: auto;
    text-align: center;
  }

  #radimar .logoOld {
    display: inline;
    max-width: 110px !important;
    padding-top: 5px;
  }

  #radimar a.listaMobilki {
    padding: 0 !important;
    background: none !important;
  }

  #radimar .strzalka-menu {
    max-width: 22px !important;
    padding: 0;
    margin: 0 5px 0 2px;
    display: inline;
    float: right;
    vertical-align: middle;
  }

  li.LinkiMenu {
    padding: 0 0 5px 0;
  }

  .LinkiMenu ul {
    padding-left: 10px;
    list-style-type: none !important;
  }

  #radimar .LinkiMenu a {
    display: inline-block;
  }

  #radimar b {
    font-weight: 600;
  }
  ul.ukryj-linki {
    display: none;
  }

  #radimar ul.MenuDrzewoKategorie {
    list-style-type: none;
  }
}

/* Ekrany komputerów */

@media only screen and (min-width: 1025px) {
  img.grid-item {
    padding: 5px 0px;
  }

  #radimar .NaglowekDaneKontaktowe {
    width: 100%;
  }

  div#Nawigacja {
    width: 100%;
    margin: 10px 0;
    padding: 0;
  }

  #radimar .LogoSzukanieIkony {
    padding: 0px 0 10px 0;
  }

  #radimar .StrTresc .RamkaProcent {
    width: calc(50% - 80px);
    margin: 0 20px;
  }

  #radimar .Ramka {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    padding: 20px;
  }

  #radimar .NazwaProducent h1 {
    font-size: 150%;
    line-height: 130%;
    font-weight: 400;
  }

  #radimar .IkonyNawigacja {
    max-width: 25%;
    min-width: 15%;
  }

  #radimar .Wyszukiwanie {
    width: calc(50% - 40px);
  }

  #radimar .strzalka-menu {
    display: none;
  }

  #radimar a.WyszukiwanieZaawansowane {
    margin: 6px 0 0 6px;
    display: inline;
    float: right;
    background-size: 22px;
    padding: 13px;
  }

  #radimar #InSzukaj {
    width: calc(90% - 50px);
  }

  ul.ukryj-linki {
    display: block;
  }

  /* MENU */

  #radimar ul.MenuDrzewoKategorie {
    display: flex;
    flex-wrap: wrap; /* nowa linia po zapełnieniu dostępnego miejsca */
    border: none;
    border-radius: 7px;
    margin-top: 7px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  }

  #radimar ul.MenuDrzewoKategorie > li.LinkiMenu {
    /* flex-basis: calc(33.33% - 10px);  szerokość jednej kolumny */
    flex-grow: 1;
    margin-right: 10px;
  }

  #radimar .PozycjaMenuNormalne > .MenuDrzewoKategorie {
    min-width: 97%;
    max-width: 100%;
    left: 0;
    margin: 0;
  }

  #radimar .KontenterWyszukiwania {
    background: #fff;
    border-radius: 7px;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
  }
}

/* Wszystkie urządzenia */

/* Ramka do zdjęć */
#radimar .ProduktOkno,
#radimar .ElementOknoRamka {
  padding: 0;
}

#radimar .LogoSzukanieIkony,
#radimar .GorneMenuTlo {
  border: none;
}

#radimar {
  font-family: "Poppins", "Segoe UI", sans-serif !important;
}

#radimar b {
  font-weight: 400;
}

#radimar .RamkaSzukania {
  border: none;
}

.logoOld {
  display: none;
}

#radimar h3 a {
  font-weight: 500;
}

#radimar .LogowanieNaglowek .PozycjeLogowanie::before,
#radimar .RozwinietaWersja {
  border: none;
  border-radius: 7px;
}

#radimar .NaglowekTop {
  background: #fff;
}
#kafelki .przycisk {
  background: #fff;
  color: #222;
  font-size: 1rem;
  padding: 10px 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 9rem;
  right: 2rem;
}
img#naDol {
  margin: -10px !important;
  padding: 0 0 0 10px;
}

#radimar .NaglowekDaneKontaktowe {
  display: flex;
  overflow-x: auto;
}

#Nawigacja .FormatEdytor span {
  background: none !important;
}
#Nawigacja .FormatEdytor a:nth-last-child(2) {
  color: #fff !important;
  background: #01a5ea;
}

#radimar .LinkTelefonNaglowek,
#radimar .LinkMailNaglowek {
  background-size: 30px 30px;
}

#radimar .OknoFlex {
  border: none;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
}

#radimar .ModulId-38 .CenaProduktu {
  display: none;
}
#radimar .ModulId-38 .ProduktOkno h3 {
  position: absolute;
  font-size: 1rem;
  bottom: 30px;
  width: 80%;
  margin: 0 10%;
}
#radimar .ModulId-38 .ProduktOkno h3 a {
  color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
}

#radimar .OknaFlexRwd.Statyczny-Druga-38 h3 a {
  background: #060606;
  padding: 10px 30px;
}

#radimar .OknaFlexRwd.Statyczny-Pierwsza-38 h3 a {
  background: #060606;
  padding: 10px 20px;
}

#radimar .OknaFlexRwd.Statyczny-Pierwsza-38 {
  border: 10px solid #000;
}
#radimar .wrapper img {
  box-shadow: 0 0 20px 0 rgba(76, 87, 125, 0.1);
}
#radimar .Foto {
  padding: 0;
}

#radimar .IkonyNawigacja {
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .ModulCssDodatkowy img {
    margin: 0 auto;
    display: block;
  }
  #radimar .IkonyNawigacja {
    width: 68%;
    display: inline-flex;
  }
  #radimar .IkonyNawigacja div.IkonaNawigacjiMenu {
    margin: 2%;
  }
  a#LinkLogo {
    padding: 0;
    max-width: 30%;
    display: inline-flex;
  }
  .IkonyNawigacja label {
    width: 35px;
    height: 35px;
  }
  .SzukajNaglowek span.PozycjaIkonka {
    background-size: auto;
  }
  .LinkiMenu ul {
    padding-left: 15px;
  }

  #radimar .GorneMenuTlo {
    overflow-y: scroll;
    width: 90%;
  }
  label#IkonaZwinieciaMenu {
    right: 0;
  }

  #radimar ul.MenuDrzewoKategorie label {
    top: 15px;
    right: 5px;
    background-size: 20px;
  }

  #menuRadimar .IkonaSubMenu {
    position: absolute;
    top: 28px;
    right: 20px;
    background-size: 35px 25px !important;
  }
  #menuRadimar label.IkonaSubMenu.expanded {
    background-size: 35px 25px !important;
  }

  div.GorneMenu > ul.GlowneGorneMenu {
    padding: 0 15px 15px 15px;
  }

  #menuRadimar h2 {
    padding: 10px 20px;
    font-size: 150%;
    font-weight: 500;
  }
  #IkonaZwinieciaMenu {
    right: 0;
  }

  .GorneMenuKontener,
  .GorneMenuTlo {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #radimar .GorneMenu {
    position: relative;
  }

  .main-image {
    display: none;
  }
  .small-images {
    margin-top: 10px;
  }
  #radimar .LogoSzukanieIkony {
    padding: 0;
    margin-bottom: 5px;
  }
  #radimar #Nawigacja {
    margin: 10px 0 0 0;
  }
  #radimar .small-images {
    width: 100%;
  }
  #radimar .small-images img {
    display: table;
    margin: 10px auto 0 auto !important;
  }

  #menu2 ul {
    display: none;
  }
}

#Nawigacja img {
  float: right;
  padding: 5px 13px;
  position: absolute;
  top: 0;
  background: #fff;
  right: 0;
}

.MenuRozwijaneKolumny ul {
  padding: 10px;
}

#radimar .ikonkiMenu {
  max-width: 28px !important;
  padding-right: 10px !important;
}

@media (min-width: 1024px) {
  a.tytulMenu {
    background: none !important;
    font-weight: 600 !important;
  }

  .GorneMenu ul li ul {
    margin: 0 15px;
  }
  span.IkonaNaglowek {
    padding: 8px;
  }
  #radimar .gornyPasek {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .ModulRwdUkryj {
    display: contents;
  }
  #radimar .tresci {
    display: flex;
    justify-content: space-between;
  }

  #radimar .tresci a {
    flex-basis: calc((100% - 40px) / 4);
    width: 0;
  }

  #radimar .main-image img {
    width: 98%;
    min-height: -webkit-fill-available;
  }

  #radimar .wrapper {
    display: grid;
    grid-template-columns: 60% 40%;
    grid-template-rows: 1fr;
  }

  .tresciNapisy {
    padding: 10px 0px;
  }

  #radimar .tresciNapisy > h2 {
    border-bottom: 2px solid #c59c5e;
    padding-bottom: 5px;
  }

  #radimar .main-image {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  #radimar .main-image img {
    width: 98%;
    min-height: -webkit-fill-available;
  }

  #radimar .small-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    gap: 10px;
  }

  #radimar .small-images img {
    width: 100%;
    height: auto;
  }
}

#radimar .splide__slide {
  display: inline-block;
  width: 360px;
  margin: 15px 0;
  vertical-align: middle;
}

#radimar .splide__track {
  white-space: nowrap;
  overflow-x: auto;
}
#radimar .splide__arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#radimar .custom-arrows {
  height: 40px;
  width: 40px;
  background-color: red;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#radimar .splide__arrow--prev {
  margin-right: 10px;
}

#radimar .splide__arrow--next {
  margin-left: 10px;
}

.GorneMenu div > a,
.GorneMenu div > span {
  font-size: 100% !important;
}

strong.CechaProduktuEtykieta {
  font-weight: bold !important;
}

.wymiarFiran,
.CechaProduktu {
  padding: 15px;
  border-width: 3px;
  border-style: solid;
  border-image: linear-gradient(to right, #c59d5f, #000000) 1;
}

#woal1,
#woal2,
#woal3 {
  padding: 15px;
  border: 1px solid #333;
  border-radius: 3px;
  margin: 5px 0;
}

#radimar p {
  margin: 0 0 5px 0;
}
a.przycisk.Prawy {
  background: transparent;
  color: #000;
  border: 2px solid #000;
}

#przycisk_zamow > a,
.przyciskZamow {
  background: green !important;
}

#PoleTekstoweProduktu input,
#PoleTekstoweProduktu textarea,
div#PoleTekstoweProduktu {
  display: block !important;
  min-width: 100%;
  max-width: 100%;
}
.Strona {
  max-width: 1700px !important;
}
p.TbPoz {
  padding: 3px 1px;
}
#radimar .LinkiStopki a {
  text-transform: uppercase;
  font-size: 100%;
  padding: 2px 2px 2px 17px;
}
#radimar .KolumnaStopki strong.NaglowekStopki {
  font-size: 100%;
  text-transform: uppercase;
}

input#submitButton {
  width: 100% !important;
  padding: 15px !important;
}

input#submitButtonNowyKlient {
  display: block;
  min-width: 100% !important;
  max-width: 100% !important;
  padding: 15px !important;
  background: green;
}
.numerTel {
  display: none;
}

.numerTel a {
  padding: 3px;
  background: red;
  color: #fff;
}

#radimar .numerTel img {
  height: 20px !important;
  widht: auto !important;
  float: left;
  display: inline-block;
  left: 0 !important;
}

.toJest {
  font-size: 0.75rem;
  text-align: center;
  color: #fff;
  background: red;
  padding: 5px 1px;
  font-weight: 500;
}

h1.tutulRadimar {
  font-size: 1rem;
  margin-top: 20px;
  font-weight: 400;
}
ul#Zakladki li {
  text-transform: uppercase;
  margin: 3px !important;
}
.FormatEdytor li {
  list-style: none;
}
.banerGlowny {
  margin-top: 15px;
}

#radimar .ModulCssMarginesy {
  margin: 0;
}
.kalkulator p {
  padding: 5px 0;
}
#wynik,
#rolki {
  font-size: 150%;
}

div#PrzyciskKupowania {
  border-top: 2px solid #f1f1f1;
  border-bottom: 2px solid #f1f1f1;
  padding: 20px 0 5px 0;
}
.PolePrzyciskiKoszyka {
  width: 100%;
}
input#oblicz {
  font-size: 20px;
  height: auto;
}
.mfirn,
.mfirn2 {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 5px 0;
}

#Nawigacja > img {
  padding: 9px 20px;
}

#CechyProduktu .CechaWyboru {
  margin: 0 !important;
}
#CechyProduktu .CechaWyboru select {
  min-width: 100%;
  max-width: 100%;
}

#CechyProduktu .Foto.PoleWyboruCechy span.ZdjecieCechy > img {
  cursor: auto !important;
}
div#IloscKupionych {
  padding: 5px;
  background: red;
  color: #fff;
  max-width: fit-content;
}
h5#uwaga {
  display: none;
}
.ZakresCen {
  display: none;
}
nav.ListingNawigacja.ListingNawigacjaGora.LiniaCala {
  display: none;
}
div#cenaCalosc {
  margin: 10px 0px;
  font-weight: 900;
  font-size: 200%;
  color: red;
}
input#pole_txt_19 {
  width: 100%;
  background: #f1f1f1;
}
@media only screen and (max-width: 1024px) {
  iframe {
    max-height: 300px;
  }
  .Okno.OknoRwd {
    width: 100%;
  }
  #Nawigacja > img {
    top: 0px;
    padding: 10px 20px 20px 20px !important;
  }

  .pc {
    display: none;
  }

  #radimar .small-images {
    margin-top: -5px;
  }
  #radimar .grid-item {
    margin-bottom: 5px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .toJest {
    font-size: 1rem;
    text-align: center;
    color: #fff;
    background: red;
    padding: 8px 6px;
  }
  #TresciZakladek {
    margin: 0 !important;
    border-radius: 3px;
  }

  #TresciZakladek .FormatEdytor {
    padding: 30px;
  }

  .grid-container {
    margin-bottom: 15px;
  }

  div#kafelek {
    margin: 5px 0 15px 0 !important;
  }
  .IkonaNawigacjiMenu p {
    position: absolute;
    right: -30px;
    width: 200px;
  }
  .pc {
    display: block;
  }
}

html {
  font-size: 16px;
}

p.pc {
  width: 80px;
  font-size: 90%;
  padding: 3px 0 0;
}

a.nTel {
  padding: 2px 8px 2px 8px;
  color: #fff;
  background: red;
  border-radius: 10px;
}

#radimar .toJest {
  font-size: 0.95em;
}

img#tel {
  float: left;
  position: relative;
  background: transparent;
  filter: invert(1);
  max-height: 16px;
  padding: 2px;
  margin: 0;
}
#radimar h1.tutulRadimar {
  font-size: 1rem !important;
  margin: 30px 0 0 0 !important;
}

p.TbPoz {
  width: 100%;
}
.TbPoz {
  border: 1px solid #ccc;
  border-radius: 5px;
}

#radimar .LinkiStopki a {
  font-size: 90%;
}

#radimar .TbPoz span {
  font-weight: bold;
}

#Zakladki li {
  font-size: 100% !important;
  padding: 5px 5px !important;
}

img.ikonaProdukt {
  padding: 5px;
  max-width: 35px !important;
}

@media only screen and (min-width: 1024px) {
  div#ZdjeciaProduktu {
    min-width: 60%;
    width: 60% important;
    max-width: 60%;
  }
  div#InformacjeProduktu {
    min-width: 40%;
    width: 40% !important;
    max-width: 40%;
    padding-left: 15px;
  }
  #radimar .main-image img {
    height: 100% !important;
    min-height: auto !important;
  }
}

@media only screen and (max-width: 1024px) {
}

input#pole_txt_19,
input#pole_txt_7,
span#txt_7,
span#txt_19,
input#pole_txt_6,
span#txt_6 {
  display: none !important;
}

/* MODYFIKACJE 2024 */

#Nawigacja .FormatEdytor span {
  background: none !important;
  font-size: 80%;
}

p#CenaGlownaProduktuWoal {
  font-size: 130%;
  margin-bottom: -10px !important;
  color: red;
}

p#CenaGlownaProduktuWoal strong {
  font-size: 130%;
}

#radimar .StrTresc b {
  font-weight: 600 !important;
}

@media only screen and (min-width: 1024px) {
  a.KoszykNaglowek.IkonaNaglowek {
    color: #fff;
  }
  a.KoszykNaglowek.IkonaNaglowek:hover {
    color: #000;
  }
  #radimar .PozycjaStrzalka {
    background: none;
  }
  #radimar .PozycjaStrzalka:hover {
    background: url(../szablony/standardowy.rwd.v2/obrazki/szablon/strzalka_dol.svg)
      no-repeat right center;
  }
  h1.tutulRadimar {
    margin: 5px 0 -10px 0;
  }
  #menuRadimarDesktop ul.GlowneGorneMenu {
    justify-content: space-evenly;
  }
  #menuRadimarDesktop ul.GlowneGorneMenu {
    margin: 15px 0 5px 0;
    height: 50px;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
  }
  #radimar .gornyPasek {
    padding: 5px 0;
  }
}

@media (min-width: 1024px) and (max-width: 1400px) {
  ul li.LinkiMenu a,
  ul.MenuSzerokie ol li a {
    padding: 5px 0 5px 20px !important;
  }
  #Nawigacja .FormatEdytor a {
    font-size: 0.5rem;
    font-weight: 500;
  }
  #menuRadimarDesktop a {
    padding: 5px;
  }
  #menuRadimarDesktop li {
    font-size: 0.8rem;
  }
  div#menuRadimarDesktop {
    padding: 15px 0 10px 0;
  }
}

@media (min-width: 1401px) and (max-width: 1750px) {
  #Nawigacja .FormatEdytor a {
    font-size: 0.75rem;
    font-weight: 500;
  }
}

#radimar .IkonyNawigacja .IkonaNawigacjiMenu .IkonaNaglowek span.PozycjaIlosc {
  position: absolute;
  top: -15%;
  left: 60%;
  margin-left: 2px;
  border-radius: var(--zaokraglenie-50-proc);
  background: var(--kolor-szablonu);
  color: var(--kolor-bialy);
  min-width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

a.telefon {
  text-align: center;
  display: block;
  padding: 20px 0 10px 0;
  font-size: 170%;
}

#PrzyciskKupowania .PrzyciskIlosc {
  align-items: normal !important;
}

#PrzyciskKupowania .PoleIlosciKoszyka {
  margin: 0 !important;
  font-size: 10px;
  text-align: center;
}

.CenyProduktu {
  margin: 15px 0px;
}

#CenaGlownaProduktuBrutto {
  font-size: 110% !important;
}

.category-grid {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  width: 100%; /* Ustaw szerokość na 100% */
}

.category-item {
  width: 33%;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: white;
  padding: 5px;
  height: 115px;
}

.category-img img {
  width: 35px;
  display: block;
  height: auto;
  margin-top: 15px;
}

.category-name p {
  margin: 0;
  padding: 10px 0;
}

a {
  color: black;
  text-decoration: none;
}

/* Styl dla kontenera z przewijaniem poziomym */
#radimar .horizontal-scroll {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    flex-wrap: nowrap;
    margin: 0;
    padding: 1px;
}
/* Styl dla elementów li */
.horizontal-scroll .scroll-item {
    scroll-snap-align: start; 
}

#radimar .scroll-item a{
    background: #F5F5F5;
    border-radius: 5px;
    padding: 13px;
    margin: 3px;
}

#radimar li.OknoRwd.scroll-item, #radimar li.OknoRwd.scroll-item:hover {
    border: none;
    box-shadow: none;
    background: none;
}

/* Styl dla ekranów o szerokości przekraczającej 1000 pikseli */
@media (min-width: 1000px) {
    span.desktop {
        display: block;
    }
    span.mobile {
        display: none;
    }
}

/* Styl dla ekranów o szerokości nie przekraczającej 1000 pikseli */
@media (max-width: 1000px) {
    span.mobile {
        display: block;
    }
    span.desktop {
        display: none;
    }
}

/* Specjalna reguła dla urządzeń o szerokości ekranu do 360 pikseli */
@media (max-width: 400px) {
    span.mobile {
        font-size: 0.75rem; 
    }
}

/* Ustawienie, aby etykieta formularza wyświetlała się bez zmian */
label.formSpan {
    display: contents !important;
}

/* CUSTOM CSS OLD */

@media (max-width: 1000px){
#ZakladkiProduktu li {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
#CechyProduktu strong, #CechyProduktu p, #CechyProduktu a, #CechyProduktu span {
    font-size: 14px;
}
#radimar span.mobile {
    font-size: 14px;
}
#radimar .TbPoz strong{
font-weight: 400;
font-size: 14px;
}
#radimar .TbPoz a{
  font-weight: 400;
font-size: 14px;
}

}

#radimar strong b {
  font-weight: 800;
}
#radimar .TbPoz span {
  display: none;
}

.h4Home{
text-align: left; 
font-size: 1.1rem !important; 
margin: 5px 0 10px 0 !important;
max-width: 78%;

}

.oknoBorder > span {
    position: absolute;
    right: 10px;
    background: #333;
    color: #fff;
    padding: 2px 7px;
    top: 20px;
}
.mp4-edytor-kont {
    margin-bottom: 0 !important;
}
#radimar #kafelek .splide__slide {
            width: 95%;
        }

.oknoBorder{
    margin-bottom: 25px;
    border: 2px solid #333;
    padding: 10px;
margin-top: -15px;
}
span.videoSpan {
    position: absolute;
    right: 30px;
    top: 25px;
    color: #fff;
    background: #333;
    padding: 2px 7px;
}
.filmikHome {
    margin-top: 25px;
    border: 2px solid #333;
    padding: 10px;
}

html {
  scroll-behavior: smooth;
}

.przyciskSzyjemy{
    background: #fff;
cursor: pointer;
    color: #222;
    font-size: 1rem;
    padding: 10px 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 2.5rem;
    right: 2rem;  
}

#radimar h1.tutulRadimar {
    margin: 25px 0 0 0;
}

ul.splide__list {
    margin: 0;
    padding: 0;
}

.przyciskSzyjemy > img {
    display: inline-flex;
    max-height: 30px;
    margin: -10px 0;
}

.custom-column {
    width: 25%;
    float: left;
    text-align: center;
margin-top: 15px;
}

.custom-icon-container {
    display: flex;
    justify-content: center;
}

.custom-icon {
    width: 50px;
    height: 50px;
}

span.przycisk.MargGoraPrawy {
    float: right;
}

.KontenerKupon {
    margin: 0 !important;
    padding: 15px !important;
}

.KontenerKupon h5 {
    display: contents;
}
.toJest img {
    width: 11px;
}
#podobneProdukty h4, #powiazaneProdukty h4, #mixProdukty h4{
padding: 10px;
font-size: 1.1rem;
}

#podobneProdukty .Okno.OknoRwd, #powiazaneProdukty .Okno.OknoRwd, #powiazaneProdukty .ElementListingRamka{
width: 250px;
margin-right: 15px;
}

#podobneProdukty .OknaRwd, #powiazaneProdukty .OknaRwd, #mixProdukty .OknaRwd , #powiazaneProdukty .ElementListingRamka{
    flex-wrap: nowrap;
}

@‌media (min-width: 990px) {
#menuRadimar{
display: none;
}

}

@media (max-width: 1024px) {
p.materialKoszyk {
    margin: 10px 0 !important;
}
span.przycisk.MargGoraPrawy{
display: none;
}
    #podobneProdukty, #powiazaneProdukty, #mixProdukty {
        display: block;
    }
p.materialKoszyk {
    display: inline-flex;
    border: 1px solid #ccc;
    padding: 10px;
border-radius: 5px;
}
img#materialImg {
    display: inline-block !important;
    width: 35px !important;
    height: 40px !important;
    margin-right: 10px;
}
}

#podobneProdukty .powiazane,
#podobneProdukty .podobne, #powiazaneProdukty .OknaRwd {
    display: flex;
    flex-direction: row; 
    overflow-x: scroll;
    scrollbar-width: thin;
}

#podobneProdukty .powiazane::-webkit-scrollbar,
#podobneProdukty .podobne::-webkit-scrollbar {
    display: none;
}


#podobneProdukty .powiazane > div,
#podobneProdukty .podobne > div {
    flex: 0 0 auto; /* Zapobiega automatycznemu rozciąganiu się elementów */
    margin: 0 10px; /* Dodaje margines pomiędzy produktami */
}

a.telefon {
    font-size: 130% !important;
}
li#z_flv {
    display: none;
}
span.kodKopiuj {
    display: block;
    font-size: 9px;
}

.alertBox {
    position: fixed;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px;
    background-color: #BF9A61;
    color: white;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
.kodyRabatowe{
display: none;
}
.kodRabatowy{
display: none;
}

#radimar .NazwaPodkategoria img{
width: 150px;
}

#radimar li.OknoRwd.scroll-item{
margin: 5px;
}

#radimar .scroll-item a{
background: #fff !important;
padding: 0;
margin: 0;
}

@media (min-width: 1000px){
.oknoBorder{
display: none;
}
.custom-column h3 {
    margin-top: 7px;
font-size: 18px;
}
p.materialKoszyk {
    margin: 5px 0 !important;
}
.materialKoszyk > span{
padding: 5px;
margin-left: 10px;
}

img#materialImg {
    display: inline-block;
    width: 30px !important;
    height: 30px !important;
}

p.materialKoszyk {
    display: flex;
}
.KontenerKupon {
    width: 100%;
}
  h1.tutulRadimar{
padding: 0 !important; 
margin: 20px 0 0 0 !important;
}
#radimar li.OknoRwd.scroll-item{
max-width: 20%;
min-width: auto;
}

}

.socialh {
text-align: center;
    font-size: 180% !important;
    font-weight: 500;
    margin-top: 20px !important;
}

.fbinsta {
    display: flex;
    justify-content: space-evenly;
}

.fbinsta img {
    max-width: 100px !important;
}

.opisfirmy {
    padding: 1% 20%;
}

@media (max-width: 1000px){
.custom-column h3 {
    margin-top: 7px;
font-size: 13px;
}
.opisfirmy {
    padding: 0;
}
#radimar li.OknoRwd.scroll-item{
max-width: 40%;
min-width: 40%;
}
#radimar ul.horizontal-scroll{
justify-content: flex-start;
overflow-x: scroll;
}
}

#radimar .OpisListing {
padding: 0;
margin: 0;
}

.ProdRecenzja, .ListingRecenzjeKontener .Foto, nav.category-grid .category-item {
width: -webkit-fill-available !important;
}

.Zobacz {
    display: none;
}

.Listing .Okno .AnimacjaZobacz {
    padding: 0 !important;!i;!;
}

/* CSS 2026 */

/* Poprawienie tytułów "Podobne produkty" etc. */
div#SrodekKolumna .StrNaglowek {
    font-size: 1.5rem !important;
    margin: 40px 0 !important;
    text-align: center;
}

/* Poprawienie tytułów na całej stronie */
#radimar h1, #radimar h2  {
	font-size: 1.5rem !important;
	font-weight: 600;
    margin: 30px 0 !important;
}

#radimar h1 > strong > a, #radimar h2 > strong > a, #radimar h1 > a, #radimar h2 > a {
    font-weight: 600;
}

#radimar .PodkategoriaZdjecia {
    font-size: 1rem !important;
    margin: 0 !important;
}

.Ikonki{
  display:flex;
  flex-wrap:wrap;
  gap: 8px;
  align-items:center;
}

/* nowość/hit/polecamy zostają w pierwszym “wierszu” */
.Ikonki .IkonaNowosc{ order: 1; }
.Ikonki .IkonaHit{ order: 2; }
.Ikonki .IkonaPolecany{ order: 3; }

/* promocja zawsze na końcu i spada do nowej linii */
.Ikonki .IkonaPromocja{
  order: 999;
  flex: 0 0 100%;   /* full width */
  width: 100%;
}

.IkonaPromocja b {
    width: -webkit-fill-available;
    font-weight: bold !important;
padding: 10px;
    font-size: 1rem;
}

.slick-slide img {
width: -webkit-fill-available;
border: 1px solid #ccc !important;
border-radius: 10px;
}

div#ZdjeciaDuze img {
width: -webkit-fill-available !important;
}

#radimar .DodatkoweZdjecia div img{
margin: 3px !important;
padding: 3px !important;
}

.Ikonki{
  display:flex;
  flex-wrap:wrap;
  gap: 8px;
  align-items:center;
}

/* nowość/hit/polecamy zostają w pierwszym “wierszu” */
.Ikonki .IkonaNowosc{ order: 1; }
.Ikonki .IkonaHit{ order: 2; }
.Ikonki .IkonaPolecany{ order: 3; }

/* promocja zawsze na końcu i spada do nowej linii */
.Ikonki .IkonaPromocja{
  order: 999;
  flex: 0 0 100%;   /* full width */
  width: 100%;
}

.IkonaPromocja b {
    width: -webkit-fill-available;
    font-weight: bold !important;
padding: 10px;
    font-size: 1rem;
}

/* karta produktu - nazwa produktu */
#radimar .NazwaProducent h1{
margin: 10px 0 !important;
}

/* przycisk dodania do koszyka */
#PopUpPrzyciski{
  display: flex !important;
  flex-direction: column !important;
  max-width: -webkit-fill-available !important;
  gap: 10px;
}

/* domyślnie: oba jako blok na pełną szerokość */
#PopUpPrzyciski .przycisk{
  display: block !important;
  width: 100% !important;
  box-sizing: border-box;
  text-align: center;
}

/* "Przejdź do koszyka" ma być nad "WRÓĆ | OFERTA" */
#PopUpPrzyciski a.przycisk{
  order: 1;
}

/* "WRÓĆ | OFERTA" na dole */
#PopUpPrzyciski span.przycisk{
  order: 2;
}

a.przycisk{
  font-weight: bold;
}

@media (min-width: 1000px){
div#Nawigacja {
    background: #fff !important;
}
}

div#Nawigacja {
    background: #f2f2f2;
    border-radius: 10px;
    margin: 10px 0 !important;
    padding: 5px;
}

#Nawigacja > .FormatEdytor > a{
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: 1px solid #ccc !important;
}

#Nawigacja span{
  border: none !important;
}

#radimar .LogoSzukanieIkony{
  margin: 0 !important;
}

#CechyProduktu .CechaProduktuEtykieta{
  display: flex;
  align-items: center;
  justify-content: center;   /* centrum dla tekstu */
  position: relative;
  width: 100%;
  text-transform: uppercase;
  font-size: 1rem;
  text-align: center; /* może zostać, ale flex i tak robi robotę */
}

/* to co leci z ::before (np. gwiazdka) wyciągnij na lewo */
#CechyProduktu .CechaProduktuEtykieta::before{
  position: absolute;
  left: 0;
}

/* ikonka info na prawo */
#CechyProduktu .CechaProduktuEtykieta i,
#CechyProduktu .CechaProduktuEtykieta .ikonka,
#CechyProduktu .CechaProduktuEtykieta .fa,
#CechyProduktu .CechaProduktuEtykieta svg{
  position: absolute;
  right: 0;
}


