/* TrioPopularProducts — banner + 2x2 ürün ızgarası (1:1 from triogold) */

.cc_faIvPdY3Rx_q4nNZ8y1sC .trio-popular-products {
  font-family: var(--tg-font);
  overflow-x: clip;
  max-width: 100%;
}

.cc_faIvPdY3Rx_q4nNZ8y1sC .trio-popular-products .popular-products {
  margin-bottom: 88px;
}

.cc_faIvPdY3Rx_q4nNZ8y1sC .trio-popular-products .popular-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.cc_faIvPdY3Rx_q4nNZ8y1sC .trio-popular-products .popular-col {
  padding: 0 16px;
  flex: 0 0 100%;
  max-width: 100%;
}

.cc_faIvPdY3Rx_q4nNZ8y1sC .trio-popular-products .popular-banner {
  position: relative;
  padding: 24px;
  margin-bottom: 32px;
  border: 1px solid #bebebe;
  border-radius: 10px;
  background-color: #fff;
  height: calc(100% - 32px);
}

.cc_faIvPdY3Rx_q4nNZ8y1sC .trio-popular-products .popular-banner > a {
  display: block;
  height: 100%;
}

.cc_faIvPdY3Rx_q4nNZ8y1sC .trio-popular-products .popular-banner .popular-banner-image {
  height: 100%;
}

.cc_faIvPdY3Rx_q4nNZ8y1sC .trio-popular-products .popular-banner .popular-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.cc_faIvPdY3Rx_q4nNZ8y1sC .trio-popular-products .popular-products-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.cc_faIvPdY3Rx_q4nNZ8y1sC .trio-popular-products .popular-product-col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 16px;
  min-width: 0;
}

@media (min-width: 992px) {
  .cc_faIvPdY3Rx_q4nNZ8y1sC .trio-popular-products .popular-col-banner {
    flex: 0 0 50%;
    max-width: 50%;
    order: 1;
  }

  .cc_faIvPdY3Rx_q4nNZ8y1sC .trio-popular-products .popular-col-products {
    flex: 0 0 50%;
    max-width: 50%;
    order: 2;
  }
}

@media (max-width: 991px) {
  .cc_faIvPdY3Rx_q4nNZ8y1sC .trio-popular-products .popular-col-banner {
    order: 2;
  }

  .cc_faIvPdY3Rx_q4nNZ8y1sC .trio-popular-products .popular-col-products {
    order: 1;
  }
}

@media (max-width: 575px) {
  .cc_faIvPdY3Rx_q4nNZ8y1sC .trio-popular-products .popular-product-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .cc_faIvPdY3Rx_q4nNZ8y1sC .trio-popular-products .popular-products {
    margin-bottom: 48px;
  }
}
