

.custom-short-description {
    margin: 0px 0px;
    width: 100%;
    line-height: 27px;
    color: #242424;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.woocommerce div.product form.cart {
    margin-bottom: 15px;
}

h2.termek-leiras-fejlec {
    font-size: 20px;
    line-height: 1.1em;
    margin-bottom: 10px;
    font-weight: 700;
}

a.termek-taxonomy-link {
background: linear-gradient(90deg, #4193ff, #5C73F2);
    color: white;
    font-family: "Poppins", Sans-serif;
    text-decoration: none;
     padding: 8px 15px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 40px;
}

.termek-osszes-taxonomy-container {
    display: flex;
    gap: 6px;
    flex-direction: row;
    flex-wrap: wrap;
}




.main-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

p.item-texet {
    font-family: "scandia-web", Sans-serif;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.09px;
    color: #566559b3;
    margin-bottom: 0px;
}


.item-description {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.05px;
    color: #171717;
}


h2.item-title {
    font-family: "scandia-web", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.09px;
    line-height: 45px;
    color: #566559;
    text-align: center;
}

.item {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}


.iconsvg {
    width: 75px;
    height: auto;
    fill: #566559;
}


a.custom-link {
    font-family: "scandia-web", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.09px;
    background-color: #566559;
    color: white;
    padding: 11px 40px;
    border-radius: 2px;
    display: flex;
}

.product-long-description {
    margin: 0px 0px;
    width: 100%;
    color: #3B3B3B;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
}


.product-long-description h2 {
    font-size: 24px;
    font-weight: 700;
    padding: 15px 0px;
    margin-bottom: 0px;
}

.product-long-description h3 {
    font-size: 20px;
    font-weight: 500;
    padding: 15px 0px;
    margin-bottom: 0px;
}

img.termekkepekszoveg {
    margin: 25px 0px;
}

.custom-termek-tulajdonsagok {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

p.tulajdonsag-item {
    color: #566559;
    font-family: "Poppins", Sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.23em;
    text-decoration: none;
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 15px;
    justify-content: center;
    gap: 2px;
    background-color: #f8f8f8;
}


p.textinfo {
    border-radius: 15px;
    line-height: 27px;
    margin-bottom: 0px;
    color: #3B3B3B;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 600;
}
p.category-item, p.tag-item {
    font-size: 14px;
    font-weight: 300;
    line-height: 27px;
    margin-bottom: 0px;
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 2px;
    row-gap: 0px;
    color: #3B3B3B;
    font-family: "Poppins", Sans-serif;
}

p.category-item a, p.tag-item a {
    color: #212121;
}

p.category-item a:hover, p.tag-item a:hover {
    color: #8c6751;
}

.category-section, .tag-section {
    display: flex;
    gap: 5px;
}


a.termeklink {
    line-height: 28px;
    margin-top: 9px;
    display: flex;
    color: #3B3B3B;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .custom-short-description {
      width: 100%;
      font-size: 15px;
      line-height: 25px;
  }

  .category-section, .tag-section {
    display: flex;
    gap: 5px;
    flex-direction: column;
}
  }