/* Heleniatic özel düzeltmeler */

/* Basit menüde hover blur overlay kapalı */
.box-navigation-simple .menu-item:hover .item-link::after {
    display: none;
}

.menu-overlay-enabled.is-active {
    opacity: 0 !important;
    backdrop-filter: none !important;
    pointer-events: none !important;
}

/* Menü link hover — sadece alt çizgi, bulanıklık yok */
.box-navigation-simple .item-link::before {
    bottom: 20px;
}

.box-navigation-simple .menu-item .item-link.active::before,
.box-navigation-simple .menu-item:hover .item-link::before {
    left: 0;
    right: auto;
    width: 100%;
}

/* Karşılaştır kaldırıldı */
.product-action_list .compare,
li.compare,
.canvas-compare,
#compare {
    display: none !important;
}

/* Ödeme — iyzico güven rozeti */
.iyzico-trust-badge {
    padding: 16px;
    border-radius: 8px;
    background: #f8fffb;
    border: 1px solid #d4f5e4;
}

.payment_check .iyzico-pay-logo {
    flex-shrink: 0;
    object-fit: contain;
}

.payment_check {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.nav-icon-list .nav-icon-item.is-text span:not(.cart-count-badge) {
    display: none !important;
}

.nav-icon-list .nav-icon-item {
    padding: 6px;
}

.nav-icon-list .nav-icon-item.shop-cart {
    overflow: visible;
}

.nav-icon-list li:has(.shop-cart) {
    overflow: visible;
}

.nav-icon-list .nav-icon-item i.fs-28 {
    font-size: 28px;
}

.nav-icon-list .nav-icon-item i {
    line-height: 1;
}

.nav-icon-list .nav-icon-item.shop-cart .cart-count-badge {
    position: absolute;
    top: -4px;
    right: -8px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 999px;
    background: #000;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 2;
    box-sizing: border-box;
}

.nav-icon-list .nav-icon-item.shop-cart .cart-count-badge.is-empty {
    display: none !important;
}

.favorite-toggle.is-active,
.btn-wishlist.favorite-toggle.is-active {
    background-color: #000;
    color: #fff;
}

.favorite-toggle.is-active .icon-Hearth,
.btn-wishlist.favorite-toggle.is-active .icon-Hearth {
    color: #fff;
}

.product-action_list .wishlist .favorite-toggle.is-active {
    background: #000;
    color: #fff;
}

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

.favorite-toast {
    position: fixed;
    right: 20px;
    bottom: 24px;
    z-index: 9999;
    background: #111;
    color: #fff;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.favorite-toast.show {
    opacity: 1;
    transform: translateY(0);
}

.account-nav .nav-link.active {
    background: #111;
    color: #fff;
}

/* Header ikonları — mobilde daha sıkı */
@media (max-width: 1199.98px) {
    .tf-header .header-right {
        display: flex;
        justify-content: flex-end;
    }

    .tf-header .header-right .nav-icon-list {
        width: auto;
        gap: 4px !important;
    }

    .tf-header .nav-icon-list .nav-icon-item {
        padding: 4px;
    }

    .tf-header .nav-icon-list .nav-icon-item i.fs-28 {
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    .tf-header .header-right .nav-icon-list {
        gap: 12px !important;
    }
}

/* Topbar */
.heleniatic-topbar {
    background: #e8c073 !important;
}

.heleniatic-topbar .text-white,
.heleniatic-topbar .link.text-white {
    color: #ffffff !important;
    text-shadow: none;
}

.heleniatic-topbar .link.text-white:hover {
    color: #ffffff !important;
    opacity: 0.9;
}

.tf-topbar .topbar-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
}

.tf-topbar .topbar-left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.tf-topbar .topbar-messages {
    width: 100%;
    padding: 0 100px;
}

@media (max-width: 1199.98px) {
    .tf-topbar .topbar-messages {
        padding: 0;
    }
}

.tf-topbar .swiper-topbar {
    width: 100%;
}

.tf-topbar .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tf-topbar .topbar-center {
    width: 100%;
    margin: 0;
    text-align: center;
}

/* Değerlendirmeler */
.heleniatic-stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    line-height: 1;
}

.heleniatic-stars .icon {
    color: #ddd;
}

.heleniatic-stars .icon.is-filled,
.heleniatic-stars .icon.is-half,
.review-star-option.is-selected .icon,
.review-star-option:hover .icon,
.review-star-option:hover ~ .review-star-option .icon {
    color: #f4b400;
}

