<style>
/* =========================
   BASE / LAYOUT WRAPPERS
   Shared page width, cards, section backgrounds, and base grid.
========================= */

.container {
    width: 96%;
    max-width: 1440px !important;
}

.modern-pdp-wrap, .modern-description-section, .modern-related-section, .modern-reviews-section, .modern-trust-section-bottom {
    background: #f5f5f6;
}

.modern-pdp-wrap {
    padding: 28px 0 32px;
}

.modern-description-section, .modern-related-section, .modern-reviews-section, .modern-trust-section-bottom {
    padding: 0 0 32px;
}

.modern-card, .modern-info-card, .modern-tags-card, .modern-related-card, .modern-description-card, .modern-reviews-card, .modern-trust-section-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
}

.modern-gallery-card, .modern-buy-card, .modern-description-card, .modern-reviews-card, .modern-trust-section-card {
    padding: 28px;
}

.modern-description-card {
    padding-bottom: 50px;
}

.modern-info-card {
    padding: 24px;
    box-shadow: 0 6px 18px rgba(17, 24, 39, 0.05);
    border-radius: 20px;
}

.modern-tags-card {
    padding: 22px;
    box-shadow: 0 6px 18px rgba(17, 24, 39, 0.05);
    border-radius: 20px;
}

.modern-related-card {
    padding: 24px;
}

.modern-card-title, .modern-info-card-title, .modern-description-title, .modern-related-title, .modern-reviews-title, .modern-trust-section-title {
    margin: 0;
    color: #111827;
    font-weight: 900;
    line-height: 1.1;
}

.modern-card-title, .modern-info-card-title {
    font-size: 24px;
    margin-bottom: 18px;
}

.modern-description-title, .modern-related-title, .modern-trust-section-title {
    font-size: 28px;
    margin-bottom: 20px;
}

.modern-reviews-title {
    font-size: 26px;
    margin-bottom: 18px;
}

.modern-left-stack {
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-width: 0;
}

.modern-pdp-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: start;
}

/* =========================
   GALLERY
   Product image, badges, thumbnails, language flag, and zoom controls.
========================= */

.modern-gallery-topbadges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.modern-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.modern-pill.green {
    background: #5fc76d;
    color: #ffffff;
}

.modern-pill.orange {
    background: #ff7b18;
    color: #ffffff;
}

.modern-pill.yellow {
    background: #f5d774;
    color: #4e3c00;
}

.modern-main-image-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: #fafafa;
}

.modern-main-image-wrap img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.modern-language-flag {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 6;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(17, 24, 39, 0.18);
}

.modern-language-flag img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.modern-nav-arrow, .modern-zoom-btn {
    position: absolute;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: #222222;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
    text-align: center;
}

.modern-nav-arrow {
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
}

.modern-nav-arrow.left {
    left: 18px;
}

.modern-nav-arrow.right {
    right: 18px;
}

.modern-zoom-btn {
    right: 18px;
    bottom: 18px;
    font-size: 24px;
    line-height: 1;
    text-decoration: none;
}

.modern-thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 16px;
}

.modern-thumb {
    display: block;
    overflow: hidden;
    min-height: 110px;
    border: 3px solid transparent;
    border-radius: 18px;
    background: #eeeeee;
}

.modern-thumb.active {
    border-color: #ff7b18;
}

.modern-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 110px;
    object-fit: cover;
}

/* =========================
   BUY CARD / PRODUCT SUMMARY
   Sticky purchase panel, title, metadata, intro text.
========================= */

.modern-buy-card {
    position: sticky;
    top: 24px;
}

.modern-topmeta {
    margin-bottom: 14px;
    color: #787d87;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.modern-topmeta .dot {
    padding: 0 8px;
}

.modern-title {
    margin: 0;
    color: #191c22;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    font-family: inherit;
}

.modern-title-sub {
    display: block;
    margin-top: 10px;
    color: #4b5563;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.modern-description {
    margin-top: 24px;
    color: #444c5a;
    font-size: 17px;
    line-height: 1.7;
}

/* =========================
   RATINGS AND CHIPS
   Stars, review summary, metadata chips, and icon chips.
========================= */

.modern-rating-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: 22px;
}

.modern-stars-dynamic {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 1;
}

.modern-stars-base, .modern-stars-fill {
    white-space: nowrap;
}

.modern-stars-base {
    color: #d1d5db;
}

.modern-stars-fill {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    color: #f4b400;
    pointer-events: none;
}

.modern-rating-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #6b7280;
    font-size: 18px;
    line-height: 1;
}

.modern-rating-meta strong {
    color: #111827;
    font-size: 18px;
    font-weight: 800;
}

.modern-chip-row {
    margin-top: 18px;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}

.modern-chip {
    min-height: 40px;
    padding: 6px 14px 6px 8px;
    font-size: 14px;
    font-weight: 700;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    color: #2f3947;
    transition: all 0.18s ease;
}

.modern-chip i {
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #f3f4f6;
}

.modern-chip .green {
    color: #2f9e44;
    background: #eaf7ee;
}

.modern-chip .orange {
    color: #d97706;
    background: #fff1e6;
}

.modern-chip .red {
    color: #d94841;
    background: #fdeceb;
}

.modern-chip .fa-globe {
    background: #eaf1ff;
    color: #2563eb;
}

.modern-chip .fa-users {
    background: #fff1e6;
    color: #d97706;
}

.modern-chip .fa-clock-o {
    background: #eaf7ee;
    color: #2f9e44;
}

.modern-chip .fa-user-o {
    background: #fdeceb;
    color: #d94841;
}


/* =========================
   ALERTS / FEATURE PANELS
   Warnings, rental info, vouchers, and BAM blocks.
========================= */

.modern-alert, .modern-rent-box, .modern-voucher-card, .modern-bam-card {
    display: flex;
    gap: 16px;
    margin-top: 18px;
    padding: 18px 20px;
    border-radius: 18px;
}

.modern-alert {
    align-items: flex-start;
    margin-top: 22px;
}

.modern-alert-icon, .modern-rent-icon, .modern-voucher-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 999px;
}

.modern-alert-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    font-size: 22px;
    font-weight: 900;
}

.modern-rent-icon, .modern-voucher-icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    font-size: 22px;
}

.modern-alert strong {
    display: block;
    margin-bottom: 4px;
    color: #2a2f39;
    font-size: 18px;
}

.modern-alert p, .modern-rent-text, .modern-voucher-text, .modern-bam-text {
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
}

.modern-alert p {
    color: #505967;
}

.modern-alert.warning {
    border-color: #edd7a2;
    background: #fbf3dc;
}

.modern-alert.warning .modern-alert-icon {
    background: #f5c94c;
    color: #ffffff;
}

