/* =========================================================
   BRAGGO SINGLE PRODUCT - HYBRID FINAL
   ========================================================= */

.single-product .ct-page-title,
.single-product .hero-section[data-type="type-1"] {
    display: none !important;
}

.braggo-single-product {
    padding: 32px 0 90px;
}

.braggo-single-container {
    width: min(1280px, calc(100% - 60px));
    margin: 0 auto;
}

.braggo-single-breadcrumb {
    margin-bottom: 24px;
    font-size: 12px;
    line-height: 1.6;
}

.braggo-single-breadcrumb nav,
.braggo-single-breadcrumb .woocommerce-breadcrumb {
    font-size: 12px;
    line-height: 1.6;
    color: #8b7f73;
}

.braggo-single-breadcrumb a {
    color: #b56b2d;
    text-decoration: none;
}

.braggo-single-breadcrumb a:hover {
    opacity: 0.8;
}

/* =========================================================
   ÜST HİBRİT SUNUM
   ========================================================= */

.single-product .braggo-single-top-hybrid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    margin-bottom: 72px;
}

.single-product .braggo-single-hero-gallery {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
}

/* =========================================================
   HERO SLIDER
   ========================================================= */

.single-product .braggo-hero-slider {
    position: relative;
    width: 100%;
    padding: 0 56px;
    box-sizing: border-box;
}

.single-product .braggo-hero-slider-viewport {
    overflow: hidden;
    width: 100%;
}

.single-product .braggo-hero-slider-track {
    display: flex;
    gap: 14px;
    transition: transform 0.35s ease;
    will-change: transform;
}

.single-product .braggo-hero-slide {
    flex: 0 0 calc((100% - 20px) / 3);
    width: calc((100% - 20px) / 3);
    padding: 0;
    border: 0;
    background: transparent;
    cursor: grab;
    appearance: none;
    -webkit-appearance: none;
}

.single-product .braggo-hero-slide:active {
    cursor: grabbing;
}

.single-product .braggo-hero-slide-image {
    width: 100%;
    aspect-ratio: 5 / 6;
    object-fit: contain;
    object-position: center;
    display: block;
    background: #e9e5e2;
    -webkit-user-drag: none;
    user-select: none;
    pointer-events: none;
}

.single-product .braggo-hero-slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border: 0;
    background: #e9e5e2;
    color: #1f2e43;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    z-index: 5;
    box-shadow: 0 8px 18px rgba(0,0,0,0.08);
}

.single-product .braggo-hero-slider-nav.is-prev {
    left: 0;
}

.single-product .braggo-hero-slider-nav.is-next {
    right: 0;
}

.single-product .braggo-hero-slider-nav.is-disabled {
    opacity: 0.35;
    pointer-events: none;
}

/* =========================================================
   ORTALI ÖZET
   ========================================================= */

.single-product .braggo-single-hero-summary {
    width: 100%;
    display: flex;
    justify-content: center;
}

.single-product .braggo-single-summary-centered {
    width: 100%;
    max-width: 760px;
    text-align: center;
    padding-top: 0;
}

.single-product .braggo-single-summary-centered .braggo-single-title {
    margin: 0 0 14px;
    font-size: 36px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #1f2e43;
}

.single-product .braggo-single-summary-centered .braggo-single-intro,
.single-product .braggo-single-summary-centered .braggo-single-short-description {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 1.9;
    color: #666;
}

.single-product .braggo-single-summary-centered .braggo-single-intro {
    margin-bottom: 12px;
}

.single-product .braggo-single-summary-centered .braggo-single-short-description {
    margin-bottom: 22px;
}

.single-product .braggo-single-summary-centered .braggo-single-price {
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    text-align: center;
    color: #1f2e43;
}

.single-product .braggo-single-summary-centered .braggo-single-price .price,
.single-product .braggo-single-summary-centered .braggo-single-price .woocommerce-Price-amount {
    color: #1f2e43;
}

.single-product .braggo-single-summary-centered .braggo-single-price del {
    color: #999;
    margin-right: 8px;
    font-size: 0.9em;
}

