/* Altay V140 - tek mobil düzen katmanı
   Amaç: mobilde header, ürün görseli, ürün bilgi alanı ve ürün gridlerinin taşmasını durdurmak. */
@media (max-width: 767px){
  html,
  body{
    width:100%!important;
    max-width:100%!important;
    overflow-x:hidden!important;
  }

  html body,
  html body *{
    box-sizing:border-box!important;
  }

  html body .site-shell,
  html body .site-main,
  html body main,
  html body .content-wrapper,
  html body .woocommerce-page-shell,
  html body .woocommerce-page-content,
  html body .container,
  html body .container-narrow{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow-x:hidden!important;
  }

  /* MOBIL HEADER */
  html body .altay-clean-header{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    transform:none!important;
    translate:none!important;
    width:100%!important;
    max-width:100%!important;
    overflow:hidden!important;
    z-index:50!important;
  }

  html body .altay-clean-top{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    min-height:34px!important;
    height:auto!important;
    padding:7px 12px!important;
    font-size:12px!important;
    line-height:1.15!important;
    text-align:center!important;
    white-space:normal!important;
  }

  html body .altay-clean-top__promo,
  html body .altay-clean-top__promo span{
    width:100%!important;
    max-width:100%!important;
    display:block!important;
    text-align:center!important;
    white-space:normal!important;
    line-height:1.15!important;
  }

  html body .altay-clean-top__lang{
    display:none!important;
  }

  html body .altay-clean-main{
    width:100%!important;
    max-width:100%!important;
    overflow:hidden!important;
  }

  html body .altay-clean-main__inner{
    width:calc(100% - 24px)!important;
    max-width:calc(100% - 24px)!important;
    min-width:0!important;
    height:auto!important;
    min-height:0!important;
    margin:0 auto!important;
    padding:10px 0 12px!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    grid-template-areas:"logo actions" "search search"!important;
    align-items:center!important;
    gap:9px 8px!important;
    overflow:visible!important;
  }

  html body .altay-header-logo,
  html body .altay-clean-brand,
  html body .altay-clean-brand__mark{
    grid-area:logo!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:138px!important;
    max-width:42vw!important;
    min-width:0!important;
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
  }

  html body .altay-header-logo img,
  html body .altay-clean-brand img,
  html body .altay-clean-brand__mark img{
    display:block!important;
    width:138px!important;
    max-width:42vw!important;
    height:auto!important;
    max-height:38px!important;
    object-fit:contain!important;
    object-position:left center!important;
  }

  html body .altay-clean-actions{
    grid-area:actions!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    width:auto!important;
    max-width:calc(58vw - 8px)!important;
    min-width:0!important;
    gap:4px!important;
    overflow:visible!important;
  }

  html body .altay-store-panel-button,
  html body .altay-clean-personal{
    display:none!important;
  }

  html body .altay-clean-icon,
  html body .altay-clean-menu-button{
    flex:0 0 34px!important;
    width:34px!important;
    min-width:34px!important;
    height:34px!important;
    min-height:34px!important;
    border-radius:999px!important;
    padding:0!important;
    margin:0!important;
  }

  html body .altay-clean-icon svg,
  html body .altay-clean-menu-button svg{
    width:18px!important;
    height:18px!important;
  }

  html body .altay-clean-badge{
    min-width:16px!important;
    height:16px!important;
    line-height:12px!important;
    padding:0 4px!important;
    font-size:9px!important;
    top:-4px!important;
    right:-4px!important;
  }

  html body .altay-clean-search{
    grid-area:search!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
  }

  html body .altay-clean-search input{
    width:100%!important;
    max-width:100%!important;
    height:44px!important;
    padding:0 44px 0 14px!important;
    border-radius:12px!important;
    font-size:14px!important;
  }

  html body .altay-clean-search button{
    width:36px!important;
    height:36px!important;
    right:6px!important;
  }

  html body .altay-clean-nav{
    display:none!important;
  }

  html body .altay-clean-mobile{
    width:100%!important;
    max-width:100%!important;
    overflow:hidden!important;
  }

  /* URUN SAYFASI GENEL */
  html body.single-product .content-wrapper.shop-page,
  html body.single-product .woocommerce-page-shell,
  html body.single-product .woocommerce-page-content,
  html body.single-product .container-narrow{
    padding-left:8px!important;
    padding-right:8px!important;
    overflow-x:hidden!important;
  }

  html body.single-product article.altay-clean-product.product,
  html body.single-product .altay-clean-product{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0 auto!important;
    padding:8px 0 48px!important;
    overflow:hidden!important;
  }

  html body.single-product .altay-clean-layout{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    gap:10px!important;
    align-items:stretch!important;
    overflow:hidden!important;
  }

  /* URUN GORSELI: kare alan, kesmeden goster */
  html body.single-product .altay-clean-gallery{
    order:1!important;
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    border-radius:16px!important;
    background:#05070b!important;
  }

  html body.single-product .altay-clean-stage{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:1 / 1!important;
    margin:0!important;
    padding:0!important;
    border-radius:16px!important;
    overflow:hidden!important;
    background:#05070b!important;
    clip-path:none!important;
    -webkit-clip-path:none!important;
    mask:none!important;
    -webkit-mask:none!important;
    transform:none!important;
  }

  html body.single-product .altay-clean-stage > img.altay-clean-main,
  html body.single-product .altay-clean-stage img.altay-clean-main,
  html body.single-product .altay-clean-stage img{
    display:block!important;
    position:static!important;
    width:100%!important;
    max-width:100%!important;
    height:100%!important;
    max-height:100%!important;
    min-height:0!important;
    object-fit:contain!important;
    object-position:center center!important;
    margin:0 auto!important;
    padding:0!important;
    background:#05070b!important;
    border-radius:0!important;
    transform:none!important;
    transition:none!important;
    animation:none!important;
  }

  html body.single-product .altay-clean-thumbs{
    order:2!important;
    display:flex!important;
    flex-direction:row!important;
    align-items:flex-start!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    gap:8px!important;
    margin:0!important;
    padding:0 0 6px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    position:relative!important;
    top:auto!important;
    transform:none!important;
  }

  html body.single-product .altay-clean-thumb{
    flex:0 0 58px!important;
    width:58px!important;
    min-width:58px!important;
    height:72px!important;
    border-radius:10px!important;
    overflow:hidden!important;
  }

  html body.single-product .altay-clean-thumb img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
  }

  /* URUN BILGI ALANI */
  html body.single-product .altay-clean-summary,
  html body.single-product .altay-clean-summary *{
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }

  html body.single-product .altay-clean-summary{
    order:3!important;
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:16px 14px 22px!important;
    border-radius:16px!important;
    overflow:hidden!important;
    position:relative!important;
    top:auto!important;
    background:#fff!important;
  }

  html body.single-product .altay-clean-product-top{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 42px!important;
    gap:10px!important;
    align-items:start!important;
    width:100%!important;
    margin:0 0 12px!important;
    position:relative!important;
    top:auto!important;
    right:auto!important;
  }

  html body.single-product .altay-clean-title{
    grid-column:1/2!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    font-size:22px!important;
    line-height:1.08!important;
    letter-spacing:0!important;
    word-break:break-word!important;
    overflow-wrap:anywhere!important;
  }

  html body.single-product .altay-clean-fav{
    grid-column:2/3!important;
    justify-self:end!important;
    align-self:start!important;
    width:42px!important;
    min-width:42px!important;
    height:42px!important;
    border-radius:12px!important;
    padding:0!important;
    margin:0!important;
    gap:1px!important;
  }

  html body.single-product .altay-clean-fav svg{width:16px!important;height:16px!important;}
  html body.single-product .altay-clean-fav strong{font-size:11px!important;line-height:1!important;}

  html body.single-product .altay-clean-price{
    display:inline-flex!important;
    width:auto!important;
    max-width:100%!important;
    margin:0 0 14px!important;
    padding:10px 15px!important;
    font-size:18px!important;
    line-height:1.1!important;
    border-radius:12px!important;
  }

  html body.single-product .altay-clean-meta{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:8px!important;
    width:100%!important;
    margin:0!important;
    padding:0 0 16px!important;
    overflow:hidden!important;
  }

  html body.single-product .altay-clean-section{
    width:100%!important;
    margin-top:18px!important;
    overflow:hidden!important;
  }

  html body.single-product .altay-clean-section h2{
    margin:0 0 10px!important;
    font-size:15px!important;
    line-height:1.15!important;
    letter-spacing:0!important;
  }

  html body.single-product .altay-clean-sizes,
  html body.single-product .altay-clean-colors{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:flex-start!important;
    width:100%!important;
    gap:8px!important;
    overflow:visible!important;
  }

  html body.single-product .altay-clean-size{
    flex:0 1 auto!important;
    width:auto!important;
    min-width:58px!important;
    max-width:calc(50% - 8px)!important;
    height:38px!important;
    padding:0 10px!important;
    margin:0!important;
    border-radius:10px!important;
    font-size:13px!important;
    line-height:1!important;
  }

  html body.single-product .altay-clean-size .altay-size-notify{
    width:16px!important;
    height:16px!important;
    right:-5px!important;
    top:-7px!important;
    font-size:8px!important;
  }

  html body.single-product .altay-clean-color{
    width:48px!important;
    height:48px!important;
    padding:3px!important;
  }

  html body.single-product .altay-clean-print-head{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    width:100%!important;
    gap:10px!important;
    align-items:stretch!important;
    overflow:hidden!important;
  }

  html body.single-product .altay-clean-print-head > div{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }

  html body.single-product .altay-clean-print-sub{
    margin:4px 0 0!important;
    font-size:12px!important;
    line-height:1.35!important;
    overflow-wrap:anywhere!important;
  }

  html body.single-product .altay-clean-change{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    max-width:100%!important;
    height:44px!important;
    margin:0!important;
    padding:0 14px!important;
    border-radius:12px!important;
    font-size:14px!important;
    position:relative!important;
    left:auto!important;
    right:auto!important;
    transform:none!important;
  }

  html body.single-product .altay-clean-fields,
  html body.single-product .altay-clean-player-grid{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    width:100%!important;
    gap:10px!important;
  }

  html body.single-product .altay-clean-fields label,
  html body.single-product .altay-clean-fields input,
  html body.single-product .altay-clean-player-panel,
  html body.single-product .altay-clean-player,
  html body.single-product .altay-clean-add,
  html body.single-product .single_add_to_cart_button,
  html body.single-product button[type="submit"]{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }

  html body.single-product .altay-clean-fields input{
    height:46px!important;
    font-size:14px!important;
    padding:0 12px!important;
  }

  html body.single-product .altay-clean-add,
  html body.single-product .single_add_to_cart_button{
    height:54px!important;
    font-size:18px!important;
    margin-top:18px!important;
    border-radius:12px!important;
  }

  /* KATEGORI / MENU URUN GRIDLERI */
  html body.altay-production-store .altay-catalog-v111__shell,
  html body.altay-production-store .altay-catalog-v111__container,
  html body.altay-production-store .altay-catalog-v111__layout,
  html body.altay-production-store .altay-catalog-v111__products{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow:hidden!important;
  }

  html body.altay-production-store .altay-catalog-v111__products ul.products,
  html body.altay-production-store .woocommerce ul.products,
  html body.altay-production-store ul.products{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
  }

  html body.altay-production-store ul.products > li.product,
  html body.altay-production-store .woocommerce ul.products > li.product{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
  }

  html body.altay-production-store li.product .altay-loop-inner{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow:hidden!important;
  }

  html body.altay-production-store li.product .altay-loop-media{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:1/1!important;
    overflow:hidden!important;
    border-radius:14px!important;
    background:#f4f7fb!important;
  }

  html body.altay-production-store li.product .altay-loop-media img{
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    max-height:100%!important;
    object-fit:contain!important;
    object-position:center center!important;
    border-radius:0!important;
    background:#f4f7fb!important;
  }

  html body.altay-production-store li.product .altay-loop-body,
  html body.altay-production-store li.product .altay-loop-title,
  html body.altay-production-store li.product .altay-loop-price,
  html body.altay-production-store li.product .price{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow:hidden!important;
    overflow-wrap:anywhere!important;
  }
}