.modern-alert.info {
    border-color: #c8d7ed;
    background: #dfe9f6;
}

.modern-alert.info .modern-alert-icon {
    background: #5b99e8;
    color: #ffffff;
}

.modern-rent-box {
    border-color: #efc889;
    background: #f6ecdd;
}

.modern-rent-icon {
    color: #6e4d00;
}

.modern-rent-title {
    margin-bottom: 4px;
    color: #2d3340;
    font-size: 18px;
    font-weight: 800;
}

.modern-rent-text {
    margin-bottom: 8px;
    color: #4e5563;
}

.modern-rent-link, .modern-bam-link, .modern-voucher-button, .modern-rent-button {
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
}

.modern-rent-link {
    color: #ef7f1a;
}

.modern-rent-link:hover {
    text-decoration: underline;
}

.modern-voucher-card {
    border-color: #ddd7d2;
    background: #f3efec;
}

.modern-voucher-icon {
    color: #b78a4d;
    font-size: 30px;
    line-height: 1;
}

.modern-voucher-content {
    flex: 1 1 auto;
    min-width: 0;
}

.modern-voucher-text {
    margin-bottom: 16px;
    color: #5e6470;
    line-height: 1.65;
}

.modern-voucher-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 12px;
    background: #e9e1d7;
    color: #b07a33;
    transition: background 0.18s ease, transform 0.18s ease, color 0.18s ease;
}

.modern-voucher-button:hover {
    background: #e3d8ca;
    color: #9a6828;
    text-decoration: none;
    transform: translateY(-1px);
}

.modern-rent-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 12px;
    background: #e9e1d7;
    color: #b07a33;
    transition: background 0.18s ease, transform 0.18s ease, color 0.18s ease;
}

.modern-rent-button:hover {
    background: #e3d8ca;
    color: #9a6828;
    text-decoration: none;
    transform: translateY(-1px);
}

.modern-bam-card {
    gap: 18px;
    padding: 22px;
    border-color: #d7b9a3;
    background: #f4e3d7;
}

.modern-bam-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 84px;
    width: 84px;
    height: 84px;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #d8b9a0;
    border-radius: 16px;
    background: #fffaf7;
}

.modern-bam-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.modern-bam-content {
    flex: 1 1 auto;
    min-width: 0;
}

.modern-bam-title {
    margin-bottom: 8px;
    color: #7a3f1d;
    font-size: 19px;
    font-weight: 800;
}

.modern-bam-text {
    color: #5f4638;
    line-height: 1.65;
}

.modern-bam-link {
    display: inline-block;
    margin-top: 12px;
    color: #9b4d24;
}

.modern-bam-link:hover {
    color: #7a3f1d;
    text-decoration: underline;
}

.modern-info-list {
    display: grid;
    gap: 12px;
}

.modern-info-row {
    display: grid;
    grid-template-columns: 180px 1fr;
    align-items: start;
    gap: 16px;
    padding: 14px 16px;
    border: 1px solid #eceff3;
    border-radius: 14px;
    background: #f9fafb;
}

.modern-info-label {
    color: #6b7280;
    font-size: 14px;
    font-weight: 700;
}

.modern-info-value {
    color: #111827;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.modern-info-value a {
    color: #111827;
    text-decoration: none;
    border-bottom: 1px solid rgba(17, 24, 39, 0.15);
}

.modern-info-value a:hover {
    color: #f28b00;
    border-bottom-color: rgba(242, 139, 0, 0.4);
}

.modern-tags-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.modern-tag-pill {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border: 0;
    border-radius: 999px;
    background: #f3f4f6;
    color: #4b5563;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: all 0.16s ease;
}

.modern-tag-pill:hover {
    transform: translateY(-1px);
    background: #fff7ed;
    color: #f28b00;
    text-decoration: none;
}

.modern-description-body {
    color: #374151;
    font-size: 16px;
    line-height: 1.8;
}

.modern-description-body > *:first-child {
    margin-top: 0;
}

.modern-description-body > *:last-child {
    margin-bottom: 0;
}

.modern-description-body h1, .modern-description-body h2, .modern-description-body h3, .modern-description-body h4 {
    margin-top: 1.6em;
    margin-bottom: 0.7em;
    color: #111827;
    font-weight: 800;
    line-height: 1.25;
}

.modern-description-body h1 {
    font-size: 2rem;
}

.modern-description-body h2 {
    font-size: 1.6rem;
}

.modern-description-body h3 {
    font-size: 1.3rem;
}

.modern-description-body h4 {
    font-size: 1.1rem;
}

.modern-description-body p {
    margin: 0 0 0.85em;
}

.modern-description-body p + br {
    display: none;
}

.modern-description-body ul, .modern-description-body ol {
    margin: 0 0 1.2em 1.4em;
    padding: 0;
}

.modern-description-body li {
    margin-bottom: 0.45em;
}

.modern-description-body a {
    color: #f28b00;
    text-decoration: none;
    border-bottom: 1px solid rgba(242, 139, 0, 0.35);
}

.modern-description-body a:hover {
    color: #d97706;
    border-bottom-color: rgba(217, 119, 6, 0.45);
}

.modern-description-body img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}

.modern-description-body table {
    width: 100%;
    overflow: hidden;
    margin: 1.2em 0;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    border-collapse: collapse;
}

.modern-description-body th, .modern-description-body td {
    padding: 12px 14px;
    border-bottom: 1px solid #e5e7eb;
    text-align: left;
}

.modern-description-body th {
    background: #f9fafb;
    color: #111827;
    font-weight: 800;
}

.modern-description-body blockquote {
    margin: 1.4em 0;
    padding: 16px 18px;
    border-left: 4px solid #f28b00;
    border-radius: 0 14px 14px 0;
    background: #fff7ed;
    color: #5b4a2f;
}

.modern-price-shell {
    margin-top: 26px;
    padding: 0 5px 0 5px;
    border: 0;
    box-shadow: none;
    border-radius: 22px;
}

.modern-price-shell .product-detail, .modern-price-shell .footer-detail, .modern-price-shell .box-cart, .modern-price-shell .box-cart.style2, .modern-price-shell .content-detail, .modern-related-price-shell .product-detail, .modern-related-price-shell .footer-detail, .modern-related-price-shell .box-cart, .modern-related-price-shell .box-cart.style2, .modern-related-price-shell .content-detail {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.modern-main-buy-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
}

.modern-main-buy-actions__cart {
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
}

.modern-main-buy-actions__cart .status-product, .modern-main-buy-actions__cart .price, .modern-main-buy-actions__cart .kaphato_info_icon + div, .modern-main-buy-actions__cart .content-detail, .modern-main-buy-actions__cart .clear, .modern-main-buy-actions__cart .clearfix {
    width: 100%;
}

