/* TrioProductGrid — başlıklı ürün ızgarası (1:1 from triogold) */

.cc_faIvPdY3Rx_280XpzQPPo .trio-product-grid {
  font-family: var(--tg-font);
  overflow-x: clip;
  max-width: 100%;
}

.cc_faIvPdY3Rx_280XpzQPPo .trio-product-grid .default-products {
  margin-bottom: 88px;
}

.cc_faIvPdY3Rx_280XpzQPPo .trio-product-grid .products-header {
  color: #211a1d;
  line-height: 48px;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 80px;
}

.cc_faIvPdY3Rx_280XpzQPPo .trio-product-grid .products-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.cc_faIvPdY3Rx_280XpzQPPo .trio-product-grid .product-col {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 16px;
  min-width: 0;
}

@media (max-width: 1199px) {
  .cc_faIvPdY3Rx_280XpzQPPo .trio-product-grid .product-col {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (max-width: 991px) {
  .cc_faIvPdY3Rx_280XpzQPPo .trio-product-grid .product-col {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .cc_faIvPdY3Rx_280XpzQPPo .trio-product-grid .products-header {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 40px;
  }
}
