/* ==========================================================================
   HoReCa Flipbox Shortcodes — extracted from flipbox.php
   Used by: [horeca_flipbox_wine] [horeca_flipbox_beer] [horeca_flipbox_cider] [horeca_flipbox_soft]
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;500;600;700;900&display=swap');

html { scrollbar-gutter: stable; }

.horeca-cat-wrapper { font-family: "Montserrat", sans-serif; margin: 20px auto; width: 1200px; max-width: 100%; box-sizing: border-box; }
.horeca-cat-flex-grid { display: flex; flex-wrap: wrap; gap: 20px; justify-content: flex-start; width: 100%; }

.horeca-wine-accordion {
    width: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
}

.horeca-wine-subcat-section {
    width: 100%;
    margin: 0;
    border-radius: 0;
}
.horeca-wine-subcat-section + .horeca-wine-subcat-section {
    border-top: 1px solid #e2e8f0;
}

.horeca-wine-subcat-heading {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #0f172a;
    margin: 0;
    padding: 16px 20px;
    background: #f8fafc;
    user-select: none;
}
.horeca-wine-subcat-heading::-webkit-details-marker { display: none; }
.horeca-wine-subcat-heading::marker { content: ""; }

.horeca-wine-subcat-count {
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    background: #806792;
    text-transform: none;
    letter-spacing: normal;
    padding: 2px 9px;
    border-radius: 999px;
}

.horeca-wine-subcat-heading::after {
    content: "";
    width: 9px;
    height: 9px;
    border-right: 2px solid #806792;
    border-bottom: 2px solid #806792;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    margin-left: auto;
    flex-shrink: 0;
}
.horeca-wine-subcat-section[open] > .horeca-wine-subcat-heading::after {
    transform: rotate(-135deg);
}

.horeca-wine-subcat-section > .horeca-cat-flex-grid {
    padding: 20px;
    margin: 0;
}

.horeca-cat-flip-container { perspective: 1200px; width: calc(25% - 15px); min-width: 260px; height: 350px; box-sizing: border-box; margin-bottom: 10px; }
.horeca-cat-flip-card { position: relative; width: 100%; height: 100%; text-align: center; transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); transform-style: preserve-3d; border-radius: 12px; }

.horeca-cat-flip-container:hover .horeca-cat-flip-card { transform: rotateY(180deg); }

.horeca-cat-flip-front {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    box-shadow: 0 4px 14px rgba(0,0,0,0.04);
    overflow: hidden;
}

.horeca-cat-flip-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 12px;
    padding: 20px;
    box-sizing: border-box;
    overflow-y: auto;
    transform: rotateY(180deg);
    background: #806792 !important;
    border: 1px solid #7a7a7a;
}

.horeca-cat-img-frame {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    background: #ffffff;
    width: 100%;
    flex-grow: 1;
}
.horeca-cat-flip-img { max-height: 250px; width: auto; max-width: 100%; object-fit: contain; }
.horeca-cat-flip-placeholder { width: 80px; height: 80px; background: #f8fafc; border: 1px dashed #cbd5e1; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto; font-size: 14px; color: #94a3b8; }

.horeca-cat-front-details { width: 100%; padding-top: 10px; flex-shrink: 0; }

.wp-card-producer { font-size: 17pt; font-weight: 700; color: #0f172a; text-transform: uppercase; margin: 0px 0 2px 0; line-height: 1.2; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; letter-spacing: 0.3px; padding-top: 10px;}
.wp-card-name { font-size: 13px; color: #475569; font-weight: 500; margin: 0; line-height: 1.4; height: 38px; overflow: hidden; text-align: center; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.divTableCell1 { display: table-cell; text-align: left; font-family: "Montserrat", sans-serif; font-weight: 500; color: #ffffff !important; }
.divTableCell2 { display: table-cell; text-align: right; font-family: "Montserrat", sans-serif; font-weight: 500; color: #ffffff !important; }

.bottledescription { width: 100%; height: auto; border-collapse: collapse; font-size: 12px; line-height: 200%; }

.divTable { display: table; width: 100%; }
.divTableRow { display: table-row; border-bottom: 1px solid; border-color: #4B4F58 !important; }
.divTableRow:last-child { border-bottom: none; }
.divTableBody { display: table-row-group; }

@media(max-width: 1200px) { .horeca-cat-flip-container { width: calc(33.33% - 14px); } }
@media(max-width: 768px) { .horeca-cat-flip-container { width: calc(50% - 10px); } }
@media(max-width: 480px) { .horeca-cat-flip-container { width: 100%; } }