.single-product .braggo-single-summary-centered .braggo-single-price ins {
    color: #1f2e43;
    text-decoration: none;
}

/* =========================================================
   VARYASYON
   ========================================================= */

.single-product .braggo-single-summary-centered .braggo-variation-ui {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.single-product .braggo-single-summary-centered .braggo-variation-group {
    width: 100%;
    max-width: 620px;
    margin-bottom: 0;
}

.single-product .braggo-single-summary-centered .braggo-variation-title {
    text-align: center;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    color: #1f2e43;
}

.single-product .braggo-single-summary-centered .braggo-variation-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.braggo-variation-btn {
    min-width: 54px;
    height: 38px;
    padding: 8px 14px;
    border: 1px solid #ffffff;
    background: #fff;
    color: #111;
    cursor: pointer;
    font-size: 13px;
    line-height: 1;
    transition: all 0.2s ease;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
}

.braggo-variation-btn:hover {
    transform: translateY(-1px);
}

.braggo-variation-btn.is-active {
    outline: 1px solid #111;
    outline-offset: 1px;
}

.braggo-variation-btn-style {
    min-width: 86px;
    height: 38px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.braggo-variation-btn-style.braggo-term-cmodern {
    background: #000000;
    color: #ffffff;
}

.braggo-variation-btn-style.braggo-term-wabi {
    background: #d3c2b2;
    color: #111111;
}

.braggo-variation-btn-style.braggo-term-fox {
    background: #985926;
    color: #ffffff;
}

.braggo-variation-btn-style.braggo-term-glam {
    background: #0b1e3e;
    color: #ffffff;
}

.braggo-variation-btn-color {
    width: 42px;
    min-width: 42px;
    height: 42px;
    padding: 0;
    font-size: 0;
    color: transparent;
    border: 1px solid #d9d9d9;
}

.braggo-variation-btn-color.braggo-term-bej {
    background: #d8c3a5;
}

.braggo-variation-btn-color.braggo-term-beyaz {
    background: #f5f5f5;
}

.braggo-variation-btn-color.braggo-term-gri {
    background: #8f8f8f;
}

.braggo-variation-btn-color.braggo-term-kahverengi {
    background: #6f4e37;
}

.braggo-variation-btn-color.braggo-term-siyah {
    background: #111111;
}
.braggo-variation-btn-color.braggo-term-acik-gri {
    background: #c9c9c7;
}

.braggo-variation-btn-color.braggo-term-bej {
    background: #d8c3a5;
}

.braggo-variation-btn-color.braggo-term-beyaz {
    background: #f5f5f5;
}

.braggo-variation-btn-color.braggo-term-duman {
    background: #8a817c;
}

.braggo-variation-btn-color.braggo-term-firuze {
    background: #3fa7a3;
}

.braggo-variation-btn-color.braggo-term-gri {
    background: #8f8f8f;
}

.braggo-variation-btn-color.braggo-term-kahve {
    background: #6b4f3a;
}

.braggo-variation-btn-color.braggo-term-kahverengi {
    background: #6f4e37;
}

.braggo-variation-btn-color.braggo-term-karamel {
    background: #b6783d;
}

.braggo-variation-btn-color.braggo-term-karmen {
    background: #a63d5a;
}

.braggo-variation-btn-color.braggo-term-mercan {
    background: #e2725b;
}

.braggo-variation-btn-color.braggo-term-naturel {
    background: #c9b08a;
}

.braggo-variation-btn-color.braggo-term-navy-blue {
    background: #1f3a5f;
}

.braggo-variation-btn-color.braggo-term-petrol {
    background: #2f5d62;
}

.braggo-variation-btn-color.braggo-term-siyah {
    background: #111111;
}

.braggo-variation-btn-color.braggo-term-taba {
    background: #a66a3f;
}

.braggo-variation-btn-color.braggo-term-zumrut {
    background: #0f8f6b;
}

.braggo-variation-btn-color.is-active {
    outline: 1px solid #111;
    outline-offset: 2px;
}

.braggo-variation-btn-color .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.braggo-single-cart .variations {
    position: absolute !important;
    left: -9999px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.braggo-single-cart .reset_variations {
    display: none !important;
}

/* =========================================================
   SEPET
   ========================================================= */

.single-product .braggo-single-summary-centered .braggo-single-cart {
    display: flex;
    justify-content: center;
    margin: 0;
}

.single-product .braggo-single-summary-centered .braggo-single-cart form.cart {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.single-product .braggo-single-summary-centered .braggo-single-cart .quantity {
    margin: 0 !important;
}

.single-product .braggo-single-summary-centered .braggo-single-cart .single_add_to_cart_button {
    min-width: 210px;
}

.single-product .braggo-single-meta {
    display: none;
}

/* =========================================================
   TABS
   ========================================================= */

.single-product .braggo-single-detail-area {
    margin-top: 12px;
}

.braggo-product-tabs-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 28px;
    margin-bottom: 42px;
    padding-top: 24px;
    border-top: 1px solid #e7e2dc;
}

.braggo-tab-button {
    position: relative;
    padding: 0;
    border: 0;
    background: transparent;
    color: #8b7f73;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: color 0.2s ease;
}

.braggo-tab-button:hover {
    color: #1f2e43;
}

.braggo-tab-button.is-active {
    color: #1f2e43;
}

.braggo-tab-button.is-active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 42px;
    height: 1px;
    background: #1f2e43;
    transform: translateX(-50%);
}

.braggo-tab-panel {
    display: none;
}

.braggo-tab-panel.is-active {
    display: block;
}

/* =========================================================
   DETAY 50 / 50
   ========================================================= */

.single-product .braggo-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 56px;
    align-items: start;
}

.single-product .braggo-detail-main,
.single-product .braggo-detail-side {
    width: 100%;
    min-width: 0;
}

.single-product .braggo-detail-side {
    position: sticky;
    top: 28px;
    align-self: start;
}

.braggo-detail-heading {
    margin: 0 0 22px;
    font-size: 38px;
    line-height: 1.1;
    font-weight: 500;
    color: #1f2e43;
}

.braggo-detail-text {
    max-width: 100%;
    margin-bottom: 28px;
    font-size: 15px;
    line-height: 1.9;
    color: #555;
}

.single-product .braggo-detail-tables {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
}

.braggo-detail-table-block h3 {
    margin: 0 0 16px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    color: #1f2e43;
}

.braggo-detail-table {
    width: 100%;
    border-collapse: collapse;
}

.braggo-detail-table tr + tr {
    border-top: 1px solid #ece7e2;
}

.braggo-detail-table th,
.braggo-detail-table td {
    padding: 13px 14px;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
}

.braggo-detail-table th {
    width: 36%;
    font-weight: 600;
    color: #1f2e43;
    background: #f8f5f1;
}

.braggo-detail-table td {
    color: #555;
    background: #fff;
}

.single-product .braggo-technical-drawing {
    margin-top: 28px;
    max-width: 100%;
}

.single-product .braggo-technical-drawing-image {
    max-width: 100%;
    height: auto;
    display: block;
}

.single-product .braggo-detail-visual {
    width: 100%;
}

.single-product .braggo-detail-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f7f4ef;
}