.heleniatic-stars--lg .icon {
    font-size: 22px;
}

.heleniatic-stars--md .icon {
    font-size: 16px;
}

.heleniatic-stars--sm .icon {
    font-size: 14px;
}

.product-reviews-section {
    scroll-margin-top: 120px;
}

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

.reviews-section-title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin: 0;
}

.reviews-section-link {
    font-size: 14px;
    color: #666;
    text-decoration: none;
}

.reviews-section-link:hover {
    color: #111;
}

.reviews-summary-box {
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.reviews-summary-grid {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 32px;
    padding: 28px 32px;
}

.reviews-summary-score {
    text-align: center;
    border-right: 1px solid #eee;
    padding-right: 24px;
}

.reviews-average {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

.reviews-count {
    margin: 10px 0 0;
    font-size: 14px;
    color: #777;
}

.reviews-bar-row {
    display: grid;
    grid-template-columns: 16px 1fr 40px;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.reviews-bar-row:last-child {
    margin-bottom: 0;
}

.reviews-bar-label,
.reviews-bar-percent {
    font-size: 14px;
    color: #666;
}

.reviews-bar-track {
    height: 8px;
    background: #f0f0f0;
    border-radius: 999px;
    overflow: hidden;
}

.reviews-bar-fill {
    height: 100%;
    background: #f4b400;
    border-radius: 999px;
}

.reviews-summary-action {
    border-top: 1px solid #eee;
    padding: 18px 24px;
    background: #fafafa;
}

.reviews-form .form-control {
    border-radius: 8px;
}

.review-star-input {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 6px;
}

.review-star-option {
    cursor: pointer;
    margin: 0;
}

.review-star-option input {
    display: none;
}

.review-star-option .icon {
    font-size: 24px;
    color: #ddd;
    transition: color 0.15s ease;
}

.review-star-option.is-selected .icon,
.review-star-option:hover .icon,
.review-star-option:hover ~ .review-star-option .icon {
    color: #f4b400;
}

.reviews-list {
    margin-top: 24px;
    display: grid;
    gap: 16px;
}

.review-card {
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 20px 24px;
    background: #fff;
}

.review-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.review-card-user {
    display: flex;
    align-items: center;
    gap: 12px;
}

.review-initials {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.02em;
}

.review-date {
    font-size: 14px;
    color: #888;
}

.review-card-text {
    color: #444;
    line-height: 1.7;
}

.review-card-images {
    margin-top: 14px;
}

.review-card-image-btn {
    position: relative;
    display: inline-block;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}

.review-card-image-count {
    position: absolute;
    right: 8px;
    bottom: 8px;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.review-card-image,
.review-admin-preview {
    display: block;
    max-width: 180px;
    max-height: 180px;
    width: auto;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    border: 1px solid #e8e8e8;
}

.review-image-preview-wrap,
.review-image-preview-item {
    display: block;
}

.review-gallery-modal-content {
    position: relative;
    border: 0;
    border-radius: 16px;
    overflow: hidden;
    background: #111;
}

.review-gallery-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 5;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.review-gallery-body {
    position: relative;
    padding: 0;
}

.review-gallery-swiper {
    width: 100%;
    min-height: 320px;
}

.review-gallery-slide-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 320px;
    max-height: 80vh;
    background: #111;
}

.review-gallery-slide-inner img {
    display: block;
    max-width: 100%;
    max-height: 80vh;
    width: auto;
    height: auto;
    object-fit: contain;
}

.review-gallery-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 4;
    display: flex;
    justify-content: space-between;
    padding: 0 12px;
    pointer-events: none;
}

.review-gallery-nav .tf-sw-nav {
    pointer-events: auto;
    background: rgba(255, 255, 255, 0.92);
}

.review-gallery-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    z-index: 4;
}

.review-gallery-counter {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 4;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .reviews-summary-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 20px;
    }

    .reviews-summary-score {
        border-right: 0;
        border-bottom: 1px solid #eee;
        padding-right: 0;
        padding-bottom: 20px;
    }
}

/* Birlikte Al */
.buy-together-title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #888;
    margin-bottom: 14px;
}

.buy-together-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    padding: 18px 20px;
    background: #fff;
}

.buy-together-products {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
    min-width: 0;
}

.buy-together-item {
    position: relative;
    text-align: center;
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 10px 12px 12px;
    min-width: 110px;
    max-width: 130px;
}

