@import url("style2.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

p,
span:not([class]) {
  color: #333333;
}
h2,
h3,
h4,
h5,
h6 {
  color: #1a1a2e;
}
body {
  min-height: 100vh;
  margin: 0;
  font-family: "Roboto", sans-serif;
  background-color: white;
  padding-bottom: 5vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.head1 {
  background-color: gainsboro;
  width: 100%;
  border-bottom: 1px solid whitesmoke;
  font-size: 18px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header a img {
  width: 18px;
  height: 18px;
  vertical-align: text-top;
}
.head2 {
background: linear-gradient(
  to bottom,
  #2a4f72 0%,
  #315a7f 12%,
  #38658c 25%,
  #3f7099 37%,
  #467ba6 50%,
  #3f7099 63%,
  #38658c 75%,
  #315a7f 88%,
  #2a4f72 100%
);
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  min-height: fit-content;
}
.head2 a {
  width: 20vw;
  justify-content: center;
  text-decoration: none;
  font-size: 24px;
  color: white;
  height: 100%;
  display: flex;
  align-items: center;
}
.head2 a:hover {
  background-color: white;
  color: #35618f;
}
.head3 {
  display: flex;
  align-items: center;
  padding-left: 5%;
  gap: 60%;
  background-color: whitesmoke;
}
.head3Row {
  display: flex;
  flex-direction: row;
}
.logo {
  width: 300px;
  height: 120px;
}
.head3 input {
  width: 15vw;
  height: 5vh;
  border-radius: 25px 0 0 25px;
  background-color: gainsboro;
  border: gainsboro;
  padding: 5%;
}
.magnifier {
  width: 40px;
  height: 40px;
  background-color: gray;
  border-radius: 0 25px 25px 0;
}
.categories {
  display: flex;
  flex-direction: column;
  background-color: whitesmoke;
  height: max-content;
}
.aside {
  display: block;
  width: 100%;
  word-break: normal;
  white-space: normal;
  background-color: rgb(243, 243, 243);
  width: 10vw;
  border-bottom: 1px solid gray;
  text-decoration: none;
  color: #333333;
  padding: 10px;
  flex-wrap: wrap;
  font-weight: bold;
}
form:not([class]) {
  width: 100%;
}
form:not([class]) button,
form:not([class]) a {
  margin-top: 10px;
}
form:not([class]) button {
  width: 100%;
  font-family: "Roboto";
}
select {
  height: 30px;
}
.catBtn {
background: linear-gradient(
  to bottom,
  #2a4f72 0%,
  #315a7f 12%,
  #38658c 25%,
  #3f7099 37%,
  #467ba6 50%,
  #3f7099 63%,
  #38658c 75%,
  #315a7f 88%,
  #2a4f72 100%
);
  width: 10vw;
  padding: 10px;
  color: white;
  display: flex;
  justify-content: center;
  text-decoration: none;
  height: fit-content;
  border: none;
  font-size: 16px;
}
.mainContent .catBtn {
  cursor: pointer;
}
footer {
  background-color: whitesmoke;
  height: 5vh;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 10%;
  gap: 2vw;
  border-top: 1px solid #bebebe;
}
.top {
  display: flex;
  flex-direction: row;
}
#homemain {
  text-transform: uppercase;
  width: 100%;
  font-size: 22px;
}
#glownyimg {
  display: flex;
  width: 20vw;
  height: 5vh;
}
.mid {
  display: flex;
  flex-direction: column;
}
main {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5vh;
}
#cart {
  width: 15vw;
  font-size: 22px;
}
#kategorie {
  font-size: 22px;
}
.footerBtn {
  text-decoration: underline;
  color: gray;
}
.mainContent {
  background-color: whitesmoke;
  max-width: 100%;
  padding: 1vw;
  display: flex;
  flex-direction: column;
  width: 60vw;
  min-height: 50vh;
}
.mainContent a {
  white-space: pre-line;
}
.cartPrice {
  background-color: whitesmoke;
  height: 20vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
}
.karta {
  display: flex;
  flex-direction: row;
  font-family: "Courier New", Courier, monospace;
  background-color: aliceblue;
}
.combine {
  display: flex;
  flex-direction: column;
  border: 1px solid gray;
  gap: 40px;
  width: 100%;
  align-items: center;
  padding: 10px;
}
.combine2 {
  display: flex;
  flex-direction: column;
  border: 1px solid gray;
  gap: 20px;
  align-items: center;
}