.single-product .braggo-detail-slider-track {
    display: flex;
    transition: transform 0.35s ease;
    will-change: transform;
}

.single-product .braggo-detail-slide {
    min-width: 100%;
    flex: 0 0 100%;
}

.single-product .braggo-detail-side-image {
    width: 100%;
    aspect-ratio: 1 / 1.08;
    object-fit: cover;
    object-position: center;
    display: block;
}

.single-product .braggo-detail-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border: 0;
    background: rgba(255, 255, 255, 0.92);
    color: #1f2e43;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    z-index: 4;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.single-product .braggo-detail-slider-btn.is-prev {
    left: 14px;
}

.single-product .braggo-detail-slider-btn.is-next {
    right: 14px;
}

.single-product .braggo-detail-slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 14px 0 0;
}

.single-product .braggo-detail-slider-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(31, 46, 67, 0.25);
    cursor: pointer;
}

.single-product .braggo-detail-slider-dot.is-active {
    background: #1f2e43;
}

/* =========================================================
   RENKLER & DOKULAR
   ========================================================= */

.braggo-variants-section {
    margin-top: 60px;
    padding-top: 34px;
    border-top: 1px solid #e7e2dc;
}

.braggo-variants-heading {
    margin: 0 0 22px;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 500;
    color: #1f2e43;
}

