/* ===========================================================
   LUGAS demó kiegészítés · Conen DIGITAL Studio
   Az eredeti MegaOne food-shop stílus marad az alap.
   Itt csak a logó, a heti láda, a fotóillesztés és a jelvény van.
   =========================================================== */

.navbar-brand img,
header a.logo img,
.logo-dark{
    width: auto !important;
    height: 40px;
    max-width: 170px;
}

.rev-slider .slider-overlay{ display: none !important; }

.hero-badge{
    background: #ffffff;
    color: #2d2d2d;
    text-align: center;
    padding: 26px 32px 22px;
    border-radius: 22px;
    box-shadow: 0 18px 40px -22px rgba(45,45,45,.35);
    font-family: 'Poppins', sans-serif;
    white-space: normal !important;
}
.hero-badge span{
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04em;
    margin-bottom: 4px;
    color: #2d2d2d;
}
.hero-badge strong{
    display: block;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.15;
    color: #79a207;
    margin-bottom: 8px;
}
.hero-badge p{
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.5;
    color: #2d2d2d;
    font-weight: 400;
}
.hero-badge .btn{ margin: 0; }
.hero-badge,
.hero-badge *{ white-space: normal !important; }
@media (max-width: 767px){
    .hero-badge{ padding: 18px 16px 16px; border-radius: 16px; }
    .hero-badge strong{ font-size: 24px; }
    .hero-badge p{ font-size: 13px; }
}

.featured-items .featured-item-card .item-img img,
.shop-card-window .mini-bag .bag-item .item-img img{
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}
.testimonial-review .review-image img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

/* Heti láda */
.week-crate{
    background: #f7f8f4;
}
.crate-preview{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    background: #fff;
    border: 1px solid #eee;
    padding: 18px;
    border-radius: 8px;
}
.crate-preview img{
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 6px;
    display: none;
}
.crate-preview img.is-on{ display: block; }
.crate-preview img:nth-child(-n+2){ display: block; }
.crate-sum{
    grid-column: 1 / -1;
    margin: 8px 0 0;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}
.crate-sum strong{ color: #79a207; }
.crate-label{
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: #2d2d2d;
}
.crate-pills{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
}
.crate-pill{
    appearance: none;
    border: 1px solid #eee;
    background: #fff;
    color: #2d2d2d;
    padding: 10px 16px;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    cursor: pointer;
    transition: .35s ease;
}
.crate-pill:hover,
.crate-pill.is-on{
    background: #79a207;
    border-color: #79a207;
    color: #fff;
}
.crate-note{
    margin: 14px 0 0;
    font-size: 13px;
    color: #777;
}
.crate-toast{
    position: fixed;
    left: 50%;
    bottom: 28px;
    transform: translateX(-50%) translateY(12px);
    background: #2d2d2d;
    color: #fff;
    padding: 12px 18px;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    opacity: 0;
    pointer-events: none;
    z-index: 1040;
    transition: .4s ease;
}
.crate-toast.is-on{
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.demo-badge{
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 9999;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 18px 11px 14px;
    background: rgba(45,45,45,.92);
    color: #fff;
    border-radius: 50px;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 12.8px;
    letter-spacing: .2px;
    text-decoration: none;
    box-shadow: 0 10px 30px -10px rgba(45,45,45,.55);
    transition: transform .4s ease, background .3s ease;
}
.demo-badge:hover{
    transform: translateY(-3px);
    background: #2d2d2d;
    color: #fff;
    text-decoration: none;
}
.demo-badge .demo-dot{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #79a207;
    box-shadow: 0 0 0 4px rgba(121,162,7,.25);
    animation: demoPulse 2.4s infinite;
}
.demo-badge strong{ font-weight: 700; }
@keyframes demoPulse{
    0%,100%{ box-shadow: 0 0 0 3px rgba(121,162,7,.3); }
    50%{ box-shadow: 0 0 0 8px rgba(121,162,7,0); }
}
@media (max-width: 767px){
    .demo-badge{ display: none; }
    .crate-pills{ flex-direction: column; }
    .season-sec .crate-pills{ flex-direction: row; justify-content: center; }
}

/* ---------- Kategóriák, szezon, kertek, látogatás ---------- */
.lugas-cats .featured-item-card{ margin-top: 24px; }
.lugas-cats .item-img img{
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}
.lugas-cats .item-detail{ padding-bottom: 4px; }
.lugas-cats .item-name{ font-size: 16px; }

.photo-frame{
    overflow: hidden;
    border: 1px solid #eee;
    background: #fff;
    margin-bottom: 24px;
}
.photo-frame img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 4 / 3;
}
.photo-frame.is-tall img{ aspect-ratio: 4 / 5; }

.season-sec{ background: #fff; }
.season-copy{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #79a207;
    margin: 0 0 10px;
}
.season-text{
    max-width: 560px;
    margin: 0 auto 22px;
}
.season-items{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}
.season-items span{
    display: inline-block;
    border: 1px solid #eee;
    background: #fff;
    padding: 8px 16px;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #2d2d2d;
}

.garden-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.garden-list li{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
    font-family: 'Poppins', sans-serif;
}
.garden-list li:first-child{ border-top: 1px solid #eee; }
.garden-list strong{
    font-weight: 500;
    font-size: 18px;
    color: #2d2d2d;
}
.garden-list span{
    font-size: 14px;
    color: #777;
    text-align: right;
}

.visit-sec{ background: #f7f8f4; }
.visit-meta{
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}
.visit-meta li{
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #2d2d2d;
}
.visit-meta i{
    color: #79a207;
    font-size: 20px;
    line-height: 1.2;
}
.visit-form .form-control{
    height: 48px;
    border: 1px solid #eee;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin-bottom: 12px;
    box-shadow: none;
}
.visit-form textarea.form-control{
    height: 110px;
    padding-top: 12px;
    resize: vertical;
}
.visit-form .form-control:focus{
    border-color: #79a207;
    box-shadow: none;
}

.crate-hero{
    grid-column: 1 / -1;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 6px;
    display: block !important;
}

.featured-items .item-cat{
    display: block;
    margin-bottom: 2px;
}

@media (max-width: 991px){
    .lugas-photos .photo-frame.is-tall img{ aspect-ratio: 4 / 3; }
}
