/*
 * TryyCart Trending Categories — release 1.10.11.
 * Six real WooCommerce products appear as square tiles inside each category.
 */

body.tryycart-global-theme #tc-page-home .trending-section .category-showcase {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(14px, 1.45vw, 22px) !important;
  align-items: start !important;
  margin-top: 24px !important;
}

body.tryycart-global-theme #tc-page-home .trending-section .category-window {
  display: grid !important;
  min-width: 0 !important;
  grid-template-rows: auto auto !important;
  overflow: hidden !important;
  border: 1px solid #aebfd2 !important;
  border-radius: 20px !important;
  background: #f4f8fc !important;
  box-shadow: 0 17px 36px rgba(18, 43, 74, 0.13) !important;
}

body.tryycart-global-theme #tc-page-home .trending-section .category-feature {
  position: relative !important;
  display: flex !important;
  width: 100% !important;
  min-height: 126px !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  border: 0 !important;
  padding: 17px 19px 15px !important;
  overflow: hidden !important;
  text-align: left !important;
  background:
    radial-gradient(circle at 88% 9%, rgba(255, 133, 61, 0.32), transparent 28%),
    linear-gradient(135deg, #102849 0%, #172f54 54%, #29386b 100%) !important;
  color: #fff !important;
}

body.tryycart-global-theme #tc-page-home .trending-section .category-feature::after {
  position: absolute;
  right: -34px;
  bottom: -62px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
}

body.tryycart-global-theme #tc-page-home .trending-section .category-feature small {
  position: relative !important;
  z-index: 1 !important;
  color: #ffb47f !important;
  font-size: 0.61rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.11em !important;
  line-height: 1.1 !important;
}

body.tryycart-global-theme #tc-page-home .trending-section .category-feature h3 {
  position: relative !important;
  z-index: 1 !important;
  margin: 4px 0 3px !important;
  color: #fff !important;
  font-size: clamp(1.42rem, 1.72vw, 1.8rem) !important;
  font-weight: 900 !important;
  letter-spacing: -0.045em !important;
  line-height: 1 !important;
}

body.tryycart-global-theme #tc-page-home .trending-section .category-feature p {
  position: relative !important;
  z-index: 1 !important;
  min-height: 0 !important;
  margin: 0 0 7px !important;
  overflow: visible !important;
  color: #d8e5f1 !important;
  font-size: clamp(0.72rem, 0.77vw, 0.79rem) !important;
  font-weight: 520 !important;
  line-height: 1.35 !important;
  white-space: normal !important;
  text-overflow: clip !important;
}

body.tryycart-global-theme #tc-page-home .trending-section .category-feature > span {
  position: relative !important;
  z-index: 1 !important;
  margin-top: auto !important;
  color: #ff9a59 !important;
  font-size: 0.7rem !important;
  font-weight: 900 !important;
}

body.tryycart-global-theme #tc-page-home .trending-section .category-mini-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  padding: 12px !important;
  background: linear-gradient(145deg, #edf3f9, #f8fbfd) !important;
}

body.tryycart-global-theme #tc-page-home .trending-section .category-mini-grid .category-product-card,
body.tryycart-global-theme #tc-page-home .trending-section .category-mini-grid .category-product-card:nth-child(n + 3) {
  position: relative !important;
  display: grid !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1 !important;
  grid-template-rows: minmax(0, 1.08fr) minmax(0, 0.92fr) !important;
  align-items: stretch !important;
  gap: 0 !important;
  overflow: hidden !important;
  border: 1px solid #c9d6e3 !important;
  border-radius: 14px !important;
  padding: 0 !important;
  background: #fff !important;
  color: #102849 !important;
  text-align: left !important;
  box-shadow: 0 7px 17px rgba(18, 43, 74, 0.08) !important;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease !important;
}

body.tryycart-global-theme #tc-page-home .trending-section .category-mini-grid .category-product-card:hover,
body.tryycart-global-theme #tc-page-home .trending-section .category-mini-grid .category-product-card:focus-visible {
  z-index: 2 !important;
  border-color: #ff7b30 !important;
  background: #fff !important;
  box-shadow: 0 13px 24px rgba(18, 43, 74, 0.17) !important;
  filter: none !important;
  transform: translateY(-3px) !important;
  outline: none !important;
}