.buy-together-item--bundled {
    padding-top: 28px;
}

.buy-together-savings {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 11px;
    font-weight: 600;
    border: 1px solid #ddd;
    border-radius: 999px;
    padding: 4px 10px;
    background: #fff;
    color: #333;
}

.buy-together-image {
    display: block;
    margin-bottom: 8px;
}

.buy-together-image img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    margin: 0 auto;
}

.buy-together-plus {
    font-size: 22px;
    font-weight: 400;
    color: #111;
    flex-shrink: 0;
}

.buy-together-price,
.buy-together-price-sale {
    font-size: 14px;
    font-weight: 600;
    color: #111;
}

.buy-together-price-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.buy-together-price-old {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
}

.buy-together-price-sale {
    color: #e85d04;
}

.buy-together-action {
    text-align: center;
    flex-shrink: 0;
    min-width: 170px;
}

.buy-together-total {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.buy-together-total strong {
    display: block;
    font-size: 24px;
    color: #e85d04;
    font-weight: 700;
    margin-top: 4px;
}

.buy-together-btn {
    width: 100%;
    border: 1px solid #111;
    border-radius: 999px;
    background: #fff;
    color: #111;
    font-size: 13px;
    font-weight: 600;
    padding: 12px 18px;
    transition: all 0.2s ease;
}

.buy-together-btn:hover {
    background: #111;
    color: #fff;
}

.buy-together-btn.loading {
    opacity: 0.7;
    pointer-events: none;
}

/* Ürün detay accordion */
.product-detail-accordion {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.product-detail-accordion-item + .product-detail-accordion-item {
    border-top: 1px solid #e5e5e5;
}

.product-detail-accordion-item--solo {
    border-top: 0;
}

.product-detail-accordion-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    border: 0;
    background: #fff;
    color: #1b4332;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-align: left;
}

.product-detail-accordion-btn .icon {
    font-size: 14px;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.product-detail-accordion-btn:not(.collapsed) .icon {
    transform: rotate(180deg);
}

.product-detail-accordion-body {
    padding: 0 20px 18px;
    color: #555;
    line-height: 1.7;
    font-size: 14px;
}

@media (max-width: 767.98px) {
    .buy-together-box {
        flex-direction: column;
        align-items: stretch;
    }

    .buy-together-products {
        justify-content: center;
    }

    .buy-together-action {
        min-width: 0;
        width: 100%;
    }
}

/* Ana sayfa — tam genişlik slider, üst ve yan boşluksuz */
.page-home .tf-header + .br-line {
    display: none;
}

.slideshow-images-only.tf-slideshow.style-2 {
    padding: 0 !important;
    margin: 0;
    border-radius: 0 !important;
    width: 100%;
    max-width: 100%;
}

.slideshow-images-only.tf-slideshow.style-2 .group-nav_wrap {
    left: 16px;
    right: 16px;
    bottom: 24px;
}

.slideshow-images-only .slideshow-v02--image-only {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    aspect-ratio: 1872 / 793;
    min-height: 220px;
}

.slideshow-images-only .sld-image--only {
    position: absolute;
    inset: 0;
}

.slideshow-images-only .sld-image--only img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    display: block;
}

.slideshow-images-only .slideshow-v02--image-only .sld-image::after {
    display: none !important;
}

.slideshow-images-only a.slideshow-v02--image-only {
    color: inherit;
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .slideshow-images-only .slideshow-v02--image-only {
        aspect-ratio: 4 / 5;
        min-height: 280px;
    }
}

/* Ana sayfa — değer kartları */
.heleniatic-values {
    background: #f3f4f6;
}

.heleniatic-value-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 36px 28px;
    height: 100%;
    text-align: center;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.heleniatic-value-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.heleniatic-value-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 20px;
    color: #1f9fb0;
    font-size: 40px;
    line-height: 1;
}

.heleniatic-value-card__title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 14px;
    line-height: 1.35;
}

.heleniatic-value-card__desc {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #64748b;
}

@media (max-width: 767.98px) {
    .heleniatic-value-card {
        padding: 28px 22px;
    }
}

/* Blog içerik */
.blog-post-body {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--text-main, #1e293b);
}

.blog-post-body p {
    margin-bottom: 1rem;
}

/* Giriş / Kayıt — uzun formlar footer altına taşmasın */
.page-auth .section-log {
    height: auto !important;
    min-height: calc(100vh - 128px);
}

