
/* V22.18.2 — Premium ürün kartı sepete ekle alanı */
.product-card-v2212 .pc182-meta{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.product-card-v2212 .product-card-price{
  display:flex;
  align-items:baseline;
  gap:7px;
  flex-wrap:wrap;
}

.product-card-v2212 .product-card-price strong{
  font-size:25px;
  line-height:1;
  letter-spacing:-.45px;
}

.product-card-v2212 .pc181-vat{
  display:inline-flex;
  align-items:center;
  margin:0;
  padding:4px 7px;
  border-radius:999px;
  background:#eef7ff;
  color:#1773b9;
  font-size:9px;
  line-height:1;
  font-weight:900;
  white-space:nowrap;
}

.product-card-v2212 .product-card-stock{
  min-height:38px;
  margin:0;
  border-radius:11px;
}

.product-card-v2212 .pc181-cart-form{
  margin:0;
  padding-top:1px;
}

.product-card-v2212 .pc181-cart-row{
  display:grid;
  grid-template-columns:108px minmax(0,1fr);
  gap:9px;
  align-items:stretch;
}

.product-card-v2212 .pc181-qty{
  height:44px;
  display:grid;
  grid-template-columns:34px 40px 34px;
  align-items:center;
  border:1px solid #d9e5ef;
  border-radius:12px;
  overflow:hidden;
  background:#fff;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.55);
}

.product-card-v2212 .pc181-qty button,
.product-card-v2212 .pc181-qty input{
  height:100%;
  border:0;
  outline:0;
  background:#fff;
  color:#173b59;
  text-align:center;
  font-family:inherit;
  font-weight:900;
}

.product-card-v2212 .pc181-qty button{
  cursor:pointer;
  font-size:18px;
  transition:background .16s ease,color .16s ease;
}

.product-card-v2212 .pc181-qty button:hover{
  background:#eef7ff;
  color:#0782cf;
}

.product-card-v2212 .pc181-qty input{
  width:40px;
  min-width:40px;
  padding:0;
  border-left:1px solid #edf2f6;
  border-right:1px solid #edf2f6;
  font-size:13px;
  -moz-appearance:textfield;
}

.product-card-v2212 .pc181-qty input::-webkit-outer-spin-button,
.product-card-v2212 .pc181-qty input::-webkit-inner-spin-button{
  -webkit-appearance:none;
  margin:0;
}

.product-card-v2212 .pc181-add{
  height:44px;
  width:100%;
  border:0;
  border-radius:12px;
  padding:0 13px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  background:linear-gradient(135deg,#0a8fe8 0%,#0878c2 55%,#08639e 100%);
  color:#fff;
  cursor:pointer;
  box-shadow:0 8px 18px rgba(8,119,188,.18);
  transition:transform .16s ease,box-shadow .16s ease,filter .16s ease;
}

.product-card-v2212 .pc181-add:hover{
  transform:translateY(-1px);
  box-shadow:0 11px 22px rgba(8,119,188,.24);
  filter:saturate(1.05);
}

.product-card-v2212 .pc181-add span{
  font-size:14px;
  line-height:1;
}

.product-card-v2212 .pc181-add b{
  font-size:11px;
  line-height:1;
  font-weight:900;
  letter-spacing:.01em;
  white-space:nowrap;
}

.product-card-v2212 .pc181-disabled{
  height:42px;
  border-radius:11px;
  background:#f4f6f8;
  color:#8493a0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:10px;
  font-weight:850;
}

@media(max-width:1180px){
  .product-card-v2212 .pc181-cart-row{grid-template-columns:102px minmax(0,1fr)}
  .product-card-v2212 .pc181-qty{grid-template-columns:31px 40px 31px}
}

@media(max-width:760px){
  .product-card-v2212 .pc181-cart-row{grid-template-columns:108px minmax(0,1fr)}
}

@media(max-width:390px){
  .product-card-v2212 .pc181-cart-row{grid-template-columns:1fr}
  .product-card-v2212 .pc181-qty{width:108px}
}


/* V22.18.4 — Tüm ürün gösterim alanlarının ortak davranışı */
.product-unified-grid{
  align-items:stretch;
}
.product-unified-grid .product-card-v2212{
  height:100%;
  display:flex;
  flex-direction:column;
}
.product-unified-grid .product-card-v2212 .pb{
  flex:1;
  display:flex;
  flex-direction:column;
}
.product-unified-grid .product-card-v2212 .pc182-meta{
  margin-top:auto;
}
.home-featured-products .product-unified-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
}
.home-featured-more{
  display:flex;
  justify-content:center;
  margin-top:24px;
}
@media(max-width:1100px){
  .home-featured-products .product-unified-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:820px){
  .home-featured-products .product-unified-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:520px){
  .home-featured-products .product-unified-grid{grid-template-columns:1fr}
}


/* V22.18.5 — Fiyatı olmayan ürünlerde premium Fiyat Sorunuz alanı */
.product-card-v2212 .pc185-price-ask{
  min-height:48px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:8px 11px;
  border:1px solid #cfe3f5;
  border-radius:12px;
  background:linear-gradient(135deg,#f8fcff 0%,#eef7ff 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
}
.product-card-v2212 .pc185-price-ask-icon{
  width:31px;
  height:31px;
  flex:0 0 31px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:linear-gradient(135deg,#1498e8,#0873bd);
  color:#fff;
  font-size:15px;
  font-weight:900;
  box-shadow:0 6px 13px rgba(8,117,190,.18);
}
.product-card-v2212 .pc185-price-ask-copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:2px;
}
.product-card-v2212 .pc185-price-ask-copy small{
  color:#6e8497;
  font-size:8px;
  line-height:1;
  font-weight:900;
  letter-spacing:.11em;
}
.product-card-v2212 .pc185-price-ask-copy strong{
  color:#0b72c8;
  font-size:16px;
  line-height:1.15;
  font-weight:950;
  letter-spacing:-.15px;
}


/* V22.18.6 — Fiyat Sorunuz sade, ortalı premium badge */
.product-card-v2212 .pc185-price-ask{
  min-height:0;
  width:100%;
  box-sizing:border-box;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border:1px solid #c8def2;
  border-radius:999px;
  background:linear-gradient(135deg,#f4faff 0%,#eaf5ff 100%);
  box-shadow:0 5px 14px rgba(18,100,160,.07),inset 0 1px 0 rgba(255,255,255,.95);
  text-align:center;
}
.product-card-v2212 .pc185-price-ask strong{
  display:block;
  width:100%;
  color:#0b72c8;
  font-size:13px;
  line-height:1.1;
  font-weight:950;
  letter-spacing:.01em;
  text-align:center;
}
.product-card-v2212 .pc185-price-ask-icon,
.product-card-v2212 .pc185-price-ask-copy small{
  display:none!important;
}


/* V22.18.7 — Fiyat Sorunuz badge: stok badge mantığında, renkli ve ortalı */
.product-card-v2212 .pc185-price-ask{
  width:100%;
  box-sizing:border-box;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:9px 14px;
  border:1px solid #ffb27a;
  border-radius:999px;
  background:linear-gradient(135deg,#fff2e8 0%,#ffe6d2 100%);
  box-shadow:0 4px 10px rgba(255,116,33,.10), inset 0 1px 0 rgba(255,255,255,.9);
  text-align:center;
}
.product-card-v2212 .pc185-price-ask strong{
  display:block;
  width:100%;
  margin:0;
  color:#f06a14;
  font-size:13px;
  line-height:1.15;
  font-weight:900;
  text-align:center;
}


/* V22.18.8 — KDV dahil TL ana fiyat */
.product-card-v2212 .pc188-final-price{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:5px 7px;
}
.product-card-v2212 .pc188-final-price strong{
  color:#0877c9;
}
.product-card-v2212 .pc188-vat-included{
  display:inline-flex;
  align-items:center;
  padding:4px 7px;
  border-radius:999px;
  background:#eaf8ef;
  color:#168047;
  font-size:8px;
  font-weight:950;
  letter-spacing:.05em;
}
.product-card-v2212 .pc188-source{
  width:100%;
  color:#728397;
  font-size:9px;
  font-weight:750;
  line-height:1.3;
}