/* ALTAY V141 - REAL MOBILE AUTHORITY FIX
   Bu blok özellikle tax-product_cat ve single-product sayfalarında önceki yüksek specificity'li
   mobil kuralların üstüne çıkar. Amaç: ürün kartlarını gerçek genişliğe oturtmak, görselleri
   kesmeden göstermek ve ürün sayfası görsel/header çakışmasını bitirmek. */
@media (max-width: 767px){
  html,
  body,
  html body.altay-production-store,
  html body.altay-clean-v107{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow-x:hidden!important;
  }

  html body.altay-production-store *,
  html body.altay-production-store *::before,
  html body.altay-production-store *::after{
    box-sizing:border-box!important;
  }

  /* Header mobilde içerikle üst üste binmesin */
  html body.altay-production-store header.altay-clean-header,
  html body.single-product.altay-production-store header.altay-clean-header,
  html body.tax-product_cat.altay-production-store header.altay-clean-header,
  html body.post-type-archive-product.altay-production-store header.altay-clean-header{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    transform:none!important;
    translate:none!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    z-index:30!important;
    overflow:hidden!important;
  }

  html body.altay-production-store .altay-clean-main__inner{
    width:calc(100% - 24px)!important;
    max-width:calc(100% - 24px)!important;
    min-width:0!important;
    margin:0 auto!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    grid-template-areas:"logo actions" "search search"!important;
    align-items:center!important;
    gap:9px 8px!important;
    padding:10px 0 12px!important;
    overflow:visible!important;
  }

  html body.altay-production-store .altay-header-logo,
  html body.altay-production-store .altay-clean-brand,
  html body.altay-production-store .altay-clean-brand__mark{
    grid-area:logo!important;
    width:138px!important;
    max-width:42vw!important;
    min-width:0!important;
    margin:0!important;
    overflow:hidden!important;
  }

  html body.altay-production-store .altay-header-logo img,
  html body.altay-production-store .altay-clean-brand img,
  html body.altay-production-store .altay-clean-brand__mark img{
    width:138px!important;
    max-width:42vw!important;
    height:auto!important;
    max-height:38px!important;
    object-fit:contain!important;
    object-position:left center!important;
  }

  html body.altay-production-store .altay-clean-actions{
    grid-area:actions!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    width:auto!important;
    max-width:calc(58vw - 8px)!important;
    min-width:0!important;
    gap:4px!important;
    overflow:visible!important;
  }

  html body.altay-production-store .altay-clean-icon,
  html body.altay-production-store .altay-clean-menu-button{
    flex:0 0 34px!important;
    width:34px!important;
    min-width:34px!important;
    height:34px!important;
    min-height:34px!important;
    padding:0!important;
    margin:0!important;
  }

  html body.altay-production-store .altay-clean-search{
    grid-area:search!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
  }

  html body.altay-production-store .altay-clean-search input{
    width:100%!important;
    max-width:100%!important;
    height:44px!important;
    padding:0 44px 0 14px!important;
    border-radius:12px!important;
    font-size:14px!important;
  }

  /* KATEGORI / MENU SAYFASI - ürün gridini gerçek mobil ölçüye sabitle */
  html body.altay-production-store.tax-product_cat main.content-wrapper.shop-page,
  html body.altay-production-store.post-type-archive-product main.content-wrapper.shop-page,
  html body.altay-production-store.tax-product_cat .woocommerce-page-shell,
  html body.altay-production-store.post-type-archive-product .woocommerce-page-shell,
  html body.altay-production-store.tax-product_cat .woocommerce-page-content,
  html body.altay-production-store.post-type-archive-product .woocommerce-page-content,
  html body.altay-production-store.tax-product_cat .altay-catalog-v111__container,
  html body.altay-production-store.post-type-archive-product .altay-catalog-v111__container,
  html body.altay-production-store.tax-product_cat .altay-catalog-v111__shell,
  html body.altay-production-store.post-type-archive-product .altay-catalog-v111__shell{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:10px!important;
    padding-right:10px!important;
    overflow-x:hidden!important;
  }

  html body.altay-production-store.tax-product_cat .altay-catalog-v111__shell,
  html body.altay-production-store.post-type-archive-product .altay-catalog-v111__shell{
    padding-top:18px!important;
    padding-bottom:34px!important;
    border-radius:0!important;
    background:#fff!important;
  }

  html body.altay-production-store.tax-product_cat .altay-catalog-v111__layout,
  html body.altay-production-store.post-type-archive-product .altay-catalog-v111__layout,
  html body.altay-production-store.tax-product_cat .altay-catalog-v111__products,
  html body.altay-production-store.post-type-archive-product .altay-catalog-v111__products{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
  }

  html body.altay-production-store.tax-product_cat .altay-catalog-v111__products ul.products,
  html body.altay-production-store.post-type-archive-product .altay-catalog-v111__products ul.products,
  html body.altay-production-store.tax-product_cat .woocommerce ul.products,
  html body.altay-production-store.post-type-archive-product .woocommerce ul.products,
  html body.altay-production-store.tax-product_cat ul.products.products,
  html body.altay-production-store.post-type-archive-product ul.products.products,
  html body.altay-production-store.tax-product_cat ul.products,
  html body.altay-production-store.post-type-archive-product ul.products{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    list-style:none!important;
    align-items:stretch!important;
    overflow:visible!important;
  }

  html body.altay-production-store.tax-product_cat ul.products > li.product,
  html body.altay-production-store.post-type-archive-product ul.products > li.product,
  html body.altay-production-store.tax-product_cat .woocommerce ul.products > li.product,
  html body.altay-production-store.post-type-archive-product .woocommerce ul.products > li.product,
  html body.altay-production-store.tax-product_cat li.product.altay-clean-loop-card,
  html body.altay-production-store.post-type-archive-product li.product.altay-clean-loop-card{
    float:none!important;
    clear:none!important;
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    border-radius:18px!important;
  }

  html body.altay-production-store.tax-product_cat li.product .altay-loop-inner,
  html body.altay-production-store.post-type-archive-product li.product .altay-loop-inner{
    display:flex!important;
    flex-direction:column!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:100%!important;
    margin:0!important;
    padding:0!important;
    border-radius:18px!important;
    overflow:hidden!important;
    background:#fff!important;
  }

  html body.altay-production-store.tax-product_cat li.product .altay-loop-media,
  html body.altay-production-store.post-type-archive-product li.product .altay-loop-media,
  html body.altay-production-store.tax-product_cat li.product .altay-loop-media-link,
  html body.altay-production-store.post-type-archive-product li.product .altay-loop-media-link{
    position:relative!important;
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:1 / 1!important;
    overflow:hidden!important;
    border-radius:16px 16px 0 0!important;
    background:#f4f7fb!important;
    clip-path:none!important;
    -webkit-clip-path:none!important;
    mask:none!important;
    -webkit-mask:none!important;
    transform:none!important;
  }

  html body.altay-production-store.tax-product_cat li.product .altay-loop-media-link,
  html body.altay-production-store.post-type-archive-product li.product .altay-loop-media-link,
  html body.altay-production-store.tax-product_cat li.product .altay-loop-media .main,
  html body.altay-production-store.post-type-archive-product li.product .altay-loop-media .main,
  html body.altay-production-store.tax-product_cat li.product .altay-loop-media .hover,
  html body.altay-production-store.post-type-archive-product li.product .altay-loop-media .hover{
    position:absolute!important;
    inset:0!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    max-height:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
  }

  html body.altay-production-store.tax-product_cat li.product .altay-loop-media .hover,
  html body.altay-production-store.post-type-archive-product li.product .altay-loop-media .hover{
    display:none!important;
  }

  html body.altay-production-store.tax-product_cat li.product .altay-loop-media img,
  html body.altay-production-store.post-type-archive-product li.product .altay-loop-media img,
  html body.altay-production-store.tax-product_cat .woocommerce ul.products li.product a img,
  html body.altay-production-store.post-type-archive-product .woocommerce ul.products li.product a img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    max-height:100%!important;
    min-width:0!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    object-fit:contain!important;
    object-position:center center!important;
    border-radius:0!important;
    background:#f4f7fb!important;
    transform:none!important;
    transition:none!important;
    animation:none!important;
  }

  html body.altay-production-store.tax-product_cat li.product .altay-loop-icons,
  html body.altay-production-store.post-type-archive-product li.product .altay-loop-icons{
    display:none!important;
  }

  html body.altay-production-store.tax-product_cat li.product .altay-loop-badge,
  html body.altay-production-store.post-type-archive-product li.product .altay-loop-badge{
    left:8px!important;
    top:8px!important;
    max-width:calc(100% - 16px)!important;
    padding:4px 7px!important;
    border-radius:9px!important;
    font-size:9px!important;
    line-height:1!important;
    letter-spacing:.04em!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  html body.altay-production-store.tax-product_cat li.product .altay-loop-body,
  html body.altay-production-store.post-type-archive-product li.product .altay-loop-body{
    display:flex!important;
    flex-direction:column!important;
    flex:1 1 auto!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    min-height:112px!important;
    margin:0!important;
    padding:10px 9px 12px!important;
    overflow:hidden!important;
  }

  html body.altay-production-store.tax-product_cat li.product .altay-loop-cat,
  html body.altay-production-store.post-type-archive-product li.product .altay-loop-cat,
  html body.altay-production-store.tax-product_cat li.product .altay-loop-category,
  html body.altay-production-store.post-type-archive-product li.product .altay-loop-category{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    font-size:9px!important;
    line-height:1.2!important;
    letter-spacing:.08em!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    word-break:normal!important;
  }

  html body.altay-production-store.tax-product_cat li.product .altay-loop-title,
  html body.altay-production-store.post-type-archive-product li.product .altay-loop-title,
  html body.altay-production-store.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
  html body.altay-production-store.post-type-archive-product ul.products li.product .woocommerce-loop-product__title{
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    min-height:34px!important;
    max-height:38px!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    font-size:13.5px!important;
    line-height:1.22!important;
    letter-spacing:0!important;
    white-space:normal!important;
    word-break:normal!important;
    overflow-wrap:break-word!important;
  }

  html body.altay-production-store.tax-product_cat li.product .altay-loop-price,
  html body.altay-production-store.post-type-archive-product li.product .altay-loop-price,
  html body.altay-production-store.tax-product_cat ul.products li.product .price,
  html body.altay-production-store.post-type-archive-product ul.products li.product .price{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin-top:auto!important;
    padding-top:8px!important;
    font-size:15.5px!important;
    line-height:1.14!important;
    white-space:normal!important;
    word-break:normal!important;
    overflow-wrap:normal!important;
  }

  html body.altay-production-store.tax-product_cat li.product .altay-loop-price del,
  html body.altay-production-store.post-type-archive-product li.product .altay-loop-price del,
  html body.altay-production-store.tax-product_cat ul.products li.product .price del,
  html body.altay-production-store.post-type-archive-product ul.products li.product .price del{
    display:block!important;
    font-size:10px!important;
    line-height:1.1!important;
    margin-bottom:2px!important;
  }

  /* URUN DETAY SAYFASI - header altı güvenli boşluk + kesmeyen görsel */
  html body.single-product.altay-production-store main.content-wrapper.shop-page,
  html body.single-product.altay-production-store main.altay-product-rebuild-main,
  html body.single-product.altay-production-store .woocommerce-page-shell,
  html body.single-product.altay-production-store .woocommerce-page-content,
  html body.single-product.altay-production-store .container-narrow{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0 auto!important;
    padding-left:10px!important;
    padding-right:10px!important;
    padding-top:12px!important;
    overflow-x:hidden!important;
  }

  html body.single-product.altay-production-store article.altay-clean-product.product,
  html body.single-product.altay-production-store .altay-clean-product{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0 auto!important;
    padding:0 0 48px!important;
    overflow:visible!important;
  }

  html body.single-product.altay-production-store .altay-clean-layout{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:10px!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow:visible!important;
    align-items:start!important;
  }

  html body.single-product.altay-production-store .altay-clean-gallery{
    order:1!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
    border-radius:18px!important;
    background:#f4f7fb!important;
  }

  html body.single-product.altay-production-store .altay-clean-stage{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    position:relative!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:1 / 1!important;
    margin:0!important;
    padding:8px!important;
    border-radius:18px!important;
    overflow:hidden!important;
    background:#f4f7fb!important;
    clip-path:none!important;
    -webkit-clip-path:none!important;
    mask:none!important;
    -webkit-mask:none!important;
    transform:none!important;
  }

  html body.single-product.altay-production-store .altay-clean-stage > img.altay-clean-main,
  html body.single-product.altay-production-store .altay-clean-stage img.altay-clean-main,
  html body.single-product.altay-production-store .altay-clean-stage img{
    display:block!important;
    position:static!important;
    width:100%!important;
    max-width:100%!important;
    height:100%!important;
    max-height:100%!important;
    min-height:0!important;
    margin:0 auto!important;
    padding:0!important;
    object-fit:contain!important;
    object-position:center center!important;
    background:#f4f7fb!important;
    border-radius:14px!important;
    transform:none!important;
    transition:none!important;
    animation:none!important;
  }

  html body.single-product.altay-production-store .altay-clean-thumbs{
    order:2!important;
    display:flex!important;
    flex-direction:row!important;
    align-items:flex-start!important;
    gap:8px!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0 0 6px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    position:relative!important;
    top:auto!important;
    transform:none!important;
    scrollbar-width:none!important;
  }

  html body.single-product.altay-production-store .altay-clean-thumbs::-webkit-scrollbar{
    display:none!important;
  }

  html body.single-product.altay-production-store .altay-clean-thumb{
    flex:0 0 58px!important;
    width:58px!important;
    min-width:58px!important;
    height:72px!important;
    border-radius:10px!important;
    overflow:hidden!important;
  }

  html body.single-product.altay-production-store .altay-clean-summary{
    order:3!important;
    display:block!important;
    position:relative!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:16px 14px 22px!important;
    border-radius:16px!important;
    overflow:hidden!important;
    background:#fff!important;
  }
}