.page-auth .section-log .content-right {
    align-items: flex-start;
    justify-content: center;
    padding: 32px 15px 64px;
}

.page-auth .section-log .image-left {
    min-height: 280px;
}

@media (min-width: 768px) {
    .page-auth .section-log {
        min-height: calc(100vh - 120px);
    }

    .page-auth .section-log .content-right {
        padding-top: 48px;
        padding-bottom: 72px;
    }

    .page-auth .section-log .image-left {
        min-height: calc(100vh - 120px);
    }
}

.page-auth-register .section-log .content-right .title {
    margin-bottom: 20px;
}

.page-auth-register .form-log .form-content {
    display: grid;
    gap: 12px;
    margin-bottom: 16px;
}

.page-auth-register .form-log .form-btn {
    gap: 14px;
}

.page-auth-register .form-log .checkbox-wrap label {
    line-height: 1.45;
}

/* Ana sayfa slider — yuvarlak pagination noktaları */
.tf-slideshow.slideshow-images-only .group-nav_number .sw-dot-default {
    display: flex;
    align-items: center;
    gap: 8px;
    width: auto;
}

.tf-slideshow.slideshow-images-only .group-nav_number .sw-dot-default .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 !important;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.22);
    opacity: 1;
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.tf-slideshow.slideshow-images-only .group-nav_number .sw-dot-default .swiper-pagination-bullet-active {
    background: #000;
    transform: scale(1.15);
}

/* Cildiniz Ne İstiyor? — profesyonel ihtiyaç kartları */
.section-skin-needs .sect-heading {
    margin-bottom: 32px;
}

.skin-needs-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.skin-need-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-height: 168px;
    padding: 36px 20px;
    background: #faf9f7;
    border: 1px solid #e6e2dc;
    border-radius: 12px;
    color: #1a1a1a;
    text-decoration: none;
    transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.skin-need-card:hover {
    background: #fff;
    border-color: #1a1a1a;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
    color: #1a1a1a;
}

.skin-need-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    font-size: 36px;
    line-height: 1;
    color: #1a1a1a;
}

.skin-need-card__icon .icon {
    font-size: inherit;
    line-height: 1;
}

.skin-need-card__label {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
    text-align: center;
    letter-spacing: 0.01em;
}

.skin-need-card:hover .skin-need-card__icon {
    color: #1a1a1a;
}

@media (max-width: 991.98px) {
    .skin-needs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .skin-need-card {
        min-height: 150px;
        padding: 28px 16px;
    }

    .skin-need-card__icon {
        width: 48px;
        height: 48px;
        font-size: 30px;
    }

    .skin-need-card__label {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .skin-needs-grid {
        grid-template-columns: 1fr;
    }

    .skin-need-card {
        flex-direction: row;
        justify-content: flex-start;
        gap: 16px;
        min-height: auto;
        padding: 20px 18px;
    }

    .skin-need-card__icon {
        width: 44px;
        height: 44px;
        font-size: 28px;
        flex-shrink: 0;
    }

    .skin-need-card__label {
        text-align: left;
    }
}

/* Hikayemiz video alanı */
.banner-story .video {
    width: 100%;
    max-width: 670px;
    aspect-ratio: 670 / 600;
    min-height: 280px;
    background: #f5f3ef;
}

.banner-story .video video,
.banner-story .video .video-fallback-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}

/* Ana sayfa video carousel */
.section-home-videos .home-videos-swiper-wrap {
    position: relative;
    padding: 0 0 8px;
}

.section-home-videos .home-videos-swiper {
    padding: 0 16px;
}

@media (min-width: 1200px) {
    .section-home-videos .home-videos-swiper {
        padding: 0 24px;
    }
}

.home-video-card {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    background: #111;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.home-video-card__media {
    position: relative;
    aspect-ratio: 9 / 16;
    background: #1a1a1a;
}

.home-video-card__video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.home-video-card__overlay {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(8px);
    text-decoration: none;
    color: #fff;
    transition: background 0.2s ease;
}

.home-video-card__overlay:hover {
    background: rgba(0, 0, 0, 0.68);
    color: #fff;
}