.modern-price-shell .status-product {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    max-width: 100%;
    min-width: 0;
}

.modern-price-shell .status-product .elerheto,
.modern-price-shell .status-product .kaphato_e {
    max-width: 100%;
    min-width: 0;
}

.modern-price-shell .status-product .elerheto > div,
.modern-price-shell .status-product .elerheto .zold,
.modern-price-shell .status-product .elerheto .piros,
.modern-price-shell .status-product .elerheto .sarga,
.modern-price-shell .status-product .kaphato_e > div,
.modern-price-shell .status-product .kaphato_e .zold,
.modern-price-shell .status-product .kaphato_e .piros,
.modern-price-shell .status-product .kaphato_e .sarga {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
    border-radius: 999px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.25;
    color: #444c5a;
}

.modern-price-shell .status-product .elerheto .zold {
    color: #56b71c;
    font-weight: 800;
    font-size: 18px;
}

.modern-price-shell .status-product .elerheto .piros {
    color: #f92400;
    font-size: 18px;
    font-weight: 800;
}

.modern-price-shell .status-product .elerheto .sarga {
    color: #f9ab00;
    font-size: 18px;
    font-weight: 800;
}

.modern-price-shell .status-product .kaphato_e:before {
    display: none;
}

.modern-price-shell .status-product .kaphato_e {
    color: #3f8f47;
}

.modern-price-shell .price, .modern-related-price-shell .price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 10px;
}

.modern-price-shell .price {
    margin-bottom: 8px;
}

.modern-price-shell .price .sale {
    color: #191c22;
    font-size: 55px;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: -0.04em;
    font-family: Trebuchet MS;
}

.modern-price-shell .price .regular {
    color: #8b9098;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: line-through;
    font-family: Trebuchet MS;
}

.modern-related-price-shell .sale {
    color: #de2d37;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
}

.modern-related-price-shell .regular {
    color: #8b9098;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: line-through;
}

.modern-price-shell .kaphato_info_icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    float: left;
    width: 22px;
    height: 22px;
    margin-top: 0 !important;
    border-radius: 999px;
    background: #e9edf3;
    color: #5f6b7a;
    font-size: 12px;
    font-weight: 800;
}

.modern-price-shell .kaphato_info_icon + div {
    margin-bottom: 18px;
    padding-top: 2px !important;
    padding-left: 32px !important;
    color: #6b7280;
    font-size: 13px !important;
    line-height: 1.45 !important;
}

.modern-price-shell .btn-add-cart, .modern-related-price-shell .btn-add-cart {
    margin-top: 10px !important;
}

.modern-main-buy-actions__cart .btn-add-cart {
    margin-top: 0 !important;
}

.modern-price-shell .btn-add-cart a, .modern-price-shell .btn-add-cart #kosarba_teszem, .modern-price-shell .btn-add-cart .lista_kosarba, .modern-price-shell .btn-add-cart #elojegyzes, .modern-related-price-shell .btn-add-cart a, .modern-related-price-shell .btn-add-cart #kosarba_teszem, .modern-related-price-shell .btn-add-cart .lista_kosarba, .modern-related-price-shell .btn-add-cart #elojegyzes, .modern-sticky-buybar__cta-wrap .btn-add-cart a, .modern-sticky-buybar__cta-wrap .btn-add-cart #kosarba_teszem, .modern-sticky-buybar__cta-wrap .btn-add-cart .lista_kosarba, .modern-sticky-buybar__cta-wrap .btn-add-cart #elojegyzes {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100% !important;
    border: 0;
    text-decoration: none !important;
    box-sizing: border-box;
    color: #ffffff !important;
    font-weight: 800;
}

.modern-price-shell .btn-add-cart a, .modern-price-shell .btn-add-cart #kosarba_teszem, .modern-price-shell .btn-add-cart .lista_kosarba, .modern-price-shell .btn-add-cart #elojegyzes {
    min-height: 58px;
    padding: 0 22px !important;
    border-radius: 14px;
    font-size: 18px;
    line-height: 1;
    transition: all 0.18s ease;
}

.modern-related-price-shell .btn-add-cart a, .modern-related-price-shell .btn-add-cart #kosarba_teszem, .modern-related-price-shell .btn-add-cart .lista_kosarba, .modern-related-price-shell .btn-add-cart #elojegyzes {
    min-height: 46px;
    padding: 0 16px !important;
    border-radius: 12px;
    background: #f92400 !important;
    font-size: 15px;
}

.modern-sticky-buybar__cta-wrap .btn-add-cart a, .modern-sticky-buybar__cta-wrap .btn-add-cart #kosarba_teszem, .modern-sticky-buybar__cta-wrap .btn-add-cart .lista_kosarba, .modern-sticky-buybar__cta-wrap .btn-add-cart #elojegyzes {
    min-height: 48px !important;
    padding: 0 18px !important;
    border-radius: 14px !important;
    background: #f92400 !important;
    white-space: nowrap !important;
    font-size: 15px !important;
    line-height: 1 !important;
}

.modern-price-shell .btn-add-cart #kosarba_teszem, .modern-price-shell .btn-add-cart a#kosarba_teszem {
    background: #f92400 !important;
}

.modern-price-shell .btn-add-cart #kosarba_teszem:hover, .modern-price-shell .btn-add-cart a#kosarba_teszem:hover {
    background: #333333 !important;
}

.modern-price-shell .btn-add-cart #elojegyzes:hover, .modern-price-shell .btn-add-cart a#elojegyzes:hover {
    background: #333333 !important;
}

.modern-price-shell .btn-add-cart .lista_kosarba, .modern-price-shell .btn-add-cart #elojegyzes, .modern-related-price-shell .btn-add-cart a, .modern-related-price-shell .btn-add-cart #kosarba_teszem, .modern-related-price-shell .btn-add-cart .lista_kosarba, .modern-related-price-shell .btn-add-cart #elojegyzes {
    background: #f92400 !important;
}

.modern-price-shell .btn-add-cart .lista_kosarba:hover, .modern-related-price-shell .btn-add-cart a:hover, .modern-related-price-shell .btn-add-cart #kosarba_teszem:hover, .modern-related-price-shell .btn-add-cart .lista_kosarba:hover, .modern-related-price-shell .btn-add-cart #elojegyzes:hover, .modern-sticky-buybar__cta-wrap .btn-add-cart a:hover, .modern-sticky-buybar__cta-wrap .btn-add-cart #kosarba_teszem:hover, .modern-sticky-buybar__cta-wrap .btn-add-cart .lista_kosarba:hover, .modern-sticky-buybar__cta-wrap .btn-add-cart #elojegyzes:hover {
    background: #333333 !important;
}