.zwierzoki {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rowCategories {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.product {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
.productjpg {
  width: 250px;
  height: 250px;
}
.flex {
  margin: 0;
}
.opisy {
  display: none;
}
.expandable {
  display: flex;
  align-items: center;
}

.expandable .link {
  flex: 1;
  padding: 10px;
}

.box2 span {
  font-size: 20px;
}
#submitBtn {
  background: linear-gradient(
    to bottom,
    #1c3651 0%,
    #223f5c 14%,
    #284867 28%,
    #2e5172 42%,
    #345a7d 56%,
    #3a6388 70%,
    #406c93 84%,
    #46759e 100%
  );
  padding: 10px;
  color: white;
  display: flex;
  justify-content: center;
  text-decoration: none;
  height: fit-content;
  font-weight: bold;
  border: none;
  cursor: pointer;
}
.sublist {
  display: none;
}
.zasadysprz {
  text-align: center;
}
.box {
  border: 1px solid gray;
  text-align: center;
  padding-bottom: 20px;
}
.poradnikCenter {
  display: flex;
  justify-content: center;
}
.box2 {
  white-space: pre-line;
  width: 50%;
}
.box3 {
  width: 50%;
}
.koszyk a {
  width: 93%;
}
.rowpor {
  display: flex;
  justify-content: space-around;
  gap: 10px;
  white-space: pre-line;
}
.rowpor a {
  height: 5vh;
  display: flex;
  align-items: center;
  text-align: center;
}
.rowson {
  display: flex;
  justify-content: center;
}
.sublist {
  list-style: square;
  color: #333333;
  max-width: 8vw;
}
.formson {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.inputt {
  border-radius: 25px;
  padding: 5px;
  border: none;
}
hr {
  width: 92%;
  background-color: whitesmoke;
}
.inputt:focus {
  outline: none;
}
.sendBtn {
  padding: 5px;
  background-color: #3849b5;
  border: 2px solid #5f6dc3;
  color: white;
  width: 5vw;
  border-radius: 25px;
}
.sendBtn:hover {
  background-color: white;
  color: #3849b5;
}
textarea {
  resize: none;
  overflow: auto;
  border-radius: 10px;
  padding: 10px;
  width: 25vw;
}
#text:focus {
  outline: none;
}
.h-captcha {
  padding: 5px;
}
.kontaktForm {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}
#contactForm {
  width: 100%;
}
#count {
  font-size: 18px;
}
.labelinput {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
  font-size: 18px;
}
.categories .catBtn {
  border-radius: 2px 0 0 0;
}
.head2 {
  height: 5vh;
}
.zwierzeImg {
  width: 10vh;
  height: 10vh;
}
.boxZwierzaki {
  display: flex;
  box-sizing: border-box;
  border: 1px dashed gray;
  width: max-content;
  flex-direction: column;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  margin: 5px;
}
.boxZwierzaki a {
  text-decoration: none;
  color: black;
}
.zwierzetahref {
  display: flex;
  justify-content: space-around;
}
.catBtn2 {
  background: linear-gradient(to bottom, #2e5a87 0%, #446e99 100%);
  width: 10vw;
  padding: 10px;
  color: white;
  display: flex;
  justify-content: center;
  text-decoration: none;
  height: fit-content;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
}
.cartCol {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.koszyk {
  display: flex;
  flex-direction: column;
}
.cartBtn {
background: linear-gradient(
  to bottom,
  #2a4f72 0%,
  #315a7f 12%,
  #38658c 25%,
  #3f7099 37%,
  #467ba6 50%,
  #3f7099 63%,
  #38658c 75%,
  #315a7f 88%,
  #2a4f72 100%
);
  text-decoration: none;
  color: whitesmoke;
  border: none;
  height: 5vh;
  font-size: 18px;
  cursor: pointer;
}
#cart {
  border-radius: 0 5px 0 0;
}
.productImg {
  display: flex;
  width: 10vw;
  height: 10vw;
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.3),
    0 15px 25px rgba(0, 0, 0, 0.2);
  object-fit: cover;
}
.productBox {
  display: flex;
  flex-direction: column;
  width: min-content;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #2e5a87;
}
.productRow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  justify-items: center;
}
.cartProductRow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  align-items: center;
  row-gap: 40px;
}
.cartProductRow p:not([class]) {
  text-align: center;
}
.cartProductRow > :first-child {
  grid-column: 1 / -1;
}
.related {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  padding-top: 18px;
  justify-items: center;
  align-items: center;
  row-gap: 40px;
}
.pagination {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.poradnikiBox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  align-items: center;
  row-gap: 20px;
}
.poradnikiBox .catBtn {
  height: 32px;
  justify-content: center;
  align-items: center;
}
.tutList {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 15px;
}
.infoContent {
  font-size: 18px;
}
.tutorialTitle {
  text-align: center;
}
.specprodImg {
  object-fit: cover;
  width: 20vw;
  height: 30vh;
}
.secondary-images {
  display: flex;
  flex-direction: row;
  width: min-content;
  gap: 1vw;
  padding-bottom: 15px;
}
.specprodsecImg {
  object-fit: cover;
  width: 6vw;
  height: 10vh;
}
.quickP {
  font-size: 18px;
  font-weight: bold;
}
.specprodRow {
  display: flex;
  flex-direction: column;
  width: min-content;
  gap: 1vh;
}
.specprodRow .catBtn{
  align-self: center;
}
.imgDesRow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.rivanol {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  padding-bottom: 9px;
}
.rivanol .catBtn {
  padding: 2px 5px;
  margin: 0;
  width: max-content;
  height: 100%;
}
.rivanol input {
  height: 75%;
  text-align: center;
}
.detailsRow {
  display: flex;
  flex-direction: row;
  gap: 5px;
  padding-bottom: 5px;
}
button {
  font-family: "Roboto";
}
.detailsRow button {
  height: 100%;
}
.priceDes {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-wrap: break-word;
  width: 60%;
  font-size: 16px;
}
.priceDes p:empty {
  display: none;
}
.productpage_title {
  background-color: gainsboro;
}
.priceDes p span {
  font-size: 12px;
  background-color: gainsboro;
}
.attributes:empty {
  display: none;
}
.filtrowanie {
  background-color: whitesmoke;
  display: flex;
  justify-content: flex-end;
  padding-top: 1vh;
  align-items: center;
}
.filtrowanie a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.filtrowanie button {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  margin-right: 15px;
}
.searchForm {
  display: flex;
  flex-direction: row;
}
.searchForm .catBtn {
  width: max-content;
  height: 5vh;
  align-items: center;
  border-radius: 0 25px 25px 0;
  padding-left: 5px;
  cursor: pointer;
}
.sales-block p {
  font-size: 18px;
}
.sales-block p,
.sales-block ol,
.sales-block h3 {
  margin: 0px;
}
.sales-rules .sales-block:nth-of-type(2) {
  margin-bottom: -50px;
}
.sales-rules {
  width: 50%;
}
.salesRules {
  white-space: pre-line;
  display: flex;
  justify-content: center;
}
.sales-block p {
  margin-left: 25px;
}
.sales-rules h2,
.sales-rules h3 {
  text-align: center;
}
.sortowanie {
  background-color: whitesmoke;
}
.infoCol {
  display: flex;
  justify-content: space-around;
}
.infoBoxHome {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: red;
}
.infoBoxHome:empty {
  display: none;
}
.brak-wysylki p {
  font-size: 18px;
  color: red;
}
.longDesc .catBtn{
justify-self: center;
}
.contactData {
  display: flex;
  width: max-content;
  flex-direction: column;
  align-items: flex-end;
}
.sendMes {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.catBtnPad {
  background: linear-gradient(
    to bottom,
    #1c3651 0%,
    #223f5c 14%,
    #284867 28%,
    #2e5172 42%,
    #345a7d 56%,
    #3a6388 70%,
    #406c93 84%,
    #46759e 100%
  );
  padding: 5px;
  color: white;
  display: flex;
  justify-content: center;
  text-decoration: none;
  height: fit-content;
  font-weight: bold;
  border: none;
  cursor: pointer;
}
.powiazanePos {
  display: flex;
  width: max-content;
  flex-direction: column;
  align-items: center;
  padding: 5px;
  justify-content: space-between;
  height: 100%;
  margin-top: 9px;
}
.logo {
  font-weight: bold;
  font-style: italic;
}
.powiazanePos p:nth-of-type(2) {
  font-size: 22px;
}
.powiazanePos p:nth-of-type(1) {
  font-weight: bold;
  font-size: 20px;
  color: black;
}
.powiazanePos img {
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.2),
    0 15px 25px rgba(0, 0, 0, 0.1);

  object-fit: cover;
  width: 5vw;
  height: 10vh;
}
.priceDes p:not([class]) {
  font-size: 18px;
}
.attributes {
  font-size: 18px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 18px;
  width: 80%;
}
.selectDf {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: row;
  margin-bottom: 18px;
  gap: 7px;
}
.attributes .catBtn {
  width: 15vw;
}
.subAttr {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
}
.numberInput {
  width: 60%;
}
.numberInput input {
  width: 100%;
}
.combination-select {
  width: 100%;
  text-align: center;
}
.widgets blockquote {
  width: 30%;
  align-self: flex-start;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  height: auto;
}
.widgets #swapping {
  width: 70%;
  background-color: gainsboro;
  border: 20px solid gainsboro;
}
.widgets blockquote {
  background-color: gainsboro;
  border: 20px solid gainsboro;
  margin: 10px 0;
}
.widgets .socials {
  height: auto;
}
.map {
  display: flex;
  width: 100%;
  height: 300px;
  padding: 10px;
}
.product-price {
  font-size: 24px;
  font-weight: 500;
  width: max-content;
  color: #333333;
}
.prodFlex p:not([class]) {
  color: black;
  font-weight: bold;
  text-align: center;
}
.prodFlex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.desBoth {
  width: max-content;
}
.description .catBtn {
  margin-top: 5px;
}
.description .combination-select {
  width: 30%;
}
.description {
  border-top: 1px solid gray;
  border-bottom: 1px solid grey;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 18px;
  padding-top: 18px;
}
.cartFullProd {
  display: flex;
  width: max-content;
  flex-direction: column;
  align-items: center;
  padding: 5px;
  justify-content: space-between;
  height: 100%;
  margin-top: 9px;
}
.imgName {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.delRiv .rivanol {
  justify-self: center;
}
.between {
  text-align: center;
}
.between p {
  margin: 0;
}
.cartProdName {
  font-size: 20px;
  font-weight: bold;
}
.cartAtr {
  font-size: 18px;
}
.top2 {
  display: flex;
  justify-content: center;
}
.cartContCol {
  display: flex;
  gap: 5px;
  padding-bottom: 5px;
}
.center {
  text-align: center;
}

.gmap {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  font-size: 18px;
  box-sizing: border-box;
  background-color: gainsboro;
  border: 20px solid gainsboro;
}
.gmap p {
  font-weight: bolder;
  font-size: 22px;
}
.secContent {
  display: flex;
  flex-direction: column;
}
.socials {
  background-color: gainsboro;
  border: 20px solid gainsboro;
}
.gmap {
  height: auto;
  margin: 10px 0;
}
.emptyStar {
  color: #5e5e5e;
}
.fullStar {
  color: #f1bf42;
}
.categories a {
  font-size: 20px;
}
.sublist a {
  color: #333333;
  text-underline-offset: 5px;
  word-break: break-word;
  text-decoration: none;
  line-height: 30px;
}
.sublist li {
  padding: 5px 0px;
}
.ocena {
  font-size: 250%;
  margin: 5px 0px 0px 0px;
}
.star {
  margin: 0px 0px 5px 0px;
}
#opinie {
  color: #5e5e5e;
}
#reviewBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  height: min-content;
}
#swapping {
  width: 30vw;
  height: 400px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  align-items: center;
}