@media (max-width: 359px){
  html body.altay-production-store.tax-product_cat .altay-catalog-v111__products ul.products,
  html body.altay-production-store.post-type-archive-product .altay-catalog-v111__products ul.products,
  html body.altay-production-store.tax-product_cat .woocommerce ul.products,
  html body.altay-production-store.post-type-archive-product .woocommerce ul.products,
  html body.altay-production-store.tax-product_cat ul.products,
  html body.altay-production-store.post-type-archive-product ul.products{
    grid-template-columns:minmax(0,1fr)!important;
  }
}


/* ALTAY V142 - My Account login/register readability and copy polish */
html body.woocommerce-account:not(.logged-in) .altay-account-auth-shell,
html body.woocommerce-account:not(.logged-in) .altay-auth-tabs-shell{
  width:min(1320px,calc(100% - 48px))!important;
  margin:34px auto!important;
  gap:28px!important;
}

html body.woocommerce-account:not(.logged-in) .altay-account-auth-intro{
  position:relative!important;
  isolation:isolate!important;
  min-height:580px!important;
  padding:42px 36px!important;
  overflow:hidden!important;
  color:#fff!important;
  background:linear-gradient(145deg,#090b10 0%,#17191f 54%,#0b0d12 100%)!important;
}

html body.woocommerce-account:not(.logged-in) .altay-account-auth-intro::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  background:linear-gradient(90deg,rgba(0,0,0,.14),rgba(0,0,0,.02))!important;
  pointer-events:none!important;
}