body.tryycart-global-theme #tc-page-home .trending-section .category-product-image {
  position: relative !important;
  display: grid !important;
  min-width: 0 !important;
  min-height: 0 !important;
  place-items: center !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.98), transparent 50%),
    linear-gradient(145deg, #eef5fb, #e4edf7) !important;
}

body.tryycart-global-theme #tc-page-home .trending-section .category-product-image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  padding: 7px !important;
  transition: transform 220ms ease !important;
}

body.tryycart-global-theme #tc-page-home .trending-section .category-product-card:hover .category-product-image img,
body.tryycart-global-theme #tc-page-home .trending-section .category-product-card:focus-visible .category-product-image img {
  transform: scale(1.055) !important;
}

body.tryycart-global-theme #tc-page-home .trending-section .category-product-image .tc-line-icon {
  display: grid !important;
  width: 46px !important;
  height: 46px !important;
  place-items: center !important;
  border-radius: 13px !important;
  background: #e8f0f8 !important;
  color: #3b6189 !important;
}

body.tryycart-global-theme #tc-page-home .trending-section .category-product-image svg {
  width: 25px !important;
  height: 25px !important;
}

body.tryycart-global-theme #tc-page-home .trending-section .category-product-copy {
  display: flex !important;
  min-width: 0 !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 3px !important;
  border-top: 1px solid #d9e3ed !important;
  padding: 8px 9px 9px !important;
  background: #fff !important;
}

body.tryycart-global-theme #tc-page-home .trending-section .category-product-copy small {
  color: #e6530a !important;
  font-size: 0.53rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.045em !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
}

body.tryycart-global-theme #tc-page-home .trending-section .category-product-copy b {
  display: -webkit-box !important;
  height: auto !important;
  min-height: 2.35em !important;
  overflow: hidden !important;
  color: #173452 !important;
  font-size: clamp(0.68rem, 0.72vw, 0.76rem) !important;
  font-weight: 850 !important;
  line-height: 1.18 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

body.tryycart-global-theme #tc-page-home .trending-section .category-product-copy em {
  margin-top: auto !important;
  color: #102849 !important;
  font-size: 0.7rem !important;
  font-style: normal !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
}

body.tryycart-global-theme #tc-page-home .trending-section .category-product-action {
  color: #2769bd !important;
  font-size: 0.56rem !important;
  font-weight: 850 !important;
  line-height: 1.1 !important;
}

body.tryycart-global-theme #tc-page-home .trending-section .category-electronics .category-product-card:nth-child(3n + 1),
body.tryycart-global-theme #tc-page-home .trending-section .category-fashion .category-product-card:nth-child(3n + 2),
body.tryycart-global-theme #tc-page-home .trending-section .category-home .category-product-card:nth-child(3n + 3) {
  border-color: #b7d4ef !important;
}

@media (max-width: 1180px) {
  body.tryycart-global-theme #tc-page-home .trending-section .category-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  body.tryycart-global-theme #tc-page-home .trending-section .category-showcase {
    grid-template-columns: 1fr !important;
  }

  body.tryycart-global-theme #tc-page-home .trending-section .category-feature {
    min-height: 116px !important;
  }

  body.tryycart-global-theme #tc-page-home .trending-section .category-mini-grid {
    gap: 8px !important;
    padding: 10px !important;
  }
}

@media (max-width: 390px) {
  body.tryycart-global-theme #tc-page-home .trending-section .category-mini-grid {
    grid-template-columns: 1fr !important;
  }

  body.tryycart-global-theme #tc-page-home .trending-section .category-mini-grid .category-product-card,
  body.tryycart-global-theme #tc-page-home .trending-section .category-mini-grid .category-product-card:nth-child(n + 3) {
    aspect-ratio: 4 / 3 !important;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr) !important;
    grid-template-rows: 1fr !important;
  }
}