.braggo-variants-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.braggo-variant-card {
    display: block;
    text-decoration: none;
    color: inherit;
}

.braggo-variant-card-image img {
    width: 100%;
    display: block;
    aspect-ratio: 1 / 1.05;
    object-fit: cover;
    background: #f5f1ec;
}

.braggo-variant-card-content {
    padding-top: 12px;
}

.braggo-variant-card-content h4 {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    color: #1f2e43;
}

/* =========================================================
   TESLİMAT / ÖDEME / YORUMLAR
   ========================================================= */

.braggo-delivery-box.is-tab-content,
.braggo-payment-box,
.braggo-reviews-box {
    max-width: 980px;
    margin: 0 auto;
    padding-top: 0;
    border-top: 0;
}

.braggo-delivery-box.is-tab-content h3,
.braggo-payment-box h3,
.braggo-reviews-box h3,
.braggo-reviews-box .woocommerce-Reviews-title {
    margin: 0 0 18px;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    color: #1f2e43;
}

.braggo-delivery-content,
.braggo-payment-content {
    font-size: 15px;
    line-height: 1.9;
    color: #555;
}

/* =========================================================
   İLGİLİ ÜRÜNLER
   ========================================================= */

.braggo-related-products-wrap {
    margin-top: 90px;
    padding-top: 40px;
    border-top: 1px solid #e7e2dc;
}

.braggo-related-products-wrap .related.products {
    display: block !important;
}

.braggo-related-products-wrap .related.products > h2 {
    margin: 0 0 28px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 500;
    color: #1f2e43;
    text-align: center;
}

.braggo-related-products-wrap ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.braggo-related-products-wrap ul.products::before,
.braggo-related-products-wrap ul.products::after {
    display: none !important;
}

.braggo-related-products-wrap ul.products li.product {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    list-style: none;
    text-align: center;
}

.braggo-related-products-wrap ul.products li.product a {
    text-decoration: none;
}

.braggo-related-products-wrap ul.products li.product img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 14px;
}

.braggo-related-products-wrap .woocommerce-loop-product__title {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    color: #1f2e43;
    padding: 0;
    margin: 0 0 8px;
}

.braggo-related-products-wrap .price {
    font-size: 14px;
    color: #666;
}

.braggo-single-product .woocommerce-tabs,
.braggo-single-product .upsells.products {
    display: none;
}

/* =========================================================
   LIGHTBOX
   ========================================================= */

.braggo-gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}

.braggo-gallery-lightbox.is-open {
    display: block;
}

.braggo-gallery-lightbox-overlay {
    position: absolute;
    inset: 0;
    background: rgba(16, 16, 16, 0.82);
}

.braggo-gallery-lightbox-dialog {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 48px));
    height: calc(100vh - 48px);
    margin: 24px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.braggo-gallery-lightbox-main {
    flex: 1;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.braggo-gallery-lightbox-image {
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain;
    background: #fff;
}

.braggo-gallery-lightbox-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
    border: 0;
    background: rgba(255, 255, 255, 0.96);
    color: #1f2e43;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    z-index: 4;
}

.braggo-gallery-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border: 0;
    background: rgba(255, 255, 255, 0.95);
    color: #1f2e43;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    z-index: 4;
}

.braggo-gallery-lightbox-nav.is-prev {
    left: -8px;
}

.braggo-gallery-lightbox-nav.is-next {
    right: -8px;
}

.braggo-gallery-lightbox-thumbs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 18px;
}

.braggo-gallery-lightbox-thumb {
    width: 76px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: transparent;
    cursor: pointer;
}