.home-video-card__thumb {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.home-video-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-video-card__info {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.home-video-card__name {
    font-size: 13px;
    line-height: 1.35;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-video-card__prices {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.home-video-card__price-old {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.65);
    text-decoration: line-through;
}

.home-video-card__price-new {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.home-video-card__cart {
    width: 100%;
    border: 0;
    border-radius: 0 0 16px 16px;
    background: #ece8e2;
    color: #2c2c2c;
    font-size: 14px;
    font-weight: 500;
    padding: 14px 16px;
    text-align: center;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.home-video-card__cart:hover:not(:disabled) {
    background: #e8c073;
    color: #2c2c2c;
}

.home-video-card__cart.is-disabled,
.home-video-card__cart:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.section-home-videos .group-nav_number {
    gap: 12px;
}

/* Hesabım — profil baş harfleri */
.account-image-initials {
    width: 96px;
    height: 96px;
    min-width: 96px;
    border-radius: 50%;
    background: #111;
    display: flex;
    align-items: center;
    justify-content: center;
}

.account-image-initials span {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1;
}

.my-account-nav .link-account[type="submit"],
.my-account-nav button.link-account {
    cursor: pointer;
}

/* Hesabım — sipariş alt sayfa başlıkları */
.tf-page-heading_account.account-heading-compact {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.dashboard-order .dashboard-order-link {
    color: inherit;
    transition: opacity 0.2s ease;
}

.dashboard-order .dashboard-order-link:hover {
    opacity: 0.72;
}

/* Mobil menü — tam genişlik liste */
.canvas-mb .mobile-menu-top {
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
}

.canvas-mb .mobile-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.canvas-mb .mobile-menu-item {
    border-bottom: 1px solid #ececec;
}

.canvas-mb .mobile-menu-item:first-child {
    border-top: 1px solid #ececec;
}

.canvas-mb .mobile-menu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    min-height: 56px;
    padding: 16px 24px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    color: #111;
    text-decoration: none;
    background: #fff;
    transition: background 0.2s ease, color 0.2s ease;
}

.canvas-mb .mobile-menu-link:hover,
.canvas-mb .mobile-menu-link:focus {
    background: #f7f7f7;
    color: #111;
}

.canvas-mb .mobile-menu-link .icon {
    flex-shrink: 0;
    color: #999;
}

.canvas-mb .mobile-menu-link.mobile-menu-open-panel {
    border: 0;
    cursor: pointer;
    font: inherit;
    text-align: left;
}

.canvas-mb .mobile-menu-subheader,
.canvas-mb .mobile-menu-subheader-line {
    display: none;
}

.canvas-mb.is-subpanel-open .mobile-menu-subheader {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 24px;
}

.canvas-mb.is-subpanel-open .mobile-menu-subheader-line {
    display: block;
}

.canvas-mb.is-subpanel-open [data-mobile-menu-main-header],
.canvas-mb.is-subpanel-open [data-mobile-menu-main-footer] {
    display: none !important;
}

.canvas-mb .mobile-menu-subheader-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 0;
    background: transparent;
    padding: 0;
    color: #111;
    cursor: pointer;
}

.canvas-mb .mobile-menu-subheader-title {
    font-size: 15px;
    font-weight: 500;
    color: #111;
    line-height: 1.4;
}

.canvas-mb.is-subpanel-open .canvas-body {
    padding-top: 0;
}

.canvas-mb.is-subpanel-open .mobile-menu-top {
    margin-top: 0;
}

.canvas-mb.is-subpanel-open .mobile-menu-stage {
    min-height: calc(100vh - 120px);
}

.canvas-mb .mobile-menu-stage {
    position: relative;
    overflow: hidden;
    min-height: 220px;
}

.canvas-mb .mobile-menu-panel {
    position: absolute;
    inset: 0;
    left: 100%;
    width: 100%;
    background: #fff;
    transition: left 0.28s ease;
    z-index: 2;
    overflow-y: auto;
}

.canvas-mb .mobile-menu-panel.is-active {
    left: 0;
}

.canvas-mb .mobile-menu-panel-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.canvas-mb .mobile-menu-panel-list > li {
    border-bottom: 1px solid #ececec;
}

.canvas-mb .mobile-menu-panel-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    min-height: 52px;
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    color: #111;
    text-decoration: none;
    background: #fff;
    border: 0;
    cursor: pointer;
    font-family: inherit;
    text-align: left;
    transition: background 0.2s ease;
}

.canvas-mb .mobile-menu-panel-link:hover,
.canvas-mb .mobile-menu-panel-link:focus {
    background: #f7f7f7;
    color: #111;
}

.canvas-mb .mobile-menu-panel-link .icon {
    flex-shrink: 0;
    color: #999;
}
