:root {
    --store-ink: #321b35;
    --store-muted: #806f7e;
    --store-paper: #fff8fc;
    --store-surface: #ffffff;
    --store-line: #f1dbe8;
    --store-accent: #ea6ca8;
    --store-accent-dark: #aa356f;
    --store-soft: #fde8f3;
    --store-radius: 20px;
    --store-shadow: 0 18px 55px rgba(112, 45, 81, .11);
}

html { scroll-behavior: smooth; }
body.theme-color-30 { background: var(--store-paper); color: var(--store-ink); }
body.theme-color-30, body.theme-color-30 button, body.theme-color-30 input { font-family: "Mulish", sans-serif; }

.store-announcement { background: linear-gradient(90deg, #7f2557, #be4f89 55%, #8f3d8c); color: #fff; font-size: 12px; letter-spacing: .02em; }
.store-announcement .container { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.store-announcement span { display: inline-flex; align-items: center; gap: 7px; opacity: .86; }
.store-announcement span i { color: #ffd4e8; }
.store-announcement a { color: #fff; font-weight: 800; text-decoration: none; white-space: nowrap; }
.store-announcement a i { margin-left: 5px; font-size: 10px; transition: transform .2s ease; }
.store-announcement a:hover i { transform: translateX(3px); }

#sticky-header { position: sticky; top: 0; z-index: 10050; transition: box-shadow .25s ease; }
#sticky-header.is-scrolled { box-shadow: 0 12px 35px rgba(23, 21, 17, .09); }
#sticky-header .single-header { border: 0; background: rgba(255, 255, 255, .98); min-height: 76px; padding: 13px 0; }
#sticky-header .brand-logo { display: inline-flex; padding: 4px 0; }
#sticky-header .brand-logo img { width: auto; max-width: 150px; max-height: 46px !important; object-fit: contain; }
.dreamer-logo { display: inline-flex !important; align-items: center; gap: 10px; color: var(--store-ink) !important; text-decoration: none !important; }
.dreamer-logo-image { position: relative; display: block; width: 238px; height: 48px; background: url('../images/dreamershop-logo-v2.png') left center / 220px auto no-repeat; }
.dreamer-logo-image::after { content: "TR"; position: absolute; right: 0; top: 9px; display: grid; place-items: center; min-width: 27px; height: 27px; padding: 0 5px; border: 2px solid #fff; border-radius: 10px; background: linear-gradient(145deg, #9de7e1, #f7a8c8); color: #4b1844; font-size: 10px; font-weight: 900; letter-spacing: .02em; box-shadow: 0 5px 13px rgba(170,68,125,.18); }
.dreamer-logo-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 15px; background: linear-gradient(145deg, #f8a6ca, #d75a9a 58%, #9a3e96); color: #fff; font-size: 13px; font-weight: 900; letter-spacing: -.04em; box-shadow: 0 9px 23px rgba(210,74,143,.24); transform: rotate(-3deg); }
.dreamer-logo-text { color: var(--store-ink); font-size: 20px; font-weight: 900; letter-spacing: -.055em; }
.dreamer-logo-text > span { color: var(--store-accent-dark); }
.dreamer-logo-footer { justify-content: center; }
.dreamer-logo-footer .dreamer-logo-image { width: 230px; height: 52px; padding: 5px 8px; border: 1px solid rgba(255,182,216,.42); border-radius: 15px; background-color: rgba(255,250,253,.96); background-size: 198px auto; background-position: 8px center; box-shadow: 0 10px 28px rgba(24,7,29,.18); }
.dreamer-logo-footer .dreamer-logo-image::after { right: 7px; top: 11px; }
.dreamer-logo-footer .dreamer-logo-text { color: #fff; }
.dreamer-logo-footer .dreamer-logo-text > span { color: #ffb6d8; }
.main-nav { gap: 6px !important; align-items: center; }
.main-nav a { color: var(--store-ink) !important; padding: 10px 13px; border-radius: 999px; font-size: 13px !important; font-weight: 800 !important; position: relative; }
.main-nav a:hover, .main-nav a.is-active { color: var(--store-accent-dark) !important; background: var(--store-soft); }

.store-search-toggle, .store-search-close { border: 0; background: transparent; padding: 0; }
.store-search-toggle { width: 42px; height: 42px; border: 1px solid var(--store-line); border-radius: 50%; color: var(--store-ink); display: inline-grid; place-items: center; transition: .2s ease; }
.store-search-toggle:hover { color: #fff; border-color: var(--store-ink); background: var(--store-ink); transform: translateY(-2px); }
.floating-cart { min-height: 42px; border: 1px solid var(--store-line); box-shadow: none !important; padding: 7px 12px !important; transition: .2s ease; }
.floating-cart:hover { border-color: #eabbd4; }
.floating-cart .cart-text { color: var(--store-ink) !important; font-weight: 800 !important; }
.header-user .user-toggle, .header-user .user-login { min-height: 42px; padding: 0 12px; border-radius: 999px; color: var(--store-ink) !important; }
.header-user .user-toggle:hover, .header-user .user-login:hover { background: var(--store-soft); }
.user-menu { border: 1px solid var(--store-line); border-radius: 16px !important; box-shadow: var(--store-shadow) !important; padding: 7px; min-width: 210px !important; }
.user-menu .user-mail { background: var(--store-paper); border-radius: 10px; }
.user-menu a { border-radius: 9px; font-weight: 700; }
.user-menu a:hover { background: var(--store-soft) !important; }

.store-search-panel { position: absolute; left: 0; right: 0; top: 100%; background: rgba(255,255,255,.98); border-top: 1px solid var(--store-line); box-shadow: 0 22px 40px rgba(23,21,17,.12); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .22s ease; }
.store-search-panel.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
.store-search-inner { max-width: 760px; margin: 0 auto; padding: 22px 0; display: flex; align-items: center; gap: 14px; position: relative; }
.store-search-inner > i { color: var(--store-accent); font-size: 18px; }
.store-search-inner input { width: 100%; height: 48px; padding: 0; border: 0; border-bottom: 1px solid var(--store-line); outline: 0; background: transparent; color: var(--store-ink); font-size: 17px; }
.store-search-close { width: 40px; height: 40px; border-radius: 50%; color: var(--store-muted); }
.store-search-close:hover { background: var(--store-soft); color: var(--store-ink); }
#aramaSonuclari { display: none; position: absolute; z-index: 4; top: 76px; left: 28px; right: 50px; max-height: 300px; overflow: auto; border: 1px solid var(--store-line); border-radius: 12px; box-shadow: var(--store-shadow); }
#aramaSonuclari .list-group-item { border-color: var(--store-line); padding: 13px 16px; font-weight: 700; }

.mobile-menu-btn { width: 42px; height: 42px; border: 1px solid var(--store-line); border-radius: 50%; display: grid; place-items: center; }
.mobile-nav { position: absolute !important; top: 100% !important; border-top: 1px solid var(--store-line); box-shadow: var(--store-shadow) !important; padding: 12px 20px 20px !important; }
.mobile-nav a { color: var(--store-ink) !important; border-color: var(--store-line) !important; padding: 14px 4px !important; }

.story-bar { max-width: 1320px; margin: 18px auto 0; padding: 15px 20px !important; border-radius: var(--store-radius); background: transparent !important; }
.story-ring { padding: 2px !important; background: linear-gradient(135deg, var(--store-accent), #e7a5dc) !important; box-shadow: 0 7px 18px rgba(190,72,137,.18); }
.story-bar .story-item { width: 78px; text-align: center; opacity: 0; transition: opacity .2s ease; }
.story-bar .story-item.is-ready { opacity: 1; }
.story-bar .story-ring { width: 72px; height: 72px; margin: 0 auto; border: 2px solid #fff; outline: 1px solid #edbad6; }
.story-bar .story-ring img { display: block; object-fit: cover; }
.story-overlay .story-media { position: absolute; inset: 0; }
.story-overlay .story-media img { width: 100%; height: 100%; object-fit: cover; }
.story-overlay .story-phone { max-height: calc(100vh - 28px); }

/* Story experience */
.ah-story { position: relative; padding: 18px 0 12px; overflow: hidden; background: #fff; border-bottom: 1px solid var(--store-line); }
.ah-story-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.ah-story-eyebrow { display: block; margin-bottom: 4px; color: var(--store-accent-dark); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.ah-story-eyebrow i { margin-right: 6px; color: #cf7653; font-size: 7px; animation: ahStoryPulse 1.8s ease-in-out infinite; }
.ah-story-header h2 { margin: 0; color: var(--store-ink); font-size: clamp(24px, 3vw, 34px); font-weight: 900; letter-spacing: -.045em; }
.ah-story-count { padding: 8px 12px; border: 1px solid var(--store-line); border-radius: 999px; background: rgba(255,255,255,.75); color: var(--store-muted); font-size: 11px; font-weight: 800; }
.ah-story-rail { display: grid; grid-auto-flow: column; grid-auto-columns: 88px; justify-content: start; gap: 14px; overflow-x: auto; padding: 3px 2px 9px; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; -webkit-overflow-scrolling: touch; }
.ah-story-rail::-webkit-scrollbar { display: none; }
.ah-story-card { min-width: 0; padding: 0; border: 0; outline: 0; background: transparent; color: var(--store-ink); text-align: center; scroll-snap-align: start; }
.ah-story-ring { position: relative; display: block; width: 78px; height: 78px; margin: 0 auto 7px; padding: 4px; border-radius: 50%; background: linear-gradient(135deg, #ffd07a 0%, #ff79ad 43%, #dd58bc 70%, #9b67df 100%); box-shadow: 0 7px 18px rgba(205,76,144,.18); transition: transform .22s ease, box-shadow .22s ease; }
.ah-story-ring::before { content: ""; position: absolute; inset: 3px; z-index: 0; border: 3px solid #fff; border-radius: 50%; }
.ah-story-thumb-fallback, .ah-story-ring img { position: absolute; inset: 7px; width: calc(100% - 14px); height: calc(100% - 14px); border-radius: 50%; }
.ah-story-thumb-fallback { display: grid; place-items: center; background: linear-gradient(145deg, #ffddeb, #ef91bd 56%, #c160a8); color: rgba(255,255,255,.98); font-size: 25px; font-weight: 900; }
.ah-story-ring img { z-index: 1; display: block; object-fit: cover; }
.ah-story-ring img.is-missing { display: none; }
.ah-story-card-title { display: block; overflow: hidden; color: #473944; font-size: 11px; font-weight: 700; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.ah-story-card-meta { display: block; margin-top: 3px; color: var(--store-accent); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.ah-story-card:hover .ah-story-ring, .ah-story-card:focus-visible .ah-story-ring { transform: scale(1.045); box-shadow: 0 11px 24px rgba(190,72,137,.25); }
.ah-story-card:focus-visible { border-radius: 12px; box-shadow: 0 0 0 3px rgba(154,98,56,.22); }
.ah-story-card.is-viewed .ah-story-ring { background: #d9d4d8; box-shadow: none; }

.ah-story-viewer { position: fixed; inset: 0; z-index: 11000; display: grid; place-items: center; padding: 18px; opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility .2s ease; }
.ah-story-viewer.is-open { opacity: 1; visibility: visible; }
.ah-story-backdrop { position: absolute; inset: 0; background: rgba(42,20,43,.88); backdrop-filter: blur(12px); }
.ah-story-dialog { position: relative; width: min(410px, calc(100vw - 36px)); height: min(730px, calc(100vh - 36px)); overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 28px; background: #48203f; box-shadow: 0 35px 100px rgba(58,17,49,.55); }
.ah-story-progress { position: absolute; top: 12px; left: 12px; right: 12px; z-index: 8; display: flex; gap: 5px; }
.ah-story-progress span { flex: 1; height: 3px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.3); }
.ah-story-progress i { display: block; width: 0; height: 100%; border-radius: inherit; background: #fff; }
.ah-story-progress i.is-complete { width: 100%; }
.ah-story-progress i.is-active { animation: ahStoryProgress 6s linear forwards; }
.ah-story-topbar { position: absolute; top: 27px; left: 17px; right: 12px; z-index: 8; display: flex; align-items: center; justify-content: space-between; color: #fff; }
.ah-story-brand { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 900; text-shadow: 0 1px 8px rgba(0,0,0,.5); }
.ah-story-brand > span { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: rgba(23,21,17,.48); font-size: 9px; }
.ah-story-close { display: grid; place-items: center; width: 38px; height: 38px; border: 0; border-radius: 50%; background: rgba(23,21,17,.42); color: #fff; font-size: 16px; }
.ah-story-close:hover { background: rgba(23,21,17,.75); transform: scale(1.05); }
.ah-story-stage { position: absolute; inset: 0; }
.ah-story-stage > img { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .22s ease; }
.ah-story-stage > img.is-visible { opacity: 1; }
.ah-story-stage-fallback { position: absolute; inset: 0; display: none; place-items: center; align-content: center; gap: 10px; background: radial-gradient(circle at 20% 15%, #ffb9d8, #cb5892 45%, #57234e 100%); color: #fff; }
.ah-story-stage-fallback.is-visible { display: grid; }
.ah-story-stage-fallback::before, .ah-story-stage-fallback::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.ah-story-stage-fallback::before { width: 360px; height: 360px; right: -190px; top: 80px; }
.ah-story-stage-fallback::after { width: 280px; height: 280px; left: -170px; bottom: 70px; }
.ah-story-stage-fallback > span { display: grid; place-items: center; width: 108px; height: 108px; border: 1px solid rgba(255,255,255,.55); border-radius: 34px; background: rgba(255,255,255,.12); font-size: 52px; font-weight: 900; box-shadow: inset 0 1px 0 rgba(255,255,255,.25); }
.ah-story-stage-fallback small { font-size: 10px; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.ah-story-shade { position: absolute; inset: 0; z-index: 2; background: linear-gradient(to bottom, rgba(0,0,0,.18) 0%, transparent 35%, rgba(0,0,0,.78) 100%); pointer-events: none; }
.ah-story-copy { position: absolute; left: 25px; right: 25px; bottom: 34px; z-index: 4; color: #fff; text-shadow: 0 2px 16px rgba(0,0,0,.38); }
.ah-story-label { display: inline-block; margin-bottom: 10px; padding: 6px 9px; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; background: rgba(255,255,255,.13); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.ah-story-copy h3 { margin: 0 0 8px; color: #fff; font-size: clamp(27px, 7vw, 38px); font-weight: 900; line-height: 1.03; letter-spacing: -.045em; }
.ah-story-copy p { display: -webkit-box; overflow: hidden; margin: 0; color: rgba(255,255,255,.86); font-size: 13px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.ah-story-nav { position: absolute; top: 50%; z-index: 9; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(23,21,17,.38); color: #fff; transform: translateY(-50%); }
.ah-story-nav:hover { background: rgba(23,21,17,.72); }
.ah-story-prev { left: 12px; }
.ah-story-next { right: 12px; }

@keyframes ahStoryProgress { from { width: 0; } to { width: 100%; } }
@keyframes ahStoryPulse { 0%, 100% { opacity: .45; } 50% { opacity: 1; } }

.category-stories { padding: 36px 0 30px; background: var(--store-paper); overflow: hidden; }
.category-stories-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin-bottom: 20px; }
.category-stories-kicker { display: block; margin-bottom: 5px; color: var(--store-accent); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.category-stories-heading h2 { margin: 0; color: var(--store-ink); font-size: clamp(25px, 3vw, 36px); font-weight: 900; letter-spacing: -.045em; }
.category-stories-hint { color: var(--store-muted); font-size: 12px; font-weight: 700; }
.category-stories-hint i { margin-right: 6px; color: var(--store-accent); }
.category-stories-track { display: grid; grid-auto-flow: column; grid-auto-columns: 180px; grid-template-rows: auto; justify-content: start; gap: 16px; overflow-x: auto; padding: 2px 2px 18px; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: #e6a9cb transparent; overscroll-behavior-inline: contain; }
.category-stories-track::-webkit-scrollbar { height: 5px; }
.category-stories-track::-webkit-scrollbar-track { background: transparent; }
.category-stories-track::-webkit-scrollbar-thumb { background: #e6a9cb; border-radius: 999px; }
.category-story { min-width: 0; color: var(--store-ink); text-align: center; text-decoration: none !important; scroll-snap-align: start; }
.category-story-frame { position: relative; display: block; width: 100%; aspect-ratio: 1 / 1.16; overflow: hidden; border: 3px solid #fff; outline: 1px solid #f0cfe1; border-radius: 28px; background: linear-gradient(145deg, #ffeaf4, #efcfe4); box-shadow: 0 10px 26px rgba(145,57,108,.10); transition: transform .28s ease, box-shadow .28s ease, outline-color .28s ease; }
.category-story-frame::after { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(to top, rgba(23,21,17,.18), transparent 46%); pointer-events: none; }
.category-story-fallback { position: absolute; inset: 0; display: grid; place-items: center; color: rgba(170,53,111,.62); font-size: 48px; font-weight: 900; }
.category-story img { position: relative; z-index: 1; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .45s cubic-bezier(.2,.75,.2,1); }
.category-story img.is-broken { display: none; }
.category-story-name { display: block; overflow: hidden; margin-top: 13px; color: var(--store-ink); font-size: 13px; font-weight: 900; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.category-story-action { display: block; margin-top: 4px; color: var(--store-muted); font-size: 10px; font-weight: 700; opacity: 0; transform: translateY(-3px); transition: .22s ease; }
.category-story-action i { margin-left: 3px; }
.category-story:hover .category-story-frame { outline-color: var(--store-accent); transform: translateY(-5px); box-shadow: 0 18px 34px rgba(145,57,108,.17); }
.category-story:hover img { transform: scale(1.05); }
.category-story:hover .category-story-action { opacity: 1; transform: translateY(0); }

.smart-category { background: transparent !important; padding: 42px 0 22px !important; }
.smart-category-track { gap: 18px !important; padding: 8px 3px 22px !important; }
.smart-category-item { width: 154px !important; }
.smart-category-card { border: 1px solid var(--store-line); border-radius: var(--store-radius) !important; padding: 9px !important; box-shadow: 0 8px 24px rgba(38,29,20,.055) !important; }
.smart-category-card:hover { border-color: #ebb9d3; transform: translateY(-7px) !important; box-shadow: var(--store-shadow) !important; }
.smart-category-img { height: 135px !important; border-radius: 14px !important; background: var(--store-soft) !important; }
.smart-category-title { color: var(--store-ink) !important; margin: 13px 4px 7px !important; font-weight: 800 !important; }

.store-benefits { padding: 6px 0 46px; }
.store-benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--store-line); background: var(--store-surface); border-radius: var(--store-radius); box-shadow: 0 10px 35px rgba(38,29,20,.05); overflow: hidden; }
.store-benefit { display: flex; gap: 15px; align-items: center; padding: 24px 26px; }
.store-benefit + .store-benefit { border-left: 1px solid var(--store-line); }
.store-benefit-icon { width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; border-radius: 14px; color: var(--store-accent-dark); background: var(--store-soft); font-size: 17px; }
.store-benefit strong, .store-benefit small { display: block; }
.store-benefit strong { color: var(--store-ink); margin-bottom: 4px; font-size: 14px; }
.store-benefit small { color: var(--store-muted); line-height: 1.45; }

.bag-product { padding: 58px 0 !important; }
.bag-product:nth-of-type(even) { background: #fff2f8; }
.title8 h2 { color: var(--store-ink) !important; font-size: clamp(25px, 3vw, 38px) !important; font-weight: 900 !important; letter-spacing: -.045em !important; }
.title8 p { color: var(--store-accent) !important; font-weight: 800; }
.product-box { display: flex; flex-direction: column; height: 100%; padding: 10px; border: 1px solid var(--store-line); border-radius: 22px; background: rgba(255,255,255,.72); transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease; }
.product-box:hover { background: #fff; border-color: #edbad5; transform: translateY(-6px); box-shadow: 0 20px 42px rgba(167,52,111,.13); }
.product-box .img-wrapper { position: relative; border-radius: 17px !important; background: linear-gradient(145deg, #fff0f7, #f8dfed) !important; isolation: isolate; }
.product-box .img-wrapper::before { content: "DS"; position: absolute; inset: 0; z-index: -1; display: grid; place-items: center; color: rgba(170,53,111,.26); font-size: 34px; font-weight: 900; letter-spacing: -.06em; }
.product-box .img-wrapper::after { content: "DreamerShop"; position: absolute; left: 0; right: 0; bottom: 18%; z-index: -1; color: rgba(170,53,111,.38); font-size: 8px; font-weight: 900; letter-spacing: .14em; text-align: center; text-transform: uppercase; }
.product-box .img-wrapper .front, .product-box .img-wrapper > a { width: 100%; height: 100%; }
.product-box .img-wrapper img { position: relative; z-index: 1; border-radius: 17px !important; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.product-box .img-wrapper img.is-missing { display: none !important; }
.product-box:hover .img-wrapper img { transform: scale(1.035); }
.product-box .product-info { display: flex; flex: 1; flex-direction: column; align-items: center; padding: 5px 5px 3px; }
.product-info h6 { display: -webkit-box; overflow: hidden; min-height: 38px; margin: 11px 0 3px !important; color: var(--store-ink) !important; font-size: 13px !important; font-weight: 800 !important; line-height: 1.45 !important; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.product-info h4 { margin: 5px 0 13px !important; color: var(--store-accent-dark) !important; font-size: 17px !important; font-weight: 900 !important; }
.addtocart_btn h6 { background: var(--store-ink) !important; border-radius: 999px !important; padding: 9px 17px !important; }
.addtocart_btn h6:hover { background: var(--store-accent-dark) !important; }
.product-preview-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; width: 100%; min-height: 43px; margin-top: auto; padding: 10px 16px; overflow: hidden; border: 1px solid #edb3d0; border-radius: 14px; background: linear-gradient(135deg, #fce0ee, #f6c7df); color: #922b65 !important; font-size: 11px; font-weight: 900; line-height: 1; text-decoration: none !important; box-shadow: 0 8px 19px rgba(213,79,145,.10); transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.product-preview-btn i { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: rgba(255,255,255,.72); font-size: 9px; transition: transform .2s ease; }
.product-preview-btn:hover { background: linear-gradient(135deg, #e85b9d, #b8448e); color: #fff !important; box-shadow: 0 11px 24px rgba(190,72,137,.22); transform: translateY(-2px); }
.product-preview-btn:hover i { transform: translateX(3px); }

.dream-blog-section { padding: 70px 0 78px; background: linear-gradient(180deg, #fff 0%, #fff6fb 100%); }
.dream-blog-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 27px; }
.dream-blog-kicker { display: block; margin-bottom: 7px; color: var(--store-accent-dark); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.dream-blog-heading h2 { margin: 0; color: var(--store-ink); font-size: clamp(27px, 3vw, 40px); font-weight: 900; letter-spacing: -.045em; }
.dream-blog-heading p { margin: 8px 0 0; color: var(--store-muted); font-size: 13px; }
.dream-blog-all { display: inline-flex; align-items: center; gap: 9px; min-height: 42px; padding: 10px 16px; border: 1px solid var(--store-line); border-radius: 999px; background: #fff; color: var(--store-accent-dark) !important; font-size: 11px; font-weight: 900; text-decoration: none !important; white-space: nowrap; }
.dream-blog-all:hover { border-color: #e6a9cb; background: var(--store-soft); transform: translateY(-2px); }
.dream-blog-all i { font-size: 9px; }
.dream-blog-slider .slick-slide { height: auto; padding: 0 10px; }
.dream-blog-card { height: 100%; overflow: hidden; border: 1px solid var(--store-line); border-radius: 23px; background: #fff; box-shadow: 0 12px 34px rgba(136,44,92,.08); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.dream-blog-card:hover { border-color: #edbad5; transform: translateY(-6px); box-shadow: 0 22px 46px rgba(136,44,92,.14); }
.dream-blog-image { position: relative; display: block; width: 100%; aspect-ratio: 16 / 10; overflow: hidden; background: linear-gradient(145deg, #ffe8f3, #efcce3); }
.dream-blog-fallback { position: absolute; inset: 0; display: grid; place-content: center; gap: 6px; color: #b34480; text-align: center; }
.dream-blog-fallback strong { font-size: 38px; font-weight: 900; letter-spacing: -.08em; }
.dream-blog-fallback small { font-size: 8px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.dream-blog-image img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.dream-blog-image img.is-missing { display: none; }
.dream-blog-card:hover .dream-blog-image img { transform: scale(1.045); }
.dream-blog-badge { position: absolute; top: 12px; left: 12px; z-index: 2; display: inline-flex; align-items: center; gap: 6px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.72); border-radius: 999px; background: rgba(255,255,255,.9); color: #9e356d; font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 7px 18px rgba(77,27,58,.10); }
.dream-blog-badge i { color: #e66da8; }
.dream-blog-body { display: flex; flex-direction: column; min-height: 215px; padding: 20px 20px 18px; }
.dream-blog-body time { color: var(--store-accent); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.dream-blog-body h3 { margin: 9px 0 8px; font-size: 17px; font-weight: 900; line-height: 1.3; letter-spacing: -.025em; }
.dream-blog-body h3 a { display: -webkit-box; overflow: hidden; color: var(--store-ink) !important; text-decoration: none !important; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.dream-blog-body p { display: -webkit-box; overflow: hidden; margin: 0 0 18px; color: var(--store-muted); font-size: 11px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.dream-blog-read { display: inline-flex; align-items: center; justify-content: space-between; gap: 10px; width: 100%; margin-top: auto; padding-top: 13px; border-top: 1px solid var(--store-line); color: var(--store-accent-dark) !important; font-size: 10px; font-weight: 900; text-decoration: none !important; }
.dream-blog-read i { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: var(--store-soft); transition: transform .2s ease, background .2s ease; }
.dream-blog-read:hover i { background: #f6c5dd; transform: translateX(3px); }
.dream-blog-empty { display: grid; justify-items: center; gap: 7px; padding: 48px 20px; border: 1px dashed #e6a9cb; border-radius: 22px; background: #fff8fc; color: var(--store-muted); text-align: center; }
.dream-blog-empty i { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 15px; background: var(--store-soft); color: var(--store-accent-dark); }
.dream-blog-empty strong { color: var(--store-ink); }
.dream-blog-empty span { font-size: 11px; }

/* Product detail */
.product-detail-page { min-height: 620px; padding: 34px 0 82px; background: radial-gradient(circle at 78% 8%, #fde4f1 0, transparent 25%), var(--store-paper); }
.product-back { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 24px; padding: 9px 14px; border: 1px solid var(--store-line); border-radius: 999px; background: #fff; color: var(--store-ink); font-size: 10px; font-weight: 900; }
.product-back i { color: var(--store-accent-dark); font-size: 9px; }
.product-back:hover { border-color: #e7aecc; background: var(--store-soft); transform: translateX(-2px); }
.product-gallery-card, .product-purchase-card, .product-category-aside { border: 1px solid var(--store-line); border-radius: 25px; background: rgba(255,255,255,.88); box-shadow: 0 18px 48px rgba(117,38,82,.09); }
.product-gallery-card { padding: 16px; }
.galeri-wrapper { display: grid; grid-template-columns: 78px minmax(0, 1fr); gap: 13px; }
.varyant-galeri { display: flex; flex-direction: column; gap: 9px; max-height: 570px; overflow-x: hidden; overflow-y: auto; padding: 2px 5px 2px 2px; scrollbar-width: thin; scrollbar-color: #e5a8c8 transparent; }
.varyant-thumb { position: relative; flex: 0 0 68px; width: 68px; height: 68px; overflow: hidden; border: 2px solid transparent; border-radius: 15px; background: linear-gradient(145deg, #ffedf6, #efd8e7); cursor: pointer; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.varyant-thumb::before { content: "DS"; position: absolute; inset: 0; display: grid; place-items: center; color: rgba(170,53,111,.3); font-size: 16px; font-weight: 900; }
.varyant-thumb:hover { transform: translateY(-2px); }
.varyant-thumb.selected { border-color: var(--store-accent); box-shadow: 0 0 0 3px rgba(234,108,168,.16); }
.varyant-thumb img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.varyant-thumb img.is-missing { display: none; }
.ana-gorsel { position: relative; display: grid; min-height: 535px; place-items: center; overflow: hidden; border-radius: 20px; background: linear-gradient(145deg, #fff1f8, #f5dce9); }
.ana-gorsel::after { content: ""; position: absolute; width: 330px; height: 330px; border: 1px solid rgba(205,82,145,.12); border-radius: 50%; right: -170px; top: -130px; }
.product-image-fallback { position: absolute; inset: 0; display: grid; place-content: center; gap: 8px; color: #b1477f; text-align: center; }
.product-image-fallback strong { font-size: 58px; font-weight: 900; letter-spacing: -.08em; }
.product-image-fallback small { font-size: 9px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.ana-gorsel > img { position: relative; z-index: 1; display: block; width: 100%; height: 535px; object-fit: contain; }
.ana-gorsel > img.is-missing { display: none; }
.product-image-note { position: absolute; left: 16px; bottom: 16px; z-index: 2; display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.8); border-radius: 999px; background: rgba(255,255,255,.88); color: var(--store-muted); font-size: 9px; font-weight: 800; box-shadow: 0 8px 20px rgba(78,28,60,.08); }
.product-purchase-card { padding: 29px; }
.product-detail-kicker { display: inline-block; margin-bottom: 9px; color: var(--store-accent-dark); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.product-purchase-card h1 { margin: 0 0 7px; color: var(--store-ink); font-size: clamp(27px, 3vw, 40px); font-weight: 900; line-height: 1.08; letter-spacing: -.045em; }
.product-detail-price { color: var(--store-accent-dark); font-size: 27px; font-weight: 900; }
.product-detail-price span { font-size: 16px; }
.product-detail-description { display: -webkit-box; overflow: hidden; margin: 13px 0 22px; color: var(--store-muted); font-size: 11px; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.product-request-form { padding-top: 20px; border-top: 1px solid var(--store-line); }
.product-option-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.product-option-heading label, .product-field > label { margin: 0; color: var(--store-ink); font-size: 11px; font-weight: 900; }
.product-option-heading span { color: var(--store-muted); font-size: 9px; }
.product-color-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 11px; }
.product-detail-page .renk-bubble { width: 37px; height: 37px; padding: 0; border: 4px solid #fff; border-radius: 50%; outline: 1px solid var(--store-line); box-shadow: 0 5px 12px rgba(66,26,51,.09); cursor: pointer; }
.product-detail-page .renk-bubble:hover { transform: scale(1.08); }
.product-detail-page .renk-bubble.selected { outline: 2px solid var(--store-accent-dark); box-shadow: 0 0 0 4px rgba(234,108,168,.13); }
.product-field { margin-top: 18px; }
.product-field > label { display: block; margin-bottom: 8px; }
.product-field .form-select { width: 100%; height: 46px; padding: 0 13px; border-color: var(--store-line); border-radius: 13px; background-color: #fffafd; color: var(--store-ink); font-size: 11px; font-weight: 700; }
.product-field .form-select:focus { border-color: var(--store-accent); box-shadow: 0 0 0 3px rgba(234,108,168,.13); }
.quantity-control { display: grid; grid-template-columns: 40px 1fr 40px; width: 150px; height: 44px; overflow: hidden; border: 1px solid var(--store-line); border-radius: 13px; background: #fffafd; }
.quantity-control button { border: 0; background: var(--store-soft); color: var(--store-accent-dark); font-size: 9px; }
.quantity-control button:hover { background: #f7c9df; }
.quantity-control input { width: 100%; padding: 0; border: 0; outline: 0; background: transparent; color: var(--store-ink); font-size: 12px; font-weight: 900; text-align: center; -moz-appearance: textfield; }
.quantity-control input::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }
.product-stock-info { min-height: 18px; margin-top: 8px; color: #3d8c69; font-size: 9px; font-weight: 800; }
.product-request-submit { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; min-height: 50px; margin-top: 10px; border: 0; border-radius: 15px; background: linear-gradient(135deg, #e966a5, #a83f8b); color: #fff; font-size: 11px; font-weight: 900; box-shadow: 0 12px 25px rgba(183,55,124,.24); }
.product-request-submit:hover { background: linear-gradient(135deg, #db4e93, #8f337a); transform: translateY(-2px); box-shadow: 0 16px 31px rgba(183,55,124,.3); }
.product-detail-assurances { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 17px; }
.product-detail-assurances > span { display: grid; justify-items: center; gap: 5px; padding: 10px 4px; border-radius: 12px; background: #fff3f9; color: var(--store-muted); text-align: center; }
.product-detail-assurances i { color: var(--store-accent); font-size: 14px; }
.product-detail-assurances strong { font-size: 8px; }
.product-category-aside { width: 100%; max-height: 590px; overflow: hidden; padding: 17px; }
.product-category-aside .side-box { border: 0 !important; box-shadow: none !important; padding: 0 !important; }
.product-category-aside img { border-radius: 8px; }
.kategori-panel { width: 100%; min-width: 0; }
.kategori-panel-heading { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.kategori-panel-icon { display: grid; place-items: center; width: 35px; height: 35px; flex: 0 0 35px; border-radius: 12px; background: var(--store-soft); color: var(--store-accent-dark); }
.kategori-panel-heading strong, .kategori-panel-heading small { display: block; }
.kategori-panel-heading strong { color: var(--store-ink); font-size: 12px; font-weight: 900; }
.kategori-panel-heading small { margin-top: 2px; color: var(--store-muted); font-size: 8px; line-height: 1.3; }
.kategori-search { position: relative; margin-bottom: 13px; }
.kategori-search i { position: absolute; top: 50%; left: 12px; z-index: 1; color: var(--store-accent); font-size: 10px; transform: translateY(-50%); }
.kategori-search input { width: 100%; height: 40px; padding: 0 11px 0 32px; border: 1px solid var(--store-line); border-radius: 12px; outline: 0; background: #fffafd; color: var(--store-ink); font-size: 10px; }
.kategori-search input:focus { border-color: var(--store-accent); box-shadow: 0 0 0 3px rgba(234,108,168,.12); }
.kategori-list { max-height: 430px; overflow-y: auto; padding-right: 4px; scrollbar-width: thin; scrollbar-color: #e3a5c7 transparent; }
.kategori-group + .kategori-group { margin-top: 6px; }
.kategori-item { min-width: 0; text-decoration: none !important; }
.kategori-parent { display: grid; grid-template-columns: 31px minmax(0, 1fr) 12px; align-items: center; gap: 8px; padding: 7px; border-radius: 11px; color: var(--store-ink) !important; font-size: 10px; font-weight: 900; }
.kategori-parent:hover { background: var(--store-soft); }
.kategori-parent > span:nth-child(2) { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.kategori-parent > i { color: #d68ab2; font-size: 7px; }
.kategori-image { position: relative; display: grid; width: 31px; height: 31px; place-items: center; overflow: hidden; border-radius: 10px; background: linear-gradient(145deg, #ffe7f2, #efcfe2); color: var(--store-accent-dark); }
.kategori-image b { font-size: 10px; }
.kategori-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.kategori-image img.is-missing { display: none; }
.kategori-children { display: grid; gap: 2px; margin: 2px 0 5px 39px; padding-left: 9px; border-left: 1px solid var(--store-line); }
.alt-kategori { display: block; overflow: hidden; padding: 5px 7px; border-radius: 8px; color: var(--store-muted) !important; font-size: 9px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.alt-kategori:hover { background: #fff2f8; color: var(--store-accent-dark) !important; }
.no-result { display: grid; justify-items: center; gap: 6px; padding: 22px 8px; color: var(--store-muted); font-size: 9px; }
.no-result i { color: var(--store-accent); }
.side-blog-panel { width: 100%; padding: 17px; border: 1px solid var(--store-line); border-radius: 21px; background: #fff; box-shadow: 0 13px 35px rgba(117,38,82,.08); }
.side-blog-heading { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.side-blog-icon { display: grid; place-items: center; width: 36px; height: 36px; flex: 0 0 36px; border-radius: 12px; background: var(--store-soft); color: var(--store-accent-dark); }
.side-blog-heading strong, .side-blog-heading small { display: block; }
.side-blog-heading strong { color: var(--store-ink); font-size: 12px; font-weight: 900; line-height: 1.25; }
.side-blog-heading small { margin-top: 3px; color: var(--store-muted); font-size: 8px; }
.side-blog-list { display: grid; gap: 11px; }
.side-blog-card { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 11px; min-width: 0; padding: 8px; border: 1px solid var(--store-line); border-radius: 15px; background: #fffafd; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.side-blog-card:hover { border-color: #ebb0cf; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(117,38,82,.10); }
.side-blog-image { position: relative; display: grid; width: 72px; height: 72px; place-items: center; overflow: hidden; border-radius: 12px; background: linear-gradient(145deg, #ffe7f2, #e9c4dc); color: rgba(170,53,111,.55) !important; text-decoration: none !important; }
.side-blog-image > span { font-size: 18px; font-weight: 900; letter-spacing: -.06em; }
.side-blog-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.side-blog-image img.is-missing { display: none; }
.side-blog-content { min-width: 0; align-self: center; }
.side-blog-content time { display: block; color: var(--store-accent); font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.side-blog-content h3 { margin: 5px 0 7px; font-size: 11px; font-weight: 900; line-height: 1.35; }
.side-blog-content h3 a { display: -webkit-box; overflow: hidden; color: var(--store-ink) !important; text-decoration: none !important; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.side-blog-read { display: inline-flex; align-items: center; gap: 5px; color: var(--store-accent-dark) !important; font-size: 8px; font-weight: 900; text-decoration: none !important; }
.side-blog-read i { font-size: 7px; transition: transform .2s ease; }
.side-blog-read:hover i { transform: translateX(3px); }
.product-detail-page .modal-content { overflow: hidden; border: 1px solid var(--store-line); border-radius: 20px; }

.urunler-scope .urun-hero { background: linear-gradient(135deg, #4a1f4e, #a83f7a 58%, #d968a6) !important; }
.urunler-scope .product-card, .side-box, .product-information, .view-product, .login-page .theme-card, .dashboard-section .dashboard-sidebar, .dashboard-section .dashboard-right { border: 1px solid var(--store-line) !important; border-radius: var(--store-radius) !important; background: #fff !important; box-shadow: 0 10px 30px rgba(38,29,20,.055) !important; }
.urunler-scope .product-card { padding: 8px; }
.urunler-scope .product-card img { border-radius: 14px; }
.urunler-scope .urun-fiyat { color: var(--store-accent-dark) !important; }
.btn, button { transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn-dark, .btn-solid, .btn-primary, .btn-fefault.cart { border-color: var(--store-ink) !important; background: var(--store-ink) !important; color: #fff !important; border-radius: 999px !important; font-weight: 800; }
.btn:hover { transform: translateY(-2px); }
.form-control, select { border-color: var(--store-line) !important; border-radius: 12px !important; min-height: 44px; }
.form-control:focus { border-color: var(--store-accent) !important; box-shadow: 0 0 0 3px rgba(154,98,56,.12) !important; }

.footer-minimal { background: linear-gradient(135deg, #351a38, #66234f 62%, #7f2e69) !important; margin-top: 36px; margin-bottom: 0 !important; }
.footer-minimal .footer-line { background: linear-gradient(to right, transparent, rgba(255,255,255,.18), transparent) !important; }
.footer-logo { width: 78px !important; height: 64px !important; filter: brightness(0) invert(1) opacity(.92) !important; }
.footer-menu li a { color: #ddd6cd !important; }
.floating-wp { width: 52px !important; height: 52px !important; box-shadow: 0 12px 32px rgba(37,211,102,.28) !important; z-index: 10020 !important; }
.tap-top { border-radius: 50%; overflow: hidden; }

@media (max-width: 991px) {
    #sticky-header .single-header { min-height: 68px; }
    #sticky-header .brand-logo img { max-width: 118px; max-height: 40px !important; }
    .store-search-toggle { display: none; }
    .floating-cart { padding: 6px 8px !important; }
    .floating-cart .cart-text { display: none; }
    .store-benefits-grid { grid-template-columns: 1fr; }
    .store-benefit + .store-benefit { border-left: 0; border-top: 1px solid var(--store-line); }
    .category-stories-track { grid-auto-columns: 132px; gap: 14px; margin-right: calc(var(--bs-gutter-x, 1.5rem) * -.5); padding-right: 18px; }
    .category-story-action { display: none; }
    .product-detail-page { padding-bottom: 58px; }
    .product-gallery-card, .product-purchase-card { height: auto; }
    .product-category-aside { max-height: none; overflow: visible; }
    .kategori-list { display: flex; gap: 9px; max-height: none; overflow-x: auto; overflow-y: hidden; padding: 2px 2px 10px; scrollbar-width: none; }
    .kategori-list::-webkit-scrollbar { display: none; }
    .kategori-group { flex: 0 0 155px; }
    .kategori-group + .kategori-group { margin-top: 0; }
    .kategori-parent { min-height: 52px; background: #fff8fc; border: 1px solid var(--store-line); }
    .kategori-children { display: none; }
    .no-result { flex: 1 0 100%; }
    .side-blog-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 575px) {
    html, body { max-width: 100%; overflow-x: hidden; }
    .footer-minimal { margin-bottom: 0 !important; padding-bottom: env(safe-area-inset-bottom, 0px); }
    .floating-wp { left: 14px !important; bottom: max(82px, calc(env(safe-area-inset-bottom, 0px) + 70px)) !important; }
    .store-announcement .container { min-height: 32px; justify-content: center; }
    .store-announcement a { display: none; }
    .dreamer-logo { gap: 7px; }
    .dreamer-logo-image { width: 158px; height: 38px; background-size: 145px auto; }
    .dreamer-logo-image::after { top: 7px; min-width: 21px; height: 21px; padding: 0 3px; border-radius: 8px; font-size: 8px; }
    .dreamer-logo-mark { width: 36px; height: 36px; border-radius: 12px; font-size: 11px; }
    .dreamer-logo-text { font-size: 16px; }
    .header-user .user-login, .header-user .user-toggle { padding: 0 7px; }
    .smart-category { padding-top: 26px !important; }
    .smart-category-item { width: 118px !important; }
    .smart-category-img { height: 102px !important; }
    .store-benefit { padding: 19px; }
    .bag-product { padding: 42px 0 !important; }
    .product-box { padding: 7px; border-radius: 17px; }
    .product-box .img-wrapper { border-radius: 13px !important; }
    .product-box .img-wrapper img { border-radius: 13px !important; }
    .product-info h6 { min-height: 34px; margin-top: 8px !important; font-size: 11px !important; }
    .product-info h4 { margin-bottom: 10px !important; font-size: 14px !important; }
    .product-preview-btn { min-height: 38px; padding: 8px 9px; border-radius: 12px; font-size: 10px; }
    .product-preview-btn i { width: 19px; height: 19px; }
    .dream-blog-section { padding: 48px 0 54px; }
    .dream-blog-heading { align-items: flex-start; margin-bottom: 20px; }
    .dream-blog-heading p { max-width: 240px; line-height: 1.5; }
    .dream-blog-all { min-height: 36px; padding: 8px 11px; font-size: 9px; }
    .dream-blog-slider { margin: 0 -4px; }
    .dream-blog-slider .slick-slide { padding: 0 5px; }
    .dream-blog-card { border-radius: 18px; }
    .dream-blog-body { min-height: 184px; padding: 15px 14px 14px; }
    .dream-blog-body h3 { font-size: 14px; }
    .dream-blog-body p { font-size: 10px; -webkit-line-clamp: 2; }
    .product-detail-page { padding: 20px 0 45px; }
    .product-back { margin-bottom: 15px; }
    .product-gallery-card { padding: 9px; border-radius: 19px; }
    .galeri-wrapper { grid-template-columns: 1fr; }
    .varyant-galeri { order: 2; flex-direction: row; width: 100%; max-height: none; overflow-x: auto; overflow-y: hidden; padding: 4px 2px 7px; }
    .varyant-thumb { flex-basis: 59px; width: 59px; height: 59px; border-radius: 12px; }
    .ana-gorsel { min-height: 390px; border-radius: 15px; }
    .ana-gorsel > img { height: 390px; }
    .product-image-note { left: 11px; bottom: 11px; }
    .product-purchase-card { padding: 22px 18px; border-radius: 19px; }
    .product-detail-assurances { gap: 4px; }
    .product-category-aside { width: 100%; padding: 16px; border-radius: 19px; }
    .kategori-panel-heading small { font-size: 9px; }
    .kategori-group { flex-basis: 142px; }
    .side-blog-panel { padding: 15px; border-radius: 19px; }
    .side-blog-list { grid-template-columns: 1fr; }
    .side-blog-card { grid-template-columns: 82px minmax(0, 1fr); padding: 9px; }
    .side-blog-image { width: 82px; height: 82px; }
    .side-blog-content h3 { font-size: 12px; }
    .footer-menu { gap: 9px 14px !important; }
    .category-stories { padding: 25px 0 19px; }
    .category-stories-heading { margin-bottom: 15px; }
    .category-stories-hint { display: none; }
    .category-stories-track { grid-auto-columns: 104px; gap: 11px; padding-bottom: 13px; }
    .category-story-frame { border-width: 2px; border-radius: 22px; }
    .category-story-fallback { font-size: 38px; }
    .category-story-name { margin-top: 10px; font-size: 11px; }
    .story-bar { gap: 10px !important; margin-top: 8px; padding: 12px 15px !important; }
    .story-bar .story-item { width: 64px; }
    .story-bar .story-ring { width: 60px; height: 60px; }
    .story-overlay .story-phone { width: 100%; height: 100%; max-height: none; border-radius: 0; }
    .ah-story { padding: 13px 0 8px; }
    .ah-story-rail { grid-auto-columns: 72px; gap: 8px; margin-right: -12px; padding-right: 14px; }
    .ah-story-ring { width: 66px; height: 66px; }
    .ah-story-thumb-fallback { font-size: 21px; }
    .ah-story-card-title { font-size: 10px; }
    .ah-story-card-meta { display: none; }
    .ah-story-viewer { padding: 0; }
    .ah-story-dialog { width: 100%; height: 100%; border: 0; border-radius: 0; }
    .ah-story-nav { width: 38px; height: 38px; opacity: .72; }
    .ah-story-copy { left: 21px; right: 21px; bottom: max(28px, env(safe-area-inset-bottom)); }
    .ah-story-progress { top: max(10px, env(safe-area-inset-top)); }
    .ah-story-topbar { top: max(25px, calc(env(safe-area-inset-top) + 19px)); }
}

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