:root{--blue:#075cff;--blue-dark:#0346c7;--ink:#071b33;--muted:#718096;--bg:#f2f5f9;--line:#dce4ee;--green:#12bd55;--pink:#f3277a;--card:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{background:var(--bg)}body{margin:0;color:var(--ink);font-family:Inter,Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font:inherit}.store-main{min-height:65vh}.store-container{width:min(1440px,calc(100% - 48px));margin-inline:auto}.store-header{position:relative;z-index:20;margin:8px auto 0;width:min(1500px,calc(100% - 32px));background:#fff;border-radius:0 0 32px 32px;box-shadow:0 1px 0 rgba(8,30,66,.08)}.store-header__main{min-height:82px;padding:16px 28px;display:flex;align-items:center;gap:20px}.store-logo{font-weight:950;font-size:31px;letter-spacing:-2px;color:var(--blue)}.catalog-button,.primary-button{border:0;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--blue);color:#fff;border-radius:14px;padding:15px 24px;font-weight:800;cursor:pointer;transition:.2s ease}.catalog-button:hover,.primary-button:hover{background:var(--blue-dark);transform:translateY(-1px)}.primary-button:disabled{opacity:.55;cursor:wait;transform:none}.primary-button--small{padding:11px 18px;border-radius:12px}.store-search{flex:1 1;min-height:52px;border:3px solid var(--blue);border-radius:16px;padding:13px 18px;color:#9aa7b6}.header-cart{min-width:76px;flex-direction:column;gap:2px;color:#708096;font-size:13px}.header-cart,.store-nav{display:flex;align-items:center}.store-nav{padding:0 28px 18px;gap:24px;color:#5e6d7f;font-size:14px}.store-nav a:hover{color:var(--blue)}.store-nav__location{margin-left:auto;color:var(--blue)}.store-header--compact{width:100%;margin:0;border-radius:0;box-shadow:0 1px 0 var(--line)}.store-header--compact .store-header__main{width:min(1440px,calc(100% - 48px));margin:auto}.hero{margin-top:38px;min-height:430px;padding:58px;display:grid;grid-template-columns:1.1fr .9fr;grid-gap:30px;gap:30px;align-items:center;border-radius:38px;color:#fff;background:linear-gradient(125deg,#0354f4,#0876ff 58%,#6f45ff);overflow:hidden;position:relative}.hero:after{content:"";position:absolute;width:460px;height:460px;border:90px solid rgba(255,255,255,.12);border-radius:50%;right:-140px;top:-150px}.hero__copy{position:relative;z-index:1;max-width:690px}.eyebrow{color:var(--blue);font-weight:800;font-size:13px;letter-spacing:.08em;text-transform:uppercase}.hero .eyebrow{color:#cfe0ff}.hero h1{margin:12px 0 18px;font-size:clamp(38px,5vw,68px);line-height:1.02;letter-spacing:-.045em}.hero p{max-width:570px;font-size:20px;line-height:1.5;color:#e5edff}.hero .primary-button{margin-top:12px;background:#fff;color:var(--blue)}.hero__visual{position:relative;z-index:1;display:flex;gap:14px;justify-content:flex-end}.hero__visual div{width:150px;height:180px;padding:22px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.22);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:28px;display:flex;flex-direction:column;justify-content:space-between}.hero__visual b{font-size:42px}.hero__visual span{font-weight:700}.page-section,.section-block{padding-block:56px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:24px}.page-heading h1,.section-heading h2{margin:7px 0 0;font-size:38px;letter-spacing:-.03em}.section-heading>a{color:var(--blue);font-weight:700}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.product-card{min-width:0;background:var(--card);border-radius:24px;padding:14px;display:flex;flex-direction:column;gap:12px}.product-card__image-wrap{height:270px;border-radius:18px;overflow:hidden;background:#eef3f7}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.product-card:hover .product-card__image{transform:scale(1.025)}.product-card__badges{display:flex;flex-wrap:wrap;gap:6px}.product-card__badges span{background:#eef3ff;color:var(--blue);border-radius:7px;padding:5px 8px;font-size:12px;font-weight:800}.product-card__name{line-height:1.35;min-height:44px}.product-card__name:hover{color:var(--blue)}.product-card__price-row{display:flex;align-items:baseline;gap:8px}.product-card__price-row strong{color:var(--green);font-size:24px}.product-card__price-row del{color:#8b97a6;font-size:13px}.product-card .primary-button{margin-top:auto}.benefits{margin-block:0 64px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.benefits article{background:#fff;border-radius:24px;padding:28px;display:flex;flex-direction:column;gap:8px}.benefits b{font-size:20px}.benefits span{color:var(--muted);line-height:1.5}.page-heading{max-width:760px;margin-bottom:30px}.page-heading p{color:var(--muted);font-size:18px;line-height:1.5}.catalog-layout{display:grid;grid-template-columns:220px 1fr;grid-gap:20px;gap:20px;align-items:start}.catalog-filters{background:#fff;border-radius:20px;padding:22px;display:flex;flex-direction:column;gap:14px}.catalog-filters label{display:flex;gap:9px;color:#536174}.catalog-filters input{accent-color:var(--blue);width:18px;height:18px}.product-grid--catalog{grid-template-columns:repeat(3,minmax(0,1fr))}.product-page{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(390px,.85fr);grid-gap:28px;gap:28px}.product-gallery,.product-info{background:#fff;border-radius:28px;padding:28px}.product-gallery{min-height:620px;display:grid;place-items:center}.product-gallery img{width:100%;height:100%;max-height:650px;object-fit:contain;border-radius:18px}.product-info h1{font-size:36px;line-height:1.15;letter-spacing:-.03em}.product-lead,.product-note{color:var(--muted);line-height:1.55}.spec-list{margin:28px 0}.spec-list div{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid var(--line)}.spec-list dt{color:var(--muted)}.spec-list dd{margin:0;font-weight:700}.product-buy-card{border-radius:20px;background:#f5f7fa;padding:22px;display:flex;align-items:center;justify-content:space-between;gap:16px}.product-buy-card>div{display:flex;flex-direction:column}.product-buy-card strong{font-size:32px}.product-buy-card del{color:var(--muted)}.store-footer{background:#fff;border-top:1px solid var(--line)}.store-footer__inner{width:min(1440px,calc(100% - 48px));margin:auto;padding:32px 0;display:flex;align-items:center;justify-content:space-between;gap:24px}.store-footer__email{color:var(--blue);font-weight:700}.store-footer nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:14px 22px;font-size:13px;color:#657487}.store-footer nav a:hover{color:var(--blue)}.form-error{display:block;color:#d92353;margin-top:8px;font-size:13px}.cart-title{font-size:42px;margin:0 0 28px;letter-spacing:-.035em}.cart-title sup{color:var(--muted);font-size:17px;margin-left:4px}.cart-layout,.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 420px;grid-gap:24px;gap:24px;align-items:start}.cart-items{display:flex;flex-direction:column;gap:10px}.cart-item,.cart-select,.checkout-card,.order-summary,.status-card{background:#fff;border-radius:26px}.cart-select{padding:22px 26px}.cart-select label{display:flex;gap:10px;align-items:center;font-weight:700}.acceptance input,.cart-item__check input,.cart-select input{accent-color:var(--blue);width:20px;height:20px}.cart-item{padding:20px;display:grid;grid-template-columns:140px minmax(0,1fr) 140px;grid-gap:18px;gap:18px;align-items:start}.cart-item>img,.cart-item__placeholder{width:140px;height:140px;border-radius:18px;object-fit:cover;background:#eef3f8;display:grid;place-items:center;color:var(--blue);font-size:42px;font-weight:900}.cart-item__body h2{margin:2px 0 8px;font-size:19px;line-height:1.35}.cart-item__body p{margin:0;color:var(--muted);line-height:1.4}.cart-item__meta{display:flex;align-items:center;gap:12px;margin-top:22px}.cart-item__meta span{background:#eef9f2;color:#109b4a;border-radius:8px;padding:6px 9px;font-size:12px;font-weight:700}.cart-item__meta button{border:0;background:#f1f4f8;border-radius:9px;padding:6px;color:#617084;cursor:pointer}.cart-item__price{text-align:right;display:flex;flex-direction:column;gap:16px}.cart-item__price strong{color:var(--green);font-size:23px}.cart-item__price span{align-self:flex-end;background:#f3f6fa;border-radius:10px;padding:9px 17px}.order-summary{position:-webkit-sticky;position:sticky;top:18px;overflow:hidden;padding:28px}.summary-action{width:100%;margin-bottom:22px}.order-summary__title{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:20px}.order-summary__title h2{margin:0;font-size:26px}.order-summary__title span{color:var(--muted)}.summary-row,.summary-total{display:flex;justify-content:space-between;align-items:center;padding:9px 0}.summary-row .green{color:var(--green)}.summary-total{margin-top:12px;padding-top:20px;border-top:1px solid var(--line);font-size:26px}.summary-total b{font-size:29px}.empty-state,.result-page{min-height:55vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.empty-state__icon{width:100px;height:100px;display:grid;place-items:center;background:#fff;border-radius:50%;font-size:45px}.empty-state h1,.result-page h1{font-size:40px;margin:24px 0 8px}.empty-state p,.result-page p{color:var(--muted);max-width:560px;line-height:1.55;margin-bottom:24px}.checkout-page>h1{margin:10px 0 28px;font-size:42px}.back-link,.text-link{color:var(--blue);font-weight:700}.checkout-steps{display:flex;flex-direction:column;gap:18px}.checkout-card{padding:28px}.checkout-card--disabled{opacity:.62}.checkout-card__heading{display:flex;align-items:center;gap:12px;margin-bottom:22px}.checkout-card__heading h2{margin:0}.step-number{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--blue);color:#fff;font-weight:800}.verified-icon{color:var(--green);margin-left:auto}.checkout-form{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.checkout-form label{display:flex;flex-direction:column;gap:7px;font-size:13px;color:#5d6c7f}.checkout-form input,.delivery-search input,.otp-row input{border:1px solid var(--line);border-radius:13px;padding:14px 15px;outline:none;background:#fff}.checkout-form input:focus,.delivery-search input:focus,.otp-row input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(7,92,255,.1)}.secondary-button{border:0;border-radius:13px;padding:13px 18px;background:#eaf3ff;color:var(--blue);font-weight:800;cursor:pointer}.delivery-search,.otp-row{margin-top:16px;display:flex;gap:10px}.delivery-search input,.otp-row input{flex:1 1}.delivery-picker{display:grid;grid-template-columns:1fr 1.2fr;min-height:360px;border:1px solid var(--line);border-radius:18px;overflow:hidden;margin-top:18px}.delivery-list{padding:10px;max-height:380px;overflow:auto}.delivery-option{width:100%;border:0;border-bottom:1px solid var(--line);padding:14px 8px;display:grid;grid-template-columns:28px 1fr auto;grid-gap:8px;gap:8px;text-align:left;background:#fff;cursor:pointer;color:var(--ink)}.delivery-option--active{background:#eef5ff;border-radius:12px;border-bottom-color:transparent}.delivery-option svg{color:#9aa8b8}.delivery-option span{display:flex;flex-direction:column;gap:3px}.delivery-option small{color:var(--muted)}.delivery-option strong{color:var(--green);font-size:12px}.delivery-map{position:relative;overflow:hidden;background:linear-gradient(130deg,#e3f2cf 0 25%,#f4f0e8 25% 75%,#d9efc2 75%)}.map-road{position:absolute;width:130%;height:30px;background:#fff;border:1px solid #c8ced4;transform:rotate(-28deg);top:44%;left:-15%}.map-road--two{transform:rotate(53deg);top:42%}.map-marker{position:absolute;width:44px;height:44px;border:4px solid #fff;border-radius:50% 50% 50% 0;transform:rotate(-45deg);background:var(--blue);color:#fff;font-weight:900;box-shadow:0 2px 7px #718096;cursor:pointer}.pay-method{display:flex;align-items:center;gap:14px;padding:16px;border:2px solid var(--blue);border-radius:16px}.yapay-logo{padding:13px 10px;background:#111;color:#fff;border-radius:12px;font-weight:900}.pay-method>div{display:flex;flex-direction:column;gap:3px}.acceptance,.pay-method small{color:var(--muted)}.acceptance{display:flex;gap:8px;align-items:flex-start;font-size:12px;line-height:1.4}.acceptance a{color:var(--blue)}.acceptance input{flex:none;width:17px;height:17px}.checkout-error{color:#bd234c;background:#fff0f3;border-radius:14px;padding:15px 18px}.muted{color:var(--muted)}.result-icon{width:92px;height:92px;display:grid;place-items:center;border-radius:50%;color:#fff;font-size:46px;font-weight:900}.result-icon--success{background:var(--green)}.result-icon--error{background:#ed315f}.result-page .text-link{margin-top:18px}.order-status{max-width:850px}.order-status h1{font-size:48px;margin:10px 0}.order-status>p{color:var(--muted)}.status-card{margin:28px 0;padding:26px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.status-card div{display:flex;flex-direction:column;gap:7px}.status-card span{color:var(--muted)}.status-card b{font-size:20px}.legal-page{max-width:980px;margin-block:38px;padding:48px 56px;background:#fff;border-radius:28px;color:#18283b;line-height:1.65;overflow-wrap:anywhere}.legal-page h1{font-size:38px;line-height:1.18;letter-spacing:-.03em}.legal-page h2{margin-top:36px;font-size:25px;line-height:1.3}.legal-page h3{margin-top:28px}.legal-page a{color:var(--blue);text-decoration:underline}.legal-page li{margin-block:7px}.legal-page table{display:block;max-width:100%;width:100%;border-collapse:collapse;overflow-x:auto}.legal-page td,.legal-page th{padding:10px;border:1px solid var(--line);text-align:left}@media (max-width:1050px){.product-grid,.product-grid--catalog{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{grid-template-columns:1fr}.hero__visual{justify-content:flex-start}.product-page{grid-template-columns:1fr}.product-gallery{min-height:430px}.store-search{display:none}.cart-layout,.checkout-layout{grid-template-columns:1fr}.order-summary{position:static}.checkout-form{grid-template-columns:1fr}}@media (max-width:700px){.store-container{width:min(100% - 24px,1440px)}.store-header{width:100%;margin:0;border-radius:0 0 22px 22px}.store-header__main{min-height:64px;padding:10px 14px;gap:10px}.store-logo{font-size:24px}.catalog-button{padding:11px 13px}.catalog-button svg{display:none}.header-cart{margin-left:auto;min-width:auto}.header-cart span{display:none}.store-nav{overflow:auto;white-space:nowrap;padding:3px 14px 14px;gap:18px;scrollbar-width:none}.store-nav__location{display:none}.hero{width:100%;margin-top:12px;border-radius:0 0 28px 28px;padding:38px 20px;min-height:520px}.hero h1{font-size:43px}.hero p{font-size:17px}.hero__visual{gap:8px}.hero__visual div{width:31%;height:120px;border-radius:19px;padding:14px}.hero__visual b{font-size:25px}.product-grid,.product-grid--catalog{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.product-card{padding:9px;border-radius:16px;gap:8px}.product-card__image-wrap{height:190px}.product-card__name{font-size:14px;min-height:57px}.product-card__price-row{flex-direction:column;gap:1px}.product-card__price-row strong{font-size:19px}.benefits{margin-bottom:30px}.benefits,.catalog-layout{grid-template-columns:1fr}.catalog-filters{display:none}.page-section,.section-block{padding-block:30px}.page-heading h1,.section-heading h2{font-size:30px}.product-page{width:100%;padding-top:12px}.product-gallery,.product-info{border-radius:20px;padding:16px}.product-gallery{min-height:360px}.product-info h1{font-size:27px}.product-buy-card{flex-direction:column;align-items:stretch}.store-footer__inner{width:calc(100% - 32px);align-items:flex-start;flex-direction:column}.store-footer nav{justify-content:flex-start}.store-header--compact .store-header__main{width:100%}.store-header--compact{border-radius:0}.legal-page{padding:28px 20px}.cart-title,.checkout-page>h1{font-size:32px}.cart-item{grid-template-columns:88px minmax(0,1fr);gap:10px;padding:13px;border-radius:18px}.cart-item>img,.cart-item__placeholder{width:88px;height:100px;border-radius:13px}.cart-item__body h2{font-size:15px;margin-top:0}.cart-item__body p,.cart-item__meta span{display:none}.cart-item__meta{margin-top:10px}.cart-item__price{grid-column:1/3;flex-direction:row;justify-content:space-between;align-items:center;text-align:left}.cart-item__price strong{font-size:20px}.cart-item__price span{order:-1;align-self:auto}.order-summary{border-radius:20px;padding:20px}.checkout-card{border-radius:20px;padding:18px 15px}.checkout-card__heading h2{font-size:22px}.delivery-search,.otp-row{flex-direction:column}.delivery-picker{grid-template-columns:1fr}.delivery-map{min-height:360px;order:-1}.delivery-list{max-height:none}.status-card{grid-template-columns:1fr}.summary-action{position:-webkit-sticky;position:sticky;bottom:8px;z-index:10}.empty-state h1,.result-page h1{font-size:30px}}