/* ==========================================================================
   horeca-proizvod-template.css
   Ekstraktovani stilovi iz horeca-template.html
   ========================================================================== */

/* ----- Kontejneri sekcija ----- */
.horeca-section-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.horeca-tabs-section {
    max-width: 1200px;
    margin: 0 auto 80px auto;
}

/* ----- Product detail sekcija ----- */
.product-detail-section--horeca {
    border-top: none;
    padding-bottom: 40px;
    border-bottom: 1px solid #eae3da;
}

/* ----- Product info naslov ----- */
.product-title--horeca {
    font-size: 2.8rem;
    margin-bottom: 10px;
}

.product-category-label {
    color: #b88645;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.product-full-name {
    font-size: 1.2rem;
    color: #2b2420;
    margin-bottom: 20px;
}

.product-story {
    margin-bottom: 20px;
}

/* ----- Content naslovi ----- */
.content-title--2-4 {
    font-size: 2.4rem;
}

.content-title--mb-20 {
    margin-bottom: 20px;
}

.content-intro {
    font-style: italic;
}

.content-intro--mb {
    margin-bottom: 30px;
}

/* ----- Naslovi h3 (Playfair) ----- */
.heading-playfair--dark {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    color: #2b2420;
    margin-bottom: 10px;
}

.heading-playfair--accent {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    color: #b88645;
    margin-bottom: 10px;
}

/* ----- Media fallback (kada nema slike/video) ----- */
.media-no-image {
    margin-top: 30px;
}

.media-no-image--lg {
    margin-top: 40px;
}

/* ----- Utisci iz kuhinje (šef citati) ----- */
.chef-quote {
    margin-top: 30px;
    border-left: 4px solid #b88645;
    padding-left: 20px;
}

.chef-quote blockquote {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 1.4rem;
    font-style: italic;
    color: #2b2420;
    line-height: 1.6;
    font-family: 'Playfair Display', serif;
}

.chef-name {
    margin: 0;
    font-weight: 700;
    font-size: 1.05rem;
    color: #2b2420;
}

.chef-restaurant {
    margin: 3px 0 0 0;
    color: #666;
    font-size: 0.95rem;
}

.chef-photos {
    margin-top: 20px;
}

/* ----- Biznis saveti ----- */
.business-tips-block {
    margin-top: 60px;
}

.tip-item {
    margin-top: 30px;
}

.tip-heading {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    color: #2b2420;
    margin-bottom: 10px;
}

.tip-heading i {
    color: #b88645;
    margin-right: 10px;
}

/* ----- Priprema i regeneracija ----- */
.prep-step {
    margin-top: 20px;
}

.prep-step-info {
    font-size: 1.2rem;
    color: #2b2420;
    font-weight: 700;
    margin-top: 15px;
}

.prep-step-info i {
    color: #b88645;
    margin-right: 5px;
}

/* ----- Deklaracija tab ----- */
.deklaracija-header {
    margin-bottom: 30px;
    border-bottom: 1px solid #eae3da;
    padding-bottom: 20px;
}

.deklaracija-title {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: #2b2420;
    margin: 0 0 5px 0;
}

.deklaracija-fullname {
    font-size: 1.3rem;
    color: #2b2420;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.deklaracija-category {
    font-size: 1rem;
    color: #b88645;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.deklaracija-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-bottom: 40px;
}

.deklaracija-masa {
    margin-bottom: 15px;
}

.deklaracija-sastojci {
    margin-bottom: 10px;
}

.deklaracija-alergeni {
    margin-top: 0;
    margin-bottom: 20px;
}

.deklaracija-tragovi {
    font-size: 1.1rem;
    margin-bottom: 25px;
}

.deklaracija-cuvanje {
    margin-bottom: 10px;
}

/* ----- Karakteristike ikonice ----- */
.karakteristike-grid {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
}

.karakteristika-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 85px;
    text-align: center;
}

.karakteristika-icon-wrap {
    width: 45px;
    height: 45px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.karakteristika-icon-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.karakteristika-label {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 0.8rem;
    line-height: 1.2;
    color: #2b2420;
    font-weight: 700;
    text-transform: uppercase;
}

/* ----- Proizvođač info ----- */
.proizvodjac-info {
    border-top: 1px solid #eae3da;
    padding-top: 20px;
}

.proizvodjac-info p {
    margin: 0;
}

/* ----- Logistika tab ----- */
.logistika-inner {
    max-width: 900px;
}

.logistika-heading {
    margin-top: 0;
}

.logistika-pakovanje-naslov {
    margin-bottom: 5px;
}

.logistika-pakovanje-block {
    margin-top: 15px;
}

.logistika-note {
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 0.95rem;
    color: #555;
    border-left: 2px solid #eae3da;
}

.logistika-note-item {
    display: block;
}

.logistika-note-item--mb {
    display: block;
    margin-bottom: 3px;
}

.logistika-narucivanje {
    margin-top: 15px;
}

.logistika-narucivanje-note {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
}

.logistika-paletizacija {
    margin-top: 30px;
}

/* ----- Nutritivna tabela heading ----- */
.nutritivna-tabela-heading {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.2rem;
    color: #2b2420;
    margin-top: 0;
    margin-bottom: 15px;
}

/* ----- Zbirni template: grid padding ----- */
.horeca-grid-padding {
    padding: 40px 0;
}