html body.woocommerce-account:not(.logged-in) .altay-account-auth-intro > *{
  position:relative!important;
  z-index:2!important;
}

html body.woocommerce-account:not(.logged-in) .altay-account-eyebrow{
  color:#fff!important;
  background:rgba(255,255,255,.15)!important;
  border:1px solid rgba(255,255,255,.08)!important;
}

html body.woocommerce-account:not(.logged-in) .altay-account-auth-intro h1{
  color:#fff!important;
  opacity:1!important;
  visibility:visible!important;
  font-size:clamp(30px,3vw,43px)!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
  max-width:13.5ch!important;
  margin:22px 0 18px!important;
  text-shadow:0 10px 28px rgba(0,0,0,.48)!important;
  mix-blend-mode:normal!important;
  filter:none!important;
}

html body.woocommerce-account:not(.logged-in) .altay-account-auth-intro p{
  color:rgba(255,255,255,.92)!important;
  opacity:1!important;
  font-size:16px!important;
  line-height:1.62!important;
  font-weight:760!important;
  max-width:33ch!important;
  text-shadow:0 4px 16px rgba(0,0,0,.28)!important;
}

html body.woocommerce-account:not(.logged-in) .altay-account-auth-intro ul,
html body.woocommerce-account:not(.logged-in) .altay-account-auth-intro li{
  color:rgba(255,255,255,.94)!important;
  opacity:1!important;
}

html body.woocommerce-account:not(.logged-in) .altay-account-auth-intro li{
  font-weight:850!important;
  line-height:1.45!important;
  text-shadow:0 3px 14px rgba(0,0,0,.26)!important;
}

html body.woocommerce-account:not(.logged-in) .altay-auth-panel-card{
  min-width:0!important;
  overflow:visible!important;
}

html body.woocommerce-account:not(.logged-in) .altay-auth-panel{
  width:100%!important;
  max-width:680px!important;
}

html body.woocommerce-account:not(.logged-in) .altay-auth-panel-head{
  align-items:flex-start!important;
  gap:18px!important;
}

html body.woocommerce-account:not(.logged-in) .altay-auth-panel-title{
  display:grid!important;
  gap:8px!important;
  min-width:0!important;
  max-width:420px!important;
}

html body.woocommerce-account:not(.logged-in) .altay-auth-panel-head h2{
  font-size:clamp(32px,3.2vw,42px)!important;
  line-height:1.06!important;
  letter-spacing:-.03em!important;
}

html body.woocommerce-account:not(.logged-in) .altay-register-lead{
  margin:0!important;
  color:#5b6472!important;
  font-size:15px!important;
  line-height:1.55!important;
  font-weight:720!important;
}

html body.woocommerce-account:not(.logged-in) .altay-register-extra-copy{
  display:grid!important;
  gap:6px!important;
  margin:0 0 16px!important;
  padding:16px 18px!important;
  border-radius:18px!important;
  background:#f6f7f9!important;
  border:1px solid #e8ebef!important;
  color:#1a2130!important;
}

html body.woocommerce-account:not(.logged-in) .altay-register-extra-copy strong{
  display:block!important;
  font-size:15px!important;
  line-height:1.3!important;
  color:#0b1324!important;
}

html body.woocommerce-account:not(.logged-in) .altay-register-extra-copy span{
  display:block!important;
  font-size:14px!important;
  line-height:1.6!important;
  color:#5d6675!important;
  font-weight:650!important;
}

html body.woocommerce-account:not(.logged-in) .altay-auth-panel form{
  max-width:100%!important;
}

@media (max-width: 1100px){
  html body.woocommerce-account:not(.logged-in) .altay-account-auth-shell,
  html body.woocommerce-account:not(.logged-in) .altay-auth-tabs-shell{
    width:calc(100% - 28px)!important;
    grid-template-columns:1fr!important;
    gap:18px!important;
  }
  html body.woocommerce-account:not(.logged-in) .altay-account-auth-intro{
    min-height:0!important;
  }
  html body.woocommerce-account:not(.logged-in) .altay-auth-panel{
    max-width:none!important;
  }
}

