#custom-swiper-container {
    width: 100%;
    overflow: hidden;
}

.amts-topbar {
    position: relative;
    z-index: 1200;
    background: linear-gradient(90deg, #c62828 0%, #f57c00 50%, #ffb300 100%);
    box-shadow: 0 8px 18px rgba(183, 28, 28, 0.28);
}

.amts-topbar-link {
    letter-spacing: 0.01em;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.amts-topbar-coupon {
    display: inline-block;
    padding: 0.1rem 0.5rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.25);
    margin: 0 0.2rem;
}

.amts-campaign-hero {
    background:
        radial-gradient(1200px 280px at -10% -40%, rgba(255, 255, 255, 0.22), transparent 60%),
        linear-gradient(140deg, #b71c1c 0%, #ef6c00 45%, #ff8f00 100%);
}

.amts-section-card {
    border: 0;
    border-radius: 1.25rem;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.09);
}

.amts-coupon-box {
    border: 1px dashed rgba(183, 28, 28, 0.45);
    background: #fff8f2;
    border-radius: 1rem;
}

@media (max-width: 991.98px) {
    .amts-topbar-link {
        font-size: 0.93rem;
    }
}
#product-gallery-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

#product-gallery-swiper .swiper-slide img {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

#product-gallery-swiper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

/* Styles for Elismeréseink (egységes badge megjelenés) */
.awards-content {
    max-width: 260px;
}

/* Lista és elemek */
.award-list {
    gap: 8px;
}

/* Egy badge kártya: középre rendezett, egységes méret */
.award-item {
    width: 100%;
    display: flex;
    padding: 6px 0;
}

/* A kártya maga: link vagy elválasztott wrapper */
.award-card {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 4px;
    text-decoration: none;
    color: inherit;
}

/* Logo konténer — egységes max magasság, megőrzi az arányt */
.award-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px; /* egységesített szélesség */
    height: 56px; /* egységesített magasság */
    flex: 0 0 120px;
}

.award-logo img {
    max-height: 56px;
    max-width: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    border: 0;
}

/* Ha van szöveges cím (pl. Árukereső), kicsi betűméret */
.award-label {
    font-size: 11px;
    line-height: 1;
    color: #000;
    font-family: Arial, Verdana, sans-serif;
}

/* Pepita badge special: a beágyazott markup szelídítése */



/* Mobilon a tartalom kicsit szélesebb, hogy jól legyen olvasható */
@media (max-width: 575.98px) {
    .awards-content {
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .award-logo {
        width: 110px;
        height: 48px;
        flex: 0 0 110px;
    }
    .award-logo img {
        max-height: 48px;
    }
}

/* ParcelShop modal refresh */
#parcelShopModal .modal-content {
    border: 0;
    border-radius: 20px;
    overflow: hidden;
    background: #f8fafc;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.25);
}

#parcelShopModal .modal-header {
    border-bottom: 0;
    padding: 1.5rem 1.5rem 1rem;
    background:
        radial-gradient(900px 200px at -10% -10%, rgba(14, 116, 144, 0.18), transparent 60%),
        linear-gradient(135deg, #eefcf8 0%, #f8fafc 70%);
}

#parcelShopModal .modal-title {
    margin: 0.25rem 0 0.25rem;
    font-size: 1.2rem;
    color: #0f172a;
}

#parcelShopModal .parcelshop-subtitle {
    font-size: 0.9rem;
    color: #475569;
}

#parcelShopModal .parcelshop-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    font-size: 0.75rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #0f766e;
    background: rgba(15, 118, 110, 0.12);
}

#parcelShopModal .modal-body {
    padding: 1rem 1.5rem 1.5rem;
}

#parcelShopModal .parcelshop-map {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    height: 420px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

#parcelShopModal .gls-dpm-wrapper {
    width: 100%;
    height: 100%;
}

#parcelShopModal .modal-footer {
    border-top: 0;
    padding: 0 1.5rem 1.5rem;
    gap: 0.75rem;
}

#parcelShopModal .btn {
    border-radius: 999px;
    padding: 0.6rem 1.4rem;
}

#parcelShopModal .btn-primary {
    background: #0f766e;
    border-color: #0f766e;
}

#parcelShopModal .btn-primary:hover,
#parcelShopModal .btn-primary:focus {
    background: #0b6a63;
    border-color: #0b6a63;
}

#parcelShopModal .btn-secondary {
    background: #e2e8f0;
    border: 0;
    color: #0f172a;
}

#parcelShopModal .btn-secondary:hover,
#parcelShopModal .btn-secondary:focus {
    background: #d6dee8;
    color: #0b1220;
}

@media (max-width: 575.98px) {
    #parcelShopModal .modal-header {
        padding: 1.1rem 1.1rem 0.8rem;
    }
    #parcelShopModal .modal-body {
        padding: 0.8rem 1.1rem 1.1rem;
    }
    #parcelShopModal .modal-footer {
        padding: 0 1.1rem 1.1rem;
    }
    #parcelShopModal .parcelshop-map {
        height: 360px;
    }
}

@media (min-width: 992px) {
    #parcelShopModal .modal-dialog {
        max-width: 1200px;
        width: calc(100vw - 4rem);
    }
    #parcelShopModal .modal-body {
        padding: 0;
    }
    #parcelShopModal .parcelshop-map {
        border: 0;
        border-radius: 0;
        box-shadow: none;
        height: 65vh;
    }
}
