.styles-module__D3x9fa__container{max-width:var(--store-max-width);padding:0 var(--store-spacing);margin:0 auto}.styles-module__D3x9fa__hero{background:linear-gradient(135deg, var(--store-primary) 0%, var(--store-accent) 100%);color:#fff;border-radius:var(--store-radius);aspect-ratio:var(--store-hero-aspect,12 / 7);align-items:center;min-height:240px;display:flex;position:relative;overflow:hidden}.styles-module__D3x9fa__heroCta{background:var(--store-hero-cta-bg,var(--store-cta,var(--store-primary,#111)));color:var(--store-hero-cta-fg,#fff);border-radius:var(--store-radius);font-weight:700;font-size:var(--store-fs-xl);padding:.75rem 1.75rem;text-decoration:none;transition:opacity .15s;display:inline-block}.styles-module__D3x9fa__heroCta:hover{opacity:.9}.styles-module__D3x9fa__categoryCard:hover{box-shadow:var(--store-shadow-md);transform:translateY(-2px)}.styles-module__D3x9fa__productSlider::-webkit-scrollbar{display:none}.styles-module__D3x9fa__productSlider{margin:0 -12px;padding:8px 12px 16px;}.styles-module__D3x9fa__productSlider>.styles-module__D3x9fa__productCard{width:var(--store-product-card-width,220px);scroll-snap-align:start;flex:none}@media (max-width:900px){.styles-module__D3x9fa__productSlider>.styles-module__D3x9fa__productCard{width:var(--store-product-card-width-tablet,200px)}}@media (max-width:640px){.styles-module__D3x9fa__productSlider>.styles-module__D3x9fa__productCard{width:var(--store-product-card-width-mobile,150px)}}@media (max-width:480px){.styles-module__D3x9fa__productSlider>.styles-module__D3x9fa__productCard{width:calc(var(--store-product-card-phone-width,85%) - var(--store-item-gap,var(--store-spacing)))}}@media (max-width:480px) and (pointer:coarse){.styles-module__D3x9fa__productSliderArrow{display:none}}.styles-module__D3x9fa__productCard{border-radius:var(--store-item-radius,var(--store-radius));color:var(--store-text);box-shadow:var(--store-shadow-md);border:none;transition:box-shadow .2s,transform .2s;}.styles-module__D3x9fa__productCard:hover{box-shadow:var(--store-shadow-lg);transform:translateY(-3px)}.styles-module__D3x9fa__productImageWrap{background:var(--store-surface);position:relative;}.styles-module__D3x9fa__productImage{transition:transform .3s;}.styles-module__D3x9fa__productCard:hover .styles-module__D3x9fa__productImage{transform:scale(1.05)}.styles-module__D3x9fa__productCardSelected{box-shadow:0 0 0 2px var(--store-accent), var(--store-shadow-md);cursor:default}.styles-module__D3x9fa__productCardSelected:hover{box-shadow:0 0 0 2px var(--store-accent), var(--store-shadow-md);transform:none}.styles-module__D3x9fa__productCardSelected:hover .styles-module__D3x9fa__productImage{transform:none}.styles-module__D3x9fa__productCardOutOfStock{opacity:.55}.styles-module__D3x9fa__productCardOutOfStock .styles-module__D3x9fa__productName{text-decoration:line-through}.styles-module__D3x9fa__productInfo{flex-direction:column;flex:1;gap:.25rem;padding:.75rem;display:flex}.styles-module__D3x9fa__productPriceRow{grid-template-columns:auto 1fr;align-items:center;column-gap:.5rem;margin-top:auto;display:grid}.styles-module__D3x9fa__productPriceRow>.store-discount-rate{grid-area:1/1/span 2;align-self:center}.styles-module__D3x9fa__productListPrice{grid-area:1/2;}.styles-module__D3x9fa__productPriceRow>.styles-module__D3x9fa__productPrice{grid-area:2/2}.styles-module__D3x9fa__productPrice{font-size:var(--store-fs-xl);color:var(--store-primary);font-weight:700}.styles-module__D3x9fa__brandLetter:hover{border-color:var(--store-accent);color:var(--store-accent)}.styles-module__D3x9fa__brandLetterActive,.styles-module__D3x9fa__brandLetterActive:hover{background:var(--store-accent);border-color:var(--store-accent);color:#fff;font-weight:700}.styles-module__D3x9fa__brandCard:hover{box-shadow:var(--store-shadow-md)}.styles-module__D3x9fa__brandInitial{background:linear-gradient(135deg, var(--store-primary), var(--store-accent));color:#fff;width:48px;height:48px;font-size:var(--store-fs-3xl);border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex}.styles-module__D3x9fa__headerInner{max-width:var(--store-max-width);padding:0 var(--store-spacing);height:var(--store-header-height);align-items:center;gap:var(--store-spacing);margin:0 auto;display:flex}.styles-module__D3x9fa__topBar{background:var(--store-topbar-bg);color:#f3f4f6;font-size:var(--store-fs-sm)}.styles-module__D3x9fa__topBarInner{max-width:var(--store-max-width);padding:.4rem var(--store-spacing);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin:0 auto;display:flex}.styles-module__D3x9fa__topBarNav{flex-wrap:wrap;gap:1rem;display:flex}.styles-module__D3x9fa__topBarLink{color:#f3f4f6d9;text-decoration:none;transition:color .15s}.styles-module__D3x9fa__topBarLink:hover{color:#fff}.styles-module__D3x9fa__logo{font-family:var(--store-font-heading);font-weight:800;font-size:var(--store-fs-4xl);letter-spacing:-.01em;color:var(--store-text);flex-shrink:0;align-items:center;gap:.5rem;text-decoration:none;display:flex}.styles-module__D3x9fa__headerSearch{flex:1;min-width:0;max-width:43rem;margin-inline:auto}.styles-module__D3x9fa__cartBtn{background:var(--store-cart-bg);border-radius:var(--store-radius);color:var(--store-text);font-weight:500;font-size:var(--store-fs-base);flex-shrink:0;align-items:center;gap:.5rem;padding:.35rem .5rem;text-decoration:none;transition:background .15s,color .15s;display:flex;position:relative}.styles-module__D3x9fa__cartBtn:hover{background:color-mix(in srgb, var(--store-primary) 10%, var(--store-cart-bg));color:var(--store-primary)}.styles-module__D3x9fa__cartBtn .store-cart-icon{color:var(--store-primary)}.styles-module__D3x9fa__navBar{background:var(--store-navbar-gradient);top:calc(var(--store-header-height) + 1px);z-index:99;position:sticky}.styles-module__D3x9fa__navBarInner{max-width:var(--store-max-width);padding:0 var(--store-spacing);align-items:center;gap:.25rem;min-height:3rem;margin:0 auto;display:flex}.styles-module__D3x9fa__navLink{color:#fff;font-size:var(--store-fs-md);text-transform:uppercase;letter-spacing:.03em;padding:.7rem .9rem;font-weight:600;text-decoration:none;transition:background .15s}.styles-module__D3x9fa__navLink:hover{background:#0000001f}.styles-module__D3x9fa__megaPanel{background:var(--store-surface);border:1px solid var(--store-border);min-width:240px;box-shadow:var(--store-shadow-md);z-index:200;grid-template-columns:1fr;gap:.15rem;padding:.5rem;display:none;position:absolute;top:100%;left:0}.styles-module__D3x9fa__navItem:hover .styles-module__D3x9fa__megaPanel{display:grid}.styles-module__D3x9fa__megaLink{font-size:var(--store-fs-md);color:var(--store-text);border-radius:calc(var(--store-radius) / 2);padding:.4rem .6rem;text-decoration:none;transition:background .15s,color .15s;display:block}.styles-module__D3x9fa__megaLink:hover{background:var(--store-surface-soft);color:var(--store-accent)}.styles-module__D3x9fa__footer{background:var(--store-surface-soft);border-top:1px solid var(--store-border);margin-top:calc(var(--store-spacing) * 4)}.styles-module__D3x9fa__footerInner{max-width:var(--store-max-width);padding:calc(var(--store-spacing) * 2) var(--store-spacing);justify-content:space-between;align-items:center;gap:var(--store-spacing);flex-wrap:wrap;margin:0 auto;display:flex}.styles-module__D3x9fa__footerCopy{padding-top:var(--store-spacing);border-top:1px solid var(--store-border);color:var(--store-muted);font-size:var(--store-fs-md);flex:1 0 100%}.styles-module__D3x9fa__homePage{background:var(--store-surface)}.styles-module__D3x9fa__slotRow{gap:calc(var(--store-spacing) * 2);align-items:flex-start;display:flex}.styles-module__D3x9fa__accountOuter{background:var(--store-surface);padding:2rem var(--store-spacing)}.styles-module__D3x9fa__accountPanel{max-width:var(--store-max-width);margin:0 auto}:is(.styles-module__D3x9fa__slotShell .layout-slot--sidebarLeft,.styles-module__D3x9fa__slotRow .layout-slot--sidebarLeft){flex:0 0 250px;order:1;min-width:0}:is(.styles-module__D3x9fa__slotShell .layout-slot--main,.styles-module__D3x9fa__slotRow .layout-slot--main){flex:1 1 0;order:2;min-width:0}:is(.styles-module__D3x9fa__slotShell .layout-slot--sidebarRight,.styles-module__D3x9fa__slotRow .layout-slot--sidebarRight){flex:0 0 250px;order:3}:is(.styles-module__D3x9fa__slotShell .styles-module__D3x9fa__container,.styles-module__D3x9fa__slotRow .styles-module__D3x9fa__container,.styles-module__D3x9fa__slotShell .store-section,.styles-module__D3x9fa__slotRow .store-section){max-width:none;margin:0;padding:0}@media (max-width:900px){.styles-module__D3x9fa__slotShell,.styles-module__D3x9fa__slotRow{flex-direction:column}:is(.styles-module__D3x9fa__slotShell .layout-slot--main,.styles-module__D3x9fa__slotRow .layout-slot--main){order:-1;width:100%}:is(.styles-module__D3x9fa__slotShell .layout-slot--sidebarLeft,.styles-module__D3x9fa__slotRow .layout-slot--sidebarLeft,.styles-module__D3x9fa__slotShell .layout-slot--sidebarRight,.styles-module__D3x9fa__slotRow .layout-slot--sidebarRight){flex:auto;width:100%}}.styles-module__D3x9fa__checkoutBody .checkout-flow{padding-left:0;padding-right:0}.styles-module__D3x9fa__productDetailPage{background:var(--store-surface);max-width:var(--store-max-width);padding:calc(var(--store-spacing) * 2) var(--store-spacing) calc(var(--store-spacing) * 3);margin:0 auto}.styles-module__D3x9fa__productDetailPage .styles-module__D3x9fa__container{max-width:none;margin:0;padding:0}.styles-module__D3x9fa__productDetailPage .store-columns{max-width:none;margin:0 0 calc(var(--store-spacing) * 1.5) 0;column-gap:calc(var(--store-spacing) * 2.5);padding:0}.styles-module__D3x9fa__productDetailPage .styles-module__D3x9fa__productGallery{padding-top:0}.styles-module__D3x9fa__productDetailPage .styles-module__D3x9fa__productGalleryMain{max-width:none}.styles-module__D3x9fa__productDetailPage .styles-module__D3x9fa__productInfoPanel,.styles-module__D3x9fa__productDetailPage .styles-module__D3x9fa__productInfoEmpty{padding-top:0}@media (max-width:768px){.styles-module__D3x9fa__productDetailPage .styles-module__D3x9fa__productGalleryMain{max-width:480px;margin:0 auto}}.styles-module__D3x9fa__brandsPage{background:var(--store-surface)}.styles-module__D3x9fa__productGrid{}.styles-module__D3x9fa__productList .styles-module__D3x9fa__productCard{flex-direction:row}.styles-module__D3x9fa__productList .styles-module__D3x9fa__productImageWrap{flex-shrink:0;width:140px}.styles-module__D3x9fa__productList .styles-module__D3x9fa__productInfo{text-align:left;justify-content:center;align-items:flex-start}.styles-module__D3x9fa__pageTitle{font-family:var(--store-font-heading);color:var(--store-text);margin:.5rem 0 0;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800}.styles-module__D3x9fa__breadcrumbLink:hover{color:var(--store-primary)}.styles-module__D3x9fa__filterSidebar{padding:calc(var(--store-spacing) * 2) 0;grid-area:side}.styles-module__D3x9fa__productGallery{gap:var(--store-spacing);padding:calc(var(--store-spacing) * 2) 0;flex-direction:column;display:flex}.styles-module__D3x9fa__productGalleryMain{background:var(--store-surface-soft);border:1px solid var(--store-border);border-radius:var(--store-radius);aspect-ratio:1;width:100%;max-width:480px;overflow:hidden}.styles-module__D3x9fa__productGalleryThumbs{flex-wrap:wrap;gap:.5rem;display:flex}.styles-module__D3x9fa__productGalleryThumbActive,.styles-module__D3x9fa__productGalleryVideoThumb.styles-module__D3x9fa__productGalleryThumbActive{opacity:1;border-color:var(--store-primary)}.styles-module__D3x9fa__productGalleryVideoThumb img{object-fit:cover;width:100%;height:100%;display:block}.styles-module__D3x9fa__productGalleryDot{border-radius:calc(var(--store-radius) / 4);width:16px;height:3px;}.styles-module__D3x9fa__productGalleryDotActive{}.styles-module__D3x9fa__productGalleryLeft{flex-direction:row;align-items:flex-start}.styles-module__D3x9fa__productGalleryLeft .styles-module__D3x9fa__productGalleryMain{flex:auto;max-width:none}.styles-module__D3x9fa__productGalleryLeft .styles-module__D3x9fa__productGalleryThumbs{flex-flow:column;flex:none;order:-1}@media (max-width:768px){.styles-module__D3x9fa__productGalleryLeft{flex-direction:column}.styles-module__D3x9fa__productGalleryLeft .styles-module__D3x9fa__productGalleryThumbs{flex-flow:wrap;order:0}}.styles-module__D3x9fa__productInfoEmpty{padding:calc(var(--store-spacing) * 2) 0}.styles-module__D3x9fa__productInfoBrand:hover{color:var(--store-primary)}.styles-module__D3x9fa__productInfoTitle{font-family:var(--store-font-heading);font-size:var(--store-fs-3xl);color:var(--store-text);margin:0;font-weight:700;line-height:1.3}.styles-module__D3x9fa__productInfoPrice{font-size:var(--store-fs-5xl);color:var(--store-primary);font-weight:600}.styles-module__D3x9fa__productInfoListPrice{font-size:var(--store-fs-2xl);}.styles-module__D3x9fa__brandCard{}.styles-module__D3x9fa__brandSlider{}.styles-module__D3x9fa__brandSliderArrow{}.styles-module__D3x9fa__brandSliderArrowNext{}.styles-module__D3x9fa__brandSliderArrowPrev{}.styles-module__D3x9fa__brandSliderWrap{}.styles-module__D3x9fa__brandLetter{}.styles-module__D3x9fa__breadcrumbLink{}.styles-module__D3x9fa__categoryCard{}.styles-module__D3x9fa__checkoutBody{}.styles-module__D3x9fa__navItem{}.styles-module__D3x9fa__productGalleryVideoThumb{}.styles-module__D3x9fa__productName{}.styles-module__D3x9fa__productInfoBrand{font-size:var(--store-fs-2xl);font-weight:600;}.styles-module__D3x9fa__productInfoMetaRow{font-size:var(--store-fs-xs);color:var(--store-muted);}.styles-module__D3x9fa__productInfoMetaLabel{min-width:4.5rem;}.styles-module__D3x9fa__productInfoMetaRow>span:last-child{color:var(--store-text);font-weight:500}.styles-module__D3x9fa__productTabSection{background:var(--store-surface);}.styles-module__D3x9fa__productInfoPanel{}.styles-module__D3x9fa__productList{}.styles-module__D3x9fa__productSlider{}.styles-module__D3x9fa__productSliderArrow{}.styles-module__D3x9fa__slotShell{}.styles-module__D3x9fa__templatePage{}@media (max-width:900px){.styles-module__D3x9fa__headerInner{flex-wrap:wrap;gap:.5rem;height:auto;min-height:56px;padding-top:.5rem;padding-bottom:.5rem}.styles-module__D3x9fa__logo{min-width:0;font-size:var(--store-fs-2xl);flex:auto;overflow:hidden}.styles-module__D3x9fa__headerSearch{flex:1 0 100%;order:3}.styles-module__D3x9fa__topBarNav,.styles-module__D3x9fa__navBar{display:none}.styles-module__D3x9fa__cartBtn{justify-content:center;min-width:44px;min-height:44px;padding:0}.styles-module__D3x9fa__cartBtn .store-cart-count{min-width:18px;height:18px;font-size:var(--store-fs-xs);box-shadow:0 0 0 2px var(--store-surface);pointer-events:none;border-radius:9px;padding:0 5px;position:absolute;top:0;right:0}.styles-module__D3x9fa__hero{min-height:280px}}@media (max-width:640px){.styles-module__D3x9fa__hero{min-height:200px}.styles-module__D3x9fa__productList .styles-module__D3x9fa__productImageWrap{width:96px}}@media (max-width:900px){.styles-module__D3x9fa__footerInner{flex-direction:column;align-items:stretch}.styles-module__D3x9fa__footerCopy{flex:none}.styles-module__D3x9fa__slotShell,.styles-module__D3x9fa__slotRow,.styles-module__D3x9fa__homePage,.styles-module__D3x9fa__catalogPage,.styles-module__D3x9fa__brandsPage,.styles-module__D3x9fa__productDetailPage,.styles-module__D3x9fa__templatePage,.styles-module__D3x9fa__accountPanel{padding-left:max(var(--store-spacing), 16px);padding-right:max(var(--store-spacing), 16px)}.styles-module__D3x9fa__productDetailPage>.styles-module__D3x9fa__slotRow,.styles-module__D3x9fa__accountOuter{padding-left:0;padding-right:0}.styles-module__D3x9fa__footerInner{padding-left:max(var(--store-spacing), 16px);padding-right:max(var(--store-spacing), 16px)}}.styles-module__D3x9fa__sectionHeading{background:var(--store-navbar-gradient);border-radius:var(--store-radius);padding:.55rem var(--store-spacing);align-items:center;}.styles-module__D3x9fa__sectionTitle{color:#fff;font-size:var(--store-fs-3xl);margin:0;}.styles-module__D3x9fa__sectionHeading a{color:#ffffffeb}.styles-module__D3x9fa__sectionHeading a:hover{color:#fff}.styles-module__D3x9fa__footerBrand{flex-direction:column;flex:260px;gap:.75rem;min-width:0;display:flex}.styles-module__D3x9fa__footerBrandLogo{object-fit:contain;border-radius:calc(var(--store-radius) / 2);align-self:flex-start;width:auto;max-width:220px;height:40px}.styles-module__D3x9fa__footerBrandText{color:var(--store-muted);font-size:var(--store-fs-md);max-width:62ch;margin:0;line-height:1.6}.styles-module__D3x9fa__footerBottom{justify-content:space-between;align-items:center;gap:var(--store-spacing);flex-wrap:wrap;flex:1 0 100%;display:flex}.styles-module__D3x9fa__footerPay{color:var(--store-muted);font-size:var(--store-fs-md);align-items:center;gap:.75rem;display:inline-flex}.styles-module__D3x9fa__footerPayLogo{width:auto;height:26px}.styles-module__D3x9fa__footerPaySafe{color:var(--store-primary);white-space:nowrap;align-items:center;gap:.35rem;font-weight:600;display:inline-flex}@media (max-width:640px){.styles-module__D3x9fa__footerBottom{justify-content:flex-start}}.styles-module__D3x9fa__productCard[data-out-of-stock] .styles-module__D3x9fa__productImageWrap:before{content:"";z-index:2;background:#6b728080;position:absolute;inset:0}.styles-module__D3x9fa__productCard[data-out-of-stock] .styles-module__D3x9fa__productImageWrap:after{content:"Stokta Yok";color:var(--store-danger);font-size:var(--store-fs-md);white-space:nowrap;box-shadow:var(--store-shadow-sm);z-index:3;background:#fff;border-radius:999px;padding:.35rem .9rem;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.styles-module__D3x9fa__topBarSlogan{min-width:0;color:inherit;font-size:inherit;overflow-wrap:anywhere;background:0 0}.styles-module__D3x9fa__topBarSloganInner{text-align:left;max-width:none;margin:0;padding:0}
