﻿.videoThumbIcon {
    position: absolute;
    bottom: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 100%;
    line-height: 28px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.basari{
            border-color: #d7e8f8;
    color: #336699;
    position: relative;
    padding: 1.4rem 3.5rem 1.4rem 2rem;
    font-size: 1.4rem;
    font-family: Poppins, sans-serif;
    line-height: 1.75;
    border: 1px solid;
    letter-spacing: -0.003em;
    border-radius: 0.3rem;

    }
    .hata{
            border-color: #9b1919;
    color: #336699;
    position: relative;
    padding: 1.4rem 3.5rem 1.4rem 2rem;
    font-size: 1.4rem;
    font-family: Poppins, sans-serif;
    line-height: 1.75;
    border: 1px solid;
    letter-spacing: -0.003em;
    border-radius: 0.3rem;

    }    

    .product-meta-highlight {
        display: grid;
        gap: .9rem;
        min-width: min(100%, 25rem);
        padding: 1rem;
        border: 1px solid #e3ebf4;
        border-radius: 1.6rem;
        background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
        box-shadow: 0 1.2rem 2.8rem rgba(15, 39, 67, 0.08);
    }

    .product-meta-highlight__item {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: .35rem;
        padding: 1rem 1.2rem 1rem 1.5rem;
        border: 1px solid rgba(16, 40, 71, 0.08);
        border-radius: 1.2rem;
        background: #fff;
        overflow: hidden;
    }

    .product-meta-highlight__item::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: .42rem;
        background: linear-gradient(180deg, #102847 0%, #cf202f 100%);
    }

    .product-meta-highlight__label {
        color: #6d7e92;
        font-size: 1.12rem;
        font-weight: 700;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .product-meta-highlight__value {
        display: inline-flex;
        align-self: flex-start;
        align-items: center;
        min-height: 3.2rem;
        padding: .45rem 1rem;
        border-radius: 999px;
        font-size: 1.3rem;
        font-weight: 800;
        line-height: 1.2;
    }

    .product-meta-highlight__value--success {
        background: rgba(33, 150, 83, 0.12);
        color: #1f7a43;
    }

    .product-meta-highlight__value--warning {
        background: rgba(255, 168, 0, 0.16);
        color: #9a5e00;
    }

    .product-meta-highlight__value--danger {
        background: rgba(207, 32, 47, 0.14);
        color: #a81724;
    }

    .product-meta-highlight__value--neutral {
        background: rgba(16, 40, 71, 0.08);
        color: #102847;
    }

    .product-social-proof {
        margin: 2rem 0 2.4rem;
        padding: 1.3rem;
        border: 1px solid #ececec;
        border-radius: 1.4rem;
        background: #fff;
        box-shadow: 0 12px 28px rgba(17, 17, 17, 0.06);
    }

    .product-social-proof__item {
        display: flex;
        align-items: center;
        gap: 1.1rem;
        padding: 1rem 1.2rem;
        border-radius: 1rem;
        font-size: 1.36rem;
        line-height: 1.4;
    }

    .product-social-proof__item + .product-social-proof__item {
        margin-top: .9rem;
    }

    .product-social-proof__item--dark {
        background: #2b2b2b;
        color: #fff;
    }

    .product-social-proof__item--light {
        background: #f7f7f7;
        color: #4a4a4a;
        border: 1px solid #efefef;
    }

    .product-social-proof__item--viewer {
        background: #ffffff;
        color: #475467;
        border: 1px solid #edf0f4;
    }

    .product-social-proof__icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 2.8rem;
        height: 2.8rem;
        flex: 0 0 2.8rem;
        border-radius: 50%;
        font-size: 1.3rem;
    }

    .product-social-proof__item--dark .product-social-proof__icon {
        background: rgba(255, 214, 10, 0.18);
        color: #ffd44a;
    }

    .product-social-proof__item--light .product-social-proof__icon {
        background: #ffe8e8;
        color: #ff5a5f;
    }

    .product-social-proof__item--viewer .product-social-proof__icon {
        background: #eef6ff;
        color: #336699;
    }

    .product-social-proof strong {
        font-weight: 700;
    }

    @media (max-width: 767px) {
        .product-meta-highlight {
            width: 100%;
            min-width: 0;
            margin-top: 1rem;
        }

        .product-social-proof {
            margin: 1.6rem 0 2rem;
            padding: 1rem;
            border-radius: 1.2rem;
        }

        .product-social-proof__item {
            gap: .9rem;
            padding: .95rem 1rem;
            font-size: 1.24rem;
        }

        .product-social-proof__icon {
            width: 2.5rem;
            height: 2.5rem;
            flex-basis: 2.5rem;
        }
    }

    .page-urun .main-content.product-detail-main {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .page-urun {
        background: #ffffff;
        color: #111827;
        font-family: Arial, Helvetica, sans-serif;
    }

    .page-urun .page-wrapper,
    .page-urun .main,
    .page-urun .page-content {
        background: #ffffff;
    }

    .page-urun .product-sidebar {
        display: none !important;
    }

    .page-urun .breadcrumb-nav {
        max-width: 1180px;
        padding-top: 1.6rem;
        padding-bottom: 1.2rem;
        color: #6b7280;
    }

    .page-urun .breadcrumb {
        margin: 0;
        padding: 0;
        border: 0;
        color: #6b7280;
        font-size: 1.14rem;
        line-height: 1.5;
    }

    .page-urun .breadcrumb a,
    .page-urun .breadcrumb li {
        color: #6b7280;
        font-weight: 400;
    }

    .page-urun .product-nav {
        display: none;
    }

    .product-detail-shell {
        display: grid !important;
        grid-template-columns: minmax(0, 1.42fr) minmax(330px, .78fr);
        gap: 5.2rem;
        align-items: start;
        max-width: 1180px;
        margin: 0 auto;
    }

    .product-detail-shell > .col-md-6 {
        flex: 0 0 auto;
        max-width: none;
        width: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .product-detail-shell .product-gallery {
        display: grid;
        grid-template-columns: 7.6rem minmax(0, 1fr);
        gap: 1.8rem;
        align-items: start;
        position: sticky;
        top: 2rem;
    }

    .product-detail-shell .product-single-swiper {
        grid-column: 2;
        width: 100%;
        border: 1px solid #eceff3;
        background: #ffffff;
        overflow: hidden;
    }

    .product-detail-shell .product-single-swiper,
    .product-detail-shell .product-single-swiper .swiper-wrapper,
    .product-detail-shell .product-single-swiper .swiper-slide,
    .product-detail-shell .product-image {
        min-height: 58rem;
    }

    .product-detail-shell .product-image {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        background: #ffffff;
    }

    .product-detail-shell .product-image--magnifier {
        cursor: crosshair;
        touch-action: pan-y;
    }

    .product-detail-shell .product-image__magnifier {
        position: absolute;
        z-index: 8;
        left: 0;
        top: 0;
        width: 15rem;
        height: 15rem;
        border: .28rem solid rgba(17, 24, 39, .72);
        border-radius: 50%;
        background-color: #ffffff;
        background-repeat: no-repeat;
        box-shadow: 0 .8rem 2.2rem rgba(15, 23, 42, .22), inset 0 0 0 .12rem rgba(255, 255, 255, .88);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translate(-50%, -50%) scale(.94);
        transition: opacity .14s ease, transform .14s ease, visibility .14s ease;
        will-change: left, top, background-position;
    }

    .product-detail-shell .product-image--magnifier.is-magnifier-active .product-image__magnifier {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, -50%) scale(1);
    }

    .product-detail-shell .product-image__magnifier-hint {
        position: absolute;
        right: 1rem;
        bottom: 1rem;
        z-index: 7;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 3rem;
        height: 3rem;
        border: 1px solid rgba(17, 24, 39, .16);
        border-radius: 50%;
        color: #243044;
        background: rgba(255, 255, 255, .9);
        box-shadow: 0 .4rem 1rem rgba(15, 23, 42, .1);
        font-size: 1.55rem;
        line-height: 1;
        pointer-events: none;
        transition: opacity .14s ease;
    }

    .product-detail-shell .product-image--magnifier.is-magnifier-active .product-image__magnifier-hint {
        opacity: .35;
    }

    .product-detail-shell .product-image img,
    .product-detail-shell .product-image video {
        width: 100%;
        height: 100%;
        max-height: 58rem;
        object-fit: contain;
    }

    .product-detail-shell .product-image__watermark-overlay {
        position: absolute;
        inset: 0;
        z-index: 6;
        overflow: hidden;
        pointer-events: none;
        user-select: none;
        opacity: .16;
    }

    /* Filigran artık görsel dosyasına işleniyor; beyaz tuvalde ikinci katman oluşturma. */
    .product-detail-shell .product-image__watermark-overlay {
        display: none;
    }

    .product-detail-shell .product-image__watermark-item {
        position: absolute;
        display: block;
        color: #7f8b98;
        font-size: clamp(1.4rem, 2.2vw, 3rem);
        font-weight: 700;
        line-height: 1;
        white-space: nowrap;
        text-shadow: 0 1px 0 rgba(255, 255, 255, .22);
        transform: translate(-50%, -50%) rotate(-28deg);
    }

    .product-detail-selling-badge {
        position: absolute;
        top: 1.4rem;
        left: 1.4rem;
        z-index: 5;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 3rem;
        padding: .55rem 1rem;
        border-radius: 999px;
        background: #cf202f;
        color: #ffffff;
        font-size: 1.02rem;
        font-weight: 900;
        line-height: 1;
        letter-spacing: .02em;
        box-shadow: 0 10px 20px rgba(207, 32, 47, 0.22);
        pointer-events: none;
    }

    .product-detail-selling-badge--en-cok-satan {
        background: #cf202f;
        box-shadow: 0 10px 20px rgba(207, 32, 47, 0.22);
    }

    .product-detail-selling-badge--cok-satilan {
        background: #0f1f44;
        box-shadow: 0 10px 20px rgba(15, 31, 68, 0.22);
    }

    .product-detail-selling-badge--iyi-fiyat {
        background: #179a55;
        box-shadow: 0 10px 20px rgba(23, 154, 85, 0.22);
    }

    .product-detail-notice {
        position: relative;
        display: grid;
        grid-template-columns: 4.2rem minmax(0, 1fr);
        align-items: start;
        gap: 1.4rem;
        width: min(100%, 74rem);
        box-sizing: border-box;
        margin: 3rem auto 3.4rem;
        padding: 1.8rem 2rem 1.8rem 2.2rem;
        border: 1px solid #e7ebf1;
        border-radius: .8rem;
        background: #ffffff;
        box-shadow: 0 .8rem 2.2rem rgba(15, 39, 67, 0.05);
        overflow: hidden;
    }

    .product-detail-notice::before {
        content: '';
        position: absolute;
        left: 0;
        top: 1.8rem;
        bottom: 1.8rem;
        width: .32rem;
        border-radius: 0 999px 999px 0;
        background: #cf202f;
    }

    .product-detail-notice__icon {
        width: 4.2rem;
        height: 4.2rem;
        border: 1px solid #e7ebf1;
        border-radius: .7rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #f8fafc;
        color: #cf202f;
        font-size: 1.35rem;
    }

    .product-detail-notice__content {
        flex: 1 1 auto;
        min-width: 0;
    }

    .product-detail-notice__eyebrow {
        display: block;
        margin-bottom: .45rem;
        color: #6b7280;
        font-size: 1.02rem;
        font-weight: 800;
        line-height: 1.2;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .product-detail-notice h2 {
        margin: 0 0 .6rem;
        color: #111827;
        font-size: 1.58rem;
        line-height: 1.28;
        font-weight: 800;
        letter-spacing: 0;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .product-detail-notice p {
        margin: 0;
        color: #4b5563;
        font-size: 1.22rem;
        line-height: 1.65;
        font-weight: 500;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .product-detail-shell .product-thumbs-wrap {
        grid-column: 1;
        grid-row: 1;
        width: 7.6rem;
        margin: 0;
        padding: 2.4rem 0;
        overflow: visible;
    }

    .product-detail-shell .product-thumbs {
        display: flex !important;
        flex-direction: column;
        gap: 1.2rem;
        transform: none !important;
    }

    .product-detail-shell .product-thumb {
        width: 7.6rem !important;
        height: 7.6rem;
        flex: 0 0 7.6rem;
        margin: 0 !important;
        border: 1px solid #e4e8ee;
        background: #ffffff;
        overflow: hidden;
        cursor: pointer;
    }

    .product-detail-shell .product-thumb img,
    .product-detail-shell .product-thumb video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .product-detail-shell .product-thumbs-wrap .swiper-button-next,
    .product-detail-shell .product-thumbs-wrap .swiper-button-prev {
        left: 50%;
        right: auto;
        width: 2.8rem;
        height: 2.8rem;
        margin: 0;
        transform: translateX(-50%) rotate(90deg);
        border: 0;
        background: transparent;
        color: #111827;
    }

    .product-detail-shell .product-thumbs-wrap .swiper-button-prev {
        top: -.4rem;
    }

    .product-detail-shell .product-thumbs-wrap .swiper-button-next {
        top: auto;
        bottom: -.4rem;
    }

    .product-detail-shell .product-single-swiper > .swiper-button-next,
    .product-detail-shell .product-single-swiper > .swiper-button-prev {
        width: 3.4rem;
        height: 3.4rem;
        border: 1px solid #111827;
        background: rgba(255, 255, 255, .88);
        color: #111827;
    }

    .product-detail-shell .product-details {
        position: sticky;
        top: 2rem;
        padding: 0;
        color: #111827;
    }

    .product-detail-shell .product-title {
        margin-bottom: .8rem;
        color: #111827;
        font-size: 2rem;
        font-weight: 700;
        line-height: 1.32;
        letter-spacing: 0;
    }

    .product-detail-shell .product-bm-wrapper {
        margin: .8rem 0 1.5rem;
    }

    .product-detail-shell .product-meta-highlight {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .9rem;
        min-width: 0;
        padding: 1rem;
        border: 1px solid rgba(255, 255, 255, 0.66);
        border-radius: .8rem;
        background: linear-gradient(135deg, rgba(255, 255, 255, .82), rgba(244, 248, 252, .58));
        box-shadow: 0 1.4rem 3.2rem rgba(15, 39, 67, .12), inset 0 1px 0 rgba(255, 255, 255, .78);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
    }

    .product-detail-shell .product-meta-highlight__item {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 5.8rem;
        padding: 1rem 1.15rem;
        border: 1px solid rgba(16, 40, 71, .1);
        border-radius: .55rem;
        background: rgba(255, 255, 255, .62);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
        overflow: hidden;
    }

    .product-detail-shell .product-meta-highlight__item + .product-meta-highlight__item {
        margin-top: 0;
    }

    .product-detail-shell .product-meta-highlight__item::before {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: .35rem;
        background: linear-gradient(180deg, #cf202f 0%, #102847 100%);
    }

    .product-detail-shell .product-meta-highlight__label {
        display: block;
        margin-right: 0;
        margin-bottom: .35rem;
        color: #7a8190;
        font-size: 1.08rem;
        font-weight: 700;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .product-detail-shell .product-meta-highlight__value {
        min-height: 0;
        padding: 0;
        border-radius: 0;
        background: transparent !important;
        color: #111827;
        font-size: 1.28rem;
        font-weight: 800;
    }

    .product-detail-shell .product-divider {
        margin: 1.7rem 0;
        border-color: #eef0f3;
    }

    .product-detail-shell .old-price {
        color: #7b818a !important;
        font-size: 1.35rem !important;
        font-weight: 600;
    }

    .product-detail-shell .product-price {
        margin: .7rem 0 1rem;
        color: #111827;
        font-size: 2.4rem;
        font-weight: 800;
        line-height: 1.1;
    }

    .product-detail-shell .product-price .new-price {
        color: inherit;
        font-size: inherit;
        font-weight: inherit;
        text-decoration: none;
    }

    .product-detail-shell .ratings-container {
        margin: .6rem 0 1.4rem;
    }

    .product-detail-shell .product-short-desc {
        margin: 1.4rem 0 1.8rem;
        color: #2f3947;
        font-size: 1.34rem;
        line-height: 1.75;
    }

    .product-detail-shell .product-short-desc ul {
        margin: 0;
    }

    .product-detail-shell .product-social-proof {
        margin: 1.7rem 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .product-detail-shell .product-social-proof__item {
        padding: .95rem 1rem;
        border-radius: .4rem;
        font-size: 1.22rem;
    }

    .product-detail-shell .product-social-proof__item--dark {
        background: #111827;
    }

    .product-detail-shell .product-social-proof__item--light {
        background: #f7f7f8;
    }

    .product-detail-shell .product-social-proof__item--viewer {
        background: #ffffff;
        color: #475467;
        border: 1px solid #edf0f4;
    }

    .product-detail-shell .product-form.varyant {
        margin: 1.5rem 0;
        padding: 1.2rem;
        border-radius: .4rem;
        box-shadow: none;
    }

    .product-detail-shell .product-form.varyant::before {
        display: none;
    }

    .product-detail-shell .fix-bottom.product-sticky-content {
        position: static !important;
        left: auto;
        right: auto;
        bottom: auto;
        z-index: auto;
        padding: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
        transform: none !important;
    }

    .product-detail-shell .fix-bottom.product-sticky-content .product-form.container {
        display: grid;
        grid-template-columns: 9.2rem 1fr;
        gap: .8rem;
        width: 100%;
        max-width: none;
        padding: 0;
    }

    .product-detail-shell .product-qty-form {
        margin: 0;
    }

    .product-detail-shell .product-qty-form .input-group {
        display: grid;
        grid-template-columns: 3rem minmax(3.2rem, 1fr) 3rem;
        align-items: stretch;
        height: 4.6rem;
        border: 1px solid #e4e7ec;
        border-radius: .2rem;
        overflow: hidden;
        background: #ffffff;
    }

    .product-detail-shell .quantity {
        order: 2;
        display: block !important;
        width: 100% !important;
        min-width: 0;
        height: 4.6rem;
        border: 0;
        padding: 0;
        background: #ffffff;
        color: #111827;
        font-size: 1.35rem;
        font-weight: 700;
        line-height: 4.6rem;
        text-align: center;
        opacity: 1 !important;
        appearance: textfield;
        -moz-appearance: textfield;
    }

    .product-detail-shell .quantity::-webkit-outer-spin-button,
    .product-detail-shell .quantity::-webkit-inner-spin-button {
        margin: 0;
        -webkit-appearance: none;
    }

    .product-detail-shell .quantity-minus,
    .product-detail-shell .quantity-plus {
        position: static !important;
        inset: auto !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 3rem !important;
        height: 4.6rem !important;
        margin: 0 !important;
        border: 0;
        background: #ffffff;
        color: #9ca3af;
        font-size: 1.2rem;
        opacity: 1 !important;
        transform: none !important;
    }

    .product-detail-shell .quantity-minus {
        order: 1;
    }

    .product-detail-shell .quantity-plus {
        order: 3;
    }

    .product-detail-shell .btn-cart {
        height: 4.6rem;
        border-radius: .2rem;
        background: #111111;
        border-color: #111111;
        color: #ffffff;
        font-size: 1.24rem;
        font-weight: 800;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .product-detail-shell .btn-cart:hover,
    .product-detail-shell .btn-cart:focus {
        background: #cf202f;
        border-color: #cf202f;
    }

    .product-detail-actions {
        display: grid;
        gap: .8rem;
        margin: .8rem 0 1.2rem;
    }

    .product-detail-action-link {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 4.4rem;
        border: 1px solid #d8dde5;
        border-radius: .2rem;
        background: #ffffff;
        color: #111827;
        font-size: 1.24rem;
        font-weight: 800;
        text-transform: uppercase;
    }

    .product-detail-action-link:hover,
    .product-detail-action-link:focus {
        border-color: #111827;
        color: #111827;
    }

    .product-detail-trust {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: .8rem;
        margin: 1.3rem 0 1.8rem;
        padding: 0;
        list-style: none;
    }

    .product-detail-trust li {
        display: flex;
        align-items: center;
        gap: .65rem;
        min-width: 0;
        color: #2f3947;
        font-size: 1.08rem;
        line-height: 1.25;
    }

    .product-detail-trust i {
        color: #111827;
        font-size: 1.8rem;
        flex: 0 0 auto;
    }

    .product-detail-shell .social-links-wrapper {
        margin-top: .85rem;
        padding-top: .85rem;
        border-top: 1px solid #eef0f3;
    }

    .product-share-card {
        margin-top: .85rem;
        padding: .8rem;
        border: 1px solid #e2e6eb;
        border-radius: .65rem;
        background: #ffffff;
        box-shadow: 0 .25rem .8rem rgba(15, 39, 67, .045);
    }

    .product-share-card__heading {
        display: flex;
        align-items: center;
        gap: .45rem;
        margin-bottom: .6rem;
        color: #102847;
        font-size: .98rem;
        font-weight: 800;
    }

    .product-share-card__heading i {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 1.45rem;
        height: 1.45rem;
        color: #5c6d82;
        font-size: .92rem;
    }

    .product-share-card__preview {
        display: grid;
        grid-template-columns: 4.8rem minmax(0, 1fr);
        gap: .7rem;
        align-items: center;
        min-width: 0;
        padding: .45rem;
        border: 1px solid #edf0f4;
        border-radius: .45rem;
        background: #ffffff;
    }

    .product-share-card__preview img {
        display: block;
        width: 4.8rem;
        height: 4.8rem;
        border-radius: .35rem;
        background: #ffffff;
        object-fit: contain;
    }

    .product-share-card__preview strong,
    .product-share-card__preview p,
    .product-share-card__preview span {
        display: block;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .product-share-card__preview strong {
        color: #102847;
        font-size: .92rem;
        line-height: 1.25;
    }

    .product-share-card__preview p {
        display: -webkit-box;
        margin: .2rem 0;
        color: #5f6e80;
        font-size: .78rem;
        line-height: 1.3;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .product-share-card__preview span {
        color: #cf202f;
        font-size: .72rem;
        font-weight: 700;
    }

    .product-share-card__actions {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: .4rem;
        margin-top: .65rem;
    }

    .product-share-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: .3rem;
        min-height: 2.65rem;
        padding: .35rem .4rem;
        border: 1px solid #d8dde5;
        border-radius: .4rem;
        background: #ffffff;
        color: #27384e;
        font-size: .78rem;
        font-weight: 700;
        line-height: 1.15;
        text-align: center;
        transition: transform .18s ease, box-shadow .18s ease, color .18s ease, border-color .18s ease;
    }

    .product-share-button:hover,
    .product-share-button:focus-visible {
        border-color: #102847;
        color: #102847;
        transform: translateY(-2px);
        box-shadow: 0 .5rem 1.1rem rgba(15, 39, 67, .12);
    }

    .product-share-button i {
        font-size: .98rem;
    }

    .product-share-button--facebook i { color: #1877f2; }
    .product-share-button--x i { color: #111827; }
    .product-share-button--whatsapp i { color: #1aaf5d; }
    .product-share-button--linkedin i { color: #0a66c2; }
    .product-share-button--telegram i { color: #229ed9; }

    .product-share-button--copy {
        border-color: #102847;
        background: #102847;
        color: #ffffff;
    }

    .product-share-button--copy i { color: #ffffff; }

    .product-share-button--copy:hover,
    .product-share-button--copy:focus-visible {
        border-color: #cf202f;
        background: #cf202f;
        color: #ffffff;
    }

    .page-urun .product-tabs,
    .page-urun .vendor-product-section {
        max-width: 1180px;
        margin-left: auto;
        margin-right: auto;
    }

    @media (max-width: 991px) {
        .product-detail-shell {
            grid-template-columns: 1fr;
            gap: 2.4rem;
        }

        .product-detail-shell .product-gallery,
        .product-detail-shell .product-details {
            position: static;
        }

        .product-detail-shell .product-single-swiper,
        .product-detail-shell .product-single-swiper .swiper-wrapper,
        .product-detail-shell .product-single-swiper .swiper-slide,
        .product-detail-shell .product-image {
            min-height: 42rem;
        }

        .product-detail-notice {
            width: min(100%, 74rem);
            margin: 2.4rem auto 3rem;
        }
    }

    @media (max-width: 575px) {
        .product-detail-shell .product-gallery {
            display: block;
        }

        .product-detail-shell .product-single-swiper,
        .product-detail-shell .product-single-swiper .swiper-wrapper,
        .product-detail-shell .product-single-swiper .swiper-slide,
        .product-detail-shell .product-image {
            min-height: 32rem;
        }

        .product-detail-shell .product-thumbs-wrap {
            width: 100%;
            margin-top: 1rem;
            padding: 0;
        }

        .product-detail-shell .product-thumbs {
            flex-direction: row;
            overflow-x: auto;
            padding-bottom: .4rem;
        }

        .product-detail-shell .product-thumbs-wrap .swiper-button-next,
        .product-detail-shell .product-thumbs-wrap .swiper-button-prev {
            display: none;
        }

        .product-detail-shell .product-image--magnifier {
            cursor: default;
        }

        .product-detail-shell .product-image__magnifier {
            width: 11rem;
            height: 11rem;
            border-width: .22rem;
        }

        .product-detail-shell .product-image__magnifier-hint {
            right: .8rem;
            bottom: .8rem;
            width: 2.7rem;
            height: 2.7rem;
            font-size: 1.35rem;
        }

        .product-detail-shell .fix-bottom.product-sticky-content .product-form.container {
            grid-template-columns: 1fr;
        }

        .product-detail-trust {
            grid-template-columns: 1fr;
        }

        .product-detail-notice {
            grid-template-columns: 3.8rem minmax(0, 1fr);
            gap: 1rem;
            width: 100%;
            margin: 2rem 0 2.6rem;
            padding: 1.35rem 1.25rem 1.35rem 1.45rem;
            border-radius: .7rem;
        }

        .product-detail-notice::before {
            top: 1.35rem;
            bottom: 1.35rem;
            width: .28rem;
        }

        .product-detail-notice__icon {
            width: 3.8rem;
            height: 3.8rem;
            font-size: 1.18rem;
        }

        .product-detail-notice__eyebrow {
            margin-bottom: .35rem;
            font-size: .92rem;
        }

        .product-detail-notice h2 {
            font-size: 1.36rem;
            line-height: 1.32;
        }

        .product-detail-notice p {
            font-size: 1.08rem;
            line-height: 1.55;
        }
    }

    .page-urun .main {
        margin-bottom: 0 !important;
        padding-bottom: 4rem !important;
        border-top: 0 !important;
    }

    .page-urun .row.gutter-lg {
        margin-left: 0;
        margin-right: 0;
    }

    .product-detail-shell .product-single-swiper {
        aspect-ratio: 1 / 1.18;
        background: #ffffff;
    }

    .product-detail-shell .product-single-swiper,
    .product-detail-shell .product-single-swiper .swiper-wrapper,
    .product-detail-shell .product-single-swiper .swiper-slide,
    .product-detail-shell .product-image {
        min-height: 0 !important;
        height: 100%;
    }

    .product-detail-shell .product-image {
        background: #ffffff;
    }

    .product-detail-shell .product-image img,
    .product-detail-shell .product-image video {
        width: 100% !important;
        height: 100% !important;
        max-height: none !important;
        object-fit: contain !important;
    }

    .product-detail-shell .product-title {
        font-size: 1.72rem;
    }

    .product-title-row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: flex-start;
        justify-content: space-between;
        gap: 1.6rem;
        min-width: 0;
        overflow: hidden;
    }

    .product-title-row .product-title {
        margin: 0;
        min-width: 0;
    }

    .product-detail-favorite {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 3rem;
        height: 3rem;
        flex: 0 0 3rem;
        border: 0;
        color: #111827;
        font-size: 1.9rem;
        line-height: 1;
    }

    @media (max-width: 767px) {
        .product-title-row {
            align-items: center;
            gap: 1rem;
        }

        .product-title-row .product-title[data-title] {
            position: relative;
            display: block;
            width: 100%;
            max-width: 100%;
            overflow: hidden;
            white-space: nowrap;
            color: transparent !important;
        }

        .product-title-row .product-title[data-title]::before {
            content: attr(data-title) "   " attr(data-title);
            display: inline-block;
            width: max-content;
            color: #111827;
            animation: grafProductTitleTicker 12s linear infinite;
            will-change: transform;
        }
    }

    .product-detail-favorite:hover,
    .product-detail-favorite:focus {
        color: #000000;
    }

    .product-detail-shell .product-price {
        margin-bottom: 1.2rem;
        font-size: 1.82rem;
    }

    .product-detail-shell .product-form.varyant {
        position: relative;
        margin: 1.7rem 0;
        padding: 1.15rem 1.2rem 1.2rem 1.35rem;
        border: 1px solid #e5eaf1;
        border-radius: .65rem;
        background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
        box-shadow: 0 .9rem 2.2rem rgba(15, 39, 67, .08);
        overflow: hidden;
    }

    .product-detail-shell .product-form.varyant::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: .34rem;
        background: #cf202f;
    }

    .product-detail-shell .product-form-varyant__header {
        display: grid;
        gap: .45rem;
        margin-bottom: 1rem;
    }

    .product-detail-shell .product-form-varyant__eyebrow {
        color: #6b7280;
        font-size: 1.02rem;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0;
    }

    .product-detail-shell .product-form-varyant__value {
        display: block;
        color: #111827;
        font-size: 1.34rem;
        font-weight: 900;
        line-height: 1.25;
    }

    .product-detail-shell .product-form.varyant .product-variations {
        gap: .7rem;
    }

    .product-detail-shell .product-form.varyant .product-variant-option {
        position: relative;
        flex-direction: column;
        align-items: flex-start;
        min-width: 5rem;
        min-height: 5.2rem;
        padding: .9rem 3rem .85rem 1rem;
        border: 1px solid rgba(16, 40, 71, .12);
        border-radius: .55rem;
        background: linear-gradient(135deg, rgba(255, 255, 255, .9), rgba(246, 249, 252, .7));
        color: #111827;
        box-shadow: 0 .9rem 2rem rgba(15, 39, 67, .1), inset 0 1px 0 rgba(255, 255, 255, .8);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        transform: none;
    }

    .product-detail-shell .product-variant-option__caption {
        display: block;
        margin-bottom: .25rem;
        color: #7a8190;
        font-size: .92rem;
        font-weight: 800;
        line-height: 1;
        text-transform: uppercase;
    }

    .product-detail-shell .product-variant-option__value {
        display: block;
        color: inherit;
        font-size: 1.18rem;
        font-weight: 900;
        line-height: 1.18;
    }

    .product-detail-shell .product-variant-option__check {
        position: absolute;
        right: .8rem;
        top: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 1.8rem;
        height: 1.8rem;
        border-radius: 50%;
        background: #eef2f7;
        color: #98a2b3;
        font-size: .9rem;
        transform: translateY(-50%);
    }

    .product-detail-shell .product-form.varyant .product-variant-option:hover {
        border-color: rgba(207, 32, 47, .38);
        box-shadow: 0 1.1rem 2.4rem rgba(207, 32, 47, .13), inset 0 1px 0 rgba(255, 255, 255, .86);
        transform: none;
    }

    .product-detail-shell .product-form.varyant .product-variant-option.aktif,
    .product-detail-shell .product-form.varyant .product-variant-option.active {
        border-color: rgba(207, 32, 47, .45);
        background: linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(255, 244, 245, .96));
        color: #111827;
        box-shadow: 0 1.2rem 2.8rem rgba(207, 32, 47, .15), inset 0 0 0 1px rgba(207, 32, 47, .08);
    }

    .product-detail-shell .product-form.varyant .product-variant-option.aktif .product-variant-option__check,
    .product-detail-shell .product-form.varyant .product-variant-option.active .product-variant-option__check {
        background: #cf202f;
        color: #ffffff;
    }

    .product-detail-shell .btn-cart {
        box-shadow: none;
    }

    .product-detail-shell .btn-cart:hover,
    .product-detail-shell .btn-cart:focus {
        background: #000000;
        border-color: #000000;
        opacity: .88;
    }

    .product-detail-trust i {
        color: #111827;
        font-size: 1.55rem;
    }

    .product-detail-accordions {
        margin-top: 1.6rem;
        border-top: 1px solid #e5e7eb;
    }

    .product-detail-accordion {
        border-bottom: 1px solid #e5e7eb;
    }

    .product-detail-accordion > summary {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 4.8rem;
        cursor: pointer;
        color: #6b7280;
        font-size: 1.18rem;
        font-weight: 700;
        list-style: none;
    }

    .product-detail-accordion > summary::-webkit-details-marker {
        display: none;
    }

    .product-detail-accordion > summary::after {
        content: '+';
        color: #6b7280;
        font-size: 1.7rem;
        font-weight: 400;
        line-height: 1;
    }

    .product-detail-accordion[open] > summary::after {
        content: '-';
    }

    .product-detail-accordion__body {
        padding: 0 0 1.6rem;
        color: #111827;
        font-size: 1.18rem;
        line-height: 1.55;
    }

    .product-detail-accordion__body h1,
    .product-detail-accordion__body h2,
    .product-detail-accordion__body h3 {
        margin: 1.3rem 0 .7rem;
        color: #111827;
        font-size: 1.28rem;
        line-height: 1.35;
    }

    .product-detail-accordion__body p,
    .product-detail-accordion__body ul,
    .product-detail-accordion__body ol {
        margin-bottom: 1rem;
    }

    .product-detail-accordion__body ul,
    .product-detail-accordion__body ol {
        padding-left: 1.8rem;
    }

    .product-description-center {
        max-width: 920px;
        margin: 4.2rem auto 2.8rem;
        padding: 2.6rem 3rem;
        border: 1px solid rgba(16, 40, 71, .08);
        border-radius: .8rem;
        background: #ffffff;
        box-shadow: 0 1.6rem 4rem rgba(15, 39, 67, .08);
    }

    .product-description-center h2 {
        margin: 0 0 1.8rem;
        color: #111827;
        font-size: 2.15rem;
        font-weight: 800;
        line-height: 1.25;
        text-align: center;
        letter-spacing: 0;
    }

    .product-description-center__body {
        max-width: 760px;
        margin: 0 auto;
        color: #2f3947;
        font-size: 1.38rem;
        line-height: 1.8;
    }

    .product-description-center__body h1,
    .product-description-center__body h2,
    .product-description-center__body h3 {
        margin: 1.8rem 0 .8rem;
        color: #111827;
        font-size: 1.58rem;
        line-height: 1.35;
        letter-spacing: 0;
    }

    .product-description-center__body p,
    .product-description-center__body ul,
    .product-description-center__body ol {
        margin-bottom: 1.2rem;
    }

    .product-description-center__body ul,
    .product-description-center__body ol {
        padding-left: 2rem;
    }

    .page-urun .product-tabs {
        display: none !important;
    }

    @media (max-width: 575px) {
        .product-detail-shell .product-meta-highlight {
            grid-template-columns: 1fr;
        }

        .product-description-center {
            margin-top: 2.8rem;
            padding: 2rem 1.6rem;
        }

        .product-description-center h2 {
            font-size: 1.82rem;
        }

        .product-description-center__body {
            font-size: 1.28rem;
        }

        .product-share-card {
            padding: .7rem;
        }

        .product-share-card__actions {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .product-share-button {
            min-height: 2.55rem;
            font-size: .76rem;
        }
    }

    .page-urun .vendor-product-section {
        margin-top: 4rem;
        padding-top: 2.4rem;
        border-top: 1px solid #e5e7eb;
    }

    .vendor-product-section__head {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 2rem;
        margin-bottom: 1.6rem;
    }

    .vendor-product-section__eyebrow {
        display: inline-flex;
        align-items: center;
        gap: .7rem;
        margin-bottom: .7rem;
        color: #cf202f;
        font-size: 1.02rem;
        font-weight: 900;
        line-height: 1.2;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .vendor-product-section__eyebrow i {
        font-size: 1.25rem;
    }

    .vendor-product-section__title {
        margin: 0;
        color: #111827;
        font-size: 2.4rem;
        font-weight: 900;
        line-height: 1.12;
        letter-spacing: 0;
    }

    .vendor-product-section__lead {
        max-width: 64rem;
        margin: .8rem 0 0;
        color: #4b5563;
        font-size: 1.34rem;
        line-height: 1.65;
    }

    .vendor-product-section__all {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: .7rem;
        min-height: 4rem;
        padding: 0 1.45rem;
        border: 1px solid #d9dee8;
        border-radius: 999px !important;
        background: #ffffff !important;
        color: #111827 !important;
        font-size: 1.14rem;
        font-weight: 900;
        white-space: nowrap;
        box-shadow: none !important;
    }

    .vendor-product-section__all:hover,
    .vendor-product-section__all:focus {
        border-color: #111827;
        background: #111827 !important;
        color: #ffffff !important;
    }

    .vendor-product-section__benefits {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: .8rem;
        margin-bottom: 1.8rem;
    }

    .vendor-product-section__benefits span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: .65rem;
        min-width: 0;
        min-height: 3.8rem;
        padding: .75rem 1rem;
        border: 1px solid #e8ebf0;
        border-radius: .7rem;
        background: #fbfcfe;
        color: #253044;
        font-size: 1.08rem;
        font-weight: 800;
        line-height: 1.25;
        text-align: center;
    }

    .vendor-product-section__benefits i {
        color: #cf202f;
        font-size: 1.32rem;
        flex: 0 0 auto;
    }

    .vendor-product-section .swiper-container {
        padding: .3rem .1rem .6rem;
    }

    .vendor-product-section .swiper-wrapper {
        align-items: stretch;
    }

    .vendor-product-section .product {
        display: flex;
        flex-direction: column;
        height: auto;
        padding: 1.2rem !important;
        border: 1px solid #e7ebf1 !important;
        border-radius: .9rem !important;
        background: #ffffff !important;
        box-shadow: 0 1rem 2.4rem rgba(15, 39, 67, .06) !important;
        text-align: left !important;
        transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    }

    .vendor-product-section .product:hover {
        transform: translateY(-3px);
        border-color: rgba(207, 32, 47, .24) !important;
        box-shadow: 0 1.6rem 3.4rem rgba(15, 39, 67, .1) !important;
    }

    .vendor-product-section .product-media {
        position: relative;
        aspect-ratio: 4 / 3;
        margin-bottom: 1.15rem;
        border-radius: .72rem;
        background: #f8fafc;
        overflow: hidden;
    }

    .vendor-product-section .product-media a,
    .vendor-product-section .product-media img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .vendor-product-section .product-media img {
        object-fit: contain;
        object-position: center;
        transform: scale(1.03);
        transition: transform .24s ease;
    }

    .vendor-product-section .product:hover .product-media img {
        transform: scale(1.07);
    }

    .vendor-product-section .product-card__tag {
        position: absolute;
        right: .8rem;
        bottom: .8rem;
        z-index: 2;
        display: inline-flex;
        align-items: center;
        gap: .45rem;
        min-height: 2.8rem;
        padding: .5rem .75rem;
        border-radius: 999px;
        background: rgba(17, 24, 39, .9);
        color: #ffffff;
        font-size: .94rem;
        font-weight: 900;
        line-height: 1;
        pointer-events: none;
    }

    .vendor-product-section .product-card__tag i {
        color: #7ee0a2;
        font-size: 1rem;
    }

    .vendor-product-section .product-card__ribbon {
        position: absolute;
        top: .9rem;
        left: .9rem;
        z-index: 3;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 2.8rem;
        padding: .5rem .82rem;
        border-radius: 999px;
        background: #111111;
        color: #ffffff;
        font-size: .94rem;
        font-weight: 900;
        line-height: 1;
        letter-spacing: .02em;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
        pointer-events: none;
    }

    .vendor-product-section .product-card__ribbon--en-cok-satan {
        background: #cf202f;
        box-shadow: 0 10px 20px rgba(207, 32, 47, 0.22);
    }

    .vendor-product-section .product-card__ribbon--cok-satilan {
        background: #0f1f44;
        box-shadow: 0 10px 20px rgba(15, 31, 68, 0.22);
    }

    .vendor-product-section .product-card__ribbon--iyi-fiyat {
        background: #179a55;
        box-shadow: 0 10px 20px rgba(23, 154, 85, 0.22);
    }

    .vendor-product-section .product-details {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        align-items: stretch;
        text-align: left;
    }

    .vendor-product-section .ratings-container,
    .vendor-product-section .product-action {
        display: none !important;
    }

    .vendor-product-section .product-name {
        min-height: 0;
        margin: 0 0 .75rem;
        font-size: 1.34rem;
        font-weight: 900;
        line-height: 1.35;
    }

    .vendor-product-section .product-name a {
        display: -webkit-box !important;
        width: 100%;
        min-width: 0;
        max-width: 100% !important;
        overflow: hidden !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        color: #111827;
        animation: none !important;
        white-space: normal !important;
    }

    .vendor-product-section .product-name a::after {
        display: none !important;
    }

    .vendor-product-section .product-name.product-name--ticker {
        min-height: 2.4rem;
        overflow: hidden;
    }

    .vendor-product-section .product-name.product-name--ticker a {
        display: inline-flex !important;
        align-items: center;
        width: max-content;
        min-width: max-content;
        max-width: none !important;
        white-space: nowrap !important;
        overflow: visible !important;
        -webkit-box-orient: initial !important;
        -webkit-line-clamp: unset !important;
        animation: grafProductNameTicker 10s linear infinite !important;
        will-change: transform;
    }

    .vendor-product-section .product-name.product-name--ticker a::after {
        content: attr(data-title);
        display: inline-block !important;
        padding-left: 2.4rem;
    }

    @media (min-width: 768px) {
        .vendor-product-section .product-name.product-name--ticker {
            min-height: 0;
        }

        .vendor-product-section .product-name.product-name--ticker a {
            display: -webkit-box !important;
            width: 100%;
            min-width: 0;
            max-width: 100% !important;
            overflow: hidden !important;
            -webkit-box-orient: vertical !important;
            -webkit-line-clamp: 2 !important;
            white-space: normal !important;
            animation: none !important;
        }

        .vendor-product-section .product-name.product-name--ticker a::after {
            display: none !important;
        }
    }

    .vendor-product-section .product-card__benefit {
        min-height: 4.2rem;
        margin: 0 0 1rem;
        color: #596579;
        font-size: 1.12rem;
        line-height: 1.55;
    }

    .vendor-product-section .product-card__meta {
        display: flex;
        flex-wrap: wrap;
        gap: .55rem;
        margin-bottom: 1.2rem;
    }

    .vendor-product-section .product-card__meta span {
        display: inline-flex;
        align-items: center;
        gap: .42rem;
        min-height: 2.7rem;
        padding: .48rem .7rem;
        border-radius: 999px;
        background: #f3f6fa;
        color: #334155;
        font-size: .98rem;
        font-weight: 800;
        line-height: 1;
    }

    .vendor-product-section .product-card__meta i {
        color: #cf202f;
        font-size: .98rem;
    }

    .vendor-product-section .product-pa-wrapper {
        display: block !important;
        width: 100%;
        margin-top: auto;
    }

    .vendor-product-section .product-price {
        display: block !important;
        width: 100%;
        min-height: 0 !important;
        margin: 0 0 .15rem;
        color: #111827;
        font-size: 1.68rem;
        font-weight: 900;
        line-height: 1.1;
        letter-spacing: 0;
        white-space: nowrap;
        overflow: visible;
    }

    .vendor-product-section .product-price span,
    .vendor-product-section .product-price ins {
        display: inline-block;
        color: inherit !important;
        font-size: inherit !important;
        font-weight: inherit !important;
        line-height: inherit;
        text-decoration: none !important;
    }

    .vendor-product-section .product-card__price-label {
        display: block;
        margin-bottom: .25rem;
        color: #7b8494;
        font-size: .98rem;
        font-weight: 800;
        line-height: 1.2;
    }

    .vendor-product-section .product-card__old-price {
        display: block;
        margin-bottom: .25rem;
        color: #9ca3af;
        font-size: 1.08rem;
        font-weight: 800;
        line-height: 1.2;
        text-decoration: line-through;
    }

    .vendor-product-section .product-card__cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: .6rem;
        width: 100%;
        min-height: 4rem;
        margin-top: 1.05rem;
        padding: .9rem 1.2rem;
        border: 1px solid #cf202f !important;
        border-radius: 999px !important;
        background: #cf202f !important;
        color: #ffffff !important;
        font-size: 1.1rem;
        font-weight: 900;
        line-height: 1;
        letter-spacing: .02em;
        text-transform: uppercase;
        box-shadow: 0 1rem 2rem rgba(207, 32, 47, .18) !important;
    }

    .vendor-product-section .product-card__cta:hover,
    .vendor-product-section .product-card__cta:focus {
        border-color: #111827 !important;
        background: #111827 !important;
        color: #ffffff !important;
        box-shadow: 0 1.2rem 2.4rem rgba(17, 24, 39, .18) !important;
    }

    .vendor-product-section .product-card__cta i {
        font-size: 1.12rem;
    }

    @media (max-width: 575px) {
        .page-urun .vendor-product-section {
            margin-top: 2.8rem;
            padding-top: 1.8rem;
        }

        .vendor-product-section__head {
            align-items: flex-start;
            flex-direction: column;
            gap: 1.2rem;
        }

        .vendor-product-section__title {
            font-size: 2rem;
        }

        .vendor-product-section__lead {
            font-size: 1.22rem;
            line-height: 1.55;
        }

        .vendor-product-section__all {
            width: 100%;
        }

        .vendor-product-section__benefits {
            grid-template-columns: 1fr;
            gap: .7rem;
        }

        .vendor-product-section .product {
            padding: 1rem !important;
        }

        .vendor-product-section .product-media {
            aspect-ratio: 100 / 82;
        }

        .vendor-product-section .product-name {
            font-size: 1.18rem;
        }

        .vendor-product-section .product-card__benefit {
            min-height: 0;
            font-size: 1.04rem;
        }

        .vendor-product-section .product-price {
            font-size: 1.42rem;
        }

        .vendor-product-section .product-card__cta {
            min-height: 3.8rem;
            margin-top: .8rem;
            padding: .8rem;
            font-size: .98rem;
        }
    }

    /* Mobil ürün galerisi: video yüklenirken beyaz ve ölçüsüz alan oluşmasını önle. */
    @media (max-width: 575px) {
        .page-urun .product-detail-shell .product-single-swiper {
            height: clamp(30rem, 95vw, 42rem) !important;
            min-height: 0 !important;
            aspect-ratio: auto !important;
        }

        .page-urun .product-detail-shell .product-single-swiper .swiper-wrapper,
        .page-urun .product-detail-shell .product-single-swiper .swiper-slide,
        .page-urun .product-detail-shell .product-single-swiper .product-image {
            height: 100% !important;
            min-height: 0 !important;
        }

    .page-urun .product-detail-shell .product-image img,
    .page-urun .product-detail-shell .product-image video {
        display: block;
        width: 100% !important;
        height: 100% !important;
        max-height: 100% !important;
        object-fit: contain !important;
    }

    /* Swiper bazen mobil ölçüyü masaüstü kolonundan alıyor; inline genişliği ez. */
    .page-urun .product-detail-shell .product-single-swiper,
    .page-urun .product-detail-shell .product-single-swiper .swiper-wrapper {
        width: 100% !important;
        max-width: 100% !important;
    }

    .page-urun .product-detail-shell .product-single-swiper .swiper-slide {
        width: 100% !important;
        max-width: 100% !important;
        flex-basis: 100% !important;
    }
}

.nostok{
    position: relative;
    background: #f5f3f3!important;
    color: #7a7979!important;
    border-color: #e4dfdd;    position: relative;
    pointer-events: none;
    cursor: default;
    opacity: .5;
}
.nostok:after {
    content: '';
    height: 1px;
    max-width: 65px;
    margin: 0 auto;
    background: #cecece;
    left: 0;
    right: 0;
    top: 50%;
    position: absolute;
    transform: rotate(140deg);
}

.product-form.varyant {
    position: relative;
    margin: 2rem 0;
    padding: 1.6rem;
    border: 1px solid rgba(16, 40, 71, 0.12);
    border-radius: 1.8rem;
    background:
        radial-gradient(circle at top right, rgba(207, 32, 47, 0.08), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
    box-shadow:
        0 1.2rem 3rem rgba(15, 39, 67, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.product-form.varyant::before {
    content: '';
    position: absolute;
    left: 1.6rem;
    right: 1.6rem;
    top: 0;
    height: .45rem;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, #102847 0%, #cf202f 100%);
    opacity: .95;
}

.product-form-varyant__header {
    display: grid;
    gap: .45rem;
    margin-bottom: 1.2rem;
}

.product-form-varyant__eyebrow {
    display: block;
    color: #667085;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
}

.product-form-varyant__value {
    display: block;
    color: #102847;
    font-size: 1.42rem;
    font-weight: 900;
    line-height: 1.25;
}

.product-form.varyant .product-variations {
    gap: .8rem;
    padding: 0;
    border: 0;
    border-radius: 1.4rem;
    background: transparent;
    min-height: 0;
}

.product-form.varyant .product-variant-option {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 4.6rem;
    padding: .95rem 3rem .95rem 1.3rem;
    border: 1px solid rgba(16, 40, 71, 0.14);
    border-radius: 1.2rem;
    background: #ffffff;
    color: #102847;
    font-size: 1.34rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background .2s ease, color .2s ease;
}

.product-variant-option__caption {
    display: block;
    margin-bottom: .25rem;
    color: #7a8190;
    font-size: .92rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.product-variant-option__value {
    color: inherit;
    font-size: 1.18rem;
    line-height: 1.18;
}

.product-variant-option__check {
    position: absolute;
    right: .9rem;
    top: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background: #eef2f7;
    color: #98a2b3;
    font-size: .9rem;
    transform: translateY(-50%);
}

.product-form.varyant .product-variant-option:hover {
    border-color: rgba(207, 32, 47, 0.22);
    box-shadow: 0 .8rem 1.8rem rgba(15, 39, 67, 0.08);
    transform: translateY(-1px);
}

.product-form.varyant .product-variant-option.aktif,
.product-form.varyant .product-variant-option.active {
    border-color: rgba(207, 32, 47, 0.36);
    background: linear-gradient(135deg, rgba(207, 32, 47, 0.12) 0%, rgba(255, 255, 255, 0.98) 100%);
    color: #b41f2b;
    box-shadow: 0 1rem 2rem rgba(207, 32, 47, 0.12);
}

.product-form.varyant .product-variant-option.aktif .product-variant-option__check,
.product-form.varyant .product-variant-option.active .product-variant-option__check {
    background: #cf202f;
    color: #ffffff;
}

@media (max-width: 767px) {
    .product-form.varyant {
        padding: 1.3rem 1.2rem 1.2rem;
        border-radius: 1.2rem;
    }

    .product-form-varyant__header {
        margin-bottom: 1rem;
    }

    .product-form-varyant__eyebrow,
    .product-form-varyant__value {
        width: 100%;
        text-align: center;
    }
}

/* Keep secondary product details readable on small screens. */
@media (max-width: 767px) {
    .product-detail-shell .product-meta-highlight__label,
    .product-detail-trust span,
    .product-detail-accordion > summary,
    .product-share-card__heading,
    .product-share-card__preview strong,
    .product-share-card__preview p,
    .product-share-card__preview span,
    .product-share-button,
    .product-detail-notice__eyebrow,
    .product-detail-notice p {
        font-size: 1.2rem !important;
    }
}

.product-detail-shell .product-form.varyant,
.product-form.varyant {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    overflow: visible !important;
    box-sizing: border-box !important;
}

.product-detail-shell .product-form-varyant__header,
.product-form-varyant__header {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: .35rem !important;
    margin-bottom: .95rem !important;
}

.product-detail-shell .product-form.varyant .product-variations,
.product-form.varyant .product-variations {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    gap: .75rem !important;
    align-items: stretch !important;
    width: 100% !important;
}

.product-detail-shell .product-form.varyant .product-variant-option,
.product-form.varyant .product-variant-option {
    display: flex !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 5.2rem !important;
    flex: none !important;
    justify-content: center !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    text-align: left !important;
}

.product-detail-shell .product-variant-option__value,
.product-variant-option__value {
    display: block !important;
    max-width: 100% !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
}

@media (max-width: 575px) {
    .page-urun .product-detail-shell,
    .page-urun .product-detail-shell > [class*="col-"],
    .page-urun .product-detail-shell .product-details,
    .page-urun .product-title-row,
    .page-urun .product-title-row .product-title {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

    .page-urun .product-detail-shell > [class*="col-"] {
        flex: 0 0 100% !important;
    }

    .page-urun .product-title-row {
        grid-template-columns: minmax(0, 1fr) 3rem !important;
        overflow: hidden !important;
    }

    .page-urun .product-title-row .product-title[data-title] {
        contain: inline-size !important;
        overflow: hidden !important;
        white-space: nowrap !important;
    }

    .product-detail-shell .product-form.varyant .product-variations,
    .product-form.varyant .product-variations {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .vendor-product-section .product-name.product-name--ticker a,
    .widget-products .product-name.product-name--ticker a {
        display: -webkit-box !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        overflow: hidden !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
        white-space: normal !important;
        transform: none !important;
        animation: none !important;
    }

    .vendor-product-section .product-name.product-name--ticker a::after,
    .widget-products .product-name.product-name--ticker a::after {
        display: none !important;
        content: none !important;
    }
}