.modern-price-shell .btn-add-cart img, .modern-related-price-shell .btn-add-cart img, .modern-sticky-buybar__cta-wrap .btn-add-cart img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.modern-sticky-buybar__cta-wrap .btn-add-cart img {
    margin-right: 8px;
}

.modern-price-shell .clear, .modern-price-shell .clearfix {
    display: block;
    clear: both;
}

.modern-trust-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eceff3;
}

.modern-trust-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.35;
}

.modern-trust-item i {
    margin-top: 1px;
    color: #444444;
    font-size: 20px;
}

.wishlist-toggle-btn {
    position: relative;
    z-index: 9999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #d9d9d9;
    background: #ffffff;
    color: #333333;
    line-height: 1;
    cursor: pointer;
    outline: none;
    user-select: none;
    box-sizing: border-box;
    transition: all 0.22s ease;
    pointer-events: auto;
    appearance: none;
    -webkit-appearance: none;
    text-decoration: none;
}

.wishlist-toggle-btn:hover {
    color: #d6001c;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    text-decoration: none;
}

.wishlist-toggle-btn:focus, .wishlist-toggle-btn:active {
    box-shadow: none;
}

.wishlist-toggle-btn:active {
    transform: scale(0.98);
}

.wishlist-toggle-btn.loading {
    opacity: 0.6;
    pointer-events: none;
}

.wishlist-toggle-btn.active {
    background: #ffffff !important;
    color: #147a23 !important;
    animation: wishlistPulse 0.28s ease;
    border: 1px solid #d9d9d9 !important;
}

.wishlist-toggle-btn.active:hover {
    background: #ffffff !important;
    color: #22c55e !important;
}

.wishlist-toggle-btn i {
    font-size: 35px;
    color: transparent;
    -webkit-text-stroke: 2px #333;
    transition: all 0.2s ease;
}

.wishlist-toggle-btn:hover i {
    color: #e02424;
    -webkit-text-stroke: 0;
}

.wishlist-toggle-btn.active i {
    color: #e02424;
    -webkit-text-stroke: 0;
}

.wishlist-toggle-btn.active:hover i {
    color: #e02424;
}

.wishlist-toggle-btn:hover, .wishlist-toggle-btn.active {
    background: #ffffff;
    border: 1px solid #d9d9d9;
}

.modern-main-wishlist-btn {
    flex: 0 0 112px;
    max-width: 112px;
    min-width: 112px;
    align-self: flex-end;
    min-height: 58px;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 32px;
    font-weight: 800;
    white-space: nowrap;
    width: 112px;
}

.modern-sticky-buybar__wishlist-btn {
    flex: 0 0 auto;
    max-width: 32%;
    min-width: 75px;
    min-height: 48px;
    margin-right: 20px;
    padding: 0 14px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}

.wishlist-toggle-btn .heart-icon {
    font-size: 18px;
    line-height: 1;
}

@keyframes wishlistPulse {
0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.06);
    }
    100% {
        transform: scale(1);
    }
}

.modern-related-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.modern-related-carousel-wrap {
    position: relative;
}

.modern-related-carousel-wrap::before, .modern-related-carousel-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 2;
    width: 72px;
    height: 100%;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.modern-related-carousel-wrap::before {
    left: 0;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.96) 0%,
        rgba(255, 255, 255, 0.72) 35%,
        rgba(255, 255, 255, 0) 100%
    );
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    opacity: 1;
}

.modern-related-carousel-wrap::after {
    right: 0;
    background: linear-gradient(
        to left,
        rgba(255, 255, 255, 0.96) 0%,
        rgba(255, 255, 255, 0.72) 35%,
        rgba(255, 255, 255, 0) 100%
    );
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    opacity: 1;
}

.modern-related-carousel-wrap.is-at-start::before {
    opacity: 0;
}

.modern-related-carousel-wrap.is-at-end::after {
    opacity: 0;
}

.modern-related-carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, 320px);
    gap: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
}

.modern-related-carousel::-webkit-scrollbar {
    height: 10px;
}

.modern-related-carousel::-webkit-scrollbar-track {
    border-radius: 999px;
    background: #f3f4f6;
}

.modern-related-carousel::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #d1d5db;
}

.modern-related-item {
    height: 100%;
    scroll-snap-align: start;
}

.modern-related-product-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid #eceff3;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(17, 24, 39, 0.04);
}

.modern-related-image-wrap {
    position: relative;
    overflow: hidden;
    min-height: 220px;
    aspect-ratio: 1 / 1;
    background: #fafafa;
}

.modern-related-image-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.22s ease;
}

.modern-related-product-card:hover .modern-related-image-wrap img {
    transform: scale(1.03);
}

.modern-related-badge {
    position: absolute;
    left: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.modern-related-badge--new {
    top: 12px;
    background: #5fc76d;
    color: #ffffff;
}

.modern-related-badge--warning {
    top: 12px;
    background: #f5d774;
    color: #4e3c00;
}

.modern-related-badge--sale {
    top: 48px;
    background: #ff7b18;
    color: #ffffff;
}

.modern-related-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 12px;
    padding: 18px;
}

.modern-related-type {
    color: #f28b00;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.modern-related-name {
    display: -webkit-box;
    overflow: hidden;
    min-height: calc(1.35em * 2);
    color: #111827;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.modern-related-name a {
    color: #111827;
    text-decoration: none;
}

.modern-related-name a:hover {
    color: #f28b00;
}

.modern-related-price-shell {
    margin-top: auto;
    padding-top: 10px;
}

.modern-related-arrow {
    position: absolute;
    top: 40%;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(229, 231, 235, 0.9);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: #111827;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    transform: translateY(-50%);
    transition: all 0.2s ease, opacity 0.2s ease, visibility 0.2s ease;
}

.modern-related-arrow:hover {
    border-color: rgba(246, 194, 122, 0.95);
    background: rgba(255, 247, 237, 0.88);
    color: #f28b00;
}

.modern-related-arrow--left {
    left: -18px;
}

.modern-related-arrow--right {
    right: -18px;
}

.modern-related-arrow.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.modern-empty-related {
    padding: 8px 4px;
}

.modern-empty-related p {
    margin: 10px 0 0;
    color: #6b7280;
    font-size: 16px;
    line-height: 1.6;
}

.modern-reviews-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 24px;
}

.modern-reviews-summary, .modern-reviews-form-card {
    padding: 22px;
    border: 1px solid #eceff3;
    border-radius: 20px;
    background: #f9fafb;
}

.modern-review-score-card {
    display: grid;
    gap: 20px;
}

.modern-review-score-main {
    display: flex;
    align-items: center;
    gap: 20px;
}

.modern-review-score-number {
    color: #111827;
    font-size: 54px;
    font-weight: 900;
    line-height: 1;
}

