/* Cezerye Responsive v1.6.10
 * Bağımsız, açık kodlu Dobay e-ticaret ön yüzü.
 * Harici font/kütüphane gerektirmez.
 * Geliştiren: Dobay — https://dobay.com.tr
 */

:root {
    --cr-primary: #73162f;
    --cr-primary-hover: #4f0d20;
    --cr-accent: #d7a626;
    --cr-accent-2: #df3155;
    --cr-button-bg: #8d1838;
    --cr-button-text: #fff;
    --cr-heading: #571126;
    --cr-body-text: #241b1e;
    --cr-footer: #25171c;
    --cr-soft-bg: #fbf7f4;
    --cr-page-bg: #fff;
    --cr-layout-width: 1240px;
    --cr-card-radius: 16px;
    --cr-image-vividness: 110%;
    --cr-ticker-speed: 30s;
    --cr-footer-text: #fff;
    --cr-footer-heading: #fff;
    --cr-footer-link: #fff;
    --cr-footer-link-hover: #f6cf68;
    --cr-sidebar-heading-bg: #73162f;
    --cr-sidebar-heading-text: #fff;
    --cr-product-title-weight: 600;
    --cr-border: #eadde0;
    --cr-muted: #766b6e;
    --cr-success: #159455;
    --cr-shadow-sm: 0 8px 26px rgba(61, 20, 33, .07);
    --cr-shadow-md: 0 18px 55px rgba(61, 20, 33, .11);
    --cr-transition: 180ms ease;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: smooth; }
