.inquiry-field input[type="checkbox"]{width:18px;height:18px;padding:0;accent-color:#159fc8}

/* Daha kompakt ve kurumsal ürün kartları */
.catalog-product-card{position:relative;display:flex;flex-direction:column;border-color:#d5e2e7;border-radius:18px;box-shadow:0 5px 18px rgba(7,35,52,.045)}
.catalog-product-card:before{content:"";position:absolute;z-index:2;left:22px;right:22px;top:0;height:3px;border-radius:0 0 6px 6px;background:linear-gradient(90deg,#19a4ce,#6cd6ee);opacity:0;transition:.25s}
.catalog-product-card:hover:before{opacity:1}
.catalog-product-image{aspect-ratio:1.08/1;padding:28px 30px 20px;border-bottom:1px solid #e5ecef;background:radial-gradient(circle at 50% 43%,#fff 0 36%,#f4f8f9 72%,#eaf1f4 100%)}
.catalog-product-image:after{content:"";position:absolute;left:20%;right:20%;bottom:9%;height:12px;border-radius:50%;background:rgba(25,54,68,.09);filter:blur(9px);opacity:.45}
.catalog-product-image img{position:relative;z-index:1;max-width:91%;max-height:91%;filter:drop-shadow(0 10px 10px rgba(18,45,58,.08))}
.catalog-product-image>i{z-index:3;left:14px;top:14px;padding:7px 10px;border-radius:99px;background:#5bcdea;box-shadow:0 5px 12px rgba(20,139,173,.18);font-size:7px;letter-spacing:.6px}
.catalog-product-image>em{z-index:3;right:14px;bottom:14px;display:grid;place-items:center;width:35px;height:35px;padding:0;border-radius:50%;background:#092d45;font-size:0;opacity:1;transform:none;box-shadow:0 7px 16px rgba(7,35,52,.18)}
.catalog-product-image>em:after{content:"↗";font-size:13px}
.catalog-product-content{display:flex;flex:1;flex-direction:column;padding:19px 20px 20px}
.product-meta{min-height:23px}
.product-meta span{display:inline-flex;align-items:center;gap:6px;color:#118aaf;font-size:7px;letter-spacing:1.25px}
.product-meta span:before{content:"";width:13px;height:2px;border-radius:2px;background:#43bddd}
.product-meta small{padding:5px 8px;border-radius:99px;background:#edf3f5;color:#627b87;font-size:7px;font-weight:900}
.catalog-product-content h2{margin-top:10px;font-size:20px;letter-spacing:-.35px}
.catalog-product-content h2>small{margin-bottom:5px;color:#496674;font-size:8px;letter-spacing:.5px}
.catalog-product-content p{display:-webkit-box;height:auto;min-height:45px;margin:11px 0 16px;overflow:hidden;color:#697e88;font-size:9px;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.catalog-product-content footer{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:10px;margin-top:auto;padding-top:16px}
.catalog-product-content footer a{display:flex;align-items:center;justify-content:center;min-height:46px;padding:0 14px;border:1px solid #cddde3;border-radius:10px;color:#456573;font-size:10px;font-weight:900;letter-spacing:.1px;transition:.2s}
.catalog-product-content footer a:first-child{justify-content:center;gap:15px;border-color:#0b344d;background:#0b344d;color:#fff}
.catalog-product-content footer a:first-child b{color:#5bd0ec;font-size:12px}
.catalog-product-content footer a:last-child{border-color:#8ba5b1;background:#fff;color:#294d5d}
.catalog-product-content footer a:hover{border-color:#1aa4cb;color:#0e84a6;background:#edfafd}
.catalog-product-content footer a:first-child:hover{border-color:#105171;background:#105171;color:#fff}
.catalog-product-content footer a:last-child:hover{border-color:#159fc8;background:#eaf8fc;color:#087c9f}

/* Kategori ve filtre alanlarını masaüstünde daha okunaklı gösterir. */
@media(min-width:821px){
  .category-shortcuts{padding-top:40px;padding-bottom:40px}
  .shortcut-title{margin-bottom:20px}
  .shortcut-title span{font-size:10px}
  .shortcut-title b{font-size:17px}
  .shortcut-scroll{gap:13px}
  .shortcut-scroll>a{grid-template-columns:64px 1fr;gap:13px;min-width:230px;min-height:78px;padding:10px 12px;border-radius:13px}
  .shortcut-scroll img,.shortcut-scroll i{width:64px;height:56px;border-radius:10px}
  .shortcut-scroll b{font-size:12px}
  .shortcut-scroll small{font-size:9px}
  .catalog-v2-body{grid-template-columns:300px minmax(0,1fr);gap:36px}
  .filters-v2{border-radius:16px;box-shadow:0 10px 30px rgba(7,35,52,.055)}
  .filters-v2-head{padding:22px 21px}
  .filters-v2-head span{font-size:9px}
  .filters-v2-head b{font-size:15px}
  .filters-v2-head>a{font-size:10px}
  .filters-v2 summary{padding:18px 21px;font-size:12px}
  .filters-v2 details>div{padding:0 12px 15px}
  .filters-v2 details a{min-height:39px;padding:10px 11px;font-size:11px}
  .filters-v2 details a img{width:31px;height:22px}
  .filter-help{grid-template-columns:36px 1fr;gap:12px;margin:16px;padding:16px}
  .filter-help>i{width:34px;height:34px}
  .filter-help b{font-size:11px}
  .filter-help p{font-size:9px}
  .filter-help a{font-size:9px}
}

@media(max-width:1100px) and (min-width:821px){
  .catalog-v2-body{grid-template-columns:270px minmax(0,1fr);gap:25px}
  .shortcut-scroll>a{min-width:215px}
}

@media(max-width:600px){
  .catalog-product-card{display:grid;grid-template-columns:minmax(135px,42%) minmax(0,58%);min-height:248px;border-radius:15px}
  .catalog-product-card:before{left:16px;right:16px}
  .catalog-product-image{height:100%;min-height:248px;aspect-ratio:auto;padding:25px 14px;border-right:1px solid #e5ecef;border-bottom:0}
  .catalog-product-image img{max-width:100%;max-height:90%}
  .catalog-product-image>i{left:9px;top:9px;padding:5px 7px;font-size:6px}
  .catalog-product-image>em{right:9px;bottom:9px;width:30px;height:30px}
  .catalog-product-content{min-width:0;padding:16px 14px}
  .catalog-product-content h2{font-size:17px}
  .catalog-product-content p{min-height:40px;margin:9px 0 12px;font-size:8px;-webkit-line-clamp:3}
  .catalog-product-content footer{grid-template-columns:1fr;margin-top:auto;padding-top:10px}
  .catalog-product-content footer a{min-height:34px}
  .catalog-product-content footer a:last-child{display:none}
}

@media(max-width:390px){
  .catalog-product-card{grid-template-columns:1fr}
  .catalog-product-image{height:250px;min-height:0;border-right:0;border-bottom:1px solid #e5ecef}
  .catalog-product-content footer a:last-child{display:flex}
  .catalog-product-content footer{grid-template-columns:1.2fr .8fr}
}

/* Ürün kartı eylemleri genel site footer stilinden bağımsızdır. */
.product-card-actions{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:10px;margin-top:auto;padding:16px 0 0;border-top:1px solid #e7eef1;background:transparent}
.product-card-actions a{display:flex;align-items:center;justify-content:center;min-width:0;min-height:46px;padding:0 14px;border:1px solid #cddde3;border-radius:10px;color:#456573;font-size:10px;font-weight:900;letter-spacing:.1px;white-space:nowrap;transition:.2s}
.product-card-actions a:first-child{gap:13px;border-color:#0b344d;background:#0b344d;color:#fff}
.product-card-actions a:first-child b{color:#5bd0ec;font-size:12px}
.product-card-actions a:last-child{border-color:#8ba5b1;background:#fff;color:#294d5d}
.product-card-actions a:first-child:hover{border-color:#105171;background:#105171;color:#fff}
.product-card-actions a:last-child:hover{border-color:#159fc8;background:#eaf8fc;color:#087c9f}

@media(max-width:600px){
  .product-card-actions{grid-template-columns:1fr;padding-top:10px}
  .product-card-actions a{min-height:34px}
  .product-card-actions a:last-child{display:none}
}

@media(max-width:390px){
  .product-card-actions{grid-template-columns:1.2fr .8fr}
  .product-card-actions a:last-child{display:flex}
}