.modern-review-score-meta {
    display: grid;
    gap: 10px;
}

.modern-review-score-text {
    color: #6b7280;
    font-size: 15px;
    font-weight: 600;
}

.modern-review-bars {
    display: grid;
    gap: 12px;
}

.modern-review-bar-row {
    display: grid;
    grid-template-columns: 78px 1fr 36px;
    align-items: center;
    gap: 12px;
}

.modern-review-bar-label {
    color: #4b5563;
    font-size: 14px;
    font-weight: 700;
}

.modern-review-bar-track {
    overflow: hidden;
    height: 10px;
    border-radius: 999px;
    background: #e5e7eb;
}

.modern-review-bar-fill {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #f7b500 0%, #f28b00 100%);
}

.modern-review-bar-count {
    color: #111827;
    font-size: 14px;
    font-weight: 800;
    text-align: right;
}

.modern-review-empty, .modern-review-login-box, .modern-review-success {
    padding: 18px;
    border: 1px solid #eceff3;
    border-radius: 16px;
    background: #ffffff;
}

.modern-review-empty strong {
    display: block;
    margin-bottom: 8px;
    color: #111827;
    font-size: 18px;
}

.modern-review-empty p, .modern-review-login-box p, .modern-review-success {
    margin: 0;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.65;
}

.modern-review-login-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-top: 16px;
    padding: 0 18px;
    border-radius: 14px;
    background: #ff8a00;
    color: #ffffff;
    font-weight: 800;
    text-decoration: none !important;
}

.modern-review-login-btn:hover {
    background: #f07f00;
    color: #ffffff;
}

.modern-review-field {
    margin-bottom: 18px;
}

.modern-review-field h4 {
    margin: 0 0 10px;
    color: #111827;
    font-size: 17px;
    font-weight: 800;
}

.modern-review-note {
    margin-bottom: 10px;
    color: #6b7280;
    font-size: 13px;
    line-height: 1.6;
}

.modern-reviews-form-card textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d7dbe1;
    border-radius: 14px;
    background: #ffffff;
    font-size: 15px;
    line-height: 1.6;
    resize: vertical;
}

.modern-reviews-form-card textarea:focus {
    outline: none;
    border-color: #f6c27a;
    box-shadow: 0 0 0 4px rgba(242, 139, 0, 0.12);
}

.modern-review-submit input {
    min-height: 50px;
    padding: 0 20px;
    border: 0;
    border-radius: 14px;
    background: #ff8a00;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 800;
}

.modern-review-submit input:hover {
    background: #f07f00;
}

.modern-review-errors .errorSummary {
    margin-bottom: 16px;
    padding: 14px 16px;
    border: 1px solid #f4c7c7;
    border-radius: 14px;
    background: #fff4f4;
    color: #b42318;
}

.modern-review-rating-input > div {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.modern-radio-option {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin: 0;
    cursor: pointer;
}

.modern-radio-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.modern-radio-label {
    margin: 0 !important;
    cursor: pointer;
}

.modern-radio-stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    min-height: 44px;
    padding: 0 12px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #ffffff;
    transition: all 0.18s ease;
}

.modern-radio-stars i {
    color: #d1d5db;
    font-size: 18px;
    transition: color 0.18s ease;
}

.modern-radio-option:hover .modern-radio-stars {
    border-color: #f6c27a;
    background: #fffaf3;
}

.modern-radio-option:hover .modern-radio-stars--1 i:nth-child(-n+1), .modern-radio-option:hover .modern-radio-stars--2 i:nth-child(-n+2), .modern-radio-option:hover .modern-radio-stars--3 i:nth-child(-n+3), .modern-radio-option:hover .modern-radio-stars--4 i:nth-child(-n+4), .modern-radio-option:hover .modern-radio-stars--5 i:nth-child(-n+5), .modern-radio-option input[type="radio"]:checked + .modern-radio-label .modern-radio-stars--1 i:nth-child(-n+1), .modern-radio-option input[type="radio"]:checked + .modern-radio-label .modern-radio-stars--2 i:nth-child(-n+2), .modern-radio-option input[type="radio"]:checked + .modern-radio-label .modern-radio-stars--3 i:nth-child(-n+3), .modern-radio-option input[type="radio"]:checked + .modern-radio-label .modern-radio-stars--4 i:nth-child(-n+4), .modern-radio-option input[type="radio"]:checked + .modern-radio-label .modern-radio-stars--5 i:nth-child(-n+5) {
    color: #f4b400;
}

.modern-radio-option input[type="radio"]:checked + .modern-radio-label .modern-radio-stars {
    border-color: #f6c27a;
    background: #fff7ed;
    box-shadow: 0 0 0 4px rgba(242, 139, 0, 0.1);
}

.modern-review-list-wrap {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid #eceff3;
}

.modern-review-list-title {
    margin: 0 0 18px;
    color: #111827;
    font-size: 22px;
    font-weight: 900;
}

.modern-review-list-shell .items {
    display: grid;
    gap: 16px;
}

.modern-review-list-shell .review-list, .modern-review-list-shell ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.modern-review-list-shell .items > *, .modern-review-list-shell .items > li {
    list-style: none;
    padding: 18px;
    border: 1px solid #eceff3;
    border-radius: 18px;
    background: #f9fafb;
}

.modern-review-list-shell .review-metadata {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eceff3;
}

.modern-review-list-shell .review-metadata .name {
    color: #111827;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.5;
}

.modern-review-list-shell .review-metadata .name span {
    color: #6b7280;
    font-weight: 600;
}

.modern-review-list-shell .review-metadata .queue {
    flex: 0 0 auto;
    color: #f4b400;
    font-size: 16px;
}

.queue i {
    color: #f28b00;
    font-size: 20px;
    margin-right: 5px;
}

.modern-review-list-shell .review-content p {
    margin: 0;
    color: #374151;
    font-size: 15px;
    line-height: 1.8;
}

.modern-review-pager {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
    padding: 0;
    list-style: none;
}

.modern-review-pager li a, .modern-review-pager li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #ffffff;
    color: #111827;
    font-weight: 700;
    text-decoration: none;
}

.modern-review-pager li.selected span, .modern-review-pager li a:hover {
    border-color: #f6c27a;
    background: #fff7ed;
    color: #f28b00;
}

.modern-trust-section-header {
    margin-bottom: 22px;
}

.modern-trust-section-subtitle {
    margin: 0;
    color: #6b7280;
    font-size: 16px;
    line-height: 1.6;
}

.modern-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.modern-trust-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 100%;
    padding: 22px 20px;
    border: 1px solid #eceff3;
    border-radius: 20px;
    background: #f9fafb;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.modern-trust-card:hover {
    transform: translateY(-2px);
    border-color: #f6c27a;
    background: #fffdf9;
    box-shadow: 0 10px 22px rgba(17, 24, 39, 0.08);
    text-decoration: none;
}

