/* ═══════════════════════════════════════════════════════════════════
   Vexaura — Section Stilleri
═══════════════════════════════════════════════════════════════════ */

/* ── Dinamik section wrapper ─────────────────────────────────────── */
.myt-dynamic-section { position: relative; }

/* ── Global stil CSS custom property override'ları ───────────────── */
/* CSS custom property ile Bootstrap !important sorununu çöz */

/* Yazı rengi — btn ve badge hariç tüm içerik */
.myt-dynamic-section:has(> *) {
    color: var(--vx-sec-color, inherit);
    font-weight: var(--vx-sec-fw, inherit);
}
/* :has() tarayıcı desteği yoksa fallback — direkt descendant yaklaşımı */
.myt-dynamic-section > * {
    color: var(--vx-sec-color, inherit);
}
/* Bootstrap text utility sınıflarını override et */
.myt-dynamic-section .text-dark,
.myt-dynamic-section .text-body,
.myt-dynamic-section [class*="text-"] {
    color: var(--vx-sec-color, inherit) !important;
}
/* text-muted ve light olanlar için biraz transparan göster */
.myt-dynamic-section .text-muted {
    color: var(--vx-sec-color, inherit) !important;
    opacity: .7;
}
/* Font weight */
.myt-dynamic-section .fw-bold,
.myt-dynamic-section .fw-semibold,
.myt-dynamic-section .fw-medium {
    font-weight: var(--vx-sec-fw, inherit) !important;
}
/* Buton — color:unset bölüm yazı rengini kalıtırdığı için koyu arka planda siyah yazı oluşuyordu */
.myt-dynamic-section .btn,
.myt-dynamic-section a.btn {
    color: var(--bs-btn-color, inherit);
    font-weight: var(--bs-btn-font-weight, inherit);
}
.myt-dynamic-section .badge {
    color: unset;
    font-weight: unset;
}

/* ── Marquee (Kayan Yazı Şeridi) ────────────────────────────────── */
.vx-marquee-wrap { overflow: hidden; }
.vx-mq-track { display: flex; white-space: nowrap; will-change: transform; }
/* Animasyon her section'ın kendi <style> bloğunda tanımlanır (ID bazlı) */
/* Genel hız sıfırlaması — reduced-motion erişilebilirliği */
@media (prefers-reduced-motion: reduce) {
    .vx-mq-track { animation-play-state: paused !important; }
}

/* ── Global wrapper arka plan / overlay ──────────────────────────── */
.vx-section-bg-wrap {
    position: relative;
}
.vx-section-bg-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}
.vx-section-bg-wrap > *:not(.vx-section-bg-overlay) {
    position: relative;
    z-index: 1;
}