.braggo-gallery-lightbox-thumb img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

.braggo-gallery-lightbox-thumb.is-active {
    outline: 2px solid #fff;
    outline-offset: -2px;
}

body.braggo-lightbox-open {
    overflow: hidden;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1200px) {
    .braggo-single-container {
        width: min(100%, calc(100% - 40px));
    }

    .single-product .braggo-single-summary-centered .braggo-single-title {
        font-size: 46px;
    }

    .single-product .braggo-detail-layout {
        gap: 40px;
    }
}

@media (max-width: 1024px) {
    .braggo-single-container {
        width: min(100%, calc(100% - 28px));
    }

    .single-product .braggo-single-top-hybrid {
        gap: 24px;
        margin-bottom: 56px;
    }

    .single-product .braggo-hero-slide {
        flex: 0 0 calc((100% - 18px) / 2);
        width: calc((100% - 18px) / 2);
    }

    .single-product .braggo-single-summary-centered .braggo-single-title {
        font-size: 32px;
    }

    .single-product .braggo-detail-layout,
    .braggo-variants-grid,
    .braggo-related-products-wrap ul.products {
        grid-template-columns: 1fr;
    }

    .single-product .braggo-detail-layout {
        gap: 34px;
    }

    .single-product .braggo-single-summary-centered .braggo-single-cart form.cart {
        flex-direction: column;
        align-items: stretch;
    }

    .single-product .braggo-single-summary-centered .braggo-single-cart .quantity,
    .single-product .braggo-single-summary-centered .braggo-single-cart .single_add_to_cart_button {
        width: 100%;
    }

    .single-product .braggo-single-summary-centered .braggo-single-cart .single_add_to_cart_button {
        min-width: 0;
    }

    .braggo-product-tabs-nav {
        gap: 16px;
    }

    .braggo-tab-button {
        font-size: 12px;
    }

    .braggo-gallery-lightbox-dialog {
        width: calc(100% - 24px);
        height: calc(100vh - 24px);
        margin: 12px auto;
    }

    .braggo-gallery-lightbox-nav.is-prev {
        left: 0;
    }

    .braggo-gallery-lightbox-nav.is-next {
        right: 0;
    }
}

@media (max-width: 640px) {
    .braggo-single-product {
        padding: 24px 0 70px;
    }

    .single-product .braggo-hero-slide {
        flex: 0 0 100%;
        width: 100%;
    }

    .single-product .braggo-hero-slider {
    padding: 0 44px;
}

.single-product .braggo-hero-slider-nav.is-prev {
    left: 0;
}

.single-product .braggo-hero-slider-nav.is-next {
    right: 0;
}

    .single-product .braggo-single-summary-centered .braggo-single-title {
        font-size: 24px;
    }

    .single-product .braggo-single-summary-centered .braggo-single-intro,
    .single-product .braggo-single-summary-centered .braggo-single-short-description {
        font-size: 14px;
    }

    .single-product .braggo-single-summary-centered .braggo-single-price {
        font-size: 22px;
    }

    .braggo-detail-heading {
        font-size: 30px;
    }

    .braggo-variants-heading {
        font-size: 24px;
    }

    .braggo-gallery-lightbox-thumbs {
        gap: 8px;
    }

    .braggo-gallery-lightbox-thumb {
        width: 58px;
    }
}
body.braggo-slider-dragging {
    user-select: none;
    cursor: grabbing;
}
/* =========================================================
   ALT HD KATALOG SLIDER
   ========================================================= */

.braggo-bottom-hd-gallery-section {
    margin-top: 56px;
    padding-top: 30px;
    border-top: 1px solid #e7e2dc;
}

.braggo-bottom-hd-gallery-heading {
    margin: 0 0 22px;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 500;
    color: #1f2e43;
}

.braggo-bottom-hd-slider {
    position: relative;
    width: 100%;
    padding: 0 56px;
    box-sizing: border-box;
}

.braggo-bottom-hd-viewport {
    overflow: hidden;
    width: 100%;
}

.braggo-bottom-hd-track {
    display: flex;
    transition: transform 0.35s ease;
    will-change: transform;
}