.modern-trust-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border: 1px solid #f6c27a;
    border-radius: 16px;
    background: #fff7ed;
    color: #f28b00;
    font-size: 22px;
}

.modern-trust-card__icon i {
    display: block;
}

.modern-trust-card__icon img {
    display: block;
    max-width: 26px;
    max-height: 26px;
    object-fit: contain;
}

.modern-trust-card__content h3 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.25;
}

.modern-trust-card__content p {
    margin: 0;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.65;
}

/* =========================
   STICKY BUY BAR
   Floating purchase bar shown after scrolling.
========================= */

.modern-sticky-buybar {
    position: fixed;
    top: 12px;
    right: 0;
    left: 0;
    z-index: 1200;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.modern-sticky-buybar.is-visible {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.modern-sticky-buybar .container {
    padding-top: 6px;
}

.modern-sticky-buybar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 32px;
    border: 1px solid rgba(229, 231, 235, 0.9);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.14);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.modern-sticky-buybar__main {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.modern-sticky-buybar__thumb {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    overflow: hidden;
    border-radius: 14px;
    background: #f3f4f6;
}

.modern-sticky-buybar__thumb img {
    display: block;
    width: 56px;
    height: auto;
    object-fit: cover;
}

.modern-sticky-buybar__meta {
    min-width: 0;
    flex: 1 1 auto;
}

.modern-sticky-buybar__name {
    overflow: hidden;
    max-width: 520px;
    color: #111827;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 6px;
}

.modern-sticky-buybar__sub {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
    color: #6b7280;
    font-size: 13px;
    line-height: 1;
}

.modern-sticky-buybar__stock {
    color: #1e8e3e;
    font-weight: 700;
}

.modern-sticky-buybar__sep {
    color: #c4c7cc;
}

.modern-sticky-buybar__side {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 14px;
}

.modern-sticky-buybar__price {
    color: #111827;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
}

.modern-sticky-buybar__cta-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.modern-sticky-buybar__cta-half {
    flex: 0 0 68%;
    max-width: 68%;
    min-width: 0;
}

.modern-sticky-buybar__cta-wrap .content-detail, .modern-sticky-buybar__cta-wrap .kaphato_info_icon {
    display: none !important;
}

.modern-sticky-buybar__cta-wrap .btn-add-cart {
    margin: 0 !important;
    display: block !important;
    margin-top: 0 !important;
}

/* =========================
   RESPONSIVE: TABLET
========================= */

@media (max-width: 991px) {
    .modern-pdp-grid {
        grid-template-columns: 1fr;
    }

    .modern-buy-card {
        position: static;
        top: auto;
        order: 1;
    }

    .modern-left-stack {
        order: 2;
    }

    .modern-title {
        font-size: 40px;
    }

    .modern-trust-row {
        grid-template-columns: 1fr;
    }

    .modern-reviews-top {
        grid-template-columns: 1fr;
    }

    .modern-trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .modern-sticky-buybar {
        top: 8px;
    }

    .modern-sticky-buybar__inner {
        padding: 12px;
        border-radius: 18px;
    }

    .modern-sticky-buybar__name {
        max-width: 260px;
        font-size: 15px;
    }

    .modern-sticky-buybar__price {
        font-size: 20px;
    }

}

/* =========================
   RESPONSIVE: TABLET / MOBILE BOUNDARY
========================= */

@media (max-width: 768px) {
    .modern-related-arrow, .modern-related-carousel-wrap::before, .modern-related-carousel-wrap::after {
        display: none;
    }

}

/* =========================
   RESPONSIVE: NARROW MOBILE
========================= */

@media (max-width: 640px) {
    .modern-sticky-buybar__thumb {
        display: none;
    }

    .modern-sticky-buybar__inner {
        gap: 10px;
    }

    .modern-sticky-buybar__side {
        gap: 10px;
    }

    .modern-sticky-buybar__price {
        font-size: 18px;
    }

    .modern-sticky-buybar__sub {
        display: none;
    }

    .modern-sticky-buybar__name {
        max-width: 140px;
    }

}

/* =========================
   RESPONSIVE: SMALL MOBILE
========================= */

@media (max-width: 575px) {
    .modern-pdp-wrap {
        padding: 18px 0 24px;
    }

    .modern-description-section, .modern-related-section, .modern-trust-section-bottom {
        padding-bottom: 24px;
    }

    .modern-gallery-card, .modern-buy-card, .modern-description-card, .modern-reviews-card, .modern-trust-section-card, .modern-related-card {
        padding: 18px;
        border-radius: 18px;
    }

    .modern-info-card, .modern-tags-card, .modern-reviews-summary, .modern-reviews-form-card {
        padding: 16px;
        border-radius: 16px;
    }

    .modern-main-image-wrap, .modern-main-image-wrap img {
        border-radius: 16px;
    }

    .modern-title {
        font-size: 32px;
    }

    .modern-title-sub {
        font-size: 18px;
    }

    .modern-thumbs {
        gap: 10px;
    }

    .modern-thumb, .modern-thumb img {
        min-height: 82px;
    }

    .modern-card-title, .modern-info-card-title {
        font-size: 21px;
    }

    .modern-description-title, .modern-related-title, .modern-trust-section-title {
        font-size: 23px;
        margin-bottom: 16px;
    }

    .modern-reviews-title {
        font-size: 22px;
    }

    .modern-description-body {
        font-size: 15px;
        line-height: 1.75;
    }

    .modern-info-row {
        grid-template-columns: 1fr;
        gap: 6px;
        padding: 12px 14px;
    }

    .modern-price-shell {
    padding: 0 25px 25px 25px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 6px 18px rgba(17, 24, 39, 0.05);
    border-radius: 18px;
    }

    .modern-price-shell .price .sale {
        font-size: 36px;
    }

    .modern-price-shell .price .regular {
        font-size: 18px;
    }

    .modern-price-shell .btn-add-cart a, .modern-price-shell .btn-add-cart #kosarba_teszem, .modern-price-shell .btn-add-cart .lista_kosarba, .modern-price-shell .btn-add-cart #elojegyzes {
        min-height: 54px;
        font-size: 17px;
    }

    .modern-main-buy-actions {
        gap: 10px;
        flex-wrap: wrap;
    }

    .modern-main-wishlist-btn {
        min-height: 54px;
        max-width: 100%;
        width: 100%;
        padding: 0 16px;
        font-size: 17px;
        flex: 1 1 100%;
        min-width: 0;
    }

    .modern-sticky-buybar__cta-row {
        flex-direction: column;
        grid-area: actions;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 110px;
        gap: 10px;
        width: 100%;
        align-items: stretch;
    }

    .modern-sticky-buybar__cta-half, .modern-sticky-buybar__wishlist-btn {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
    }

    .modern-voucher-card, .modern-bam-card, .modern-rent-box {
        gap: 12px;
        padding: 16px;
        border-radius: 16px;
    }

    .modern-voucher-icon {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
        font-size: 26px;
    }

    .modern-bam-icon {
        width: 64px;
        height: 64px;
        flex-basis: 64px;
        padding: 8px;
    }

    .modern-bam-title {
        font-size: 17px;
    }

    .modern-bam-text, .modern-voucher-text, .modern-trust-card__content p {
        font-size: 14px;
    }

    .modern-voucher-button {
        width: 100%;
    }

    .modern-related-carousel {
        grid-auto-columns: minmax(230px, 280px);
        gap: 14px;
    }

    .modern-related-body {
        padding: 14px;
    }

    .modern-related-name {
        min-height: 44px;
        font-size: 16px;
    }

    .modern-review-score-number {
        font-size: 42px;
    }

    .modern-review-bar-row {
        grid-template-columns: 68px 1fr 28px;
        gap: 8px;
    }

    .modern-review-list-shell .review-metadata {
        flex-direction: column;
        align-items: flex-start;
    }

    .modern-trust-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .modern-trust-card {
        padding: 18px 16px;
        border-radius: 16px;
    }

    .modern-trust-card__content h3 {
        font-size: 18px;
    }

    .modern-main-buy-actions__cart {
        flex: 1 1 100%;
        width: 100%;
    }

    .modern-main-buy-actions__cart, .modern-price-shell, .modern-cart-inline-row {
        position: relative;
    }

    .modern-cart-inline-row {
        isolation: isolate;
    }

    .modern-real-add-cart-btn {
        position: relative;
        z-index: 20;
    }

    .modern-inline-qty {
        position: relative;
        z-index: 20;
    }

    .modern-sticky-buybar__inner {
        padding: 12px;
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-areas: "meta price"
            "actions actions";
        gap: 10px 12px;
        align-items: center;
        border-radius: 16px 16px 16px 16px;
        margin: 0;
    }

    .modern-sticky-buybar__name {
        max-width: none;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1.25;
    }

    .modern-sticky-buybar__price {
        font-size: 18px;
        grid-area: price;
        align-self: center;
        justify-self: end;
        white-space: nowrap;
        line-height: 1;
    }

    .modern-sticky-buybar__wishlist-btn {
        min-width: 0;
        padding: 0 12px;
        font-size: 14px;
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        min-height: 46px;
        border-radius: 12px;
    }

    .modern-sticky-buybar {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        transform: translateY(12px);
        padding-bottom: env(safe-area-inset-bottom);
    }

    .modern-sticky-buybar .container {
        width: 100%;
        padding: 0 8px;
        padding-bottom: 100px;
    }

    .modern-sticky-buybar__thumb {
        display: none;
    }

    .modern-sticky-buybar__main {
        grid-area: meta;
        display: block;
        min-width: 0;
    }

    .modern-sticky-buybar__meta {
        min-width: 0;
    }

    .modern-sticky-buybar__sub {
        display: none;
    }

    .modern-sticky-buybar__side {
        display: contents;
    }

    .modern-sticky-buybar__cta-half {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .modern-sticky-buybar__cta-wrap, .modern-sticky-buybar__cta-wrap .btn-add-cart, .modern-sticky-buybar__cta-wrap .btn-add-cart a, .modern-sticky-buybar__cta-wrap .btn-add-cart #kosarba_teszem, .modern-sticky-buybar__cta-wrap .btn-add-cart .lista_kosarba, .modern-sticky-buybar__cta-wrap .btn-add-cart #elojegyzes {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .modern-sticky-buybar__cta-wrap .btn-add-cart a, .modern-sticky-buybar__cta-wrap .btn-add-cart #kosarba_teszem, .modern-sticky-buybar__cta-wrap .btn-add-cart .lista_kosarba, .modern-sticky-buybar__cta-wrap .btn-add-cart #elojegyzes {
        min-height: 46px !important;
        font-size: 14px !important;
        padding: 0 14px !important;
        border-radius: 12px !important;
    }

    .modern-sticky-buybar.is-visible {
        transform: translateY(0);
    }

    body {
        padding-bottom: 110px;
    }

    .modern-rating-row--summary {
        align-items: stretch;
    }

    .modern-rating-link {
        width: 100%;
        flex-wrap: wrap;
        gap: 10px;
    }

    .modern-write-review-btn {
        width: 100%;
    }

}

.modern-cart-inline-row {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
    flex-wrap: nowrap !important;
}

.modern-inline-qty {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 82px;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 58px;
    border: 1px solid #cfcfcf;
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
    padding: 5px;
}

.modern-inline-qty .modern-qty-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    min-width: 24px;
    height: 32px;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    color: #222;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
}

