:root {
  --bg: #f3f3f3;
  --card: #ffffff;
  --text: #111111;
  --muted: #666666;
  --line: #e7e7e7;
  --dark: #0b0b0b;
  --accent: #161616;
  --shadow: 0 20px 45px rgba(0,0,0,.08);
  --radius: 26px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, Helvetica, sans-serif; background: var(--bg); color: var(--text); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.site-shell { min-height: 100vh; }
.htop { background: #111; color: #fff; text-align: center; font-size: 14px; padding: 10px 16px; letter-spacing: .2px; }
.header { padding: 18px 18px 0; position: sticky; top: 0; z-index: 30; background: linear-gradient(var(--bg) 80%, rgba(243,243,243,0)); }
.header-wrapper { background: rgba(255,255,255,.94); backdrop-filter: blur(10px); border: 1px solid rgba(0,0,0,.05); border-radius: 999px; box-shadow: 0 15px 30px rgba(0,0,0,.05); max-width: 1380px; margin: 0 auto; }
.header-main { padding: 0 20px; }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.header_logo, .custom-logo { height: 56px; width: auto; object-fit: contain; }
.logo .custom-logo-link { display: block; }
.nav-area { min-width: 0; }
.header-nav, .nav-right { display: flex; align-items: center; gap: 14px; }
.brand-wordmark { font-weight: 900; letter-spacing: 2px; font-size: 15px; white-space: nowrap; }
.newHeaderNavUl { list-style: none; display: flex; margin: 0; padding: 0; gap: 18px; align-items: center; }
.nav-item-link { display: inline-flex; padding: 10px 0; font-size: 15px; font-weight: 600; }
.nav-item-link span { position: relative; }
.nav-item-link span::after { content: ''; position: absolute; left: 0; bottom: -5px; width: 0; height: 2px; background: #111; transition: width .25s ease; }
.nav-item-link:hover span::after { width: 100%; }
#divTopProductSearch { position: relative; }
#divTopProductSearch .header-search-form-wrapper { position: absolute; top: calc(100% + 14px); right: 0; width: 320px; background: #fff; padding: 12px; border-radius: 18px; border: 1px solid var(--line); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(-6px); transition: .2s ease; }
#divTopProductSearch.dropactive .header-search-form-wrapper { opacity: 1; pointer-events: auto; transform: translateY(0); }
.search-toggle, .mobile-toggle, .account-link, .header-cart-link, .newSearcBtnClick { background: none; border: none; font: inherit; cursor: pointer; }
.search-toggle, .mobile-toggle, .account-link, .header-cart-link { width: 44px; height: 44px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; background: #f7f7f7; border: 1px solid var(--line); }
.header-cart-link { position: relative; }
.sepetUrunSayisi { position: absolute; top: -4px; right: -4px; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 999px; background: #111; color: #fff; font-size: 11px; display: inline-flex; align-items: center; justify-content: center; }
.searchform-wrapper .flex-row { display: flex; gap: 10px; }
.search-field { width: 100%; height: 46px; border: 1px solid var(--line); border-radius: 14px; padding: 0 14px; font-size: 15px; }
.ux-search-submit { height: 46px; padding: 0 16px; border: none; border-radius: 14px; background: #111; color: #fff; font-weight: 700; }
.giftCardsButton a { background: #111; color: #fff; min-height: 44px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; font-size: 14px; font-weight: 800; letter-spacing: .4px; }
.giftCardsButton.big a { min-height: 52px; width: 100%; }
.mobile-drawer { position: fixed; inset: 0 auto 0 0; width: min(360px, 88vw); background: #fff; box-shadow: 20px 0 50px rgba(0,0,0,.15); z-index: 50; padding: 22px; }
.mobile-drawer-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.mobile-close { border: 0; background: #f4f4f4; border-radius: 999px; width: 38px; height: 38px; }
.mobile-menu-list { list-style: none; padding: 0; margin: 0; }
.mobile-menu-list li a { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.hero-section, .category-section, .promo-grid-section, .product-section { max-width: 1380px; margin: 0 auto; padding: 24px 18px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) 330px; gap: 22px; align-items: stretch; }
.hero-slider { position: relative; min-height: 540px; border-radius: 38px; overflow: hidden; box-shadow: var(--shadow); }
.hero-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity .45s ease; }
.hero-slide.is-active { opacity: 1; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.62), rgba(0,0,0,.2)); }
.hero-content { position: absolute; left: 42px; right: 42px; bottom: 42px; max-width: 560px; color: #fff; z-index: 1; }
.hero-kicker { display: inline-flex; padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.25); font-size: 13px; margin-bottom: 16px; }
.hero-content h1 { margin: 0 0 12px; font-size: clamp(34px, 4vw, 58px); line-height: 1.02; }
.hero-content p { margin: 0 0 22px; font-size: 17px; color: rgba(255,255,255,.88); }
.hero-button { display: inline-flex; min-height: 52px; align-items: center; padding: 0 22px; border-radius: 999px; background: #fff; color: #111; font-weight: 800; }
.hero-dots { position: absolute; left: 42px; bottom: 16px; z-index: 2; display: flex; gap: 8px; }
.hero-dot { width: 10px; height: 10px; border-radius: 999px; border: 0; background: rgba(255,255,255,.4); cursor: pointer; }
.hero-dot.is-active { background: #fff; width: 28px; }
.hero-side-card { display: grid; gap: 18px; align-content: start; }
.side-promo-card { background: #fff; border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); }
.side-promo-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.side-promo-copy { padding: 18px; }
.side-promo-copy strong { font-size: 20px; display: block; margin-bottom: 6px; }
.side-promo-copy p { margin: 0; color: var(--muted); line-height: 1.5; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.section-head h2, .section-head h1 { margin: 0; font-size: clamp(28px, 3vw, 38px); }
.section-head a { color: #444; font-weight: 700; }
.category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.category-card { position: relative; min-height: 220px; border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); }
.category-card img { width: 100%; height: 100%; object-fit: cover; }
.category-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.68)); }
.category-card span { position: absolute; left: 24px; bottom: 24px; color: #fff; font-size: 28px; font-weight: 900; z-index: 1; }
.promo-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.promo-card { position: relative; border-radius: 28px; overflow: hidden; min-height: 240px; box-shadow: var(--shadow); grid-column: span 4; }
.promo-card-large { grid-column: span 8; min-height: 500px; }
.promo-card img { width: 100%; height: 100%; object-fit: cover; }
.promo-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.75)); }
.promo-copy { position: absolute; left: 24px; right: 24px; bottom: 24px; color: #fff; z-index: 1; }
.promo-copy h3 { margin: 0 0 8px; font-size: clamp(22px, 3vw, 38px); }
.promo-copy p { margin: 0; color: rgba(255,255,255,.88); }
.products-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.productItem { background: #fff; border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid rgba(0,0,0,.05); display: flex; flex-direction: column; }
.productImage { background: linear-gradient(180deg, #fff, #f1f1f1); padding: 18px; }
.productImage img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; }
.productDetail { padding: 0 18px 18px; }
.productName { min-height: 54px; font-size: 16px; font-weight: 800; line-height: 1.35; margin-top: 8px; }
.productPrice { margin-top: 10px; }
.discountPriceSpan { font-size: 22px; font-weight: 900; }
.discountKdv, .regularPriceSpan { display: block; color: var(--muted); font-size: 13px; }
.regularPriceSpan { text-decoration: line-through; margin-top: 4px; }
.productIcon { padding: 0 18px 18px; margin-top: auto; }
.btnAddToCart, .productIcon .button { width: 100%; min-height: 48px; border-radius: 14px; background: #111; color: #fff; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; border: 0; }
.footerTemp { margin-top: 34px; background: #0f0f0f; color: #fff; padding: 0 18px 18px; }
.footerTempContainer { max-width: 1380px; margin: 0 auto; }
.newsletter-section { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.newsletter-section h3 { margin: 0 0 8px; font-size: 30px; }
.newsletter-section p { margin: 0; color: rgba(255,255,255,.74); }
.newsletter-form { display: flex; gap: 10px; width: min(100%, 520px); }
.newsletter-form input { flex: 1; height: 52px; border-radius: 999px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); color: #fff; padding: 0 18px; }
.newsletter-form button { min-width: 124px; border: 0; border-radius: 999px; background: #fff; color: #111; font-weight: 900; }
.footer-links-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; padding: 30px 0; }
.footer-links-grid h4 { margin-top: 0; margin-bottom: 12px; font-size: 16px; }
.footer-links-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; color: rgba(255,255,255,.72); }
.footer-socials { display: flex; gap: 14px; margin-top: 12px; color: rgba(255,255,255,.72); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 16px; color: rgba(255,255,255,.6); font-size: 14px; }
.content-wrapper.simple-page, .shop-page { max-width: 1280px; margin: 0 auto; padding: 32px 18px; }
.container-narrow { max-width: 860px; margin: 0 auto; background: #fff; border-radius: 24px; padding: 28px; box-shadow: var(--shadow); }
.screen-reader-text { position: absolute; left: -9999px; }
@media (max-width: 1120px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-side-card { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .promo-card, .promo-card-large { grid-column: span 6; min-height: 260px; }
  .products-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hide-for-medium { display: none; }
  .header-inner { justify-content: space-between; }
}
@media (max-width: 800px) {
  .header { padding: 12px 12px 0; }
  .header-main { padding: 0 14px; }
  .header_logo, .custom-logo { height: 44px; }
  .hero-slider { min-height: 420px; }
  .hero-content { left: 24px; right: 24px; bottom: 28px; }
  .category-grid, .products-grid, .footer-links-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .promo-card, .promo-card-large { grid-column: span 12; }
  .newsletter-section { flex-direction: column; align-items: stretch; }
}
@media (max-width: 560px) {
  .header-wrapper { border-radius: 28px; }
  .hero-side-card, .category-grid, .products-grid, .footer-links-grid { grid-template-columns: 1fr; }
  .newsletter-form { flex-direction: column; }
  .giftCardsButton a { padding: 0 14px; }
  .hero-kicker { font-size: 12px; }
}


.product-page-wrap{max-width:1380px;margin:0 auto;padding:24px 18px 40px}
.product-detail-shell{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,520px);gap:26px;align-items:start}
.product-gallery-column,.product-summary-column{min-width:0}
.product-main-image-card,.altay-desc-card,.altay-product-meta-box,.altay-personalize-panel form,.variations_form,.single_add_to_cart_button,.product-summary-column .cart,.altay-personalize-panel{background:#fff;border-radius:28px;box-shadow:var(--shadow);border:1px solid rgba(0,0,0,.05)}
.product-main-image-card{padding:24px}
.product-main-image{width:100%;aspect-ratio:1/1;object-fit:contain}
.product-thumb-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:14px}
.product-thumb-item{width:88px;height:88px;border:1px solid var(--line);border-radius:20px;background:#fff;padding:8px;cursor:pointer;box-shadow:var(--shadow)}
.product-thumb-item img{width:100%;height:100%;object-fit:contain}
.single-head{margin-bottom:10px}
.single-price-wrap{font-size:34px;font-weight:900;margin-bottom:18px}
.single-price-wrap ins{text-decoration:none}.single-price-wrap del{color:#777;font-size:18px;margin-left:10px}
.altay-size-preview,.altay-short-desc,.altay-product-meta-box{background:#fff;border-radius:24px;padding:18px 20px;margin-bottom:16px;border:1px solid rgba(0,0,0,.05);box-shadow:var(--shadow)}
.altay-label{display:block;font-size:14px;color:#666;margin-bottom:10px;font-weight:700}
.altay-size-chips{display:flex;flex-wrap:wrap;gap:10px}.altay-size-chips span{min-width:48px;height:44px;border-radius:14px;background:#f7f7f7;border:1px solid var(--line);display:inline-flex;align-items:center;justify-content:center;font-weight:800}
.product-summary-column form.cart{padding:18px 20px;margin-bottom:16px}
.product-summary-column .variations{width:100%;margin-bottom:14px}.product-summary-column .variations td,.product-summary-column .variations th{padding:0 0 12px;border:0;text-align:left}
.product-summary-column .variations select,.altay-field-grid input,.altay-field-grid select{width:100%;height:48px;border-radius:14px;border:1px solid var(--line);padding:0 14px;font-size:15px;background:#fff}
.product-summary-column .quantity input{height:48px;border-radius:14px;border:1px solid var(--line)}
.product-summary-column .single_add_to_cart_button{min-height:52px;border:0;border-radius:16px;background:#111;color:#fff;font-weight:900;padding:0 22px}
.altay-personalize-panel{padding:18px 20px;margin-bottom:18px}
.altay-personalize-panel h3{margin:0 0 8px;font-size:22px}.altay-personalize-note{margin:0 0 16px;color:#666}
.altay-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.altay-field-grid label:last-child{grid-column:1/-1}.altay-field-grid label span{display:block;font-size:14px;font-weight:700;margin-bottom:8px}
.altay-warning-box{margin-top:14px;background:#f7f7f7;border:1px solid var(--line);padding:14px 16px;border-radius:16px;color:#444;font-size:14px}
.related.products ul.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;padding:0;list-style:none}.related.products li.product{margin:0}
@media (max-width: 1024px){.product-detail-shell{grid-template-columns:1fr}.related.products ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width: 640px){.altay-field-grid{grid-template-columns:1fr}.product-thumb-item{width:72px;height:72px}.related.products ul.products{grid-template-columns:1fr}}


.altay-size-picker-card{background:#fff;border-radius:24px;padding:18px 20px;margin-bottom:16px;border:1px solid rgba(0,0,0,.05);box-shadow:var(--shadow)}
.altay-size-label{display:block;font-size:14px;color:#666;margin-bottom:8px;font-weight:700}
.altay-size-picker-card select{width:100%;height:48px;border-radius:14px;border:1px solid var(--line);padding:0 14px;font-size:15px;background:#fff}
.site-compatible-price-area{display:grid;gap:10px;margin-bottom:14px}
.discount-badge{display:inline-flex;align-items:center;justify-content:center;width:max-content;padding:8px 12px;border-radius:999px;background:#111;color:#fff;font-size:13px;font-weight:800}
.sku-line{color:#555;font-weight:700}
.compatible-summary-column .cart{display:grid;gap:14px}
.compatible-summary-column form.cart .single_variation_wrap,.compatible-summary-column form.cart .woocommerce-variation-add-to-cart{display:flex;flex-wrap:wrap;gap:12px;align-items:center}
.compatible-summary-column form.cart .quantity{margin-right:0}
.compatible-summary-column form.cart .single_add_to_cart_button{flex:1}

/* v3 product builder refinements */
.altay-custom-product-wrap{padding-top:18px}
.altay-builder-shell{max-width:1440px;margin:0 auto;padding:8px 18px 24px}
.altay-builder-brand{padding:18px 0 22px 8px;line-height:.9;font-weight:900;letter-spacing:-2px;text-transform:uppercase}
.altay-builder-brand-top,.altay-builder-brand-bottom{font-size:clamp(44px,6vw,96px);background:linear-gradient(90deg,#5d1230,#7f3f72 35%,#6c89d8 75%,#7fb6ec 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.altay-builder-grid{display:grid;grid-template-columns:340px minmax(0,1fr) 360px;gap:26px;align-items:start}
.altay-builder-left,.altay-builder-center,.altay-builder-right{min-width:0}
.altay-builder-panel{background:#fff;border-radius:34px;box-shadow:var(--shadow);border:1px solid rgba(0,0,0,.05);overflow:hidden;margin-bottom:18px}
.altay-builder-panel.compact{border-radius:999px;background:#6f0828;color:#fff}
.altay-builder-panel.compact .altay-builder-panel-head{padding:22px 20px;color:#fff}
.altay-builder-panel.active .altay-builder-panel-head{background:#6f0828;color:#fff}
.altay-builder-panel-head{width:100%;display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border:0;background:none;font-weight:800;font-size:14px;letter-spacing:.4px}
.altay-builder-check,.altay-builder-radio{width:24px;height:24px;border-radius:999px;border:1px solid rgba(255,255,255,.7);display:inline-flex;align-items:center;justify-content:center;font-size:14px;flex:0 0 24px}
.altay-builder-radio{border-color:rgba(255,255,255,.9);background:transparent}
.altay-builder-panel-body{padding:16px 18px 16px}
.altay-inline-field{margin-bottom:16px}.altay-inline-field:last-child{margin-bottom:0}
.altay-inline-field label{display:block;font-weight:700;font-size:15px;margin-bottom:8px}
.altay-count-input-wrap,.altay-select-wrap{position:relative}
.altay-count-input-wrap input,.altay-select-wrap select{width:100%;height:46px;border-radius:999px;border:1px solid #dcdcdc;background:#fff;padding:0 16px;color:#555;font-size:15px;box-shadow:inset 0 1px 0 rgba(0,0,0,.02)}
.altay-char-count{position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:13px;color:#9a9a9a}
.altay-gallery-strip{display:flex;flex-direction:column;gap:14px;align-self:center;padding-top:66px}
.altay-builder-center{display:grid;grid-template-columns:90px minmax(0,1fr);gap:16px;align-items:center}
.altay-gallery-thumb{width:76px;height:104px;border-radius:20px;border:1px solid #d8d8d8;background:#fff;display:flex;align-items:center;justify-content:center;padding:8px;box-shadow:0 10px 22px rgba(0,0,0,.06)}
.altay-gallery-thumb img{width:100%;height:100%;object-fit:contain}.altay-gallery-thumb.is-active{border-color:#6f0828;transform:translateY(-1px)}
.altay-gallery-main-card{background:radial-gradient(circle at 50% 50%, #fdfdfd 0%, #eef3f8 70%, #e7eef5 100%);border-radius:50%;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;padding:40px;box-shadow:0 18px 34px rgba(0,0,0,.08);max-width:560px;margin:0 auto}
.altay-main-product-image{width:100%;height:100%;object-fit:contain}
.altay-product-title{font-size:56px;line-height:1.02;margin:0 0 18px;font-weight:900;letter-spacing:-1.5px;text-transform:uppercase}
.altay-hidden-size-select{display:none}
.altay-option-label{font-size:18px;font-weight:700;margin:0 0 12px}.altay-option-group{margin-bottom:22px}
.altay-pill-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.altay-size-pill,.altay-option-pill{min-height:56px;border-radius:999px;border:1px solid #cfcfcf;background:#fff;font-size:19px;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 12px;cursor:pointer}
.altay-size-pill.is-active,.altay-option-pill.is-active{background:linear-gradient(90deg,#6f0828,#7f4d8c,#85a8e8);color:#fff;border-color:transparent}
.altay-pill-stack{display:grid;gap:14px}
.altay-right-note{font-size:16px;color:#fe4b4b;line-height:1.35;margin:18px 0 12px;max-width:320px}
.altay-price-box{margin-bottom:18px}.altay-discount-text{font-weight:800;text-transform:uppercase;color:#111;font-size:14px;margin-bottom:8px}
.altay-price-html{font-size:60px;font-weight:900;line-height:1;margin-bottom:8px}.altay-price-html *{font-weight:900}.altay-price-html del{display:block;font-size:24px;color:#888;margin-bottom:10px}.altay-price-html ins{text-decoration:none}
.altay-sku-text{font-size:14px;color:#717171}
.altay-submit-row{display:grid;grid-template-columns:100px minmax(0,1fr);gap:14px;align-items:center}.altay-submit-row .quantity input{height:52px;border-radius:999px;border:1px solid #d0d0d0;background:#fff}
.altay-submit-button{min-height:58px;border-radius:999px;background:#111;color:#fff;font-size:18px;font-weight:800;border:0}
.woocommerce div.product form.cart div.quantity{float:none;margin:0}
@media (max-width: 1200px){.altay-builder-grid{grid-template-columns:300px minmax(0,1fr) 320px}.altay-product-title{font-size:42px}.altay-price-html{font-size:46px}}
@media (max-width: 980px){.altay-builder-grid{grid-template-columns:1fr}.altay-builder-center{grid-template-columns:1fr}.altay-gallery-strip{flex-direction:row;order:2;padding-top:0;justify-content:center}.altay-gallery-main-card{max-width:480px}.altay-builder-brand{padding-left:0}.altay-pill-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media (max-width: 640px){.altay-builder-shell{padding:0 14px 18px}.altay-builder-brand-top,.altay-builder-brand-bottom{font-size:44px}.altay-product-title{font-size:34px}.altay-pill-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.altay-size-pill,.altay-option-pill{font-size:16px;min-height:50px}.altay-price-html{font-size:38px}.altay-submit-row{grid-template-columns:1fr}.altay-gallery-thumb{width:68px;height:88px}.altay-gallery-main-card{padding:26px}}


/* revision v4: keep homepage layout off Woo pages and constrain branding */
.logo{flex:0 0 auto;max-width:220px;}
.logo .custom-logo-link, .logo a{display:block;line-height:0;}
.logo .custom-logo-link img, .logo img.custom-logo, .logo img.header_logo{width:auto !important;height:auto !important;max-height:56px !important;max-width:220px !important;object-fit:contain;display:block;}
.header-wrapper{overflow:hidden;}
.nav-area{flex:1 1 auto;}
.desktop-nav{min-width:0;}
.newHeaderNavUl{flex-wrap:wrap;}
.homepage{padding-bottom:20px;}
.content-wrapper{max-width:1380px;margin:0 auto;padding:24px 18px 40px;}
.container-wide{max-width:1380px;margin:0 auto;}
.container-narrow{max-width:980px;margin:0 auto;}
.simple-page article{background:#fff;border-radius:28px;box-shadow:var(--shadow);padding:28px;border:1px solid rgba(0,0,0,.05);}
.simple-page.wc-endpoint-page article{background:transparent;box-shadow:none;border:0;padding:0;}
.woocommerce-page-content{background:#fff;border-radius:28px;box-shadow:var(--shadow);padding:28px;border:1px solid rgba(0,0,0,.05);}
.woocommerce-page-content .woocommerce{margin:0;}
.woocommerce-page-content .cart-collaterals, .woocommerce-page-content .woocommerce-MyAccount-navigation, .woocommerce-page-content .woocommerce-MyAccount-content{margin-top:10px;}
.woocommerce-page .entry-content > .homepage, .woocommerce-page .entry-content > .hero-section, .woocommerce-page .entry-content > .category-section, .woocommerce-page .entry-content > .promo-grid-section, .woocommerce-page .entry-content > .product-section{display:none !important;}
body.woocommerce-cart .hero-section, body.woocommerce-account .hero-section, body.woocommerce-checkout .hero-section{display:none !important;}
body.woocommerce-cart .section-head, body.woocommerce-account .section-head, body.woocommerce-checkout .section-head{display:none !important;}
body.woocommerce-cart .products-grid, body.woocommerce-account .products-grid, body.woocommerce-checkout .products-grid{display:none !important;}
.woocommerce-page-shell .products.columns-4, .woocommerce-page-shell ul.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;list-style:none;padding:0;}
.woocommerce-page-shell ul.products li.product{margin:0;width:auto;}
.woocommerce-page-shell .woocommerce-result-count, .woocommerce-page-shell .woocommerce-ordering{margin-bottom:18px;}
@media (max-width: 1024px){.woocommerce-page-shell .products.columns-4, .woocommerce-page-shell ul.products{grid-template-columns:repeat(2,minmax(0,1fr));}.logo .custom-logo-link img, .logo img.custom-logo, .logo img.header_logo{max-height:48px !important;max-width:170px !important;}.brand-wordmark{display:none;}}
@media (max-width: 640px){.woocommerce-page-content{padding:18px;border-radius:20px;}.content-wrapper{padding:18px 12px 30px;}.header-inner{gap:10px;}.desktop-nav{display:none;}}

/* v5 layout fixes */
body{background:#efefef;color:#111;}
.htop{background:#f2f2f2;color:#111;text-align:center;font-size:13px;font-weight:700;padding:8px 16px;}
.header{padding:12px 14px 0;}
.header-wrapper{max-width:1500px;margin:0 auto;background:#fff;border-radius:0 0 30px 30px;box-shadow:0 8px 24px rgba(0,0,0,.05);}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 22px;}
.logo .custom-logo-link img,.logo img.custom-logo,.logo img.header_logo{max-height:64px!important;max-width:96px!important;}
.brand-wordmark span{font-size:18px;font-weight:900;letter-spacing:.08em;}
.newHeaderNavUl{display:flex;gap:20px;align-items:center;list-style:none;margin:0;padding:0;font-size:12px;text-transform:uppercase;font-weight:700;}
.newHeaderNavUl a{color:#111;}
.header-search-form{display:flex;align-items:center;gap:8px;}
.header-search-form-wrapper{display:none;}
.search-toggle,.account-link,.cart-link{width:42px;height:42px;border-radius:999px;border:1px solid #ddd;background:#fff;display:flex;align-items:center;justify-content:center;color:#111;position:relative;}
.sepetUrunSayisi{position:absolute;right:-3px;top:-5px;width:22px;height:22px;border-radius:50%;background:#111;color:#fff;font-size:12px;display:flex;align-items:center;justify-content:center;font-weight:800;}
.giftCardsButton a{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;border-radius:999px;background:#ed1c24;color:#fff;font-size:12px;font-weight:800;text-transform:uppercase;}
.homepage-v5{max-width:1500px;margin:0 auto;padding:18px 14px 40px;display:grid;gap:24px;}
.hero-sale-card{min-height:330px;border-radius:6px;background:linear-gradient(180deg,#8ec8f1 0%,#8dc2ea 100%);display:flex;justify-content:space-between;align-items:center;padding:48px 42px;overflow:hidden;position:relative;}
.hero-sale-kicker{font-size:78px;line-height:.88;font-weight:900;letter-spacing:-3px;color:#fff;text-transform:lowercase;max-width:520px;}
.hero-sale-sub{margin-top:14px;font-size:20px;color:#5c1735;font-weight:700;max-width:420px;}
.hero-sale-button{margin-top:22px;display:inline-flex;background:#5d1230;color:#fff;padding:14px 20px;border-radius:999px;font-weight:800;}
.hero-sale-stars{position:relative;display:flex;gap:18px;align-items:center;justify-content:flex-end;min-width:420px;}
.hero-sale-stars span{display:flex;align-items:center;justify-content:center;width:130px;height:130px;background:#6b1032;color:#fff;font-size:46px;font-weight:900;clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 69%,21% 91%,32% 57%,2% 35%,39% 35%);transform:rotate(-8deg);}
.hero-sale-stars span:nth-child(2){width:160px;height:160px;font-size:58px;transform:rotate(12deg)}
.hero-sale-stars span:nth-child(3){width:190px;height:190px;font-size:72px;transform:rotate(-10deg)}
.home-row-section{display:grid;gap:18px;}
.section-head-inline,.section-head-centered{display:flex;align-items:center;justify-content:space-between;}
.section-head-centered{justify-content:center;position:relative;}
.section-head-centered h2{padding:0 18px;background:#efefef;position:relative;z-index:1;}
.section-head-centered:before{content:'';position:absolute;left:0;right:0;top:50%;height:1px;background:#222;opacity:.2;}
.section-head h2,.section-head-inline h2,.section-head-centered h2{font-size:24px;font-weight:800;margin:0;}
.section-head-inline a{font-weight:700;color:#333;}
.home-feature-grid{display:grid;grid-template-columns:260px repeat(3,minmax(0,1fr));gap:14px;}
.home-feature-lead{background:#f5f0f0;border-radius:16px;min-height:236px;padding:28px 20px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;color:#5d1230;overflow:hidden;}
.home-feature-lead:before{content:'';position:absolute;inset:0;background:url('../images/banner-formalar.jpg') center/cover no-repeat;opacity:.08;}
.home-feature-lead>*{position:relative;z-index:1;}
.home-feature-lead h3{font-size:40px;line-height:.95;margin:8px 0 16px;text-transform:uppercase;}
.home-feature-lead span:last-child{display:inline-flex;width:42px;height:42px;border-radius:999px;border:1px solid #b57;align-items:center;justify-content:center;margin-left:auto;}
.home-product-card,.season-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 20px rgba(0,0,0,.06);display:flex;flex-direction:column;}
.home-product-card.tall .home-product-thumb,.season-card .season-thumb{aspect-ratio:3/4;background:#f8f8f8;display:flex;align-items:center;justify-content:center;}
.home-product-thumb img,.season-thumb img{width:100%;height:100%;object-fit:cover;}
.home-product-info,.season-info{padding:12px 14px 16px;display:grid;gap:6px;}
.home-product-info h3,.season-info h3{font-size:16px;line-height:1.25;margin:0;}
.home-product-price{font-size:18px;font-weight:800;}
.home-builder-teaser{display:grid;grid-template-columns:260px minmax(0,1fr) 340px;gap:22px;align-items:center;padding:8px 0;}
.builder-copy-top,.builder-copy-bottom{font-size:68px;line-height:.9;font-weight:900;letter-spacing:-3px;background:linear-gradient(90deg,#5d1230,#7d4a88,#8cb2eb);-webkit-background-clip:text;color:transparent;text-transform:uppercase;}
.builder-product-stage{display:grid;grid-template-columns:84px minmax(0,1fr);gap:16px;align-items:center;}
.builder-thumbs{display:grid;gap:12px;}.builder-thumbs img{width:74px;height:104px;border:1px solid #d7d7d7;border-radius:18px;background:#fff;object-fit:contain;padding:8px;}
.builder-main-circle{aspect-ratio:1/1;border-radius:50%;background:radial-gradient(circle,#fff 0%,#eef3f8 70%,#e5ebf3 100%);display:flex;align-items:center;justify-content:center;padding:36px;box-shadow:0 14px 30px rgba(0,0,0,.07);}
.builder-main-circle img{width:100%;height:100%;object-fit:contain;}
.builder-summary h2{font-size:42px;line-height:1.05;margin:0 0 18px;font-weight:900;text-transform:uppercase;}
.builder-size-row{display:grid;gap:10px;margin-bottom:14px;}.builder-size-row span:first-child{font-weight:700;}.builder-size-pills{display:flex;flex-wrap:wrap;gap:8px}.builder-size-pills b,.builder-size-pills i{font-style:normal;width:38px;height:38px;border-radius:999px;border:1px solid #ccc;display:flex;align-items:center;justify-content:center;}.builder-size-pills b{background:#6f0828;color:#fff;border-color:#6f0828}
.builder-option-stack{display:grid;gap:12px;margin:14px 0;}.builder-option-stack span{display:flex;align-items:center;justify-content:center;min-height:54px;border-radius:999px;border:1px solid #ccc;background:#fff;font-weight:700;}.builder-option-stack .is-active{background:linear-gradient(90deg,#7d4a88,#8cb2eb);color:#fff;border-color:transparent;}
.builder-summary p{color:#ef4f4f;font-size:14px;line-height:1.4;margin:18px 0 12px;}.builder-summary strong{font-size:56px;line-height:1;font-weight:900;}
.collection-grid,.season-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;}
.collection-card{position:relative;min-height:280px;border-radius:16px;overflow:hidden;color:#fff;background:#111;}.collection-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}.collection-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.52));}.collection-copy{position:absolute;left:18px;right:18px;bottom:18px;z-index:1;}.collection-copy small{display:block;font-size:12px;margin-bottom:6px;}.collection-copy h3{font-size:30px;line-height:1;margin:0;text-transform:uppercase;}
.shop-page-v5{max-width:1500px;margin:0 auto;padding:18px 14px 40px;}
.shop-breadcrumb{font-size:13px;color:#777;margin-bottom:14px;}.shop-breadcrumb span{margin:0 8px;}
.shop-title-bar{display:flex;justify-content:space-between;align-items:center;background:#fff;border-radius:999px;padding:18px 24px;margin-bottom:18px;box-shadow:0 8px 20px rgba(0,0,0,.04);}
.shop-title-bar h1{margin:0;font-size:30px;font-weight:800;}.shop-sort-pill .woocommerce-ordering{margin:0;}.shop-sort-pill .woocommerce-result-count{display:none;}
.shop-layout-grid{display:grid;grid-template-columns:260px minmax(0,1fr);gap:18px;align-items:start;}
.shop-filter-sidebar{display:grid;gap:14px;position:sticky;top:24px;}
.filter-card{background:#fff;border-radius:18px;padding:18px;box-shadow:0 8px 20px rgba(0,0,0,.04);}.filter-card h3{margin:0 0 14px;font-size:14px;text-transform:uppercase;}
.filter-list{display:grid;gap:10px;}.filter-list.small{grid-template-columns:repeat(4,minmax(0,1fr));}
.filter-chip{display:flex;align-items:center;justify-content:center;min-height:36px;border:1px solid #d7d7d7;border-radius:999px;font-size:12px;font-weight:700;color:#555;background:#fff;}
.shop-cards-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;}
.shop-card-v5{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 20px rgba(0,0,0,.06);}
.shop-card-thumb{display:block;aspect-ratio:3/4;background:#f4f4f4;}.shop-card-thumb img{width:100%;height:100%;object-fit:cover;}
.shop-card-body{padding:12px 14px 16px;display:grid;gap:8px;}.shop-card-title{font-size:16px;line-height:1.25;margin:0;}.shop-card-price{font-size:19px;font-weight:800;}
.woocommerce-page-content,.simple-page article{background:#fff;border-radius:24px;padding:24px;box-shadow:0 8px 20px rgba(0,0,0,.05);}
body.woocommerce-cart main.content-wrapper,body.woocommerce-account main.content-wrapper,body.woocommerce-checkout main.content-wrapper{max-width:1200px;}
@media (max-width:1200px){.home-builder-teaser{grid-template-columns:1fr;}.home-feature-grid,.collection-grid,.season-grid,.shop-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.shop-layout-grid{grid-template-columns:1fr;}.shop-filter-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr));}.hero-sale-kicker{font-size:60px}.hero-sale-stars{min-width:280px}.builder-summary strong{font-size:42px}}
@media (max-width:760px){.newHeaderNavUl{display:none;}.home-feature-grid,.collection-grid,.season-grid,.shop-cards-grid,.shop-filter-sidebar{grid-template-columns:1fr;}.hero-sale-card{padding:28px 20px;min-height:260px;flex-direction:column;align-items:flex-start;gap:18px;}.hero-sale-kicker{font-size:44px;max-width:unset;}.hero-sale-stars{width:100%;min-width:0;justify-content:flex-start;}.hero-sale-stars span{width:92px;height:92px;font-size:32px}.hero-sale-stars span:nth-child(2){width:114px;height:114px;font-size:42px}.hero-sale-stars span:nth-child(3){width:124px;height:124px;font-size:46px}.builder-copy-top,.builder-copy-bottom{font-size:48px}.builder-summary h2{font-size:30px}.header-inner{padding:12px 16px}.brand-wordmark span{font-size:15px}}

/* v6 cleanup overrides */
body{background:#f4f4f4;color:#111}
.content-wrapper,.hero-sale-section,.home-row-section,.home-builder-teaser,.shop-page-v6{max-width:1380px;margin-left:auto;margin-right:auto}
.header{padding:14px 18px 0}
.header-wrapper{max-width:1380px;border-radius:28px}
.header-main{padding:0 18px}
.header-inner{min-height:76px;gap:12px}
.header_logo,.custom-logo{height:44px!important;max-width:72px;object-fit:contain}
.brand-wordmark span,.brand-wordmark{font-size:14px;letter-spacing:1.6px;font-weight:800}
.newHeaderNavUl{gap:14px;flex-wrap:wrap}
.nav-item-link{font-size:13px;font-weight:700;padding:8px 0;color:#222}
.search-toggle,.mobile-toggle,.account-link,.header-cart-link{width:40px;height:40px;background:#fff}
.giftCardsButton a{min-height:40px;padding:0 16px;font-size:13px}
.hero-sale-section{padding:22px 18px 10px}
.hero-sale-card{min-height:340px;border-radius:28px;padding:42px 38px;background:linear-gradient(135deg,#9bd0ff,#84b3e8 55%,#6c98d0)}
.hero-sale-copy{max-width:420px}
.hero-sale-kicker{font-size:clamp(34px,6vw,78px);line-height:.92;font-weight:900;letter-spacing:-2px;color:#f7eef5;text-transform:lowercase}
.hero-sale-sub{font-size:16px;line-height:1.6;color:#123;margin:16px 0 24px;max-width:340px}
.hero-sale-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;background:#fff;border-radius:999px;font-size:14px;font-weight:800}
.hero-sale-stars{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:start;justify-items:center}
.hero-sale-stars span{display:flex;align-items:center;justify-content:center;width:140px;height:140px;background:#7f1632;color:#fff;font-size:42px;font-weight:900;clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);transform:rotate(-8deg)}
.home-row-section{padding:18px}
.section-head{margin-bottom:18px;align-items:center}.section-head h2,.section-head h1{font-size:34px;line-height:1.05}.section-head a{font-size:14px}
.home-products-grid.four-up{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.home-product-card{background:#fff;border:1px solid #e8e8e8;border-radius:18px;overflow:hidden;box-shadow:none;display:flex;flex-direction:column;min-width:0}
.home-product-card.lead-card{justify-content:flex-end;padding:26px;min-height:420px;background:#faf7f7;border:1px solid #ece7e7}
.lead-card-badge{font-size:12px;color:#7f1632;font-weight:700;margin-bottom:12px}.lead-card-title{font-size:34px;font-weight:900;line-height:1.02}.lead-card-arrow{margin-top:18px;width:42px;height:42px;border-radius:999px;border:1px solid #d5d5d5;display:flex;align-items:center;justify-content:center;font-size:18px}
.home-product-thumb{display:block;aspect-ratio:4/5;background:#f0f0f0;overflow:hidden}.home-product-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.home-product-card:hover .home-product-thumb img,.shop-card-v5:hover .shop-card-thumb img{transform:scale(1.03)}
.home-product-info{padding:14px 14px 16px}.home-product-info h3{margin:0 0 8px;font-size:15px;line-height:1.35;font-weight:800;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-product-price{font-size:20px;font-weight:900}.home-product-price del{font-size:13px;color:#888;margin-left:6px}
.collection-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.collection-card{position:relative;border-radius:18px;overflow:hidden;min-height:300px;box-shadow:none}.collection-card img{width:100%;height:100%;object-fit:cover}.collection-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.64))}.collection-copy{position:absolute;left:18px;right:18px;bottom:18px;color:#fff}.collection-copy small{display:block;font-size:12px;margin-bottom:6px;opacity:.9}.collection-copy h3{margin:0;font-size:28px;line-height:1.05}
.home-builder-teaser{display:grid;grid-template-columns:300px minmax(0,1fr) 320px;gap:24px;padding:24px 18px 34px;align-items:center}.builder-copy{align-self:start;padding-top:18px}.builder-copy-top,.builder-copy-bottom{font-size:72px;line-height:.88;font-weight:900;letter-spacing:-2px;text-transform:uppercase;background:linear-gradient(90deg,#7f1632,#8f7aaa,#7ab1e6);-webkit-background-clip:text;background-clip:text;color:transparent}.builder-product-stage{display:grid;grid-template-columns:76px minmax(0,1fr);gap:18px;align-items:center}.builder-thumbs{display:grid;gap:14px}.builder-thumbs img{width:76px;height:108px;object-fit:cover;border-radius:12px;border:1px solid #ddd;background:#fff;padding:6px}.builder-main-circle{background:#fff;border-radius:999px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;border:1px solid #e8e8e8}.builder-main-circle img{max-width:72%;max-height:72%;object-fit:contain}.builder-summary h2{margin:0 0 18px;font-size:40px;line-height:1.02}.builder-size-row{display:grid;gap:10px;margin-bottom:14px}.builder-size-row>span{font-size:13px;color:#666;font-weight:700}.builder-size-pills{display:flex;gap:8px;flex-wrap:wrap}.builder-size-pills b,.builder-size-pills i{font-style:normal;min-width:40px;height:40px;border-radius:999px;border:1px solid #d7d7d7;display:flex;align-items:center;justify-content:center;background:#fff;font-size:13px}.builder-size-pills b{background:#111;color:#fff;border-color:#111}.builder-option-stack{display:grid;gap:10px;margin-bottom:18px}.builder-option-stack span{height:46px;border-radius:999px;border:1px solid #d7d7d7;background:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.builder-option-stack .is-active{background:#d3d9e6}.builder-summary p{margin:0 0 12px;font-size:13px;line-height:1.5;color:#a03}.builder-summary strong{display:block;font-size:44px;line-height:1;font-weight:900}
.shop-page-v6{padding:22px 18px 40px}.shop-breadcrumb{font-size:13px;color:#666;margin-bottom:18px}.shop-breadcrumb span{margin:0 6px}.shop-title-bar{display:flex;align-items:center;justify-content:space-between;gap:18px;background:#fff;border:1px solid #e8e8e8;border-radius:20px;padding:18px 22px;margin-bottom:18px}.shop-title-bar h1{margin:0;font-size:32px}.shop-sort-pill .woocommerce-ordering{margin:0}.shop-sort-pill select{height:42px;border-radius:999px;border:1px solid #ddd;padding:0 14px;background:#fff}
.shop-layout-grid{display:grid;grid-template-columns:250px minmax(0,1fr);gap:20px}.shop-filter-sidebar{display:grid;gap:14px;align-content:start;position:sticky;top:106px}.filter-card{background:#fff;border:1px solid #e8e8e8;border-radius:18px;padding:16px}.filter-card h3{margin:0 0 12px;font-size:14px;text-transform:uppercase;letter-spacing:.5px}.filter-list{display:flex;flex-wrap:wrap;gap:8px}.filter-list.small .filter-chip{min-width:36px;justify-content:center}.filter-chip{display:inline-flex;align-items:center;min-height:36px;padding:0 12px;border-radius:999px;background:#fafafa;border:1px solid #ddd;font-size:13px;font-weight:600}
.shop-cards-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.shop-card-v5{background:#fff;border:1px solid #e8e8e8;border-radius:18px;overflow:hidden}.shop-card-thumb{display:block;aspect-ratio:4/5;background:#f0f0f0}.shop-card-thumb img{width:100%;height:100%;object-fit:cover}.shop-card-body{padding:14px 14px 16px}.shop-card-title{margin:0 0 8px;font-size:15px;line-height:1.35;font-weight:800;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.shop-card-price{font-size:20px;font-weight:900}
.altay-builder-shell{max-width:1380px;margin:0 auto;padding:28px 18px 42px}.altay-builder-brand-top,.altay-builder-brand-bottom{font-size:70px;line-height:.88;font-weight:900;letter-spacing:-2px;text-transform:uppercase;background:linear-gradient(90deg,#7f1632,#8f7aaa,#7ab1e6);-webkit-background-clip:text;background-clip:text;color:transparent}.altay-builder-grid{display:grid;grid-template-columns:300px minmax(0,1fr) 320px;gap:22px;align-items:start}.altay-builder-panel,.altay-gallery-main-card,.altay-desc-card{background:#fff;border:1px solid #e8e8e8;border-radius:20px;box-shadow:none}.altay-builder-panel-head{width:100%;min-height:50px;border:0;border-radius:16px;background:#7f1632;color:#fff;font-weight:800;display:flex;align-items:center;justify-content:space-between;padding:0 18px}.altay-builder-panel-body{padding:16px}.altay-inline-field{margin-bottom:14px}.altay-inline-field label{display:block;font-size:13px;font-weight:700;margin-bottom:8px}.altay-count-input-wrap input,.altay-select-wrap select{width:100%;height:46px;border:1px solid #ddd;border-radius:14px;padding:0 14px;background:#fff}.altay-char-count{display:block;text-align:right;font-size:11px;color:#777;margin-top:6px}.altay-gallery-strip{display:grid;gap:12px}.altay-gallery-thumb{border:1px solid #ddd;background:#fff;border-radius:12px;padding:6px}.altay-gallery-main-card{padding:18px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center}.altay-main-product-image{max-width:76%;max-height:76%;object-fit:contain}.altay-product-title{margin:0 0 18px;font-size:42px;line-height:1.02}.altay-option-group{margin-bottom:16px}.altay-option-label{font-size:13px;font-weight:700;color:#666;margin-bottom:8px}.altay-pill-grid{display:flex;gap:8px;flex-wrap:wrap}.altay-size-pill,.altay-option-pill{min-width:42px;height:42px;border-radius:999px;border:1px solid #d7d7d7;background:#fff;padding:0 14px;font-weight:700}.altay-size-pill.is-active,.altay-option-pill.is-active{background:#111;color:#fff;border-color:#111}.altay-pill-stack{display:grid;gap:10px}.altay-right-note{font-size:13px;color:#b03;margin:18px 0 10px}.altay-price-box{margin-bottom:18px}.altay-price-html{font-size:42px;font-weight:900;line-height:1}.altay-discount-text,.altay-sku-text{font-size:13px;color:#666;margin-top:8px}.altay-submit-row{display:grid;grid-template-columns:110px 1fr;gap:12px}.altay-submit-row .quantity .qty{width:100%;height:46px;border-radius:14px;border:1px solid #ddd}.altay-submit-button{height:46px;border-radius:999px;background:#111;color:#fff;font-weight:800;border:0}
.container-narrow,.container-wide,.woocommerce-page-content{max-width:1380px;margin:0 auto}.simple-page{padding:26px 18px 40px}.woocommerce-page-content{background:#fff;border:1px solid #e8e8e8;border-radius:20px;padding:24px}
.footer{padding:30px 18px 50px}.site-footer-inner{max-width:1380px;margin:0 auto;background:#111;color:#fff;border-radius:24px;padding:28px}
@media (max-width:1100px){.newHeaderNavUl{display:none}.home-products-grid.four-up,.collection-grid,.shop-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-builder-teaser,.altay-builder-grid,.shop-layout-grid{grid-template-columns:1fr}.shop-filter-sidebar{position:static}.hero-sale-card{min-height:280px}.hero-sale-stars{grid-template-columns:repeat(3,100px)}.hero-sale-stars span{width:100px;height:100px;font-size:30px}.builder-copy-top,.builder-copy-bottom,.altay-builder-brand-top,.altay-builder-brand-bottom{font-size:52px}.builder-summary h2,.altay-product-title{font-size:30px}}
@media (max-width:700px){.header{padding:10px 12px 0}.header-wrapper{border-radius:18px}.header-main{padding:0 12px}.header-inner{min-height:64px}.brand-wordmark{display:none}.giftCardsButton{display:none}.hero-sale-section,.home-row-section,.home-builder-teaser,.altay-builder-shell,.shop-page-v6,.simple-page{padding-left:12px;padding-right:12px}.home-products-grid.four-up,.collection-grid,.shop-cards-grid{grid-template-columns:1fr}.hero-sale-card{padding:28px 24px;gap:20px}.hero-sale-kicker{font-size:44px}.hero-sale-stars{grid-template-columns:repeat(3,76px);gap:10px}.hero-sale-stars span{width:76px;height:76px;font-size:22px}.section-head h2,.section-head h1{font-size:28px}.home-product-card.lead-card{min-height:260px}.builder-copy-top,.builder-copy-bottom,.altay-builder-brand-top,.altay-builder-brand-bottom{font-size:42px}.builder-product-stage{grid-template-columns:1fr}.builder-thumbs{grid-auto-flow:column;grid-auto-columns:72px;overflow:auto}.builder-main-circle{min-height:280px}.builder-summary strong,.altay-price-html{font-size:34px}.altay-submit-row{grid-template-columns:1fr}.shop-title-bar{padding:16px;flex-direction:column;align-items:stretch}.shop-title-bar h1{font-size:26px}}


/* v6 category driven homepage */
.hero-slider-section{max-width:1380px;margin:24px auto 22px;padding:0 18px;display:grid;grid-template-columns:minmax(0,1.8fr) 340px;gap:22px;align-items:stretch}
.hero-slider{position:relative;min-height:520px;border-radius:34px;overflow:hidden;box-shadow:var(--shadow);background:#111}
.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity .45s ease}
.hero-slide.is-active{opacity:1}
.hero-slide-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,10,18,.72) 0%,rgba(6,10,18,.36) 52%,rgba(6,10,18,.14) 100%)}
.hero-slide-copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:flex-end;height:100%;padding:40px;max-width:560px;color:#fff}
.hero-slide-kicker{display:inline-flex;align-items:center;width:max-content;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.13);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px}
.hero-slide-copy h1{margin:0 0 14px;font-size:54px;line-height:.95;font-weight:900;letter-spacing:-2px;text-transform:uppercase}
.hero-slide-copy p{margin:0 0 22px;font-size:18px;line-height:1.5;color:rgba(255,255,255,.9)}
.hero-slider-dots{position:absolute;left:40px;bottom:22px;z-index:3;display:flex;gap:10px}
.hero-dot{width:12px;height:12px;border-radius:999px;border:0;background:rgba(255,255,255,.35);cursor:pointer}
.hero-dot.is-active{background:#fff}
.hero-side-promos{display:grid;gap:22px}
.hero-side-card{position:relative;display:block;min-height:249px;border-radius:28px;overflow:hidden;box-shadow:var(--shadow);background:#111}
.hero-side-card img{width:100%;height:100%;display:block;object-fit:cover}
.hero-side-card::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,12,18,.12) 0%,rgba(8,12,18,.7) 100%)}
.hero-side-card span{position:absolute;left:22px;bottom:22px;z-index:2;font-size:30px;font-weight:900;letter-spacing:-1px;color:#fff}
.product-showcase-section{max-width:1380px;margin:0 auto 28px;padding:0 18px}
.section-lead-card{position:relative;min-height:365px;overflow:hidden;background:#111;color:#fff;padding:0}
.section-lead-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.section-lead-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,10,18,.15) 0%,rgba(5,10,18,.78) 100%)}
.section-lead-copy{position:absolute;left:22px;right:22px;bottom:22px;z-index:2}
.section-lead-copy small{display:inline-block;margin-bottom:10px;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.16);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.section-lead-copy .lead-card-title{font-size:34px;line-height:1;font-weight:900;letter-spacing:-1px;margin-bottom:10px}
.section-lead-copy p{margin:0;line-height:1.45;color:rgba(255,255,255,.88)}
.mobile-menu-wrap .newHeaderNavUl{display:grid;gap:12px}
.mobile-menu-wrap .nav-item-link{padding:0;border:0;background:none}
@media (max-width: 1024px){.hero-slider-section{grid-template-columns:1fr}.hero-side-promos{grid-template-columns:1fr 1fr}.hero-slider{min-height:440px}.hero-slide-copy h1{font-size:42px}}
@media (max-width: 640px){.hero-slider-section,.product-showcase-section{padding:0 12px}.hero-slider{min-height:360px;border-radius:24px}.hero-slide-copy{padding:24px}.hero-slide-copy h1{font-size:34px}.hero-side-promos{grid-template-columns:1fr}.hero-side-card{min-height:180px}.hero-side-card span{font-size:24px}.section-lead-card{min-height:260px}.section-lead-copy .lead-card-title{font-size:28px}}

.newHeaderNavigation .newHeaderNavUl{flex-wrap:wrap;row-gap:8px}
.newHeaderNavigation .newHeaderNavUl a{white-space:nowrap}
@media (min-width:1101px){.newHeaderNavigation .newHeaderNavUl{gap:16px;font-size:11px}}


.brand-wordmark{margin-right:8px}
.desktop-nav{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.newHeaderNavUl-shop{padding-left:8px;border-left:1px solid var(--line)}
.newHeaderNavUl-shop .nav-item-link{font-weight:800}
@media (max-width: 1120px){
  .desktop-nav{overflow-x:auto;flex-wrap:nowrap;padding-bottom:6px}
  .newHeaderNavUl,.newHeaderNavUl-shop{flex-wrap:nowrap}
}
@media (max-width: 800px){
  .nav-area{display:block !important;width:100%}
  .header-inner{flex-wrap:wrap;align-items:center}
  .desktop-nav{width:100%;order:3;overflow-x:auto;white-space:nowrap;padding:0 2px 10px}
  .newHeaderNavUl-shop{border-left:0;padding-left:0}
}


/* header cleanup */
.header .desktop-nav{gap:8px}
.header .newHeaderNavUl-shop{border-left:0;padding-left:0}
.header .newHeaderNavUl-shop .menu-item:first-child{margin-left:0}

/* product page v2 */
.altay-product-page-v2{padding:22px 18px 40px}
.altay-product-shell-v2{max-width:1380px;margin:0 auto}
.altay-product-grid-v2{display:grid;grid-template-columns:minmax(0,1fr) 470px;gap:36px;align-items:start;background:#fff;border:1px solid #e8e8e8;border-radius:28px;padding:18px}
.altay-product-main-image-card{background:#f6f6f6;border-radius:24px;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:650px}
.altay-main-product-image-v2{width:100%;height:100%;max-height:650px;object-fit:cover;display:block}
.altay-product-thumbs-v2{display:flex;gap:14px;flex-wrap:wrap;margin-top:14px}
.altay-thumb-v2{width:110px;height:120px;border:1px solid #ddd;border-radius:14px;background:#fff;overflow:hidden;padding:0;display:flex;align-items:center;justify-content:center}
.altay-thumb-v2 img{width:100%;height:100%;object-fit:cover;display:block}
.altay-thumb-v2.is-active{border-color:#111;box-shadow:0 0 0 1px #111 inset}
.altay-product-summary-v2{padding:8px 4px 0}
.altay-product-title-v2{margin:0 0 14px;font-size:clamp(30px,4vw,52px);line-height:1.02;font-weight:900}
.altay-price-box-v2{margin-bottom:8px}
.altay-price-html-v2{font-size:40px;line-height:1;font-weight:900}
.altay-price-html-v2 ins{text-decoration:none}
.altay-price-html-v2 del{font-size:.55em;color:#888;margin-right:10px}
.altay-discount-text-v2,.altay-sku-text-v2{font-size:13px;color:#666}
.altay-product-shortdesc-v2{font-size:22px;line-height:1.45;color:#222;margin:14px 0 18px}
.altay-order-card-v2{display:grid;gap:14px}
.altay-field-group-v2{background:#fafafa;border:1px solid #ececec;border-radius:22px;padding:16px}
.altay-field-row-v2{display:grid;gap:8px}
.altay-field-row-v2 label{font-size:14px;font-weight:800;color:#444}
.altay-field-row-v2 input,.altay-field-row-v2 select{width:100%;height:56px;border:1px solid #d9d9d9;border-radius:16px;padding:0 16px;background:#fff;font-size:15px}
.altay-field-row-inline-v2{grid-template-columns:72px minmax(0,1fr);align-items:center;gap:14px}
.altay-field-row-inline-v2 label{margin:0}
.altay-personalization-box-v2 h3{margin:0 0 8px;font-size:18px}
.altay-personalization-box-v2 p{margin:0 0 14px;color:#777;font-size:14px}
.altay-two-cols-v2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.altay-order-tags-v2{display:flex;gap:10px;flex-wrap:wrap}
.altay-order-tags-v2 span{display:inline-flex;align-items:center;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid #d8d8d8;background:#fff;font-weight:700;font-size:13px}
.altay-personalization-note-v2{margin-top:10px;padding:12px 14px;border:1px solid #e0e0e0;border-radius:14px;background:#f5f5f5;color:#666;font-size:13px}
.altay-submit-row-v2{display:grid;grid-template-columns:96px 1fr;gap:12px;align-items:center}
.altay-submit-row-v2 .quantity{margin:0}
.altay-submit-row-v2 .quantity .qty{width:100%;height:46px;border:1px solid #d9d9d9;border-radius:0;padding:0 10px}
.altay-submit-button-v2{height:46px;border-radius:0;background:#cdb7ea;color:#fff;font-weight:800;border:0;padding:0 22px}
.altay-submit-button-v2:hover{opacity:.92}
.altay-char-count{display:block;text-align:right;font-size:11px;color:#777;margin-top:4px}
@media (max-width:1100px){.altay-product-grid-v2{grid-template-columns:1fr}.altay-product-main-image-card{min-height:520px}.altay-product-summary-v2{padding:0}.altay-field-row-inline-v2{grid-template-columns:1fr}}
@media (max-width:700px){.altay-product-page-v2{padding:14px 12px 28px}.altay-product-grid-v2{padding:12px;border-radius:20px;gap:20px}.altay-product-main-image-card{min-height:360px}.altay-thumb-v2{width:84px;height:96px}.altay-two-cols-v2,.altay-submit-row-v2{grid-template-columns:1fr}.altay-product-shortdesc-v2{font-size:16px}.altay-price-html-v2{font-size:32px}}

/* Gap fix: remove the extra blank space under the header across pages */
.site-shell > main:first-of-type,
.site-shell > section:first-of-type,
.site-shell > .content-wrapper:first-of-type,
.site-shell > .simple-page:first-of-type,
.site-shell > .shop-page-v6:first-of-type,
.site-shell > .woocommerce-page-shell:first-of-type,
.site-shell > .hero-section:first-of-type {
  margin-top: 0 !important;
}

.content-wrapper,
.simple-page,
.shop-page-v6,
.hero-section,
.category-section,
.promo-grid-section,
.product-section,
.home-row-section,
.hero-sale-section,
.home-builder-teaser,
.altay-product-page-v2,
.altay-builder-shell,
.woocommerce-page-shell {
  padding-top: 10px !important;
}

@media (max-width:700px){
  .content-wrapper,
  .simple-page,
  .shop-page-v6,
  .hero-section,
  .category-section,
  .promo-grid-section,
  .product-section,
  .home-row-section,
  .hero-sale-section,
  .home-builder-teaser,
  .altay-product-page-v2,
  .altay-builder-shell,
  .woocommerce-page-shell {
    padding-top: 6px !important;
  }
}

/* Catalog sidebar v2 */
.shop-page-filters-v2{padding-top:12px}
.shop-title-bar-v2{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;padding:0;background:transparent;border:none}
.shop-title-bar-v2 h1{margin:0 0 8px;font-size:28px;line-height:1.1}
.shop-title-bar-v2 .woocommerce-result-count{margin:0;color:#222;font-size:14px}
.shop-sort-pill-v2 .woocommerce-ordering{margin:0}
.shop-layout-grid-v2{grid-template-columns:280px minmax(0,1fr);gap:28px;align-items:start}
.shop-filter-sidebar-v2{display:block;position:sticky;top:104px}
.filter-card-accordion{padding:0;border:none;background:transparent;border-radius:0}
.filter-card-accordion details{border-bottom:1px solid #e6e6e6;padding:0 0 14px;margin-bottom:14px}
.filter-card-accordion summary{list-style:none;cursor:pointer;font-size:16px;font-weight:800;color:#1b1b1b;display:flex;align-items:center;justify-content:space-between;padding:0 0 10px}
.filter-card-accordion summary::-webkit-details-marker{display:none}
.filter-card-accordion summary::after{content:'+';font-size:28px;line-height:1;font-weight:400;color:#444}
.filter-card-accordion details[open] summary::after{content:'−'}
.filter-stack-links{display:flex;flex-direction:column;gap:10px}
.filter-stack-links-pills{flex-direction:row;flex-wrap:wrap;gap:10px}
.filter-line-link,.filter-pill-link{color:#232323;text-decoration:none;transition:all .2s ease}
.filter-line-link{font-size:15px;padding:2px 0}
.filter-line-link:hover,.filter-pill-link:hover{opacity:.75}
.filter-line-link.is-active{font-weight:800}
.filter-pill-link{display:inline-flex;align-items:center;justify-content:center;min-width:52px;min-height:40px;padding:0 14px;border:1px solid #d7d7d7;border-radius:999px;background:#fff;font-size:14px;font-weight:700}
.filter-pill-link.is-active{border-color:#111;background:#111;color:#fff}
.filter-reset-link{display:inline-block;margin-top:10px;font-size:15px;font-weight:700;color:#6b6b6b;text-decoration:underline}
@media (max-width:1100px){.shop-layout-grid-v2{grid-template-columns:1fr}.shop-filter-sidebar-v2{position:static;margin-bottom:10px}.filter-card-accordion details{padding-bottom:12px;margin-bottom:12px}}
@media (max-width:700px){.shop-title-bar-v2{gap:16px}.shop-title-bar-v2 h1{font-size:24px}.shop-sort-pill-v2{width:100%}.shop-sort-pill-v2 .woocommerce-ordering select{width:100%}.filter-pill-link{min-width:44px;min-height:38px;padding:0 12px}}


/* Catalog filters v3 */
.shop-page-filters-v2,.shop-page-v6.woocommerce-page-shell{max-width:1460px;padding-left:12px;padding-right:12px}
.shop-layout-grid-v2{grid-template-columns:260px minmax(0,1fr);gap:24px}
.shop-grid-area{min-width:0}
.altay-filter-panel{background:#fff;border:1px solid #e6e6e6;border-radius:16px;padding:0 16px 18px;position:sticky;top:104px}
.altay-filter-panel-head{font-size:18px;font-weight:900;letter-spacing:.02em;padding:18px 0 12px;border-bottom:1px solid #e6e6e6;margin-bottom:6px}
.filter-card-accordion-v3 details{padding:0 0 12px;margin-bottom:12px}
.filter-card-accordion-v3 summary{font-size:15px;text-transform:uppercase;letter-spacing:.02em}
.filter-check-list{display:grid;gap:12px;padding-bottom:4px}
.filter-check-row{display:flex;align-items:center;gap:10px;font-size:15px;color:#222;cursor:pointer}
.filter-check-row input{width:19px;height:19px;margin:0;accent-color:#111}
.filter-check-list-links{gap:10px}
.filter-check-link{color:#222;text-decoration:none;font-size:15px;line-height:1.35}
.filter-check-link.is-active{font-weight:800}
.filter-price-box{display:grid;gap:12px}
.filter-price-inputs{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.filter-price-inputs label{display:grid;gap:6px;font-size:12px;font-weight:700;color:#666;text-transform:uppercase}
.filter-price-inputs input{height:42px;border:1px solid #d7d7d7;border-radius:10px;padding:0 12px;font-size:14px;font-weight:600}
.altay-filter-actions{display:grid;gap:10px;padding-top:6px}
.altay-filter-submit{height:46px;border:none;border-radius:12px;background:#111;color:#fff;font-size:15px;font-weight:800;cursor:pointer}
.altay-filter-submit:hover{opacity:.92}
.filter-reset-link-v3{margin-top:0;text-align:center}
.filter-color-dot{width:16px;height:16px;border-radius:999px;border:1px solid rgba(0,0,0,.15);display:inline-block;flex:0 0 16px}
.color-siyah{background:#111}.color-beyaz{background:#fff}.color-mavi{background:#4ea1f3}.color-lacivert{background:#1d2b6b}.color-gri{background:#9aa0a6}.color-kirmizi,.color-kırmızı{background:#d62828}.color-yesil,.color-yeşil{background:#2f9e44}.color-sari,.color-sarı{background:#ffcc00}.color-cubuklu,.color-çubuklu{background:linear-gradient(90deg,#111 0,#111 50%,#fff 50%,#fff 100%)}
@media (max-width:1100px){.shop-page-filters-v2,.shop-page-v6.woocommerce-page-shell{padding-left:12px;padding-right:12px}.shop-layout-grid-v2{grid-template-columns:1fr}.altay-filter-panel{position:static}}
@media (max-width:700px){.filter-price-inputs{grid-template-columns:1fr}.altay-filter-panel{padding:0 14px 16px}}


/* Standard Woo single product repair */
.altay-product-page-standard{padding:18px 12px 40px}
.altay-single-product-shell{max-width:1280px;margin:0 auto}
.single-product div.product{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:32px;align-items:start}
.single-product div.product .woocommerce-product-gallery{width:auto!important;float:none!important;opacity:1!important;position:sticky;top:110px}
.single-product div.product .summary{width:auto!important;float:none!important;margin:0!important}
.single-product .woocommerce-product-gallery__wrapper{background:#f7f7f7;border:1px solid #ebebeb;border-radius:24px;padding:16px}
.single-product .woocommerce-product-gallery__image{border-radius:18px;overflow:hidden}
.single-product .woocommerce-product-gallery__image img{width:100%;height:auto;max-height:680px;object-fit:contain;background:#fff}
.single-product ol.flex-control-nav.flex-control-thumbs{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px}
.single-product ol.flex-control-nav.flex-control-thumbs li{width:100%!important;float:none!important;margin:0!important;border:1px solid #e2e2e2;border-radius:14px;overflow:hidden;background:#fff}
.single-product ol.flex-control-nav.flex-control-thumbs img{width:100%;aspect-ratio:1/1;object-fit:cover;opacity:1!important}
.single-product .entry-summary{background:#fff;border:1px solid #ebebeb;border-radius:24px;padding:24px}
.single-product .product_title{font-size:clamp(28px,3vw,42px);line-height:1.08;margin-bottom:14px}
.single-product .price{font-size:32px;font-weight:800;margin-bottom:14px}
.single-product form.variations_form{margin-top:18px}
.single-product table.variations{margin-bottom:18px;border-collapse:separate;border-spacing:0 10px}
.single-product table.variations td,.single-product table.variations th{display:block;width:100%;padding:0}
.single-product table.variations label{font-weight:800;font-size:14px;color:#333}
.single-product table.variations select{width:100%;height:48px;border:1px solid #d9d9d9;border-radius:14px;padding:0 14px;background:#fff}
.single-product .reset_variations{display:inline-block;margin-top:8px}
.single-product .woocommerce-variation-add-to-cart{display:grid;grid-template-columns:110px minmax(0,1fr);gap:12px;align-items:center}
.single-product .quantity .qty{width:100%;height:48px;border:1px solid #d9d9d9;border-radius:14px}
.single-product .single_add_to_cart_button{height:48px;border-radius:14px;background:#111;color:#fff;font-weight:800;border:none}
.single-product .single_add_to_cart_button.disabled{opacity:.55}
.single-product .altay-personalize-panel{margin:18px 0 0;padding:18px;border:1px solid #ececec;border-radius:20px;background:#fafafa}
.single-product .altay-personalize-panel h3{margin:0 0 8px;font-size:18px}
.single-product .altay-personalize-note{margin:0 0 14px;color:#666;font-size:14px}
.single-product .altay-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.single-product .altay-field-grid label{display:grid;gap:7px;font-size:14px;font-weight:700;color:#444}
.single-product .altay-field-grid label em{font-style:normal;color:#777;font-weight:600;font-size:12px}
.single-product .altay-field-grid input,.single-product .altay-field-grid select{width:100%;height:48px;border:1px solid #d9d9d9;border-radius:14px;padding:0 14px;background:#fff}
.single-product .altay-warning-box{margin-top:12px;padding:12px 14px;border:1px solid #e0e0e0;border-radius:14px;background:#f5f5f5;color:#666;font-size:13px}
.single-product .related.products{margin-top:36px}
.single-product .related.products > h2{font-size:24px;margin-bottom:18px}
.single-product .related.products ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
@media (max-width:980px){.single-product div.product{grid-template-columns:1fr}.single-product div.product .woocommerce-product-gallery{position:static}.single-product .woocommerce-variation-add-to-cart{grid-template-columns:1fr}.single-product .altay-field-grid,.single-product .related.products ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){.single-product .entry-summary{padding:18px}.single-product .product_title{font-size:28px}.single-product .price{font-size:26px}.single-product ol.flex-control-nav.flex-control-thumbs{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.single-product .altay-field-grid,.single-product .related.products ul.products{grid-template-columns:1fr}}


/* v19 product page cleanup */
.single-product div.product{grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:28px}
.single-product .woocommerce-product-gallery__wrapper{padding:20px;background:#f4f4f4}
.single-product .woocommerce-product-gallery__image img{max-height:640px;border-radius:18px}
.single-product ol.flex-control-nav.flex-control-thumbs{grid-template-columns:repeat(3,minmax(0,110px));justify-content:start}
.single-product .entry-summary{padding:26px;min-height:auto}
.single-product .product_title{font-size:clamp(30px,2.6vw,40px)}
.single-product .price{font-size:30px}
.single-product .altay-personalize-panel{background:#fff}
.single-product .altay-field-grid{grid-template-columns:1fr 1fr}
.single-product .altay-field-grid label:last-child{grid-column:1 / -1}
.single-product .altay-field-grid input[name="altay_player_number"]{max-width:100%}
.single-product .single_variation_wrap{display:grid;gap:12px}
.single-product .woocommerce-variation-add-to-cart{grid-template-columns:90px minmax(0,1fr)}
.single-product .quantity{margin:0!important}
.single-product .quantity .qty{text-align:center}
.single-product .single_add_to_cart_button{width:100%}
.single-product .stock,.single-product .sku_wrapper,.single-product .posted_in,.single-product .tagged_as{font-size:14px;color:#666}
.single-product .altay-field-grid label span em{font-style:normal;color:#777;font-weight:600}
@media (max-width:980px){.single-product div.product{grid-template-columns:1fr}.single-product ol.flex-control-nav.flex-control-thumbs{grid-template-columns:repeat(3,minmax(0,1fr))}}


/* v20 personalization panel repair */
.single-product .entry-summary form.cart,
.single-product .summary form.cart{display:block!important;width:100%!important;}
.single-product .summary form.cart .single_variation_wrap{display:block!important;width:100%!important;clear:both;}
.single-product .summary form.cart .altay-personalize-panel{display:block!important;width:100%!important;max-width:none!important;box-sizing:border-box;clear:both;overflow:hidden;}
.single-product .summary form.cart .altay-field-grid{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;width:100%!important;align-items:start;}
.single-product .summary form.cart .altay-field-grid label,
.single-product .summary form.cart .altay-field-grid label:last-child{display:grid!important;grid-column:auto!important;width:100%!important;min-width:0;}
.single-product .summary form.cart .altay-field-grid label span{margin-bottom:6px!important;line-height:1.3;}
.single-product .summary form.cart .altay-field-grid input,
.single-product .summary form.cart .altay-field-grid select{display:block!important;width:100%!important;max-width:none!important;min-width:0!important;box-sizing:border-box!important;}
.single-product .summary form.cart .woocommerce-variation-add-to-cart{display:grid!important;grid-template-columns:96px minmax(0,1fr)!important;gap:12px!important;align-items:center!important;width:100%!important;margin-top:16px!important;clear:both;}
.single-product .summary form.cart .woocommerce-variation-add-to-cart .quantity,
.single-product .summary form.cart .woocommerce-variation-add-to-cart .single_add_to_cart_button{width:100%!important;margin:0!important;}
.single-product .summary form.cart .woocommerce-variation-add-to-cart .single_add_to_cart_button{min-width:0!important;}
.single-product .summary form.cart .altay-warning-box{width:100%;box-sizing:border-box;}
@media (max-width:1100px){
  .single-product .entry-summary{padding:20px!important;}
}

/* v21 layout polish */
.single-product div.product .woocommerce-tabs,
.single-product div.product .related.products{grid-column:1 / -1;width:100%;clear:both;}
.single-product div.product .related.products{margin-top:32px;padding-top:8px;}
.single-product div.product .related.products > h2{margin-bottom:18px;}
.single-product div.product .related.products ul.products{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
.single-product .summary form.cart .altay-personalize-panel{order:2;margin-top:18px!important;margin-bottom:18px!important;}
.single-product .summary form.cart .woocommerce-variation-add-to-cart{order:3;display:grid!important;grid-template-columns:96px minmax(0,1fr)!important;gap:12px!important;align-items:center!important;width:100%!important;margin-top:0!important;}
.single-product .summary form.cart .woocommerce-variation-add-to-cart .single_add_to_cart_button{background:#111!important;color:#fff!important;border-radius:12px!important;border:none!important;box-shadow:none!important;}
.single-product .summary form.cart .woocommerce-variation-add-to-cart .quantity .qty{border-radius:12px!important;}
.single-product .summary form.cart .altay-field-grid{grid-template-columns:1fr!important;}
.single-product .summary form.cart .altay-personalize-panel{background:#fff!important;border-radius:18px!important;}
@media (max-width: 980px){.single-product div.product .related.products ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}
@media (max-width: 640px){.single-product div.product .related.products ul.products{grid-template-columns:1fr!important;}}

/* v30 stable product card sizing and related products layout */
.shop-cards-grid,
.altay-related-grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:18px !important;
  align-items:stretch !important;
}

.shop-card-v5{
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  margin:0 !important;
  float:none !important;
  clear:none !important;
  display:flex !important;
  flex-direction:column !important;
  background:#fff !important;
  border:1px solid #e8e8e8 !important;
  border-radius:18px !important;
  overflow:hidden !important;
}

.shop-card-thumb{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  aspect-ratio:4 / 5 !important;
  background:#f5f5f5 !important;
  padding:16px !important;
  overflow:hidden !important;
}

.shop-card-thumb img,
.shop-card-thumb .attachment-woocommerce_thumbnail,
.shop-card-thumb .wp-post-image{
  width:100% !important;
  height:100% !important;
  max-width:100% !important;
  max-height:100% !important;
  object-fit:contain !important;
  display:block !important;
  margin:0 auto !important;
}

.shop-card-body{
  display:grid !important;
  gap:8px !important;
  padding:14px 16px 18px !important;
  flex:1 1 auto !important;
}

.shop-card-title{
  margin:0 !important;
  min-height:52px !important;
  font-size:15px !important;
  line-height:1.35 !important;
  font-weight:800 !important;
}

.shop-card-title a{
  color:inherit !important;
  text-decoration:none !important;
}

.shop-card-price{
  font-size:20px !important;
  font-weight:900 !important;
}

.single-product .altay-related-products-clean{
  margin-top:32px !important;
  clear:both !important;
}

.single-product .altay-related-products-clean > h2{
  margin:0 0 18px !important;
  font-size:24px !important;
}

.single-product .altay-related-products-clean .shop-cards-grid{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
}

.single-product .altay-related-products-clean .shop-card-v5{
  width:100% !important;
}

@media (max-width: 1100px){
  .shop-cards-grid,
  .altay-related-grid,
  .single-product .altay-related-products-clean .shop-cards-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}

@media (max-width: 700px){
  .shop-cards-grid,
  .altay-related-grid,
  .single-product .altay-related-products-clean .shop-cards-grid{
    grid-template-columns:1fr !important;
  }
  .shop-card-thumb{
    aspect-ratio:1 / 1 !important;
  }
}

/* v32 consistent archive and related card sizing */
.shop-page-v6 .shop-cards-grid,
.altay-related-products-clean .shop-cards-grid{
  align-items:stretch !important;
}
.shop-page-v6 .shop-card-v5,
.altay-related-products-clean .shop-card-v5{
  display:flex !important;
  flex-direction:column !important;
  min-width:0 !important;
  height:100% !important;
}
.shop-page-v6 .shop-card-thumb,
.altay-related-products-clean .shop-card-thumb{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  height:340px !important;
  aspect-ratio:auto !important;
  overflow:hidden !important;
  background:#f5f5f5 !important;
  padding:18px !important;
}
.shop-page-v6 .shop-card-thumb img,
.altay-related-products-clean .shop-card-thumb img,
.shop-page-v6 .shop-card-thumb .wp-post-image,
.altay-related-products-clean .shop-card-thumb .wp-post-image,
.shop-page-v6 .shop-card-thumb .attachment-woocommerce_thumbnail,
.altay-related-products-clean .shop-card-thumb .attachment-woocommerce_thumbnail{
  width:100% !important;
  height:100% !important;
  max-width:100% !important;
  max-height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  display:block !important;
  margin:0 auto !important;
}
.shop-page-v6 .shop-card-body,
.altay-related-products-clean .shop-card-body{
  flex:1 1 auto !important;
}
@media (max-width: 1200px){
  .shop-page-v6 .shop-card-thumb,
  .altay-related-products-clean .shop-card-thumb{height:300px !important;}
}
@media (max-width: 700px){
  .shop-page-v6 .shop-card-thumb,
  .altay-related-products-clean .shop-card-thumb{height:260px !important;}
}


/* v33 full-width catalog grid fix */
.shop-grid-area-full{width:100%;min-width:0;}
.shop-page-filters-v2 .shop-cards-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;}
.shop-page-filters-v2 .shop-card-v5{height:100%;display:flex;flex-direction:column;}
.shop-page-filters-v2 .shop-card-thumb{aspect-ratio:4/5;background:#f5f5f5;}
.shop-page-filters-v2 .shop-card-thumb img{width:100%;height:100%;object-fit:cover;display:block;}
@media (max-width:1100px){.shop-page-filters-v2 .shop-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:700px){.shop-page-filters-v2 .shop-cards-grid{grid-template-columns:1fr;}}


/* v34 fixed catalog and related card media sizing */
.shop-cards-grid,
.altay-related-grid{
  align-items: stretch !important;
}

.shop-card-v5{
  display:flex !important;
  flex-direction:column !important;
  min-height:100% !important;
}

.shop-card-thumb{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  height:430px !important;
  min-height:430px !important;
  aspect-ratio:auto !important;
  padding:18px !important;
  background:#f6f6f6 !important;
  overflow:hidden !important;
}

.shop-card-thumb img{
  width:100% !important;
  height:100% !important;
  max-width:100% !important;
  max-height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
}

.shop-card-body{
  margin-top:auto !important;
}

@media (max-width:1200px){
  .shop-card-thumb{
    height:360px !important;
    min-height:360px !important;
  }
}

@media (max-width:760px){
  .shop-card-thumb{
    height:300px !important;
    min-height:300px !important;
  }
}

/* v35 archive card media alignment fix */
.shop-page-filters-v2 .shop-card-thumb,
.altay-related-products-clean .shop-card-thumb{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  height:420px !important;
  min-height:420px !important;
  padding:12px !important;
  background:#f6f6f6 !important;
  overflow:hidden !important;
}

.shop-page-filters-v2 .shop-card-thumb img,
.shop-page-filters-v2 .shop-card-thumb .wp-post-image,
.shop-page-filters-v2 .shop-card-thumb .attachment-woocommerce_thumbnail,
.altay-related-products-clean .shop-card-thumb img,
.altay-related-products-clean .shop-card-thumb .wp-post-image,
.altay-related-products-clean .shop-card-thumb .attachment-woocommerce_thumbnail{
  width:auto !important;
  height:auto !important;
  max-width:100% !important;
  max-height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  display:block !important;
  margin:0 auto !important;
}

/* Giyim/Formalarda ust boslugu azaltmak icin fotograflari yukariya yasla */
.tax-product_cat.term-formalar .shop-page-filters-v2 .shop-card-thumb,
.tax-product_cat.term-giyim .shop-page-filters-v2 .shop-card-thumb,
.post-type-archive-product .shop-page-filters-v2 .shop-card-thumb{
  align-items:flex-start !important;
}

.single-product .altay-related-products-clean .shop-card-thumb{
  align-items:flex-start !important;
}

@media (max-width:1200px){
  .shop-page-filters-v2 .shop-card-thumb,
  .altay-related-products-clean .shop-card-thumb{height:340px !important; min-height:340px !important;}
}
@media (max-width:760px){
  .shop-page-filters-v2 .shop-card-thumb,
  .altay-related-products-clean .shop-card-thumb{height:280px !important; min-height:280px !important;}
}


/* v37 before pseudo cell fix */
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after,
.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page-shell ul.products::before,
.woocommerce-page-shell ul.products::after,
.woocommerce-page-shell .products.columns-4::before,
.woocommerce-page-shell .products.columns-4::after{
  content:none !important;
  display:none !important;
  width:0 !important;
  height:0 !important;
  margin:0 !important;
  padding:0 !important;
  line-height:0 !important;
  font-size:0 !important;
  border:0 !important;
}

.woocommerce-page ul.products,
.woocommerce ul.products,
.woocommerce-page-shell ul.products,
.woocommerce-page-shell .products.columns-4{
  clear:none !important;
}

/* v35 my account redesign */
body.woocommerce-account .woocommerce-page-content{padding:0;background:transparent;box-shadow:none}
body.woocommerce-account .woocommerce{display:grid;grid-template-columns:320px minmax(0,1fr);gap:24px;align-items:start}
body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content,
.altay-auth-card,
.altay-account-auth-intro{background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 18px 38px rgba(0,0,0,.06)}
.altay-account-nav{border-radius:28px;padding:22px;position:sticky;top:108px}
.altay-account-usercard{display:flex;align-items:center;gap:14px;padding-bottom:18px;border-bottom:1px solid #ececec}
.altay-account-avatar{width:58px;height:58px;border-radius:18px;background:linear-gradient(135deg,#111,#454545);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:24px}
.altay-account-usermeta{display:grid;gap:4px}.altay-account-usermeta strong{font-size:18px}.altay-account-usermeta span{font-size:13px;color:#666;word-break:break-word}
.altay-account-mini-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:18px 0}.altay-account-mini-stats div{padding:14px;border-radius:18px;background:#f6f6f6;display:grid;gap:6px}.altay-account-mini-stats b{font-size:18px;line-height:1.1}.altay-account-mini-stats span{font-size:12px;color:#666}
.altay-account-nav ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}.altay-account-nav li a{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:18px;font-weight:700;color:#222;background:transparent;transition:.2s ease}.altay-account-nav li.is-active a,.altay-account-nav li a:hover{background:#111;color:#fff}.altay-account-nav-icon{width:28px;height:28px;border-radius:999px;background:rgba(0,0,0,.06);display:inline-flex;align-items:center;justify-content:center;font-size:14px}.altay-account-nav li.is-active .altay-account-nav-icon,.altay-account-nav li a:hover .altay-account-nav-icon{background:rgba(255,255,255,.16)}
body.woocommerce-account .woocommerce-MyAccount-content{border-radius:28px;padding:24px 24px 28px}
.altay-account-eyebrow{display:inline-flex;padding:8px 12px;border-radius:999px;background:#f2f2f2;font-size:12px;font-weight:800;letter-spacing:.3px;text-transform:uppercase}
.altay-account-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:28px;border-radius:28px;background:linear-gradient(135deg,#121212,#2e2e2e);color:#fff;margin-bottom:20px}.altay-account-hero h2{margin:12px 0 10px;font-size:34px;line-height:1.05}.altay-account-hero p{margin:0;max-width:620px;color:rgba(255,255,255,.8)}
.altay-account-quicklinks{display:grid;gap:10px;min-width:220px}.altay-account-quicklinks a{display:flex;align-items:center;justify-content:center;min-height:48px;padding:0 16px;background:#fff;color:#111;border-radius:16px;font-weight:800}
.altay-account-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:18px}.altay-stat-card{padding:20px;border-radius:22px;background:#f7f7f7;display:grid;gap:8px}.altay-stat-card span{font-size:13px;color:#666}.altay-stat-card strong{font-size:28px;line-height:1.1}
.altay-account-note{padding:18px 20px;border-radius:20px;background:#f7f7f7}.altay-account-note p{margin:0;color:#444;line-height:1.65}.altay-account-note a{font-weight:800;text-decoration:underline}
body.woocommerce-account .woocommerce-Addresses,.woocommerce-account .addresses{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.woocommerce-account address{font-style:normal;line-height:1.7;color:#444}.woocommerce-account .addresses .title,.woocommerce-account .woocommerce-Address-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.woocommerce-account .addresses .title h3,.woocommerce-account .woocommerce-Address-title h3{margin:0}.woocommerce-account .edit{font-weight:700}
.altay-orders-grid{display:grid;gap:16px}.altay-order-card{padding:20px;border-radius:22px;background:#fafafa;border:1px solid #ececec}.altay-order-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.altay-order-head small{display:block;color:#777;margin-bottom:4px}.altay-order-head strong{font-size:22px}.altay-order-status{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;border-radius:999px;background:#111;color:#fff;font-size:12px;font-weight:800;text-transform:uppercase}.altay-order-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:16px}.altay-order-meta div{padding:14px;border-radius:16px;background:#fff}.altay-order-meta span{display:block;font-size:12px;color:#777;margin-bottom:6px}.altay-order-meta b{font-size:15px;line-height:1.4}.altay-order-actions{display:flex;flex-wrap:wrap;gap:10px}.altay-order-actions .button{min-height:44px;padding:0 16px;border-radius:14px;background:#111;color:#fff;border:0;display:inline-flex;align-items:center;justify-content:center;font-weight:800}.altay-order-actions .view{background:#111}.altay-order-actions .pay,.altay-order-actions .cancel{background:#f2f2f2;color:#111}
.altay-empty-box{border-radius:22px;padding:22px!important}.altay-empty-box p{margin-top:0}
.altay-account-auth-shell{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1.25fr);gap:24px;align-items:stretch}.altay-account-auth-intro,.altay-auth-card{border-radius:28px;padding:28px}.altay-account-auth-intro{background:linear-gradient(135deg,#121212,#303030);color:#fff;display:flex;flex-direction:column;justify-content:center}.altay-account-auth-intro h1{font-size:38px;line-height:1.05;margin:14px 0 12px}.altay-account-auth-intro p{margin:0 0 16px;color:rgba(255,255,255,.82)}.altay-account-auth-intro ul{margin:0;padding-left:18px;display:grid;gap:10px;color:rgba(255,255,255,.88)}
.altay-account-auth-grid{display:grid;grid-template-columns:1fr;gap:20px}.altay-account-auth-grid.has-register{grid-template-columns:repeat(2,minmax(0,1fr))}.altay-auth-card h2{margin:0 0 18px;font-size:28px}.altay-auth-card label{display:block;font-weight:700;margin-bottom:8px}.altay-auth-card input.input-text{height:52px;border:1px solid #ddd;border-radius:16px;padding:0 16px;background:#fff}.altay-auth-card .form-row{margin-bottom:14px}.altay-auth-card .button{width:100%;min-height:52px;border-radius:16px;background:#111;color:#fff;font-weight:800;border:0}.altay-auth-actions{display:grid;gap:12px}.altay-auth-actions .woocommerce-form-login__rememberme{display:flex;align-items:center;gap:8px;font-size:14px}.woocommerce-LostPassword{margin:0}.woocommerce-LostPassword a{font-weight:700;text-decoration:underline}.woocommerce-error,.woocommerce-info,.woocommerce-message{border-radius:16px!important;border:0!important}
@media (max-width:1100px){body.woocommerce-account .woocommerce,.altay-account-auth-shell{grid-template-columns:1fr}.altay-account-nav{position:static}.altay-account-stats,.altay-account-auth-grid.has-register,.woocommerce-account .woocommerce-Addresses,.woocommerce-account .addresses,.altay-order-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.altay-account-hero{flex-direction:column}.altay-account-quicklinks{width:100%;min-width:0;grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:700px){body.woocommerce-account .woocommerce-MyAccount-content{padding:18px}.altay-account-nav,.altay-account-auth-intro,.altay-auth-card{padding:20px}.altay-account-stats,.altay-account-quicklinks,.altay-account-auth-grid.has-register,.woocommerce-account .woocommerce-Addresses,.woocommerce-account .addresses,.altay-order-meta{grid-template-columns:1fr}.altay-account-hero h2,.altay-account-auth-intro h1{font-size:28px}.altay-order-head{align-items:flex-start;flex-direction:column}}

/* v36 auth layout hard-fix */
body.woocommerce-account:not(.logged-in) .woocommerce{
  display:block !important;
}
body.woocommerce-account:not(.logged-in) .woocommerce-notices-wrapper{
  margin:0 0 18px;
}
body.woocommerce-account:not(.logged-in) .altay-account-auth-shell{
  display:grid !important;
  grid-template-columns:minmax(320px,420px) minmax(0,1fr);
  gap:28px;
  align-items:stretch;
}
body.woocommerce-account:not(.logged-in) .altay-account-auth-intro{
  min-height:640px;
  padding:40px 36px;
  border-radius:30px;
  position:relative;
  overflow:hidden;
  background:linear-gradient(145deg,#0d0d0f 0%,#1e1f24 55%,#121317 100%) !important;
  color:#fff;
}
body.woocommerce-account:not(.logged-in) .altay-account-auth-intro::after{
  content:"";
  position:absolute;
  inset:auto -60px -80px auto;
  width:220px;
  height:220px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.16) 0%,rgba(255,255,255,0) 72%);
  pointer-events:none;
}
body.woocommerce-account:not(.logged-in) .altay-account-eyebrow{
  background:rgba(255,255,255,.12);
  color:#fff;
}
body.woocommerce-account:not(.logged-in) .altay-account-auth-intro h1{
  font-size:clamp(34px,4vw,54px);
  line-height:1.02;
  letter-spacing:-0.03em;
  max-width:12ch;
  margin:18px 0 16px;
}
body.woocommerce-account:not(.logged-in) .altay-account-auth-intro p{
  font-size:16px;
  line-height:1.65;
  color:rgba(255,255,255,.82);
  max-width:30ch;
}
body.woocommerce-account:not(.logged-in) .altay-account-auth-intro ul{
  margin:24px 0 0;
  padding:0;
  list-style:none;
  gap:12px;
}
body.woocommerce-account:not(.logged-in) .altay-account-auth-intro li{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:15px;
}
body.woocommerce-account:not(.logged-in) .altay-account-auth-intro li::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  background:#fff;
  flex:0 0 8px;
}
body.woocommerce-account:not(.logged-in) .altay-account-auth-grid{
  grid-template-columns:minmax(0,1fr);
  align-content:start;
}
body.woocommerce-account:not(.logged-in) .altay-account-auth-grid.has-register{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
body.woocommerce-account:not(.logged-in) .altay-auth-card{
  padding:34px 32px;
  border-radius:30px;
  min-width:0;
}
body.woocommerce-account:not(.logged-in) .altay-auth-card h2{
  font-size:36px;
  line-height:1.05;
  margin-bottom:22px;
}
body.woocommerce-account:not(.logged-in) .altay-auth-card .woocommerce-form,
body.woocommerce-account:not(.logged-in) .altay-auth-card form{
  width:100%;
  max-width:none;
  margin:0;
}
body.woocommerce-account:not(.logged-in) .altay-auth-card label{
  font-size:14px;
  margin-bottom:8px;
}
body.woocommerce-account:not(.logged-in) .altay-auth-card input.input-text{
  width:100%;
  height:56px;
  padding:0 16px;
  font-size:16px;
  border-radius:16px;
  border:1px solid #d9dde3;
  box-shadow:none;
}
body.woocommerce-account:not(.logged-in) .altay-auth-card .password-input,
body.woocommerce-account:not(.logged-in) .altay-auth-card .show-password-input{
  width:100%;
}
body.woocommerce-account:not(.logged-in) .altay-auth-card .show-password-input{
  right:14px;
}
body.woocommerce-account:not(.logged-in) .altay-auth-actions{
  grid-template-columns:1fr;
  gap:14px;
  margin-top:6px;
}
body.woocommerce-account:not(.logged-in) .altay-auth-actions .woocommerce-form-login__rememberme{
  order:2;
  font-size:15px;
}
body.woocommerce-account:not(.logged-in) .altay-auth-card .button{
  width:100%;
  min-height:56px;
  border-radius:16px;
  font-size:16px;
  background:#111 !important;
}
body.woocommerce-account:not(.logged-in) .altay-auth-card .woocommerce-LostPassword,
body.woocommerce-account:not(.logged-in) .altay-auth-card .woocommerce-privacy-policy-text,
body.woocommerce-account:not(.logged-in) .altay-auth-card p{
  font-size:14px;
  line-height:1.6;
}
body.woocommerce-account:not(.logged-in) .altay-auth-card .woocommerce-LostPassword{
  margin-top:10px;
}
@media (max-width: 1180px){
  body.woocommerce-account:not(.logged-in) .altay-account-auth-shell{
    grid-template-columns:1fr;
  }
  body.woocommerce-account:not(.logged-in) .altay-account-auth-intro{
    min-height:unset;
  }
}
@media (max-width: 820px){
  body.woocommerce-account:not(.logged-in) .altay-account-auth-grid.has-register{
    grid-template-columns:1fr;
  }
  body.woocommerce-account:not(.logged-in) .altay-account-auth-intro,
  body.woocommerce-account:not(.logged-in) .altay-auth-card{
    padding:24px 20px;
    border-radius:22px;
  }
  body.woocommerce-account:not(.logged-in) .altay-account-auth-intro h1,
  body.woocommerce-account:not(.logged-in) .altay-auth-card h2{
    font-size:30px;
  }
}

/* v38 logged-in my account layout repair */
body.woocommerce-account.logged-in .woocommerce{
  display:grid !important;
  grid-template-columns:320px minmax(0,1fr) !important;
  gap:24px !important;
  align-items:start !important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation{
  grid-column:1 !important;
  order:1 !important;
  align-self:start !important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content{
  grid-column:2 !important;
  order:2 !important;
  min-width:0 !important;
  width:100% !important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content > *{
  max-width:none !important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content form,
body.woocommerce-account.logged-in .woocommerce-EditAccountForm,
body.woocommerce-account.logged-in .woocommerce-address-fields,
body.woocommerce-account.logged-in .woocommerce-payment-methods,
body.woocommerce-account.logged-in .woocommerce-orders-table,
body.woocommerce-account.logged-in .woocommerce-Addresses{
  width:100% !important;
  max-width:none !important;
}
body.woocommerce-account.logged-in .woocommerce-EditAccountForm{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px 18px;
  align-items:start;
}
body.woocommerce-account.logged-in .woocommerce-EditAccountForm > p,
body.woocommerce-account.logged-in .woocommerce-EditAccountForm > fieldset{
  float:none !important;
  width:auto !important;
  margin:0 !important;
  min-width:0;
}
body.woocommerce-account.logged-in .woocommerce-EditAccountForm .form-row-first,
body.woocommerce-account.logged-in .woocommerce-EditAccountForm .form-row-last{
  width:auto !important;
}
body.woocommerce-account.logged-in .woocommerce-EditAccountForm .form-row-wide,
body.woocommerce-account.logged-in .woocommerce-EditAccountForm fieldset,
body.woocommerce-account.logged-in .woocommerce-EditAccountForm > .clear{
  grid-column:1 / -1;
}
body.woocommerce-account.logged-in .woocommerce-EditAccountForm fieldset{
  border:1px solid #e9e9e9;
  border-radius:22px;
  padding:20px;
  margin-top:6px !important;
}
body.woocommerce-account.logged-in .woocommerce-EditAccountForm fieldset legend{
  padding:0 10px;
  font-size:22px;
  font-weight:800;
}
body.woocommerce-account.logged-in .woocommerce-EditAccountForm fieldset .form-row{
  margin-bottom:14px;
}
body.woocommerce-account.logged-in .woocommerce-EditAccountForm input.input-text,
body.woocommerce-account.logged-in .woocommerce-EditAccountForm input[type="email"],
body.woocommerce-account.logged-in .woocommerce-EditAccountForm input[type="password"],
body.woocommerce-account.logged-in .woocommerce-EditAccountForm input[type="text"],
body.woocommerce-account.logged-in .woocommerce-EditAccountForm select,
body.woocommerce-account.logged-in .woocommerce-EditAccountForm textarea{
  width:100% !important;
  height:54px;
  border:1px solid #d9dde3;
  border-radius:16px;
  padding:0 16px;
  background:#fff;
  box-sizing:border-box;
}
body.woocommerce-account.logged-in .woocommerce-EditAccountForm button.button,
body.woocommerce-account.logged-in .woocommerce-EditAccountForm .button{
  min-height:54px;
  border-radius:16px;
  background:#111;
  color:#fff;
  border:0;
  padding:0 22px;
  font-weight:800;
}
body.woocommerce-account.logged-in .woocommerce-EditAccountForm em,
body.woocommerce-account.logged-in .woocommerce-EditAccountForm span em,
body.woocommerce-account.logged-in .woocommerce-EditAccountForm .description{
  display:block;
  margin-top:8px;
  color:#666;
  font-size:13px;
  line-height:1.5;
}
@media (max-width:1100px){
  body.woocommerce-account.logged-in .woocommerce{
    grid-template-columns:1fr !important;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation,
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content{
    grid-column:auto !important;
  }
}
@media (max-width:760px){
  body.woocommerce-account.logged-in .woocommerce-EditAccountForm{
    grid-template-columns:1fr;
  }
}


/* v39 my account sidebar/content polish */
body.woocommerce-account.logged-in .woocommerce{
  grid-template-columns: 360px minmax(0,1fr) !important;
  gap: 28px !important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation .altay-account-nav{
  padding: 24px !important;
}
.altay-account-usercard{
  align-items: center !important;
}
.altay-account-usermeta{
  min-width: 0;
  gap: 2px !important;
}
.altay-account-usermeta strong{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.altay-account-usermeta span{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.altay-account-nav ul{ gap: 10px !important; }
.altay-account-nav li a{
  min-height: 56px;
  white-space: nowrap;
}
.altay-account-nav li a span:last-child{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content{
  padding: 28px !important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-message,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-info,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-error{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px !important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .button,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Button{
  border-radius: 14px;
}
@media (max-width: 1260px){
  body.woocommerce-account.logged-in .woocommerce{grid-template-columns:320px minmax(0,1fr) !important;}
}
@media (max-width: 1100px){
  .altay-account-nav li a,
  .altay-account-nav li a span:last-child,
  .altay-account-usermeta strong,
  .altay-account-usermeta span{white-space: normal; overflow: visible; text-overflow: unset;}
}

/* v5 auth tabs redesign */
body.woocommerce-account:not(.logged-in) .altay-auth-tabs-shell{display:grid;grid-template-columns:minmax(320px,.88fr) minmax(0,1fr);gap:28px;align-items:stretch}
body.woocommerce-account:not(.logged-in) .altay-auth-panel-card{padding:24px;border-radius:32px;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 18px 38px rgba(0,0,0,.06)}
body.woocommerce-account:not(.logged-in) .altay-auth-tabs{display:inline-grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;background:#f4f4f6;padding:8px;border-radius:18px;margin-bottom:20px;max-width:340px}
body.woocommerce-account:not(.logged-in) .altay-auth-tab{appearance:none;border:0;background:transparent;border-radius:14px;padding:14px 18px;font-weight:800;font-size:16px;cursor:pointer;color:#5b5b62;transition:.2s ease}
body.woocommerce-account:not(.logged-in) .altay-auth-tab.is-active{background:#111;color:#fff;box-shadow:0 10px 24px rgba(0,0,0,.12)}
body.woocommerce-account:not(.logged-in) .altay-auth-panel{max-width:640px}
body.woocommerce-account:not(.logged-in) .altay-auth-panel-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:16px;flex-wrap:wrap}
body.woocommerce-account:not(.logged-in) .altay-auth-panel-head h2{margin:0;font-size:44px;line-height:1}
body.woocommerce-account:not(.logged-in) .altay-auth-panel-head p{margin:0;color:#666}
body.woocommerce-account:not(.logged-in) .altay-auth-switch{appearance:none;border:0;background:none;padding:0;font-weight:800;text-decoration:underline;cursor:pointer;color:#111}
body.woocommerce-account:not(.logged-in) .altay-auth-panel form{background:#fff;border:1px solid #e9e9ee;border-radius:24px;padding:28px}
body.woocommerce-account:not(.logged-in) .altay-auth-help{color:#555;font-size:15px;line-height:1.65}
body.woocommerce-account:not(.logged-in) .altay-auth-actions{display:flex;flex-direction:column-reverse;align-items:stretch;gap:14px}
body.woocommerce-account:not(.logged-in) .altay-auth-actions .woocommerce-form-login__rememberme{order:2}
body.woocommerce-account:not(.logged-in) .altay-auth-card .button{background:#111;color:#fff}
body.woocommerce-account:not(.logged-in) .altay-auth-card .button:hover{opacity:.92}
body.woocommerce-account:not(.logged-in) .altay-account-auth-grid{display:block!important}
@media (max-width:1100px){body.woocommerce-account:not(.logged-in) .altay-auth-tabs-shell{grid-template-columns:1fr}body.woocommerce-account:not(.logged-in) .altay-auth-panel{max-width:none}}
@media (max-width:700px){body.woocommerce-account:not(.logged-in) .altay-auth-panel-head h2{font-size:34px}body.woocommerce-account:not(.logged-in) .altay-auth-tabs{max-width:none;width:100%}body.woocommerce-account:not(.logged-in) .altay-auth-panel form{padding:20px}}


/* v36 registration fields */
body.woocommerce-account:not(.logged-in) .altay-register-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px}
body.woocommerce-account:not(.logged-in) .altay-register-grid-full{grid-column:1/-1}
body.woocommerce-account:not(.logged-in) .altay-optional{font-weight:500;color:#666;font-size:13px}
body.woocommerce-account:not(.logged-in) .altay-phone-approval label{display:flex;gap:10px;align-items:flex-start;margin:0}
body.woocommerce-account:not(.logged-in) .altay-phone-approval input[type=checkbox]{margin-top:4px}
@media (max-width:700px){body.woocommerce-account:not(.logged-in) .altay-register-grid{grid-template-columns:1fr}}

/* v38 verification flow */
.altay-verify-card{display:flex;flex-direction:column;gap:20px}
.altay-verify-head p{margin:0;color:#5c6470}
.altay-verify-status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:4px}
.altay-verify-status{border:1px solid #e6e7eb;border-radius:18px;padding:18px;background:#fff;display:flex;flex-direction:column;gap:4px}
.altay-verify-status strong{font-size:16px;color:#111}
.altay-verify-status span{font-weight:700}
.altay-verify-status small{color:#6b7280}
.altay-verify-status.is-verified span{color:#0f8a49}
.altay-verify-status.is-pending span{color:#c46b00}
.altay-verify-box{border:1px solid #e6e7eb;border-radius:22px;padding:24px;background:#fff}
.altay-verify-box h3{margin:0 0 10px;font-size:24px}
.altay-verify-box p{margin:0 0 14px;color:#4b5563;line-height:1.65}
.altay-inline-form{margin:0}
.altay-secondary-button{background:#fff!important;color:#111!important;border:1px solid #111!important}
.altay-secondary-button:hover{background:#111!important;color:#fff!important}
.altay-resend-sms-form{margin-top:12px}
.altay-verify-phone-form .button,.altay-verify-box .button{min-width:220px}
.altay-verify-box.is-complete{border-color:#d6f1e0;background:#f6fff9}
@media(max-width:980px){.altay-verify-status-grid{grid-template-columns:1fr}}


.altay-verify-status-grid--single{grid-template-columns:1fr}
.altay-verify-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:10px}
.altay-verify-actions .button{min-width:220px;text-align:center}
body.woocommerce-account:not(.logged-in) .altay-phone-approval{display:none!important}


/* real merge update: requested header + hero + page stability */

.header{padding:0 18px 0}
.header-wrapper{max-width:1380px;margin:0 auto;background:#fff;border-radius:0 0 24px 24px;box-shadow:none;border-bottom:1px solid #e8e8e8}
.header-main{padding:0}
.header-inner-clean{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:22px;padding:14px 24px}
.header-branding{display:flex;align-items:center;gap:14px;min-width:0}
.brand-wordmark-stack{display:flex;flex-direction:column;gap:2px;line-height:1.1;margin:0}
.brand-wordmark-stack strong{font-size:18px;font-weight:900;letter-spacing:-.02em;color:#111}
.brand-wordmark-stack span{font-size:14px;color:#6c7688;font-weight:500;letter-spacing:0}
.logo .custom-logo-link img,.logo img.custom-logo,.logo img.header_logo{max-width:86px!important;max-height:86px!important}
.nav-area{display:flex;justify-content:center;min-width:0}
.desktop-nav{display:flex;justify-content:center;width:100%}
.newHeaderNavigation .newHeaderNavUl{justify-content:center;flex-wrap:nowrap;gap:18px;font-size:14px}
.newHeaderNavUl .nav-item-link{padding:0;border:0;background:none;border-radius:0;font-weight:800;color:#1b2230}
.newHeaderNavUl .nav-item-link:hover{color:#000}
.header-actions{display:flex;align-items:center;gap:12px}
.header-search-form{display:flex;align-items:center;gap:0;margin:0;position:relative}
.header-action-circle{position:relative;width:44px;height:44px;border-radius:999px;border:1px solid #d9dde5;background:#fff;color:#111;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:18px;flex:0 0 44px}
.header-search-form .header-search-form-wrapper{display:none;position:absolute;right:0;top:54px;background:#fff;border:1px solid #d9dde5;border-radius:16px;padding:10px;box-shadow:0 12px 26px rgba(0,0,0,.08);z-index:30;width:260px}
.header-search-form:focus-within .header-search-form-wrapper{display:block}
.header-search-form .header-search-form-wrapper input[type="search"]{width:100%;height:42px;border:1px solid #d9dde5;border-radius:999px;padding:0 14px}
.cart-link .sepetUrunSayisi{position:absolute;right:-2px;top:-4px;min-width:20px;height:20px;border-radius:999px;background:#111;color:#fff;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center;padding:0 4px}
.giftCardsButton{display:none!important}
.htop{display:none!important}

.homepage-clean{padding-bottom:28px}
.hero-slider-section-full{display:block;max-width:1380px;margin:28px auto 18px;padding:0 18px}
.hero-slider-clean{min-height:670px;border-radius:34px;overflow:hidden;box-shadow:none;background:#101318}
.hero-slider-clean .hero-slide{background-position:center center}
.hero-slider-clean .hero-slide-overlay-clean{position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,8,16,.18) 0%,rgba(3,8,16,.28) 100%)}
.hero-slider-clean .hero-slide-copy{display:none!important}
.hero-slider-dots-center{left:50%;transform:translateX(-50%);bottom:20px}
.hero-slider-dots-center .hero-dot{width:14px;height:14px;background:rgba(255,255,255,.45)}
.hero-slider-dots-center .hero-dot.is-active{background:#fff}
.hero-side-promos{display:none!important}
.home-collections-strip{max-width:1380px;margin:0 auto 28px;padding:0 18px}
.home-collections-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.home-collection-mini{display:grid;grid-template-columns:96px minmax(0,1fr);align-items:center;gap:16px;background:#fff;border:1px solid #e8ebef;border-radius:26px;padding:14px;text-decoration:none;color:#111;min-height:112px}
.home-collection-mini:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(0,0,0,.06)}
.home-collection-mini-media{width:96px;height:82px;border-radius:20px;overflow:hidden;background:#f3f4f7}
.home-collection-mini-media img{width:100%;height:100%;object-fit:cover;display:block}
.home-collection-mini-copy small{display:block;font-size:13px;color:#8a8f99;margin-bottom:6px}
.home-collection-mini-copy strong{display:block;font-size:20px;line-height:1.1;font-weight:900;color:#111}
.product-showcase-section{margin-bottom:34px}
.product-showcase-section .section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:18px}
.product-showcase-section .section-head h2{font-size:30px;line-height:1.05;margin:0;font-weight:900;letter-spacing:-.03em;color:#111}
.product-showcase-section .section-head a{font-weight:700;color:#111;text-decoration:none}
.home-products-grid.four-up{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.section-lead-card{display:none!important}
.home-product-card{background:#fff;border:1px solid #e8ebef;border-radius:24px;overflow:hidden;box-shadow:none}
.home-product-thumb{display:block;aspect-ratio:1/1;background:#f5f6f8}
.home-product-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.home-product-info{padding:16px 18px 18px}
.home-product-info h3{margin:0 0 10px;font-size:16px;line-height:1.35;font-weight:800;color:#111}
.home-product-info h3 a{color:inherit;text-decoration:none}
.home-product-price{font-weight:800;color:#111}

.simple-page,.shop-page-v6,.altay-product-page-standard{max-width:1380px;margin-left:auto;margin-right:auto}
.woocommerce-page-content,.simple-page article,.altay-single-product-shell,.shop-title-bar,.shop-cards-grid .shop-card-v5{box-shadow:none}
.woocommerce-page-content,.simple-page article,.altay-single-product-shell{border:1px solid #e8ebef;border-radius:24px;background:#fff}
.shop-page-v6 .shop-cards-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.shop-page-v6 .shop-card-v5,.woocommerce ul.products li.product{background:#fff;border:1px solid #e8ebef;border-radius:22px;padding:0;overflow:hidden}
.shop-page-v6 .shop-card-body{padding:14px 16px 18px}
.altay-product-page-standard .product,.woocommerce-account .woocommerce,.woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce{background:#fff;border-radius:24px;border:1px solid #e8ebef;padding:20px}
.woocommerce-account .woocommerce{display:grid;grid-template-columns:260px minmax(0,1fr);gap:22px}
.woocommerce-account .woocommerce::before,.woocommerce-account .woocommerce::after{display:none}
.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.woocommerce-account .woocommerce-MyAccount-navigation a{display:block;padding:12px 14px;border:1px solid #e8ebef;border-radius:14px;color:#111;text-decoration:none;font-weight:700}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a{background:#111;color:#fff;border-color:#111}
.woocommerce-checkout form.checkout,.woocommerce-cart form.woocommerce-cart-form{margin-top:0}
.woocommerce table.shop_table{border-radius:16px;overflow:hidden}

@media (max-width: 1180px){
  .header-inner-clean{grid-template-columns:auto 1fr auto;gap:16px}
  .newHeaderNavigation .newHeaderNavUl{gap:14px;font-size:13px}
  .hero-slider-clean{min-height:540px}
  .home-collections-grid,.home-products-grid.four-up,.shop-page-v6 .shop-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 860px){
  .header{padding:0 12px}
  .header-wrapper{border-radius:0 0 18px 18px}
  .header-inner-clean{grid-template-columns:1fr auto;grid-template-areas:"brand actions" "nav nav";padding:12px 14px}
  .header-branding{grid-area:brand}
  .header-actions{grid-area:actions}
  .nav-area{grid-area:nav;justify-content:flex-start;overflow:auto}
  .desktop-nav{justify-content:flex-start}
  .newHeaderNavigation .newHeaderNavUl{justify-content:flex-start;gap:16px;font-size:14px;padding-bottom:4px}
  .hero-slider-section-full,.home-collections-strip,.product-showcase-section{padding:0 12px}
  .hero-slider-clean{min-height:420px;border-radius:24px}
  .brand-wordmark-stack strong{font-size:16px}
  .brand-wordmark-stack span{font-size:13px}
  .woocommerce-account .woocommerce{grid-template-columns:1fr}
}
@media (max-width: 640px){
  .logo .custom-logo-link img,.logo img.custom-logo,.logo img.header_logo{max-width:68px!important;max-height:68px!important}
  .brand-wordmark-stack{display:none}
  .header-action-circle{width:40px;height:40px;flex-basis:40px}
  .hero-slider-clean{min-height:300px}
  .home-collections-grid,.home-products-grid.four-up,.shop-page-v6 .shop-cards-grid{grid-template-columns:1fr}
  .home-collection-mini{grid-template-columns:84px minmax(0,1fr);min-height:102px}
  .home-collection-mini-media{width:84px;height:74px}
  .product-showcase-section .section-head h2{font-size:26px}
}


/* v99 catalog card repair */
.shop-page-filters-v2 .shop-title-bar-v2,
.shop-page-v6 .shop-title-bar-v2{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  align-items:end !important;
  gap:20px !important;
}
.shop-page-filters-v2 .shop-sort-pill-v2,
.shop-page-v6 .shop-sort-pill-v2{
  justify-self:end !important;
}
.shop-page-filters-v2 .shop-grid-area-full,
.shop-page-v6 .shop-grid-area-full{
  width:100% !important;
  min-width:0 !important;
}
.shop-page-filters-v2 .shop-cards-grid,
.shop-page-v6 .shop-cards-grid{
  display:grid !important;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr)) !important;
  gap:24px !important;
  width:100% !important;
  align-items:stretch !important;
}
.shop-page-filters-v2 .shop-card-v5,
.shop-page-v6 .shop-card-v5{
  width:100% !important;
  min-width:0 !important;
  max-width:none !important;
  height:100% !important;
  display:flex !important;
  flex-direction:column !important;
  background:#fff !important;
  border:1px solid #e7eaee !important;
  border-radius:22px !important;
  overflow:hidden !important;
}
.shop-page-filters-v2 .shop-card-thumb,
.shop-page-v6 .shop-card-thumb{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  height:320px !important;
  min-height:320px !important;
  padding:20px !important;
  background:#f6f7f8 !important;
  aspect-ratio:auto !important;
  overflow:hidden !important;
}
.shop-page-filters-v2 .shop-card-thumb img,
.shop-page-v6 .shop-card-thumb img,
.shop-page-filters-v2 .shop-card-thumb .wp-post-image,
.shop-page-v6 .shop-card-thumb .wp-post-image,
.shop-page-filters-v2 .shop-card-thumb .attachment-woocommerce_thumbnail,
.shop-page-v6 .shop-card-thumb .attachment-woocommerce_thumbnail{
  width:100% !important;
  height:100% !important;
  max-width:100% !important;
  max-height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  display:block !important;
  margin:0 auto !important;
}
.shop-page-filters-v2 .shop-card-body,
.shop-page-v6 .shop-card-body{
  display:grid !important;
  gap:10px !important;
  align-content:start !important;
  padding:16px 18px 18px !important;
  flex:1 1 auto !important;
}
.shop-card-eyebrow{
  font-size:11px !important;
  line-height:1.2 !important;
  font-weight:800 !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
  color:#7a7f87 !important;
}
.shop-page-filters-v2 .shop-card-title,
.shop-page-v6 .shop-card-title{
  margin:0 !important;
  min-height:44px !important;
  font-size:18px !important;
  line-height:1.28 !important;
  font-weight:800 !important;
  display:-webkit-box !important;
  -webkit-line-clamp:2 !important;
  -webkit-box-orient:vertical !important;
  overflow:hidden !important;
}
.shop-page-filters-v2 .shop-card-title a,
.shop-page-v6 .shop-card-title a{
  color:#111 !important;
  text-decoration:none !important;
}
.shop-page-filters-v2 .shop-card-price,
.shop-page-v6 .shop-card-price{
  font-size:28px !important;
  line-height:1 !important;
  font-weight:900 !important;
  color:#111 !important;
}
.shop-page-filters-v2 .shop-card-price del,
.shop-page-v6 .shop-card-price del{
  font-size:.58em !important;
  color:#8a8f96 !important;
  margin-right:8px !important;
}
.shop-card-cta{
  margin-top:auto !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:46px !important;
  padding:0 16px !important;
  border-radius:999px !important;
  background:#0f1720 !important;
  color:#fff !important;
  font-size:14px !important;
  font-weight:800 !important;
  text-decoration:none !important;
}
.shop-card-cta:hover{opacity:.92 !important;}
.woocommerce-page-shell .shop-card-v5 .stock,
.woocommerce-page-shell .shop-card-v5 .woocommerce-loop-product__title,
.woocommerce-page-shell .shop-card-v5 .button,
.woocommerce-page-shell .shop-card-v5 .added_to_cart,
.woocommerce-page-shell .shop-card-v5 .star-rating,
.woocommerce-page-shell .shop-card-v5 .price:empty,
.woocommerce-page-shell .shop-card-v5 .wc-forward{
  display:none !important;
}
@media (max-width:1100px){
  .shop-page-filters-v2 .shop-cards-grid,
  .shop-page-v6 .shop-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .shop-page-filters-v2 .shop-card-thumb,
  .shop-page-v6 .shop-card-thumb{height:280px !important; min-height:280px !important;}
}
@media (max-width:700px){
  .shop-page-filters-v2 .shop-title-bar-v2,
  .shop-page-v6 .shop-title-bar-v2{grid-template-columns:1fr !important; align-items:start !important;}
  .shop-page-filters-v2 .shop-sort-pill-v2,
  .shop-page-v6 .shop-sort-pill-v2{justify-self:stretch !important;}
  .shop-page-filters-v2 .shop-cards-grid,
  .shop-page-v6 .shop-cards-grid{grid-template-columns:1fr !important;}
  .shop-page-filters-v2 .shop-card-thumb,
  .shop-page-v6 .shop-card-thumb{height:250px !important; min-height:250px !important;}
  .shop-page-filters-v2 .shop-card-price,
  .shop-page-v6 .shop-card-price{font-size:24px !important;}
}


/* v120 catalog reset real fix */
.catalog-head-v2{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:end!important;gap:24px!important;padding:0 0 18px!important;margin-bottom:10px!important;border:none!important;background:transparent!important;}
.catalog-head-v2 h1{margin:0 0 10px!important;font-size:56px!important;line-height:1!important;font-weight:900!important;letter-spacing:-.03em!important;}
.catalog-head-v2 .woocommerce-result-count{margin:0!important;color:#525862!important;font-size:16px!important;}
.catalog-head-v2 .woocommerce-ordering,.catalog-head-v2 .shop-sort-pill-v2{margin:0!important;}
.catalog-grid-wrap-v2{width:100%!important;min-width:0!important;padding:0!important;margin:0!important;}
.catalog-grid-v2{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px!important;align-items:stretch!important;width:100%!important;margin:0!important;}
.catalog-card-v2{display:flex!important;flex-direction:column!important;min-width:0!important;min-height:100%!important;background:#fff!important;border:1px solid #e6ebf0!important;border-radius:24px!important;overflow:hidden!important;box-shadow:0 10px 30px rgba(15,23,32,.04)!important;}
.catalog-card-media-v2{position:relative!important;display:block!important;height:360px!important;min-height:360px!important;padding:18px!important;background:linear-gradient(180deg,#f6f7f8 0%,#eef1f4 100%)!important;overflow:hidden!important;text-decoration:none!important;}
.catalog-shell--giyim .catalog-card-media-v2,.catalog-shell--formalar .catalog-card-media-v2,.catalog-shell--magaza .catalog-card-media-v2{background:radial-gradient(circle at top,#153257 0%,#0f1f3f 36%,#0d162b 100%)!important;}
.catalog-shell--giyim .catalog-card-media-v2::after,.catalog-shell--formalar .catalog-card-media-v2::after,.catalog-shell--magaza .catalog-card-media-v2::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.04) 0 18%,transparent 18% 42%,rgba(255,255,255,.04) 42% 58%,transparent 58% 82%,rgba(255,255,255,.04) 82% 100%);opacity:.35;pointer-events:none;}
.catalog-card-media-inner{position:relative;z-index:1;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important;border-radius:20px!important;overflow:hidden!important;}
.catalog-card-media-img,.catalog-card-media-v2 img,.catalog-card-media-v2 .wp-post-image,.catalog-card-media-v2 .attachment-large,.catalog-card-media-v2 .attachment-woocommerce_thumbnail{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center center!important;filter:drop-shadow(0 14px 26px rgba(0,0,0,.18));} 
.catalog-card-body-v2{display:grid!important;gap:10px!important;align-content:start!important;flex:1 1 auto!important;padding:18px 18px 20px!important;background:#fff!important;}
.catalog-card-eyebrow-v2{margin:0!important;font-size:12px!important;line-height:1.2!important;font-weight:800!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:#7d838c!important;}
.catalog-card-title-v2{margin:0!important;font-size:18px!important;line-height:1.32!important;font-weight:850!important;min-height:48px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}
.catalog-card-title-v2 a{color:#101418!important;text-decoration:none!important;}
.catalog-card-price-v2{margin:0!important;font-size:18px!important;line-height:1.1!important;font-weight:900!important;color:#0f1720!important;}
.catalog-card-price-v2 .amount{font-size:1em!important;font-weight:900!important;}
.catalog-card-cta-v2{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:48px!important;padding:0 16px!important;border-radius:999px!important;background:#0f1720!important;color:#fff!important;font-size:15px!important;font-weight:800!important;text-decoration:none!important;margin-top:auto!important;}
.catalog-card-cta-v2:hover{background:#162130!important;color:#fff!important;}
.catalog-grid-v2 + nav.woocommerce-pagination{margin-top:28px!important;}
.woocommerce-page-shell .catalog-card-v2 .button,.woocommerce-page-shell .catalog-card-v2 .added_to_cart,.woocommerce-page-shell .catalog-card-v2 .price:empty,.woocommerce-page-shell .catalog-card-v2 .wc-forward,.woocommerce-page-shell .catalog-card-v2 .star-rating,.woocommerce-page-shell .catalog-card-v2 .stock,.woocommerce-page-shell .catalog-card-v2 .onsale,.woocommerce-page-shell .catalog-card-v2 .woocommerce-loop-product__title{display:none!important;}
@media (max-width:1200px){.catalog-head-v2 h1{font-size:46px!important}.catalog-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.catalog-card-media-v2{height:320px!important;min-height:320px!important}}
@media (max-width:760px){.catalog-head-v2{grid-template-columns:1fr!important;align-items:start!important}.catalog-head-v2 h1{font-size:34px!important}.catalog-grid-v2{grid-template-columns:1fr!important}.catalog-card-media-v2{height:300px!important;min-height:300px!important}}

/* v121 catalog layout stabilization fix */
.catalog-grid-v2{
  grid-template-columns:repeat(3,minmax(260px,1fr)) !important;
}
.catalog-grid-v2 > *{
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  margin:0 !important;
}
.catalog-card-v2{
  width:100% !important;
  max-width:none !important;
}
.catalog-card-title-v2,
.catalog-card-title-v2 a{
  display:-webkit-box !important;
  -webkit-line-clamp:2 !important;
  -webkit-box-orient:vertical !important;
  overflow:hidden !important;
  overflow-wrap:anywhere !important;
  word-break:break-word !important;
}
.catalog-card-cta-v2{
  width:100% !important;
  text-align:center !important;
  line-height:1.15 !important;
  padding:12px 16px !important;
  white-space:normal !important;
}
.catalog-head-v2 .woocommerce-ordering select,
.shop-sort-pill-v2 .woocommerce-ordering select{
  min-width:240px !important;
  height:44px !important;
  padding:0 42px 0 14px !important;
  border:1px solid #d7dde5 !important;
  border-radius:14px !important;
  background-color:#fff !important;
  box-shadow:none !important;
}
@media (max-width:1200px){
  .catalog-grid-v2{grid-template-columns:repeat(2,minmax(240px,1fr)) !important;}
}
@media (max-width:760px){
  .catalog-grid-v2{grid-template-columns:1fr !important;}
  .catalog-head-v2 .woocommerce-ordering select,
  .shop-sort-pill-v2 .woocommerce-ordering select{min-width:0 !important; width:100% !important;}
}


/* v130 catalog panel alignment fix */
.catalog-shell{
  max-width:1540px !important;
  padding:16px 20px 40px !important;
}
.catalog-panel-v3{
  width:100% !important;
  background:#fff !important;
  border:1px solid #e6ebf0 !important;
  border-radius:34px !important;
  padding:26px 28px 30px !important;
  box-shadow:0 8px 24px rgba(15,23,32,.04) !important;
}
.catalog-head-v2{
  grid-template-columns:minmax(0,1fr) minmax(220px,280px) !important;
  align-items:start !important;
  margin-bottom:20px !important;
}
.catalog-head-v2 h1{
  font-size:42px !important;
  margin:0 0 12px !important;
}
.catalog-head-v2 .woocommerce-result-count{
  display:block !important;
}
.catalog-head-v2 .shop-sort-pill-v2,
.catalog-head-v2 .woocommerce-ordering{
  width:100% !important;
}
.catalog-head-v2 .woocommerce-ordering select{
  width:100% !important;
}
.catalog-grid-wrap-v2{
  overflow:visible !important;
}
.catalog-grid-v2{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:28px !important;
}
.catalog-grid-v2 .product{
  list-style:none !important;
}
.woocommerce-page-shell .woocommerce-pagination{
  margin-top:28px !important;
}
@media (max-width:1200px){
  .catalog-panel-v3{padding:24px 22px 26px !important;}
  .catalog-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:22px !important;}
}
@media (max-width:760px){
  .catalog-shell{padding:12px 12px 28px !important;}
  .catalog-panel-v3{padding:18px 16px 20px !important;border-radius:24px !important;}
  .catalog-head-v2{grid-template-columns:1fr !important;gap:14px !important;}
  .catalog-head-v2 h1{font-size:32px !important;}
  .catalog-grid-v2{grid-template-columns:1fr !important;gap:18px !important;}
}


/* v140 catalog area polish */
.catalog-shell{
  max-width:1600px !important;
  padding:10px 22px 42px !important;
}
.catalog-panel-v3{
  background:#f7f7f8 !important;
  border:1px solid #e7e8eb !important;
  border-radius:34px !important;
  padding:34px 30px 36px !important;
  box-shadow:none !important;
}
.catalog-head-v2{
  grid-template-columns:minmax(0,1fr) minmax(250px,280px) !important;
  align-items:end !important;
  gap:24px !important;
  padding-bottom:22px !important;
  margin-bottom:28px !important;
  border-bottom:1px solid #d9dde3 !important;
}
.catalog-head-v2 h1{
  margin:0 0 12px !important;
  font-size:54px !important;
  line-height:1.02 !important;
  letter-spacing:-0.035em !important;
  color:#0f1720 !important;
}
.catalog-head-v2 .woocommerce-result-count{
  color:#232a33 !important;
  font-size:17px !important;
}
.catalog-head-v2 .woocommerce-ordering,
.catalog-head-v2 .shop-sort-pill-v2{
  justify-self:end !important;
  width:100% !important;
  max-width:280px !important;
}
.catalog-head-v2 .woocommerce-ordering select,
.shop-sort-pill-v2 .woocommerce-ordering select{
  width:100% !important;
  min-width:0 !important;
  height:44px !important;
  border-radius:10px !important;
  border:1px solid #cfd5dd !important;
  background:#fff !important;
  color:#232a33 !important;
}
.catalog-grid-v2{
  grid-template-columns:repeat(3,minmax(280px,1fr)) !important;
  gap:34px !important;
  align-items:stretch !important;
}
.catalog-card-v2{
  border:1px solid #e3e6eb !important;
  border-radius:28px !important;
  box-shadow:0 6px 18px rgba(15,23,32,.05) !important;
}
.catalog-card-media-v2{
  height:430px !important;
  min-height:430px !important;
  padding:22px !important;
  background:linear-gradient(180deg,#f3f4f6 0%,#eceff3 100%) !important;
}
.catalog-shell--giyim .catalog-card-media-v2,
.catalog-shell--formalar .catalog-card-media-v2,
.catalog-shell--magaza .catalog-card-media-v2{
  background:radial-gradient(circle at top,#143155 0%,#102343 36%,#0b1628 100%) !important;
}
.catalog-card-body-v2{
  padding:20px 22px 22px !important;
  gap:12px !important;
}
.catalog-card-eyebrow-v2{
  font-size:13px !important;
  letter-spacing:.14em !important;
}
.catalog-card-title-v2{
  font-size:24px !important;
  line-height:1.22 !important;
  min-height:58px !important;
}
.catalog-card-price-v2{
  font-size:22px !important;
  margin-bottom:6px !important;
}
.catalog-card-cta-v2{
  min-height:58px !important;
  font-size:17px !important;
  padding:0 20px !important;
  border-radius:999px !important;
}
@media (max-width:1280px){
  .catalog-head-v2 h1{font-size:44px !important;}
  .catalog-grid-v2{grid-template-columns:repeat(3,minmax(240px,1fr)) !important;gap:24px !important;}
  .catalog-card-media-v2{height:360px !important;min-height:360px !important;}
  .catalog-card-title-v2{font-size:21px !important;min-height:52px !important;}
}
@media (max-width:1100px){
  .catalog-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media (max-width:760px){
  .catalog-shell{padding:10px 12px 28px !important;}
  .catalog-panel-v3{padding:22px 16px 20px !important;border-radius:24px !important;}
  .catalog-head-v2{grid-template-columns:1fr !important;gap:14px !important;padding-bottom:16px !important;margin-bottom:20px !important;}
  .catalog-head-v2 .woocommerce-ordering,.catalog-head-v2 .shop-sort-pill-v2{justify-self:stretch !important;max-width:none !important;}
  .catalog-head-v2 h1{font-size:32px !important;margin-bottom:8px !important;}
  .catalog-head-v2 .woocommerce-result-count{font-size:15px !important;}
  .catalog-grid-v2{grid-template-columns:1fr !important;gap:18px !important;}
  .catalog-card-media-v2{height:300px !important;min-height:300px !important;}
  .catalog-card-title-v2{font-size:20px !important;min-height:auto !important;}
}


/* final safe header + homepage repair */
.header{padding:12px 18px 0 !important;position:sticky;top:0;z-index:30;background:linear-gradient(var(--bg) 80%, rgba(243,243,243,0)) !important;}
.header-wrapper{max-width:1380px !important;margin:0 auto !important;background:#fff !important;border-radius:0 0 24px 24px !important;border:1px solid rgba(0,0,0,.06) !important;box-shadow:0 10px 26px rgba(0,0,0,.04) !important;overflow:visible !important;}
.header-main{padding:0 20px !important;}
.header-inner.header-inner-clean{display:grid !important;grid-template-columns:minmax(250px,320px) minmax(0,1fr) auto !important;align-items:center !important;gap:18px !important;min-height:84px !important;padding:12px 0 !important;}
.header-branding{display:flex !important;align-items:center !important;gap:14px !important;min-width:0 !important;}
.logo,.logo a,.custom-logo-link{display:block !important;line-height:0 !important;}
.logo .custom-logo-link img,.logo img.custom-logo,.logo img.header_logo{width:auto !important;height:auto !important;max-width:90px !important;max-height:90px !important;object-fit:contain !important;}
.brand-wordmark-stack{display:flex !important;flex-direction:column !important;gap:2px !important;line-height:1.1 !important;min-width:0 !important;}
.brand-wordmark-stack strong{font-size:17px !important;font-weight:900 !important;letter-spacing:-.02em !important;white-space:normal !important;}
.brand-wordmark-stack span{font-size:14px !important;color:#6c7688 !important;font-weight:500 !important;white-space:normal !important;}
.nav-area{display:flex !important;justify-content:center !important;min-width:0 !important;overflow:visible !important;}
.desktop-nav,.newHeaderNavigation{display:flex !important;justify-content:center !important;align-items:center !important;width:100% !important;min-width:0 !important;overflow:visible !important;}
.newHeaderNavigation .newHeaderNavUl,.newHeaderNavUl{display:flex !important;flex-wrap:nowrap !important;align-items:center !important;justify-content:center !important;gap:18px !important;list-style:none !important;margin:0 !important;padding:0 !important;font-size:13px !important;}
.newHeaderNavigation .newHeaderNavUl li,.newHeaderNavUl li{flex:0 0 auto !important;}
.newHeaderNavigation .newHeaderNavUl a,.newHeaderNavUl a,.nav-item-link{white-space:nowrap !important;font-weight:800 !important;font-size:13px !important;padding:0 !important;line-height:1 !important;}
.header-actions{display:flex !important;align-items:center !important;justify-content:flex-end !important;gap:12px !important;min-width:146px !important;}
.header-action-circle{width:44px !important;height:44px !important;flex:0 0 44px !important;}
.homepage-clean,.hero-slider-section-full,.home-collections-strip,.product-showcase-section{max-width:1380px !important;margin-left:auto !important;margin-right:auto !important;}
.hero-slider-section-full{padding:0 18px !important;}
.home-collections-strip,.product-showcase-section{padding:0 18px !important;}
@media (max-width:1100px){
  .header-inner.header-inner-clean{grid-template-columns:minmax(220px,1fr) auto !important;grid-template-areas:"brand actions" "nav nav" !important;row-gap:12px !important;}
  .header-branding{grid-area:brand !important;}
  .header-actions{grid-area:actions !important;min-width:auto !important;}
  .nav-area{grid-area:nav !important;justify-content:flex-start !important;overflow:auto !important;}
  .desktop-nav,.newHeaderNavigation{justify-content:flex-start !important;}
  .newHeaderNavigation .newHeaderNavUl,.newHeaderNavUl{justify-content:flex-start !important;gap:16px !important;padding-bottom:4px !important;}
}
@media (max-width:700px){
  .header{padding:10px 12px 0 !important;}
  .header-wrapper{border-radius:18px !important;}
  .header-main{padding:0 12px !important;}
  .brand-wordmark-stack{display:none !important;}
  .newHeaderNavigation .newHeaderNavUl,.newHeaderNavUl{display:none !important;}
  .logo .custom-logo-link img,.logo img.custom-logo,.logo img.header_logo{max-width:68px !important;max-height:68px !important;}
}

/* v141 catalog header compact + left align fix */
.catalog-head-v3{
  grid-template-columns:minmax(0,1fr) minmax(240px,280px) !important;
  align-items:start !important;
  gap:18px !important;
  padding-bottom:0 !important;
  margin-bottom:22px !important;
  border-bottom:0 !important;
}
.catalog-head-v3 .catalog-head-copy{
  min-width:0 !important;
}
.catalog-head-v3 h1{
  margin:0 !important;
}
.catalog-head-v3 .woocommerce-result-count,
.catalog-head-v3 .term-description,
.catalog-head-v3 .archive-description,
.catalog-head-v3 .page-description{
  display:none !important;
}
.catalog-sort-v3,
.catalog-head-v3 .woocommerce-ordering{
  justify-self:end !important;
  align-self:start !important;
  width:100% !important;
  max-width:280px !important;
  margin:0 !important;
}
.catalog-grid-v2{
  justify-content:start !important;
  justify-items:start !important;
  align-items:start !important;
}
.catalog-grid-v2 .product,
.catalog-grid-v2 > *{
  width:100% !important;
  max-width:380px !important;
}
@media (max-width:1100px){
  .catalog-grid-v2 .product,
  .catalog-grid-v2 > *{max-width:none !important;}
}
@media (max-width:760px){
  .catalog-head-v3{
    grid-template-columns:1fr !important;
    gap:12px !important;
    margin-bottom:18px !important;
  }
  .catalog-sort-v3,
  .catalog-head-v3 .woocommerce-ordering{
    justify-self:stretch !important;
    max-width:none !important;
  }
}



/* v150 shop archive final left align + first empty cell fix */
.woocommerce-page-shell .container-narrow.woocommerce-page-content{
  max-width:1344px !important;
}
.woocommerce-page-shell ul.products,
.woocommerce-page-shell .products.columns-4,
.woocommerce ul.products{
  display:grid !important;
  grid-template-columns:repeat(auto-fill,minmax(220px,220px)) !important;
  gap:28px !important;
  justify-content:start !important;
  justify-items:stretch !important;
  align-content:start !important;
  align-items:stretch !important;
  list-style:none !important;
  padding:0 !important;
  margin:0 !important;
  clear:none !important;
}
.woocommerce-page-shell ul.products::before,
.woocommerce-page-shell ul.products::after,
.woocommerce-page-shell .products.columns-4::before,
.woocommerce-page-shell .products.columns-4::after,
.woocommerce ul.products::before,
.woocommerce ul.products::after{
  content:none !important;
  display:none !important;
}
.woocommerce-page-shell ul.products > li.product,
.woocommerce-page-shell .products.columns-4 > li.product,
.woocommerce ul.products > li.product{
  width:220px !important;
  max-width:220px !important;
  min-width:0 !important;
  margin:0 !important;
  float:none !important;
  clear:none !important;
  justify-self:start !important;
  grid-column:auto !important;
  grid-column-start:auto !important;
  grid-column-end:auto !important;
  grid-row:auto !important;
  transform:none !important;
}
.woocommerce-page-shell ul.products > li.product:first-child,
.woocommerce-page-shell .products.columns-4 > li.product:first-child,
.woocommerce ul.products > li.product:first-child{
  margin-left:0 !important;
  grid-column:auto !important;
  grid-column-start:auto !important;
  transform:none !important;
}
.woocommerce-page-shell ul.products > li.product.hidden,
.woocommerce-page-shell .products.columns-4 > li.product.hidden,
.woocommerce ul.products > li.product.hidden,
.woocommerce-page-shell ul.products > li.product[style*="display:none"],
.woocommerce-page-shell .products.columns-4 > li.product[style*="display:none"],
.woocommerce ul.products > li.product[style*="display:none"]{
  display:none !important;
}
.catalog-grid-v2{
  justify-content:start !important;
  justify-items:start !important;
  align-items:start !important;
}
.catalog-grid-v2 .product,
.catalog-grid-v2 > *{
  width:100% !important;
  max-width:380px !important;
  margin-left:0 !important;
  grid-column:auto !important;
  grid-column-start:auto !important;
  transform:none !important;
}
.catalog-grid-v2::before,
.catalog-grid-v2::after{
  content:none !important;
  display:none !important;
}
@media (max-width:1100px){
  .woocommerce-page-shell ul.products,
  .woocommerce-page-shell .products.columns-4,
  .woocommerce ul.products{
    grid-template-columns:repeat(2,minmax(0,220px)) !important;
  }
  .catalog-grid-v2 .product,
  .catalog-grid-v2 > *{
    max-width:none !important;
  }
}
@media (max-width:760px){
  .woocommerce-page-shell ul.products,
  .woocommerce-page-shell .products.columns-4,
  .woocommerce ul.products{
    grid-template-columns:1fr !important;
  }
  .woocommerce-page-shell ul.products > li.product,
  .woocommerce-page-shell .products.columns-4 > li.product,
  .woocommerce ul.products > li.product{
    width:100% !important;
    max-width:none !important;
  }
}

/* v160 premium shop toolbar */
.woocommerce-page-shell .woocommerce-result-count,
.shop-page-v6 .woocommerce-result-count,
.shop-page-filters-v2 .woocommerce-result-count,
.catalog-head-v2 .woocommerce-result-count,
.catalog-head-v3 .woocommerce-result-count{
  display:none !important;
}

.shop-page-v6 .shop-sort-pill-v2,
.shop-page-filters-v2 .shop-sort-pill-v2,
.catalog-sort-v3{
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  width:100% !important;
  max-width:320px !important;
  margin:0 !important;
}

.shop-sort-pill-v2 .woocommerce-ordering,
.catalog-sort-v3 .woocommerce-ordering,
.woocommerce-page-shell .woocommerce-ordering{
  position:relative !important;
  width:100% !important;
  margin:0 !important;
}

.shop-sort-pill-v2 .woocommerce-ordering::after,
.catalog-sort-v3 .woocommerce-ordering::after,
.woocommerce-page-shell .woocommerce-ordering::after{
  content:'▾' !important;
  position:absolute !important;
  right:18px !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  pointer-events:none !important;
  font-size:14px !important;
  color:#0f172a !important;
  opacity:.75 !important;
}

.shop-sort-pill-v2 .woocommerce-ordering select,
.catalog-sort-v3 .woocommerce-ordering select,
.woocommerce-page-shell .woocommerce-ordering select{
  -webkit-appearance:none !important;
  appearance:none !important;
  width:100% !important;
  height:52px !important;
  border-radius:16px !important;
  border:1px solid rgba(15,23,42,.10) !important;
  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%) !important;
  box-shadow:0 10px 30px rgba(15,23,42,.08) !important;
  color:#0f172a !important;
  font-weight:700 !important;
  font-size:14px !important;
  letter-spacing:.01em !important;
  padding:0 48px 0 18px !important;
  outline:none !important;
  transition:border-color .25s ease, box-shadow .25s ease, transform .25s ease !important;
}

.shop-sort-pill-v2 .woocommerce-ordering select:hover,
.catalog-sort-v3 .woocommerce-ordering select:hover,
.woocommerce-page-shell .woocommerce-ordering select:hover{
  border-color:rgba(15,23,42,.18) !important;
  box-shadow:0 14px 36px rgba(15,23,42,.12) !important;
}

.shop-sort-pill-v2 .woocommerce-ordering select:focus,
.catalog-sort-v3 .woocommerce-ordering select:focus,
.woocommerce-page-shell .woocommerce-ordering select:focus{
  border-color:#111827 !important;
  box-shadow:0 0 0 4px rgba(17,24,39,.08), 0 14px 36px rgba(15,23,42,.14) !important;
}

@media (max-width:760px){
  .shop-page-v6 .shop-sort-pill-v2,
  .shop-page-filters-v2 .shop-sort-pill-v2,
  .catalog-sort-v3{
    max-width:none !important;
  }
  .shop-sort-pill-v2 .woocommerce-ordering select,
  .catalog-sort-v3 .woocommerce-ordering select,
  .woocommerce-page-shell .woocommerce-ordering select{
    height:48px !important;
    border-radius:14px !important;
  }
}


/* v161 compact premium sort */
.shop-page-v6 .shop-sort-pill-v2,
.shop-page-filters-v2 .shop-sort-pill-v2,
.catalog-sort-v3,
.woocommerce-page-shell .woocommerce-ordering{
  position: relative !important;
}

.shop-page-v6 .shop-sort-pill-v2,
.shop-page-filters-v2 .shop-sort-pill-v2,
.catalog-sort-v3{
  width: auto !important;
  max-width: none !important;
}

.shop-sort-pill-v2 .woocommerce-ordering,
.catalog-sort-v3 .woocommerce-ordering,
.woocommerce-page-shell .woocommerce-ordering{
  display: flex !important;
  justify-content: flex-end !important;
  width: auto !important;
  margin: 0 0 20px auto !important;
}

.shop-sort-pill-v2 .woocommerce-ordering::after,
.catalog-sort-v3 .woocommerce-ordering::after,
.woocommerce-page-shell .woocommerce-ordering::after{
  content: '▾' !important;
  right: 14px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  font-size: 12px !important;
  color: #64748b !important;
  opacity: 1 !important;
}

.shop-sort-pill-v2 .woocommerce-ordering select,
.catalog-sort-v3 .woocommerce-ordering select,
.woocommerce-page-shell .woocommerce-ordering select{
  width: auto !important;
  min-width: 220px !important;
  max-width: 260px !important;
  height: 40px !important;
  padding: 0 40px 0 14px !important;
  border-radius: 10px !important;
  border: 1px solid rgba(15,23,42,.08) !important;
  background: #ffffff !important;
  box-shadow: 0 4px 12px rgba(15,23,42,.06) !important;
  color: #0f172a !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  letter-spacing: 0 !important;
}

.shop-sort-pill-v2 .woocommerce-ordering select:hover,
.catalog-sort-v3 .woocommerce-ordering select:hover,
.woocommerce-page-shell .woocommerce-ordering select:hover{
  border-color: rgba(15,23,42,.15) !important;
  box-shadow: 0 6px 16px rgba(15,23,42,.08) !important;
}

.shop-sort-pill-v2 .woocommerce-ordering select:focus,
.catalog-sort-v3 .woocommerce-ordering select:focus,
.woocommerce-page-shell .woocommerce-ordering select:focus{
  border-color: #0ea5e9 !important;
  box-shadow: 0 0 0 3px rgba(14,165,233,.15) !important;
}

@media (max-width:760px){
  .shop-sort-pill-v2 .woocommerce-ordering,
  .catalog-sort-v3 .woocommerce-ordering,
  .woocommerce-page-shell .woocommerce-ordering{
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .shop-sort-pill-v2 .woocommerce-ordering select,
  .catalog-sort-v3 .woocommerce-ordering select,
  .woocommerce-page-shell .woocommerce-ordering select{
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }
}


/* v162 nike style shop toolbar + sidebar chips */
.shop-page-v6 .woocommerce-result-count,
.shop-page-filters-v2 .woocommerce-result-count,
.catalog-head-v2 .woocommerce-result-count,
.catalog-head-v3 .woocommerce-result-count,
.catalog-toolbar-v4 .woocommerce-result-count{
  display:inline-flex !important;
  align-items:center !important;
  margin:0 !important;
  padding:10px 14px !important;
  border-radius:999px !important;
  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%) !important;
  border:1px solid rgba(15,23,42,.08) !important;
  box-shadow:0 8px 24px rgba(15,23,42,.06) !important;
  color:#475569 !important;
  font-size:12px !important;
  font-weight:700 !important;
  letter-spacing:.01em !important;
}

.catalog-panel-v4{
  display:block !important;
}

.catalog-toolbar-v4{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:18px !important;
  margin:10px 0 22px !important;
}

.catalog-toolbar-meta{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  min-width:0 !important;
}

.catalog-sort-v4 .woocommerce-ordering{
  margin:0 !important;
}

.catalog-filter-layout-v4{
  display:grid !important;
  grid-template-columns:260px minmax(0,1fr) !important;
  gap:28px !important;
  align-items:start !important;
}

.catalog-sidebar-v4{
  position:sticky !important;
  top:120px !important;
}

.catalog-filter-card-v4{
  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%) !important;
  border:1px solid rgba(15,23,42,.08) !important;
  border-radius:24px !important;
  box-shadow:0 14px 34px rgba(15,23,42,.07) !important;
  padding:20px !important;
}

.catalog-filter-title-v4{
  font-size:15px !important;
  font-weight:800 !important;
  color:#0f172a !important;
  margin:0 0 14px !important;
  letter-spacing:.01em !important;
}

.catalog-chip-stack-v4,
.catalog-chip-row-v4{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:10px !important;
}

.catalog-chip-row-v4{
  margin:0 0 18px !important;
}

.catalog-chip-v4,
.catalog-chip-inline-v4{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  min-height:40px !important;
  padding:0 14px !important;
  border-radius:999px !important;
  border:1px solid rgba(15,23,42,.08) !important;
  background:#fff !important;
  color:#0f172a !important;
  font-size:13px !important;
  font-weight:700 !important;
  text-decoration:none !important;
  box-shadow:0 6px 18px rgba(15,23,42,.04) !important;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease, color .2s ease !important;
}

.catalog-chip-v4 small{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:22px !important;
  height:22px !important;
  padding:0 6px !important;
  border-radius:999px !important;
  background:rgba(15,23,42,.06) !important;
  color:#475569 !important;
  font-size:11px !important;
  font-weight:800 !important;
}

.catalog-chip-v4:hover,
.catalog-chip-inline-v4:hover{
  transform:translateY(-1px) !important;
  border-color:rgba(15,23,42,.18) !important;
  box-shadow:0 10px 26px rgba(15,23,42,.08) !important;
}

.catalog-chip-v4.is-active,
.catalog-chip-inline-v4.is-active{
  background:#0f172a !important;
  color:#ffffff !important;
  border-color:#0f172a !important;
  box-shadow:0 12px 28px rgba(15,23,42,.18) !important;
}

.catalog-chip-v4.is-active small{
  background:rgba(255,255,255,.16) !important;
  color:#ffffff !important;
}

.catalog-main-v4{
  min-width:0 !important;
}

.catalog-main-v4 .catalog-grid-v2{
  width:100% !important;
}

@media (max-width:1100px){
  .catalog-filter-layout-v4{
    grid-template-columns:1fr !important;
  }
  .catalog-sidebar-v4{
    position:static !important;
  }
}

@media (max-width:760px){
  .catalog-toolbar-v4{
    flex-direction:column !important;
    align-items:stretch !important;
  }
  .catalog-toolbar-meta{
    justify-content:flex-start !important;
  }
  .catalog-filter-card-v4{
    padding:16px !important;
    border-radius:18px !important;
  }
  .catalog-chip-v4,
  .catalog-chip-inline-v4{
    min-height:38px !important;
    font-size:12px !important;
    padding:0 12px !important;
  }
}


/* v163 title bar sort on top + premium product cards */
.catalog-head-v5{
  display:flex !important;
  align-items:flex-start !important;
  justify-content:space-between !important;
  gap:24px !important;
  margin:0 0 18px !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

.catalog-head-copy-v5{
  display:grid !important;
  gap:10px !important;
  min-width:0 !important;
}

.catalog-head-v5 h1{
  margin:0 !important;
  font-size:42px !important;
  line-height:1.05 !important;
  font-weight:900 !important;
  letter-spacing:-.03em !important;
  color:#0f172a !important;
}

.catalog-toolbar-meta-v5{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
}

.catalog-sort-v5,
.catalog-sort-v5 .woocommerce-ordering{
  margin:0 !important;
  flex:0 0 auto !important;
}

.catalog-sort-v5 .woocommerce-ordering select{
  min-width:250px !important;
}

.catalog-grid-wrap-v2{
  margin-top:8px !important;
}

.catalog-grid-v2{
  gap:30px !important;
}

.woocommerce-page-shell .catalog-card-v2,
.woocommerce-page-shell ul.products li.product.catalog-card-v2{
  border:1px solid rgba(15,23,42,.08) !important;
  border-radius:28px !important;
  overflow:hidden !important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfcfd 100%) !important;
  box-shadow:0 14px 34px rgba(15,23,42,.06) !important;
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease !important;
}

.woocommerce-page-shell .catalog-card-v2:hover{
  transform:translateY(-6px) !important;
  border-color:rgba(15,23,42,.14) !important;
  box-shadow:0 22px 48px rgba(15,23,42,.12) !important;
}

.catalog-card-media-v2{
  height:390px !important;
  min-height:390px !important;
  padding:22px !important;
  background:radial-gradient(circle at top,#17365d 0%,#0f213d 38%,#0a1324 100%) !important;
}

.catalog-card-media-v2::before{
  content:"" !important;
  position:absolute !important;
  inset:16px !important;
  border-radius:22px !important;
  border:1px solid rgba(255,255,255,.08) !important;
  pointer-events:none !important;
}

.catalog-card-media-v2 .catalog-card-media-img,
.catalog-card-media-v2 img{
  transform:scale(1) !important;
  transition:transform .35s ease !important;
}

.woocommerce-page-shell .catalog-card-v2:hover .catalog-card-media-v2 .catalog-card-media-img,
.woocommerce-page-shell .catalog-card-v2:hover .catalog-card-media-v2 img{
  transform:scale(1.04) !important;
}

.catalog-card-body-v2{
  gap:12px !important;
  padding:20px 20px 22px !important;
}

.catalog-card-eyebrow-v2{
  color:#7c8796 !important;
  font-size:11px !important;
  letter-spacing:.18em !important;
}

.catalog-card-title-v2{
  font-size:20px !important;
  line-height:1.22 !important;
  min-height:50px !important;
}

.catalog-card-price-v2,
.catalog-card-price-v2 .amount{
  font-size:24px !important;
  font-weight:900 !important;
  letter-spacing:-.02em !important;
}

.catalog-card-cta-v2{
  width:100% !important;
  min-height:52px !important;
  border-radius:16px !important;
  background:linear-gradient(180deg,#111827 0%,#0f172a 100%) !important;
  box-shadow:0 10px 22px rgba(15,23,42,.18) !important;
  font-size:15px !important;
  font-weight:800 !important;
}

.catalog-card-cta-v2:hover{
  transform:translateY(-1px) !important;
  background:linear-gradient(180deg,#162130 0%,#101827 100%) !important;
  box-shadow:0 14px 28px rgba(15,23,42,.22) !important;
}

@media (max-width:980px){
  .catalog-head-v5{
    flex-direction:column !important;
    align-items:stretch !important;
  }
  .catalog-sort-v5,
  .catalog-sort-v5 .woocommerce-ordering,
  .catalog-sort-v5 .woocommerce-ordering select{
    width:100% !important;
    min-width:0 !important;
  }
  .catalog-head-v5 h1{
    font-size:34px !important;
  }
  .catalog-card-media-v2{
    height:330px !important;
    min-height:330px !important;
  }
}

@media (max-width:640px){
  .catalog-head-v5 h1{
    font-size:28px !important;
  }
  .catalog-card-v2{
    border-radius:22px !important;
  }
  .catalog-card-media-v2{
    height:280px !important;
    min-height:280px !important;
    padding:18px !important;
  }
  .catalog-card-body-v2{
    padding:18px !important;
  }
  .catalog-card-price-v2,
  .catalog-card-price-v2 .amount{
    font-size:22px !important;
  }
}

/* v2025-04-22 category header modern sort alignment */
.woocommerce-page-shell .container-narrow.woocommerce-page-content{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  grid-template-areas:
    "title sort"
    "count sort"
    "products products" !important;
  align-items:start !important;
  column-gap:28px !important;
  row-gap:10px !important;
}

.woocommerce-page-shell .page-title{
  grid-area:title !important;
  margin:0 !important;
  align-self:center !important;
}

.woocommerce-page-shell .woocommerce-result-count{
  grid-area:count !important;
  margin:0 0 6px !important;
  align-self:start !important;
}

.woocommerce-page-shell .woocommerce-ordering{
  grid-area:sort !important;
  margin:0 !important;
  align-self:start !important;
  justify-self:end !important;
  position:relative !important;
  min-width:258px !important;
}

.woocommerce-page-shell ul.products{
  grid-area:products !important;
  margin-top:6px !important;
}

.woocommerce-page-shell .woocommerce-ordering::after{
  content:"" !important;
  position:absolute !important;
  right:16px !important;
  top:50% !important;
  width:10px !important;
  height:10px !important;
  border-right:2px solid #64748b !important;
  border-bottom:2px solid #64748b !important;
  transform:translateY(-65%) rotate(45deg) !important;
  pointer-events:none !important;
  z-index:2 !important;
}

.woocommerce-page-shell .woocommerce-ordering select{
  appearance:none !important;
  -webkit-appearance:none !important;
  width:100% !important;
  min-width:258px !important;
  height:48px !important;
  padding:0 46px 0 16px !important;
  border-radius:16px !important;
  border:1px solid rgba(15,23,42,.10) !important;
  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%) !important;
  box-shadow:0 10px 24px rgba(15,23,42,.08) !important;
  color:#0f172a !important;
  font-size:14px !important;
  font-weight:700 !important;
  letter-spacing:-.01em !important;
  cursor:pointer !important;
  transition:border-color .22s ease, box-shadow .22s ease, transform .22s ease !important;
}

.woocommerce-page-shell .woocommerce-ordering select:hover{
  border-color:rgba(15,23,42,.18) !important;
  box-shadow:0 14px 28px rgba(15,23,42,.12) !important;
}

.woocommerce-page-shell .woocommerce-ordering select:focus{
  outline:none !important;
  border-color:rgba(37,99,235,.35) !important;
  box-shadow:0 0 0 4px rgba(37,99,235,.10), 0 14px 28px rgba(15,23,42,.12) !important;
}

@media (max-width: 980px){
  .woocommerce-page-shell .container-narrow.woocommerce-page-content{
    grid-template-columns:1fr !important;
    grid-template-areas:
      "title"
      "count"
      "sort"
      "products" !important;
    row-gap:14px !important;
  }

  .woocommerce-page-shell .woocommerce-ordering{
    justify-self:stretch !important;
    min-width:0 !important;
  }

  .woocommerce-page-shell .woocommerce-ordering select{
    min-width:0 !important;
  }
}



/* ================================
   vFinal modern product visuals + favorites + buttons
   ================================ */

/* Product image: use normal uploaded WooCommerce visuals */
.woocommerce ul.products li.product,
.woocommerce-page-shell ul.products li.product{
  position: relative !important;
  overflow: hidden !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link,
.woocommerce-page-shell ul.products li.product .woocommerce-loop-product__link{
  display: block !important;
  padding: 0 !important;
}

.woocommerce ul.products li.product img,
.woocommerce-page-shell ul.products li.product img,
.catalog-card-v2 img,
.catalog-card-v2 .product-image img{
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border-radius: 18px 18px 0 0 !important;
  box-shadow: none !important;
}

.catalog-card-v2 .product-image,
.woocommerce ul.products li.product .product-image,
.woocommerce-page-shell ul.products li.product .product-image{
  padding: 0 !important;
  min-height: unset !important;
  height: auto !important;
  background: transparent !important;
}

/* More premium card body */
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page-shell ul.products li.product .woocommerce-loop-product__title{
  line-height: 1.18 !important;
}

.woocommerce ul.products li.product .price,
.woocommerce-page-shell ul.products li.product .price{
  font-weight: 800 !important;
  letter-spacing: -.02em !important;
}

/* Modern action buttons: Nike/Zara inspired */
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .added_to_cart,
.woocommerce-page-shell ul.products li.product .button,
.woocommerce-page-shell ul.products li.product a.button,
.woocommerce-page-shell ul.products li.product .added_to_cart{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 46px !important;
  width: 100% !important;
  padding: 0 18px !important;
  margin-top: 14px !important;
  border: 1px solid rgba(15,23,42,.12) !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg,#0f172a 0%, #111827 50%, #020617 100%) !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  letter-spacing: -.01em !important;
  box-shadow: 0 10px 24px rgba(2,6,23,.18) !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease !important;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product a.button:hover,
.woocommerce ul.products li.product .added_to_cart:hover,
.woocommerce-page-shell ul.products li.product .button:hover,
.woocommerce-page-shell ul.products li.product a.button:hover,
.woocommerce-page-shell ul.products li.product .added_to_cart:hover{
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 28px rgba(2,6,23,.24) !important;
  border-color: rgba(255,255,255,.08) !important;
  background: linear-gradient(135deg,#111827 0%, #0f172a 60%, #000814 100%) !important;
  color: #ffffff !important;
}

.woocommerce ul.products li.product .button:focus,
.woocommerce ul.products li.product a.button:focus,
.woocommerce ul.products li.product .added_to_cart:focus,
.woocommerce-page-shell ul.products li.product .button:focus,
.woocommerce-page-shell ul.products li.product a.button:focus,
.woocommerce-page-shell ul.products li.product .added_to_cart:focus{
  outline: none !important;
  box-shadow: 0 0 0 4px rgba(59,130,246,.16), 0 14px 28px rgba(2,6,23,.24) !important;
}

/* Optional wishlist plugin support: TI WooCommerce Wishlist */
.tinv-wishlist{
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  z-index: 9 !important;
  margin: 0 !important;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button,
.tinv-wishlist a{
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.94) !important;
  border: 1px solid rgba(15,23,42,.08) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 10px 22px rgba(15,23,42,.12) !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease !important;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button:hover,
.tinv-wishlist a:hover{
  transform: translateY(-2px) scale(1.03) !important;
  box-shadow: 0 14px 28px rgba(15,23,42,.16) !important;
  background: #ffffff !important;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button i,
.tinv-wishlist .tinvwl_add_to_wishlist_button svg,
.tinv-wishlist a i,
.tinv-wishlist a svg{
  color: #0f172a !important;
  fill: #0f172a !important;
  font-size: 16px !important;
}

.tinvwl-product-in-list .tinvwl_add_to_wishlist_button i,
.tinvwl-product-in-list .tinvwl_add_to_wishlist_button svg,
.tinvwl-product-in-list a i,
.tinvwl-product-in-list a svg{
  color: #ef4444 !important;
  fill: #ef4444 !important;
}

/* Show wishlist softly on hover for desktop */
@media (min-width: 992px){
  .woocommerce ul.products li.product .tinv-wishlist,
  .woocommerce-page-shell ul.products li.product .tinv-wishlist{
    opacity: .92 !important;
  }
}

/* Compact spacing on small screens */
@media (max-width: 767px){
  .woocommerce ul.products li.product .button,
  .woocommerce ul.products li.product a.button,
  .woocommerce-page-shell ul.products li.product .button,
  .woocommerce-page-shell ul.products li.product a.button{
    min-height: 42px !important;
    font-size: 13px !important;
    border-radius: 12px !important;
  }

  .tinv-wishlist{
    top: 10px !important;
    right: 10px !important;
  }

  .tinv-wishlist .tinvwl_add_to_wishlist_button,
  .tinv-wishlist a{
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
  }
}




/* =========================================
   vPro football club header / top bar
   ========================================= */

/* Header shell */
.site-shell > header.header.nav-dropdown-has-arrow.logo-left,
.site-shell > header.header{
  position: sticky !important;
  top: 32px !important;
  z-index: 120 !important;
  width: min(1280px, calc(100% - 48px)) !important;
  margin: 18px auto 18px !important;
  padding: 14px 22px !important;
  border-radius: 26px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(248,250,252,.96) 100%) !important;
  border: 1px solid rgba(15,23,42,.08) !important;
  box-shadow:
    0 10px 30px rgba(15,23,42,.08),
    0 1px 0 rgba(255,255,255,.9) inset !important;
  backdrop-filter: blur(10px) saturate(130%) !important;
  -webkit-backdrop-filter: blur(10px) saturate(130%) !important;
}

/* Add subtle club accent line */
.site-shell > header.header.nav-dropdown-has-arrow.logo-left::before,
.site-shell > header.header::before{
  content: "" !important;
  position: absolute !important;
  left: 22px !important;
  right: 22px !important;
  top: 0 !important;
  height: 3px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg,#0f172a 0%, #c9a227 28%, #0f172a 56%, #c9a227 78%, #0f172a 100%) !important;
  opacity: .9 !important;
}

/* Layout */
.site-shell > header.header .header-inner,
.site-shell > header.header .container,
.site-shell > header.header .header-wrap,
.site-shell > header.header.nav-dropdown-has-arrow.logo-left .header-inner{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 22px !important;
}

/* Logo side */
.site-shell > header.header .logo,
.site-shell > header.header .site-logo,
.site-shell > header.header .custom-logo-link{
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  text-decoration: none !important;
}

.site-shell > header.header .custom-logo,
.site-shell > header.header .site-logo img,
.site-shell > header.header .logo img{
  max-height: 56px !important;
  width: auto !important;
  filter: drop-shadow(0 4px 12px rgba(15,23,42,.10)) !important;
}

.site-shell > header.header .site-title,
.site-shell > header.header .logo-text strong,
.site-shell > header.header .logo-text{
  color: #0f172a !important;
  font-weight: 900 !important;
  letter-spacing: -.02em !important;
}

.site-shell > header.header .site-description,
.site-shell > header.header .logo-text span,
.site-shell > header.header .logo-subtitle{
  color: #64748b !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

/* Center nav */
.site-shell > header.header nav,
.site-shell > header.header .main-nav,
.site-shell > header.header .menu-main-container{
  flex: 1 1 auto !important;
}

.site-shell > header.header ul.menu,
.site-shell > header.header .main-menu,
.site-shell > header.header nav > ul{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.site-shell > header.header ul.menu > li,
.site-shell > header.header .main-menu > li,
.site-shell > header.header nav > ul > li{
  position: relative !important;
  margin: 0 !important;
}

.site-shell > header.header ul.menu > li > a,
.site-shell > header.header .main-menu > li > a,
.site-shell > header.header nav > ul > li > a{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 46px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  color: #0f172a !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: .01em !important;
  text-decoration: none !important;
  transition: all .22s ease !important;
}

.site-shell > header.header ul.menu > li > a:hover,
.site-shell > header.header .main-menu > li > a:hover,
.site-shell > header.header nav > ul > li > a:hover{
  background: rgba(15,23,42,.05) !important;
  color: #0f172a !important;
}

.site-shell > header.header ul.menu > li.current-menu-item > a,
.site-shell > header.header ul.menu > li.current_page_item > a,
.site-shell > header.header .main-menu > li.current-menu-item > a,
.site-shell > header.header nav > ul > li.current-menu-item > a{
  background: linear-gradient(135deg,#0f172a 0%, #111827 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 24px rgba(15,23,42,.18) !important;
}

.site-shell > header.header ul.menu > li.current-menu-item > a::after,
.site-shell > header.header ul.menu > li.current_page_item > a::after,
.site-shell > header.header .main-menu > li.current-menu-item > a::after,
.site-shell > header.header nav > ul > li.current-menu-item > a::after{
  content: "" !important;
  position: absolute !important;
  left: 18px !important;
  right: 18px !important;
  bottom: 6px !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg,#f8d15b 0%, #c9a227 100%) !important;
  opacity: .95 !important;
}

/* Dropdown */
.site-shell > header.header ul.sub-menu,
.site-shell > header.header .sub-menu{
  margin-top: 10px !important;
  padding: 10px !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,.98) !important;
  border: 1px solid rgba(15,23,42,.08) !important;
  box-shadow: 0 18px 38px rgba(15,23,42,.14) !important;
}

.site-shell > header.header ul.sub-menu li a,
.site-shell > header.header .sub-menu li a{
  border-radius: 12px !important;
  min-height: 42px !important;
  padding: 10px 14px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

/* Right action icons */
.site-shell > header.header .header-actions,
.site-shell > header.header .header-icons,
.site-shell > header.header .right-tools,
.site-shell > header.header .header-tools{
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.site-shell > header.header .header-actions a,
.site-shell > header.header .header-icons a,
.site-shell > header.header .right-tools a,
.site-shell > header.header .header-tools a,
.site-shell > header.header .search-toggle,
.site-shell > header.header .account-toggle,
.site-shell > header.header .cart-toggle,
.site-shell > header.header .wishlist-toggle,
.site-shell > header.header .header-icon{
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg,#ffffff 0%, #f8fafc 100%) !important;
  border: 1px solid rgba(15,23,42,.08) !important;
  box-shadow: 0 10px 20px rgba(15,23,42,.08) !important;
  color: #0f172a !important;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease !important;
}

.site-shell > header.header .header-actions a:hover,
.site-shell > header.header .header-icons a:hover,
.site-shell > header.header .right-tools a:hover,
.site-shell > header.header .header-tools a:hover,
.site-shell > header.header .search-toggle:hover,
.site-shell > header.header .account-toggle:hover,
.site-shell > header.header .cart-toggle:hover,
.site-shell > header.header .wishlist-toggle:hover,
.site-shell > header.header .header-icon:hover{
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 28px rgba(15,23,42,.12) !important;
  background: #ffffff !important;
}

.site-shell > header.header .cart-count,
.site-shell > header.header .wishlist-count,
.site-shell > header.header .header-count,
.site-shell > header.header .count{
  position: absolute !important;
  top: -4px !important;
  right: -2px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 22px !important;
  height: 22px !important;
  padding: 0 6px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg,#c9a227 0%, #f8d15b 100%) !important;
  color: #0f172a !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  border: 2px solid #ffffff !important;
  box-shadow: 0 8px 18px rgba(201,162,39,.24) !important;
}

/* Admin bar compensation */
body.admin-bar .site-shell > header.header.nav-dropdown-has-arrow.logo-left,
body.admin-bar .site-shell > header.header{
  top: 42px !important;
}

/* Page content breathing room under sticky header */
.site-shell > main.content-wrapper,
.content-wrapper.shop-page,
.content-wrapper.woocommerce-page-shell{
  padding-top: 8px !important;
}

/* Tablet */
@media (max-width: 1100px){
  .site-shell > header.header.nav-dropdown-has-arrow.logo-left,
  .site-shell > header.header{
    width: calc(100% - 28px) !important;
    padding: 12px 14px !important;
    border-radius: 22px !important;
  }

  .site-shell > header.header ul.menu,
  .site-shell > header.header .main-menu,
  .site-shell > header.header nav > ul{
    gap: 4px !important;
  }

  .site-shell > header.header ul.menu > li > a,
  .site-shell > header.header .main-menu > li > a,
  .site-shell > header.header nav > ul > li > a{
    min-height: 42px !important;
    padding: 0 12px !important;
    font-size: 13px !important;
  }

  .site-shell > header.header .header-actions a,
  .site-shell > header.header .header-icons a,
  .site-shell > header.header .right-tools a,
  .site-shell > header.header .header-tools a{
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
  }
}

/* Mobile */
@media (max-width: 820px){
  .site-shell > header.header.nav-dropdown-has-arrow.logo-left,
  .site-shell > header.header{
    top: 10px !important;
    width: calc(100% - 18px) !important;
    margin: 10px auto 14px !important;
    padding: 10px 12px !important;
    border-radius: 18px !important;
  }

  body.admin-bar .site-shell > header.header.nav-dropdown-has-arrow.logo-left,
  body.admin-bar .site-shell > header.header{
    top: 10px !important;
  }

  .site-shell > header.header::before{
    left: 12px !important;
    right: 12px !important;
  }

  .site-shell > header.header .custom-logo,
  .site-shell > header.header .site-logo img,
  .site-shell > header.header .logo img{
    max-height: 44px !important;
  }

  .site-shell > header.header .site-description,
  .site-shell > header.header .logo-text span,
  .site-shell > header.header .logo-subtitle{
    display: none !important;
  }

  .site-shell > header.header nav,
  .site-shell > header.header .main-nav,
  .site-shell > header.header .menu-main-container{
    flex: 0 1 auto !important;
  }
}



/* =========================================
   vFinal header cleanup + native favorites
   ========================================= */
.site-shell > header.header .brand-wordmark,
.site-shell > header.header .brand-wordmark-stack,
.site-shell > header.header .site-title,
.site-shell > header.header .site-description,
.site-shell > header.header .logo-text,
.site-shell > header.header .logo-subtitle{
  display: none !important;
}

.site-shell > header.header .header-branding{
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
}

.site-shell > header.header .logo a{
  display: inline-flex !important;
  align-items: center !important;
}

.site-shell > header.header .header-actions{
  gap: 12px !important;
}

.site-shell > header.header .header-action-circle,
.site-shell > header.header .header-icon-link{
  position: relative !important;
  overflow: hidden !important;
}

.site-shell > header.header .header-action-circle::before,
.site-shell > header.header .header-icon-link::before{
  content: "" !important;
  position: absolute !important;
  inset: 1px !important;
  border-radius: inherit !important;
  background: linear-gradient(180deg, rgba(255,255,255,.95) 0%, rgba(241,245,249,.88) 100%) !important;
  z-index: 0 !important;
}

.site-shell > header.header .header-action-circle > *,
.site-shell > header.header .header-icon-link > *{
  position: relative !important;
  z-index: 1 !important;
}

.site-shell > header.header .header-action-circle svg,
.site-shell > header.header .header-icon-link svg,
.altayts-favorite-btn svg,
.altayts-wishlist-empty__icon svg{
  width: 20px !important;
  height: 20px !important;
  display: block !important;
}

.site-shell > header.header .wishlist-link .wishlist-count,
.site-shell > header.header .cart-link .sepetUrunSayisi{
  top: -5px !important;
  right: -4px !important;
}

/* Product favorite button */
.altayts-favorite-btn{
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  z-index: 12 !important;
  width: 44px !important;
  height: 44px !important;
  border: 1px solid rgba(255,255,255,.24) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.88) !important;
  color: #0f172a !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 14px 30px rgba(15,23,42,.14) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  cursor: pointer !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease !important;
}

.altayts-favorite-btn:hover{
  transform: translateY(-2px) scale(1.03) !important;
  box-shadow: 0 18px 36px rgba(15,23,42,.18) !important;
}

.altayts-favorite-btn.is-active{
  background: linear-gradient(135deg,#fff1f2 0%, #ffffff 100%) !important;
  color: #e11d48 !important;
  border-color: rgba(225,29,72,.16) !important;
}

.altayts-favorite-btn.is-loading{
  opacity: .7 !important;
  pointer-events: none !important;
}

.altayts-favorite-btn__icon{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.altayts-favorite-btn.is-active svg path{
  fill: currentColor !important;
}

/* Wishlist page */
.altayts-wishlist-page{
  width: min(1280px, calc(100% - 32px)) !important;
  margin: 24px auto 48px !important;
}

.altayts-wishlist-head{
  display: flex !important;
  align-items: end !important;
  justify-content: space-between !important;
  gap: 18px !important;
  margin-bottom: 22px !important;
}

.altayts-wishlist-head h1{
  margin: 0 !important;
  font-size: clamp(32px, 4vw, 48px) !important;
  line-height: 1 !important;
}

.altayts-wishlist-head p{
  margin: 0 !important;
  color: #64748b !important;
  font-weight: 600 !important;
}

.altayts-wishlist-empty{
  padding: 48px 24px !important;
  border-radius: 28px !important;
  background: linear-gradient(180deg,#ffffff 0%, #f8fafc 100%) !important;
  border: 1px solid rgba(15,23,42,.08) !important;
  box-shadow: 0 18px 36px rgba(15,23,42,.08) !important;
  text-align: center !important;
}

.altayts-wishlist-empty__icon{
  width: 72px !important;
  height: 72px !important;
  margin: 0 auto 18px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(135deg,#fff1f2 0%, #ffffff 100%) !important;
  color: #e11d48 !important;
  box-shadow: 0 12px 28px rgba(225,29,72,.12) !important;
}

.altayts-wishlist-empty h2{
  margin: 0 0 10px !important;
}

.altayts-wishlist-empty p{
  margin: 0 0 18px !important;
  color: #64748b !important;
}

.altayts-wishlist-empty__cta{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 0 22px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg,#0f172a 0%, #111827 100%) !important;
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 800 !important;
  box-shadow: 0 14px 28px rgba(15,23,42,.18) !important;
}

@media (max-width: 820px){
  .altayts-favorite-btn{
    width: 40px !important;
    height: 40px !important;
    top: 12px !important;
    right: 12px !important;
  }

  .altayts-wishlist-page{
    width: calc(100% - 18px) !important;
    margin-top: 16px !important;
  }

  .altayts-wishlist-head{
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}



/* native favorites fix */
.altayts-single-favorite-wrap{
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  margin: 10px 0 18px !important;
}
.single-product .summary .altayts-favorite-btn{
  position: relative !important;
  top: auto !important;
  right: auto !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(15,23,42,.10) !important;
  background: linear-gradient(180deg,#fff 0%, #f8fafc 100%) !important;
  color: #0f172a !important;
  box-shadow: 0 10px 22px rgba(15,23,42,.10) !important;
}
.single-product .summary .altayts-favorite-btn:hover{
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 28px rgba(15,23,42,.14) !important;
}
.single-product .summary .altayts-favorite-btn.is-active{
  background: linear-gradient(135deg,#fff1f2 0%, #ffe4e6 100%) !important;
  border-color: rgba(239,68,68,.18) !important;
  color: #e11d48 !important;
}
.altayts-single-favorite-text{
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #475569 !important;
}

/* hide TI wishlist plugin UI if plugin stays active */
.single-product .summary .tinv-wraper,
.single-product .summary .tinv-wishlist,
.single-product .summary .woocommerce-TInvWL,
.woocommerce ul.products li.product .tinv-wraper,
.woocommerce ul.products li.product .tinv-wishlist:not(.altayts-favorite-btn),
.woocommerce-page ul.products li.product .tinv-wraper,
.woocommerce-page ul.products li.product .tinv-wishlist:not(.altayts-favorite-btn){
  display: none !important;
}

/* header wishlist count always visible and modern */
#altaytsWishlistCount,
.header-count.wishlist-count{
  display: inline-flex !important;
}



/* account area refinement */
.woocommerce-account .woocommerce-MyAccount-navigation{
  width: 280px !important;
}
.woocommerce-account .woocommerce-MyAccount-content{
  width: calc(100% - 320px) !important;
}
.altay-account-nav ul{
  display:flex !important;
  flex-direction:column !important;
  gap:10px !important;
}
.altay-account-nav li a{
  min-height: 54px !important;
  border-radius: 16px !important;
  font-weight: 700 !important;
}
.altay-account-nav li.is-active a,
.altay-account-nav li.is-active a:hover{
  background: linear-gradient(135deg,#0f172a 0%, #111827 100%) !important;
  color:#fff !important;
  box-shadow: 0 14px 28px rgba(15,23,42,.16) !important;
}
.altay-account-nav-icon{
  width: 28px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
}
.altay-account-quicklinks{
  display:grid !important;
  grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  gap:10px !important;
}
.altay-account-quicklinks a{
  min-height: 52px !important;
  border-radius: 16px !important;
}
.altay-account-section-head{
  margin-bottom: 18px !important;
}
.altay-account-section-head h3{
  margin:0 0 6px !important;
  font-size: 28px !important;
  line-height:1.1 !important;
}
.altay-account-section-head p{
  margin:0 !important;
  color:#64748b !important;
  font-weight:500 !important;
}
.altay-account-panel{
  background:#fff !important;
  border:1px solid rgba(15,23,42,.08) !important;
  border-radius: 24px !important;
  padding: 28px !important;
  box-shadow: 0 18px 40px rgba(15,23,42,.06) !important;
}
.altay-account-panel .woocommerce-form-track-order,
.altay-account-panel form.track_order{
  max-width: 720px !important;
}
.altay-account-panel .form-row{
  margin-bottom: 16px !important;
}
.altay-account-panel input.input-text,
.altay-account-panel select,
.altay-account-panel textarea{
  min-height: 52px !important;
  border-radius: 14px !important;
  border:1px solid rgba(15,23,42,.12) !important;
  background:#f8fafc !important;
}
.altay-account-panel button,
.altay-account-panel .button{
  min-height: 48px !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg,#0f172a 0%, #111827 100%) !important;
  color:#fff !important;
  border:none !important;
  font-weight:800 !important;
}
@media (max-width: 1024px){
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content{
    width:100% !important;
  }
  .altay-account-quicklinks{
    grid-template-columns: 1fr !important;
  }
}



/* account fixes */
.altay-account-panel-orders .altay-orders-grid{
  display:grid !important;
  grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  gap:18px !important;
}
.altay-order-card{
  background:#fff !important;
  border:1px solid rgba(15,23,42,.08) !important;
  border-radius:20px !important;
  padding:20px !important;
  box-shadow:0 16px 34px rgba(15,23,42,.06) !important;
}
.altay-order-head{
  display:flex !important;
  align-items:flex-start !important;
  justify-content:space-between !important;
  gap:12px !important;
  margin-bottom:16px !important;
}
.altay-order-head small{
  display:block !important;
  color:#64748b !important;
  margin-bottom:4px !important;
}
.altay-order-head strong{
  font-size:22px !important;
  line-height:1.1 !important;
}
.altay-order-status{
  display:inline-flex !important;
  align-items:center !important;
  min-height:34px !important;
  padding:0 12px !important;
  border-radius:999px !important;
  background:#f8fafc !important;
  border:1px solid rgba(15,23,42,.08) !important;
  font-size:12px !important;
  font-weight:800 !important;
}
.altay-order-meta{
  display:grid !important;
  grid-template-columns: repeat(3,minmax(0,1fr)) !important;
  gap:12px !important;
  margin-bottom:16px !important;
}
.altay-order-meta span{
  display:block !important;
  color:#64748b !important;
  font-size:12px !important;
  margin-bottom:4px !important;
}
.altay-order-meta b{
  font-size:15px !important;
}
.altay-order-actions{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:10px !important;
}
.altay-order-actions .button{
  min-height:42px !important;
  border-radius:12px !important;
}
.altay-orders-pagination{
  display:flex !important;
  gap:12px !important;
  margin-top:18px !important;
}
@media (max-width: 1024px){
  .altay-account-panel-orders .altay-orders-grid{
    grid-template-columns: 1fr !important;
  }
  .altay-order-meta{
    grid-template-columns: 1fr !important;
  }
}



/* premium addresses */
.altay-address-grid{
  display:grid !important;
  grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  gap:20px !important;
}
.altay-address-card{
  background:#fff !important;
  border:1px solid rgba(15,23,42,.08) !important;
  border-radius:24px !important;
  padding:24px !important;
  box-shadow:0 18px 40px rgba(15,23,42,.06) !important;
  display:flex !important;
  flex-direction:column !important;
  min-height:280px !important;
}
.altay-address-card__head{
  display:flex !important;
  align-items:flex-start !important;
  justify-content:space-between !important;
  gap:12px !important;
  margin-bottom:18px !important;
}
.altay-address-card__head small{
  display:block !important;
  margin-bottom:6px !important;
  color:#64748b !important;
  font-size:12px !important;
  letter-spacing:.03em !important;
}
.altay-address-card__head h4{
  margin:0 !important;
  font-size:28px !important;
  line-height:1.05 !important;
}
.altay-address-card__badge{
  display:inline-flex !important;
  align-items:center !important;
  min-height:34px !important;
  padding:0 12px !important;
  border-radius:999px !important;
  background:#f8fafc !important;
  border:1px solid rgba(15,23,42,.08) !important;
  color:#0f172a !important;
  font-size:12px !important;
  font-weight:800 !important;
}
.altay-address-card.is-empty .altay-address-card__badge{
  background:#fff7ed !important;
  border-color:rgba(249,115,22,.18) !important;
  color:#c2410c !important;
}
.altay-address-card.is-filled .altay-address-card__badge{
  background:#ecfdf5 !important;
  border-color:rgba(16,185,129,.18) !important;
  color:#047857 !important;
}
.altay-address-card__body{
  flex:1 1 auto !important;
  color:#334155 !important;
}
.altay-address-card__text p{
  margin:0 0 10px !important;
}
.altay-address-card__actions{
  margin-top:18px !important;
}
.altay-address-card__actions .button{
  min-height:48px !important;
  border-radius:14px !important;
}

/* premium tracking */
.altay-track-grid{
  display:grid !important;
  grid-template-columns: 1fr !important;
  gap:20px !important;
}
.altay-track-card{
  background:#fff !important;
  border:1px solid rgba(15,23,42,.08) !important;
  border-radius:24px !important;
  padding:24px !important;
  box-shadow:0 18px 40px rgba(15,23,42,.06) !important;
}
.altay-track-card__head{
  display:flex !important;
  align-items:flex-start !important;
  justify-content:space-between !important;
  gap:16px !important;
  margin-bottom:18px !important;
}
.altay-track-card__head small{
  display:block !important;
  color:#64748b !important;
  margin-bottom:5px !important;
}
.altay-track-card__head strong{
  font-size:26px !important;
  line-height:1.05 !important;
}
.altay-track-card__summary{
  display:grid !important;
  grid-template-columns: repeat(3,minmax(0,1fr)) !important;
  gap:16px !important;
  margin-bottom:16px !important;
}
.altay-track-card__summary span,
.altay-track-card__meta span,
.altay-track-card__product-label{
  display:block !important;
  color:#64748b !important;
  font-size:12px !important;
  margin-bottom:4px !important;
}
.altay-track-card__product{
  margin-bottom:18px !important;
}
.altay-track-card__product strong{
  font-size:18px !important;
}
.altay-track-timeline{
  list-style:none !important;
  margin:0 !important;
  padding:6px 0 0 !important;
  display:grid !important;
  grid-template-columns: repeat(4,minmax(0,1fr)) !important;
  gap:10px !important;
}
.altay-track-timeline li{
  position:relative !important;
  padding:40px 12px 14px !important;
  border-radius:18px !important;
  background:#f8fafc !important;
  border:1px solid rgba(15,23,42,.06) !important;
  min-height:136px !important;
}
.altay-track-timeline li .dot{
  position:absolute !important;
  top:14px !important;
  left:12px !important;
  width:16px !important;
  height:16px !important;
  border-radius:999px !important;
  background:#cbd5e1 !important;
}
.altay-track-timeline li strong{
  display:block !important;
  font-size:14px !important;
  margin-bottom:6px !important;
}
.altay-track-timeline li small{
  display:block !important;
  color:#64748b !important;
  line-height:1.45 !important;
}
.altay-track-timeline li.is-done{
  background:#ecfdf5 !important;
  border-color:rgba(16,185,129,.18) !important;
}
.altay-track-timeline li.is-done .dot{
  background:#10b981 !important;
}
.altay-track-timeline li.is-active{
  background:linear-gradient(135deg,#0f172a 0%, #111827 100%) !important;
  border-color:rgba(15,23,42,.12) !important;
  color:#fff !important;
  box-shadow:0 18px 36px rgba(15,23,42,.16) !important;
}
.altay-track-timeline li.is-active .dot{
  background:#f8d15b !important;
  box-shadow:0 0 0 4px rgba(248,209,91,.18) !important;
}
.altay-track-timeline li.is-active small{
  color:rgba(255,255,255,.78) !important;
}
.altay-track-card__footer{
  display:grid !important;
  grid-template-columns: repeat(3,minmax(0,1fr)) !important;
  gap:16px !important;
  align-items:end !important;
  margin-top:18px !important;
}
.altay-track-card__cta{
  min-height:48px !important;
  border-radius:14px !important;
  text-align:center !important;
}
.altay-track-card__note{
  margin-top:16px !important;
  padding:16px !important;
  border-radius:16px !important;
  background:#f8fafc !important;
}
.altay-track-card__note p{
  margin:0 !important;
}
@media (max-width: 1024px){
  .altay-address-grid{
    grid-template-columns:1fr !important;
  }
  .altay-track-card__summary,
  .altay-track-card__footer,
  .altay-track-timeline{
    grid-template-columns:1fr !important;
  }
}


/* address form fix */
.altay-account-panel-address-form form{
  max-width: 100% !important;
}
.altay-account-panel-address-form .form-row{
  margin-bottom: 16px !important;
}
.altay-account-panel-address-form input.input-text,
.altay-account-panel-address-form select,
.altay-account-panel-address-form textarea{
  width: 100% !important;
  min-height: 52px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(15,23,42,.12) !important;
  background: #f8fafc !important;
  padding: 12px 14px !important;
}
.altay-account-panel-address-form button,
.altay-account-panel-address-form .button{
  min-height: 48px !important;
  border-radius: 14px !important;
}


/* address/tracking final fixes */
.altay-account-panel-address-form .woocommerce-address-fields{
  max-width: 860px !important;
}
.altay-account-panel-address-form .woocommerce-address-fields__field-wrapper{
  display:grid !important;
  grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  gap:16px !important;
}
.altay-account-panel-address-form .woocommerce-address-fields__field-wrapper .form-row-wide{
  grid-column: 1 / -1 !important;
}
.altay-account-panel-address-form .woocommerce-address-fields p{
  margin:0 !important;
}
@media (max-width: 767px){
  .altay-account-panel-address-form .woocommerce-address-fields__field-wrapper{
    grid-template-columns: 1fr !important;
  }
}


/* tracking visual fix */
.altay-track-card{
  overflow: visible !important;
}
.altay-track-card__head{
  align-items: center !important;
}
.altay-track-card .altay-order-status{
  max-width: 100% !important;
  min-height: 38px !important;
  padding: 0 14px !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: clip !important;
}
.altay-track-card__summary b{
  word-break: break-word !important;
}


/* store panel */
.header-store-link{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:44px !important;
  padding:0 16px !important;
  border-radius:999px !important;
  background:linear-gradient(135deg,#0f172a 0%, #111827 100%) !important;
  color:#fff !important;
  font-size:13px !important;
  font-weight:800 !important;
  box-shadow:0 12px 24px rgba(15,23,42,.18) !important;
}
.altay-store-panel{
  width:min(1280px, calc(100% - 40px)) !important;
  margin: 28px auto 60px !important;
}
.altay-store-panel__hero{
  background:linear-gradient(135deg,#0f172a 0%, #111827 100%) !important;
  color:#fff !important;
  border-radius:28px !important;
  padding:28px !important;
  box-shadow:0 20px 44px rgba(15,23,42,.16) !important;
}
.altay-store-panel__hero .eyebrow{
  display:inline-flex !important;
  min-height:30px !important;
  align-items:center !important;
  padding:0 12px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.12) !important;
  font-size:11px !important;
  font-weight:800 !important;
  letter-spacing:.08em !important;
}
.altay-store-panel__hero h1{
  margin:12px 0 8px !important;
  font-size:40px !important;
  line-height:1.05 !important;
}
.altay-store-panel__hero p{
  margin:0 !important;
  color:rgba(255,255,255,.78) !important;
  max-width:780px !important;
}
.altay-store-stats{
  display:grid !important;
  grid-template-columns:repeat(auto-fit,minmax(140px,1fr)) !important;
  gap:12px !important;
  margin:18px 0 !important;
}
.altay-store-stat{
  background:#fff !important;
  border:1px solid rgba(15,23,42,.08) !important;
  border-radius:18px !important;
  padding:16px !important;
  box-shadow:0 14px 30px rgba(15,23,42,.05) !important;
}
.altay-store-stat span{
  display:block !important;
  color:#64748b !important;
  font-size:12px !important;
  margin-bottom:6px !important;
}
.altay-store-stat strong{
  font-size:26px !important;
  line-height:1 !important;
}
.altay-store-filters{
  display:grid !important;
  grid-template-columns: 1.5fr 1fr auto !important;
  gap:12px !important;
  margin-bottom:20px !important;
}
.altay-store-filters input,
.altay-store-filters select,
.altay-store-order__form input,
.altay-store-order__form select,
.altay-store-order__form textarea{
  width:100% !important;
  min-height:50px !important;
  border-radius:14px !important;
  border:1px solid rgba(15,23,42,.12) !important;
  background:#fff !important;
  padding:12px 14px !important;
}
.altay-store-orders{
  display:grid !important;
  gap:18px !important;
}
.altay-store-order{
  background:#fff !important;
  border:1px solid rgba(15,23,42,.08) !important;
  border-radius:24px !important;
  padding:22px !important;
  box-shadow:0 18px 40px rgba(15,23,42,.06) !important;
}
.altay-store-order__top{
  display:flex !important;
  justify-content:space-between !important;
  gap:18px !important;
  margin-bottom:16px !important;
}
.altay-store-order__top small{
  display:block !important;
  color:#64748b !important;
  margin-bottom:6px !important;
}
.altay-store-order__top h3{
  margin:0 0 4px !important;
  font-size:28px !important;
  line-height:1.05 !important;
}
.altay-store-order__top p{
  margin:0 !important;
  color:#64748b !important;
}
.altay-store-order__meta{
  text-align:right !important;
}
.altay-store-grid{
  display:grid !important;
  grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  gap:14px !important;
}
.altay-store-grid label span{
  display:block !important;
  margin-bottom:6px !important;
  font-size:12px !important;
  color:#64748b !important;
}
.altay-store-grid .is-wide{
  grid-column:1 / -1 !important;
}
.altay-store-order__actions{
  display:flex !important;
  justify-content:flex-end !important;
  gap:12px !important;
  margin-top:16px !important;
}
.altay-store-secondary{
  background:#f8fafc !important;
  color:#0f172a !important;
  border:1px solid rgba(15,23,42,.08) !important;
}
.altay-store-empty,
.altay-store-panel--locked{
  background:#fff !important;
  border:1px solid rgba(15,23,42,.08) !important;
  border-radius:20px !important;
  padding:24px !important;
}
@media (max-width: 900px){
  .altay-store-filters,
  .altay-store-grid{
    grid-template-columns:1fr !important;
  }
  .altay-store-order__top,
  .altay-store-order__actions{
    flex-direction:column !important;
    align-items:flex-start !important;
  }
}



/* premium ops store panel */
.altay-store-panel__hero{
  display:flex !important;
  align-items:flex-end !important;
  justify-content:space-between !important;
  gap:20px !important;
}
.altay-store-hero-side{
  display:grid !important;
  grid-template-columns: repeat(2,minmax(120px,1fr)) !important;
  gap:12px !important;
  min-width:300px !important;
}
.hero-metric{
  background:rgba(255,255,255,.08) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  border-radius:18px !important;
  padding:16px !important;
  backdrop-filter: blur(8px) !important;
}
.hero-metric span{
  display:block !important;
  color:rgba(255,255,255,.72) !important;
  font-size:12px !important;
  margin-bottom:8px !important;
}
.hero-metric strong{
  display:block !important;
  color:#fff !important;
  font-size:28px !important;
  line-height:1 !important;
}
.altay-store-order__phone,
.altay-store-order__address{
  margin-top:6px !important;
  color:#334155 !important;
  font-size:14px !important;
}
.altay-store-order__address{
  max-width:680px !important;
}
.altay-store-order__badges{
  display:flex !important;
  flex-wrap:wrap !important;
  justify-content:flex-end !important;
  gap:8px !important;
  margin-top:10px !important;
}
.altay-store-badge{
  display:inline-flex !important;
  align-items:center !important;
  min-height:30px !important;
  padding:0 10px !important;
  border-radius:999px !important;
  font-size:11px !important;
  font-weight:800 !important;
  letter-spacing:.02em !important;
}
.altay-store-badge.is-new{
  background:#dbeafe !important;
  color:#1d4ed8 !important;
}
.altay-store-badge.is-ops{
  background:#fff7ed !important;
  color:#c2410c !important;
}
.altay-store-badge.is-contact{
  background:#ecfdf5 !important;
  color:#047857 !important;
}
.altay-store-order__items{
  background:#f8fafc !important;
  border:1px solid rgba(15,23,42,.06) !important;
  border-radius:18px !important;
  padding:16px !important;
  margin-bottom:16px !important;
}
.altay-store-order__items h4{
  margin:0 0 12px !important;
  font-size:16px !important;
}
.altay-store-order__items ul{
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
  display:grid !important;
  gap:10px !important;
}
.altay-store-order__items li{
  display:grid !important;
  grid-template-columns: 1fr auto !important;
  gap:4px 12px !important;
  align-items:start !important;
}
.altay-store-order__items li strong{
  font-size:15px !important;
  line-height:1.25 !important;
}
.altay-store-order__items li .qty{
  font-weight:800 !important;
  color:#0f172a !important;
}
.altay-store-order__items li small{
  grid-column:1 / -1 !important;
  color:#64748b !important;
  line-height:1.4 !important;
}
.altay-store-quick-actions{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:10px !important;
  margin-bottom:14px !important;
}
.altay-quick-btn{
  min-height:42px !important;
  border-radius:12px !important;
}
.altay-store-order__form .button{
  box-shadow:none !important;
}
@media (max-width: 900px){
  .altay-store-panel__hero{
    flex-direction:column !important;
    align-items:flex-start !important;
  }
  .altay-store-hero-side{
    width:100% !important;
    min-width:0 !important;
  }
  .altay-store-order__badges{
    justify-content:flex-start !important;
  }
}



/* store panel notify/toggle/contact */
.altay-store-toolbar{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
  margin: 6px 0 18px !important;
}
.altay-store-toolbar__hint{
  color:#64748b !important;
  font-size:13px !important;
  font-weight:600 !important;
}
.altay-store-order__summary{
  width:100% !important;
  display:grid !important;
  grid-template-columns: 1fr auto auto !important;
  gap:18px !important;
  align-items:start !important;
  background:transparent !important;
  border:none !important;
  padding:0 !important;
  text-align:left !important;
  cursor:pointer !important;
  margin-bottom:16px !important;
}
.altay-store-order__summary h3{
  margin:4px 0 !important;
}
.altay-store-order__chevron{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:36px !important;
  height:36px !important;
  border-radius:999px !important;
  background:#f8fafc !important;
  border:1px solid rgba(15,23,42,.08) !important;
  font-size:18px !important;
  transition:transform .2s ease !important;
}
.altay-store-order__summary[aria-expanded="true"] .altay-store-order__chevron{
  transform: rotate(180deg) !important;
}
.altay-store-order__body{
  display:block !important;
}
.altay-store-order__body[hidden]{
  display:none !important;
}
.altay-store-order__contact-row{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:10px !important;
  margin-bottom:16px !important;
}
.altay-contact-chip{
  display:inline-flex !important;
  align-items:center !important;
  min-height:38px !important;
  padding:0 12px !important;
  border-radius:999px !important;
  background:#f8fafc !important;
  border:1px solid rgba(15,23,42,.08) !important;
  color:#0f172a !important;
  font-size:13px !important;
  font-weight:700 !important;
}
.altay-contact-chip.is-whatsapp{
  background:#ecfdf5 !important;
  border-color:rgba(16,185,129,.16) !important;
  color:#047857 !important;
}
.altay-contact-chip.is-address{
  white-space:normal !important;
  min-height:unset !important;
  padding:10px 12px !important;
  border-radius:14px !important;
}
.altay-store-order__items li{
  border-bottom:1px solid rgba(15,23,42,.06) !important;
  padding-bottom:8px !important;
}
.altay-store-order__items li:last-child{
  border-bottom:none !important;
  padding-bottom:0 !important;
}
.altay-store-toast{
  position:fixed !important;
  right:18px !important;
  bottom:18px !important;
  z-index:9999 !important;
  min-width:280px !important;
  max-width:420px !important;
  padding:16px 18px !important;
  border-radius:16px !important;
  background:linear-gradient(135deg,#0f172a 0%, #111827 100%) !important;
  color:#fff !important;
  box-shadow:0 22px 48px rgba(15,23,42,.24) !important;
  opacity:0 !important;
  transform:translateY(8px) !important;
  transition:opacity .2s ease, transform .2s ease !important;
  font-weight:700 !important;
}
.altay-store-toast.is-visible{
  opacity:1 !important;
  transform:translateY(0) !important;
}
@media (max-width: 900px){
  .altay-store-toolbar{
    flex-direction:column !important;
    align-items:flex-start !important;
  }
  .altay-store-order__summary{
    grid-template-columns: 1fr !important;
  }
}



/* store panel auto refresh + live badge + staff mode */
.altay-store-live-badge{
  position: sticky !important;
  top: 118px !important;
  z-index: 30 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 42px !important;
  padding: 0 16px !important;
  margin: 0 0 14px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg,#ef4444 0%, #dc2626 100%) !important;
  color:#fff !important;
  box-shadow:0 16px 34px rgba(220,38,38,.22) !important;
  font-size:13px !important;
  font-weight:800 !important;
}
.altay-store-live-badge .dot{
  width:10px !important;
  height:10px !important;
  border-radius:999px !important;
  background:#fff !important;
  box-shadow:0 0 0 0 rgba(255,255,255,.7) !important;
  animation: altayPulse 1.4s infinite !important;
}
@keyframes altayPulse{
  0%{ box-shadow:0 0 0 0 rgba(255,255,255,.7); }
  70%{ box-shadow:0 0 0 10px rgba(255,255,255,0); }
  100%{ box-shadow:0 0 0 0 rgba(255,255,255,0); }
}
.altay-store-toolbar__actions{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
}
.altay-store-refresh-note{
  display:inline-flex !important;
  align-items:center !important;
  min-height:38px !important;
  padding:0 12px !important;
  border-radius:999px !important;
  background:#f8fafc !important;
  border:1px solid rgba(15,23,42,.08) !important;
  color:#334155 !important;
  font-size:12px !important;
  font-weight:800 !important;
}
body.altay-store-staff .header-store-link{
  background: linear-gradient(135deg,#dc2626 0%, #991b1b 100%) !important;
}
@media (max-width: 900px){
  .altay-store-toolbar__actions{
    flex-direction:column !important;
    align-items:flex-start !important;
  }
}



/* premium register form upgrade */
.woocommerce-account .u-column2.col-2,
.woocommerce-account .woocommerce-form-register{
  position: relative !important;
}

.woocommerce-account .woocommerce-form-register{
  background: #ffffff !important;
  border: 1px solid rgba(15,23,42,.08) !important;
  border-radius: 28px !important;
  padding: 28px !important;
  box-shadow: 0 20px 44px rgba(15,23,42,.06) !important;
}

.woocommerce-account .woocommerce-form-register h2,
.woocommerce-account .u-column2.col-2 h2{
  font-size: 44px !important;
  line-height: 1.02 !important;
  margin-bottom: 18px !important;
  letter-spacing: -.03em !important;
}

.woocommerce-account .woocommerce-form-register .form-row{
  margin-bottom: 16px !important;
}

.woocommerce-account .woocommerce-form-register .form-row-first,
.woocommerce-account .woocommerce-form-register .form-row-last{
  width: calc(50% - 8px) !important;
}

.woocommerce-account .woocommerce-form-register label{
  display: block !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin-bottom: 8px !important;
}

.woocommerce-account .woocommerce-form-register .input-text,
.woocommerce-account .woocommerce-form-register input[type="email"],
.woocommerce-account .woocommerce-form-register input[type="password"],
.woocommerce-account .woocommerce-form-register input[type="text"],
.woocommerce-account .woocommerce-form-register input[type="tel"],
.woocommerce-account .woocommerce-form-register input[type="date"]{
  width: 100% !important;
  min-height: 56px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(15,23,42,.14) !important;
  background: #fbfcfe !important;
  padding: 0 16px !important;
  font-size: 15px !important;
  color: #0f172a !important;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease !important;
}

.woocommerce-account .woocommerce-form-register .input-text:focus,
.woocommerce-account .woocommerce-form-register input:focus{
  outline: none !important;
  border-color: #0f172a !important;
  box-shadow: 0 0 0 4px rgba(15,23,42,.08) !important;
  background: #ffffff !important;
}

.woocommerce-account .woocommerce-form-register .button,
.woocommerce-account .woocommerce-form-register button[type="submit"]{
  min-height: 52px !important;
  padding: 0 22px !important;
  border: none !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg,#0f172a 0%, #111827 100%) !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  box-shadow: 0 16px 32px rgba(15,23,42,.16) !important;
}

.woocommerce-account .woocommerce-form-register .button:hover,
.woocommerce-account .woocommerce-form-register button[type="submit"]:hover{
  transform: translateY(-1px) !important;
  box-shadow: 0 20px 36px rgba(15,23,42,.18) !important;
}

.woocommerce-account .woocommerce-form-register .woocommerce-privacy-policy-text,
.woocommerce-account .woocommerce-form-register .woocommerce-form-row{
  color: #475569 !important;
}

.woocommerce-account .woocommerce-form-register .required{
  color: #dc2626 !important;
}

@media (max-width: 767px){
  .woocommerce-account .woocommerce-form-register{
    padding: 20px !important;
    border-radius: 22px !important;
  }
  .woocommerce-account .woocommerce-form-register h2,
  .woocommerce-account .u-column2.col-2 h2{
    font-size: 34px !important;
  }
  .woocommerce-account .woocommerce-form-register .form-row-first,
  .woocommerce-account .woocommerce-form-register .form-row-last{
    width: 100% !important;
  }
}




/* account hero avatar + fullname */
.altay-account-hero{
  display:flex !important;
  align-items:stretch !important;
  justify-content:space-between !important;
  gap:20px !important;
}
.altay-account-hero__identity{
  display:flex !important;
  align-items:center !important;
  gap:18px !important;
  flex:1 1 auto !important;
}
.altay-account-hero__avatar{
  width:92px !important;
  height:92px !important;
  min-width:92px !important;
  border-radius:28px !important;
  overflow:hidden !important;
  background:linear-gradient(135deg,#0f172a 0%, #111827 100%) !important;
  box-shadow:0 18px 36px rgba(15,23,42,.18) !important;
  border:1px solid rgba(255,255,255,.08) !important;
}
.altay-account-avatar-image{
  width:100% !important;
  height:100% !important;
  display:block !important;
  object-fit:cover !important;
  margin:0 !important;
}
.altay-account-hero__copy{
  min-width:0 !important;
}
.altay-account-hero__copy h2{
  margin:10px 0 8px !important;
  font-size:54px !important;
  line-height:0.98 !important;
  letter-spacing:-0.04em !important;
}
.altay-account-hero__copy p{
  margin:0 0 8px !important;
  color:rgba(255,255,255,.78) !important;
  font-size:16px !important;
  font-weight:600 !important;
}
.altay-account-hero__copy small{
  display:block !important;
  color:rgba(255,255,255,.7) !important;
  font-size:15px !important;
  line-height:1.5 !important;
  max-width:720px !important;
}
@media (max-width: 1024px){
  .altay-account-hero{
    flex-direction:column !important;
  }
  .altay-account-hero__copy h2{
    font-size:42px !important;
  }
}
@media (max-width: 767px){
  .altay-account-hero__identity{
    align-items:flex-start !important;
  }
  .altay-account-hero__avatar{
    width:74px !important;
    height:74px !important;
    min-width:74px !important;
    border-radius:22px !important;
  }
  .altay-account-hero__copy h2{
    font-size:34px !important;
  }
  .altay-account-hero__copy p,
  .altay-account-hero__copy small{
    font-size:14px !important;
  }
}



/* shop recovery: keep products visible + hide only duplicated ordering + fit images */
.post-type-archive-product ul.products,
.tax-product_cat ul.products,
.tax-product_tag ul.products{
  display: grid !important;
}

.post-type-archive-product .woocommerce-ordering + .woocommerce-ordering,
.tax-product_cat .woocommerce-ordering + .woocommerce-ordering,
.tax-product_tag .woocommerce-ordering + .woocommerce-ordering{
  display: none !important;
}

.post-type-archive-product ul.products li.product img,
.tax-product_cat ul.products li.product img,
.tax-product_tag ul.products li.product img{
  width: 100% !important;
  height: 260px !important;
  object-fit: contain !important;
  object-position: center center !important;
  padding: 18px !important;
  background: #ffffff !important;
  border-radius: 22px !important;
  display: block !important;
}

.post-type-archive-product ul.products li.product .woocommerce-loop-product__link,
.tax-product_cat ul.products li.product .woocommerce-loop-product__link,
.tax-product_tag ul.products li.product .woocommerce-loop-product__link{
  display: flex !important;
  flex-direction: column !important;
}

.post-type-archive-product ul.products li.product .product-image,
.tax-product_cat ul.products li.product .product-image,
.tax-product_tag ul.products li.product .product-image{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

@media (max-width: 767px){
  .post-type-archive-product ul.products li.product img,
  .tax-product_cat ul.products li.product img,
  .tax-product_tag ul.products li.product img{
    height: 220px !important;
    padding: 14px !important;
    border-radius: 18px !important;
  }
}




/* final shop tuning: single ordering + homepage-like image fit */
.post-type-archive-product form.woocommerce-ordering:not(:first-of-type),
.tax-product_cat form.woocommerce-ordering:not(:first-of-type),
.tax-product_tag form.woocommerce-ordering:not(:first-of-type){
  display: none !important;
}

.post-type-archive-product .woocommerce-ordering,
.tax-product_cat .woocommerce-ordering,
.tax-product_tag .woocommerce-ordering{
  float: none !important;
  clear: both !important;
  margin-left: auto !important;
  margin-right: 0 !important;
  width: fit-content !important;
  min-width: 270px !important;
}

.post-type-archive-product ul.products li.product,
.tax-product_cat ul.products li.product,
.tax-product_tag ul.products li.product{
  overflow: hidden !important;
}

.post-type-archive-product ul.products li.product .product-image,
.post-type-archive-product ul.products li.product .woocommerce-loop-product__link,
.tax-product_cat ul.products li.product .product-image,
.tax-product_cat ul.products li.product .woocommerce-loop-product__link,
.tax-product_tag ul.products li.product .product-image,
.tax-product_tag ul.products li.product .woocommerce-loop-product__link{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.post-type-archive-product ul.products li.product img,
.tax-product_cat ul.products li.product img,
.tax-product_tag ul.products li.product img{
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  padding: 10px !important;
  margin: 0 auto !important;
  background: transparent !important;
  border-radius: 18px !important;
}

.post-type-archive-product ul.products li.product .product-image,
.tax-product_cat ul.products li.product .product-image,
.tax-product_tag ul.products li.product .product-image{
  min-height: 280px !important;
  padding: 18px !important;
}

@media (max-width: 767px){
  .post-type-archive-product .woocommerce-ordering,
  .tax-product_cat .woocommerce-ordering,
  .tax-product_tag .woocommerce-ordering{
    min-width: 220px !important;
    width: 100% !important;
  }

  .post-type-archive-product ul.products li.product .product-image,
  .tax-product_cat ul.products li.product .product-image,
  .tax-product_tag ul.products li.product .product-image{
    min-height: 220px !important;
    padding: 14px !important;
  }
}




/* =========================
   NIKE STYLE PRODUCT CARDS
   ========================= */

/* kart genel */
ul.products li.product{
  background: #fff !important;
  border-radius: 26px !important;
  overflow: hidden !important;
  box-shadow: 0 14px 34px rgba(15,23,42,.08) !important;
  border: 1px solid rgba(15,23,42,.06) !important;
  transition: transform .28s ease, box-shadow .28s ease !important;
  position: relative !important;
}

ul.products li.product:hover{
  transform: translateY(-6px) !important;
  box-shadow: 0 24px 44px rgba(15,23,42,.12) !important;
}

/* görsel alanı */
ul.products li.product .product-image,
ul.products li.product .woocommerce-loop-product__link{
  display: flex !important;
  flex-direction: column !important;
}

ul.products li.product .product-image{
  min-height: 320px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 22px !important;
  background: linear-gradient(180deg,#10294b 0%, #07162d 100%) !important;
  border-radius: 24px 24px 0 0 !important;
  position: relative !important;
  overflow: hidden !important;
}

/* iç çerçeve hissi */
ul.products li.product .product-image::after{
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.08);
  pointer-events: none;
}

/* görsel */
ul.products li.product img{
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 260px !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
  transition: transform .35s ease !important;
}

ul.products li.product:hover img{
  transform: scale(1.05) !important;
}

/* içerik alanı */
ul.products li.product .woocommerce-loop-category__title,
ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .price,
ul.products li.product .button{
  position: relative;
  z-index: 2;
}

ul.products li.product .woocommerce-loop-category__title,
ul.products li.product .woocommerce-loop-product__title{
  padding-left: 22px !important;
  padding-right: 22px !important;
}

ul.products li.product .woocommerce-loop-product__title{
  font-size: 20px !important;
  line-height: 1.18 !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  margin-top: 2px !important;
  margin-bottom: 10px !important;
}

ul.products li.product .price{
  display: block !important;
  padding: 0 22px !important;
  margin-bottom: 18px !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  color: #0f172a !important;
}

/* kategori etiketi */
ul.products li.product .posted_in,
ul.products li.product .product_cat,
ul.products li.product .woocommerce-loop-category__title{
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  color: #64748b !important;
}

/* buton */
ul.products li.product .button,
ul.products li.product a.button,
ul.products li.product .added_to_cart{
  width: calc(100% - 44px) !important;
  margin: 0 22px 22px !important;
  min-height: 50px !important;
  border-radius: 16px !important;
  border: 0 !important;
  background: linear-gradient(135deg,#0f172a 0%, #111827 100%) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 14px 26px rgba(15,23,42,.16) !important;
  transition: transform .2s ease, box-shadow .2s ease !important;
}

ul.products li.product .button:hover,
ul.products li.product a.button:hover,
ul.products li.product .added_to_cart:hover{
  transform: translateY(-2px) !important;
  box-shadow: 0 18px 30px rgba(15,23,42,.22) !important;
  color: #fff !important;
}

/* wishlist kalbi */
ul.products li.product .altayts-favorite-btn,
ul.products li.product .tinv-wishlist{
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  z-index: 9 !important;
}

ul.products li.product .altayts-favorite-btn,
ul.products li.product .tinv-wishlist a,
ul.products li.product .tinv-wishlist .tinvwl_add_to_wishlist_button{
  width: 42px !important;
  height: 42px !important;
  border-radius: 999px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(255,255,255,.92) !important;
  border: 1px solid rgba(15,23,42,.08) !important;
  box-shadow: 0 10px 18px rgba(15,23,42,.12) !important;
  backdrop-filter: blur(8px) !important;
}

/* tek sıralama bırak */
.woocommerce-ordering{
  display: none !important;
}
.woocommerce-result-count + form.woocommerce-ordering{
  display: block !important;
  margin-left: auto !important;
  margin-bottom: 24px !important;
  min-width: 270px !important;
}

/* responsive */
@media (max-width: 767px){
  ul.products li.product .product-image{
    min-height: 250px !important;
    padding: 16px !important;
  }

  ul.products li.product img{
    max-height: 210px !important;
  }

  ul.products li.product .woocommerce-loop-product__title{
    font-size: 18px !important;
  }

  .woocommerce-result-count + form.woocommerce-ordering{
    min-width: 100% !important;
  }
}




/* hardfix shop archive layout */
.shop-archive-shell{
  background: #fff !important;
  border-radius: 32px !important;
  padding: 26px !important;
  box-shadow: 0 16px 38px rgba(15,23,42,.05) !important;
}
.shop-title-row{
  display:flex !important;
  align-items:flex-start !important;
  justify-content:space-between !important;
  gap:20px !important;
  margin-bottom: 24px !important;
}
.shop-title-row .page-title{
  margin:0 !important;
}
.shop-ordering-wrap{
  margin-left:auto !important;
  min-width:270px !important;
}
.shop-ordering-wrap .woocommerce-ordering{
  display:block !important;
  margin:0 !important;
}
.shop-grid-area .shop-cards-grid{
  display:grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap:28px !important;
}
.shop-cards-grid .shop-card-v5{
  display:flex !important;
  flex-direction:column !important;
}
.shop-cards-grid .catalog-card-media-v2{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:320px !important;
  padding:22px !important;
  background:linear-gradient(180deg,#10294b 0%, #07162d 100%) !important;
  border-radius:24px 24px 0 0 !important;
  position:relative !important;
  overflow:hidden !important;
}
.shop-cards-grid .catalog-card-media-v2::after{
  content:"";
  position:absolute;
  inset:14px;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.08);
  pointer-events:none;
}
.shop-cards-grid .catalog-card-media-inner{
  width:100% !important;
  height:100% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
.shop-cards-grid .catalog-card-media-img,
.shop-cards-grid img{
  width:100% !important;
  max-width:100% !important;
  max-height:260px !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  display:block !important;
  margin:0 auto !important;
}
.shop-cards-grid .shop-card-body{
  background:#fff !important;
  padding:20px 22px 22px !important;
  border-radius:0 0 24px 24px !important;
}
.shop-cards-grid .shop-card-title{
  font-size:20px !important;
  line-height:1.18 !important;
  font-weight:800 !important;
  margin:6px 0 10px !important;
}
.shop-cards-grid .shop-card-price{
  font-size:20px !important;
  font-weight:900 !important;
  color:#0f172a !important;
  margin-bottom:16px !important;
}
.shop-cards-grid .shop-card-cta{
  min-height:50px !important;
  border-radius:16px !important;
  background:linear-gradient(135deg,#0f172a 0%, #111827 100%) !important;
  color:#fff !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-weight:800 !important;
  box-shadow:0 14px 26px rgba(15,23,42,.16) !important;
}
.shop-cards-grid .shop-card-eyebrow{
  letter-spacing:.14em !important;
  text-transform:uppercase !important;
  font-size:12px !important;
  color:#64748b !important;
  font-weight:800 !important;
}
.shop-cards-grid .shop-card-v5:hover .catalog-card-media-img,
.shop-cards-grid .shop-card-v5:hover img{
  transform:scale(1.05) !important;
  transition:transform .35s ease !important;
}
@media (max-width: 1200px){
  .shop-grid-area .shop-cards-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 900px){
  .shop-title-row{
    flex-direction:column !important;
  }
  .shop-ordering-wrap{
    width:100% !important;
    min-width:0 !important;
  }
  .shop-grid-area .shop-cards-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 640px){
  .shop-archive-shell{
    padding:18px !important;
    border-radius:24px !important;
  }
  .shop-grid-area .shop-cards-grid{
    grid-template-columns: 1fr !important;
    gap:20px !important;
  }
  .shop-cards-grid .catalog-card-media-v2{
    min-height:250px !important;
    padding:16px !important;
  }
  .shop-cards-grid .catalog-card-media-img,
  .shop-cards-grid img{
    max-height:210px !important;
  }
}




/* remove middle duplicate sorting, keep only top-right one */
.shop-archive-shell > form.woocommerce-ordering,
.shop-archive-shell > .woocommerce-ordering,
.shop-archive-shell .shop-grid-area + form.woocommerce-ordering,
.shop-archive-shell .shop-title-row ~ form.woocommerce-ordering{
  display: none !important;
}

.shop-title-row .shop-ordering-wrap,
.shop-title-row .shop-ordering-wrap .woocommerce-ordering{
  display: block !important;
}




/* force single sort: hide every ordering, keep only title-row one */
form.woocommerce-ordering,
.woocommerce-ordering{
  display: none !important;
}

.shop-title-row .shop-ordering-wrap,
.shop-title-row .shop-ordering-wrap form.woocommerce-ordering,
.shop-title-row .shop-ordering-wrap .woocommerce-ordering{
  display: block !important;
}

.shop-title-row .shop-ordering-wrap{
  margin-left: auto !important;
  min-width: 270px !important;
}




/* keep surviving sort aligned right */
.shop-title-row .shop-ordering-wrap,
.shop-title-bar .woocommerce-ordering,
.catalog-head-v5 .woocommerce-ordering{
  margin-left: auto !important;
}




/* contact page */
.altay-contact-page{display:grid !important;gap:22px !important;}
.altay-contact-hero{background:linear-gradient(135deg,#0f172a 0%, #111827 100%) !important;color:#fff !important;border-radius:30px !important;padding:32px !important;display:flex !important;align-items:flex-end !important;justify-content:space-between !important;gap:20px !important;box-shadow:0 20px 44px rgba(15,23,42,.16) !important;}
.altay-contact-eyebrow{display:inline-flex !important;min-height:30px !important;align-items:center !important;padding:0 12px !important;border-radius:999px !important;background:rgba(255,255,255,.12) !important;font-size:11px !important;font-weight:800 !important;letter-spacing:.08em !important;}
.altay-contact-hero h1{margin:14px 0 10px !important;font-size:54px !important;line-height:1 !important;letter-spacing:-.04em !important;}
.altay-contact-hero p{margin:0 !important;color:rgba(255,255,255,.78) !important;max-width:700px !important;}
.altay-contact-quick{display:grid !important;gap:10px !important;}
.altay-contact-chip{display:inline-flex !important;align-items:center !important;min-height:42px !important;padding:0 14px !important;border-radius:999px !important;background:rgba(255,255,255,.1) !important;border:1px solid rgba(255,255,255,.12) !important;color:#fff !important;font-weight:700 !important;}
.altay-contact-chip.is-muted{color:rgba(255,255,255,.72) !important;}
.altay-contact-grid{display:grid !important;grid-template-columns:1.1fr .9fr !important;gap:20px !important;}
.altay-contact-card{background:#fff !important;border-radius:26px !important;padding:26px !important;border:1px solid rgba(15,23,42,.08) !important;box-shadow:0 16px 34px rgba(15,23,42,.06) !important;}
.altay-contact-card h3,.altay-contact-form-head h3{margin:0 0 14px !important;font-size:30px !important;line-height:1.05 !important;}
.altay-contact-card--dark{background:linear-gradient(135deg,#0f172a 0%, #111827 100%) !important;color:#fff !important;}
.altay-contact-card--dark p{color:rgba(255,255,255,.78) !important;}
.altay-contact-list{list-style:none !important;margin:0 !important;padding:0 !important;display:grid !important;gap:14px !important;}
.altay-contact-list li{display:grid !important;gap:4px !important;}
.altay-contact-list strong{font-size:13px !important;color:#64748b !important;text-transform:uppercase !important;letter-spacing:.08em !important;}
.altay-contact-list span{font-size:18px !important;font-weight:700 !important;color:#0f172a !important;}
.altay-contact-card--dark .altay-contact-list span{color:#fff !important;}
.altay-contact-actions{display:flex !important;flex-wrap:wrap !important;gap:12px !important;margin-top:18px !important;}
.altay-contact-btn{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-height:50px !important;padding:0 18px !important;border-radius:16px !important;background:#fff !important;color:#0f172a !important;font-weight:800 !important;box-shadow:0 14px 26px rgba(15,23,42,.12) !important;}
.altay-contact-btn.is-light{background:rgba(255,255,255,.12) !important;color:#fff !important;border:1px solid rgba(255,255,255,.14) !important;}
.altay-contact-form-shell{background:#fff !important;border-radius:28px !important;padding:28px !important;border:1px solid rgba(15,23,42,.08) !important;box-shadow:0 16px 34px rgba(15,23,42,.06) !important;}
.altay-contact-form-head p{color:#64748b !important;}
.altay-contact-form-placeholder{display:grid !important;gap:14px !important;}
.altay-form-row{display:grid !important;grid-template-columns:1fr 1fr !important;gap:14px !important;}
.altay-form-row--actions{grid-template-columns:1fr !important;}
.altay-fake-input{min-height:56px !important;display:flex !important;align-items:center !important;padding:0 16px !important;border-radius:16px !important;border:1px solid rgba(15,23,42,.12) !important;background:#fbfcfe !important;color:#64748b !important;font-weight:600 !important;}
.altay-fake-input.is-full{grid-column:1 / -1 !important;}
.altay-fake-input.is-textarea{min-height:150px !important;align-items:flex-start !important;padding-top:16px !important;}
@media (max-width: 900px){.altay-contact-hero,.altay-contact-grid,.altay-form-row{grid-template-columns:1fr !important;display:grid !important;}.altay-contact-hero{align-items:flex-start !important;}}




/* account header/name layout fix */
.woocommerce-MyAccount-navigation .account-user-box .account-user-name,
.woocommerce-MyAccount-navigation .account-user-meta h3{
  margin-bottom: 4px !important;
}

.woocommerce-MyAccount-navigation .account-user-fullname,
.altay-account-sidebar .account-user-fullname,
.altay-account-sidebar .user-fullname{
  display:block !important;
  font-size:14px !important;
  line-height:1.35 !important;
  color:#64748b !important;
  font-weight:700 !important;
  margin-top:4px !important;
}

.altay-account-hero__copy h2{
  margin: 10px 0 2px !important;
  font-size: 22px !important;
  line-height: 1.05 !important;
  font-weight: 700 !important;
  color: rgba(255,255,255,.82) !important;
  letter-spacing: -.02em !important;
}

.altay-account-hero__copy h1{
  margin: 0 0 10px !important;
  font-size: 58px !important;
  line-height: .95 !important;
  font-weight: 900 !important;
  letter-spacing: -.05em !important;
  color: #ffffff !important;
}

.altay-account-hero__copy p{
  margin: 0 0 8px !important;
}

@media (max-width: 1024px){
  .altay-account-hero__copy h1{
    font-size: 44px !important;
  }
}

@media (max-width: 767px){
  .altay-account-hero__copy h2{
    font-size: 18px !important;
  }
  .altay-account-hero__copy h1{
    font-size: 34px !important;
  }
}

/* stronger fixed header */
.header{
  position: sticky !important;
  top: 0 !important;
    z-index: 9999 !important;
  background: rgba(243,243,243,.92) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
}

.site-shell{
  padding-top: 118px !important;
}

@media (max-width: 767px){
  .site-shell{
    padding-top: 104px !important;
  }
}






/* dark light mode */
body.theme-dark{
  --bg:#0b1120 !important;
  --card:#111827 !important;
  --text:#f8fafc !important;
  --muted:#94a3b8 !important;
  --line:#1f2937 !important;
  background:#0b1120 !important;
  color:#f8fafc !important;
}
body.theme-dark .header{
  background: rgba(11,17,32,.88) !important;
}
body.theme-dark .header-wrapper,
body.theme-dark .woocommerce-page-content,
body.theme-dark .altay-account-card,
body.theme-dark .altay-contact-card,
body.theme-dark .shop-archive-shell,
body.theme-dark .altay-account-note,
body.theme-dark .altay-stat-card,
body.theme-dark .woocommerce-MyAccount-navigation,
body.theme-dark .woocommerce-MyAccount-content,
body.theme-dark .woocommerce-form-login,
body.theme-dark .woocommerce-form-register,
body.theme-dark .simple-page article{
  background:#111827 !important;
  color:#f8fafc !important;
  border-color:#1f2937 !important;
}
body.theme-dark .nav-item-link span::after{
  background:#fff !important;
}
body.theme-dark .header-search-form-wrapper,
body.theme-dark .header-action-circle,
body.theme-dark .header-role-badge,
body.theme-dark .altay-profile-row,
body.theme-dark .altay-fake-input,
body.theme-dark input,
body.theme-dark textarea,
body.theme-dark select{
  background:#0f172a !important;
  color:#f8fafc !important;
  border-color:#334155 !important;
}
body.theme-dark .altay-account-note a,
body.theme-dark a{
  color:inherit;
}
body.theme-dark .altay-account-hero__copy h2,
body.theme-dark .altay-account-hero__copy p,
body.theme-dark .altay-account-hero__copy small,
body.theme-dark .altay-stat-card span,
body.theme-dark .altay-profile-row span,
body.theme-dark .altay-card-head span,
body.theme-dark .user-fullname{
  color:#94a3b8 !important;
}

/* insights cards */
.altay-account-insights{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:20px !important;
  margin-top:20px !important;
}
.altay-account-card{
  background:#fff !important;
  border-radius:26px !important;
  padding:24px !important;
  border:1px solid rgba(15,23,42,.08) !important;
  box-shadow:0 16px 34px rgba(15,23,42,.06) !important;
}
.altay-card-head{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
  margin-bottom:18px !important;
}
.altay-card-head h3{
  margin:0 !important;
  font-size:26px !important;
  line-height:1.05 !important;
}
.altay-card-head a,
.altay-card-head span{
  color:#64748b !important;
  font-weight:700 !important;
}
.altay-profile-grid{
  display:grid !important;
  gap:12px !important;
}
.altay-profile-row{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:16px !important;
  min-height:58px !important;
  padding:0 16px !important;
  border-radius:16px !important;
  background:#fbfcfe !important;
  border:1px solid rgba(15,23,42,.08) !important;
}
.altay-profile-row span{
  color:#64748b !important;
  font-weight:700 !important;
}
.altay-profile-row strong{
  text-align:right !important;
  font-weight:800 !important;
}
.altay-mini-chart{
  height:180px !important;
  display:grid !important;
  grid-template-columns:repeat(6,1fr) !important;
  gap:12px !important;
  align-items:end !important;
}
.altay-bar-col{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:10px !important;
  height:100% !important;
}
.altay-bar{
  width:100% !important;
  max-width:48px !important;
  border-radius:14px 14px 8px 8px !important;
  background:linear-gradient(180deg,#10294b 0%, #07162d 100%) !important;
  box-shadow:0 12px 24px rgba(15,23,42,.18) !important;
}
.altay-bar-col small{
  color:#64748b !important;
  font-weight:700 !important;
}
body.theme-dark .altay-bar{
  background:linear-gradient(180deg,#38bdf8 0%, #2563eb 100%) !important;
}
@media (max-width: 900px){
  .altay-account-insights{
    grid-template-columns:1fr !important;
  }
}





/* cleaner role badge */
.header-role-badge{
  box-shadow: none !important;
  font-size: 11px !important;
  min-height: 34px !important;
  padding: 0 12px !important;
}
.header-role-badge.is-admin{
  background: linear-gradient(135deg,#111827 0%, #1f2937 100%) !important;
  color:#fff !important;
  border-color: rgba(255,255,255,.08) !important;
}
.header-role-badge.is-store{
  background: #eef2ff !important;
  color:#3730a3 !important;
  border-color: rgba(55,48,163,.12) !important;
}

/* remove header dark toggle remnants */
.theme-toggle{display:none !important;}

/* account preferences block */
.altay-account-preferences{
  margin-top:20px !important;
}
.altay-theme-toggle-inline{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:18px !important;
}
.altay-theme-switch{
  min-height:48px !important;
  border:none !important;
  border-radius:16px !important;
  padding:0 18px !important;
  background:linear-gradient(135deg,#0f172a 0%, #111827 100%) !important;
  color:#fff !important;
  font-weight:800 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  box-shadow:0 14px 26px rgba(15,23,42,.16) !important;
}
.altay-theme-switch__moon{display:none !important;}
body.theme-dark .altay-theme-switch__sun{display:none !important;}
body.theme-dark .altay-theme-switch__moon{display:inline !important;}
.altay-theme-toggle-inline p{
  margin:0 !important;
  color:#64748b !important;
  font-weight:600 !important;
}

/* store panel local preferences area */
.altay-store-panel .altay-store-panel__hero{
  position:relative !important;
}
.altay-store-panel .altay-store-panel__hero::after{
  content:''; display:block;
}
.altay-store-panel .altay-store-local-tools{
  display:flex !important;
  justify-content:flex-end !important;
  margin-bottom:14px !important;
}
.altay-store-panel .altay-theme-switch{
  min-height:42px !important;
  border-radius:14px !important;
  font-size:13px !important;
}

/* dark mode: keep limited and cleaner */
body.theme-dark{
  --bg:#0b1120 !important;
  --card:#111827 !important;
  --text:#f8fafc !important;
  --muted:#94a3b8 !important;
  --line:#1f2937 !important;
  background:#0b1120 !important;
  color:#f8fafc !important;
}
body.theme-dark .header-wrapper,
body.theme-dark .woocommerce-page-content,
body.theme-dark .altay-account-card,
body.theme-dark .altay-account-note,
body.theme-dark .altay-stat-card,
body.theme-dark .woocommerce-MyAccount-navigation,
body.theme-dark .woocommerce-MyAccount-content,
body.theme-dark .simple-page article,
body.theme-dark .shop-archive-shell{
  background:#111827 !important;
  color:#f8fafc !important;
  border-color:#1f2937 !important;
}
body.theme-dark .header{
  background: rgba(11,17,32,.96) !important;
}
body.theme-dark .header-search-form-wrapper,
body.theme-dark .header-action-circle,
body.theme-dark input,
body.theme-dark textarea,
body.theme-dark select,
body.theme-dark .altay-profile-row,
body.theme-dark .altay-fake-input{
  background:#0f172a !important;
  color:#f8fafc !important;
  border-color:#334155 !important;
}
body.theme-dark .altay-account-hero__copy h2,
body.theme-dark .altay-account-hero__copy p,
body.theme-dark .altay-account-hero__copy small,
body.theme-dark .altay-stat-card span,
body.theme-dark .altay-profile-row span,
body.theme-dark .altay-card-head span,
body.theme-dark .user-fullname,
body.theme-dark .altay-theme-toggle-inline p{
  color:#94a3b8 !important;
}
body.theme-dark .nav-item-link span::after{
  background:#fff !important;
}

/* admin polish */
body.admin-bar .header{
  top: 32px !important;
}
@media (max-width: 782px){
  body.admin-bar .header{
    top: 46px !important;
  }
}





/* header action circles */
.header-actions{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
}
.header-action-circle,
.header-icon-link{
  position: relative !important;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  border: 1px solid rgba(15,23,42,.08) !important;
  background: #fff !important;
  box-shadow: 0 8px 18px rgba(15,23,42,.06) !important;
  padding: 0 !important;
}
.header-action-circle svg,
.header-icon-link svg{
  width: 20px !important;
  height: 20px !important;
  display:block !important;
  margin:0 !important;
}
.header-icon-link.wishlist-link,
.header-icon-link.cart-link{
  overflow: visible !important;
}

/* badge redesign */
.header-count,
.sepetUrunSayisi,
.wishlist-count,
#altaytsWishlistCount,
#spnTopSepetToplamUrun{
  position: absolute !important;
  top: -5px !important;
  right: -4px !important;
  min-width: 22px !important;
  height: 22px !important;
  padding: 0 6px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg,#f59e0b 0%, #eab308 100%) !important;
  color: #111827 !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  border: 2px solid #fff !important;
  box-shadow: 0 8px 16px rgba(245,158,11,.28) !important;
  z-index: 5 !important;
}

/* role + store buttons harmony */
.header-role-badge{
  min-height: 36px !important;
}
.header-store-link{
  min-height: 40px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
}

/* tighter header spacing on smaller screens */
@media (max-width: 1200px){
  .header{
    padding: 12px 14px 0 !important;
  }
  body{
    padding-top: 104px !important;
  }
}
@media (max-width: 767px){
  .header-action-circle,
  .header-icon-link{
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
  }
  body{
    padding-top: 96px !important;
  }
}





/* header icon counters fix */
.header-actions,
.header-action-circle,
.header-icon-link{
  overflow: visible !important;
}
.header-action-circle,
.header-icon-link{
  position: relative !important;
}
.header-count,
.sepetUrunSayisi,
.wishlist-count,
#altaytsWishlistCount,
#spnTopSepetToplamUrun{
  top: -7px !important;
  right: -6px !important;
  min-width: 22px !important;
  height: 22px !important;
  padding: 0 6px !important;
  font-size: 11px !important;
  line-height: 22px !important;
  text-align: center !important;
  white-space: nowrap !important;
  color: #111827 !important;
  background: linear-gradient(135deg,#fbbf24 0%, #f59e0b 100%) !important;
  border: 2px solid #fff !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 12 !important;
  box-shadow: 0 8px 16px rgba(245,158,11,.26) !important;
}
.header-count:empty,
.sepetUrunSayisi:empty{
  display: inline-flex !important;
}
.wishlist-link .header-count,
.cart-link .sepetUrunSayisi{
  transform: none !important;
}

/* make icons center cleanly */
.wishlist-link svg,
.cart-link svg,
.account-link svg,
.search-toggle svg{
  width: 20px !important;
  height: 20px !important;
  display: block !important;
  margin: 0 !important;
}




/* tracking fallback visibility */
.altay-track-fallback{
  background:#fff !important;
  border-radius:28px !important;
  padding:28px !important;
  border:1px solid rgba(15,23,42,.08) !important;
  box-shadow:0 16px 34px rgba(15,23,42,.06) !important;
}
.altay-track-fallback .altay-account-section-head{
  margin-bottom:18px !important;
}
.altay-track-fallback .altay-track-grid{
  display:grid !important;
  gap:18px !important;
}







/* stable restore package: removed experimental header/account overrides */







/* ==== HEADER RESCUE ==== */
html, body{
  overflow-x:hidden !important;
}

body{
  padding-top:104px !important;
}

.site-shell{
  padding-top:0 !important;
}

.header{
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
  padding: 10px 14px 0 !important;
  background: linear-gradient(rgba(243,243,243,.98) 70%, rgba(243,243,243,0)) !important;
}

body.admin-bar .header{
  top: 32px !important;
}

@media (max-width:782px){
  body.admin-bar .header{
    top:46px !important;
  }
}

.header-wrapper{
  max-width: 1380px !important;
  margin: 0 auto !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.96) !important;
  border: 1px solid rgba(15,23,42,.06) !important;
  box-shadow: 0 14px 28px rgba(15,23,42,.08) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
}

.header-inner{
  min-height: 82px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:16px !important;
  padding:0 18px !important;
}

.header-branding,
.nav-area,
.header-actions{
  min-width:0 !important;
}

.nav-area{
  flex: 1 1 auto !important;
  display:flex !important;
  justify-content:center !important;
}

.newHeaderNavigation.desktop-nav,
.newHeaderNavUl{
  min-width:0 !important;
}

.newHeaderNavUl{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:22px !important;
  flex-wrap:nowrap !important;
}

.nav-item-link{
  font-size:15px !important;
  font-weight:700 !important;
  white-space:nowrap !important;
}

.header-actions{
  flex: 0 0 auto !important;
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  overflow:visible !important;
}

.header-tools{
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
  margin-right:4px !important;
}

.header-role-badge{
  min-height:32px !important;
  padding:0 10px !important;
  border-radius:999px !important;
  font-size:11px !important;
  font-weight:800 !important;
  border:1px solid rgba(15,23,42,.08) !important;
  background:#fff !important;
  color:#0f172a !important;
}

.header-role-badge.is-admin{
  background:#111827 !important;
  color:#fff !important;
  border-color:#111827 !important;
}

.header-role-badge.is-store{
  background:#eef2ff !important;
  color:#3730a3 !important;
  border-color:rgba(55,48,163,.12) !important;
}

.header-store-link{
  min-height:32px !important;
  padding:0 12px !important;
  border-radius:999px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#f8fafc !important;
  border:1px solid rgba(15,23,42,.08) !important;
  color:#0f172a !important;
  font-size:12px !important;
  font-weight:800 !important;
}

.header-action-circle,
.header-icon-link{
  position:relative !important;
  width:44px !important;
  height:44px !important;
  min-width:44px !important;
  min-height:44px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:999px !important;
  background:#fff !important;
  border:1px solid rgba(15,23,42,.08) !important;
  box-shadow:0 6px 14px rgba(15,23,42,.05) !important;
  overflow:visible !important;
  padding:0 !important;
}

.header-action-circle svg,
.header-icon-link svg{
  width:19px !important;
  height:19px !important;
  display:block !important;
  margin:0 !important;
}

#altaytsWishlistCount,
#spnTopSepetToplamUrun,
.header-count,
.wishlist-count,
.sepetUrunSayisi{
  position:absolute !important;
  top:-5px !important;
  right:-5px !important;
  min-width:20px !important;
  height:20px !important;
  padding:0 5px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:999px !important;
  background:#111827 !important;
  color:#fff !important;
  font-size:10px !important;
  font-weight:800 !important;
  line-height:1 !important;
  border:2px solid #fff !important;
  box-shadow:0 6px 12px rgba(15,23,42,.18) !important;
  z-index:10 !important;
  white-space:nowrap !important;
}

@media (max-width: 1180px){
  .newHeaderNavUl{
    gap:16px !important;
  }
  .nav-item-link{
    font-size:14px !important;
  }
}

@media (max-width: 991px){
  body{
    padding-top:96px !important;
  }
  .header{
    padding:8px 10px 0 !important;
  }
  .header-inner{
    min-height:74px !important;
    padding:0 12px !important;
  }
  .header-tools{
    display:none !important;
  }
  .newHeaderNavUl{
    gap:12px !important;
  }
}

@media (max-width: 767px){
  body{
    padding-top:88px !important;
  }
  .header-inner{
    min-height:70px !important;
  }
  .header-branding .header_logo,
  .header-branding .custom-logo{
    max-height:40px !important;
    width:auto !important;
  }
}



/* logo swap + clean header tools */
.altay-fixed-logo{
  height: 68px !important;
  width: auto !important;
  max-width: 220px !important;
  object-fit: contain !important;
  display: block !important;
}

.header-tools,
.header-role-badge,
.header-store-link{
  display: none !important;
}

@media (max-width: 991px){
  .altay-fixed-logo{
    height: 56px !important;
    max-width: 180px !important;
  }
}

@media (max-width: 767px){
  .altay-fixed-logo{
    height: 46px !important;
    max-width: 150px !important;
  }
}



/* ==== ACCOUNT PANEL FULL CLEANUP ==== */
.woocommerce-account .woocommerce,
.woocommerce-account .woocommerce-MyAccount{
  display:grid !important;
  grid-template-columns:280px minmax(0,1fr) !important;
  gap:28px !important;
  align-items:start !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation{
  width:100% !important;
  max-width:280px !important;
  min-width:280px !important;
  display:block !important;
}

.woocommerce-account .woocommerce-MyAccount-content{
  width:100% !important;
  min-width:0 !important;
  display:block !important;
}

.woocommerce-MyAccount-navigation .account-user-box,
.woocommerce-MyAccount-navigation .account-user-card,
.woocommerce-MyAccount-navigation .account-sidebar-card,
.woocommerce-MyAccount-navigation .account-nav-wrap{
  width:100% !important;
  min-width:0 !important;
}

.woocommerce-MyAccount-navigation ul,
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-menu,
.woocommerce-MyAccount-navigation .account-nav{
  display:flex !important;
  flex-direction:column !important;
  gap:12px !important;
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
}

.woocommerce-MyAccount-navigation li,
.woocommerce-MyAccount-navigation .account-nav-item{
  width:100% !important;
  margin:0 !important;
}

.woocommerce-MyAccount-navigation a{
  width:100% !important;
  min-height:56px !important;
  display:flex !important;
  align-items:center !important;
  border-radius:18px !important;
  box-sizing:border-box !important;
}

.altay-account-dashboard{
  display:grid !important;
  gap:20px !important;
}

.altay-account-hero,
.altay-account-dashboard .altay-account-hero{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) 220px !important;
  gap:24px !important;
  align-items:center !important;
  background:linear-gradient(135deg,#111 0%, #2a2a2a 100%) !important;
  border-radius:28px !important;
  padding:24px !important;
}

.altay-account-hero__identity{
  min-width:0 !important;
  display:flex !important;
  align-items:center !important;
  gap:18px !important;
}

.altay-account-hero__avatar{
  flex:0 0 auto !important;
}

.altay-account-hero__avatar img,
.altay-account-avatar-image{
  width:82px !important;
  height:82px !important;
  border-radius:22px !important;
}

.altay-account-hero__copy{
  min-width:0 !important;
}

.altay-account-hero__copy h2{
  margin:0 0 8px !important;
  font-size:18px !important;
  color:rgba(255,255,255,.84) !important;
}

.altay-account-hero__copy h1{
  margin:0 0 12px !important;
  font-size:34px !important;
  line-height:1.05 !important;
  color:#fff !important;
}

.altay-account-hero__copy p{
  margin:0 0 6px !important;
  color:rgba(255,255,255,.78) !important;
}

.altay-account-hero__copy small{
  display:block !important;
  color:rgba(255,255,255,.74) !important;
  line-height:1.5 !important;
}

.altay-account-eyebrow{
  display:inline-flex !important;
  align-items:center !important;
  min-height:30px !important;
  padding:0 12px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.1) !important;
  color:#fff !important;
  font-size:11px !important;
  font-weight:800 !important;
  letter-spacing:.08em !important;
}

.altay-account-quicklinks{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:12px !important;
}

.altay-account-quicklinks a{
  min-height:50px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  background:#fff !important;
  color:#111 !important;
  border-radius:18px !important;
  font-weight:800 !important;
  padding:0 16px !important;
}

.altay-account-stats{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:18px !important;
}

.altay-stat-card{
  background:#fff !important;
  border:1px solid rgba(15,23,42,.08) !important;
  border-radius:22px !important;
  padding:18px !important;
  box-shadow:0 14px 28px rgba(15,23,42,.06) !important;
}

.altay-stat-card span{
  display:block !important;
  margin-bottom:10px !important;
  color:#64748b !important;
  font-size:14px !important;
  font-weight:700 !important;
}

.altay-stat-card strong{
  display:block !important;
  font-size:20px !important;
  line-height:1.1 !important;
  color:#111 !important;
}

.altay-account-preferences,
.altay-account-insights{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:20px !important;
}

.altay-account-card{
  background:#fff !important;
  border:1px solid rgba(15,23,42,.08) !important;
  border-radius:24px !important;
  padding:22px !important;
  box-shadow:0 14px 28px rgba(15,23,42,.06) !important;
}

.altay-card-head{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
  margin-bottom:16px !important;
}

.altay-card-head h3{
  margin:0 !important;
  font-size:28px !important;
  line-height:1.05 !important;
}

.altay-card-head span,
.altay-card-head a{
  color:#64748b !important;
  font-weight:700 !important;
}

.altay-profile-grid{
  display:grid !important;
  gap:12px !important;
}

.altay-profile-row{
  min-height:58px !important;
  border-radius:16px !important;
  padding:0 16px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:16px !important;
  background:#fbfcfe !important;
  border:1px solid rgba(15,23,42,.08) !important;
}

.altay-profile-row span{
  color:#64748b !important;
  font-weight:700 !important;
}

.altay-profile-row strong{
  color:#111 !important;
  font-weight:800 !important;
  text-align:right !important;
}

.altay-mini-chart{
  height:180px !important;
  display:grid !important;
  grid-template-columns:repeat(6,1fr) !important;
  gap:12px !important;
  align-items:end !important;
}

.altay-bar-col{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:10px !important;
  height:100% !important;
}

.altay-bar{
  width:100% !important;
  max-width:48px !important;
  border-radius:14px 14px 8px 8px !important;
  background:linear-gradient(180deg,#10294b 0%, #07162d 100%) !important;
  box-shadow:0 12px 24px rgba(15,23,42,.18) !important;
}

.altay-bar-col small{
  color:#64748b !important;
  font-weight:700 !important;
}

.altay-account-note{
  background:#fff !important;
  border:1px solid rgba(15,23,42,.08) !important;
  border-radius:22px !important;
  padding:18px 20px !important;
  box-shadow:0 14px 28px rgba(15,23,42,.05) !important;
}

.altay-account-note p{
  margin:0 !important;
  color:#334155 !important;
  line-height:1.6 !important;
}

.altay-account-note a{
  font-weight:800 !important;
  text-decoration:underline !important;
}

@media (max-width:1100px){
  .woocommerce-account .woocommerce,
  .woocommerce-account .woocommerce-MyAccount{
    grid-template-columns:1fr !important;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation{
    max-width:100% !important;
    min-width:0 !important;
  }

  .altay-account-hero,
  .altay-account-dashboard .altay-account-hero{
    grid-template-columns:1fr !important;
  }

  .altay-account-stats{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }

  .altay-account-preferences,
  .altay-account-insights{
    grid-template-columns:1fr !important;
  }
}

@media (max-width:640px){
  .altay-account-stats{
    grid-template-columns:1fr !important;
  }

  .altay-account-hero__identity{
    flex-direction:column !important;
    align-items:flex-start !important;
  }

  .altay-account-hero__copy h1{
    font-size:28px !important;
  }
}




/* ==== HEADER LIGHT POLISH ==== */
.header-wrapper{
  border-radius:30px !important;
}
.header-inner{
  min-height:82px !important;
}
.header_logo,
.header-logo,
.altay-fixed-logo,
.custom-logo{
  height:72px !important;
  width:auto !important;
  max-width:240px !important;
  object-fit:contain !important;
}

@media (max-width:767px){
  .header_logo,
  .header-logo,
  .altay-fixed-logo,
  .custom-logo{
    height:50px !important;
    max-width:170px !important;
  }
}




/* =========================================================
   ALTAY ZERO HEADER - CLEAN REBUILD
   ========================================================= */

/* Eski header kurallarını devre dışı bırak */
.header,
.header-wrapper,
.header-main,
.header-inner,
.header-actions,
.header-tools,
.header-role-badge,
.header-store-link {
  all: unset;
}

/* Sayfa üst boşluğu */
body.altay-zero-header-body {
  padding-top: 118px !important;
}

/* Yeni header */
.altay-zero-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 99999 !important;
  padding: 14px 18px 0 !important;
  background: linear-gradient(180deg, rgba(243,243,243,.98) 0%, rgba(243,243,243,.88) 72%, rgba(243,243,243,0) 100%) !important;
  box-sizing: border-box !important;
}

body.admin-bar .altay-zero-header {
  top: 32px !important;
}

@media (max-width: 782px) {
  body.admin-bar .altay-zero-header {
    top: 46px !important;
  }
}

.altay-zero-header,
.altay-zero-header * {
  box-sizing: border-box !important;
}

.altay-zero-header__bar {
  width: min(1380px, calc(100vw - 36px)) !important;
  min-height: 86px !important;
  margin: 0 auto !important;
  padding: 0 18px !important;
  display: grid !important;
  grid-template-columns: 170px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 18px !important;
  background: rgba(255,255,255,.96) !important;
  border: 1px solid rgba(15,23,42,.07) !important;
  border-radius: 34px !important;
  box-shadow: 0 18px 34px rgba(15,23,42,.08) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  overflow: visible !important;
}

.altay-zero-header__logo {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  min-width: 0 !important;
}

.altay-zero-header__logo img {
  height: 70px !important;
  width: auto !important;
  max-width: 165px !important;
  object-fit: contain !important;
  display: block !important;
}

.altay-zero-header__nav {
  display: flex !important;
  justify-content: center !important;
  min-width: 0 !important;
}

.altay-zero-header__nav .newHeaderNavUl,
.altay-zero-mobile-panel .newHeaderNavUl {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 30px !important;
  flex-wrap: nowrap !important;
}

.altay-zero-header__nav li,
.altay-zero-mobile-panel li {
  margin: 0 !important;
  padding: 0 !important;
}

.altay-zero-header__nav a,
.altay-zero-header__nav .nav-item-link {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 42px !important;
  padding: 0 !important;
  color: #0f172a !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  letter-spacing: -.01em !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.altay-zero-header__nav a span,
.altay-zero-header__nav .nav-item-link span {
  position: relative !important;
}

.altay-zero-header__nav a span::after,
.altay-zero-header__nav .nav-item-link span::after {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  right: auto !important;
  bottom: -6px !important;
  width: 0 !important;
  height: 2px !important;
  background: #111827 !important;
  border-radius: 99px !important;
  transition: width .22s ease !important;
}

.altay-zero-header__nav a:hover span::after,
.altay-zero-header__nav .nav-item-link:hover span::after {
  width: 100% !important;
}

.altay-zero-header__actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  min-width: 0 !important;
  overflow: visible !important;
}

.altay-zero-header__panel {
  height: 42px !important;
  padding: 0 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: #111827 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  text-decoration: none !important;
  border: 1px solid #111827 !important;
}

.altay-zero-search {
  margin: 0 !important;
  padding: 0 !important;
}

.altay-zero-icon,
.altay-zero-mobile {
  position: relative !important;
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  min-height: 46px !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 999px !important;
  border: 1px solid rgba(15,23,42,.08) !important;
  background: #fff !important;
  color: #0f172a !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(15,23,42,.06) !important;
  cursor: pointer !important;
  overflow: visible !important;
  transition: transform .18s ease, background .18s ease, color .18s ease !important;
}

.altay-zero-icon:hover,
.altay-zero-mobile:hover {
  transform: translateY(-1px) !important;
  background: #111827 !important;
  color: #fff !important;
}

.altay-zero-icon svg {
  width: 20px !important;
  height: 20px !important;
  display: block !important;
  margin: 0 !important;
}

.altay-zero-count {
  position: absolute !important;
  top: -5px !important;
  right: -5px !important;
  min-width: 20px !important;
  height: 20px !important;
  padding: 0 5px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: #111827 !important;
  color: #fff !important;
  border: 2px solid #fff !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  box-shadow: 0 8px 14px rgba(15,23,42,.18) !important;
}

.altay-zero-mobile {
  display: none !important;
  flex-direction: column !important;
  gap: 4px !important;
}

.altay-zero-mobile span {
  width: 18px !important;
  height: 2px !important;
  border-radius: 99px !important;
  background: currentColor !important;
  display: block !important;
}

.altay-zero-mobile-panel {
  width: min(1380px, calc(100vw - 36px)) !important;
  margin: 10px auto 0 !important;
  padding: 16px !important;
  background: #fff !important;
  border: 1px solid rgba(15,23,42,.08) !important;
  border-radius: 22px !important;
  box-shadow: 0 18px 34px rgba(15,23,42,.08) !important;
}

.altay-zero-mobile-panel[hidden] {
  display: none !important;
}

@media (max-width: 1180px) {
  .altay-zero-header__bar {
    grid-template-columns: 145px minmax(0, 1fr) auto !important;
    gap: 12px !important;
  }

  .altay-zero-header__nav .newHeaderNavUl {
    gap: 20px !important;
  }

  .altay-zero-header__nav a,
  .altay-zero-header__nav .nav-item-link {
    font-size: 14px !important;
  }
}

@media (max-width: 980px) {
  body.altay-zero-header-body {
    padding-top: 106px !important;
  }

  .altay-zero-header__bar {
    min-height: 76px !important;
    grid-template-columns: auto 1fr auto !important;
  }

  .altay-zero-header__logo img {
    height: 56px !important;
    max-width: 135px !important;
  }

  .altay-zero-header__nav {
    display: none !important;
  }

  .altay-zero-mobile {
    display: inline-flex !important;
  }

  .altay-zero-mobile-panel .newHeaderNavUl {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 6px !important;
  }

  .altay-zero-mobile-panel a,
  .altay-zero-mobile-panel .nav-item-link {
    min-height: 46px !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 14px !important;
    border-radius: 14px !important;
    background: #f8fafc !important;
    color: #0f172a !important;
    font-weight: 800 !important;
    text-decoration: none !important;
  }
}

@media (max-width: 640px) {
  body.altay-zero-header-body {
    padding-top: 96px !important;
  }

  .altay-zero-header {
    padding: 8px 10px 0 !important;
  }

  .altay-zero-header__bar {
    width: calc(100vw - 20px) !important;
    min-height: 70px !important;
    padding: 0 12px !important;
    border-radius: 26px !important;
  }

  .altay-zero-header__actions {
    gap: 6px !important;
  }

  .altay-zero-header__panel {
    display: none !important;
  }

  .altay-zero-icon,
  .altay-zero-mobile {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
  }

  .altay-zero-header__logo img {
    height: 48px !important;
    max-width: 110px !important;
  }
}




/* =========================================================
   ALTAY PRODUCT CARDS - CLEAN REBUILD
   ========================================================= */

/* Ürün arşiv sayfası ana kabuk */
.woocommerce-page .woocommerce-page-content,
.woocommerce-page .container-narrow.woocommerce-page-content,
.woocommerce-page .shop-archive-shell,
.woocommerce .shop-archive-shell {
  max-width: 1380px !important;
  margin: 0 auto !important;
  padding: 34px 28px !important;
  background: #fff !important;
  border: 1px solid rgba(15,23,42,.06) !important;
  border-radius: 30px !important;
  box-shadow: 0 20px 46px rgba(15,23,42,.06) !important;
}

/* Başlık + sıralama alanı */
.woocommerce-page .page-title,
.woocommerce-products-header__title.page-title {
  font-size: 34px !important;
  line-height: 1.05 !important;
  letter-spacing: -.04em !important;
  margin: 0 0 26px !important;
  color: #0f172a !important;
}

.woocommerce-page .woocommerce-result-count {
  display: none !important;
}

.woocommerce-page .woocommerce-ordering {
  float: none !important;
  margin: 0 0 28px auto !important;
  width: 260px !important;
  position: relative !important;
  z-index: 2 !important;
}

.woocommerce-page .woocommerce-ordering select,
.woocommerce-page select.orderby {
  width: 100% !important;
  height: 48px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(15,23,42,.10) !important;
  background: #fff !important;
  color: #0f172a !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  padding: 0 42px 0 16px !important;
  box-shadow: 0 14px 30px rgba(15,23,42,.06) !important;
  outline: none !important;
}

/* Eski grid yapısını sıfırla */
.woocommerce ul.products,
.woocommerce-page ul.products,
.woocommerce .products.columns-4,
.woocommerce-page .products.columns-4 {
  clear: both !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

/* Ürün kartı */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  border: 1px solid rgba(15,23,42,.08) !important;
  border-radius: 28px !important;
  overflow: hidden !important;
  box-shadow: 0 20px 44px rgba(15,23,42,.08) !important;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease !important;
  position: relative !important;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 28px 62px rgba(15,23,42,.13) !important;
  border-color: rgba(15,23,42,.14) !important;
}

/* Görsel alanı */
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
.woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link {
  display: block !important;
  text-decoration: none !important;
  color: inherit !important;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img,
.woocommerce ul.products li.product img,
.woocommerce-page ul.products li.product img {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link {
  display: block !important;
}

/* Kartın üst görsel paneli - tema görsel wrapper yakalama */
.woocommerce ul.products li.product > a:first-child,
.woocommerce-page ul.products li.product > a:first-child {
  background: linear-gradient(180deg,#14345b 0%, #061426 100%) !important;
}

.woocommerce ul.products li.product .product-image,
.woocommerce-page ul.products li.product .product-image,
.woocommerce ul.products li.product .product-thumbnail,
.woocommerce-page ul.products li.product .product-thumbnail,
.woocommerce ul.products li.product .woocommerce-loop-product__link > img,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link > img {
  background: #f8fafc !important;
}

/* Eğer görsel direkt link içindeyse kart üstünü sabitle */
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
.woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link {
  padding-top: 0 !important;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link > img,
.woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link > img {
  height: 300px !important;
  padding: 34px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0)),
    linear-gradient(180deg,#14345b 0%, #061426 100%) !important;
  border-radius: 0 !important;
  object-fit: contain !important;
}

/* Bilgi alanı */
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  padding: 22px 22px 0 !important;
  margin: 0 !important;
  min-height: 72px !important;
  color: #0f172a !important;
  font-size: 23px !important;
  line-height: 1.05 !important;
  letter-spacing: -.035em !important;
  font-weight: 900 !important;
}

/* Kategori etiketi varsa */
.woocommerce ul.products li.product .posted_in,
.woocommerce-page ul.products li.product .posted_in,
.woocommerce ul.products li.product .product-category-label,
.woocommerce-page ul.products li.product .product-category-label {
  display: block !important;
  padding: 22px 22px 0 !important;
  color: #94a3b8 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;
}

/* Tema kartlarında kategori metni genelde title üstünde ayrı basılıyorsa */
.woocommerce ul.products li.product .product-cat,
.woocommerce-page ul.products li.product .product-cat,
.woocommerce ul.products li.product .catalog-card-category,
.woocommerce-page ul.products li.product .catalog-card-category {
  color: #94a3b8 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;
  padding: 22px 22px 0 !important;
}

/* Fiyat */
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  display: block !important;
  padding: 14px 22px 0 !important;
  margin: 0 !important;
  color: #0f172a !important;
  font-size: 24px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  letter-spacing: -.04em !important;
}

.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
  color: #94a3b8 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins {
  text-decoration: none !important;
}

/* Buton */
.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button,
.woocommerce ul.products li.product a.add_to_cart_button,
.woocommerce-page ul.products li.product a.add_to_cart_button {
  width: calc(100% - 44px) !important;
  min-height: 52px !important;
  margin: 22px 22px 22px !important;
  padding: 0 18px !important;
  border-radius: 16px !important;
  border: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #071225 !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  letter-spacing: -.01em !important;
  text-align: center !important;
  box-shadow: 0 16px 28px rgba(7,18,37,.18) !important;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease !important;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce-page ul.products li.product .button:hover,
.woocommerce ul.products li.product a.add_to_cart_button:hover,
.woocommerce-page ul.products li.product a.add_to_cart_button:hover {
  transform: translateY(-2px) !important;
  background: #000 !important;
  box-shadow: 0 22px 38px rgba(7,18,37,.25) !important;
}

/* Favori butonu ürün kartında */
.woocommerce ul.products li.product .wishlist-button,
.woocommerce-page ul.products li.product .wishlist-button,
.woocommerce ul.products li.product .altay-wishlist-toggle,
.woocommerce-page ul.products li.product .altay-wishlist-toggle,
.woocommerce ul.products li.product .tinvwl_add_to_wishlist_button,
.woocommerce-page ul.products li.product .tinvwl_add_to_wishlist_button {
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(255,255,255,.92) !important;
  color: #071225 !important;
  border: 1px solid rgba(15,23,42,.08) !important;
  box-shadow: 0 14px 28px rgba(15,23,42,.12) !important;
  z-index: 5 !important;
  padding: 0 !important;
  margin: 0 !important;
  text-indent: 0 !important;
}

/* Stokta olmayan / placeholder görseller */
.woocommerce ul.products li.product img[src*="placeholder"],
.woocommerce-page ul.products li.product img[src*="placeholder"],
.woocommerce ul.products li.product img.woocommerce-placeholder,
.woocommerce-page ul.products li.product img.woocommerce-placeholder {
  opacity: .58 !important;
  filter: grayscale(1) !important;
}

/* Ürün kartlarında taşmaları engelle */
.woocommerce ul.products li.product *,
.woocommerce-page ul.products li.product * {
  box-sizing: border-box !important;
}

/* Responsive */
@media (max-width: 1200px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .woocommerce .products.columns-4,
  .woocommerce-page .products.columns-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
  }

  .woocommerce ul.products li.product a.woocommerce-LoopProduct-link > img,
  .woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link > img {
    height: 280px !important;
  }
}

@media (max-width: 860px) {
  .woocommerce-page .woocommerce-page-content,
  .woocommerce-page .container-narrow.woocommerce-page-content,
  .woocommerce-page .shop-archive-shell,
  .woocommerce .shop-archive-shell {
    padding: 24px 18px !important;
    border-radius: 24px !important;
  }

  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .woocommerce .products.columns-4,
  .woocommerce-page .products.columns-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  .woocommerce-page .woocommerce-ordering {
    width: 100% !important;
    margin: 0 0 22px !important;
  }
}

@media (max-width: 560px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .woocommerce .products.columns-4,
  .woocommerce-page .products.columns-4 {
    grid-template-columns: 1fr !important;
  }

  .woocommerce ul.products li.product a.woocommerce-LoopProduct-link > img,
  .woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link > img {
    height: 260px !important;
    padding: 30px !important;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-size: 22px !important;
  }
}




/* =========================================================
   ALTAY PRODUCT GRID TEMPLATE REBUILD - FINAL
   ========================================================= */

/* Floating favori çakışmasını ürün liste sayfalarında gizle */
.tax-product_cat > .tinv-wishlist,
.tax-product_cat .tinv-wishlist.fixed,
.tax-product_cat .tinvwl-favorites-button,
.tax-product_cat .tinvwl-floating,
.post-type-archive-product > .tinv-wishlist,
.post-type-archive-product .tinvwl-floating,
.woocommerce-page .tinvwl-floating,
.woocommerce-page .floating-wishlist,
.woocommerce-page .wishlist-floating,
body.tax-product_cat .floating-wishlist,
body.post-type-archive-product .floating-wishlist {
  display: none !important;
}

/* Archive shell */
body.post-type-archive-product .woocommerce,
body.tax-product_cat .woocommerce,
body.woocommerce-shop .woocommerce {
  max-width: 1380px !important;
  margin: 0 auto !important;
  padding: 34px 28px !important;
  background: #fff !important;
  border: 1px solid rgba(15,23,42,.06) !important;
  border-radius: 30px !important;
  box-shadow: 0 20px 46px rgba(15,23,42,.06) !important;
}

/* Title + ordering */
body.tax-product_cat .page-title,
body.post-type-archive-product .page-title,
.woocommerce-products-header__title.page-title {
  font-size: 34px !important;
  line-height: 1.05 !important;
  letter-spacing: -.04em !important;
  margin: 0 0 24px !important;
  color: #0f172a !important;
}

.woocommerce-result-count {
  display: none !important;
}

.woocommerce-ordering {
  float: none !important;
  width: 260px !important;
  margin: -58px 0 30px auto !important;
  position: relative !important;
  z-index: 2 !important;
}

.woocommerce-ordering select,
select.orderby {
  width: 100% !important;
  height: 52px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(15,23,42,.10) !important;
  background: #fff !important;
  color: #0f172a !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  padding: 0 44px 0 16px !important;
  box-shadow: 0 14px 30px rgba(15,23,42,.06) !important;
}

/* New grid */
.woocommerce ul.products.altay-products-grid,
.woocommerce-page ul.products.altay-products-grid,
ul.products.altay-products-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  clear: both !important;
}

.woocommerce ul.products.altay-products-grid::before,
.woocommerce ul.products.altay-products-grid::after {
  content: none !important;
  display: none !important;
}

/* Remove default li behavior */
.woocommerce ul.products.altay-products-grid li.product.altay-product-card,
.woocommerce-page ul.products.altay-products-grid li.product.altay-product-card,
ul.products.altay-products-grid li.altay-product-card {
  float: none !important;
  clear: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  min-width: 0 !important;
  position: relative !important;
  overflow: visible !important;
  list-style: none !important;
}

.altay-product-card__inner {
  height: 100% !important;
  min-height: 540px !important;
  display: flex !important;
  flex-direction: column !important;
  background: #fff !important;
  border: 1px solid rgba(15,23,42,.08) !important;
  border-radius: 28px !important;
  overflow: hidden !important;
  box-shadow: 0 20px 44px rgba(15,23,42,.08) !important;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease !important;
}

.altay-product-card:hover .altay-product-card__inner {
  transform: translateY(-6px) !important;
  box-shadow: 0 28px 62px rgba(15,23,42,.13) !important;
  border-color: rgba(15,23,42,.14) !important;
}

/* Media */
.altay-product-card__media {
  height: 320px !important;
  width: 100% !important;
  padding: 34px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,0)),
    linear-gradient(180deg,#14345b 0%, #061426 100%) !important;
  text-decoration: none !important;
}

.altay-product-card__image,
.altay-product-card__media img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 14px !important;
  box-shadow: none !important;
  background: transparent !important;
}

.altay-product-card__media img[src*="placeholder"],
.altay-product-card__media img.woocommerce-placeholder {
  background: #f8fafc !important;
  padding: 32px !important;
  opacity: .62 !important;
  filter: grayscale(1) !important;
}

/* Wish */
.altay-product-card__wish {
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  z-index: 8 !important;
}

.altay-product-card__wish a,
.altay-product-card__wish button,
.altay-product-card__wish .tinvwl_add_to_wishlist_button,
.altay-product-card__wish .altay-wishlist-toggle {
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  min-height: 46px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(255,255,255,.94) !important;
  color: #071225 !important;
  border: 1px solid rgba(15,23,42,.08) !important;
  box-shadow: 0 14px 28px rgba(15,23,42,.12) !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}

.altay-product-card__wish a::before,
.altay-product-card__wish button::before,
.altay-product-card__wish .tinvwl_add_to_wishlist_button::before {
  content: "♥" !important;
  text-indent: 0 !important;
  font-size: 21px !important;
  line-height: 1 !important;
  color: #071225 !important;
}

/* Body */
.altay-product-card__body {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 22px !important;
  background: #fff !important;
}

.altay-product-card__category {
  color: #94a3b8 !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;
  margin: 0 0 12px !important;
}

.altay-product-card__title-link {
  text-decoration: none !important;
  color: inherit !important;
}

.altay-product-card__title,
.woocommerce ul.products li.product .altay-product-card__title {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 72px !important;
  color: #0f172a !important;
  font-size: 23px !important;
  line-height: 1.05 !important;
  letter-spacing: -.035em !important;
  font-weight: 950 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.altay-product-card__price,
.woocommerce ul.products li.product .altay-product-card__price {
  margin: 16px 0 0 !important;
  padding: 0 !important;
  display: block !important;
  color: #0f172a !important;
  font-size: 25px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  letter-spacing: -.04em !important;
}

.altay-product-card__price del {
  color: #94a3b8 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

.altay-product-card__price ins {
  text-decoration: none !important;
}

.altay-product-card__button,
.woocommerce ul.products li.product .altay-product-card__button {
  width: 100% !important;
  min-height: 52px !important;
  margin: auto 0 0 !important;
  padding: 0 18px !important;
  border-radius: 16px !important;
  border: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #071225 !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  letter-spacing: -.01em !important;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow: 0 16px 28px rgba(7,18,37,.18) !important;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease !important;
}

.altay-product-card__button:hover {
  transform: translateY(-2px) !important;
  background: #000 !important;
  box-shadow: 0 22px 38px rgba(7,18,37,.25) !important;
}

/* Defensive cleanup for old product output */
.woocommerce ul.products li.product.altay-product-card > .button:not(.altay-product-card__button),
.woocommerce ul.products li.product.altay-product-card > .price:not(.altay-product-card__price),
.woocommerce ul.products li.product.altay-product-card > .woocommerce-loop-product__title:not(.altay-product-card__title),
.woocommerce ul.products li.product.altay-product-card > a.woocommerce-LoopProduct-link:not(.altay-product-card__media) {
  display: none !important;
}

/* Responsive */
@media (max-width: 1280px) {
  .woocommerce ul.products.altay-products-grid,
  .woocommerce-page ul.products.altay-products-grid,
  ul.products.altay-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
  }
}

@media (max-width: 920px) {
  body.post-type-archive-product .woocommerce,
  body.tax-product_cat .woocommerce,
  body.woocommerce-shop .woocommerce {
    padding: 24px 18px !important;
    border-radius: 24px !important;
  }

  .woocommerce-ordering {
    width: 100% !important;
    margin: 0 0 24px !important;
  }

  .woocommerce ul.products.altay-products-grid,
  .woocommerce-page ul.products.altay-products-grid,
  ul.products.altay-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  .altay-product-card__media {
    height: 280px !important;
    padding: 28px !important;
  }
}

@media (max-width: 560px) {
  .woocommerce ul.products.altay-products-grid,
  .woocommerce-page ul.products.altay-products-grid,
  ul.products.altay-products-grid {
    grid-template-columns: 1fr !important;
  }

  .altay-product-card__inner {
    min-height: 500px !important;
  }

  .altay-product-card__media {
    height: 270px !important;
  }
}




/* =========================================================
   ALTAY PRODUCT PREMIUM POLISH
   ========================================================= */

body.tax-product_cat .woocommerce,
body.post-type-archive-product .woocommerce,
body.woocommerce-shop .woocommerce {
  padding-top: 38px !important;
}

/* Başlık + sıralama premium hizalama */
.woocommerce-products-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
  margin: 0 0 28px !important;
}

.woocommerce-products-header__title.page-title,
body.tax-product_cat .page-title,
body.post-type-archive-product .page-title {
  margin: 0 !important;
  font-size: 36px !important;
  font-weight: 950 !important;
  letter-spacing: -.045em !important;
}

.woocommerce-ordering {
  margin: -62px 0 32px auto !important;
}

.woocommerce-ordering select,
select.orderby {
  appearance: none !important;
  -webkit-appearance: none !important;
  background:
    linear-gradient(45deg, transparent 50%, #0f172a 50%),
    linear-gradient(135deg, #0f172a 50%, transparent 50%),
    #fff !important;
  background-position:
    calc(100% - 20px) 50%,
    calc(100% - 14px) 50%,
    0 0 !important;
  background-size: 6px 6px, 6px 6px, 100% 100% !important;
  background-repeat: no-repeat !important;
}

/* Grid daha dengeli */
.woocommerce ul.products.altay-products-grid,
.woocommerce-page ul.products.altay-products-grid,
ul.products.altay-products-grid {
  gap: 32px !important;
}

/* Kart cam-premium gölge */
.altay-product-card__inner {
  border-radius: 30px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,1), rgba(255,255,255,.96)) !important;
  box-shadow:
    0 24px 55px rgba(15,23,42,.08),
    inset 0 1px 0 rgba(255,255,255,.75) !important;
  transform: translateZ(0) !important;
  will-change: transform !important;
}

.altay-product-card:hover .altay-product-card__inner {
  transform: translateY(-8px) scale(1.012) !important;
  box-shadow:
    0 34px 80px rgba(15,23,42,.15),
    inset 0 1px 0 rgba(255,255,255,.9) !important;
}

/* Görsel alanını daha premium yap */
.altay-product-card__media {
  position: relative !important;
  height: 330px !important;
  padding: 30px !important;
  isolation: isolate !important;
  overflow: hidden !important;
}

.altay-product-card__media::before {
  content: "" !important;
  position: absolute !important;
  inset: 18px !important;
  border-radius: 22px !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  background:
    radial-gradient(circle at 50% 32%, rgba(255,255,255,.12), rgba(255,255,255,0) 44%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,0)) !important;
  z-index: -1 !important;
}

.altay-product-card__media::after {
  content: "" !important;
  position: absolute !important;
  left: 18% !important;
  right: 18% !important;
  bottom: 34px !important;
  height: 28px !important;
  border-radius: 999px !important;
  background: radial-gradient(ellipse at center, rgba(0,0,0,.22), rgba(0,0,0,0) 72%) !important;
  z-index: -1 !important;
}

.altay-product-card__image,
.altay-product-card__media img {
  transition: transform .35s ease, filter .35s ease !important;
  filter: drop-shadow(0 18px 26px rgba(0,0,0,.18)) !important;
}

.altay-product-card:hover .altay-product-card__image,
.altay-product-card:hover .altay-product-card__media img {
  transform: scale(1.06) !important;
  filter: drop-shadow(0 22px 34px rgba(0,0,0,.24)) !important;
}

/* Placeholder daha temiz */
.altay-product-card__media img[src*="placeholder"],
.altay-product-card__media img.woocommerce-placeholder {
  border-radius: 18px !important;
  background: #f8fafc !important;
  padding: 44px !important;
  filter: grayscale(1) opacity(.62) !important;
}

/* Favori butonu */
.altay-product-card__wish a,
.altay-product-card__wish button,
.altay-product-card__wish .tinvwl_add_to_wishlist_button,
.altay-product-card__wish .altay-wishlist-toggle {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  background: rgba(255,255,255,.94) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  transition: transform .22s ease, background .22s ease, box-shadow .22s ease !important;
}

.altay-product-card__wish a:hover,
.altay-product-card__wish button:hover,
.altay-product-card__wish .tinvwl_add_to_wishlist_button:hover,
.altay-product-card__wish .altay-wishlist-toggle:hover {
  transform: translateY(-2px) scale(1.06) !important;
  background: #fff !important;
  box-shadow: 0 20px 38px rgba(15,23,42,.18) !important;
}

.altay-product-card__wish a:hover::before,
.altay-product-card__wish button:hover::before,
.altay-product-card__wish .tinvwl_add_to_wishlist_button:hover::before {
  color: #dc2626 !important;
}

/* Body spacing */
.altay-product-card__body {
  padding: 24px !important;
}

.altay-product-card__category {
  margin-bottom: 14px !important;
  color: #7c8a9f !important;
}

.altay-product-card__title,
.woocommerce ul.products li.product .altay-product-card__title {
  font-size: 22px !important;
  min-height: 70px !important;
}

.altay-product-card__title-link:hover .altay-product-card__title {
  color: #10294b !important;
}

.altay-product-card__price,
.woocommerce ul.products li.product .altay-product-card__price {
  font-size: 26px !important;
  margin-top: 18px !important;
}

/* Buton Nike/Zara daha modern */
.altay-product-card__button,
.woocommerce ul.products li.product .altay-product-card__button {
  min-height: 54px !important;
  border-radius: 999px !important;
  background:
    linear-gradient(135deg, #081426 0%, #020617 100%) !important;
  position: relative !important;
  overflow: hidden !important;
}

.altay-product-card__button::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.16) 45%, transparent 70%) !important;
  transform: translateX(-120%) !important;
  transition: transform .55s ease !important;
}

.altay-product-card__button:hover::after {
  transform: translateX(120%) !important;
}

.altay-product-card__button:hover {
  transform: translateY(-2px) !important;
  background:
    linear-gradient(135deg, #000 0%, #111827 100%) !important;
}

/* Stok yok / indirim rozetleri varsa */
.woocommerce span.onsale {
  min-width: auto !important;
  min-height: 34px !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  background: #111827 !important;
  color: #fff !important;
  font-weight: 900 !important;
  font-size: 12px !important;
  line-height: 34px !important;
}

/* Responsive polish */
@media (max-width: 1280px) {
  .woocommerce ul.products.altay-products-grid,
  .woocommerce-page ul.products.altay-products-grid,
  ul.products.altay-products-grid {
    gap: 26px !important;
  }

  .altay-product-card__media {
    height: 310px !important;
  }
}

@media (max-width: 920px) {
  .woocommerce-ordering {
    margin: 0 0 24px !important;
  }

  .altay-product-card__media {
    height: 285px !important;
  }
}

@media (max-width: 560px) {
  .altay-product-card__body {
    padding: 22px !important;
  }

  .altay-product-card__media {
    height: 270px !important;
  }
}




/* =========================================================
   ALTAY PRODUCT GRID HARD RESET V2
   ========================================================= */

/* Eski Woo ürün kart çıktısını sıfırla */
.woocommerce ul.products,
.woocommerce-page ul.products,
.woocommerce ul.products.altay-products-grid,
.woocommerce-page ul.products.altay-products-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(230px, 1fr)) !important;
  gap: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  align-items: stretch !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none !important;
  content: none !important;
}

.woocommerce ul.products li.product.altay-card-v2,
.woocommerce-page ul.products li.product.altay-card-v2 {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  min-width: 0 !important;
  list-style: none !important;
}

/* Kart ana yapı */
.altay-card-v2__inner {
  height: 100% !important;
  min-height: 520px !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  border-radius: 28px !important;
  background: #fff !important;
  border: 1px solid rgba(15,23,42,.08) !important;
  box-shadow: 0 22px 48px rgba(15,23,42,.08) !important;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease !important;
}

.altay-card-v2:hover .altay-card-v2__inner {
  transform: translateY(-7px) !important;
  box-shadow: 0 34px 70px rgba(15,23,42,.15) !important;
  border-color: rgba(15,23,42,.14) !important;
}

/* Görsel alanını gerçek product poster gibi yap */
.altay-card-v2__media {
  height: 320px !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
  position: relative !important;
  overflow: hidden !important;
  background: #071225 !important;
  text-decoration: none !important;
}

.altay-card-v2__image,
.altay-card-v2__media img {
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: scale(1.001) !important;
  transition: transform .38s ease, filter .38s ease !important;
}

.altay-card-v2:hover .altay-card-v2__image,
.altay-card-v2:hover .altay-card-v2__media img {
  transform: scale(1.07) !important;
}

/* Placeholder olanlarda cover yerine contain */
.altay-card-v2__media img[src*="placeholder"],
.altay-card-v2__media img.woocommerce-placeholder {
  object-fit: contain !important;
  padding: 52px !important;
  background: #f8fafc !important;
  opacity: .7 !important;
  filter: grayscale(1) !important;
}

/* Favori butonu kart içine sabit */
.altay-card-v2__wish {
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  z-index: 10 !important;
}

.altay-card-v2__wish a,
.altay-card-v2__wish button,
.altay-card-v2__wish .tinvwl_add_to_wishlist_button,
.altay-card-v2__wish .altay-wishlist-toggle {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(255,255,255,.94) !important;
  color: #071225 !important;
  border: 1px solid rgba(15,23,42,.08) !important;
  box-shadow: 0 14px 26px rgba(0,0,0,.16) !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
}

.altay-card-v2__wish a::before,
.altay-card-v2__wish button::before,
.altay-card-v2__wish .tinvwl_add_to_wishlist_button::before,
.altay-card-v2__wish .altay-wishlist-toggle::before {
  content: "♥" !important;
  text-indent: 0 !important;
  font-size: 20px !important;
  line-height: 1 !important;
}

/* Sağ üstte sayfada gezen favori balonunu ürün listesinde kapat */
body.tax-product_cat > .floating-wishlist,
body.tax-product_cat .floating-wishlist,
body.tax-product_cat .wishlist-floating,
body.tax-product_cat .tinvwl-floating,
body.post-type-archive-product .floating-wishlist,
body.post-type-archive-product .wishlist-floating,
body.post-type-archive-product .tinvwl-floating {
  display: none !important;
}

/* İçerik */
.altay-card-v2__content {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 22px !important;
  background: #fff !important;
}

.altay-card-v2__cat {
  margin: 0 0 12px !important;
  color: #8a97aa !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;
}

.altay-card-v2__title-link {
  text-decoration: none !important;
  color: inherit !important;
}

.altay-card-v2__title {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 58px !important;
  font-size: 21px !important;
  line-height: 1.08 !important;
  letter-spacing: -.04em !important;
  font-weight: 950 !important;
  color: #071225 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.altay-card-v2__price {
  margin: 16px 0 0 !important;
  padding: 0 !important;
  color: #071225 !important;
  font-size: 24px !important;
  line-height: 1 !important;
  letter-spacing: -.04em !important;
  font-weight: 950 !important;
}

.altay-card-v2__price del {
  color: #94a3b8 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

.altay-card-v2__price ins {
  text-decoration: none !important;
}

.altay-card-v2__button {
  width: 100% !important;
  min-height: 52px !important;
  margin: auto 0 0 !important;
  padding: 0 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: #071225 !important;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  box-shadow: 0 16px 28px rgba(7,18,37,.18) !important;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease !important;
}

.altay-card-v2__button:hover {
  transform: translateY(-2px) !important;
  background: #000 !important;
  box-shadow: 0 22px 38px rgba(7,18,37,.25) !important;
}

/* Eski kart elemanlarını zorla gizle */
li.altay-card-v2 > a.woocommerce-LoopProduct-link,
li.altay-card-v2 > h2,
li.altay-card-v2 > .price,
li.altay-card-v2 > .button,
li.altay-card-v2 > .tinv-wraper {
  display: none !important;
}

/* Sıralama ve container */
body.tax-product_cat .woocommerce,
body.post-type-archive-product .woocommerce {
  max-width: 1380px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.woocommerce-ordering {
  float: none !important;
  width: 260px !important;
  margin: -58px 0 30px auto !important;
}

.woocommerce-ordering select,
select.orderby {
  width: 100% !important;
  height: 50px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(15,23,42,.10) !important;
  background-color: #fff !important;
  color: #0f172a !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  padding: 0 16px !important;
  box-shadow: 0 14px 30px rgba(15,23,42,.06) !important;
}

/* Responsive */
@media (max-width: 1280px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .woocommerce ul.products.altay-products-grid,
  .woocommerce-page ul.products.altay-products-grid {
    grid-template-columns: repeat(3, minmax(230px, 1fr)) !important;
  }
}

@media (max-width: 920px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .woocommerce ul.products.altay-products-grid,
  .woocommerce-page ul.products.altay-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  .woocommerce-ordering {
    width: 100% !important;
    margin: 0 0 24px !important;
  }

  .altay-card-v2__media {
    height: 280px !important;
  }
}

@media (max-width: 560px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .woocommerce ul.products.altay-products-grid,
  .woocommerce-page ul.products.altay-products-grid {
    grid-template-columns: 1fr !important;
  }

  .altay-card-v2__inner {
    min-height: 500px !important;
  }
}




/* =========================================================
   FINAL PRODUCT GRID SPACING + IMAGE FIT
   ========================================================= */

.woocommerce ul.products,
.woocommerce-page ul.products,
.woocommerce ul.products.altay-products-grid,
.woocommerce-page ul.products.altay-products-grid {
  gap: 16px !important;
  grid-template-columns: repeat(4, minmax(220px, 1fr)) !important;
}

.altay-card-v2__inner {
  min-height: 500px !important;
}

.altay-card-v2__media {
  height: 300px !important;
  padding: 0 !important;
  background: #071225 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.altay-card-v2__image,
.altay-card-v2__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  padding: 18px !important;
  background: transparent !important;
}

.altay-card-v2__media img:not(.woocommerce-placeholder) {
  transform: scale(1.08) !important;
}

.altay-card-v2:hover .altay-card-v2__media img {
  transform: scale(1.14) !important;
}

.altay-card-v2__content {
  padding: 18px !important;
}

.altay-card-v2__title {
  font-size: 19px !important;
  min-height: 56px !important;
}

.altay-card-v2__price {
  font-size: 22px !important;
  margin-top: 10px !important;
}

.altay-card-v2__button {
  min-height: 48px !important;
}

/* Eski ürün kartı çakışmalarını kapat */


@media (max-width: 1280px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .woocommerce ul.products.altay-products-grid,
  .woocommerce-page ul.products.altay-products-grid {
    grid-template-columns: repeat(3, minmax(220px, 1fr)) !important;
  }
}

@media (max-width: 920px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .woocommerce ul.products.altay-products-grid,
  .woocommerce-page ul.products.altay-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }
}

@media (max-width: 560px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .woocommerce ul.products.altay-products-grid,
  .woocommerce-page ul.products.altay-products-grid {
    grid-template-columns: 1fr !important;
  }
}



/* v2 premium favorites integration */
.altay-zero-icon--wishlist{position:relative!important}.altay-zero-icon--wishlist .altay-zero-count{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:18px!important;height:18px!important;padding:0 5px!important;border-radius:999px!important;background:#0f172a!important;color:#fff!important;font-size:11px!important;font-weight:900!important;position:absolute!important;top:-6px!important;right:-6px!important;box-shadow:0 8px 16px rgba(15,23,42,.18)!important}.altayts-wishlist-page{background:#fff!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:34px!important;padding:34px!important;box-shadow:0 24px 70px rgba(15,23,42,.08)!important}.altayts-wishlist-head h1{letter-spacing:-.045em!important;color:#111827!important}.altayts-wishlist-empty__cta:hover{transform:translateY(-2px)!important;box-shadow:0 18px 36px rgba(15,23,42,.22)!important}@media(max-width:720px){.altayts-wishlist-page{padding:22px!important;border-radius:26px!important}}

/* === ALTAY HEADER RESCUE + PREMIUM FINAL FIX === */
body.altay-zero-header-body{padding-top:0!important;background:#f4f4f5!important;}
.altay-zero-header{position:sticky!important;top:14px!important;z-index:9999!important;width:min(1120px,calc(100% - 28px))!important;margin:14px auto 18px!important;background:transparent!important;transition:all .25s ease!important;}
body.admin-bar .altay-zero-header{top:46px!important;}
.altay-zero-header__bar{min-height:76px!important;display:grid!important;grid-template-columns:150px minmax(0,1fr) auto!important;align-items:center!important;gap:24px!important;padding:0 18px!important;background:rgba(255,255,255,.88)!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:999px!important;box-shadow:0 18px 45px rgba(15,23,42,.10)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;transition:all .25s ease!important;}
.altay-zero-header.is-scrolled .altay-zero-header__bar{min-height:64px!important;background:rgba(255,255,255,.94)!important;box-shadow:0 14px 34px rgba(15,23,42,.13)!important;}
.altay-zero-header__logo{display:flex!important;align-items:center!important;justify-content:flex-start!important;height:100%!important;min-width:0!important;}
.altay-zero-header__logo img{height:58px!important;width:auto!important;max-width:118px!important;object-fit:contain!important;display:block!important;transition:all .25s ease!important;}
.altay-zero-header.is-scrolled .altay-zero-header__logo img{height:48px!important;}
.altay-zero-header__nav{display:flex!important;align-items:center!important;justify-content:center!important;min-width:0!important;}
.altay-zero-header__nav .newHeaderNavUl{display:flex!important;align-items:center!important;justify-content:center!important;gap:22px!important;list-style:none!important;margin:0!important;padding:0!important;}
.altay-zero-header__nav li{list-style:none!important;margin:0!important;padding:0!important;}
.altay-zero-header__nav a,.altay-zero-header__nav .nav-item-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:10px 0!important;color:#0f172a!important;text-decoration:none!important;font-size:13px!important;font-weight:900!important;letter-spacing:.02em!important;text-transform:uppercase!important;line-height:1!important;}
.altay-zero-header__actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;}
.altay-zero-header__panel{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:42px!important;padding:0 18px!important;border-radius:999px!important;background:#0f172a!important;color:#fff!important;font-size:13px!important;font-weight:900!important;text-decoration:none!important;}
.altay-zero-search{display:block!important;margin:0!important;}
.altay-zero-icon,.altay-zero-mobile{position:relative!important;width:42px!important;height:42px!important;min-width:42px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:#fff!important;border:1px solid rgba(15,23,42,.08)!important;color:#0f172a!important;box-shadow:0 8px 20px rgba(15,23,42,.06)!important;text-decoration:none!important;cursor:pointer!important;transition:all .2s ease!important;}
.altay-zero-icon:hover,.altay-zero-mobile:hover{transform:translateY(-1px)!important;box-shadow:0 12px 26px rgba(15,23,42,.12)!important;}
.altay-zero-icon svg{width:18px!important;height:18px!important;display:block!important;}
.altay-zero-count{position:absolute!important;top:-6px!important;right:-5px!important;min-width:18px!important;height:18px!important;padding:0 5px!important;border-radius:999px!important;background:#0f172a!important;color:#fff!important;font-size:10px!important;font-weight:900!important;line-height:18px!important;text-align:center!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;}
.altay-zero-mobile{display:none!important;}
.altay-zero-mobile-panel[hidden]{display:none!important;}
@media(max-width:980px){.altay-zero-header{top:10px!important;width:calc(100% - 20px)!important}.altay-zero-header__bar{grid-template-columns:auto 1fr auto!important;min-height:68px!important;padding:0 14px!important}.altay-zero-header__logo img{height:50px!important;max-width:96px!important}.altay-zero-header__nav{display:none!important}.altay-zero-mobile{display:inline-flex!important}.altay-zero-header__panel{display:none!important}.altay-zero-mobile-panel{margin-top:10px!important;background:#fff!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:22px!important;padding:16px!important;box-shadow:0 18px 44px rgba(15,23,42,.12)!important}.altay-zero-mobile-panel .newHeaderNavUl{display:grid!important;gap:4px!important;list-style:none!important;margin:0!important;padding:0!important}.altay-zero-mobile-panel a{display:block!important;padding:13px 12px!important;text-decoration:none!important;font-weight:900!important;color:#0f172a!important;border-radius:14px!important}.altay-zero-mobile-panel a:hover{background:#f5f5f5!important}}
@media(max-width:560px){.altay-zero-header__bar{gap:8px!important}.altay-zero-icon{width:38px!important;height:38px!important;min-width:38px!important}.altay-zero-search{display:none!important}.altay-zero-header__logo img{height:46px!important;max-width:88px!important}}

/* ALTAY FINAL HEADER FIX - NO TOP BLANK */
html {
  scroll-padding-top: 120px !important;
}

body.altay-zero-header-body,
body.admin-bar.altay-zero-header-body {
  padding-top: 0 !important;
}

body.altay-zero-header-body .altay-zero-header {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  padding: 46px 0 14px !important;
}

body.altay-zero-header-body .altay-zero-header__bar {
  box-shadow: 0 22px 70px rgba(15,23,42,.12), inset 0 1px 0 rgba(255,255,255,.96) !important;
}

/* Hero header'a yapışmasın, ama üstte büyük boşluk oluşmasın */
body.altay-zero-header-body .hero-section,
body.altay-zero-header-body .homepage-clean .hero-section {
  padding-top: 0 !important;
}

@media (max-width: 980px) {
  body.altay-zero-header-body,
  body.admin-bar.altay-zero-header-body {
    padding-top: 0 !important;
  }

  body.altay-zero-header-body .altay-zero-header {
    margin-bottom: 16px !important;
  }
}

/* =========================================================
   ALTAY PREMIUM PRODUCT CARDS - FINAL
   ========================================================= */

/* Ürün grid genel boşluk */
.woocommerce ul.products,
.products-grid,
.altay-products,
.product-section .products {
  gap: 28px !important;
}

/* Kart ana yapı */
.woocommerce ul.products li.product,
.product-card,
.altay-product-card,
.altay-product {
  position: relative !important;
  background: #ffffff !important;
  border: 1px solid rgba(15,23,42,.08) !important;
  border-radius: 28px !important;
  overflow: hidden !important;
  box-shadow: 0 14px 36px rgba(15,23,42,.07) !important;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease !important;
}

/* Hover premium lift */
.woocommerce ul.products li.product:hover,
.product-card:hover,
.altay-product-card:hover,
.altay-product:hover {
  transform: translateY(-8px) !important;
  border-color: rgba(15,23,42,.16) !important;
  box-shadow: 0 28px 70px rgba(15,23,42,.15) !important;
}

/* Görsel alanı */
.woocommerce ul.products li.product a img,
.product-card img,
.altay-product-card img,
.altay-product img {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  border-radius: 22px !important;
  transition: transform .36s ease, filter .36s ease !important;
}

/* Görsel hover */
.woocommerce ul.products li.product:hover a img,
.product-card:hover img,
.altay-product-card:hover img,
.altay-product:hover img {
  transform: scale(1.055) !important;
  filter: contrast(1.04) saturate(1.04) !important;
}

/* Kart iç boşluk */
.woocommerce ul.products li.product,
.product-card,
.altay-product-card,
.altay-product {
  padding: 14px !important;
}

/* Ürün başlığı */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.product-card h2,
.product-card h3,
.altay-product-card h2,
.altay-product-card h3,
.altay-product-title {
  margin: 16px 4px 8px !important;
  color: #070b18 !important;
  font-size: 16px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  letter-spacing: -.02em !important;
}

/* Fiyat */
.woocommerce ul.products li.product .price,
.product-card .price,
.altay-product-card .price,
.altay-price {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 4px 14px !important;
  color: #070b18 !important;
  font-size: 18px !important;
  font-weight: 950 !important;
}

.woocommerce ul.products li.product .price del {
  color: rgba(15,23,42,.42) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.woocommerce ul.products li.product .price ins {
  text-decoration: none !important;
}

/* Sepete ekle butonu */
.woocommerce ul.products li.product .button,
.product-card .button,
.altay-product-card .button,
.altay-product .button,
.add_to_cart_button {
  width: calc(100% - 8px) !important;
  min-height: 48px !important;
  margin: 4px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: #070b18 !important;
  color: #ffffff !important;
  border: 1px solid #070b18 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  box-shadow: 0 14px 28px rgba(7,11,24,.18) !important;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease !important;
}

/* Buton hover */
.woocommerce ul.products li.product .button:hover,
.product-card .button:hover,
.altay-product-card .button:hover,
.altay-product .button:hover,
.add_to_cart_button:hover {
  transform: translateY(-2px) !important;
  background: #000 !important;
  color: #fff !important;
  box-shadow: 0 20px 38px rgba(7,11,24,.28) !important;
}

/* Sale badge */
.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale,
.product-card .onsale,
.altay-badge,
.sale-badge {
  position: absolute !important;
  top: 16px !important;
  left: 16px !important;
  z-index: 5 !important;
  min-height: auto !important;
  min-width: auto !important;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  background: #070b18 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  box-shadow: 0 12px 24px rgba(7,11,24,.18) !important;
}

/* Kart üstüne hafif parlama */
.woocommerce ul.products li.product::before,
.product-card::before,
.altay-product-card::before,
.altay-product::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  border-radius: inherit !important;
  background: linear-gradient(135deg, rgba(255,255,255,.55), rgba(255,255,255,0) 38%) !important;
  opacity: .75 !important;
  z-index: 1 !important;
}

.woocommerce ul.products li.product > *,
.product-card > *,
.altay-product-card > *,
.altay-product > * {
  position: relative !important;
  z-index: 2 !important;
}

/* Mobil */
@media (max-width: 768px) {
  .woocommerce ul.products,
  .products-grid,
  .altay-products,
  .product-section .products {
    gap: 18px !important;
  }

  .woocommerce ul.products li.product,
  .product-card,
  .altay-product-card,
  .altay-product {
    border-radius: 22px !important;
    padding: 10px !important;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .product-card h2,
  .product-card h3,
  .altay-product-card h2,
  .altay-product-card h3,
  .altay-product-title {
    font-size: 14px !important;
  }

  .woocommerce ul.products li.product .price,
  .product-card .price,
  .altay-product-card .price,
  .altay-price {
    font-size: 16px !important;
  }

  .woocommerce ul.products li.product .button,
  .product-card .button,
  .altay-product-card .button,
  .altay-product .button,
  .add_to_cart_button {
    min-height: 44px !important;
    font-size: 13px !important;
  }
}

/* =========================================================
   ALTAY FINAL ALL FIXES
   Header spacing + product cards + wishlist removal + hover CTA
   ========================================================= */

/* Header altı dengeli boşluk */
body.altay-zero-header-body,
body.admin-bar.altay-zero-header-body {
  padding-top: 0 !important;
}

body.altay-zero-header-body .altay-zero-header {
  margin-bottom: 24px !important;
}

body.altay-zero-header-body .hero-section,
body.altay-zero-header-body .homepage-clean .hero-section {
  margin-top: 10px !important;
  padding-top: 0 !important;
}

/* Ürün kartlarındaki wishlist/kalp ikonlarını kaldır */
.woocommerce ul.products li.product .tinvwl_add_to_wishlist_button,
.woocommerce ul.products li.product .tinv-wishlist,
.woocommerce ul.products li.product .ti-wishlist,
.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist,
.woocommerce ul.products li.product [class*="wishlist"],
.woocommerce ul.products li.product [class*="tinv"],
.product .tinvwl_add_to_wishlist_button,
.product .tinv-wishlist,
.product .ti-wishlist,
.product .yith-wcwl-add-to-wishlist {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Header'daki favori ikonunu koru */
.altay-zero-header [class*="wishlist"],
.altay-zero-header .altay-zero-icon--wishlist {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* Premium ürün kartı */
.woocommerce ul.products {
  gap: 28px !important;
}

.woocommerce ul.products li.product {
  position: relative !important;
  overflow: hidden !important;
  padding: 14px !important;
  background: #fff !important;
  border: 1px solid rgba(15,23,42,.08) !important;
  border-radius: 28px !important;
  box-shadow: 0 14px 36px rgba(15,23,42,.07) !important;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease !important;
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-8px) !important;
  border-color: rgba(15,23,42,.16) !important;
  box-shadow: 0 28px 70px rgba(15,23,42,.15) !important;
}

/* Görsel alanı */
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
.woocommerce ul.products li.product a.woocommerce-loop-product__link {
  position: relative !important;
  display: block !important;
  overflow: hidden !important;
  border-radius: 22px !important;
}

.woocommerce ul.products li.product a img,
.woocommerce ul.products li.product img {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  border-radius: 22px !important;
  transition: transform .42s ease, filter .42s ease !important;
}

.woocommerce ul.products li.product:hover img {
  transform: scale(1.06) !important;
  filter: brightness(.72) contrast(1.06) saturate(1.04) !important;
}

/* Başlık ve fiyat */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin: 16px 4px 8px !important;
  color: #070b18 !important;
  font-size: 16px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  letter-spacing: -.02em !important;
}

.woocommerce ul.products li.product .price {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 4px 14px !important;
  color: #070b18 !important;
  font-size: 18px !important;
  font-weight: 950 !important;
}

.woocommerce ul.products li.product .price del {
  color: rgba(15,23,42,.42) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.woocommerce ul.products li.product .price ins {
  text-decoration: none !important;
}

/* Hover'da çıkan premium CTA */
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .add_to_cart_button {
  position: absolute !important;
  left: 50% !important;
  top: 48% !important;
  bottom: auto !important;
  transform: translate(-50%, 18px) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  width: auto !important;
  min-width: 210px !important;
  height: 50px !important;
  min-height: 50px !important;
  padding: 0 26px !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #07101f !important;
  border: 1px solid rgba(255,255,255,.8) !important;
  box-shadow: 0 20px 45px rgba(0,0,0,.28) !important;
  z-index: 20 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  transition: all .28s ease !important;
}

.woocommerce ul.products li.product:hover .button,
.woocommerce ul.products li.product:hover a.button,
.woocommerce ul.products li.product:hover .add_to_cart_button {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate(-50%, -50%) !important;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product a.button:hover,
.woocommerce ul.products li.product .add_to_cart_button:hover {
  background: #07101f !important;
  color: #fff !important;
}

/* Sepete ekle / seçenekleri incele butonu altta yer kaplamasın */
.woocommerce ul.products li.product .button {
  float: none !important;
}

/* Sale badge */
.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
  position: absolute !important;
  top: 16px !important;
  left: 16px !important;
  z-index: 25 !important;
  min-height: auto !important;
  min-width: auto !important;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  background: #070b18 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  box-shadow: 0 12px 24px rgba(7,11,24,.18) !important;
}

/* Mobilde hover olmadığı için buton altta normal görünsün */
@media (max-width: 768px) {
  body.altay-zero-header-body .altay-zero-header {
    margin-bottom: 18px !important;
  }

  .woocommerce ul.products {
    gap: 18px !important;
  }

  .woocommerce ul.products li.product {
    border-radius: 22px !important;
    padding: 10px !important;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 14px !important;
  }

  .woocommerce ul.products li.product .price {
    font-size: 16px !important;
  }

  .woocommerce ul.products li.product .button,
  .woocommerce ul.products li.product a.button,
  .woocommerce ul.products li.product .add_to_cart_button {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 44px !important;
    min-height: 44px !important;
    margin-top: 12px !important;
    background: #07101f !important;
    color: #fff !important;
    box-shadow: none !important;
  }

  .woocommerce ul.products li.product:hover img {
    filter: none !important;
    transform: none !important;
  }
}

/* ALTAY FINAL - PRODUCT CARD SMALL HEART REMOVE */
.woocommerce ul.products li.product .altayts-favorite-btn,
.woocommerce ul.products li.product .altay-home-style-card__wish,
.woocommerce ul.products li.product .altayts-favorite-btn__icon,
.altay-home-style-card .altayts-favorite-btn,
.altay-home-style-card__wish,
button.altayts-favorite-btn,
button[class*="favorite"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Header favori ikonunu koru */
.altay-zero-header .altay-zero-icon--wishlist,
.altay-zero-header .altay-zero-icon--wishlist *,
.altay-zero-header [href*="favori"],
.altay-zero-header [href*="wishlist"] {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* =========================================================
   ALTAY FINAL - BASKI ALANI SADELESTIR + URUN KALBI GERI GETIR
   ========================================================= */

/* Ürün kartlarında favori kalbini geri getir */
.woocommerce ul.products li.product .altay-home-style-card__wish,
.altay-home-style-card .altay-home-style-card__wish {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.woocommerce ul.products li.product .altayts-favorite-btn,
.altay-home-style-card .altayts-favorite-btn,
button.altayts-favorite-btn {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Kalp butonu sade premium görünüm */
.altay-home-style-card__wish {
  position: absolute !important;
  top: 22px !important;
  right: 22px !important;
  z-index: 30 !important;
}

.altay-home-style-card__wish .altayts-favorite-btn,
button.altayts-favorite-btn {
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(15,23,42,.08) !important;
  background: rgba(255,255,255,.92) !important;
  color: #07101f !important;
  box-shadow: 0 12px 26px rgba(15,23,42,.12) !important;
}

/* Önceki genel gizleme kuralını ürün kalbi için ez */
.woocommerce ul.products li.product button[class*="favorite"],
.woocommerce ul.products li.product [class*="favorite"].altayts-favorite-btn {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* Forma Arkası Baskı alanı: renkli/kalın stil kaldırıldı */
body.single-product .altay-3d-print-panel,
.single-product .altay-3d-print-panel {
  background: #fff !important;
  color: #07101f !important;
}

body.single-product .altay-3d-panel-head h3,
.single-product .altay-3d-panel-head h3 {
  font-weight: 600 !important;
  color: #07101f !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

body.single-product .altay-3d-panel-head span,
.single-product .altay-3d-panel-head span {
  font-weight: 400 !important;
  color: #667085 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

/* Baskı stili ve font seçenekleri: siyah/gold aktif renk yok */
body.single-product .altay-print-style-btn,
body.single-product .altay-print-style-btn.is-active,
.single-product .altay-print-style-btn,
.single-product .altay-print-style-btn.is-active,
body.single-product .altay-print-font-btn,
body.single-product .altay-print-font-btn.is-active,
.single-product .altay-print-font-btn,
.single-product .altay-print-font-btn.is-active {
  background: #fff !important;
  color: #07101f !important;
  border: 1px solid rgba(15,23,42,.12) !important;
  box-shadow: none !important;
  font-weight: 500 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

/* Seçili olan belli olsun ama renk/kalınlık kullanmadan */
body.single-product .altay-print-style-btn.is-active,
.single-product .altay-print-style-btn.is-active,
body.single-product .altay-print-font-btn.is-active,
.single-product .altay-print-font-btn.is-active {
  border-color: rgba(15,23,42,.32) !important;
  outline: 2px solid rgba(15,23,42,.08) !important;
}

/* Label ve input yazıları da sade */
body.single-product .altay-3d-print-fields label span,
.single-product .altay-3d-print-fields label span {
  font-weight: 500 !important;
  color: #344054 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

body.single-product .altay-3d-print-fields input,
.single-product .altay-3d-print-fields input {
  font-weight: 400 !important;
  color: #07101f !important;
  text-transform: none !important;
}

/* =========================================================
   ALTAY FINAL - DIGER KALP IKONU + BASKI FONT ALANI KALDIR
   ========================================================= */

/* Forma Arkası Baskı altındaki Klasik / Pro / Kompakt alanını tamamen kaldır */
body.single-product .altay-print-font-picker,
body.single-product .altay-print-font-btn,
.single-product .altay-print-font-picker,
.single-product .altay-print-font-btn {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Ürünlerde kalbi geri getir */
.woocommerce ul.products li.product .altay-home-style-card__wish,
.altay-home-style-card .altay-home-style-card__wish {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.woocommerce ul.products li.product .altayts-favorite-btn,
.altay-home-style-card .altayts-favorite-btn,
button.altayts-favorite-btn {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Eski dolu/siyah küçük kalp ikonunu gizle */
.altayts-favorite-btn .altayts-favorite-btn__icon,
.altayts-favorite-btn .altayts-favorite-btn__icon svg {
  display: none !important;
}

/* Diğer ikon görünümü: temiz outline kalp */
.altayts-favorite-btn::before {
  content: "♡" !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 1em !important;
  height: 1em !important;
  font-size: 28px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  color: #07101f !important;
  transform: translateY(-1px) !important;
}

.altayts-favorite-btn.is-active::before {
  content: "♡" !important;
  color: #07101f !important;
}

/* Ürün kartı kalp butonu premium ama sade */
.altay-home-style-card__wish {
  position: absolute !important;
  top: 22px !important;
  right: 22px !important;
  z-index: 30 !important;
}

.altay-home-style-card__wish .altayts-favorite-btn,
.woocommerce ul.products li.product .altayts-favorite-btn {
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(15,23,42,.08) !important;
  background: rgba(255,255,255,.94) !important;
  color: #07101f !important;
  box-shadow: 0 12px 26px rgba(15,23,42,.12) !important;
}

/* Baskı renk/kalınlık sade kalsın */
body.single-product .altay-print-style-btn,
body.single-product .altay-print-style-btn.is-active,
.single-product .altay-print-style-btn,
.single-product .altay-print-style-btn.is-active {
  background: #fff !important;
  color: #07101f !important;
  border: 1px solid rgba(15,23,42,.12) !important;
  box-shadow: none !important;
  font-weight: 500 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

body.single-product .altay-print-style-btn.is-active,
.single-product .altay-print-style-btn.is-active {
  border-color: rgba(15,23,42,.32) !important;
  outline: 2px solid rgba(15,23,42,.08) !important;
}

/* =========================================================
   ALTAY FINAL - BASKI SECENEKLERI KALDIR + BEDEN STOK GOSTER
   ========================================================= */

/* Altay Gold / Siyah Baskı / Beyaz Baskı alanını tamamen kaldır */
body.single-product .altay-print-style-picker,
body.single-product .altay-print-style-btn,
.single-product .altay-print-style-picker,
.single-product .altay-print-style-btn {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Forma Arkası Baskı başlığı kalmasın; sadece isim/numara alanları kalsın */
body.single-product .altay-3d-panel-head,
.single-product .altay-3d-panel-head {
  display: none !important;
}

/* Beden stok yazıları */
body.single-product .size-buttons button,
body.single-product .altay-size-btn,
body.single-product .variable-item.button-variable-item,
body.single-product button[data-value] {
  min-width: 66px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  white-space: nowrap !important;
}

body.single-product .altay-stock-out {
  opacity: .45 !important;
  text-decoration: line-through !important;
  cursor: not-allowed !important;
}

body.single-product .altay-stock-low {
  border-color: rgba(180, 83, 9, .45) !important;
  box-shadow: 0 0 0 2px rgba(245, 158, 11, .10) !important;
}

body.single-product .altay-selected-stock-info {
  width: 100% !important;
  margin: 0 0 12px !important;
  padding: 10px 14px !important;
  border-radius: 14px !important;
  background: #f6fef9 !important;
  border: 1px solid rgba(22, 163, 74, .18) !important;
  color: #15803d !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-align: center !important;
}

body.single-product .altay-selected-stock-info.is-out {
  background: #fef2f2 !important;
  border-color: rgba(220, 38, 38, .18) !important;
  color: #dc2626 !important;
}

/* =========================================================
   ALTAY PRO STORE PANEL
   ========================================================= */
.altay-store-pro{
  margin: 24px 0 30px !important;
}
.altay-store-pro-notice{
  margin: 0 0 16px !important;
  padding: 14px 16px !important;
  border-radius: 18px !important;
  background: #ecfdf3 !important;
  border: 1px solid rgba(22,163,74,.16) !important;
  color: #15803d !important;
  font-weight: 800 !important;
}
.altay-store-pro-tabs{
  display:flex !important;
  gap:10px !important;
  flex-wrap:wrap !important;
  margin: 0 0 16px !important;
}
.altay-store-pro-tabs a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:42px !important;
  padding:0 16px !important;
  border-radius:999px !important;
  background:#fff !important;
  border:1px solid rgba(15,23,42,.08) !important;
  color:#07101f !important;
  text-decoration:none !important;
  font-weight:900 !important;
  box-shadow:0 12px 28px rgba(15,23,42,.06) !important;
}
.altay-store-pro-metrics{
  display:grid !important;
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:12px !important;
  margin: 0 0 18px !important;
}
.altay-store-pro-metrics div{
  min-height:94px !important;
  padding:16px !important;
  border-radius:22px !important;
  background:#fff !important;
  border:1px solid rgba(15,23,42,.08) !important;
  box-shadow:0 14px 36px rgba(15,23,42,.06) !important;
}
.altay-store-pro-metrics span{
  display:block !important;
  color:#64748b !important;
  font-size:12px !important;
  font-weight:800 !important;
}
.altay-store-pro-metrics strong{
  display:block !important;
  margin-top:8px !important;
  color:#07101f !important;
  font-size:32px !important;
  line-height:1 !important;
  font-weight:950 !important;
}
.altay-store-pro-grid{
  display:grid !important;
  grid-template-columns: minmax(0,1.35fr) minmax(320px,.65fr) !important;
  gap:18px !important;
  align-items:start !important;
}
.altay-store-pro-card{
  padding:22px !important;
  border-radius:28px !important;
  background:#fff !important;
  border:1px solid rgba(15,23,42,.08) !important;
  box-shadow:0 18px 50px rgba(15,23,42,.07) !important;
}
.altay-store-tracking-card{
  grid-column:2 !important;
}
.altay-store-stock-card{
  grid-row:span 2 !important;
}
.altay-store-pro-head{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:14px !important;
  margin-bottom:18px !important;
}
.altay-store-pro-head span{
  display:block !important;
  color:#64748b !important;
  font-size:12px !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
  letter-spacing:.08em !important;
}
.altay-store-pro-head h2{
  margin:4px 0 0 !important;
  font-size:24px !important;
  line-height:1.1 !important;
  color:#07101f !important;
}
.altay-stock-table{
  display:grid !important;
  gap:8px !important;
}
.altay-stock-row{
  display:grid !important;
  grid-template-columns: minmax(220px,1.3fr) minmax(110px,.7fr) 92px 90px !important;
  gap:10px !important;
  align-items:center !important;
  padding:12px !important;
  border-radius:16px !important;
  background:#f8fafc !important;
}
.altay-stock-row.is-head{
  background:#07101f !important;
  color:#fff !important;
  font-size:12px !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
  letter-spacing:.05em !important;
}
.altay-stock-row strong{
  display:block !important;
  color:#07101f !important;
  font-size:13px !important;
}
.altay-stock-row a{
  display:inline-flex !important;
  margin-top:4px !important;
  color:#64748b !important;
  font-size:12px !important;
  font-weight:700 !important;
}
.altay-stock-row input,
.altay-add-product-form input,
.altay-add-product-form select{
  width:100% !important;
  height:42px !important;
  border-radius:14px !important;
  border:1px solid rgba(15,23,42,.12) !important;
  padding:0 12px !important;
  background:#fff !important;
  color:#07101f !important;
  font-weight:800 !important;
}
.altay-stock-row .is-ok{
  color:#15803d !important;
  font-weight:900 !important;
}
.altay-stock-row .is-out{
  color:#dc2626 !important;
  font-weight:900 !important;
}
.altay-store-primary{
  width:100% !important;
  min-height:48px !important;
  margin-top:16px !important;
  border-radius:16px !important;
  background:#07101f !important;
  color:#fff !important;
  border-color:#07101f !important;
  font-weight:900 !important;
}
.altay-add-product-form{
  display:grid !important;
  gap:12px !important;
}
.altay-add-product-form label span{
  display:block !important;
  margin-bottom:7px !important;
  color:#334155 !important;
  font-size:12px !important;
  font-weight:900 !important;
}
.altay-add-product-form p{
  margin:4px 0 0 !important;
  color:#64748b !important;
  font-size:13px !important;
  line-height:1.45 !important;
}
.altay-tracking-list{
  display:grid !important;
  gap:10px !important;
}
.altay-tracking-list a{
  display:block !important;
  padding:13px 14px !important;
  border-radius:16px !important;
  background:#f8fafc !important;
  border:1px solid rgba(15,23,42,.06) !important;
  color:#07101f !important;
  text-decoration:none !important;
}
.altay-tracking-list strong{
  display:block !important;
  font-size:14px !important;
}
.altay-tracking-list span{
  display:block !important;
  margin-top:4px !important;
  color:#64748b !important;
  font-size:12px !important;
  font-weight:700 !important;
}
.altay-store-mini-empty{
  margin:0 !important;
  padding:18px !important;
  border-radius:18px !important;
  background:#f8fafc !important;
  color:#64748b !important;
  font-weight:800 !important;
}

@media(max-width:1100px){
  .altay-store-pro-metrics{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .altay-store-pro-grid{grid-template-columns:1fr !important;}
  .altay-store-tracking-card{grid-column:auto !important;}
}
@media(max-width:720px){
  .altay-stock-row{grid-template-columns:1fr 1fr !important;}
  .altay-stock-row.is-head{display:none !important;}
  .altay-store-pro-card{padding:16px !important;border-radius:22px !important;}
}

/* =========================================================
   ALTAY STORE PANEL PRO V2 - Beden bazlı profesyonel stok yönetimi
   ========================================================= */
.altay-store-pro-v2 .altay-store-pro-tabs a[href="#altay-add-product"],
.altay-store-pro-v2 #altay-add-product{
  display:none!important;
}
.altay-store-pro-v2{
  margin:26px 0 34px!important;
}
.altay-store-pro-v2 .altay-store-pro-head p{
  margin:7px 0 0!important;
  color:#64748b!important;
  font-size:14px!important;
  line-height:1.45!important;
}
.altay-store-pro-grid-v2{
  grid-template-columns:minmax(0,1fr) 360px!important;
}
.altay-store-side{
  display:grid!important;
  gap:18px!important;
}
.altay-stock-search{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:10px!important;
  margin:0 0 18px!important;
}
.altay-stock-search input{
  height:48px!important;
  border-radius:16px!important;
  border:1px solid rgba(15,23,42,.10)!important;
  padding:0 16px!important;
  background:#fff!important;
  color:#07101f!important;
  font-weight:800!important;
}
.altay-stock-search .button{
  min-width:98px!important;
  border-radius:16px!important;
  background:#07101f!important;
  color:#fff!important;
  border-color:#07101f!important;
  font-weight:900!important;
}
.altay-stock-products{
  display:grid!important;
  gap:16px!important;
}
.altay-stock-product{
  padding:16px!important;
  border-radius:24px!important;
  background:linear-gradient(180deg,#fff,#fbfcfd)!important;
  border:1px solid rgba(15,23,42,.08)!important;
  box-shadow:0 12px 34px rgba(15,23,42,.05)!important;
}
.altay-stock-product__head{
  display:grid!important;
  grid-template-columns:58px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:14px!important;
  margin-bottom:14px!important;
}
.altay-stock-product__head img{
  width:58px!important;
  height:58px!important;
  object-fit:cover!important;
  border-radius:16px!important;
  background:#f1f5f9!important;
}
.altay-stock-product__head h3{
  margin:0!important;
  font-size:16px!important;
  line-height:1.2!important;
  color:#07101f!important;
  font-weight:950!important;
}
.altay-stock-product__head span{
  display:block!important;
  margin-top:4px!important;
  color:#64748b!important;
  font-size:12px!important;
  font-weight:800!important;
}
.altay-stock-product__head a{
  display:inline-flex!important;
  min-height:38px!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 13px!important;
  border-radius:999px!important;
  background:#f8fafc!important;
  color:#07101f!important;
  border:1px solid rgba(15,23,42,.08)!important;
  text-decoration:none!important;
  font-size:12px!important;
  font-weight:900!important;
}
.altay-stock-size-grid{
  display:grid!important;
  grid-template-columns:repeat(auto-fill,minmax(128px,1fr))!important;
  gap:10px!important;
}
.altay-stock-size{
  display:grid!important;
  grid-template-columns:1fr 68px!important;
  grid-template-areas:"name input" "status input"!important;
  align-items:center!important;
  gap:4px 8px!important;
  padding:12px!important;
  border-radius:18px!important;
  background:#fff!important;
  border:1px solid rgba(15,23,42,.10)!important;
  box-shadow:0 8px 20px rgba(15,23,42,.04)!important;
}
.altay-stock-size__name{
  grid-area:name!important;
  color:#07101f!important;
  font-size:14px!important;
  font-weight:950!important;
}
.altay-stock-size input{
  grid-area:input!important;
  width:68px!important;
  height:44px!important;
  text-align:center!important;
  border-radius:14px!important;
  border:1px solid rgba(15,23,42,.12)!important;
  background:#f8fafc!important;
  color:#07101f!important;
  font-size:16px!important;
  font-weight:950!important;
}
.altay-stock-size em{
  grid-area:status!important;
  font-style:normal!important;
  font-size:11px!important;
  font-weight:900!important;
}
.altay-stock-size.is-ok em{color:#15803d!important;}
.altay-stock-size.is-low{
  border-color:rgba(245,158,11,.45)!important;
  background:#fffbeb!important;
}
.altay-stock-size.is-low em{color:#b45309!important;}
.altay-stock-size.is-out{
  border-color:rgba(220,38,38,.22)!important;
  background:#fff7f7!important;
}
.altay-stock-size.is-out em{color:#dc2626!important;}
.altay-sticky-save{
  position:sticky!important;
  bottom:18px!important;
  z-index:10!important;
  box-shadow:0 18px 40px rgba(7,16,31,.22)!important;
}
.altay-critical-lists{
  display:grid!important;
  gap:16px!important;
}
.altay-critical-lists h3{
  margin:0 0 10px!important;
  color:#07101f!important;
  font-size:15px!important;
}
.altay-critical-lists ul{
  margin:0!important;
  padding:0!important;
  list-style:none!important;
  display:grid!important;
  gap:8px!important;
}
.altay-critical-lists li{
  padding:10px 12px!important;
  border-radius:14px!important;
  background:#f8fafc!important;
  color:#334155!important;
  font-size:13px!important;
  font-weight:800!important;
}
@media(max-width:1100px){
  .altay-store-pro-grid-v2{grid-template-columns:1fr!important;}
  .altay-store-side{grid-template-columns:1fr!important;}
}
@media(max-width:720px){
  .altay-stock-product__head{grid-template-columns:48px 1fr!important;}
  .altay-stock-product__head a{grid-column:1/-1!important;}
  .altay-stock-size-grid{grid-template-columns:1fr!important;}
  .altay-stock-search{grid-template-columns:1fr!important;}
}

/* ALTAY FINAL - Store Panel sadeleştirme / WooCommerce ürün linki kaldır */
.altay-store-pro-tabs a[href*="edit.php?post_type=product"],
.altay-store-pro-card#altay-add-product,
#altay-add-product {
  display: none !important;
}

/* Giyim stok panelini daha net göster */
.altay-store-pro-tabs a[href="#altay-stock"]::before {
  content: "●";
  font-size: 10px;
  margin-right: 8px;
}

/* =========================================================
   ALTAY STORE PANEL PRO V3 - Accordion stok yönetimi
   ========================================================= */
.altay-store-pro-v3 .altay-store-pro-tabs a[href*="edit.php?post_type=product"],
.altay-store-pro-v3 #altay-add-product{display:none!important;}
.altay-store-pro-grid-v3{grid-template-columns:minmax(0,1fr) 360px!important;}
.altay-stock-accordion{display:grid!important;gap:14px!important;}
.altay-stock-product{
  padding:0!important;
  border-radius:24px!important;
  background:#fff!important;
  border:1px solid rgba(15,23,42,.08)!important;
  box-shadow:0 12px 34px rgba(15,23,42,.05)!important;
  overflow:hidden!important;
}
.altay-stock-product__head{
  width:100%!important;
  display:grid!important;
  grid-template-columns:58px minmax(0,1fr) 112px 96px 34px!important;
  align-items:center!important;
  gap:14px!important;
  padding:16px!important;
  border:0!important;
  background:#fff!important;
  cursor:pointer!important;
  text-align:left!important;
}
.altay-stock-product__head img{width:58px!important;height:58px!important;object-fit:cover!important;border-radius:16px!important;background:#f1f5f9!important;}
.altay-stock-product__head h3{margin:0!important;font-size:16px!important;line-height:1.2!important;color:#07101f!important;font-weight:950!important;}
.altay-stock-product__head span{display:block!important;margin-top:4px!important;color:#64748b!important;font-size:12px!important;font-weight:800!important;}
.altay-stock-product__summary{
  min-height:54px!important;
  padding:9px!important;
  border-radius:16px!important;
  background:#f8fafc!important;
  text-align:center!important;
}
.altay-stock-product__summary strong{display:block!important;color:#07101f!important;font-size:20px!important;line-height:1!important;}
.altay-stock-product__summary span{margin:4px 0 0!important;font-size:10px!important;text-transform:uppercase!important;letter-spacing:.04em!important;}
.altay-stock-product__summary.is-danger strong{color:#dc2626!important;}
.altay-stock-product__head i{font-style:normal!important;font-size:24px!important;color:#64748b!important;transition:transform .2s ease!important;text-align:center!important;}
.altay-stock-product:not(.is-collapsed) .altay-stock-product__head i{transform:rotate(180deg)!important;}
.altay-stock-product__body{
  padding:0 16px 16px!important;
  border-top:1px solid rgba(15,23,42,.06)!important;
}
.altay-stock-edit-link{
  display:inline-flex!important;
  margin:14px 0!important;
  min-height:38px!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 14px!important;
  border-radius:999px!important;
  background:#f8fafc!important;
  color:#07101f!important;
  border:1px solid rgba(15,23,42,.08)!important;
  text-decoration:none!important;
  font-size:12px!important;
  font-weight:900!important;
}
.altay-stock-size-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(118px,1fr))!important;gap:10px!important;}
.altay-stock-size{
  display:grid!important;
  grid-template-columns:1fr 62px!important;
  grid-template-areas:"name input" "status input"!important;
  align-items:center!important;
  gap:4px 8px!important;
  padding:12px!important;
  border-radius:18px!important;
  background:#fff!important;
  border:1px solid rgba(15,23,42,.10)!important;
}
.altay-stock-size__name{grid-area:name!important;color:#07101f!important;font-size:14px!important;font-weight:950!important;}
.altay-stock-size input{grid-area:input!important;width:62px!important;height:42px!important;text-align:center!important;border-radius:14px!important;border:1px solid rgba(15,23,42,.12)!important;background:#f8fafc!important;color:#07101f!important;font-weight:950!important;}
.altay-stock-size em{grid-area:status!important;font-style:normal!important;font-size:11px!important;font-weight:900!important;}
.altay-stock-size.is-ok em{color:#15803d!important;}
.altay-stock-size.is-low{border-color:rgba(245,158,11,.45)!important;background:#fffbeb!important;}
.altay-stock-size.is-low em{color:#b45309!important;}
.altay-stock-size.is-out{border-color:rgba(220,38,38,.22)!important;background:#fff7f7!important;}
.altay-stock-size.is-out em{color:#dc2626!important;}
.altay-sticky-save{position:sticky!important;bottom:18px!important;z-index:10!important;box-shadow:0 18px 40px rgba(7,16,31,.22)!important;}
@media(max-width:1100px){.altay-store-pro-grid-v3{grid-template-columns:1fr!important;}}
@media(max-width:720px){.altay-stock-product__head{grid-template-columns:48px 1fr 34px!important;}.altay-stock-product__summary{display:none!important;}.altay-stock-size-grid{grid-template-columns:1fr!important;}}

/* =========================================================
   ALTAY FINAL - Header hizalama + Store Panel beden isimleri
   ========================================================= */

/* Header kaymasını engelle */
body.altay-zero-header-body .altay-zero-header {
  width: 100% !important;
  left: auto !important;
  right: auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  transform: none !important;
}

body.altay-zero-header-body .altay-zero-header__bar {
  width: min(1340px, calc(100% - 72px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Store panel beden etiketleri daha okunur */
.altay-stock-size__name {
  text-transform: uppercase !important;
  letter-spacing: .02em !important;
}

.altay-stock-size__name::before {
  content: "" !important;
}

/* Eğer eski 'VARYASYON' yazısı cache ile gelirse daha küçük göster */
.altay-stock-size__name {
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
}

@media(max-width: 980px) {
  body.altay-zero-header-body .altay-zero-header__bar {
    width: calc(100% - 24px) !important;
  }
}


/* =========================================================
   V42 - exact product action UX: glass icons, zoom, cart burst
   ========================================================= */
.altay-fener-logo .altay-fener-logo-text,
.altay-fener-brand .altay-fener-logo-text,
.altay-zero-logo .altay-zero-logo-text,
.altay-logo-wordmark,
.logo-text .main{
  font-size:32px!important;
  line-height:.86!important;
  letter-spacing:-1.5px!important;
  font-weight:950!important;
}
.altay-fener-logo .altay-fener-logo-sub,
.altay-zero-logo .altay-zero-logo-sub,
.logo-text .sub{
  font-size:13px!important;
  letter-spacing:8px!important;
  line-height:1!important;
  font-weight:950!important;
}
.altay-fener-logo img,
.altay-zero-logo img,
.site-logo img,
.custom-logo-link img{
  width:auto!important;
  height:92px!important;
  max-height:92px!important;
  object-fit:contain!important;
}

.woocommerce ul.products li.product.altay-v33-product-card,
.altay-v33-product-card{
  overflow:visible!important;
}
.altay-v33-card-inner,
.altay-home-style-card__inner{
  position:relative!important;
  overflow:hidden!important;
  border-radius:26px!important;
  transition:transform .42s cubic-bezier(.2,.8,.2,1), box-shadow .42s cubic-bezier(.2,.8,.2,1), border-color .42s ease!important;
  will-change:transform!important;
}
.altay-v33-product-card:hover .altay-v33-card-inner,
.altay-home-style-card:hover .altay-home-style-card__inner{
  transform:translateY(-8px)!important;
  box-shadow:0 26px 64px rgba(2,8,23,.14)!important;
}
.altay-v33-media-shell{
  position:relative!important;
  overflow:hidden!important;
  border-radius:24px 24px 0 0!important;
  isolation:isolate!important;
}
.altay-v33-media-link,
.altay-home-style-card__media{
  overflow:hidden!important;
  border-radius:24px 24px 0 0!important;
  display:block!important;
}
.altay-v33-img,
.altay-home-style-card__image{
  transition:transform .72s cubic-bezier(.2,.8,.2,1), filter .72s ease!important;
  will-change:transform!important;
}
.altay-v33-product-card:hover .altay-v33-img,
.altay-home-style-card:hover .altay-home-style-card__image{
  transform:scale(1.055)!important;
  filter:saturate(1.06) contrast(1.04)!important;
}
.altay-v33-media-shell:after{
  content:""!important;
  position:absolute!important;
  left:0!important;right:0!important;bottom:0!important;
  height:34%!important;
  pointer-events:none!important;
  background:linear-gradient(180deg,rgba(2,8,23,0),rgba(2,8,23,.32))!important;
  opacity:0!important;
  transition:opacity .36s ease!important;
  z-index:2!important;
}
.altay-v33-product-card:hover .altay-v33-media-shell:after{opacity:1!important;}

.altay-v33-actions{
  position:absolute!important;
  left:50%!important;
  bottom:14px!important;
  transform:translateX(-50%) translateY(18px)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:16px!important;
  width:auto!important;
  min-width:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  z-index:8!important;
  transition:opacity .32s ease, visibility .32s ease, transform .42s cubic-bezier(.2,.8,.2,1)!important;
}
.altay-v33-product-card:hover .altay-v33-actions,
.altay-home-style-card:hover .altay-v33-actions{
  opacity:1!important;
  visibility:visible!important;
  transform:translateX(-50%) translateY(0)!important;
  pointer-events:auto!important;
}
.altay-v33-action,
.altay-v33-actions .altayts-favorite-btn{
  width:48px!important;
  height:48px!important;
  min-width:48px!important;
  min-height:48px!important;
  max-width:48px!important;
  max-height:48px!important;
  padding:0!important;
  margin:0!important;
  border-radius:999px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 48px!important;
  text-indent:0!important;
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.62)!important;
  background:rgba(255,255,255,.62)!important;
  color:#07101f!important;
  -webkit-backdrop-filter:blur(16px) saturate(1.35)!important;
  backdrop-filter:blur(16px) saturate(1.35)!important;
  box-shadow:0 12px 28px rgba(2,8,23,.16), inset 0 1px 0 rgba(255,255,255,.8)!important;
  cursor:pointer!important;
  transition:transform .24s cubic-bezier(.2,.8,.2,1), background .24s ease, color .24s ease, box-shadow .24s ease, border-color .24s ease!important;
}
.altay-v33-action svg,
.altay-v33-actions .altayts-favorite-btn svg{
  width:21px!important;
  height:21px!important;
  display:block!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2.25!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.altay-v33-cart{
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  min-height:58px!important;
  max-width:58px!important;
  max-height:58px!important;
  flex-basis:58px!important;
  background:linear-gradient(145deg,#173b99,#09266f)!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.22)!important;
  box-shadow:0 18px 34px rgba(15,47,130,.34), inset 0 1px 0 rgba(255,255,255,.22)!important;
}
.altay-v33-cart svg{width:24px!important;height:24px!important;}
.altay-v33-action:hover,
.altay-v33-actions .altayts-favorite-btn:hover{
  transform:translateY(-5px) scale(1.04)!important;
  background:rgba(255,255,255,.86)!important;
  color:#06101f!important;
  box-shadow:0 18px 38px rgba(2,8,23,.22), inset 0 1px 0 rgba(255,255,255,.86)!important;
}
.altay-v33-cart:hover{background:linear-gradient(145deg,#0d2c84,#07194f)!important;color:#fff!important;}
.altay-v33-actions .altayts-favorite-btn.is-active,
.altay-v33-actions .altayts-favorite-btn.is-active:hover{
  background:rgba(255,255,255,.9)!important;
  color:#ef233c!important;
}
.altay-v33-actions .altayts-favorite-btn.is-loading,
.altay-v33-cart.is-loading{opacity:.72!important;pointer-events:none!important;}
.altay-v33-cart.is-added{
  animation:altayCartNikePulse .78s cubic-bezier(.2,.8,.2,1)!important;
}
@keyframes altayCartNikePulse{
  0%{transform:scale(1)!important;}
  28%{transform:scale(.88)!important;}
  58%{transform:scale(1.18)!important;box-shadow:0 0 0 12px rgba(23,59,153,.16),0 24px 42px rgba(15,47,130,.42)!important;}
  100%{transform:scale(1)!important;box-shadow:0 18px 34px rgba(15,47,130,.34), inset 0 1px 0 rgba(255,255,255,.22)!important;}
}
.altay-cart-fly-dot{
  position:fixed!important;
  width:16px!important;
  height:16px!important;
  border-radius:999px!important;
  background:#173b99!important;
  box-shadow:0 10px 24px rgba(23,59,153,.35)!important;
  z-index:999999!important;
  pointer-events:none!important;
  transform:translate(-50%,-50%)!important;
  animation:altayFlyPop .65s cubic-bezier(.2,.8,.2,1) forwards!important;
}
@keyframes altayFlyPop{
  0%{opacity:0;transform:translate(-50%,-50%) scale(.4)}
  15%{opacity:1;transform:translate(-50%,-50%) scale(1.15)}
  100%{opacity:0;transform:translate(-50%,-50%) scale(.55)}
}
.altay-header-cart-pop,
.altay-fener-icon--cart.is-pop,
.altay-zero-icon--cart.is-pop{
  animation:altayHeaderCartPop .55s cubic-bezier(.2,.8,.2,1)!important;
}
@keyframes altayHeaderCartPop{
  0%{transform:scale(1)}50%{transform:scale(1.16)}100%{transform:scale(1)}
}
@media(max-width:768px){
  .altay-v33-actions{opacity:1!important;visibility:visible!important;transform:translateX(-50%)!important;bottom:10px!important;gap:10px!important;pointer-events:auto!important;}
  .altay-v33-action,.altay-v33-actions .altayts-favorite-btn{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;flex-basis:40px!important;}
  .altay-v33-cart{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;flex-basis:48px!important;}
}

/* =========================================================
   V46 - Fenerium style product quick icons + final header scale
   ========================================================= */
.altay-fener-main__inner{grid-template-columns:360px minmax(320px,1fr) 390px!important;}
.altay-fener-brand{gap:16px!important;}
.altay-fener-brand__crest{width:150px!important;height:86px!important;flex:0 0 150px!important;}
.altay-fener-brand__crest img{height:86px!important;max-height:86px!important;max-width:150px!important;width:auto!important;object-fit:contain!important;}
.altay-fener-brand__divider{height:68px!important;}
.altay-fener-brand__word.altay-wordmark strong{font-size:30px!important;letter-spacing:-.035em!important;line-height:.84!important;}
.altay-fener-brand__word.altay-wordmark em{font-size:11px!important;letter-spacing:.46em!important;margin-top:5px!important;margin-left:2px!important;line-height:1.1!important;}
@media(max-width:1250px){
  .altay-fener-main__inner{grid-template-columns:300px minmax(230px,1fr) auto!important;}
  .altay-fener-brand__crest{width:120px!important;flex-basis:120px!important;height:74px!important;}
  .altay-fener-brand__crest img{height:74px!important;max-width:120px!important;}
  .altay-fener-brand__word.altay-wordmark strong{font-size:26px!important;}
  .altay-fener-brand__word.altay-wordmark em{font-size:10px!important;}
}

.altay-v33-media-shell{position:relative!important;overflow:hidden!important;}
.altay-v44-actions{
  position:absolute!important;
  left:50%!important;
  bottom:18px!important;
  transform:translateX(-50%) translateY(16px)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:14px!important;
  z-index:12!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transition:opacity .28s ease, visibility .28s ease, transform .34s cubic-bezier(.2,.8,.2,1)!important;
}
.altay-v44-product-card:hover .altay-v44-actions,
.altay-v33-product-card:hover .altay-v44-actions,
.altay-home-style-card:hover .altay-v44-actions{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translateX(-50%) translateY(0)!important;
}
.altay-v44-action,
.altay-v44-actions .altayts-favorite-btn{
  width:48px!important;
  height:48px!important;
  min-width:48px!important;
  min-height:48px!important;
  flex:0 0 48px!important;
  border-radius:999px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  background:rgba(255,255,255,.92)!important;
  color:#0b1734!important;
  box-shadow:0 12px 28px rgba(2,8,23,.18)!important;
  text-decoration:none!important;
  cursor:pointer!important;
  transition:transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease!important;
}
.altay-v44-cart{
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  min-height:58px!important;
  flex-basis:58px!important;
  background:#173077!important;
  color:#fff!important;
  box-shadow:0 18px 34px rgba(23,48,119,.32)!important;
}
.altay-v44-action svg,
.altay-v44-actions .altayts-favorite-btn svg{
  width:22px!important;
  height:22px!important;
  display:block!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2.25!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.altay-v44-cart svg{width:25px!important;height:25px!important;}
.altay-v44-action:hover,
.altay-v44-actions .altayts-favorite-btn:hover{transform:translateY(-4px)!important;background:#fff!important;box-shadow:0 16px 34px rgba(2,8,23,.22)!important;}
.altay-v44-cart:hover{background:#0b1f64!important;color:#fff!important;}
.altay-v44-actions .altayts-favorite-btn.is-active{color:#ef233c!important;}
@media(max-width:768px){
  .altay-v44-actions{opacity:1!important;visibility:visible!important;pointer-events:auto!important;bottom:12px!important;gap:10px!important;transform:translateX(-50%)!important;}
  .altay-v44-action,.altay-v44-actions .altayts-favorite-btn{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;flex-basis:42px!important;}
  .altay-v44-cart{width:50px!important;height:50px!important;min-width:50px!important;min-height:50px!important;flex-basis:50px!important;}
}

/* ALTAY FINAL V58 - stok paneli ve ikon boyutlari */
.altay-stock-product__body{display:block!important;height:auto!important;visibility:visible!important;opacity:1!important;margin-top:12px!important;}
.altay-stock-product.is-collapsed .altay-stock-product__body{display:block!important;}
.altay-stock-size-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(128px,1fr))!important;gap:10px!important;}
.altay-stock-size{cursor:text!important;}
.altay-stock-size input{pointer-events:auto!important;user-select:auto!important;}
.altay-product-icons-v50 .altay-product-icon-v50--view,
.altay-product-icons-v50 .altay-favorite-btn,
.altay-product-icons-v50 .altay-product-icon-v50--fav{width:34px!important;height:34px!important;border-radius:10px!important;}
.altay-product-icons-v50 .altay-product-icon-v50--view svg,
.altay-product-icons-v50 .altay-favorite-btn svg,
.altay-product-icons-v50 .altay-product-icon-v50--fav svg{width:14px!important;height:14px!important;}
.altay-product-icons-v50 .altay-product-icon-v50--cart{width:44px!important;height:44px!important;border-radius:12px!important;}
.altay-product-icons-v50 .altay-product-icon-v50--cart svg{width:20px!important;height:20px!important;}

/* ALTAY V66 - Store Panel menulu sistem */
.altay-store-panel-v66{
  --panel-blue:#0b1f4d;
  --panel-dark:#00112b;
  --panel-soft:#f6f8fc;
}
.altay-store-panel-v66 .altay-panel-menu{
  position:sticky;
  top:32px;
  z-index:20;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin:18px 0;
  padding:10px;
  background:rgba(255,255,255,.92);
  border:1px solid #e7edf6;
  border-radius:20px;
  box-shadow:0 18px 45px rgba(15,23,42,.08);
  backdrop-filter:blur(14px);
}
.altay-store-panel-v66 .altay-panel-menu button{
  border:0;
  border-radius:16px;
  padding:14px 16px;
  background:#f7f9fd;
  color:var(--panel-dark);
  text-align:left;
  cursor:pointer;
  transition:.2s ease;
  font-weight:900;
}
.altay-store-panel-v66 .altay-panel-menu button span{display:block;font-size:15px;line-height:1.1}
.altay-store-panel-v66 .altay-panel-menu button small{display:block;margin-top:4px;color:#64748b;font-size:11px;font-weight:800}
.altay-store-panel-v66 .altay-panel-menu button.is-active{
  background:var(--panel-dark);
  color:#fff;
  box-shadow:0 14px 28px rgba(0,17,43,.18);
}
.altay-store-panel-v66 .altay-panel-menu button.is-active small{color:#cbd5e1}
.altay-store-panel-v66 .altay-panel-section{display:none;animation:altayPanelFade .18s ease}
.altay-store-panel-v66 .altay-panel-section.is-active{display:block}
@keyframes altayPanelFade{from{opacity:.4;transform:translateY(6px)}to{opacity:1;transform:none}}
.altay-store-panel-v66 .altay-store-pro-tabs{display:none!important}
.altay-store-panel-v66 .altay-store-panel__hero{margin-top:0}
.altay-store-panel-v66 .altay-store-stats{margin-top:16px}
.altay-store-panel-v66 .altay-v61-stock-panel{
  margin:0!important;
  padding:16px!important;
  border-radius:22px!important;
  box-shadow:0 18px 45px rgba(15,23,42,.06)!important;
}
.altay-store-panel-v66 .altay-v61-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}
.altay-store-panel-v66 .altay-v61-head h2{font-size:22px!important;margin:2px 0 2px!important}
.altay-store-panel-v66 .altay-v61-head p{font-size:12px!important;max-width:760px}
.altay-store-panel-v66 .altay-v61-search{margin:10px 0 12px!important;display:grid!important;grid-template-columns:1fr 84px!important;gap:8px!important}
.altay-store-panel-v66 .altay-v61-search input{height:42px!important;border-radius:12px!important;padding:0 14px!important}
.altay-store-panel-v66 .altay-v61-search .button{height:42px!important;border-radius:12px!important;background:#00112b!important;color:#fff!important;font-weight:900!important}
.altay-store-panel-v66 .altay-v61-list{gap:8px!important}
.altay-store-panel-v66 .altay-v61-product{
  grid-template-columns:minmax(260px,1fr) 160px minmax(260px,430px)!important;
  gap:10px!important;
  padding:9px 10px!important;
  border-radius:15px!important;
  background:#fff!important;
}
.altay-store-panel-v66 .altay-v61-product-title img{width:40px!important;height:40px!important}
.altay-store-panel-v66 .altay-v61-product-title h3{font-size:13px!important;line-height:1.15!important}
.altay-store-panel-v66 .altay-v61-all label{padding:6px 8px!important;border-radius:11px!important;max-width:160px!important;gap:6px!important}
.altay-store-panel-v66 .altay-v61-all input{height:30px!important;width:82px!important;border-radius:9px!important}
.altay-store-panel-v66 .altay-v61-sizes{gap:6px!important}
.altay-store-panel-v66 .altay-v61-size{padding:5px 6px!important;border-radius:10px!important;gap:5px!important}
.altay-store-panel-v66 .altay-v61-size span{font-size:11px!important;min-width:24px!important}
.altay-store-panel-v66 .altay-v61-size input{height:28px!important;width:52px!important;border-radius:8px!important}
.altay-store-panel-v66 .altay-v61-save{position:sticky;bottom:16px;z-index:10;margin-top:12px!important;border-radius:14px!important;box-shadow:0 18px 36px rgba(0,17,43,.2)!important}
.altay-store-panel-v66 .altay-store-pro{
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.altay-store-panel-v66 .altay-store-pro-metrics{margin:0 0 12px!important}
.altay-store-panel-v66 .altay-store-pro-grid{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}
.altay-store-panel-v66 .altay-store-side{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important}
.altay-store-panel-v66 .altay-store-pro-card{border-radius:18px!important;padding:16px!important;margin:0!important}
.altay-store-panel-v66 .altay-bulk-products-card textarea{min-height:170px!important;border-radius:14px!important}
@media(max-width:980px){
  .altay-store-panel-v66 .altay-panel-menu{top:0;grid-template-columns:1fr;position:relative}
  .altay-store-panel-v66 .altay-v61-product{grid-template-columns:1fr!important}
  .altay-store-panel-v66 .altay-v61-sizes{justify-content:flex-start!important}
  .altay-store-panel-v66 .altay-store-side{grid-template-columns:1fr!important}
}

/* V67 - clean product action icons + Fenerium style add-to-cart modal */
.woocommerce ul.products li.product .altay-product-icons-v50,
.altay-home-style-card .altay-product-icons-v50{
  position:absolute!important;
  left:50%!important;
  bottom:18px!important;
  transform:translateX(-50%)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  z-index:8!important;
}
.woocommerce ul.products li.product .altay-product-icon-v50,
.altay-home-style-card .altay-product-icon-v50,
.woocommerce ul.products li.product .altayts-favorite-btn,
.altay-home-style-card .altayts-favorite-btn{
  position:relative!important;
  margin:0!important;
  padding:0!important;
  border:1px solid rgba(15,23,42,.08)!important;
  background:rgba(255,255,255,.94)!important;
  color:#071226!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-shadow:0 10px 25px rgba(2,8,23,.15)!important;
  backdrop-filter:blur(10px)!important;
  -webkit-backdrop-filter:blur(10px)!important;
  cursor:pointer!important;
  text-decoration:none!important;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease!important;
}
.woocommerce ul.products li.product .altay-product-icon-v50--view,
.altay-home-style-card .altay-product-icon-v50--view,
.woocommerce ul.products li.product .altayts-favorite-btn,
.altay-home-style-card .altayts-favorite-btn{
  width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;border-radius:10px!important;flex:0 0 34px!important;
}
.woocommerce ul.products li.product .altay-product-icon-v50--cart,
.altay-home-style-card .altay-product-icon-v50--cart{
  width:50px!important;height:50px!important;min-width:50px!important;min-height:50px!important;border-radius:14px!important;flex:0 0 50px!important;background:#17368f!important;color:#fff!important;
}
.woocommerce ul.products li.product .altay-product-icon-v50:hover,
.altay-home-style-card .altay-product-icon-v50:hover,
.woocommerce ul.products li.product .altayts-favorite-btn:hover,
.altay-home-style-card .altayts-favorite-btn:hover{transform:translateY(-3px)!important;box-shadow:0 14px 32px rgba(2,8,23,.22)!important;}
.woocommerce ul.products li.product .altay-product-icon-v50 svg,
.altay-home-style-card .altay-product-icon-v50 svg{display:block!important;fill:none!important;stroke:currentColor!important;stroke-width:2.2!important;stroke-linecap:round!important;stroke-linejoin:round!important;}
.woocommerce ul.products li.product .altay-product-icon-v50--view svg,
.altay-home-style-card .altay-product-icon-v50--view svg{width:15px!important;height:15px!important;}
.woocommerce ul.products li.product .altay-product-icon-v50--cart svg,
.altay-home-style-card .altay-product-icon-v50--cart svg{width:24px!important;height:24px!important;}
.woocommerce ul.products li.product .altayts-favorite-btn .altayts-favorite-btn__icon,
.altay-home-style-card .altayts-favorite-btn .altayts-favorite-btn__icon{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important;line-height:1!important;}
.woocommerce ul.products li.product .altayts-favorite-btn svg,
.altay-home-style-card .altayts-favorite-btn svg{display:block!important;width:15px!important;height:15px!important;fill:none!important;stroke:#e30613!important;stroke-width:2.4!important;stroke-linecap:round!important;stroke-linejoin:round!important;}
.woocommerce ul.products li.product .altayts-favorite-btn.is-active svg,
.altay-home-style-card .altayts-favorite-btn.is-active svg{fill:#e30613!important;stroke:#e30613!important;}
.woocommerce ul.products li.product .altayts-favorite-btn::before,
.altay-home-style-card .altayts-favorite-btn::before{content:none!important;display:none!important;}
html.altay-v67-modal-open{overflow:hidden!important;}
.altay-v67-modal{position:fixed!important;inset:0!important;z-index:999999!important;display:none!important;align-items:center!important;justify-content:center!important;padding:34px!important;}
.altay-v67-modal.is-open{display:flex!important;}
.altay-v67-modal__backdrop{position:absolute!important;inset:0!important;background:rgba(0,0,0,.46)!important;backdrop-filter:blur(1px)!important;}
.altay-v67-modal__dialog{position:relative!important;width:min(1090px,calc(100vw - 72px))!important;max-height:calc(100vh - 72px)!important;overflow:visible!important;background:#fff!important;border-radius:4px!important;box-shadow:0 28px 80px rgba(0,0,0,.26)!important;}
.altay-v67-modal__close{position:absolute!important;right:-24px!important;top:-58px!important;width:52px!important;height:52px!important;border:0!important;border-radius:999px!important;background:#fff!important;color:#1b2556!important;font-size:42px!important;line-height:1!important;font-weight:300!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;z-index:3!important;box-shadow:0 12px 28px rgba(0,0,0,.12)!important;}
.altay-v67-product{display:grid!important;grid-template-columns:minmax(420px,1.1fr) minmax(340px,.9fr)!important;gap:40px!important;padding:58px 58px!important;}
.altay-v67-gallery{display:grid!important;grid-template-columns:66px 1fr!important;gap:10px!important;align-items:start!important;}
.altay-v67-thumbs{display:grid!important;gap:28px!important;padding-top:20px!important;}
.altay-v67-thumb{width:66px!important;height:88px!important;background:#e8e9f0!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;}
.altay-v67-thumb img{width:100%!important;height:100%!important;object-fit:contain!important;display:block!important;}
.altay-v67-main-img{background:#d9dbe5!important;min-height:470px!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;overflow:hidden!important;}
.altay-v67-main-img:before{content:""!important;position:absolute!important;left:10px!important;top:0!important;bottom:auto!important;width:4px!important;height:130px!important;background:#243a8f!important;}
.altay-v67-main-img img{width:100%!important;max-width:420px!important;max-height:440px!important;object-fit:contain!important;display:block!important;}
.altay-v67-info{position:relative!important;padding-top:8px!important;}
.altay-v67-info > .altayts-favorite-btn{position:absolute!important;top:14px!important;right:0!important;width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;border:0!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;color:#f2c100!important;}
.altay-v67-info > .altayts-favorite-btn svg{width:32px!important;height:32px!important;stroke:#f2c100!important;fill:none!important;stroke-width:1.8!important;}
.altay-v67-info > .altayts-favorite-btn.is-active svg{fill:#f2c100!important;stroke:#f2c100!important;}
.altay-v67-info h2{max-width:360px!important;margin:0 54px 8px 0!important;font-size:27px!important;line-height:1.15!important;font-weight:800!important;color:#000!important;}
.altay-v67-code{font-size:12px!important;color:#4b5563!important;margin-bottom:18px!important;}
.altay-v67-price{display:inline-flex!important;align-items:center!important;min-height:60px!important;padding:0 24px!important;background:#f7f8fc!important;color:#203579!important;font-size:26px!important;font-weight:800!important;margin:0 0 24px!important;}
.altay-v67-price del,.altay-v67-price ins{text-decoration:none!important;}
.altay-v67-sep{height:1px!important;background:#e5e7eb!important;margin:0 0 24px!important;}
.altay-v67-label{font-size:17px!important;color:#4b5563!important;margin-bottom:10px!important;}
.altay-v67-sizes{display:flex!important;flex-wrap:wrap!important;gap:12px!important;margin-bottom:22px!important;}
.altay-v67-size-btn{width:62px!important;height:42px!important;background:#fff!important;border:1px solid #d7dce9!important;border-radius:0!important;color:#111827!important;font-size:15px!important;font-weight:600!important;cursor:pointer!important;}
.altay-v67-size-btn.is-selected{border-color:#1f3b8f!important;background:#f3f6ff!important;box-shadow:inset 0 0 0 1px #1f3b8f!important;}
.altay-v67-add{width:100%!important;height:50px!important;border:0!important;background:#243a8f!important;color:#fff!important;border-radius:4px!important;font-size:16px!important;font-weight:800!important;cursor:pointer!important;}
.altay-v67-add:disabled{opacity:.45!important;cursor:not-allowed!important;}
.altay-v67-message{min-height:22px!important;margin-top:10px!important;font-size:13px!important;font-weight:700!important;color:#0f7a38!important;}
.altay-v67-message.is-error{color:#d71920!important;}
.altay-v67-loading,.altay-v67-error{padding:50px!important;text-align:center!important;font-weight:800!important;color:#111827!important;}
@media(max-width:900px){.altay-v67-modal{padding:18px!important}.altay-v67-modal__dialog{width:calc(100vw - 28px)!important;max-height:calc(100vh - 36px)!important;overflow:auto!important}.altay-v67-modal__close{right:8px!important;top:8px!important;width:42px!important;height:42px!important;font-size:32px!important}.altay-v67-product{grid-template-columns:1fr!important;padding:24px!important;gap:20px!important}.altay-v67-gallery{grid-template-columns:1fr!important}.altay-v67-thumbs{display:none!important}.altay-v67-main-img{min-height:330px!important}.altay-v67-info h2{font-size:23px!important}.altay-v67-size-btn{width:56px!important;height:40px!important}}

/* V68 - stable favorite rebuild + modal size/gallery fixes */
.woocommerce ul.products li.product .altay-product-icons-v50 .altay-v68-fav,
.altay-home-style-card .altay-product-icons-v50 .altay-v68-fav{
  position:relative!important;margin:0!important;padding:0!important;
  width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;flex:0 0 34px!important;
  border:1px solid rgba(15,23,42,.08)!important;border-radius:10px!important;
  background:rgba(255,255,255,.96)!important;color:#e30613!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  box-shadow:0 10px 25px rgba(2,8,23,.15)!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;
  cursor:pointer!important;text-decoration:none!important;transition:transform .18s ease, box-shadow .18s ease, background .18s ease!important;
}
.woocommerce ul.products li.product .altay-product-icons-v50 .altay-v68-fav:hover,
.altay-home-style-card .altay-product-icons-v50 .altay-v68-fav:hover{transform:translateY(-3px)!important;box-shadow:0 14px 32px rgba(2,8,23,.22)!important;}
.woocommerce ul.products li.product .altay-product-icons-v50 .altay-v68-fav svg,
.altay-home-style-card .altay-product-icons-v50 .altay-v68-fav svg{display:block!important;width:15px!important;height:15px!important;fill:none!important;stroke:currentColor!important;stroke-width:2.2!important;stroke-linecap:round!important;stroke-linejoin:round!important;}
.woocommerce ul.products li.product .altay-product-icons-v50 .altay-v68-fav.is-active,
.altay-home-style-card .altay-product-icons-v50 .altay-v68-fav.is-active{background:#fff1f2!important;color:#e30613!important;}
.woocommerce ul.products li.product .altay-product-icons-v50 .altay-v68-fav.is-active svg,
.altay-home-style-card .altay-product-icons-v50 .altay-v68-fav.is-active svg{fill:currentColor!important;}
.altay-v68-fav.is-loading{opacity:.65!important;pointer-events:none!important;}
.altay-v67-info > .altay-v68-fav{position:absolute!important;top:14px!important;right:0!important;width:46px!important;height:46px!important;border:0!important;border-radius:0!important;background:#fff1f2!important;color:#00112b!important;box-shadow:none!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;}
.altay-v67-info > .altay-v68-fav svg{width:24px!important;height:24px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.9!important;stroke-linecap:round!important;stroke-linejoin:round!important;}
.altay-v67-info > .altay-v68-fav.is-active{color:#e30613!important;background:#fff1f2!important;}
.altay-v67-info > .altay-v68-fav.is-active svg{fill:currentColor!important;}
.altay-v67-thumb{border:0!important;padding:0!important;cursor:pointer!important;transition:box-shadow .18s ease, transform .18s ease!important;}
.altay-v67-thumb.is-active{box-shadow:inset 0 0 0 3px #243a8f!important;}
.altay-v67-thumb:hover{transform:translateY(-2px)!important;}
.altay-v67-sizes{gap:10px!important;}
.altay-v67-size-btn{min-width:58px!important;width:auto!important;padding:0 14px!important;height:42px!important;white-space:nowrap!important;text-transform:uppercase!important;}
.altay-v67-main-img img{transition:opacity .16s ease!important;}
@media(max-width:900px){.altay-v67-info > .altay-v68-fav{top:0!important;right:0!important}.altay-v67-size-btn{min-width:54px!important;padding:0 12px!important}}

/* V72: temiz ikon sistemi + yumusatilmis popup cercevesi */
.altay-product-icons-v50{position:absolute!important;left:50%!important;bottom:16px!important;transform:translateX(-50%)!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;z-index:8!important}.altay-product-icons-v50>*{font-family:inherit!important;text-indent:0!important;overflow:hidden!important}.altay-product-icons-v50 .altay-product-icon-v50,.altay-product-icons-v50 .altay-v68-fav{appearance:none!important;border:1px solid rgba(226,232,240,.95)!important;padding:0!important;margin:0!important;background:rgba(255,255,255,.96)!important;color:#06142e!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 14px 30px rgba(2,8,23,.16)!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease!important;cursor:pointer!important;line-height:1!important}.altay-product-icons-v50 .altay-product-icon-v50--view,.altay-product-icons-v50 .altay-v68-fav--card{width:36px!important;height:36px!important;border-radius:11px!important}.altay-product-icons-v50 .altay-product-icon-v50--cart{width:54px!important;height:54px!important;border-radius:15px!important;background:#243e98!important;color:#fff!important;border-color:#243e98!important;box-shadow:0 16px 34px rgba(36,62,152,.28)!important}.altay-product-icons-v50 svg,.altay-product-icons-v50 svg path,.altay-product-icons-v50 svg circle{stroke:currentColor!important;fill:none!important;stroke-width:2.15!important;stroke-linecap:round!important;stroke-linejoin:round!important}.altay-product-icons-v50 .altay-product-icon-v50--view svg,.altay-product-icons-v50 .altay-v68-fav--card svg{width:16px!important;height:16px!important;display:block!important}.altay-product-icons-v50 .altay-product-icon-v50--cart svg{width:25px!important;height:25px!important;display:block!important}.altay-product-icons-v50 .altay-product-icon-v50:hover,.altay-product-icons-v50 .altay-v68-fav:hover{transform:translateY(-3px)!important;box-shadow:0 18px 38px rgba(2,8,23,.20)!important}.altay-product-icons-v50 .altay-v68-fav:hover,.altay-product-icons-v50 .altay-v68-fav.is-active{color:#e11d48!important;background:#fff!important;border-color:#fecdd3!important}.altay-product-icons-v50 .altay-v68-fav.is-active svg path{fill:#e11d48!important;stroke:#e11d48!important}.altay-v67-modal__dialog{border-radius:24px!important;overflow:visible!important;box-shadow:0 34px 100px rgba(2,8,23,.30)!important}.altay-v67-modal__content{border-radius:24px!important;overflow:hidden!important;background:#fff!important}.altay-v67-product{border-radius:24px!important;overflow:hidden!important;background:#fff!important}.altay-v67-main-img{border-radius:18px!important;overflow:hidden!important}.altay-v67-thumb{border-radius:12px!important;overflow:hidden!important}.altay-v67-thumb.is-active{outline:2px solid #243e98!important;outline-offset:3px!important}.altay-v67-modal__close{border-radius:18px!important;width:54px!important;height:54px!important;font-size:38px!important;font-weight:600!important}.altay-v67-info .altay-v68-fav--modal{position:absolute!important;right:38px!important;top:58px!important;width:44px!important;height:44px!important;border-radius:14px!important;background:#fff!important;border:1px solid #e5eaf2!important;color:#06142e!important;box-shadow:0 12px 28px rgba(2,8,23,.08)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important}.altay-v67-info .altay-v68-fav--modal svg{width:20px!important;height:20px!important;display:block!important}.altay-v67-info .altay-v68-fav--modal svg path{fill:none!important;stroke:currentColor!important;stroke-width:2.15!important;stroke-linecap:round!important;stroke-linejoin:round!important}.altay-v67-info .altay-v68-fav--modal:hover,.altay-v67-info .altay-v68-fav--modal.is-active{background:#fff!important;color:#e11d48!important;border-color:#fecdd3!important;transform:translateY(-2px)!important}.altay-v67-info .altay-v68-fav--modal.is-active svg path{fill:#e11d48!important;stroke:#e11d48!important}.woocommerce ul.products li.product .button:not(.altay-product-icon-v50),.woocommerce ul.products li.product .added_to_cart,.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist,.woocommerce ul.products li.product .compare,.woocommerce ul.products li.product .quick-view,.woocommerce ul.products li.product .product-buttons,.woocommerce ul.products li.product .button-group{display:none!important}@media(max-width:900px){.altay-v67-modal__dialog,.altay-v67-modal__content,.altay-v67-product{border-radius:18px!important}.altay-v67-info .altay-v68-fav--modal{right:22px!important;top:22px!important}}

/* V74 - Fenerium tarzi favori bildirimi */
.altay-favorite-toast-v74{position:fixed!important;top:92px!important;left:50%!important;transform:translate(-50%,-18px)!important;z-index:999999!important;min-width:260px!important;max-width:calc(100vw - 32px)!important;height:58px!important;padding:0 46px 0 70px!important;border-radius:12px!important;background:#243e98!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;font-weight:800!important;font-size:15px!important;letter-spacing:.01em!important;box-shadow:0 18px 45px rgba(2,8,23,.22)!important;opacity:0!important;pointer-events:none!important;transition:opacity .22s ease,transform .22s ease!important}.altay-favorite-toast-v74.is-visible{opacity:1!important;transform:translate(-50%,0)!important;pointer-events:auto!important}.altay-favorite-toast-v74__icon{position:absolute!important;left:-21px!important;top:50%!important;transform:translateY(-50%)!important;width:58px!important;height:58px!important;border-radius:16px!important;background:#ffe600!important;color:#243e98!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:24px!important;line-height:1!important;box-shadow:0 14px 30px rgba(2,8,23,.18)!important}.altay-favorite-toast-v74.is-remove .altay-favorite-toast-v74__icon{color:#6b7280!important}.altay-favorite-toast-v74__close{position:absolute!important;right:14px!important;top:50%!important;transform:translateY(-50%)!important;width:28px!important;height:28px!important;border:0!important;border-radius:8px!important;background:transparent!important;color:#fff!important;font-size:28px!important;line-height:24px!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important}@media(max-width:782px){.altay-favorite-toast-v74{top:74px!important;height:52px!important;min-width:230px!important;font-size:14px!important;padding-left:62px!important}.altay-favorite-toast-v74__icon{width:52px!important;height:52px!important}}

/* V76 - premium sagdan acilan mini sepet */
.altay-v76-cart-open{overflow:hidden!important}.altay-v76-cart-drawer{position:fixed!important;inset:0!important;z-index:1000000!important;pointer-events:none!important}.altay-v76-cart-drawer__shade{position:absolute!important;inset:0!important;background:rgba(2,8,23,.45)!important;backdrop-filter:blur(5px)!important;-webkit-backdrop-filter:blur(5px)!important;opacity:0!important;transition:opacity .28s ease!important}.altay-v76-cart-drawer__panel{position:absolute!important;top:14px!important;right:14px!important;bottom:14px!important;width:min(430px,calc(100vw - 28px))!important;background:#fff!important;border:1px solid rgba(226,232,240,.95)!important;border-radius:26px!important;box-shadow:0 36px 100px rgba(2,8,23,.32)!important;transform:translateX(calc(100% + 30px))!important;transition:transform .34s cubic-bezier(.2,.9,.2,1)!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.altay-v76-cart-drawer.is-open{pointer-events:auto!important}.altay-v76-cart-drawer.is-open .altay-v76-cart-drawer__shade{opacity:1!important}.altay-v76-cart-drawer.is-open .altay-v76-cart-drawer__panel{transform:translateX(0)!important}.altay-v76-cart-drawer__head{height:82px!important;padding:0 22px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;background:linear-gradient(135deg,#06142e,#243e98)!important;color:#fff!important}.altay-v76-cart-drawer__head strong{display:block!important;font-size:22px!important;font-weight:900!important;letter-spacing:-.02em!important}.altay-v76-cart-drawer__count{display:block!important;margin-top:3px!important;font-size:13px!important;font-weight:700!important;opacity:.78!important}.altay-v76-cart-drawer__close{width:42px!important;height:42px!important;border:0!important;border-radius:14px!important;background:rgba(255,255,255,.14)!important;color:#fff!important;font-size:32px!important;line-height:1!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;transition:transform .18s ease,background .18s ease!important}.altay-v76-cart-drawer__close:hover{transform:scale(1.06)!important;background:rgba(255,255,255,.22)!important}.altay-v76-cart-drawer__body{flex:1!important;overflow:auto!important;padding:16px!important;background:#f8fafc!important}.altay-v76-cart-item{display:grid!important;grid-template-columns:72px 1fr auto!important;gap:12px!important;align-items:center!important;background:#fff!important;border:1px solid #e7edf6!important;border-radius:18px!important;padding:10px!important;margin-bottom:10px!important;box-shadow:0 10px 26px rgba(2,8,23,.06)!important;animation:altayV76ItemIn .24s ease both!important}.altay-v76-cart-item__img{width:72px!important;height:86px!important;border-radius:14px!important;overflow:hidden!important;background:#eef2f7!important}.altay-v76-cart-item__img img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.altay-v76-cart-item__info{min-width:0!important}.altay-v76-cart-item__info strong{display:block!important;color:#07142e!important;font-size:13.5px!important;font-weight:850!important;line-height:1.25!important;letter-spacing:-.01em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.altay-v76-cart-item__info span,.altay-v76-cart-item__info em{display:block!important;margin-top:5px!important;color:#64748b!important;font-size:12px!important;font-style:normal!important;font-weight:700!important}.altay-v76-cart-item__side{text-align:right!important;display:flex!important;flex-direction:column!important;align-items:flex-end!important;gap:10px!important}.altay-v76-cart-item__side b{color:#06142e!important;font-size:13px!important;font-weight:900!important;white-space:nowrap!important}.altay-v76-cart-drawer__remove{border:0!important;background:#fff1f2!important;color:#e11d48!important;border-radius:10px!important;padding:7px 9px!important;font-size:11px!important;font-weight:850!important;cursor:pointer!important;transition:transform .18s ease,background .18s ease!important}.altay-v76-cart-drawer__remove:hover{transform:translateY(-1px)!important;background:#ffe4e6!important}.altay-v76-cart-drawer__remove.is-loading{opacity:.55!important;pointer-events:none!important}.altay-v76-cart-drawer__foot{padding:16px!important;background:#fff!important;border-top:1px solid #e7edf6!important}.altay-v76-cart-drawer__subtotal{display:flex!important;align-items:center!important;justify-content:space-between!important;margin-bottom:14px!important;color:#06142e!important}.altay-v76-cart-drawer__subtotal span{font-size:13px!important;font-weight:800!important;color:#64748b!important}.altay-v76-cart-drawer__subtotal strong{font-size:20px!important;font-weight:950!important}.altay-v76-cart-drawer__actions{display:grid!important;grid-template-columns:1fr 1.15fr!important;gap:10px!important}.altay-v76-cart-drawer__actions a{height:48px!important;border-radius:15px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;font-size:13px!important;font-weight:900!important;transition:transform .18s ease,box-shadow .18s ease!important}.altay-v76-cart-drawer__cart{background:#eef2f7!important;color:#06142e!important}.altay-v76-cart-drawer__checkout{background:#243e98!important;color:#fff!important;box-shadow:0 14px 30px rgba(36,62,152,.28)!important}.altay-v76-cart-drawer__actions a:hover{transform:translateY(-2px)!important}.altay-v76-cart-empty{height:100%!important;min-height:260px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;color:#64748b!important}.altay-v76-cart-empty strong{color:#06142e!important;font-size:20px!important;font-weight:950!important;margin-bottom:8px!important}.altay-v76-cart-empty span{font-size:13px!important;font-weight:700!important}@keyframes altayV76ItemIn{from{opacity:0;transform:translateX(14px) scale(.98)}to{opacity:1;transform:translateX(0) scale(1)}}@media(max-width:640px){.altay-v76-cart-drawer__panel{top:8px!important;right:8px!important;bottom:8px!important;width:calc(100vw - 16px)!important;border-radius:22px!important}.altay-v76-cart-drawer__head{height:76px!important;padding:0 18px!important}.altay-v76-cart-item{grid-template-columns:62px 1fr!important}.altay-v76-cart-item__img{width:62px!important;height:76px!important}.altay-v76-cart-item__side{grid-column:2!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;text-align:left!important}.altay-v76-cart-drawer__actions{grid-template-columns:1fr!important}}


/* V77: ikon animasyonlari + premium mini sepet zorlayici stabilizasyon */
.altay-product-icon-v50,.altay-fav-btn,.altay-v68-fav{transition:transform .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease,border-color .2s ease!important;will-change:transform!important}
.altay-product-icon-v50--cart{width:54px!important;height:54px!important;border-radius:16px!important;background:#173077!important;color:#fff!important;box-shadow:0 14px 30px rgba(23,48,119,.26)!important}
.altay-product-icon-v50--cart svg{width:25px!important;height:25px!important;stroke:#fff!important}
.altay-product-icon-v50--cart.is-added{background:#0f766e!important;box-shadow:0 14px 34px rgba(15,118,110,.32)!important}
.altay-product-icon-v50--cart.is-bumping,.altay-fav-btn.is-bumping,.altay-v68-fav.is-bumping{animation:altayV77Pop .52s cubic-bezier(.2,.9,.2,1)!important}
.altay-fav-btn,.altay-v68-fav{background:#fff!important;color:#0f172a!important;border:1px solid rgba(226,232,240,.95)!important;border-radius:14px!important;box-shadow:0 10px 25px rgba(2,8,23,.10)!important}
.altay-fav-btn svg,.altay-v68-fav svg{width:20px!important;height:20px!important;stroke:currentColor!important;fill:none!important;stroke-width:2.2!important}
.altay-fav-btn.is-active,.altay-v68-fav.is-active{background:#fff1f2!important;color:#e11d48!important;border-color:#fecdd3!important;box-shadow:0 14px 32px rgba(225,29,72,.18)!important}
.altay-fav-btn.is-active svg,.altay-v68-fav.is-active svg{fill:currentColor!important}
.altay-fav-btn.is-removed,.altay-v68-fav.is-removed{background:#f8fafc!important;color:#64748b!important}
@keyframes altayV77Pop{0%{transform:scale(1)}45%{transform:scale(1.22) rotate(-4deg)}100%{transform:scale(1)}}
.altay-v76-cart-drawer{display:block!important;visibility:visible!important}
.altay-v76-cart-drawer.is-open .altay-v76-cart-drawer__panel{animation:altayV77DrawerIn .34s cubic-bezier(.2,.9,.2,1) both!important}
.altay-v76-cart-drawer__head{background:linear-gradient(135deg,#06142e 0%,#173077 55%,#3157c7 100%)!important}
.altay-v76-cart-item{animation:altayV77ItemIn .28s ease both!important}
@keyframes altayV77DrawerIn{from{transform:translateX(calc(100% + 30px)) scale(.98)}to{transform:translateX(0) scale(1)}}
@keyframes altayV77ItemIn{from{opacity:0;transform:translateX(18px) scale(.98)}to{opacity:1;transform:translateX(0) scale(1)}}

/* V78 final icon animation + drawer visual fix */
.altay-v78-direct-cart.is-loading{opacity:.75!important;pointer-events:none!important}
.altay-v78-direct-cart.is-success,.altay-v78-direct-cart.is-added{background:#163d9b!important;color:#fff!important;border-color:#163d9b!important;box-shadow:0 18px 42px rgba(22,61,155,.34)!important}
.altay-product-icons-v50 .altay-v78-direct-cart{width:60px!important;height:60px!important;border-radius:18px!important}
.altay-product-icons-v50 .altay-v78-direct-cart svg{width:28px!important;height:28px!important}
@keyframes altayV78Pop{0%{transform:scale(1)}45%{transform:scale(1.18) translateY(-2px)}100%{transform:scale(1)}}
.altay-v78-direct-cart.is-bumping,.altay-fav-btn.is-bumping,.altay-v68-fav.is-bumping{animation:altayV78Pop .55s cubic-bezier(.2,.9,.2,1)!important}
.altay-fav-btn.is-active,.altay-v68-fav.is-active{background:#fff1f2!important;color:#e11d48!important;border-color:#fecdd3!important}
.altay-fav-btn.is-active svg,.altay-v68-fav.is-active svg{fill:currentColor!important;stroke:currentColor!important}
.altay-v76-cart-drawer{position:fixed!important;inset:0!important;z-index:1000000!important;pointer-events:none!important;visibility:hidden!important}.altay-v76-cart-drawer.is-open{pointer-events:auto!important;visibility:visible!important}.altay-v76-cart-drawer__shade{position:absolute!important;inset:0!important;background:rgba(15,23,42,.38)!important;opacity:0!important;transition:opacity .25s ease!important}.altay-v76-cart-drawer.is-open .altay-v76-cart-drawer__shade{opacity:1!important}.altay-v76-cart-drawer__panel{position:absolute!important;right:0!important;top:0!important;width:min(430px,calc(100vw - 18px))!important;height:100%!important;background:#fff!important;box-shadow:-30px 0 80px rgba(15,23,42,.24)!important;transform:translateX(105%)!important;transition:transform .32s cubic-bezier(.2,.9,.2,1)!important;border-radius:24px 0 0 24px!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.altay-v76-cart-drawer.is-open .altay-v76-cart-drawer__panel{transform:translateX(0)!important}.altay-v76-cart-drawer__head{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:22px 22px 16px!important;border-bottom:1px solid #edf1f7!important}.altay-v76-cart-drawer__head strong{font-size:22px!important;color:#06142e!important;display:block!important}.altay-v76-cart-drawer__count{font-size:13px!important;color:#64748b!important}.altay-v76-cart-drawer__close{width:40px!important;height:40px!important;border:0!important;border-radius:12px!important;background:#f1f5f9!important;color:#06142e!important;font-size:28px!important;line-height:1!important;cursor:pointer!important}.altay-v76-cart-drawer__body{padding:16px 18px!important;overflow:auto!important;flex:1!important}.altay-v76-cart-item{display:grid!important;grid-template-columns:72px 1fr auto!important;gap:12px!important;align-items:center!important;padding:12px!important;border:1px solid #edf1f7!important;border-radius:18px!important;margin-bottom:12px!important;background:#fff!important}.altay-v76-cart-item__img{width:72px!important;height:88px!important;border-radius:14px!important;background:#f5f7fb!important;overflow:hidden!important}.altay-v76-cart-item__img img{width:100%!important;height:100%!important;object-fit:contain!important}.altay-v76-cart-item__info strong{display:block!important;font-size:14px!important;color:#06142e!important;line-height:1.25!important}.altay-v76-cart-item__info span,.altay-v76-cart-item__info em{display:block!important;font-style:normal!important;font-size:12px!important;color:#64748b!important;margin-top:5px!important}.altay-v76-cart-item__side{text-align:right!important}.altay-v76-cart-item__side b{display:block!important;font-size:13px!important;color:#06142e!important;margin-bottom:8px!important}.altay-v76-cart-drawer__remove{border:0!important;background:#fff1f2!important;color:#e11d48!important;border-radius:10px!important;padding:7px 9px!important;font-size:12px!important;font-weight:700!important;cursor:pointer!important}.altay-v76-cart-drawer__foot{padding:16px 20px 20px!important;border-top:1px solid #edf1f7!important;background:#fff!important}.altay-v76-cart-drawer__subtotal{display:flex!important;align-items:center!important;justify-content:space-between!important;margin-bottom:14px!important;color:#06142e!important}.altay-v76-cart-drawer__actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}.altay-v76-cart-drawer__actions a{height:46px!important;border-radius:14px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;font-weight:800!important}.altay-v76-cart-drawer__cart{background:#f1f5f9!important;color:#06142e!important}.altay-v76-cart-drawer__checkout{background:#183d91!important;color:#fff!important}.altay-v76-cart-empty{height:100%!important;min-height:240px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;color:#64748b!important;gap:8px!important}.altay-v76-cart-empty strong{color:#06142e!important;font-size:18px!important}.altay-toast--error{background:#b91c1c!important}
/* V130 - Sadece mini sepet drawer siyah/beyaz premium görünüm */
.altay-v76-cart-drawer__shade{
  background:rgba(0,0,0,.62)!important;
  backdrop-filter:blur(7px)!important;
  -webkit-backdrop-filter:blur(7px)!important;
}
.altay-v76-cart-drawer__panel{
  width:min(430px,calc(100vw - 18px))!important;
  background:#fff!important;
  border-left:1px solid rgba(255,255,255,.18)!important;
  border-radius:28px 0 0 28px!important;
  box-shadow:-32px 0 90px rgba(0,0,0,.34)!important;
}
.altay-v76-cart-drawer__head{
  min-height:92px!important;
  padding:22px 24px!important;
  background:#050505!important;
  border-bottom:1px solid #111!important;
  color:#fff!important;
}
.altay-v76-cart-drawer__head strong{
  color:#fff!important;
  font-size:26px!important;
  font-weight:950!important;
  letter-spacing:-.04em!important;
}
.altay-v76-cart-drawer__count{
  color:rgba(255,255,255,.62)!important;
  font-size:13px!important;
  font-weight:800!important;
}
.altay-v76-cart-drawer__close{
  width:44px!important;
  height:44px!important;
  border-radius:14px!important;
  background:#fff!important;
  color:#050505!important;
  border:1px solid rgba(255,255,255,.25)!important;
  font-size:28px!important;
  font-weight:700!important;
  box-shadow:0 10px 28px rgba(0,0,0,.18)!important;
}
.altay-v76-cart-drawer__close:hover{
  transform:translateY(-1px)!important;
  background:#f3f3f3!important;
}
.altay-v76-cart-drawer__body{
  background:#f7f7f7!important;
  padding:18px!important;
  gap:14px!important;
}
.altay-v76-cart-item{
  grid-template-columns:78px 1fr auto!important;
  gap:14px!important;
  padding:14px!important;
  border:1px solid #e8e8e8!important;
  border-radius:22px!important;
  background:#fff!important;
  box-shadow:0 18px 42px rgba(0,0,0,.055)!important;
}
.altay-v76-cart-item__img{
  width:78px!important;
  height:92px!important;
  border-radius:16px!important;
  background:#f1f1f1!important;
  border:1px solid #eeeeee!important;
}
.altay-v76-cart-item__img img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
.altay-v76-cart-item__info strong{
  color:#050505!important;
  font-size:15px!important;
  font-weight:950!important;
  line-height:1.15!important;
  letter-spacing:-.03em!important;
}
.altay-v76-cart-item__info span,
.altay-v76-cart-item__info em{
  color:#6b7280!important;
  font-size:12px!important;
  font-weight:800!important;
  margin-top:6px!important;
}
.altay-v76-cart-item__side b{
  color:#050505!important;
  font-size:14px!important;
  font-weight:950!important;
}
.altay-v76-cart-drawer__remove{
  background:#fff!important;
  color:#050505!important;
  border:1px solid #d8d8d8!important;
  border-radius:999px!important;
  padding:7px 12px!important;
  font-size:12px!important;
  font-weight:900!important;
}
.altay-v76-cart-drawer__remove:hover{
  background:#050505!important;
  color:#fff!important;
  border-color:#050505!important;
}
.altay-v76-cart-drawer__foot{
  padding:20px 22px 22px!important;
  background:#fff!important;
  border-top:1px solid #e8e8e8!important;
  box-shadow:0 -18px 44px rgba(0,0,0,.045)!important;
}
.altay-v76-cart-drawer__subtotal{
  color:#050505!important;
  font-weight:950!important;
  margin-bottom:16px!important;
}
.altay-v76-cart-drawer__subtotal span:first-child{
  color:#6b7280!important;
  font-weight:850!important;
}
.altay-v76-cart-drawer__subtotal span:last-child,
.altay-v76-cart-drawer__subtotal strong,
.altay-v76-cart-drawer__subtotal b{
  color:#050505!important;
  font-size:22px!important;
  letter-spacing:-.04em!important;
}
.altay-v76-cart-drawer__actions{
  grid-template-columns:1fr 1fr!important;
  gap:10px!important;
}
.altay-v76-cart-drawer__actions a{
  min-height:52px!important;
  border-radius:16px!important;
  font-weight:950!important;
  letter-spacing:-.02em!important;
  transition:transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease!important;
}
.altay-v76-cart-drawer__actions a:hover{
  transform:translateY(-1px)!important;
}
.altay-v76-cart-drawer__cart{
  background:#f2f2f2!important;
  color:#050505!important;
  border:1px solid #e2e2e2!important;
}
.altay-v76-cart-drawer__checkout{
  background:#050505!important;
  color:#fff!important;
  border:1px solid #050505!important;
  box-shadow:0 14px 30px rgba(0,0,0,.18)!important;
}
.altay-v76-cart-empty strong{color:#050505!important;}
@media(max-width:640px){
  .altay-v76-cart-drawer__panel{border-radius:24px!important;top:8px!important;right:8px!important;bottom:8px!important;height:auto!important;}
  .altay-v76-cart-drawer__actions{grid-template-columns:1fr!important;}
}
