/* Shop PLP — extends category TSC */

.page-shop {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: linear-gradient(180deg, #fffef9 0%, #f8f2e7 100%);
  color: #5c4f20;
}

.page-shop .category-circles-bar {
  display: none !important;
}

.page-shop .shop-tsc {
  padding: 0 0 56px;
}

.page-shop .category-tsc-main {
  min-width: 0;
}

.shop-tsc-hero-banner {
  background: linear-gradient(135deg, #4a3f1a 0%, #7d6a2c 52%, #c9a227 100%);
  margin: 0 0 10px;
}

.shop-tsc-hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px 20px 34px;
}

.shop-tsc-hero-title {
  margin: 0 0 8px;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 700;
  color: #fff;
}

.shop-tsc-hero-sub {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.88);
  max-width: 760px;
}

.shop-category-select {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid rgba(201, 162, 39, 0.28);
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #5c4f20;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(74, 63, 26, 0.06);
}

.filter-block--category {
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .shop-tsc-hero-banner {
    display: none;
  }
}

.page-shop #main-content {
  padding-top: 0;
}

.page-shop .category-tsc-bc-wrap--desktop {
  padding-top: 12px;
  padding-bottom: 8px;
}

.page-shop .category-tsc-layout {
  align-items: flex-start;
  gap: 32px;
  grid-template-columns: 280px 1fr;
}

.page-shop .category-tsc-filters {
  position: sticky;
  top: 88px;
}

.page-shop .tsc-product-grid {
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 24px 20px;
}

.page-shop .tsc-product-card {
  border: none;
  box-shadow: 0 4px 16px rgba(74, 63, 26, 0.08), 0 1px 4px rgba(74, 63, 26, 0.04);
}

.page-shop .tsc-card-actions {
  grid-template-columns: 44px 1fr 1fr;
  gap: 10px;
}

.page-shop .tsc-btn-cart,
.page-shop .tsc-btn-buy {
  white-space: nowrap;
  font-size: 12px;
  padding: 12px 10px;
}

@media (min-width: 992px) {
  .page-shop .shop-tsc-hero-banner {
    margin-bottom: 12px;
    border-radius: 0 0 24px 24px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(74, 63, 26, 0.22);
  }

  .page-shop .category-app-bar {
    display: none;
  }

  .page-shop .container-tsc {
    max-width: 1320px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-shop .tsc-product-grid {
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    gap: 24px;
  }
}

@media (min-width: 1200px) {
  .page-shop .tsc-product-grid {
    grid-template-columns: repeat(3, minmax(250px, 1fr));
  }
}

@media (max-width: 991.98px) {
  .page-shop {
    background: #f0f4f8;
    overflow-x: clip;
  }

  .page-shop .mobile-nav-tabs {
    display: none !important;
  }

  .page-shop .shop-tsc {
    padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
  }

  .page-shop .container-tsc {
    padding-left: 12px;
    padding-right: 12px;
  }

  .page-shop .category-tsc-main {
    padding: 0;
  }

  .page-shop .tsc-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 8px;
  }

  .page-shop .tsc-product-card {
    border-radius: 14px;
    overflow: hidden;
  }

  .page-shop .tsc-card-img {
    aspect-ratio: 1 / 1;
  }

  .page-shop .tsc-card-body {
    padding: 10px 10px 12px;
  }

  .page-shop .tsc-card-title {
    font-size: 1.02rem;
    line-height: 1.25;
    margin-bottom: 6px;
    min-height: 2.4em;
  }

  .page-shop .tsc-card-rating {
    margin-bottom: 6px;
    gap: 4px;
  }

  .page-shop .tsc-stars {
    font-size: 11px;
  }

  .page-shop .tsc-rating-num,
  .page-shop .tsc-rating-count,
  .page-shop .tsc-google-badge {
    font-size: 11px;
  }

  .page-shop .tsc-g,
  .page-shop .tsc-google-ico-img {
    width: 14px;
    height: 14px;
  }

  .page-shop .tsc-card-price {
    gap: 4px 6px;
    margin-bottom: 8px;
  }

  .page-shop .tsc-price-now {
    font-size: 0.97rem;
    line-height: 1.2;
  }

  .page-shop .tsc-price-was {
    font-size: 0.85rem;
  }

  .page-shop .tsc-price-off {
    font-size: 0.72rem;
    padding: 2px 6px;
  }

  .page-shop .tsc-card-usps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    margin-bottom: 8px;
  }

  .page-shop .tsc-usp-ico {
    width: 30px;
    height: 30px;
  }

  .page-shop .tsc-usp-lines strong,
  .page-shop .tsc-usp-lines span {
    font-size: 0.72rem;
    line-height: 1.15;
  }

  .page-shop .tsc-card-actions {
    grid-template-columns: 36px 1fr 1fr;
    gap: 6px;
  }

  .page-shop .tsc-btn-wish {
    width: 36px;
    height: 36px;
  }

  .page-shop .tsc-btn-cart,
  .page-shop .tsc-btn-buy {
    font-size: 0.72rem;
    padding: 9px 6px;
  }
}

@media (max-width: 360px) {
  .page-shop .tsc-product-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .page-shop .tsc-card-title {
    min-height: 0;
  }
}