.modern-inline-qty .modern-qty-btn:hover {
    background: #c4c4c4;
}

.modern-inline-qty .modern-qty-input {
    display: block;
    width: 34px;
    min-width: 34px;
    height: 32px;
    margin: 0;
    padding: 0;
    border: 0;
    background: #fff;
    color: #111 !important;
    -webkit-text-fill-color: #111 !important;
    text-align: center;
    font-size: 22px !important;
    font-weight: 700 !important;
    font-family: Arial, sans-serif !important;
    line-height: 32px;
    box-shadow: none;
    outline: none;
    pointer-events: none;
}

.modern-real-add-cart-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 1 1 auto;
    min-width: 0;
    width: auto !important;
    min-height: 32px;
    height: 32px;
    padding: 0 14px !important;
    border-radius: 8px;
    background: #f92400 !important;
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none !important;
    box-sizing: border-box;
}

.modern-real-add-cart-btn:hover {
    background: #333333 !important;
}

.modern-real-add-cart-btn img {
    width: 13px;
    height: 13px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.modern-rating-row--summary {
    justify-content: space-between;
    align-items: center;
    gap: 14px;
}

.modern-rating-link {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
}

.modern-rating-link:hover {
    text-decoration: none;
}

.modern-rating-empty-text {
    color: #4b5563;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
}

.modern-write-review-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 12px;
    background: #ff8a00;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background 0.18s ease, transform 0.18s ease;
}

.modern-write-review-btn:hover {
    background: #f07f00;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
}

.modern-discount-percent {
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    padding: 2px 8px;
    color: #de2d37;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.modern-trust-list {
    margin-top: 20px;
    list-style: disc;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.6;
    list-style-type: none;
    padding-left: 0;
}

.modern-trust-list li {
    margin-bottom: 6px;
    font-size: 17px;
    font-weight: 400;
}