.braggo-bottom-hd-slide {
    flex: 0 0 100%;
    width: 100%;
}

.braggo-bottom-hd-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 8;
    object-fit: cover;
    object-position: center;
    background: #f5f1ec;
}

.braggo-bottom-hd-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border: 0;
    background: rgba(255,255,255,0.92);
    color: #1f2e43;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    z-index: 5;
    box-shadow: 0 8px 18px rgba(0,0,0,0.08);
}

.braggo-bottom-hd-nav.is-prev {
    left: 0;
}

.braggo-bottom-hd-nav.is-next {
    right: 0;
}

.braggo-bottom-hd-nav.is-disabled {
    opacity: 0.35;
    pointer-events: none;
}

@media (max-width: 640px) {
    .braggo-bottom-hd-slider {
        padding: 0 44px;
    }
}
/* ------------------------------
   Renkler & Dokular Slider
------------------------------ */

.braggo-variants-section {
    margin-top: 56px;
}

.braggo-variants-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.braggo-variants-heading {
    margin: 0;
}

.braggo-variants-nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.braggo-variants-nav-btn {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(31, 46, 67, 0.14);
    background: #e8e4e2;
    color: #1f2e43;
    border-radius: 999px;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.2s ease;
}

.braggo-variants-nav-btn:hover {
    background: #1f2e43;
    color: #fff;
    border-color: #1f2e43;
}

.braggo-variants-slider {
    position: relative;
}

.braggo-variants-viewport {
    overflow: hidden;
    cursor: grab;
}

.braggo-variants-viewport.is-dragging {
    cursor: grabbing;
}

.braggo-variants-track {
    display: flex;
    gap: 22px;
    will-change: transform;
}

.braggo-variant-slide {
    flex: 0 0 calc(25% - 16.5px);
    min-width: 260px;
}

.braggo-variant-card {
    height: 100%;
    background: #e9e5e2;
    border: 1px solid rgba(31, 46, 67, 0.08);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(18, 32, 56, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.braggo-variant-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(18, 32, 56, 0.1);
}

.braggo-variant-card-image {
    aspect-ratio: 4 / 4.6;
    overflow: hidden;
    background: #e9e5e2;
}

.braggo-variant-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    padding: 14px 14px 0;
    background: #e9e5e2;
}

.braggo-variant-card-content {
    padding: 20px 20px 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.braggo-variant-card-title {
    margin: 0;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 600;
    color: #1f2e43;
}

.braggo-variant-card-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 14px;
    line-height: 1.5;
    color: #5b6675;
}

.braggo-variant-card-meta strong {
    color: #1f2e43;
    font-weight: 600;
}

.braggo-variant-card-actions {
    margin-top: 4px;
}

.braggo-variant-card-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.braggo-variant-card-button:hover {
    background: #1c1c1c;
    color: #fff;
}

@media (max-width: 1200px) {
    .braggo-variant-slide {
        flex: 0 0 calc(33.333% - 14.7px);
        min-width: 240px;
    }
}

@media (max-width: 900px) {
    .braggo-variant-slide {
        flex: 0 0 calc(50% - 11px);
        min-width: 220px;
    }
}

@media (max-width: 640px) {
    .braggo-variants-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .braggo-variant-slide {
        flex: 0 0 85%;
        min-width: 85%;
    }

    .braggo-variant-card-title {
        font-size: 16px;
    }
}
/* =========================
   VARIATION FILTER STATES
========================= */

.braggo-variation-group[data-attribute="renk"].is-awaiting-selection .braggo-variation-title::after {
    content: " - önce tarz seçin";
    font-size: 12px;
    font-weight: 400;
    color: #8a8a8a;
    text-transform: none;
    letter-spacing: 0;
}

.braggo-variation-btn.is-hidden {
    display: none !important;
}

.braggo-variation-btn.is-disabled {
    opacity: 0.35;
    pointer-events: none;
}

.braggo-variation-group[data-attribute="renk"] .braggo-variation-options {
    min-height: 42px;
    align-items: center;
}