@media (max-width: 760px){
  html body.woocommerce-account:not(.logged-in) .altay-account-auth-shell,
  html body.woocommerce-account:not(.logged-in) .altay-auth-tabs-shell{
    width:calc(100% - 20px)!important;
    margin:18px auto 34px!important;
  }
  html body.woocommerce-account:not(.logged-in) .altay-account-auth-intro,
  html body.woocommerce-account:not(.logged-in) .altay-auth-panel-card{
    border-radius:22px!important;
    padding:20px!important;
  }
  html body.woocommerce-account:not(.logged-in) .altay-account-auth-intro h1{
    font-size:29px!important;
    max-width:15ch!important;
    margin:16px 0 12px!important;
  }
  html body.woocommerce-account:not(.logged-in) .altay-account-auth-intro p{
    font-size:14.5px!important;
    max-width:none!important;
  }
  html body.woocommerce-account:not(.logged-in) .altay-account-auth-intro ul{
    margin-top:16px!important;
    gap:9px!important;
  }
  html body.woocommerce-account:not(.logged-in) .altay-account-auth-intro li{
    font-size:14px!important;
  }
  html body.woocommerce-account:not(.logged-in) .altay-auth-panel-head{
    display:grid!important;
    grid-template-columns:1fr!important;
  }
  html body.woocommerce-account:not(.logged-in) .altay-auth-panel-head h2{
    font-size:32px!important;
  }
  html body.woocommerce-account:not(.logged-in) .altay-register-extra-copy{
    padding:14px!important;
  }
}


/* ALTAY V143 - Account, contact, corporate pages and footer logo final cleanup */

/* Account: left intro top aligned, right side cleaned, faster tab menu */
html body.woocommerce-account:not(.logged-in) .altay-account-auth-shell,
html body.woocommerce-account:not(.logged-in) .altay-auth-tabs-shell{
  align-items:start!important;
}

html body.woocommerce-account:not(.logged-in) .altay-account-auth-intro{
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  align-items:flex-start!important;
  gap:0!important;
  min-height:520px!important;
  padding:44px 38px!important;
  text-align:left!important;
}

html body.woocommerce-account:not(.logged-in) .altay-account-auth-intro h1{
  max-width:12.5ch!important;
  margin-top:22px!important;
  font-size:clamp(30px,2.9vw,39px)!important;
}

html body.woocommerce-account:not(.logged-in) .altay-auth-panel-card{
  align-self:start!important;
}

html body.woocommerce-account:not(.logged-in) .altay-auth-tabs{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  width:min(380px,100%)!important;
  max-width:380px!important;
  margin:0 0 22px!important;
  padding:8px!important;
  gap:8px!important;
  border-radius:20px!important;
  background:#f1f1f4!important;
  box-shadow:inset 0 0 0 1px rgba(8,13,24,.04)!important;
}

html body.woocommerce-account:not(.logged-in) .altay-auth-tab{
  min-height:58px!important;
  border-radius:16px!important;
  padding:0 16px!important;
  font-size:16px!important;
  line-height:1.1!important;
  font-weight:950!important;
}

html body.woocommerce-account:not(.logged-in) .altay-auth-panel-head{
  display:block!important;
  margin:0 0 16px!important;
}

html body.woocommerce-account:not(.logged-in) .altay-auth-panel-title{
  max-width:none!important;
}

html body.woocommerce-account:not(.logged-in) .altay-auth-panel-head h2{
  margin:0!important;
  font-size:clamp(32px,3vw,42px)!important;
}

html body.woocommerce-account:not(.logged-in) .altay-auth-panel-head > p,
html body.woocommerce-account:not(.logged-in) .altay-register-lead,
html body.woocommerce-account:not(.logged-in) .altay-register-extra-copy,
html body.woocommerce-account:not(.logged-in) .altay-auth-help,
html body.woocommerce-account:not(.logged-in) .woocommerce-privacy-policy-text{
  display:none!important;
}

html body.woocommerce-account:not(.logged-in) .altay-auth-panel form{
  width:100%!important;
  margin:0!important;
  padding:22px!important;
  border-radius:22px!important;
}

html body.woocommerce-account:not(.logged-in) .altay-auth-panel form.register{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px 16px!important;
  align-items:start!important;
}

html body.woocommerce-account:not(.logged-in) .altay-auth-panel form.register .altay-register-grid{
  display:contents!important;
}

html body.woocommerce-account:not(.logged-in) .altay-auth-panel form.register .clear{
  display:none!important;
}

html body.woocommerce-account:not(.logged-in) .altay-auth-panel form.register p.form-row,
html body.woocommerce-account:not(.logged-in) .altay-auth-panel form.login p.form-row,
html body.woocommerce-account:not(.logged-in) .altay-auth-panel form.login .woocommerce-form-row{
  margin:0!important;
}

html body.woocommerce-account:not(.logged-in) .altay-auth-panel form.register .altay-register-grid-full,
html body.woocommerce-account:not(.logged-in) .altay-auth-panel form.register p.form-row:last-of-type{
  grid-column:1/-1!important;
}

html body.woocommerce-account:not(.logged-in) .altay-auth-panel label{
  font-size:13.5px!important;
  line-height:1.25!important;
  margin:0 0 7px!important;
}

html body.woocommerce-account:not(.logged-in) .altay-auth-panel input.input-text,
html body.woocommerce-account:not(.logged-in) .altay-auth-panel input[type="text"],
html body.woocommerce-account:not(.logged-in) .altay-auth-panel input[type="email"],
html body.woocommerce-account:not(.logged-in) .altay-auth-panel input[type="password"],
html body.woocommerce-account:not(.logged-in) .altay-auth-panel input[type="date"],
html body.woocommerce-account:not(.logged-in) .altay-auth-panel input[type="tel"]{
  width:100%!important;
  height:54px!important;
  min-height:54px!important;
  border-radius:16px!important;
  padding:0 15px!important;
  box-sizing:border-box!important;
}

html body.woocommerce-account:not(.logged-in) .altay-auth-actions{
  gap:12px!important;
}

html body.woocommerce-account:not(.logged-in) .altay-auth-actions .button,
html body.woocommerce-account:not(.logged-in) .altay-auth-panel .woocommerce-button,
html body.woocommerce-account:not(.logged-in) .altay-auth-panel button[type="submit"]{
  min-height:54px!important;
  border-radius:16px!important;
  font-weight:950!important;
}