#swapping img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateX(100%);
  object-fit: cover;
  object-position: center;
}

#swapping img.active {
  opacity: 1;
  transform: translateX(0) !important;
  transition:
    transform 1s ease-out,
    opacity 1s ease-out;
}

#swapping img.exitR {
  transform: translateX(-100%) !important;
  transition:
    transform 1s ease-out,
    opacity 1s ease-out;
}
#swapping img.exitL {
  transform: translateX(100%) !important;
  transition:
    transform 1s ease-out,
    opacity 1s ease-out;
}
.caruselBtns {
  display: flex;
  flex-direction: row;
}
.socials {
  display: flex;
  flex-direction: column-reverse;
  gap: 15%;
  justify-content: center;
}
.widgets {
  display: flex;
  flex-direction: row;
  height: max-content;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}
/* .widgets .quickP {
  width: 30vw;
} */
#fbLogo {
  height: 90px;
  margin: 5px 0 5px 0;
}
#facebookBox {
  display: flex;
  height: min-content;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: white;
}
a {
  color: black;
}
.aboutusdes{
  background-color: gainsboro;
  width: 60%;
  margin: 10px 0;
  border: 20px solid gainsboro;
  font-size: 18px;
}
.kamimg{
  width: 40vw;
  height: 50vh;
}
.kameleonzdjecie{
  display: flex;
  justify-content: center;
}
/* MEDIA */
@media (max-width: 600px) {
  .top {
    flex-direction: column;
    
  }
  .kamimg{
  width: 100%;
  height: 50vh;
}
  .infoCol {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 600px) {
  #swapping {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .categories {
    align-items: center;
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 600px) {
  main .catBtn {
    width: 100%;
    padding: 10px 0 10px 0;
  }
}
@media (max-width: 600px) {
  .mid {
    width: 100%;
  }
}
@media (max-width: 600px) {
  #homemain.catBtn {
    width: 100%;
    padding: 10px 0 10px 0;
  }
}
@media (max-width: 600px) {
  #cart.catBtn {
    width: 100%;
    padding: 10px 0 10px 0;
    border-radius: 0;
  }
}
@media (max-width: 600px) {
  .head2 {
    width: 100%;
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .head2 a {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .rowpor {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .rowpor a {
    width: 60%;
  }
}
@media (max-width: 600px) {
  main .top {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .categories .aside.link {
    width: 100%;
    justify-content: center;
    padding: 10px 0 10px 0;
  }
}
@media (max-width: 600px) {
  .categories .aside {
    width: 100%;
    justify-content: center;
    padding: 10px 0 10px 0;
  }
}
@media (max-width: 600px) {
  .map {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .mainContent {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 600px) {
  .categories a {
    border-bottom: 1px solid gray;
    width: 100%;
    justify-content: center;
    text-decoration: none;
  }
}
@media (max-width: 600px) {
  .widgets {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .gmap {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .widgets #swapping {
    width: auto;
  }
}
@media (max-width: 600px) {
  .widgets blockquote {
    width: auto;
  }
  .aboutusdes{
    width: auto;
  }
}
@media (max-width: 600px) {
  .prodFlex {
    width: auto;
  }
}
@media (max-width: 600px) {
  .productRow {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .imgDesRow {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .specprodImg {
    width: auto;
  }
}
@media (max-width: 600px) {
  .specprodsecImg {
    width: auto;
  }
}
@media (max-width: 600px) {
  .secondary-images {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 600px) {
  .productImg {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 600px) {
  .powiazanePos img {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .productBox {
    min-width: 100px;
    max-width: 100px;
  }
}
@media (max-width: 600px) {
  .prodFlex {
    word-break: break-all;
  }
}
@media (max-width: 600px){
  .sublist li {
    width: 25vw;
  }
}
@media (max-width: 600px) {
  .cartProductRow {
    gap: 50px;
  }
  .detailsRow {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .rivanol input {
    width: 10vw;
  }
}
@media (max-width: 600px) {
  .cartFullProd {
    min-width: 100px;
    max-width: 100px;
  }
}
@media (max-width: 600px) {
  .related {
    grid-template-columns: repeat(2, 1fr);
  }
  .powiazanePos .catBtn{
    width: 20vw;
  }
}
@media (max-width: 600px) {
  .poradnikiBox {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 600px) {
  .imgDesRow .catBtn{
    width: 100%;
  }
}
@media (max-width: 600px) {
  .head3 {
    flex-direction: column;
  }
  .head3 input {
    width: 100%;
    margin-bottom: 5px;
  }
}