/* ── Renk şemaları ───────────────────────────────────────────────── */
.color-scheme-bg-1 { background-color: #ffffff; }
.color-scheme-bg-2 { background-color: #f8f6f3; }

/* ── Slideshow ───────────────────────────────────────────────────── */
.vx-slideshow { overflow: hidden; position: relative; }
.myt-slideshow { overflow: hidden; }
.myt-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.myt-slide-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.myt-slide-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 2rem 1rem;
  max-width: 720px;
}
.myt-slide-overlay-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.vx-slide {
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vx-slide-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.vx-slide-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 2rem 1rem;
    max-width: 720px;
}
.vx-slide-title {
    font-size: clamp(1.6rem, 4.5vw, 3.2rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: .75rem;
    text-shadow: 0 2px 12px rgba(0,0,0,.2);
}
.vx-slide-text {
    font-size: clamp(.9rem, 2vw, 1.15rem);
    margin-bottom: 1.5rem;
    opacity: .9;
    text-shadow: 0 1px 6px rgba(0,0,0,.15);
}
.vx-slide-btn {
    display: inline-block;
    padding: .7rem 2.2rem;
    background: #fff;
    color: var(--vx-primary, #117051);
    font-weight: 700;
    font-size: .875rem;
    letter-spacing: .5px;
    text-decoration: none;
    border-radius: 6px;
    transition: background .25s, color .25s, transform .2s;
}
.vx-slide-btn:hover { background: var(--vx-primary, #117051); color: #fff; transform: translateY(-2px); }
.vx-slide-btn.outline { background: transparent; color: #fff; border: 2px solid #fff; }
.vx-slide-btn.outline:hover { background: #fff; color: var(--vx-primary, #117051); }
/* Swiper arrows */
.myt-swiper-arrow { color: rgba(255,255,255,.8); }
.myt-swiper-arrow::after { font-size: 20px !important; }
.myt-swiper-arrow:hover { color: #fff; }
.swiper-button-prev.myt-swiper-arrow,
.swiper-button-next.myt-swiper-arrow {
    width: 42px !important; height: 42px !important;
    background: rgba(0,0,0,.3);
    border-radius: 50%;
    backdrop-filter: blur(4px);
}
.swiper-button-prev.myt-swiper-arrow::after,
.swiper-button-next.myt-swiper-arrow::after { font-size: 16px !important; }
/* Swiper pagination */
.myt-swiper-pagination .swiper-pagination-bullet { background: rgba(255,255,255,.6); opacity: 1; }
.myt-swiper-pagination .swiper-pagination-bullet-active { background: #fff; }

/* Öne çıkan koleksiyon — bullet'lar ürün görsellerinin üstüne binmesin */
.myt-fc-swiper .swiper-pagination {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 0;
    padding-top: 8px;
}
.myt-fc-swiper .swiper-pagination-bullet {
    background: var(--vx-text-muted, #888);
    opacity: 0.5;
}
.myt-fc-swiper .swiper-pagination-bullet-active {
    background: var(--vx-primary, #117051);
    opacity: 1;
}

/* ── Image Banner ────────────────────────────────────────────────── */
.vx-image-banner {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    display: flex;
}
.vx-image-banner__overlay { position: absolute; inset: 0; pointer-events: none; }
.vx-image-banner__content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: .75rem;
}
.vx-image-banner__title { font-size: clamp(1.4rem, 3.5vw, 2.5rem); font-weight: 800; line-height: 1.2; }
.vx-image-banner__subtitle { font-size: 1rem; opacity: .85; }

/* ── Featured Collection ─────────────────────────────────────────── */
.vx-featured-collection { padding: 48px 0; }
.vx-featured-collection .vx-section-title { font-size: 22px; }

/* ── Filtre Çubuğu ───────────────────────────────────────────────── */
.vx-fc-filters { padding-bottom: 4px; }
.vx-fc-search-wrap { position: relative; }
.vx-fc-search-input {
    width: 100%;
    border: 1px solid var(--vx-border, #e8e8e8);
    border-radius: 4px;
    padding: 7px 12px 7px 32px;
    font-size: 12.5px;
    font-family: 'Poppins', sans-serif;
    color: var(--vx-text, #1a1a1a);
    outline: none;
    background: #fff;
    transition: border-color .2s;
}
.vx-fc-search-input:focus { border-color: var(--vx-primary, #117051); }
.vx-fc-search-input::placeholder { color: var(--vx-text-muted, #888); }
.vx-fc-sort-select {
    border: 1px solid var(--vx-border, #e8e8e8);
    border-radius: 4px;
    padding: 7px 10px;
    font-size: 12.5px;
    font-family: 'Poppins', sans-serif;
    color: var(--vx-text, #1a1a1a);
    background: #fff;
    cursor: pointer;
    outline: none;
    transition: border-color .2s;
}
.vx-fc-sort-select:focus { border-color: var(--vx-primary, #117051); }
.vx-fc-count { font-size: 12px; color: var(--vx-text-muted, #888); white-space: nowrap; }
@media (max-width: 575.98px) {
    .vx-fc-filters { flex-direction: column; align-items: stretch !important; }
    .vx-fc-search-wrap { max-width: none !important; }
    .vx-fc-sort-select { width: 100%; }
}

/* Swiper'ı grid'e çeviren yardımcı */
.myt-fc-grid .swiper-wrapper {
    display: flex; flex-wrap: wrap; gap: 16px;
    transform: none !important; width: 100% !important;
}

/* ── Rich Text ───────────────────────────────────────────────────── */
.vx-rich-text { padding: 56px 0; }
.vx-rich-text .myt-richtext { font-size: 15px; line-height: 1.8; color: #444; }
.vx-rich-text .myt-richtext p { margin-bottom: 12px; }

/* ── Image With Text ─────────────────────────────────────────────── */
/* Dikey dolgu section şablonundaki padding-top/bottom ile; çift boşluk olmasın */
.vx-iwt { padding-left: 0; padding-right: 0; }
.vx-iwt__img {
    border-radius: 12px;
    overflow: hidden;
    background: #f8f6f3;
}
.vx-iwt__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vx-iwt__img.ratio-square { aspect-ratio: 1/1; }
.vx-iwt__img.ratio-portrait { aspect-ratio: 3/4; }
.vx-iwt__content { display: flex; flex-direction: column; justify-content: center; gap: 16px; }
/* Tema editörü vx_text_color / vx_font_weight — sabit renk Bootstrap’i ezer */
.vx-iwt__title {
    font-size: 26px;
    font-weight: var(--vx-sec-fw, 700);
    color: var(--vx-sec-color, var(--vx-primary, #117051));
    line-height: 1.3;
}
.vx-iwt__text {
    font-size: 14px;
    line-height: 1.8;
    color: var(--vx-sec-color, #555);
}
.myt-dynamic-section .vx-iwt__text a { color: var(--vx-primary, #117051); }

/* ── Collage ─────────────────────────────────────────────────────── */
.vx-collage { padding: 48px 0; }
.vx-collage-grid { display: grid; gap: 12px; }
.vx-collage-masonry { width: 100%; }
.vx-collage-item { position: relative; overflow: hidden; border-radius: 10px; }
.vx-collage-item.span2 { grid-column: span 2; }
.vx-collage-link {
    display: block;
    height: 100%;
    position: relative;
    color: inherit;
    text-decoration: none;
}
.vx-collage-img-wrap { box-sizing: border-box; }
.vx-collage-item img.vx-collage-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}
.vx-collage--hover-zoom .vx-collage-item:hover img.vx-collage-img {
    transform: scale(1.05);
}
.vx-collage--hover-none .vx-collage-item:hover img.vx-collage-img {
    transform: none;
}
.vx-collage-masonry img.vx-collage-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform .35s ease;
}
.vx-collage--hover-zoom .vx-collage-masonry .vx-collage-item:hover img.vx-collage-img {
    transform: scale(1.06);
}
.vx-collage--hover-none .vx-collage-masonry .vx-collage-item:hover img.vx-collage-img {
    transform: none;
}
.vx-collage-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    display: flex;
    align-items: flex-end;
    padding: 1rem;
    opacity: 0;
    transition: opacity .3s;
    border-radius: inherit;
    pointer-events: none;
}
.vx-collage--hover-overlay .vx-collage-item:hover .vx-collage-overlay {
    opacity: 1;
}
.vx-collage-overlay-title {
    color: #fff;
    font-weight: 600;
    font-size: .95rem;
}
/* Bölüm --vx-sec-color kalıtımı kaplama üstü yazıyı bozmasın */
.myt-dynamic-section .vx-collage-overlay .vx-collage-overlay-title {
    color: #fff !important;
}
.vx-collage-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, .55));
    color: var(--vx-sec-color, #fff);
    font-weight: var(--vx-sec-fw, 600);
    padding: 20px 14px 12px;
    font-size: 14px;
    transform: translateY(6px);
    transition: transform .25s;
}
.vx-collage-item:hover .vx-collage-caption:not(.vx-collage-caption--static) {
    transform: translateY(0);
}
.vx-collage-caption--static {
    position: static;
    transform: none;
    background: transparent;
    padding: 10px 0 0;
    color: var(--vx-sec-color, inherit);
    font-weight: var(--vx-sec-fw, 600);
    font-size: 14px;
}
.vx-collage-item:hover .vx-collage-caption--static {
    transform: none;
}

/* ── Multicolumn ─────────────────────────────────────────────────── */
.vx-multicolumn { padding: 48px 0; }
.vx-multicolumn .vx-section-title {
    color: var(--vx-sec-color, var(--vx-text));
    font-weight: var(--vx-sec-fw, 700);
}
.vx-multicolumn .vx-section-title.vx-mc-heading--sm { font-size: 14px; letter-spacing: 0.04em; }
.vx-multicolumn .vx-section-title.vx-mc-heading--md { font-size: 18px; }
.vx-multicolumn .vx-section-title.vx-mc-heading--lg { font-size: 24px; letter-spacing: 0.03em; }
.vx-mc-item__icon {
    width: 64px;
    height: 64px;
    background: #f0eee9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: var(--vx-primary, #117051);
    margin-bottom: 16px;
}
.vx-mc-item__icon--center {
    margin-left: auto;
    margin-right: auto;
}
.vx-mc-item__icon--left {
    margin-left: 0;
    margin-right: auto;
}
.vx-mc-item__icon--right {
    margin-left: auto;
    margin-right: 0;
}
.vx-mc-item__img {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 16px;
    box-sizing: border-box;
}
.vx-mc-item__img--third {
    width: 33.333%;
    max-width: 100%;
}
.vx-mc-item__img--half {
    width: 50%;
    max-width: 100%;
}
.vx-mc-item__img--full {
    width: 100%;
}
.vx-mc-item__img-el {
    display: block;
    width: 100%;
}
.vx-mc-item__img-el--adapt {
    height: auto;
    object-fit: contain;
}
.vx-mc-item__img-el--square {
    aspect-ratio: 1/1;
    object-fit: cover;
}
.vx-mc-item__img-el--portrait {
    aspect-ratio: 3/4;
    object-fit: cover;
}
.vx-mc-item__title {
    font-size: 15px;
    font-weight: var(--vx-sec-fw, 700);
    color: inherit;
    margin-bottom: 8px;
}
.vx-mc-item__title--sm { font-size: 13px !important; }
.vx-mc-item__title--lg { font-size: 18px !important; }
.vx-mc-item__text {
    font-size: 13px;
    line-height: 1.7;
    color: inherit;
    opacity: 0.88;
}
.vx-mc-item__link { display: inline-block; margin-top: 10px; font-size: 13px; font-weight: 600; color: var(--vx-primary, #117051); text-decoration: none; }
.vx-mc-item__link:hover { text-decoration: underline; }
.vx-mc-swiper .swiper-pagination-bullet-active {
    background: var(--vx-primary, #117051);
}

/* ── Collapsible / FAQ (Bootstrap 5 accordion) ─────────────────── */
/* Dikey boşluk yalnızca section ayarlarındaki padding ile; .vx-faq’e sabit padding verilmez */
.vx-faq-accordion .accordion-button:not(.collapsed) {
    background: transparent;
    color: inherit;
    box-shadow: none;
}
.vx-faq-accordion .accordion-button:focus {
    box-shadow: none;
}
.vx-faq .accordion-button {
    font-family: var(--vx-font,'Poppins',sans-serif);
    font-size: 14px;
    font-weight: 600;
    color: var(--vx-text,#1a1a1a);
    padding: 16px 0;
}
.vx-faq .accordion-button:hover {
    color: var(--vx-primary,#117051);
}
.vx-faq-acc-item {
    border-color: #e8e2da !important;
}
.vx-faq-btn.vx-faq-btn--plus::after {
    content: '+' !important;
    font-size: 1.35rem;
    background-image: none !important;
    transform: none !important;
    transition: none !important;
    line-height: 1;
    flex-shrink: 0;
}
.vx-faq-btn.vx-faq-btn--plus:not(.collapsed)::after {
    content: '\2212' !important; /* − */
}
/* Ok: Bootstrap chevron (::after) — ekstra kural gerekmez */
.vx-faq-body {
    font-size: 13px;
    line-height: 1.8;
    padding-top: 0;
    color: #555;
}
.vx-faq-body * {
    line-height: inherit;
}

/* ── Video ───────────────────────────────────────────────────────── */
.vx-video-section { padding: 48px 0; }
.vx-video-wrap { position: relative; border-radius: 12px; overflow: hidden; }
.vx-video-ratio { position: relative; }
.vx-video-ratio.r16x9 { padding-bottom: 56.25%; }
.vx-video-ratio.r4x3  { padding-bottom: 75%; }
.vx-video-ratio.r1x1  { padding-bottom: 100%; }
.vx-video-ratio.r9x16 { padding-bottom: 177.78%; }
.vx-video-ratio iframe, .vx-video-ratio video {
    position: absolute; inset: 0; width: 100%; height: 100%; border: none;
}
.vx-video-cover {
    position: absolute; inset: 0; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    background-size: cover; background-position: center;
}
.vx-video-play-btn {
    width: 68px; height: 68px;
    background: rgba(255,255,255,.9);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 28px; color: var(--vx-primary,#117051);
    transition: transform .2s, background .2s;
    box-shadow: 0 4px 16px rgba(0,0,0,.2);
}
.vx-video-cover:hover .vx-video-play-btn { transform: scale(1.1); background: #fff; }

/* Açıklama — bölüm yazı rengi ile uyumlu (text-muted !important çakışmasını önler) */
.vx-video-desc {
    max-width: 600px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.65;
    color: var(--vx-sec-color, inherit);
    opacity: 0.85;
}
.vx-video-desc p:last-child {
    margin-bottom: 0;
}

/* ── Blog Posts ──────────────────────────────────────────────────── */
.vx-blog { padding: 48px 0; }
.vx-blog-empty {
    font-size: 14px;
    margin: 0;
    color: var(--vx-sec-color, inherit);
    opacity: 0.75;
}
.vx-blog-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e8e2da;
    height: 100%;
    display: flex; flex-direction: column;
    transition: box-shadow 0.25s, transform 0.25s;
}
/* Çerçeveli (varsayılan kart) */
.vx-blog-card--border:hover {
    box-shadow: 0 8px 32px rgba(17,112,81, 0.14);
    transform: translateY(-3px);
}
.vx-blog-card--shadow {
    border: none;
    box-shadow: 0 4px 20px rgba(17,112,81, 0.1);
}
.vx-blog-card--shadow:hover {
    box-shadow: 0 12px 36px rgba(17,112,81, 0.16);
    transform: translateY(-3px);
}
.vx-blog-card--minimal {
    border: none;
    background: transparent;
    box-shadow: none;
}
.vx-blog-card--minimal:hover {
    transform: none;
    box-shadow: none;
}
.vx-blog-card__img { aspect-ratio: 16/9; overflow: hidden; }
.vx-blog-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.vx-blog-card:hover .vx-blog-card__img img { transform: scale(1.05); }
.vx-blog-card__body { padding: 16px; flex: 1; display: flex; flex-direction: column; gap: 8px; }
.vx-blog-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
    font-size: 11px;
}
.vx-blog-card__date { color: #9a9a9a; }
.vx-blog-card__author { color: #9a9a9a; }
.vx-blog-card__title { font-size: 14px; font-weight: 700; color: #1a1a1a; line-height: 1.45; text-decoration: none; }
.vx-blog-card__title:hover { color: var(--vx-primary, #117051); }
.vx-blog-card__excerpt { font-size: 12px; color: #666; line-height: 1.65; }
.vx-blog-card__link { margin-top: auto; font-size: 12px; font-weight: 600; color: var(--vx-primary, #117051); text-decoration: none; }
.vx-blog-card__link:hover { text-decoration: underline; }

/* ── Email Signup ────────────────────────────────────────────────── */
.vx-email-signup { padding: 60px 0; }
.vx-email-signup.full-width { border-radius: 0; }
.vx-signup-form { display: flex; gap: 10px; max-width: 480px; flex-wrap: wrap; }
.vx-signup-input {
    flex: 1; min-width: 200px;
    border: 1.5px solid rgba(255,255,255,.4);
    background: rgba(255,255,255,.15);
    border-radius: 6px; padding: 11px 16px;
    font-size: 13px; color: #fff; outline: none;
    font-family: var(--vx-font,'Poppins',sans-serif);
    backdrop-filter: blur(4px);
}
.vx-signup-input::placeholder { color: rgba(255,255,255,.65); }
.vx-signup-input:focus { border-color: rgba(255,255,255,.8); background: rgba(255,255,255,.2); }
.vx-signup-btn {
    padding: 11px 24px; background: #fff; color: var(--vx-primary,#117051);
    border: none; border-radius: 6px; font-weight: 700; font-size: 13px;
    font-family: var(--vx-font,'Poppins',sans-serif);
    cursor: pointer; white-space: nowrap; transition: background .2s;
}
.vx-signup-btn:hover { background: #f0eee9; }
.vx-gdpr-row { display: flex; align-items: flex-start; gap: 8px; margin-top: 10px; font-size: 12px; color: rgba(255,255,255,.75); }
.vx-gdpr-row input[type="checkbox"] { margin-top: 2px; }

/* ── Contact Form ────────────────────────────────────────────────── */
.vx-contact { padding: 48px 0; }
.vx-contact-desc {
    font-size: 14px;
    line-height: 1.65;
    color: var(--vx-sec-color, inherit);
    opacity: 0.9;
}
.vx-contact-desc p:last-child { margin-bottom: 0; }
.vx-contact-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}
.vx-contact-form { position: relative; }
.vx-contact-msg { margin-top: 12px; font-size: 14px; font-weight: 600; }
.vx-contact-form .vx-input { margin-bottom: 12px; }
.vx-contact-submit {
    padding: 12px 32px; background: var(--vx-primary,#117051);
    color: #fff; border: none; border-radius: 6px;
    font-weight: 700; font-size: 14px; font-family: var(--vx-font,'Poppins',sans-serif);
    cursor: pointer; transition: background .2s;
}
.vx-contact-submit:hover { background: #0d5a40; }

/* ── Custom HTML ─────────────────────────────────────────────────── */
.vx-custom-html { overflow: hidden; }

/* ── Collection List ─────────────────────────────────────────────── */
/* Dikey boşluk section ayarlarından (inline); sabit padding yok */
/* Masaüstünde Swiper yerine grid (mobilde kaydırma açıksa) */
.myt-cl-swiper.myt-cl-grid .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(var(--cl-d, 3), minmax(0, 1fr)) !important;
    gap: 12px;
    transform: none !important;
    width: 100% !important;
}
.myt-cl-swiper.myt-cl-grid .swiper-slide {
    width: 100% !important;
    max-width: 100%;
    margin-right: 0 !important;
    height: auto;
    box-sizing: border-box;
}
.vx-cl-swiper { overflow: hidden; width: 100%; max-width: 100%; }
.vx-cl-swiper:not(.myt-cl-grid) .swiper-slide { min-width: 0; box-sizing: border-box; }

/* Kaydırma kapalı — saf CSS grid (tüm temalar) */
.myt-collection-list__grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(var(--cl-m, 2), minmax(0, 1fr));
}
@media (min-width: 768px) {
    .myt-collection-list__grid {
        grid-template-columns: repeat(var(--cl-d, 3), minmax(0, 1fr));
    }
}
.myt-collection-list__grid > * { min-width: 0; }

.vx-col-card {
    display: block; text-decoration: none;
    width: 100%; max-width: 100%; min-width: 0;
    background: transparent;
}
.vx-col-card__media {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    background: #f0eee9;
}
.vx-col-card--card .vx-col-card__media {
    box-shadow: 0 8px 24px rgba(17,112,81, 0.08);
    border: 1px solid rgba(17,112,81, 0.08);
}
/* Kutu oranı sabit; görsel kesin bu kutu içinde kalır (flex taşması önlenir) */
.vx-col-card__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s;
}
.vx-col-card:hover .vx-col-card__img { transform: scale(1.06); }
.vx-col-card__ph {
    position: absolute;
    inset: 0;
    display: flex; align-items: center; justify-content: center;
    background: var(--vx-bg-alt, #f0eee9);
    color: var(--vx-border-dark, #ccc);
    font-size: 36px;
}
.vx-col-card__overlay {
    position: absolute; bottom: 0; left: 0; right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,.6));
    padding: 24px 16px 16px;
    color: #fff; font-weight: 700; font-size: 15px;
    letter-spacing: .2px;
}
/* Bölüm --vx-sec-color kalıtımı kart üzeri beyaz yazıyı bozmasın */
.myt-dynamic-section .vx-col-card__overlay {
    color: #fff !important;
}

/* ── Page Content ────────────────────────────────────────────────── */
.vx-page-content { padding: 48px 0; font-size: 14px; line-height: 1.8; }

/* ── Preview mod — drag handle ───────────────────────────────────── */
.myt-preview-drag-handle {
    position: absolute; top: 8px; left: 50%; transform: translateX(-50%);
    background: rgba(17,112,81,.9); color: #fff; border-radius: 6px;
    padding: 4px 8px; cursor: grab; z-index: 9999;
    opacity: 0; transition: opacity .2s; pointer-events: auto;
}
.myt-dynamic-section:hover .myt-preview-drag-handle { opacity: 1; }
.myt-preview-ghost { opacity: .4; outline: 2px dashed #117051; }
.myt-preview-chosen { outline: 2px solid #117051; box-shadow: 0 0 0 4px rgba(17,112,81,.15); }

/* ── Featured Product ────────────────────────────────────────────── */
.vx-featured-product { padding: 48px 0; }