@media(max-width:760px){
  html body.woocommerce-account:not(.logged-in) .content-wrapper,
  html body.woocommerce-account:not(.logged-in) .woocommerce-page-content,
  html body.woocommerce-account:not(.logged-in) .woocommerce{
    padding-left:0!important;
    padding-right:0!important;
    overflow:visible!important;
  }

  html body.woocommerce-account:not(.logged-in) .altay-account-auth-shell,
  html body.woocommerce-account:not(.logged-in) .altay-auth-tabs-shell{
    display:block!important;
    width:calc(100% - 18px)!important;
    max-width:420px!important;
    margin:12px auto 28px!important;
  }

  html body.woocommerce-account:not(.logged-in) .altay-account-auth-intro{
    min-height:0!important;
    margin:0 0 10px!important;
    padding:15px 16px!important;
    border-radius:20px!important;
    background:linear-gradient(145deg,#070b14,#111827)!important;
  }

  html body.woocommerce-account:not(.logged-in) .altay-account-eyebrow{
    min-height:24px!important;
    padding:0 10px!important;
    font-size:10px!important;
  }

  html body.woocommerce-account:not(.logged-in) .altay-account-auth-intro h1{
    max-width:none!important;
    margin:11px 0 0!important;
    font-size:22px!important;
    line-height:1.08!important;
    letter-spacing:-.025em!important;
  }

  html body.woocommerce-account:not(.logged-in) .altay-account-auth-intro p,
  html body.woocommerce-account:not(.logged-in) .altay-account-auth-intro ul{
    display:none!important;
  }

  html body.woocommerce-account:not(.logged-in) .altay-auth-panel-card{
    padding:14px!important;
    border-radius:20px!important;
    box-shadow:0 12px 30px rgba(15,23,42,.08)!important;
  }

  html body.woocommerce-account:not(.logged-in) .altay-auth-tabs{
    position:sticky!important;
    top:8px!important;
    z-index:20!important;
    width:100%!important;
    max-width:none!important;
    margin:0 0 14px!important;
    padding:6px!important;
    border-radius:18px!important;
    box-shadow:0 10px 24px rgba(15,23,42,.08), inset 0 0 0 1px rgba(8,13,24,.04)!important;
  }

  html body.woocommerce-account:not(.logged-in) .altay-auth-tab{
    min-height:50px!important;
    border-radius:14px!important;
    padding:0 10px!important;
    font-size:14.5px!important;
  }

  html body.woocommerce-account:not(.logged-in) .altay-auth-panel-head{
    margin-bottom:12px!important;
  }

  html body.woocommerce-account:not(.logged-in) .altay-auth-panel-head h2{
    font-size:28px!important;
    line-height:1!important;
  }

  html body.woocommerce-account:not(.logged-in) .altay-auth-panel form{
    padding:14px!important;
    border-radius:18px!important;
  }

  html body.woocommerce-account:not(.logged-in) .altay-auth-panel form.register{
    grid-template-columns:1fr!important;
    gap:10px!important;
  }

  html body.woocommerce-account:not(.logged-in) .altay-auth-panel form.register .altay-register-grid-full,
  html body.woocommerce-account:not(.logged-in) .altay-auth-panel form.register p.form-row:last-of-type{
    grid-column:auto!important;
  }

  html body.woocommerce-account:not(.logged-in) .altay-auth-panel label{
    font-size:12.5px!important;
    margin-bottom:6px!important;
  }

  html body.woocommerce-account:not(.logged-in) .altay-auth-panel input.input-text,
  html body.woocommerce-account:not(.logged-in) .altay-auth-panel input[type="text"],
  html body.woocommerce-account:not(.logged-in) .altay-auth-panel input[type="email"],
  html body.woocommerce-account:not(.logged-in) .altay-auth-panel input[type="password"],
  html body.woocommerce-account:not(.logged-in) .altay-auth-panel input[type="date"],
  html body.woocommerce-account:not(.logged-in) .altay-auth-panel input[type="tel"]{
    height:48px!important;
    min-height:48px!important;
    border-radius:14px!important;
    font-size:15px!important;
  }

  html body.woocommerce-account:not(.logged-in) .altay-auth-actions .button,
  html body.woocommerce-account:not(.logged-in) .altay-auth-panel .woocommerce-button,
  html body.woocommerce-account:not(.logged-in) .altay-auth-panel button[type="submit"]{
    min-height:48px!important;
    border-radius:14px!important;
  }
}

/* Contact page: readable, clean mobile cards */
html body.altay-production-store .altay-contact-page,
html body.altay-production-store .altay-contact-page--v1956{
  width:min(1120px,calc(100% - 32px))!important;
  max-width:1120px!important;
  margin:24px auto 70px!important;
  padding:0!important;
  display:grid!important;
  gap:18px!important;
  background:transparent!important;
  overflow:visible!important;
}

html body.altay-production-store .altay-contact-hero{
  display:grid!important;
  grid-template-columns:minmax(0,1.1fr) minmax(260px,.9fr)!important;
  gap:22px!important;
  align-items:end!important;
  width:100%!important;
  padding:30px!important;
  border-radius:28px!important;
  background:linear-gradient(145deg,#071123 0%,#101827 60%,#070b14 100%)!important;
  color:#fff!important;
  overflow:hidden!important;
}

html body.altay-production-store .altay-contact-copy,
html body.altay-production-store .altay-contact-quick{
  min-width:0!important;
  width:100%!important;
}

html body.altay-production-store .altay-contact-eyebrow{
  color:#fff!important;
  background:rgba(255,255,255,.14)!important;
  border:1px solid rgba(255,255,255,.10)!important;
}

html body.altay-production-store .altay-contact-copy h1,
html body.altay-production-store .altay-contact-hero h1{
  color:#fff!important;
  opacity:1!important;
  visibility:visible!important;
  margin:14px 0 10px!important;
  font-size:clamp(34px,5vw,54px)!important;
  line-height:.98!important;
  letter-spacing:-.045em!important;
  text-shadow:none!important;
}

html body.altay-production-store .altay-contact-copy p,
html body.altay-production-store .altay-contact-hero p{
  color:rgba(255,255,255,.84)!important;
  opacity:1!important;
  font-size:15.5px!important;
  line-height:1.55!important;
  font-weight:700!important;
}

html body.altay-production-store .altay-contact-quick{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:10px!important;
}

html body.altay-production-store .altay-contact-chip{
  width:100%!important;
  max-width:100%!important;
  min-height:44px!important;
  justify-content:flex-start!important;
  color:#fff!important;
  background:rgba(255,255,255,.10)!important;
  border:1px solid rgba(255,255,255,.14)!important;
  overflow-wrap:anywhere!important;
  white-space:normal!important;
}

html body.altay-production-store .altay-contact-grid{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:18px!important;
}

html body.altay-production-store .altay-contact-card{
  border-radius:24px!important;
  padding:24px!important;
  overflow:hidden!important;
}

html body.altay-production-store .altay-contact-card h3{
  margin:0 0 14px!important;
  color:#071123!important;
}

html body.altay-production-store .altay-contact-card p{
  color:#475569!important;
}

html body.altay-production-store .altay-contact-card--dark h3,
html body.altay-production-store .altay-contact-card--dark p{
  color:#fff!important;
}

html body.altay-production-store .altay-contact-card--dark p{
  color:rgba(255,255,255,.82)!important;
}

@media(max-width:760px){
  html body.altay-production-store .altay-contact-page,
  html body.altay-production-store .altay-contact-page--v1956{
    width:calc(100% - 20px)!important;
    max-width:420px!important;
    margin:12px auto 42px!important;
    gap:12px!important;
  }

  html body.altay-production-store .altay-contact-hero{
    display:grid!important;
    grid-template-columns:1fr!important;
    align-items:start!important;
    gap:16px!important;
    padding:18px!important;
    border-radius:22px!important;
    min-height:0!important;
  }

  html body.altay-production-store .altay-contact-copy h1,
  html body.altay-production-store .altay-contact-hero h1{
    font-size:31px!important;
    margin:10px 0 8px!important;
  }

  html body.altay-production-store .altay-contact-copy p,
  html body.altay-production-store .altay-contact-hero p{
    font-size:13.5px!important;
    line-height:1.48!important;
  }

  html body.altay-production-store .altay-contact-chip{
    min-height:40px!important;
    padding:9px 11px!important;
    border-radius:13px!important;
    font-size:12.5px!important;
    line-height:1.25!important;
  }

  html body.altay-production-store .altay-contact-grid{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }

  html body.altay-production-store .altay-contact-card{
    padding:16px!important;
    border-radius:20px!important;
  }

  html body.altay-production-store .altay-contact-card h3{
    font-size:20px!important;
  }

  html body.altay-production-store .altay-contact-list{
    gap:8px!important;
  }

  html body.altay-production-store .altay-contact-list li{
    grid-template-columns:1fr!important;
    gap:4px!important;
    padding:10px!important;
    border-radius:14px!important;
  }

  html body.altay-production-store .altay-contact-list strong,
  html body.altay-production-store .altay-contact-list span{
    font-size:12.5px!important;
    line-height:1.3!important;
    overflow-wrap:anywhere!important;
  }

  html body.altay-production-store .altay-contact-btn{
    min-height:44px!important;
    border-radius:14px!important;
  }
}

/* Corporate simple pages: softened square cards instead of oval/cut cards */
html body.altay-production-store.page-template-default:not(.woocommerce-account) main.content-wrapper.simple-page{
  width:100%!important;
  max-width:100%!important;
  padding:28px 16px 70px!important;
  background:#f6f7f9!important;
  overflow:hidden!important;
}

html body.altay-production-store.page-template-default:not(.woocommerce-account) main.content-wrapper.simple-page .container-narrow{
  width:min(760px,100%)!important;
  max-width:760px!important;
  margin:0 auto!important;
  padding:0!important;
}

html body.altay-production-store.page-template-default:not(.woocommerce-account) main.content-wrapper.simple-page article{
  width:100%!important;
  max-width:100%!important;
  margin:0 auto!important;
  padding:42px 44px!important;
  border-radius:30px!important;
  background:#fff!important;
  border:1px solid #e8edf3!important;
  box-shadow:0 18px 42px rgba(15,23,42,.08)!important;
  overflow:hidden!important;
}

html body.altay-production-store.page-template-default:not(.woocommerce-account) main.content-wrapper.simple-page article::before,
html body.altay-production-store.page-template-default:not(.woocommerce-account) main.content-wrapper.simple-page article::after,
html body.altay-production-store.page-template-default:not(.woocommerce-account) main.content-wrapper.simple-page .entry-content::before,
html body.altay-production-store.page-template-default:not(.woocommerce-account) main.content-wrapper.simple-page .entry-content::after,
html body.altay-production-store.page-template-default:not(.woocommerce-account) main.content-wrapper.simple-page .container-narrow::before,
html body.altay-production-store.page-template-default:not(.woocommerce-account) main.content-wrapper.simple-page .container-narrow::after{
  content:none!important;
  display:none!important;
}

html body.altay-production-store.page-template-default:not(.woocommerce-account) main.content-wrapper.simple-page article h1{
  margin:0 0 24px!important;
  color:#071123!important;
  font-size:clamp(34px,4vw,48px)!important;
  line-height:1!important;
  letter-spacing:-.045em!important;
  text-align:left!important;
}

html body.altay-production-store.page-template-default:not(.woocommerce-account) main.content-wrapper.simple-page .entry-content{
  width:100%!important;
  max-width:100%!important;
  padding:0!important;
  margin:0!important;
  text-align:left!important;
  color:#071123!important;
}

html body.altay-production-store.page-template-default:not(.woocommerce-account) main.content-wrapper.simple-page .entry-content h2,
html body.altay-production-store.page-template-default:not(.woocommerce-account) main.content-wrapper.simple-page .entry-content h3{
  margin:22px 0 10px!important;
  color:#071123!important;
  font-size:24px!important;
  line-height:1.15!important;
}

html body.altay-production-store.page-template-default:not(.woocommerce-account) main.content-wrapper.simple-page .entry-content p{
  margin:0 0 18px!important;
  color:#162033!important;
  font-size:17px!important;
  line-height:1.68!important;
  font-weight:750!important;
}

@media(max-width:760px){
  html body.altay-production-store.page-template-default:not(.woocommerce-account) main.content-wrapper.simple-page{
    padding:12px 10px 44px!important;
  }

  html body.altay-production-store.page-template-default:not(.woocommerce-account) main.content-wrapper.simple-page .container-narrow{
    max-width:420px!important;
  }

  html body.altay-production-store.page-template-default:not(.woocommerce-account) main.content-wrapper.simple-page article{
    padding:28px 22px!important;
    border-radius:24px!important;
  }

  html body.altay-production-store.page-template-default:not(.woocommerce-account) main.content-wrapper.simple-page article h1{
    margin-bottom:18px!important;
    font-size:31px!important;
  }

  html body.altay-production-store.page-template-default:not(.woocommerce-account) main.content-wrapper.simple-page .entry-content h2,
  html body.altay-production-store.page-template-default:not(.woocommerce-account) main.content-wrapper.simple-page .entry-content h3{
    font-size:20px!important;
  }

  html body.altay-production-store.page-template-default:not(.woocommerce-account) main.content-wrapper.simple-page .entry-content p{
    font-size:14.5px!important;
    line-height:1.58!important;
    margin-bottom:14px!important;
  }
}

/* Footer logo: use altay-logo-new without the white pill behind it */
html body.altay-production-store .altay-premium-footer .altay-footer-crest-divider,
html body .altay-premium-footer .altay-footer-crest-divider{
  width:min(210px,58vw)!important;
  min-width:0!important;
  height:auto!important;
  min-height:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}

html body.altay-production-store .altay-footer-crest-divider::before,
html body.altay-production-store .altay-footer-crest-divider::after,
html body.altay-production-store .altay-premium-footer .altay-footer-crest-divider::before,
html body.altay-production-store .altay-premium-footer .altay-footer-crest-divider::after,
html body .altay-premium-footer .altay-footer-crest-divider::before,
html body .altay-premium-footer .altay-footer-crest-divider::after{
  content:none!important;
  display:none!important;
}

html body.altay-production-store .altay-premium-footer .altay-footer-crest-divider img,
html body .altay-premium-footer .altay-footer-crest-divider img{
  content:normal!important;
  width:min(210px,58vw)!important;
  max-width:min(210px,58vw)!important;
  height:auto!important;
  max-height:none!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  object-fit:contain!important;
  filter:drop-shadow(0 12px 22px rgba(0,0,0,.28))!important;
}

@media(max-width:760px){
  html body.altay-production-store .altay-premium-footer .altay-footer-crest-divider,
  html body .altay-premium-footer .altay-footer-crest-divider{
    width:min(176px,54vw)!important;
  }
  html body.altay-production-store .altay-premium-footer .altay-footer-crest-divider img,
  html body .altay-premium-footer .altay-footer-crest-divider img{
    width:min(176px,54vw)!important;
    max-width:min(176px,54vw)!important;
  }
}


/* ALTAY V144 - footer, hero, store panel and product grid polish */
html body.altay-production-store .altay-prod-floating,
html body.altay-clean-v107 .altay-prod-floating{
  display:none !important;
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
}

html body.altay-production-store .hero-slider-section-full,
html body.altay-clean-v107 .hero-slider-section-full{
  width:min(calc(100% - 48px), 1400px) !important;
  max-width:1400px !important;
  margin:26px auto 26px !important;
  padding:8px 0 0 !important;
}

html body.altay-production-store .hero-slider-clean,
html body.altay-clean-v107 .hero-slider-clean{
  height:clamp(440px, 35vw, 610px) !important;
  min-height:clamp(440px, 35vw, 610px) !important;
  border-radius:34px !important;
  overflow:hidden !important;
}

html body.altay-production-store .hero-slider-clean .hero-slide,
html body.altay-clean-v107 .hero-slider-clean .hero-slide{
  background-size:cover !important;
  background-position:center center !important;
}

html body.altay-production-store ul.products,
html body.altay-clean-v107 ul.products,
html body.altay-production-store ul.products[class*="columns-"],
html body.altay-clean-v107 ul.products[class*="columns-"],
html body.altay-production-store .altay-home-products-grid,
html body.altay-production-store .altay-unified-products-grid{
  align-items:stretch !important;
}

html body.altay-production-store li.product.altay-clean-loop-card,
html body.altay-clean-v107 li.product.altay-clean-loop-card,
html body.altay-production-store ul.products li.product,
html body.altay-clean-v107 ul.products li.product{
  display:flex !important;
  height:100% !important;
  min-height:100% !important;
}

html body.altay-production-store li.product .altay-loop-inner,
html body.altay-clean-v107 li.product .altay-loop-inner{
  display:flex !important;
  flex-direction:column !important;
  width:100% !important;
  min-width:0 !important;
  height:100% !important;
}

html body.altay-production-store li.product .altay-loop-media,
html body.altay-clean-v107 li.product .altay-loop-media,
html body.altay-production-store ul.products li.product .altay-loop-media,
html body.altay-clean-v107 ul.products li.product .altay-loop-media{
  position:relative !important;
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  height:auto !important;
  min-height:0 !important;
  aspect-ratio:1 / 1 !important;
  overflow:hidden !important;
  border-radius:24px 24px 0 0 !important;
  background:#f5f6f8 !important;
}

html body.altay-production-store li.product .altay-loop-media-link,
html body.altay-production-store li.product .altay-loop-media .main,
html body.altay-production-store li.product .altay-loop-media .hover,
html body.altay-clean-v107 li.product .altay-loop-media-link,
html body.altay-clean-v107 li.product .altay-loop-media .main,
html body.altay-clean-v107 li.product .altay-loop-media .hover{
  position:absolute !important;
  inset:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  height:100% !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
}

html body.altay-production-store li.product .altay-loop-media img,
html body.altay-clean-v107 li.product .altay-loop-media img,
html body.altay-production-store ul.products li.product .altay-loop-media img,
html body.altay-clean-v107 ul.products li.product .altay-loop-media img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  max-width:100% !important;
  max-height:100% !important;
  margin:0 !important;
  padding:0 !important;
  object-fit:contain !important;
  object-position:center center !important;
  background:transparent !important;
  border-radius:0 !important;
  clip-path:none !important;
  -webkit-clip-path:none !important;
  transform:none !important;
}

html body.altay-production-store li.product .altay-loop-body,
html body.altay-clean-v107 li.product .altay-loop-body{
  display:flex !important;
  flex:1 1 auto !important;
  flex-direction:column !important;
  width:100% !important;
  min-width:0 !important;
}

html body.altay-production-store li.product .altay-loop-title,
html body.altay-clean-v107 li.product .altay-loop-title,
html body.altay-production-store ul.products li.product .woocommerce-loop-product__title,
html body.altay-clean-v107 ul.products li.product .woocommerce-loop-product__title{
  display:-webkit-box !important;
  -webkit-box-orient:vertical !important;
  -webkit-line-clamp:2 !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  min-height:2.6em !important;
  max-height:2.6em !important;
}

html body.altay-production-store li.product .altay-loop-price,
html body.altay-clean-v107 li.product .altay-loop-price,
html body.altay-production-store ul.products li.product .price,
html body.altay-clean-v107 ul.products li.product .price{
  margin-top:auto !important;
}

html body.altay-production-store .altay-premium-footer .altay-footer-crest-divider,
html body .altay-premium-footer .altay-footer-crest-divider{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  border-radius:0 !important;
  min-width:0 !important;
  min-height:0 !important;
  width:auto !important;
  height:auto !important;
  padding:0 !important;
  overflow:visible !important;
}

html body.altay-production-store .altay-premium-footer .altay-footer-crest-divider img,
html body .altay-premium-footer .altay-footer-crest-divider img{
  content:normal !important;
  width:min(300px, 80vw) !important;
  max-width:min(300px, 80vw) !important;
  height:auto !important;
  max-height:none !important;
  object-fit:contain !important;
  background:transparent !important;
  border-radius:0 !important;
  box-shadow:none !important;
  filter:none !important;
}

@media (max-width: 820px){
  html body.altay-production-store .hero-slider-section-full,
  html body.altay-clean-v107 .hero-slider-section-full{
    width:calc(100% - 24px) !important;
    margin:16px auto 22px !important;
    padding-top:6px !important;
  }

  html body.altay-production-store .hero-slider-clean,
  html body.altay-clean-v107 .hero-slider-clean{
    height:clamp(280px, 52vw, 360px) !important;
    min-height:clamp(280px, 52vw, 360px) !important;
    border-radius:24px !important;
  }

  html body.altay-production-store li.product .altay-loop-media,
  html body.altay-clean-v107 li.product .altay-loop-media{
    border-radius:18px 18px 0 0 !important;
  }

  html body.altay-production-store li.product .altay-loop-body,
  html body.altay-clean-v107 li.product .altay-loop-body{
    padding-top:6px !important;
  }

  html body.altay-production-store li.product .altay-mobile-gallery-arrow,
  html body.altay-clean-v107 li.product .altay-mobile-gallery-arrow{
    display:none !important;
  }

  html body.altay-production-store li.product .altay-mobile-gallery-lines,
  html body.altay-clean-v107 li.product .altay-mobile-gallery-lines{
    display:flex !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:none !important;
    position:static !important;
    left:auto !important;
    right:auto !important;
    bottom:auto !important;
    transform:none !important;
    width:100% !important;
    max-width:100% !important;
    justify-content:center !important;
    align-items:center !important;
    gap:6px !important;
    margin:8px 0 0 !important;
    padding:0 0 2px !important;
    z-index:3 !important;
  }

  html body.altay-production-store li.product .altay-mobile-gallery-lines span,
  html body.altay-clean-v107 li.product .altay-mobile-gallery-lines span{
    display:block !important;
    width:14px !important;
    height:3px !important;
    border-radius:999px !important;
    background:rgba(7,16,32,.16) !important;
    transition:all .18s ease !important;
  }

  html body.altay-production-store li.product .altay-mobile-gallery-lines span.is-active,
  html body.altay-clean-v107 li.product .altay-mobile-gallery-lines span.is-active{
    width:20px !important;
    background:#071020 !important;
  }

  html body.altay-production-store .altay-premium-footer,
  html body .altay-premium-footer{
    margin-top:58px !important;
  }

  html body.altay-production-store .altay-premium-footer::before,
  html body .altay-premium-footer::before{
    display:none !important;
    content:none !important;
  }

  html body.altay-production-store .altay-footer-wrap,
  html body .altay-footer-wrap{
    padding-top:78px !important;
  }

  html body.altay-production-store .altay-footer-brand,
  html body .altay-footer-brand{
    margin-top:10px !important;
    padding-top:18px !important;
    position:relative !important;
  }

  html body.altay-production-store .altay-footer-brand::before,
  html body .altay-footer-brand::before{
    content:"" !important;
    display:block !important;
    width:100% !important;
    height:1px !important;
    margin:0 0 18px !important;
    background:linear-gradient(90deg, rgba(255,255,255,.28), rgba(255,255,255,.10), transparent) !important;
  }

  html body.altay-production-store .altay-footer-brand h4,
  html body .altay-footer-brand h4{
    padding-top:0 !important;
    margin:0 0 12px !important;
  }

  html body.altay-production-store .altay-footer-brand h4::before,
  html body .altay-footer-brand h4::before{
    display:none !important;
    content:none !important;
  }

  html body.altay-production-store .altay-premium-footer .altay-footer-crest-divider img,
  html body .altay-premium-footer .altay-footer-crest-divider img{
    width:min(260px, 78vw) !important;
    max-width:min(260px, 78vw) !important;
  }
}

/* ALTAY V145 - mobile gallery UX, smaller titles, smaller footer logo, taller desktop media */
@media (min-width: 821px){
  html body.altay-production-store li.product .altay-loop-media,
  html body.altay-clean-v107 li.product .altay-loop-media,
  html body.altay-production-store ul.products li.product .altay-loop-media,
  html body.altay-clean-v107 ul.products li.product .altay-loop-media{
    aspect-ratio: 1 / 1.08 !important;
    min-height: clamp(320px, 24vw, 420px) !important;
    align-items: center !important;
    justify-content: center !important;
  }

  html body.altay-production-store li.product .altay-loop-media img,
  html body.altay-clean-v107 li.product .altay-loop-media img,
  html body.altay-production-store ul.products li.product .altay-loop-media img,
  html body.altay-clean-v107 ul.products li.product .altay-loop-media img{
    object-fit: contain !important;
    object-position: center center !important;
  }
}

@media (max-width: 820px){
  html body.altay-production-store li.product .altay-loop-title,
  html body.altay-clean-v107 li.product .altay-loop-title,
  html body.altay-production-store ul.products li.product .woocommerce-loop-product__title,
  html body.altay-clean-v107 ul.products li.product .woocommerce-loop-product__title{
    font-size: 12px !important;
    line-height: 1.18 !important;
    min-height: 2.8em !important;
    max-height: 2.8em !important;
  }

  html body.altay-production-store li.product .altay-loop-cat,
  html body.altay-clean-v107 li.product .altay-loop-cat,
  html body.altay-production-store li.product .altay-loop-category,
  html body.altay-clean-v107 li.product .altay-loop-category{
    font-size: 8px !important;
  }

  html body.altay-production-store li.product .altay-loop-price,
  html body.altay-clean-v107 li.product .altay-loop-price,
  html body.altay-production-store ul.products li.product .price,
  html body.altay-clean-v107 ul.products li.product .price{
    font-size: 14px !important;
  }

  html body.altay-production-store li.product .altay-mobile-gallery-lines,
  html body.altay-clean-v107 li.product .altay-mobile-gallery-lines{
    pointer-events: auto !important;
    cursor: pointer !important;
    gap: 5px !important;
    margin: 7px 0 2px !important;
    padding: 0 8px 2px !important;
    flex-wrap: wrap !important;
  }

  html body.altay-production-store li.product .altay-mobile-gallery-lines span,
  html body.altay-clean-v107 li.product .altay-mobile-gallery-lines span{
    width: 12px !important;
    height: 3px !important;
    opacity: 1 !important;
  }

  html body.altay-production-store li.product .altay-mobile-gallery-lines span.is-active,
  html body.altay-clean-v107 li.product .altay-mobile-gallery-lines span.is-active{
    width: 18px !important;
  }

  html body.altay-production-store .altay-premium-footer .altay-footer-crest-divider img,
  html body .altay-premium-footer .altay-footer-crest-divider img{
    width: min(220px, 68vw) !important;
    max-width: min(220px, 68vw) !important;
  }
}
