

.custom-short-description {
    margin: 0px 0px;
    width: 100%;
    color: #FFFFFF;
    font-family: "rig-sans", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}


.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%;
    font-family: "mundial", Sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 28px;
    color: #ffffff;
}


.product-long-description h2 {
    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: "mundial", 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;
    font-size: 14px;
    font-weight: 700;
    line-height: 27px;
    color: #ffffff;
    font-family: "rig-sans", Sans-serif;
    margin-bottom: 0px;
}
p.category-item, p.tag-item {
    font-family: "rig-sans", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 27px;
    color: #ffffff;
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 2px;
    row-gap: 0px;
}

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

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

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


a.termeklink {
    line-height: 28px;
    margin-top: 9px;
    display: flex;
    color: #FFFFFF;
    font-family: "rig-sans", Sans-serif;
    font-size: 16px;
    font-weight: 700;
}


/* kategoria */
.custom-product-categories {
    font-size: 15px;
    font-family: "rig-sans", Sans-serif;
}

.category-box {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.category-box:hover {
    background: #E40000;
    padding: 5px 15px;
}

.category-box:last-child {
    margin-bottom: 0;
}

/* Címke és érték stílusok */
.category-box__label {
    font-weight: 600;
    min-width: 150px;
    padding-right: 15px;
    color: #FFFFFF;
}

.category-box__value {
    color: #FFFFFF;
}

/* Link stílusok */
.category-box__value .term-link {
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.2s ease;
}





/* Reszponzív beállítások */
@media (max-width: 768px) {
    .category-box {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .category-box__label {
        min-width: auto;
        margin-bottom: 5px;
    }
}

@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;
}
  }