body.cr-theme {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    background: var(--cr-page-bg);
    color: var(--cr-body-text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
body.cr-theme img { display: block; max-width: 100%; height: auto; }
body.cr-theme a { color: inherit; text-decoration: none; }
body.cr-theme button, body.cr-theme input, body.cr-theme select, body.cr-theme textarea { font: inherit; }
body.cr-theme button, body.cr-theme a { -webkit-tap-highlight-color: transparent; }
body.cr-theme button { cursor: pointer; }
body.cr-theme ul, body.cr-theme ol { margin: 0; padding: 0; list-style: none; }
body.cr-theme h1, body.cr-theme h2, body.cr-theme h3, body.cr-theme h4, body.cr-theme p { margin-top: 0; }
body.cr-theme h1, body.cr-theme h2, body.cr-theme .cr-section-heading h2 {
    color: var(--cr-heading);
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    font-weight: 700;
    letter-spacing: -.025em;
}
.cr-site-shell { min-height: 100vh; display: flex; flex-direction: column; }
.cr-container { width: min(calc(100% - 40px), var(--cr-layout-width)); margin-inline: auto; }
.cr-page-main, #cr-content { flex: 1 0 auto; }
.cr-skip { position: fixed; z-index: 99999; left: 14px; top: 10px; transform: translateY(-160%); padding: 10px 16px; border-radius: 8px; background: #111; color: #fff !important; }
.cr-skip:focus { transform: translateY(0); }

/* Header ve kayan duyuru */
.cr-header { position: relative; z-index: 60; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--cr-border); }
.cr-topbar { min-height: 34px; background: #f6f4f3; color: #554b4e; border-bottom: 1px solid #eee8e8; font-size: 12px; }
.cr-topbar-grid { min-height: 34px; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 24px; }
.cr-top-phone { white-space: nowrap; font-weight: 600; }
.cr-top-links { display: flex; gap: 18px; white-space: nowrap; }
.cr-top-links a:hover, .cr-top-phone:hover { color: var(--cr-primary); }
.cr-ticker { min-width: 0; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent); }
.cr-ticker-track { width: max-content; display: flex; align-items: center; animation: crTicker var(--cr-ticker-speed) linear infinite; will-change: transform; }
.cr-ticker:hover .cr-ticker-track { animation-play-state: paused; }
.cr-ticker-track span { display: inline-flex; align-items: center; white-space: nowrap; font-weight: 650; color: var(--cr-primary); }
.cr-ticker-track i { width: 6px; height: 6px; margin: 0 30px; border-radius: 50%; background: var(--cr-accent); }
@keyframes crTicker { from { transform: translate3d(0,0,0); } to { transform: translate3d(-50%,0,0); } }

.cr-header-main { min-height: 86px; display: grid; grid-template-columns: 230px minmax(300px, 1fr) auto; align-items: center; gap: 34px; }
.cr-compact-header .cr-header-main { min-height: 74px; }
.cr-logo { display: inline-flex; align-items: center; width: min(100%, 205px); }
.cr-logo img { width: auto; max-height: 58px; object-fit: contain; }
.cr-compact-header .cr-logo img { max-height: 50px; }
.cr-menu-button { display: none; border: 0; background: transparent; color: var(--cr-body-text); }

.cr-search-shell { position: relative; min-width: 0; }
.cr-search { position: relative; display: flex; min-height: 48px; overflow: hidden; border: 1px solid #dfd5d7; border-radius: 999px; background: #fff; box-shadow: 0 6px 22px rgba(50,20,28,.04); transition: border-color var(--cr-transition), box-shadow var(--cr-transition); }
.cr-search:focus-within { border-color: var(--cr-primary); box-shadow: 0 0 0 4px rgba(115,22,47,.10); }
.cr-search input { width: 100%; min-width: 0; border: 0; outline: 0; padding: 0 68px 0 22px; color: var(--cr-body-text); background: transparent; }
.cr-search input::placeholder { color: #a29799; font-style: italic; }
.cr-search button { position: absolute; inset-block: 4px; right: 4px; width: 44px; border: 0; border-radius: 50%; background: var(--cr-button-bg); color: var(--cr-button-text); transition: transform var(--cr-transition), background var(--cr-transition); }
.cr-search button:hover { transform: scale(1.04); background: var(--cr-primary-hover); }
.cr-search button span, .cr-search button span::after { position: absolute; content: ""; display: block; }
.cr-search button span { width: 14px; height: 14px; left: 13px; top: 11px; border: 2px solid currentColor; border-radius: 50%; }
.cr-search button span::after { width: 7px; height: 2px; left: 10px; top: 11px; background: currentColor; transform: rotate(45deg); border-radius: 2px; }
.cr-live-results { position: absolute; z-index: 150; top: calc(100% + 9px); left: 0; right: 0; max-height: min(610px, calc(100vh - 160px)); overflow-y: auto; border: 1px solid var(--cr-border); border-radius: 18px; background: #fff; box-shadow: var(--cr-shadow-md); }
.cr-live-results[hidden] { display: none !important; }
.cr-search-panel { padding: 12px; }
.cr-search-group + .cr-search-group { margin-top: 10px; border-top: 1px solid #eee5e7; padding-top: 10px; }
.cr-search-group-title { display: flex; justify-content: space-between; align-items: center; margin: 0 4px 8px; color: var(--cr-primary); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cr-search-taxonomy { display: flex; flex-wrap: wrap; gap: 7px; }
.cr-search-taxonomy a { padding: 7px 10px; border-radius: 999px; background: var(--cr-soft-bg); color: var(--cr-body-text); font-size: 13px; }
.cr-search-taxonomy a:hover, .cr-search-taxonomy a.is-keyboard-active { background: var(--cr-primary); color: #fff; }
.cr-search-products { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; }
.cr-search-product { display: grid; grid-template-columns: 64px minmax(0,1fr); gap: 10px; align-items: center; min-width: 0; padding: 8px; border: 1px solid transparent; border-radius: 12px; }
.cr-search-product:hover, .cr-search-product.is-keyboard-active { border-color: var(--cr-border); background: var(--cr-soft-bg); }
.cr-search-product img { width: 64px; height: 64px; object-fit: contain; border-radius: 8px; background: #fff; filter: saturate(var(--cr-image-vividness)) contrast(1.02); }
.cr-search-product div { min-width: 0; }
.cr-search-product strong { display: -webkit-box; overflow: hidden; color: var(--cr-body-text); font-size: 13px; line-height: 1.32; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.cr-search-product span { display: block; margin-top: 5px; color: var(--cr-primary); font-weight: 800; }
.cr-search-empty { padding: 22px; text-align: center; color: var(--cr-muted); }

.cr-quick-nav { display: flex; align-items: center; gap: 24px; white-space: nowrap; }
.cr-quick-link { display: inline-flex; align-items: center; gap: 8px; color: #2b2325; font-size: 13px; }
.cr-quick-link:hover { color: var(--cr-primary); }
.cr-quick-link small { font-size: 12px; }
.cr-quick-link em { font-style: normal; color: var(--cr-primary); }
.cr-icon { position: relative; display: inline-block; width: 22px; height: 22px; flex: 0 0 22px; }
.cr-icon-user::before { content: ""; position: absolute; width: 8px; height: 8px; left: 7px; top: 1px; border: 1.7px solid currentColor; border-radius: 50%; }
.cr-icon-user::after { content: ""; position: absolute; width: 16px; height: 10px; left: 3px; bottom: 1px; border: 1.7px solid currentColor; border-radius: 10px 10px 3px 3px; }
.cr-icon-heart::before { content: "♡"; position: absolute; inset: -7px 0 0; font-size: 30px; line-height: 1; }
.cr-icon-bag::before { content: ""; position: absolute; width: 17px; height: 16px; left: 2px; top: 5px; border: 1.7px solid currentColor; border-radius: 2px; }
.cr-icon-bag::after { content: ""; position: absolute; width: 8px; height: 6px; left: 6px; top: 1px; border: 1.7px solid currentColor; border-bottom: 0; border-radius: 6px 6px 0 0; }

.cr-desktop-nav { border-top: 1px solid #eee7e8; }
.cr-main-menu { min-height: 49px; display: flex; flex-wrap: wrap; align-items: stretch; justify-content: center; gap: 0; }
.cr-main-menu > li { position: relative; display: flex; align-items: stretch; }
.cr-main-menu > li > a { min-height: 49px; display: flex; align-items: center; gap: 6px; padding: 0 13px; color: #1f191b; font-size: 13px; font-weight: 650; white-space: nowrap; transition: color var(--cr-transition), background var(--cr-transition); }
.cr-main-menu > li > a:hover, .cr-main-menu > li:hover > a { color: var(--cr-primary); background: var(--cr-soft-bg); }
.cr-special-link span { color: var(--cr-accent); }
.cr-menu-chevron { width: 7px; height: 7px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg) translateY(-2px); }
.cr-submenu-toggle { display: none; }
.cr-mega-menu { position: absolute; z-index: 100; top: 100%; left: 0; width: 285px; visibility: hidden; opacity: 0; transform: translateY(8px); border: 1px solid var(--cr-border); border-radius: 0 0 16px 16px; background: #fff; box-shadow: var(--cr-shadow-md); transition: opacity var(--cr-transition), transform var(--cr-transition), visibility var(--cr-transition); }
.cr-has-children:hover > .cr-mega-menu, .cr-has-children:focus-within > .cr-mega-menu { visibility: visible; opacity: 1; transform: translateY(0); }
.cr-mega-head { display: flex; justify-content: space-between; gap: 10px; padding: 15px 17px; border-bottom: 1px solid #eee7e8; }
.cr-mega-head strong { color: var(--cr-heading); }
.cr-mega-head a { color: var(--cr-primary); font-size: 12px; font-weight: 700; }
.cr-mega-menu ul { max-height: 430px; overflow-y: auto; padding: 8px; }
.cr-mega-menu li a { display: block; padding: 9px 11px; border-radius: 8px; color: #51474a; font-size: 13px; }
.cr-mega-menu li a:hover { padding-left: 15px; background: var(--cr-soft-bg); color: var(--cr-primary); }
.cr-main-menu > li:nth-last-child(-n+3) .cr-mega-menu { left: auto; right: 0; }

/* Mobil çekmece */
.cr-drawer-backdrop { position: fixed; z-index: 998; inset: 0; background: rgba(20,12,15,.52); backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px); }
.cr-drawer { position: fixed; z-index: 999; top: 0; bottom: 0; left: 0; width: min(88vw, 370px); overflow-y: auto; transform: translateX(-105%); background: #fff; box-shadow: 20px 0 60px rgba(0,0,0,.18); transition: transform 240ms ease; }
.cr-drawer.is-open { transform: translateX(0); }
.cr-drawer-head { min-height: 64px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; background: var(--cr-primary); color: #fff; }
.cr-drawer-head strong { font-size: 18px; }
.cr-drawer-close { width: 38px; height: 38px; border: 0; background: transparent; color: #fff; font-size: 30px; }
.cr-drawer-search { display: flex; gap: 8px; padding: 14px; border-bottom: 1px solid var(--cr-border); }
.cr-drawer-search input { width: 100%; min-width: 0; height: 42px; padding: 0 12px; border: 1px solid var(--cr-border); border-radius: 10px; }
.cr-drawer-search button { border: 0; border-radius: 10px; padding: 0 15px; background: var(--cr-button-bg); color: var(--cr-button-text); font-weight: 700; }
.cr-mobile-menu { padding: 9px 14px 18px; }
.cr-mobile-menu > li { border-bottom: 1px solid #f0e9ea; }
.cr-mobile-row { display: flex; align-items: center; }
.cr-mobile-row > a, .cr-mobile-menu > li > a { display: block; flex: 1; padding: 13px 4px; font-weight: 650; }
.cr-mobile-submenu-toggle, .cr-mobile-subtoggle { width: 42px; height: 42px; border: 0; background: transparent; font-size: 21px; }
.cr-mobile-submenu { display: none; padding: 0 0 10px 12px; }
.cr-mobile-category.is-open .cr-mobile-submenu { display: block; }
.cr-mobile-submenu a { display: block; padding: 9px 8px; color: var(--cr-muted); }
.cr-drawer-links { display: grid; gap: 1px; background: var(--cr-border); border-top: 1px solid var(--cr-border); }
.cr-drawer-links a { padding: 13px 18px; background: var(--cr-soft-bg); }

/* Story */
.cr-story-section { padding: 22px 0 6px; background: #fff; }
.cr-story-after-slider { padding-top: 20px; }
.cr-story-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.cr-story-head h2 { margin: 0; font-family: inherit; font-size: 17px; letter-spacing: -.01em; }
.cr-story-head > div { display: flex; gap: 7px; }
.cr-story-prev, .cr-story-next { width: 34px; height: 34px; border: 1px solid var(--cr-border); border-radius: 50%; background: #fff; color: var(--cr-primary); font-size: 20px; }
.cr-story-prev:hover, .cr-story-next:hover { background: var(--cr-primary); color: #fff; }
.cr-story-viewport { display: flex; gap: 20px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; scroll-snap-type: x proximity; padding: 3px 2px 10px; }
.cr-story-viewport::-webkit-scrollbar { display: none; }
.cr-story-item { flex: 0 0 88px; display: flex; flex-direction: column; align-items: center; gap: 8px; scroll-snap-align: start; text-align: center; }
.cr-story-ring { width: 72px; height: 72px; padding: 3px; border-radius: 50%; background: linear-gradient(145deg, var(--cr-accent), var(--cr-accent-2), var(--cr-primary)); box-shadow: 0 6px 17px rgba(115,22,47,.16); }
.cr-story-ring img { width: 100%; height: 100%; object-fit: cover; border: 3px solid #fff; border-radius: 50%; filter: saturate(var(--cr-image-vividness)) contrast(1.03); }
.cr-story-placeholder { display: grid; place-items: center; border: 3px solid #fff; color: #fff; font-size: 24px; font-weight: 800; }
.cr-story-item strong { width: 100%; overflow: hidden; color: #43383b; font-size: 12px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.cr-story-item:hover .cr-story-ring { transform: translateY(-2px); }

/* Hero */
.cr-hero-section { padding: 20px 0 18px; background: linear-gradient(180deg, #fff, var(--cr-soft-bg)); }
.cr-slider { position: relative; width: min(calc(100% - 40px), var(--cr-layout-width)); margin: 0 auto; overflow: hidden; border-radius: calc(var(--cr-card-radius) + 6px); background: #edf2f4; box-shadow: var(--cr-shadow-sm); aspect-ratio: 2.35 / 1; }
.cr-slides, .cr-slide { position: absolute; inset: 0; }
.cr-slide { visibility: hidden; opacity: 0; transition: opacity 420ms ease, visibility 420ms ease; }
.cr-slide.is-active { visibility: visible; opacity: 1; }
body.cr-theme .cr-slide img { position: absolute; inset: 0; width: 100%; height: 100% !important; object-fit: cover; filter: saturate(var(--cr-image-vividness)) contrast(1.025); }
.cr-slide-fallback { background: radial-gradient(circle at 75% 25%, rgba(215,166,38,.34), transparent 28%), linear-gradient(135deg, var(--cr-primary), var(--cr-primary-hover)); color: #fff; }
.cr-slide-fallback-inner { max-width: 620px; padding: clamp(35px,6vw,88px); }
.cr-slide-fallback span { display: block; margin-bottom: 8px; color: #ffe3a0; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.cr-slide-fallback h1 { margin-bottom: 12px; color: #fff; font-size: clamp(34px,5vw,68px); }
.cr-slide-fallback p { max-width: 520px; font-size: 17px; }
.cr-slide-fallback a { display: inline-flex; margin-top: 12px; padding: 12px 20px; border-radius: 999px; background: #fff; color: var(--cr-primary); font-weight: 800; }
.cr-slider-arrow { position: absolute; z-index: 3; top: 50%; width: 44px; height: 44px; border: 0; border-radius: 50%; transform: translateY(-50%); background: rgba(255,255,255,.93); color: var(--cr-primary); box-shadow: 0 8px 24px rgba(0,0,0,.12); font-size: 27px; }
.cr-slider-prev { left: 20px; }
.cr-slider-next { right: 20px; }
.cr-slider-arrow:hover { background: var(--cr-primary); color: #fff; }
.cr-slider-dots { position: absolute; z-index: 3; left: 50%; bottom: 14px; display: flex; gap: 7px; transform: translateX(-50%); }
.cr-slider-dots button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.62); box-shadow: 0 0 0 1px rgba(0,0,0,.12); }
.cr-slider-dots button.is-active { width: 24px; border-radius: 8px; background: var(--cr-primary); }

/* Avantajlar ve bannerlar */
.cr-benefits { padding: 18px 0 26px; background: var(--cr-soft-bg); }
.cr-benefit-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.cr-benefit-grid article { min-height: 72px; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 14px; border: 1px solid var(--cr-border); border-radius: 14px; background: #fff; box-shadow: 0 6px 18px rgba(61,20,33,.035); }
.cr-benefit-icon { position: relative; width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; border-radius: 50%; background: rgba(141,24,56,.08); color: var(--cr-primary); }
.cr-benefit-icon::before { font-size: 18px; font-weight: 800; }
.cr-lock::before { content: "🔒"; }
.cr-truck::before { content: "🚚"; }
.cr-card::before { content: "💳"; }
.cr-return::before { content: "↩️"; }
.cr-benefit-grid strong { font-size: 13px; }
.cr-banner-wide { padding: 24px 0; }
.cr-banner-wide img, .cr-banner-grid img { width: 100%; border-radius: var(--cr-card-radius); filter: saturate(var(--cr-image-vividness)) contrast(1.02); }
.cr-banner-grid { padding: 20px 0; }
.cr-banner-grid-inner { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }

/* Bölüm başlıkları */
.cr-home-products { padding: clamp(40px,5vw,72px) 0; overflow: hidden; }
.cr-section-soft { background: var(--cr-soft-bg); }
.cr-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.cr-section-heading > div > span { display: block; margin-bottom: 2px; color: #a97809; font-size: 11px; font-weight: 850; letter-spacing: .19em; text-transform: uppercase; }
.cr-section-heading h2 { margin: 0; font-size: clamp(32px,3.2vw,48px); line-height: 1.08; }
.cr-section-heading > a { margin-bottom: 8px; color: var(--cr-primary); font-size: 13px; font-weight: 800; white-space: nowrap; }
.cr-section-heading > a b { display: inline-block; transition: transform var(--cr-transition); }
.cr-section-heading > a:hover b { transform: translateX(4px); }

/* Ürün grid/carousel */
.cr-product-carousel { position: relative; }
.cr-product-carousel-viewport { overflow: hidden; padding: 2px 1px 8px; }
.cr-product-carousel .cr-product-grid { display: flex !important; flex-wrap: nowrap !important; gap: 18px; width: max-content; margin: 0; transition: transform 380ms cubic-bezier(.22,.61,.36,1); will-change: transform; }
.cr-product-carousel .cr-product-card { width: calc((min(100vw - 40px, var(--cr-layout-width)) - 54px) / 4); flex: 0 0 calc((min(100vw - 40px, var(--cr-layout-width)) - 54px) / 4); }
.cr-product-carousel.is-static .cr-carousel-button { display: none; }
.cr-carousel-button { position: absolute; z-index: 4; top: 45%; width: 42px; height: 42px; border: 1px solid var(--cr-border); border-radius: 50%; transform: translateY(-50%); background: rgba(255,255,255,.96); color: var(--cr-primary); box-shadow: 0 9px 26px rgba(44,12,21,.13); font-size: 26px; transition: background var(--cr-transition), color var(--cr-transition), opacity var(--cr-transition); }
.cr-carousel-prev { left: -20px; }
.cr-carousel-next { right: -20px; }
.cr-carousel-button:hover { background: var(--cr-primary); color: #fff; }
.cr-carousel-button:disabled { opacity: .35; cursor: default; }

.cr-product-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; width: 100%; }
.cr-product-card { position: relative; min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--cr-border); border-radius: var(--cr-card-radius); background: #fff; box-shadow: 0 7px 24px rgba(61,20,33,.045); transition: transform var(--cr-transition), border-color var(--cr-transition), box-shadow var(--cr-transition); }
.cr-product-card:hover { transform: translateY(-5px); border-color: rgba(115,22,47,.25); box-shadow: var(--cr-shadow-md); }
.cr-product-badges { position: absolute; z-index: 3; top: 10px; left: 10px; display: flex; flex-direction: column; align-items: flex-start; gap: 5px; pointer-events: none; }
.cr-badge, .cr-product-badges > span { display: inline-flex; min-height: 23px; align-items: center; padding: 4px 8px; border-radius: 999px; background: var(--cr-accent); color: #1b1303; box-shadow: 0 3px 10px rgba(0,0,0,.07); font-size: 10px; font-weight: 850; line-height: 1; }
.cr-badge-sale { background: var(--cr-accent-2) !important; color: #fff !important; }
.cr-badge-cargo, .cr-badge-fast { background: var(--cr-success) !important; color: #fff !important; }
.cr-badge-stock { background: #3d3437 !important; color: #fff !important; }
.cr-product-image { position: relative; display: grid; place-items: center; aspect-ratio: 1 / 1; padding: 14px; overflow: hidden; background: linear-gradient(180deg,#fff,#fdfbfb); }
.cr-product-image img { width: 100%; height: 100%; object-fit: contain; filter: saturate(var(--cr-image-vividness)) contrast(1.035); transform: scale(1); transition: transform 300ms ease, filter 300ms ease; }
.cr-product-card:hover .cr-product-image img { transform: scale(1.035); filter: saturate(calc(var(--cr-image-vividness) + 5%)) contrast(1.045); }
.cr-product-info { display: flex; flex: 1; flex-direction: column; padding: 0 14px 14px; }
.cr-product-info::before { content: ""; display: block; margin-bottom: 13px; border-top: 1px solid #eee7e8; }
.cr-product-info h3 { min-height: 42px; margin: 0 0 10px; font-family: inherit; font-size: 14px; font-weight: var(--cr-product-title-weight); line-height: 1.45; letter-spacing: 0; }
.cr-product-info h3 a { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.cr-product-info h3 a:hover { color: var(--cr-primary); }
.cr-product-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px; margin-top: auto; margin-bottom: 14px; }
.cr-current-price { color: var(--cr-primary); font-size: 19px; font-weight: 850; letter-spacing: .01em; }
.cr-old-price { color: #a89da0; font-size: 12px; text-decoration: line-through; }
.cr-card-actions { display: grid; grid-template-columns: minmax(0,1fr) 42px; gap: 8px; }
.cr-view-product, .cr-add-cart { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 10px; background: var(--cr-button-bg); color: var(--cr-button-text) !important; font-weight: 800; line-height: 1.1; text-align: center; transition: transform var(--cr-transition), background var(--cr-transition), box-shadow var(--cr-transition); }
.cr-view-product:hover, .cr-add-cart:hover { transform: translateY(-1px); background: var(--cr-primary-hover); box-shadow: 0 8px 18px rgba(115,22,47,.20); }
.cr-card-cart { min-height: 42px; border: 1px solid rgba(115,22,47,.12); border-radius: 10px; background: rgba(141,24,56,.08); color: var(--cr-primary); font-size: 20px; font-weight: 800; }
.cr-card-cart:hover { background: var(--cr-primary); color: #fff; }

/* İç sayfa */
.cr-page-main { padding: 26px 0 54px; background: var(--cr-page-bg); }
.cr-breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 22px; color: var(--cr-muted); font-size: 12px; }
.cr-breadcrumb a:hover { color: var(--cr-primary); }
.cr-breadcrumb strong { color: var(--cr-body-text); }
.cr-catalog-layout { display: grid; grid-template-columns: 250px minmax(0,1fr); gap: 28px; align-items: start; }
.cr-catalog-sidebar { position: sticky; top: 18px; }
.cr-side-card { overflow: hidden; margin-bottom: 16px; border: 1px solid var(--cr-border); border-radius: 12px; background: #fff; }
body.cr-theme .cr-side-card h2 { margin: 0; padding: 12px 14px; background: var(--cr-sidebar-heading-bg); color: var(--cr-sidebar-heading-text) !important; font-family: inherit; font-size: 14px; letter-spacing: 0; }
.cr-side-content { padding: 10px 13px; }
.cr-side-content ul li { border-bottom: 1px solid #f0e9ea; }
.cr-side-content ul li:last-child { border-bottom: 0; }
.cr-side-content a { display: block; padding: 8px 2px; color: var(--cr-body-text); font-size: 13px; font-weight: 500; }
.cr-side-content a:hover { color: var(--cr-primary); }
body.cr-theme .cr-side-content, body.cr-theme .cr-side-content label, body.cr-theme .cr-filter-content, body.cr-theme .cr-filter-content label, body.cr-theme .cr-filter-content .title { color: var(--cr-body-text) !important; }
body.cr-theme .cr-filter-content .title, body.cr-theme .cr-filter-content h3, body.cr-theme .cr-filter-content h4 { font-weight: 600; }
.cr-catalog-content { min-width: 0; }
.cr-catalog-content > h1, .cr-catalog-content .page-title, .cr-product-page > h2, .cr-product-page > h3, .cr-related-products + h2 {
    margin: 0 0 22px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--cr-border);
    color: var(--cr-heading);
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: clamp(28px,3vw,42px);
    line-height: 1.1;
}
.cr-filter-open { display: none; }
.cr-catalog-content img, .cr-generic-page img { max-width: 100% !important; height: auto !important; }
.cr-catalog-content table, .cr-generic-page table { max-width: 100%; }
.cr-catalog-content select, .cr-generic-page select, .cr-generic-page input, .cr-generic-page textarea { max-width: 100%; }
.cr-catalog-content .product-list, .cr-catalog-content ul.products { display: grid !important; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; width: 100% !important; }
.cr-catalog-content .cr-product-card { width: auto !important; float: none !important; }

/* Ürün detayı */
.cr-product-page { min-width: 0; }
.cr-product-detail { display: grid; grid-template-columns: minmax(0,1.03fr) minmax(390px,.97fr); gap: clamp(30px,4vw,56px); align-items: start; margin-bottom: 38px; }
.cr-product-gallery { position: relative; min-width: 0; }
.cr-product-main { min-height: 580px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--cr-border); border-radius: calc(var(--cr-card-radius) + 4px); background: radial-gradient(circle at 50% 42%,#fff 0,#fff 58%,#fbf8f7 100%); box-shadow: var(--cr-shadow-sm); }
.cr-product-main .lightbox { width: 100%; height: 100%; min-height: 580px; display: grid; place-items: center; padding: clamp(26px,4vw,55px); }
.cr-main-product-image { width: 100%; height: 100%; max-height: 610px; object-fit: contain; filter: saturate(var(--cr-image-vividness)) contrast(1.035); }
.cr-product-thumbs-wrap { position: relative; width: 100%; max-width: 100%; height: auto !important; max-height: none !important; margin-top: 14px; overflow: visible !important; }
.cr-product-thumbs { min-height: 98px; display: flex !important; align-items: stretch; gap: 11px; overflow-x: auto !important; overflow-y: hidden !important; margin: 0 !important; padding: 6px 4px 12px !important; scrollbar-width: thin; scrollbar-color: rgba(115,22,47,.35) transparent; scroll-snap-type: x proximity; }
.cr-product-thumbs::-webkit-scrollbar { height: 5px; }
.cr-product-thumbs::-webkit-scrollbar-track { background: transparent; }
.cr-product-thumbs::-webkit-scrollbar-thumb { border-radius: 999px; background: rgba(115,22,47,.28); }
.cr-product-thumbs li { width: 86px !important; height: 86px !important; min-width: 86px !important; max-width: 86px !important; flex: 0 0 86px !important; float: none !important; margin: 0 !important; padding: 0 !important; overflow: visible !important; scroll-snap-align: start; }
.cr-thumb { display: grid !important; place-items: center; width: 86px !important; height: 86px !important; padding: 7px; overflow: hidden; border: 1px solid var(--cr-border); border-radius: 13px; background: linear-gradient(180deg,#fff,#fdfafa); box-shadow: 0 5px 16px rgba(61,20,33,.05); transition: border-color var(--cr-transition), box-shadow var(--cr-transition), transform var(--cr-transition); }
.cr-thumb.is-active, .cr-thumb:hover { border-color: var(--cr-primary); box-shadow: 0 0 0 3px rgba(115,22,47,.10), 0 8px 20px rgba(61,20,33,.08); transform: translateY(-1px); }
body.cr-theme .cr-thumb img { width: 100% !important; height: 100% !important; object-fit: contain; filter: saturate(var(--cr-image-vividness)); }
.cr-product-summary { position: sticky; top: 16px; min-width: 0; }
.cr-product-summary-top { padding-bottom: 19px; border-bottom: 1px solid var(--cr-border); }
.cr-product-summary h1 { margin: 0 0 12px; font-size: clamp(38px,4vw,58px); line-height: 1.02; overflow-wrap: anywhere; }
.cr-product-meta { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px 16px; color: var(--cr-muted); font-size: 12px; }
.cr-rating { display: inline-flex; align-items: center; gap: 8px; }
.cr-rating small { color: var(--cr-muted); font-size: 12px; }
.cr-detail-price { display: flex; align-items: center; flex-wrap: wrap; gap: 11px; min-height: 74px; padding: 17px 0; border-bottom: 1px solid var(--cr-border); }
.cr-detail-price .cr-current-price { font-size: clamp(29px,3vw,40px); }
.cr-detail-price .cr-old-price { font-size: 13px; }
.cr-stock-alert { margin: 14px 0; padding: 12px 14px; border-radius: 10px; background: #fff2f3; color: #a31832; font-weight: 700; }
.cr-purchase-panel { margin-top: 18px; }
.cr-product-options { display: grid; gap: 12px; }
.cr-product-options:empty { display: none; }
.cr-product-options > * { max-width: 100%; }
.cr-product-options .tooltipUyari { display: none; padding: 9px 12px; border-radius: 8px; background: #fff1f3; color: #a11835; font-size: 12px; }
.cr-product-options .tooltipUyari:empty { display: none !important; }
.cr-product-options h3, .cr-product-options h4, .cr-product-options .title, .cr-product-options label { color: var(--cr-body-text); font-family: inherit; font-size: 14px; font-weight: 800; }
.cr-product-options ul[class*="urunSecim_"], .cr-product-options .urunSecimList, .cr-product-options .option-list { display: flex !important; flex-wrap: wrap; gap: 8px; margin: 7px 0 12px !important; padding: 0 !important; }
.cr-product-options ul[class*="urunSecim_"] li, .cr-product-options .urunSecimList li, .cr-product-options .option-list li { float: none !important; width: auto !important; min-width: 50px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; margin: 0 !important; padding: 9px 13px !important; border: 1px solid #ded4d6 !important; border-radius: 10px; background: #fff; color: var(--cr-body-text); cursor: pointer; transition: border-color var(--cr-transition), background var(--cr-transition), color var(--cr-transition), box-shadow var(--cr-transition); }
.cr-product-options ul[class*="urunSecim_"] li:hover, .cr-product-options ul[class*="urunSecim_"] li.selected, .cr-product-options ul[class*="urunSecim_"] li.active, .cr-product-options ul[class*="urunSecim_"] li.secili { border-color: var(--cr-primary) !important; background: rgba(115,22,47,.055); color: var(--cr-primary); box-shadow: 0 0 0 2px rgba(115,22,47,.07); }
.cr-product-options ul[class*="urunSecim_"] li img { width: 42px; height: 42px; object-fit: contain; }
.cr-product-options select { min-height: 44px; padding: 0 38px 0 12px; border: 1px solid #ded4d6; border-radius: 10px; background: #fff; color: var(--cr-body-text); }

/* Telefon/WhatsApp sipariş blokları */
.cr-product-summary #tel-birakin, .cr-product-summary .whatsapp_tabela, .cr-product-summary [class*="telefon"], .cr-product-summary [class*="whatsapp"] { max-width: 100%; }
.cr-product-summary #tel-birakin, .cr-product-summary .whatsapp_tabela { width: 100% !important; margin: 0 0 10px !important; border: 1px solid var(--cr-border) !important; border-radius: 13px !important; background: linear-gradient(135deg,#fff,#fdfafa) !important; box-shadow: 0 6px 20px rgba(61,20,33,.04); }
.cr-product-summary #tel-birakin:hover, .cr-product-summary .whatsapp_tabela:hover { border-color: rgba(21,148,85,.42) !important; box-shadow: 0 10px 27px rgba(21,148,85,.08); }
.cr-product-summary .whatsapp_tabela .wrap, .cr-product-summary #tel-birakin .wrap { min-height: 86px; display: flex !important; align-items: center !important; gap: 14px; padding: 12px 18px !important; }
.cr-product-summary .whatsapp_tabela .icon, .cr-product-summary #tel-birakin .icon { width: 48px !important; min-width: 48px; color: var(--cr-success) !important; }
.cr-product-summary .whatsapp_tabela .right, .cr-product-summary #tel-birakin .right { min-width: 0; flex: 1; }
.cr-product-summary .whatsapp_tabela p, .cr-product-summary #tel-birakin p { margin: 0 !important; }
.cr-product-summary .whatsapp_tabela .title, .cr-product-summary #tel-birakin .title { font-size: 12px !important; font-weight: 750 !important; }
.cr-product-summary .whatsapp_tabela .number, .cr-product-summary #tel-birakin .number { color: var(--cr-body-text) !important; font-size: clamp(22px,2.3vw,30px) !important; line-height: 1.15 !important; letter-spacing: .02em; }
.cr-product-summary .whatsapp_tabela .slogan, .cr-product-summary #tel-birakin .slogan { color: var(--cr-muted) !important; font-size: 10px !important; }

.cr-buy-row { display: grid; grid-template-columns: 78px minmax(0,1fr) 54px; gap: 10px; align-items: stretch; margin-top: 16px; }
.cr-quantity select, .cr-quantity input { width: 100% !important; min-width: 0 !important; height: 52px !important; padding: 0 12px !important; border: 1px solid var(--cr-border) !important; border-radius: 11px !important; background: #fff !important; }
.cr-add-cart { min-height: 52px; border-radius: 11px; font-size: 16px; }
.cr-favorite { min-height: 52px; display: grid; place-items: center; border: 1px solid var(--cr-border); border-radius: 11px; background: #fff; color: var(--cr-primary); font-size: 30px; line-height: 1; }
.cr-favorite:hover { background: var(--cr-primary); color: #fff; }
.cr-shipping-notes { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 12px; }
.cr-shipping-notes:empty { display: none; }

.cr-product-tabs { margin: 34px 0 45px; border: 1px solid var(--cr-border); border-radius: var(--cr-card-radius); background: #fff; box-shadow: var(--cr-shadow-sm); }
.cr-tab-buttons { display: flex; overflow-x: auto; border-bottom: 1px solid var(--cr-border); scrollbar-width: none; }
.cr-tab-buttons::-webkit-scrollbar { display: none; }
.cr-tab-buttons button { min-height: 53px; flex: 1 0 auto; padding: 0 22px; border: 0; border-bottom: 3px solid transparent; background: transparent; color: var(--cr-muted); font-weight: 750; }
.cr-tab-buttons button.is-active { border-bottom-color: var(--cr-primary); color: var(--cr-primary); background: var(--cr-soft-bg); }
.cr-tab-panel { display: none; padding: clamp(20px,3vw,35px); overflow-wrap: anywhere; }
.cr-tab-panel.is-active { display: block; }
.cr-tab-panel img, .cr-tab-panel iframe, .cr-tab-panel table { max-width: 100% !important; }
.cr-tab-panel iframe { width: 100%; }

.cr-related-products { position: relative; margin: 28px 0 52px; overflow: hidden; }
.cr-related-products .cr-engine-title { margin: 0 0 20px; padding-bottom: 12px; border-bottom: 1px solid var(--cr-border); color: var(--cr-heading); font-size: clamp(28px,3vw,42px); line-height: 1.1; }
.cr-related-products .cr-engine-body { min-width: 0; }
.cr-related-products .cr-product-carousel { padding: 3px 1px 10px; }
.cr-related-products .cr-product-carousel-viewport { overflow: hidden !important; }
.cr-related-products .cr-product-grid, .cr-related-products .product-list, .cr-related-products ul.products { display: flex !important; flex-wrap: nowrap !important; gap: 18px !important; width: max-content !important; max-width: none !important; margin: 0 !important; transform: translate3d(0,0,0); transition: transform 380ms cubic-bezier(.22,.61,.36,1); will-change: transform; }
.cr-related-products .cr-product-grid > *, .cr-related-products .product-list > *, .cr-related-products ul.products > * { float: none !important; }
.cr-related-products .cr-product-card { width: calc((min(100vw - 40px, var(--cr-layout-width)) - 54px) / 4); flex-basis: calc((min(100vw - 40px, var(--cr-layout-width)) - 54px) / 4); }
.cr-product-page > h2, .cr-product-page > h3 { margin-top: 42px; }

/* Generic sayfalar/formlar */
.cr-generic-page { min-height: 300px; overflow-wrap: anywhere; }
.cr-generic-page input:not([type="checkbox"]):not([type="radio"]), .cr-generic-page select, .cr-generic-page textarea { min-height: 42px; padding: 9px 12px; border: 1px solid var(--cr-border); border-radius: 8px; background: #fff; }
.cr-generic-page textarea { min-height: 120px; }
.cr-generic-page button, .cr-generic-page input[type="submit"], .cr-generic-page .btn { min-height: 42px; padding: 0 18px; border: 0; border-radius: 8px; background: var(--cr-button-bg); color: var(--cr-button-text); font-weight: 750; }
.cr-generic-page table { width: 100%; border-collapse: collapse; }
.cr-generic-page th, .cr-generic-page td { padding: 10px; border: 1px solid var(--cr-border); }

/* Instagram ve footer */
.cr-instagram-band { padding: 54px 0; background: linear-gradient(135deg,#f8f4f3,#fff); text-align: center; }
.cr-instagram-eyebrow { color: #a97809; font-size: 11px; font-weight: 750; letter-spacing: .18em; }
.cr-instagram-band h2 { display: flex; align-items: center; justify-content: center; gap: 11px; margin: 6px 0 12px; font-size: clamp(28px,3vw,42px); }
.cr-instagram-icon { font-family: "Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif; font-size: .82em; }
.cr-instagram-band a { display: inline-flex; padding: 9px 17px; border-radius: 999px; background: var(--cr-primary); color: #fff; font-weight: 650; }
.cr-footer { margin-top: auto; background: var(--cr-footer); color: var(--cr-footer-text); }
.cr-footer-grid { display: grid; grid-template-columns: 1.45fr repeat(3,1fr); gap: 45px; padding-top: 55px; padding-bottom: 45px; }
.cr-footer-brand img { max-width: 170px; max-height: 52px; margin-bottom: 16px; filter: brightness(0) invert(1); }
body.cr-theme .cr-footer, body.cr-theme .cr-footer p, body.cr-theme .cr-footer div, body.cr-theme .cr-footer span, body.cr-theme .cr-footer strong, body.cr-theme .cr-footer b, body.cr-theme .cr-footer em, body.cr-theme .cr-footer small { color: var(--cr-footer-text) !important; }
body.cr-theme .cr-footer h2 { margin-bottom: 15px; color: var(--cr-footer-heading) !important; font-family: inherit; font-size: 15px; font-weight: 650; letter-spacing: 0; }
body.cr-theme .cr-footer section > a, body.cr-theme .cr-footer section > span { display: block; margin: 8px 0; color: var(--cr-footer-link) !important; font-size: 13px; font-weight: 500; }
body.cr-theme .cr-footer a { color: var(--cr-footer-link) !important; }
body.cr-theme .cr-footer a:hover { color: var(--cr-footer-link-hover) !important; }
.cr-footer-bottom { min-height: 52px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px 20px; border-top: 1px solid rgba(255,255,255,.16); font-size: 12px; }
.cr-dobay-credit { margin-left: auto; opacity: .86; }
.cr-mobile-bottom { display: none; }

/* Responsive */
@media (max-width: 1180px) {
    .cr-header-main { grid-template-columns: 185px minmax(250px,1fr) auto; gap: 22px; }
    .cr-quick-nav { gap: 15px; }
    .cr-main-menu > li > a { padding-inline: 10px; font-size: 12px; }
    .cr-product-grid, .cr-catalog-content .product-list, .cr-catalog-content ul.products { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .cr-product-carousel .cr-product-card, .cr-related-products .cr-product-card { width: calc((100vw - 80px) / 3); flex-basis: calc((100vw - 80px) / 3); }
    .cr-product-detail { grid-template-columns: minmax(0,1fr) minmax(350px,.86fr); gap: 30px; }
    .cr-product-main, .cr-product-main .lightbox { min-height: 500px; }
}

@media (max-width: 980px) {
    body.cr-theme { padding-bottom: 68px; }
    .cr-topbar-grid { grid-template-columns: auto minmax(0,1fr); }
    .cr-top-links { display: none; }
    .cr-header-main { min-height: 70px; grid-template-columns: 44px minmax(120px,180px) minmax(0,1fr) auto; gap: 13px; }
    .cr-menu-button { width: 42px; height: 42px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 4px; padding: 0; }
    .cr-menu-button span { width: 21px; height: 2px; border-radius: 2px; background: currentColor; }
    .cr-menu-button b { display: none; }
    .cr-logo img { max-height: 46px; }
    .cr-quick-nav .cr-favorite-link, .cr-quick-nav .cr-quick-link small { display: none; }
    .cr-quick-nav { gap: 8px; }
    .cr-desktop-nav { display: none; }
    .cr-live-results { left: -120px; }
    .cr-benefit-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .cr-catalog-layout { grid-template-columns: 1fr; }
    .cr-catalog-sidebar { position: fixed; z-index: 500; top: 0; bottom: 0; left: 0; width: min(88vw,360px); padding: 72px 16px 20px; overflow-y: auto; transform: translateX(-110%); background: #fff; transition: transform 230ms ease; }
    .cr-catalog-sidebar.is-open { transform: translateX(0); box-shadow: 20px 0 60px rgba(0,0,0,.18); }
    .cr-filter-open { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; padding: 10px 14px; border: 1px solid var(--cr-border); border-radius: 9px; background: #fff; color: var(--cr-primary); font-weight: 750; }
    .cr-product-detail { grid-template-columns: 1fr; }
    .cr-product-summary { position: static; }
    .cr-product-main, .cr-product-main .lightbox { min-height: 560px; }
    .cr-footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .cr-mobile-bottom { position: fixed; z-index: 450; left: 0; right: 0; bottom: 0; min-height: 65px; display: grid; grid-template-columns: repeat(4,1fr); padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid var(--cr-border); background: rgba(255,255,255,.97); box-shadow: 0 -8px 28px rgba(44,12,21,.08); backdrop-filter: blur(13px); -webkit-backdrop-filter: blur(13px); }
    .cr-mobile-bottom > a, .cr-mobile-bottom > button { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; border: 0; background: transparent; color: var(--cr-body-text); }
    .cr-mobile-bottom small { font-size: 10px; }
    .cr-mobile-bottom span { width: 20px; height: 20px; display: block; border: 1.6px solid currentColor; border-radius: 5px; }
    .cr-bottom-menu { font: inherit; }
    .cr-bottom-cart b { position: absolute; top: 6px; left: calc(50% + 7px); min-width: 17px; height: 17px; display: grid; place-items: center; border-radius: 99px; background: var(--cr-accent-2); color: #fff; font-size: 9px; }
}

@media (max-width: 760px) {
    .cr-container { width: min(calc(100% - 24px), var(--cr-layout-width)); }
    .cr-topbar { min-height: 31px; }
    .cr-topbar-grid { min-height: 31px; grid-template-columns: minmax(0,1fr); gap: 0; }
    .cr-top-phone { display: none; }
    .cr-ticker { width: 100%; }
    .cr-header-main { min-height: 64px; grid-template-columns: 40px 125px minmax(0,1fr) 31px; gap: 8px; }
    .cr-logo img { max-height: 39px; }
    .cr-search { min-height: 41px; }
    .cr-search input { padding-left: 13px; padding-right: 46px; font-size: 13px; }
    .cr-search button { inset-block: 3px; right: 3px; width: 35px; }
    .cr-search button span { left: 9px; top: 8px; }
    .cr-quick-nav .cr-quick-link:not(.cr-cart-link) { display: none; }
    .cr-icon { width: 20px; height: 20px; }
    .cr-live-results { position: fixed; top: 96px; left: 10px; right: 10px; max-height: calc(100vh - 176px); }
    .cr-search-products { grid-template-columns: 1fr; }
    .cr-story-section { padding-top: 15px; }
    .cr-story-viewport { gap: 13px; }
    .cr-story-item { flex-basis: 72px; }
    .cr-story-ring { width: 62px; height: 62px; }
    .cr-hero-section { padding: 12px 0 14px; }
    .cr-slider { width: calc(100% - 24px); height: auto !important; min-height: 0; border-radius: 15px; aspect-ratio: 1.6 / 1; background: transparent; }
    body.cr-theme .cr-slide img { height: 100% !important; min-height: 100%; }
    .cr-slider-arrow { width: 34px; height: 34px; font-size: 21px; }
    .cr-slider-prev { left: 9px; }
    .cr-slider-next { right: 9px; }
    .cr-benefit-grid { gap: 8px; }
    .cr-benefit-grid article { min-height: 62px; justify-content: flex-start; padding: 10px; }
    .cr-benefit-icon { width: 29px; height: 29px; flex-basis: 29px; }
    .cr-benefit-grid strong { font-size: 11px; }
    .cr-banner-grid-inner { grid-template-columns: 1fr; }
    .cr-section-heading { align-items: center; margin-bottom: 17px; }
    .cr-section-heading h2 { font-size: 32px; }
    .cr-section-heading > div > span { font-size: 9px; }
    .cr-section-heading > a { margin: 0; font-size: 11px; }
    .cr-home-products { padding: 36px 0; }
    .cr-product-grid, .cr-catalog-content .product-list, .cr-catalog-content ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
    .cr-product-carousel .cr-product-grid { gap: 10px; }
    .cr-product-carousel .cr-product-card, .cr-related-products .cr-product-card { width: calc((100vw - 34px) / 2); flex-basis: calc((100vw - 34px) / 2); }
    .cr-carousel-button { width: 34px; height: 34px; font-size: 21px; }
    .cr-carousel-prev { left: -6px; }
    .cr-carousel-next { right: -6px; }
    .cr-product-image { padding: 8px; }
    .cr-product-info { padding: 0 10px 10px; }
    .cr-product-info::before { margin-bottom: 9px; }
    .cr-product-info h3 { min-height: 38px; margin-bottom: 8px; font-size: 12px; line-height: 1.4; }
    .cr-current-price { font-size: 16px; }
    .cr-old-price { font-size: 10px; }
    .cr-product-price { gap: 5px; margin-bottom: 10px; }
    .cr-card-actions { grid-template-columns: minmax(0,1fr) 38px; gap: 6px; }
    .cr-view-product, .cr-card-cart { min-height: 39px; font-size: 12px; }
    .cr-product-badges { top: 7px; left: 7px; gap: 3px; }
    .cr-badge, .cr-product-badges > span { min-height: 19px; padding: 3px 6px; font-size: 8px; }
    .cr-page-main { padding-top: 17px; }
    .cr-product-detail { gap: 20px; }
    .cr-product-main, .cr-product-main .lightbox { min-height: 390px; }
    .cr-product-thumbs { min-height: 88px; gap: 8px; }
    .cr-product-thumbs li { width: 76px !important; height: 76px !important; min-width: 76px !important; max-width: 76px !important; flex-basis: 76px !important; }
    .cr-thumb { width: 76px !important; height: 76px !important; }
    .cr-product-main .lightbox { padding: 18px; }
    .cr-product-summary h1 { font-size: 36px; }
    .cr-detail-price { min-height: 61px; }
    .cr-detail-price .cr-current-price { font-size: 29px; }
    .cr-buy-row { grid-template-columns: 68px minmax(0,1fr) 48px; gap: 7px; }
    .cr-add-cart, .cr-quantity select, .cr-quantity input, .cr-favorite { min-height: 48px !important; height: 48px !important; }
    .cr-product-summary .whatsapp_tabela .number, .cr-product-summary #tel-birakin .number { font-size: 22px !important; }
    .cr-tab-buttons button { min-height: 47px; padding-inline: 14px; font-size: 12px; }
    .cr-footer-grid { grid-template-columns: 1fr; gap: 25px; padding-top: 38px; }
    .cr-footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 14px; }
}

@media (max-width: 390px) {
    .cr-header-main { grid-template-columns: 36px 105px minmax(0,1fr) 25px; }
    .cr-search input { font-size: 12px; }
    .cr-section-heading h2 { font-size: 28px; }
    .cr-product-info h3 { font-size: 11px; }
    .cr-current-price { font-size: 15px; }
    .cr-view-product { padding-inline: 4px; }
}

@supports not (aspect-ratio: 1 / 1) {
    .cr-product-image { height: 280px; }
    .cr-slider { height: 520px; }
    @media (max-width:760px) { .cr-slider { height: 230px; } .cr-product-image { height: 180px; } }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .cr-ticker-track { animation: none !important; }
}

@media print {
    .cr-header, .cr-footer, .cr-mobile-bottom, .cr-carousel-button, .cr-drawer, .cr-drawer-backdrop { display: none !important; }
    body.cr-theme { padding: 0; }
}

/* İlgili ürün ve kategori çok satan başlıkları */
.cr-related-heading { display: flex; align-items: end; justify-content: space-between; margin: 42px 0 20px; padding-bottom: 12px; border-bottom: 1px solid var(--cr-border); }
.cr-related-heading h2 { margin: 0; color: var(--cr-heading); font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; font-size: clamp(28px,3vw,42px); line-height: 1.1; }
.cr-detail-inner:first-of-type .cr-related-heading { margin-top: 28px; }

/* Yönetim panelinden ilişkili ürün sliderı kapatılırsa normal responsive grid */
.cr-related-carousel-off .cr-related-carousel .cr-carousel-button { display: none !important; }
.cr-related-carousel-off .cr-related-carousel .cr-product-carousel-viewport { overflow: visible; }
.cr-related-carousel-off .cr-related-carousel .cr-product-grid { display: grid !important; grid-template-columns: repeat(4,minmax(0,1fr)); width: 100%; transform: none !important; }
.cr-related-carousel-off .cr-related-carousel .cr-product-card { width: auto; flex-basis: auto; }
@media (max-width:1180px) { .cr-related-carousel-off .cr-related-carousel .cr-product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); } }
@media (max-width:760px) { .cr-related-carousel-off .cr-related-carousel .cr-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }

/* Tema sahipliği ve geliştirme: Dobay — https://dobay.com.tr */

/* ========================================================================== 
   Cezerye Responsive v1.6.10 — Commerce Glass & Conversion Layer
   Mevcut mağaza davranışını değiştirmeden görsel/dönüşüm katmanı.
   ========================================================================== */

:root {
    --cr-glass-blur: 16px;
    --cr-glass-alpha: .86;
    --cr-glass-border-alpha: .30;
    --cr-glow-strength: 20%;
    --cr-commerce-shadow: 0 22px 70px rgba(56, 13, 29, .13);
    --cr-commerce-shadow-soft: 0 12px 38px rgba(56, 13, 29, .08);
}

/* Ambient commerce background */
body.cr-theme.cr-ambient-glow {
    background:
        radial-gradient(circle at 8% 4%, rgba(215,166,38,.11), transparent 27rem),
        radial-gradient(circle at 92% 9%, rgba(223,49,85,.10), transparent 30rem),
        var(--cr-page-bg);
    background-attachment: fixed;
}
body.cr-theme.cr-ambient-glow .cr-page-main { background: transparent; }

/* Sticky / glass header */
.cr-sticky-header .cr-header { position: sticky; top: 0; }
.cr-glass-enabled.cr-glass-header .cr-header {
    background: rgba(255,255,255,var(--cr-glass-alpha));
    border-bottom-color: rgba(255,255,255,var(--cr-glass-border-alpha));
    box-shadow: 0 8px 34px rgba(40,11,20,.055);
    backdrop-filter: blur(var(--cr-glass-blur)) saturate(150%);
    -webkit-backdrop-filter: blur(var(--cr-glass-blur)) saturate(150%);
}
.cr-glass-enabled.cr-glass-header .cr-topbar,
.cr-glass-enabled.cr-glass-header .cr-desktop-nav { background: rgba(255,255,255,.47); }
.cr-glass-enabled .cr-search,
.cr-glass-enabled .cr-live-results {
    background: rgba(255,255,255,var(--cr-glass-alpha));
    border-color: rgba(255,255,255,.76);
    box-shadow: 0 12px 34px rgba(55,15,29,.08), inset 0 1px 0 rgba(255,255,255,.88);
    backdrop-filter: blur(var(--cr-glass-blur)) saturate(150%);
    -webkit-backdrop-filter: blur(var(--cr-glass-blur)) saturate(150%);
}
.cr-glass-enabled .cr-search:focus-within {
    border-color: color-mix(in srgb, var(--cr-primary) 42%, white);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--cr-primary) 10%, transparent), 0 16px 40px rgba(55,15,29,.10);
}
.cr-main-menu > li > a { border-radius: 10px 10px 0 0; }
.cr-mega-menu {
    border: 1px solid rgba(255,255,255,.82) !important;
    background: rgba(255,255,255,.94) !important;
    box-shadow: var(--cr-commerce-shadow) !important;
    backdrop-filter: blur(18px) saturate(145%);
    -webkit-backdrop-filter: blur(18px) saturate(145%);
}


.cr-header.is-scrolled { box-shadow: 0 13px 38px rgba(39,9,19,.09); }
.cr-glass-enabled.cr-glass-header .cr-header.is-scrolled { background: rgba(255,255,255,.92); }

/* Hero / story / benefit surfaces */
.cr-glass-enabled .cr-slider,
.cr-glass-enabled .cr-benefit-grid article,
.cr-glass-enabled .cr-story-ring {
    border-color: rgba(255,255,255,.74);
    box-shadow: var(--cr-commerce-shadow-soft), inset 0 1px 0 rgba(255,255,255,.82);
}
.cr-glass-enabled .cr-benefit-grid article {
    background: linear-gradient(145deg, rgba(255,255,255,.88), rgba(255,255,255,.68));
    backdrop-filter: blur(var(--cr-glass-blur));
    -webkit-backdrop-filter: blur(var(--cr-glass-blur));
}

/* Premium commerce cards */
.cr-premium-cards .cr-product-card { isolation: isolate; }
.cr-card-glass .cr-product-card {
    border-color: rgba(255,255,255,.74);
    background: linear-gradient(155deg, rgba(255,255,255,.94), rgba(255,255,255,.76));
    box-shadow: var(--cr-commerce-shadow-soft), inset 0 1px 0 rgba(255,255,255,.92);
    backdrop-filter: blur(var(--cr-glass-blur)) saturate(135%);
    -webkit-backdrop-filter: blur(var(--cr-glass-blur)) saturate(135%);
}
.cr-card-lift .cr-product-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 58px rgba(54,13,27,.14), inset 0 1px 0 rgba(255,255,255,.95);
}
.cr-product-image-primary { position: relative; z-index: 1; }
.cr-secondary-image { position: absolute; z-index: 2; inset: 0; display: block; opacity: 0; transition: opacity 280ms ease; }
.cr-secondary-image img { width: 100%; height: 100%; padding: 14px; object-fit: contain; background: linear-gradient(180deg,#fff,#fdfbfb); }
.cr-product-card.has-secondary-image:hover .cr-secondary-image,
.cr-product-card.has-secondary-image:focus-within .cr-secondary-image { opacity: 1; }
.cr-product-card.has-secondary-image:hover .cr-product-image-primary,
.cr-product-card.has-secondary-image:focus-within .cr-product-image-primary { opacity: 0; }
.cr-product-image-primary { transition: opacity 220ms ease, transform 300ms ease, filter 300ms ease !important; }
.cr-card-image-shine {
    position: absolute; z-index: 3; inset: -45% auto -45% -60%; width: 42%;
    transform: rotate(16deg) translateX(0); opacity: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.60), transparent);
    pointer-events: none;
}
.cr-premium-cards .cr-product-card:hover .cr-card-image-shine { animation: crCardShine 760ms ease both; }
@keyframes crCardShine { 0% { opacity: 0; transform: rotate(16deg) translateX(0); } 32% { opacity: .65; } 100% { opacity: 0; transform: rotate(16deg) translateX(420%); } }

.cr-card-brand {
    margin: 0 0 5px; color: var(--cr-primary); font-size: 10px; font-weight: 850;
    letter-spacing: .085em; line-height: 1.2; text-transform: uppercase;
}
.cr-card-stock { display: flex; align-items: center; gap: 6px; min-height: 18px; margin: -5px 0 11px; color: var(--cr-success); font-size: 10px; font-weight: 750; }
.cr-card-stock i { width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 4px rgba(21,148,85,.09); }
.cr-card-stock.is-low { color: #b26a00; }
.cr-card-stock.is-low i { box-shadow: 0 0 0 4px rgba(178,106,0,.09); }
.cr-card-stock.is-out { color: #9b3042; }
.cr-card-stock.is-out i { box-shadow: 0 0 0 4px rgba(155,48,66,.09); }
.cr-card-cart { display: inline-flex; align-items: center; justify-content: center; gap: 5px; padding-inline: 7px; }
.cr-card-cart span { font-size: 21px; line-height: 1; }
.cr-card-cart small { display: none; font-size: 10px; font-weight: 800; }
.cr-quick-cart-off .cr-card-actions { grid-template-columns: 1fr; }
.cr-quick-cart-off .cr-card-cart { display: none !important; }

/* Catalog toolbar / active filters */
.cr-catalog-toolbar { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.cr-catalog-toolbar .cr-filter-open { margin-bottom: 0; }
.cr-active-filters { display: flex; flex-wrap: wrap; gap: 7px; min-width: 0; }
.cr-active-filters[hidden], .cr-active-filter-chips-off .cr-active-filters { display: none !important; }
.cr-filter-chip {
    min-height: 36px; display: inline-flex; align-items: center; gap: 7px; padding: 0 11px;
    border: 1px solid color-mix(in srgb, var(--cr-primary) 16%, #e9dfe2); border-radius: 999px;
    background: rgba(255,255,255,.84); color: var(--cr-body-text); font-size: 11px; font-weight: 700;
    box-shadow: 0 5px 16px rgba(50,14,25,.045);
}
.cr-filter-chip b { color: var(--cr-primary); font-size: 15px; line-height: 1; }
.cr-filter-sheet-head { display: none; }
.cr-filter-backdrop { display: none; }

/* Glass filter/sidebar */
.cr-glass-enabled .cr-side-card {
    border-color: rgba(255,255,255,.75);
    background: rgba(255,255,255,var(--cr-glass-alpha));
    box-shadow: var(--cr-commerce-shadow-soft), inset 0 1px 0 rgba(255,255,255,.86);
    backdrop-filter: blur(var(--cr-glass-blur));
    -webkit-backdrop-filter: blur(var(--cr-glass-blur));
}

/* Product detail conversion panel */
.cr-product-brand:empty { display: none; }
.cr-product-brand { margin-bottom: 9px; }
.cr-product-brand span {
    display: inline-flex; min-height: 27px; align-items: center; padding: 0 10px; border-radius: 999px;
    background: color-mix(in srgb, var(--cr-primary) 7%, white); color: var(--cr-primary);
    font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase;
}
.cr-purchase-glass .cr-purchase-panel {
    padding: clamp(16px,2vw,22px); border: 1px solid rgba(255,255,255,.82); border-radius: calc(var(--cr-card-radius) + 4px);
    background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(255,255,255,var(--cr-glass-alpha)));
    box-shadow: var(--cr-commerce-shadow), inset 0 1px 0 rgba(255,255,255,.96);
    backdrop-filter: blur(var(--cr-glass-blur)) saturate(145%);
    -webkit-backdrop-filter: blur(var(--cr-glass-blur)) saturate(145%);
}
.cr-purchase-glass .cr-buy-row { margin-top: 18px; }
.cr-product-trust {
    display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; margin-top: 16px; padding-top: 15px;
    border-top: 1px solid rgba(115,22,47,.10);
}
.cr-product-trust > span {
    min-height: 54px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px;
    padding: 8px; border: 1px solid rgba(115,22,47,.08); border-radius: 12px; background: rgba(255,255,255,.62);
    color: var(--cr-body-text); font-size: 10px; font-weight: 750; text-align: center;
}
.cr-trust-icon { position: relative; width: 20px; height: 20px; color: var(--cr-primary); }
.cr-trust-lock::before { content: ""; position: absolute; left: 5px; top: 8px; width: 10px; height: 9px; border: 1.7px solid currentColor; border-radius: 3px; }
.cr-trust-lock::after { content: ""; position: absolute; left: 7px; top: 2px; width: 6px; height: 8px; border: 1.7px solid currentColor; border-bottom: 0; border-radius: 7px 7px 0 0; }
.cr-trust-return::before { content: "↺"; position: absolute; inset: -5px 0 0; font-size: 25px; line-height: 1; }
.cr-trust-truck::before { content: ""; position: absolute; left: 1px; top: 6px; width: 12px; height: 8px; border: 1.7px solid currentColor; border-radius: 2px; }
.cr-trust-truck::after { content: "••"; position: absolute; left: 3px; top: 8px; letter-spacing: 6px; font-size: 15px; line-height: 1; }

/* Mobile sticky conversion bar */
.cr-mobile-buy { display: none; }

@media (max-width: 980px) {
    .cr-mobile-filter-sheet .cr-catalog-sidebar {
        top: auto; right: 0; bottom: 0; left: 0; width: 100%; max-height: min(84vh, 760px); padding: 0 14px calc(18px + env(safe-area-inset-bottom));
        overflow-y: auto; transform: translateY(110%); border: 1px solid rgba(255,255,255,.80); border-bottom: 0;
        border-radius: 25px 25px 0 0; background: rgba(255,255,255,.96); box-shadow: 0 -24px 70px rgba(26,7,13,.22);
        transition: transform 260ms cubic-bezier(.22,.61,.36,1); backdrop-filter: blur(20px) saturate(145%); -webkit-backdrop-filter: blur(20px) saturate(145%);
    }
    .cr-mobile-filter-sheet .cr-catalog-sidebar.is-open { transform: translateY(0); }
    .cr-mobile-filter-sheet .cr-filter-sheet-head {
        position: sticky; z-index: 3; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 12px;
        margin: 0 -14px 12px; padding: 14px 16px; border-bottom: 1px solid var(--cr-border); background: rgba(255,255,255,.94);
        backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
    }
    .cr-filter-sheet-head strong { color: var(--cr-heading); font-size: 16px; }
    .cr-filter-close { width: 38px; height: 38px; border: 1px solid var(--cr-border); border-radius: 50%; background: #fff; color: var(--cr-primary); font-size: 24px; line-height: 1; }
    .cr-mobile-filter-sheet .cr-filter-backdrop {
        position: fixed; z-index: 490; inset: 0; display: block; background: rgba(20,7,12,.36); opacity: 1;
        backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
    }
    .cr-mobile-filter-sheet .cr-filter-backdrop[hidden] { display: none !important; }
    body.cr-filter-open-state { overflow: hidden !important; }

    body[data-mobile-sticky-buy="1"] .cr-mobile-bottom { display: none !important; }
    body[data-mobile-sticky-buy="1"] { padding-bottom: calc(78px + env(safe-area-inset-bottom)); }
    body[data-mobile-sticky-buy="1"] .cr-mobile-buy {
        position: fixed; z-index: 470; right: 10px; bottom: calc(10px + env(safe-area-inset-bottom)); left: 10px;
        min-height: 66px; display: grid; grid-template-columns: minmax(0,1fr) minmax(150px,1.15fr); align-items: center; gap: 12px;
        padding: 8px 9px 8px 15px; border: 1px solid rgba(255,255,255,.82); border-radius: 19px;
        background: rgba(255,255,255,.91); box-shadow: 0 18px 50px rgba(35,8,17,.20), inset 0 1px 0 rgba(255,255,255,.96);
        backdrop-filter: blur(18px) saturate(150%); -webkit-backdrop-filter: blur(18px) saturate(150%);
    }
    .cr-mobile-buy-price { min-width: 0; display: flex; flex-direction: column; }
    .cr-mobile-buy-price small { color: var(--cr-muted); font-size: 10px; font-weight: 650; }
    .cr-mobile-buy-price strong { overflow: hidden; color: var(--cr-primary); font-size: 20px; font-weight: 900; white-space: nowrap; text-overflow: ellipsis; }
    .cr-mobile-buy > button {
        min-height: 50px; border: 0; border-radius: 13px; background: var(--cr-button-bg); color: var(--cr-button-text);
        box-shadow: 0 9px 22px color-mix(in srgb, var(--cr-primary) 20%, transparent); font-weight: 850;
    }
    .cr-mobile-buy > button:disabled { opacity: .52; cursor: not-allowed; }
}

@media (max-width: 760px) {
    .cr-card-brand { margin-bottom: 4px; font-size: 8px; }
    .cr-card-stock { margin-top: -4px; margin-bottom: 8px; font-size: 9px; }
    .cr-card-stock i { width: 6px; height: 6px; flex-basis: 6px; }
    .cr-product-trust { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 5px; }
    .cr-product-trust > span { min-height: 50px; padding: 6px 3px; font-size: 8px; }
    .cr-purchase-glass .cr-purchase-panel { padding: 13px; border-radius: 16px; }
    .cr-active-filters { width: 100%; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 2px; scrollbar-width: none; }
    .cr-active-filters::-webkit-scrollbar { display: none; }
    .cr-filter-chip { flex: 0 0 auto; min-height: 32px; font-size: 10px; }
    .cr-card-cart small { display: none; }
}

@supports not ((backdrop-filter: blur(2px)) or (-webkit-backdrop-filter: blur(2px))) {
    .cr-glass-enabled.cr-glass-header .cr-header,
    .cr-glass-enabled .cr-search,
    .cr-glass-enabled .cr-live-results,
    .cr-card-glass .cr-product-card,
    .cr-purchase-glass .cr-purchase-panel,
    .cr-mobile-filter-sheet .cr-catalog-sidebar,
    body[data-mobile-sticky-buy="1"] .cr-mobile-buy { background: #fff; }
}


/* ========================================================================== 
   Cezerye Responsive v1.6.10 — Dobay Visual Showcase
   Yönetilebilir tek geniş / üçlü kampanya vitrinleri.
   ========================================================================== */
.cr-showcase { position: relative; padding: clamp(18px,2.8vw,34px) 0; overflow: clip; }
.cr-showcase::before {
    content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%; pointer-events: none;
    background: radial-gradient(circle, color-mix(in srgb,var(--cr-accent) 16%,transparent), transparent 68%);
    filter: blur(8px); opacity: .65;
}
.cr-showcase-group-1::before, .cr-showcase-group-3::before { top: -190px; right: 4%; }
.cr-showcase-group-2::before, .cr-showcase-group-4::before { bottom: -220px; left: 2%; }
.cr-showcase-grid { position: relative; z-index: 1; display: grid; gap: clamp(14px,1.6vw,22px); }
.cr-showcase-triple .cr-showcase-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.cr-showcase-wide .cr-showcase-grid { grid-template-columns: minmax(0,1fr); }
.cr-showcase-card {
    position: relative; min-width: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.82);
    border-radius: calc(var(--cr-card-radius) + 5px); background: #f5f1ef;
    box-shadow: 0 20px 55px rgba(48,15,25,.11), inset 0 1px 0 rgba(255,255,255,.92);
    isolation: isolate; transform: translateZ(0);
}
.cr-showcase-triple .cr-showcase-card { aspect-ratio: 1 / 1; }
.cr-showcase-wide .cr-showcase-card { aspect-ratio: 2.72 / 1; }
.cr-showcase-card > a { position: absolute; inset: 0; display: block; color: #fff; }
.cr-showcase-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(var(--cr-image-vividness)) contrast(1.025); transition: transform 650ms cubic-bezier(.2,.72,.25,1), filter 380ms ease; }
.cr-showcase-card::after {
    content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none;
    background: linear-gradient(180deg,transparent 38%,rgba(18,9,12,.06) 62%,rgba(18,9,12,.46));
}
.cr-showcase-wide .cr-showcase-card::after { background: linear-gradient(90deg,rgba(20,8,13,.46),rgba(20,8,13,.06) 48%,transparent 76%); }
.cr-showcase-card:hover img, .cr-showcase-card:focus-within img { transform: scale(1.035); filter: saturate(calc(var(--cr-image-vividness) + 7%)) contrast(1.035); }
.cr-showcase-copy {
    position: absolute; z-index: 2; right: 16px; bottom: 16px; left: 16px; display: flex; align-items: flex-end; justify-content: space-between; gap: 16px;
    padding: 15px 16px; border: 1px solid rgba(255,255,255,.32); border-radius: 16px;
    background: linear-gradient(130deg,rgba(35,14,21,.47),rgba(35,14,21,.24));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.24); backdrop-filter: blur(14px) saturate(145%); -webkit-backdrop-filter: blur(14px) saturate(145%);
}
.cr-showcase-wide .cr-showcase-copy { right: auto; top: 50%; bottom: auto; left: clamp(22px,4vw,62px); width: min(520px,50%); flex-direction: column; align-items: flex-start; transform: translateY(-50%); padding: clamp(18px,2.6vw,30px); }
.cr-showcase-copy strong { color: #fff; font-family: ui-serif,Georgia,Cambria,"Times New Roman",serif; font-size: clamp(20px,2.1vw,31px); line-height: 1.05; text-shadow: 0 2px 18px rgba(0,0,0,.2); }
.cr-showcase-wide .cr-showcase-copy strong { font-size: clamp(27px,3.1vw,48px); max-width: 470px; }
.cr-showcase-copy em { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 7px; min-height: 38px; padding: 0 13px; border-radius: 999px; background: rgba(255,255,255,.92); color: var(--cr-primary); font-size: 11px; font-style: normal; font-weight: 850; white-space: nowrap; box-shadow: 0 9px 24px rgba(0,0,0,.12); }
.cr-showcase-copy em b { transition: transform var(--cr-transition); }
.cr-showcase-card:hover .cr-showcase-copy em b { transform: translateX(4px); }
.cr-showcase-native::after { display: none; }
.cr-showcase-native > a { position: static; }
.cr-showcase-native > * { position: relative; z-index: 2; }
.cr-showcase-native img { display: block; width: 100%; height: 100%; object-fit: cover; }
.cr-showcase-native a { display: block; width: 100%; height: 100%; }

@media (max-width: 980px) {
    .cr-showcase-copy { padding: 12px; }
    .cr-showcase-copy strong { font-size: clamp(17px,2.3vw,23px); }
    .cr-showcase-copy em { min-height: 34px; padding-inline: 10px; font-size: 10px; }
    .cr-showcase-wide .cr-showcase-card { aspect-ratio: 2.2 / 1; }
}
@media (max-width: 760px) {
    .cr-showcase { padding: 14px 0; }
    .cr-showcase-triple .cr-showcase-grid { grid-template-columns: 1fr; gap: 12px; }
    .cr-showcase-triple .cr-showcase-card { aspect-ratio: 1.45 / 1; }
    .cr-showcase-wide .cr-showcase-card { aspect-ratio: 1.48 / 1; }
    .cr-showcase-wide .cr-showcase-copy { top: auto; right: 12px; bottom: 12px; left: 12px; width: auto; transform: none; }
    .cr-showcase-wide .cr-showcase-copy strong { font-size: clamp(22px,7vw,32px); }
    .cr-showcase-copy { right: 12px; bottom: 12px; left: 12px; }
}
@media (max-width: 420px) {
    .cr-showcase-copy { align-items: flex-start; flex-direction: column; gap: 9px; }
    .cr-showcase-copy em { min-height: 32px; }
}

@supports not ((backdrop-filter: blur(2px)) or (-webkit-backdrop-filter: blur(2px))) {
    .cr-showcase-copy { background: rgba(35,14,21,.76); }
}