.modern-sticky-buybar__status .content-detail, .modern-sticky-buybar__status .btn-add-cart, .modern-sticky-buybar__status .modern-cart-inline-row, .modern-sticky-buybar__status .lista_kosarba, .modern-sticky-buybar__status .kaphato_info_icon, .modern-sticky-buybar__status .kaphato_e {
    display: none !important;
}

.modern-sticky-buybar__status .status-product, .modern-sticky-buybar__status .elerheto {
    display: block !important;
}

.modern-sticky-buybar__cta-wrap .content-detail, .modern-sticky-buybar__cta-wrap .status-product, .modern-sticky-buybar__cta-wrap .elerheto, .modern-sticky-buybar__cta-wrap .kaphato_info_icon, .modern-sticky-buybar__cta-wrap .kaphato_e {
    display: none !important;
}

.modern-sticky-buybar__actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 12px;
}

.modern-sticky-buybar__cta-wrap .modern-cart-inline-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.modern-sticky-buybar__status .status-product .elerheto > div, .modern-sticky-buybar__status .status-product .elerheto .zold, .modern-sticky-buybar__status .status-product .elerheto .piros, .modern-sticky-buybar__status .status-product .elerheto .sarga {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 0px;
    white-space: nowrap;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #444c5a;
}

.modern-sticky-buybar__status .status-product .elerheto .zold {
    color: #56b71c;
    font-weight: 700;
    font-size: 16px;
}

.modern-sticky-buybar__status .status-product .elerheto .piros {
    color: #f92400;
    font-size: 16px;
    font-weight: 700;
}

.modern-sticky-buybar__status .status-product .elerheto .sarga {
    color: #f9ab00;
    font-size: 16px;
    font-weight: 700;
}

/* =========================
   RESPONSIVE: MOBILE
========================= */

@media (max-width: 767px) {
    .modern-sticky-buybar {
        left: 8px;
        right: 8px;
        bottom: 8px;
        width: auto;
        border-radius: 18px;
    }

    .modern-sticky-buybar .container {
        padding-left: 0;
        padding-right: 0;
    }

    .modern-sticky-buybar__inner {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px 12px;
    }

    .modern-sticky-buybar__thumb {
        flex: 0 0 42px;
        width: 42px;
    }

    .modern-sticky-buybar__thumb img {
        width: 42px;
        height: auto;
        display: block;
    }

    .modern-sticky-buybar__meta {
        flex: 1 1 auto;
        min-width: 0;
    }

    .modern-sticky-buybar__name {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 4px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .modern-sticky-buybar__status {
        min-width: 0;
        overflow: hidden;
    }

    .modern-sticky-buybar__status .status-product {
        margin: 0;
    }

    .modern-sticky-buybar__status .elerheto {
        overflow: hidden;
    }

    .modern-sticky-buybar__status .status-product .elerheto > div, .modern-sticky-buybar__status .status-product .elerheto .zold, .modern-sticky-buybar__status .status-product .elerheto .piros, .modern-sticky-buybar__status .status-product .elerheto .sarga {
        min-height: auto;
        font-size: 12px;
        line-height: 1.2;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }

    .modern-sticky-buybar__actions {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .modern-sticky-buybar__cta-wrap {
        display: flex;
        align-items: center;
    }

    .modern-sticky-buybar__cta-wrap .btn-add-cart {
        margin-top: 0 !important;
    }

    .modern-sticky-buybar__cta-wrap .modern-cart-inline-row {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .modern-sticky-buybar__cta-wrap .modern-inline-qty {
        transform: scale(0.88);
        transform-origin: right center;
    }

    .modern-sticky-buybar__cta-wrap .modern-real-add-cart-btn, .modern-sticky-buybar__cta-wrap .lista_kosarba {
        height: 38px;
        padding: 0 12px !important;
        font-size: 13px;
        border-radius: 12px;
        white-space: nowrap;
    }

    .modern-sticky-buybar__cta-wrap .modern-real-add-cart-btn img {
        max-height: 14px;
    }

    .modern-sticky-buybar__wishlist-btn {
        flex: 0 0 38px;
        width: 38px;
        height: 38px;
        min-width: 38px;
        padding: 0;
        border-radius: 12px;
    }

    .modern-sticky-buybar__wishlist-btn i {
        font-size: 18px;
    }

}

/* =========================
   RESPONSIVE: EXTRA SMALL MOBILE
========================= */

@media (max-width: 480px) {
    .modern-sticky-buybar__cta-wrap .modern-inline-qty {
        display: none !important;
    }

    .modern-sticky-buybar__cta-wrap .modern-real-add-cart-btn, .modern-sticky-buybar__cta-wrap .lista_kosarba {
        width: auto;
        min-width: 120px;
        justify-content: center;
    }

}


@media (max-width: 575px) {
  .modern-pdp-wrap,
  .modern-pdp-wrap .container,
  .modern-pdp-grid,
  .modern-left-stack,
  .modern-info-card,
  .modern-tags-card,
  .modern-buy-card {
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .modern-pdp-wrap .container {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .modern-tags-card,
  .modern-info-card,
  .modern-buy-card,
  .modern-gallery-card {
    padding-left: 14px;
    padding-right: 14px;
  }

  .modern-tag-pill {
    max-width: 100%;
    white-space: normal;
    line-height: 1.25;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

@media (max-width: 575px) {
  /* Make ALL sections use identical side spacing */
  .modern-pdp-wrap .container,
  .modern-description-section .container,
  .modern-related-section .container,
  .modern-reviews-section .container {
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
  }

  /* Make cards visually align */
  .modern-tags-card,
  .modern-info-card,
  .modern-buy-card,
  .modern-gallery-card,
  .modern-description-card {
    margin-left: 0;
    margin-right: 0;
    border-radius: 16px;
  }

  /* Slightly tighter chips so they match density below */
  .modern-tag-pill {
    font-size: 14px;
    padding: 4px 10px;
  }
}

@media (max-width: 575px) {
    .modern-price-shell .status-product {
        display: block;
    }

    .modern-price-shell .status-product .elerheto,
    .modern-price-shell .status-product .kaphato_e {
        display: block;
        width: 100%;
    }

    .modern-price-shell .status-product .elerheto > div,
    .modern-price-shell .status-product .elerheto .zold,
    .modern-price-shell .status-product .elerheto .piros,
    .modern-price-shell .status-product .elerheto .sarga,
    .modern-price-shell .status-product .kaphato_e > div,
    .modern-price-shell .status-product .kaphato_e .zold,
    .modern-price-shell .status-product .kaphato_e .piros,
    .modern-price-shell .status-product .kaphato_e .sarga {
        display: block;
        width: 100%;
        white-space: normal;
        overflow-wrap: anywhere;
        line-height: 1.3;
    }
}


</style>
