/* Fájl: css/fully-custom-product-styles.css */


.fully-custom-product-container .price {
    margin-bottom: 20px;
    color: #212121 !important;
    font-size: 25px !important;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", Sans-serif;
}

.variations-container {
    margin-bottom: 20px;
}

.variation-attribute {
    margin-bottom: 15px;
    width: 86%;
}

.variation-attribute h5 {
    margin-bottom: 10px;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #34302F;
}

.variation-option {
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #8067ad;
    background-color: transparent;
    letter-spacing: 0.5px;
    color: #141414;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.variation-option:hover {
    background-color: #f3f8f4;
}

.variation-option.selected {
    background-color: #f3f8f4;
    color: #212121;
    border-color: #f3f8f4;
}

.quantity-selector {
    display: flex;
    align-items: center;
    border: 1px solid #b4b4b4;
    justify-content: center;
    height: 60px;
    border-radius: 0px;
    background-color: white;
}
.quantity-button {
    border: none;
    font-size: 1.2em;
    cursor: pointer;
    background-color: transparent;
    color: #050327;
    font-family: "mundial", Sans-serif;
    font-weight: 100;
}
.quantity-button:hover {
    background-color: #f3f8f4;
    border-radius: 0px;
    color: #050327;
}



.quantity-input {
    width: 32px;
    height: 32px;
    text-align: center;
    color: #050327;
    font-family: "mundial", Sans-serif;
    font-weight: 100;
    border: none !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: transparent !important;
    padding: 0px !important;
}
.fully-custom-add-to-cart-button {
    background-color: transparent;
    border: 1px solid #b4b4b4;
    border-radius: 0px;
    color: #050327;
    font-family: "mundial", Sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 15px 30px;
    transition: border-color 0.3s ease;
}

.fully-custom-add-to-cart-button:hover {
    background-color: #f3f8f4;
    color: #050327;
}

.fully-custom-add-to-cart-button:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

.cart-controls-container {
    display: flex;
    gap: 20px;
    width: 75%;
}
/* Készlethiány esetén eltüntetjük a vonalat */
.fully-custom-product-container[data-in-stock="false"] {
    border-top: none;
    background-color: #dbe9da;
    width: 90%;
    border-radius: 6px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.custom-short-description[data-in-stock="false"] {
    display: none;
}

span.custom-product-highlight.custom-highlight-991 {
    background-color: #dbc7ff;
    padding: 4px 29px;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-weight: 600;
    font-size: 13px;
}

.price-container {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Alapértelmezett ár stílusa */
.price-container .regular-price {
    text-decoration: none;
    margin-bottom: 10px;
    font-family: "Montserrat", Sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 45px;
    letter-spacing: 0.8px;
    color: #050327;
}

/* Eredeti ár, ha akciós */
.price-container .regular-price.with-sale {
    color: grey;
    font-family: "Poppins", Sans-serif;
    font-size: 29px;
    font-weight: 400;
    text-decoration: line-through;
}

/* Akciós ár */
.price-container .sale-price {
    color: red;
    font-family: "Poppins", Sans-serif;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 10px;
}

.out-of-stock-message {
    color: #e2401c;
    font-weight: bold;
    margin: 1em 0;
}

.alternatives-link {
    padding: 0.5em 1em;
    margin: 1em 0;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 19px;
    font-weight: 700;
    border-radius: 15px;
    text-transform: uppercase;
    color: #000000;
}

p.out-of-stock-title {
    color: #212121;
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 25px;
    font-weight: 800;
    text-transform: uppercase;
    font-style: italic;
    line-height: 32px;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
}

.out-of-stock-message {
    margin: 1em 0;
    font-family: "mundial", Sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    color: #212121;
}

.alternatives-link:hover {
    background-color: #e0e0e0;
    color: #313131;
}


@media (max-width: 767px) {
    .cart-controls-container {
        display: flex;
        gap: 20px;
        width: 100%;
    }

    .fully-custom-product-container[data-in-stock="false"] {
        border-top: none;
        background-color: #dbe9da;
        width: 100%;
    }

    .variation-option {
        display: inline-block;
        cursor: pointer;
        transition: all 0.3s ease;
        border: 1px solid #8067ad;
        background-color: transparent;
        letter-spacing: 0.5px;
        color: #141414;
        font-family: "Poppins", Sans-serif;
        font-size: 12px;
        font-weight: 500;
        border-radius: 5px;
        margin-right: 8px;
        margin-bottom: 8px;
        padding: 14px 7px;
    }
}


@media screen and (min-width: 820px) and (max-width: 1180px) {
    .custom-products-display {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 60px;
    }

    .custom-filter-container {
        width: 40%;
    }
}