/* =========================================================
   TIENDA EDITORIAL - TODORPGS
   ========================================================= */

.page-content.content-box.style-1.trpgs-shop-landing {
  --trpgs-accent: #73d432;
  --trpgs-accent-2: #5fb51f;
  --trpgs-bg: #1f1f1f;
  --trpgs-bg-2: #181818;
  --trpgs-bg-3: #111111;
  --trpgs-line: rgba(255,255,255,0.08);
  --trpgs-line-strong: rgba(115, 212, 50, 0.45);
  --trpgs-text: #ffffff;
  --trpgs-text-soft: rgba(255,255,255,0.82);
  --trpgs-text-muted: rgba(255,255,255,0.58);
  --trpgs-shadow: 0 18px 50px rgba(0,0,0,0.28);

  color: var(--trpgs-text);
  background: transparent !important;
  padding: 0 !important;
  margin-top: 0 !important;
}

.trpgs-shop-landing,
.trpgs-shop-landing * {
  box-sizing: border-box;
}

.single-content-wrapper .page-content.content-box.style-1.trpgs-shop-landing {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* =========================================================
   ESTRUCTURA GLOBAL
   ========================================================= */

.trpgs-shop-landing .trpgs-content-shell {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.trpgs-shop-landing .trpgs-section {
  margin: 0 0 28px;
  padding: 0;
}

.trpgs-shop-landing .trpgs-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--trpgs-line);
}

.trpgs-shop-landing .trpgs-section__title {
  margin: 0;
  font-size: 30px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--trpgs-accent);
}

.trpgs-shop-landing .trpgs-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--trpgs-accent);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.trpgs-shop-landing .trpgs-link:hover,
.trpgs-shop-landing .trpgs-link:focus,
.trpgs-shop-landing .trpgs-link:active,
.trpgs-shop-landing .trpgs-link:visited:hover {
  color: #8ae84e;
  opacity: 1;
}

.trpgs-shop-landing .trpgs-section__body {
  width: 100%;
}

/* =========================================================
   BOTONES
   ========================================================= */

.trpgs-shop-landing .trpgs-btn,
.trpgs-shop-landing .trpgs-btn:visited,
.trpgs-shop-landing .trpgs-btn:active,
.trpgs-shop-landing .trpgs-btn:focus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  background: var(--trpgs-accent);
  color: #101010 !important;
  border: 1px solid var(--trpgs-accent);
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  transition: all 0.2s ease;
  box-shadow: none;
}

.trpgs-shop-landing .trpgs-btn:hover,
.trpgs-shop-landing .trpgs-btn:hover:visited,
.trpgs-shop-landing .trpgs-btn:hover:active,
.trpgs-shop-landing .trpgs-btn:hover:focus {
  background: var(--trpgs-accent-2) !important;
  border-color: var(--trpgs-accent-2) !important;
  color: #101010 !important;
}

.trpgs-shop-landing .trpgs-btn--ghost,
.trpgs-shop-landing .trpgs-btn--ghost:visited,
.trpgs-shop-landing .trpgs-btn--ghost:active,
.trpgs-shop-landing .trpgs-btn--ghost:focus {
  background: transparent;
  color: var(--trpgs-accent) !important;
  border: 1px solid var(--trpgs-accent);
}

.trpgs-shop-landing .trpgs-btn--ghost:hover,
.trpgs-shop-landing .trpgs-btn--ghost:hover:visited,
.trpgs-shop-landing .trpgs-btn--ghost:hover:active,
.trpgs-shop-landing .trpgs-btn--ghost:hover:focus {
  background: var(--trpgs-accent) !important;
  border-color: var(--trpgs-accent) !important;
  color: #101010 !important;
}

.trpgs-shop-landing .trpgs-btn--big {
  min-height: 54px;
  padding: 0 30px;
  font-size: 16px;
}

/* =========================================================
   HERO
   ========================================================= */

.trpgs-shop-landing .trpgs-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 28px !important;
  padding: 58px 40px;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0.68) 100%),
    radial-gradient(circle at center, rgba(115,212,50,0.10) 0%, rgba(0,0,0,0) 55%),
    #111;
  background-size: cover;
  background-position: center;
  border: 0;
  box-shadow: none;
}

.trpgs-shop-landing .trpgs-hero::before,
.trpgs-shop-landing .trpgs-hero::after {
  content: none !important;
  display: none !important;
}

.trpgs-shop-landing .trpgs-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.62) 42%, rgba(0,0,0,0.36) 100%);
  pointer-events: none;
}

.trpgs-shop-landing .trpgs-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.trpgs-shop-landing .trpgs-breadcrumbs {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  font-size: 14px;
  color: var(--trpgs-text-muted);
}

.trpgs-shop-landing .trpgs-breadcrumbs a {
  color: var(--trpgs-accent);
  text-decoration: none;
}

.trpgs-shop-landing .trpgs-breadcrumbs a:hover,
.trpgs-shop-landing .trpgs-breadcrumbs a:focus {
  color: #8ae84e;
}

.trpgs-shop-landing .trpgs-hero__title {
  margin: 0 0 12px;
  font-size: clamp(38px, 6vw, 68px);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--trpgs-accent);
}

.trpgs-shop-landing .trpgs-hero__subtitle {
  margin: 0 0 12px;
  font-size: 29px;
  line-height: 1.15;
  font-weight: 700;
  color: #fff;
}

.trpgs-shop-landing .trpgs-hero__text {
  max-width: 860px;
  margin: 0 auto 22px;
  font-size: 18px;
  line-height: 1.65;
  color: var(--trpgs-text-soft);
}

.trpgs-shop-landing .trpgs-hero__cta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

/* =========================================================
   ENTRADAS PRINCIPALES
   ========================================================= */

.trpgs-shop-landing .trpgs-entrygrid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 14px;
}

.trpgs-shop-landing .trpgs-entry {
  position: relative;
  display: block;
  min-height: 220px;
  padding: 28px;
  border: 1px solid var(--trpgs-line);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.00) 100%),
    var(--trpgs-bg);
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  box-shadow: var(--trpgs-shadow);
}

.trpgs-shop-landing .trpgs-entry:hover {
  transform: translateY(-2px);
  border-color: var(--trpgs-line-strong);
}

.trpgs-shop-landing .trpgs-entry__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.trpgs-shop-landing .trpgs-entry__eyebrow {
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 800;
  color: var(--trpgs-accent);
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.trpgs-shop-landing .trpgs-entry__title {
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 1.05;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}

.trpgs-shop-landing .trpgs-entry__desc {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.55;
  color: var(--trpgs-text-soft);
}

.trpgs-shop-landing .trpgs-entry__cta,
.trpgs-shop-landing .trpgs-entry__cta:visited,
.trpgs-shop-landing .trpgs-entry__cta:active,
.trpgs-shop-landing .trpgs-entry__cta:focus {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--trpgs-accent);
  color: var(--trpgs-accent) !important;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s ease;
}

.trpgs-shop-landing .trpgs-entry:hover .trpgs-entry__cta,
.trpgs-shop-landing .trpgs-entry:hover .trpgs-entry__cta:visited,
.trpgs-shop-landing .trpgs-entry:hover .trpgs-entry__cta:active,
.trpgs-shop-landing .trpgs-entry:hover .trpgs-entry__cta:focus {
  background: var(--trpgs-accent) !important;
  border-color: var(--trpgs-accent) !important;
  color: #101010 !important;
}

.trpgs-shop-landing .trpgs-entry--featured {
  background:
    linear-gradient(135deg, rgba(115,212,50,0.10) 0%, rgba(115,212,50,0.02) 42%, rgba(255,255,255,0.00) 100%),
    var(--trpgs-bg-2);
  border-color: rgba(115, 212, 50, 0.24);
}

/* =========================================================
   PRODUCTO DESTACADO
   ========================================================= */

.trpgs-shop-landing .trpgs-featured-product__grid {
  display: grid;
  grid-template-columns: minmax(340px, 42%) minmax(0, 1fr);
  align-items: stretch;
  gap: 28px;
  padding: 28px;
  width: 100%;
  max-width: none;
  margin: 0;
  background: var(--trpgs-bg-2);
  border: 1px solid var(--trpgs-line);
  box-shadow: var(--trpgs-shadow);
}

.trpgs-shop-landing .trpgs-featured-product__media {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  min-width: 0;
  height: 100%;
}

.trpgs-shop-landing .trpgs-featured-product__media > a,
.trpgs-shop-landing .trpgs-featured-product__media > div {
  display: block;
  width: 100%;
  height: 100%;
}

.trpgs-shop-landing .trpgs-featured-product__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 1px solid var(--trpgs-line);
  object-fit: cover;
  object-position: center;
}

.trpgs-shop-landing .trpgs-featured-product__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  max-width: none;
}

.trpgs-shop-landing .trpgs-featured-product__title {
  margin: 0 0 14px;
  font-size: clamp(24px, 2.3vw, 42px);
  line-height: 0.95;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--trpgs-accent);
}

.trpgs-shop-landing .trpgs-featured-product__text {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.65;
  color: var(--trpgs-text-soft);
}

.trpgs-shop-landing .trpgs-featured-product__list {
  margin: 0 0 24px 20px;
  padding: 0;
  color: var(--trpgs-text-soft);
}

.trpgs-shop-landing .trpgs-featured-product__list li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.trpgs-shop-landing .trpgs-featured-product__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.trpgs-shop-landing .trpgs-featured-product__media .woocommerce ul.products {
  grid-template-columns: 1fr !important;
  height: 100%;
}

.trpgs-shop-landing .trpgs-featured-product__media .woocommerce ul.products li.product {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  height: 100%;
}

.trpgs-shop-landing .trpgs-featured-product__media .woocommerce ul.products li.product a {
  display: block;
  height: 100%;
}

.trpgs-shop-landing .trpgs-featured-product__media .woocommerce ul.products li.product a img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
  margin: 0 !important;
  border: 1px solid var(--trpgs-line);
}

.trpgs-shop-landing .trpgs-featured-product__media .woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin-top: 14px !important;
  font-size: 24px !important;
}

.trpgs-shop-landing .trpgs-featured-product__media .woocommerce ul.products li.product .button {
  margin-bottom: 0 !important;
}

/* =========================================================
   BENEFICIOS
   ========================================================= */

.trpgs-shop-landing .trpgs-benefits {
  margin-top: 8px;
}

.trpgs-shop-landing .trpgs-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.trpgs-shop-landing .trpgs-benefit {
  padding: 22px 20px;
  background: var(--trpgs-bg-2);
  border: 1px solid var(--trpgs-line);
  box-shadow: var(--trpgs-shadow);
}

.trpgs-shop-landing .trpgs-benefit__title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--trpgs-accent);
}

.trpgs-shop-landing .trpgs-benefit__text {
  font-size: 15px;
  line-height: 1.6;
  color: var(--trpgs-text-soft);
}

/* =========================================================
   FAQ
   ========================================================= */

.trpgs-shop-landing .trpgs-faq__body {
  display: grid;
  gap: 12px;
}

.trpgs-shop-landing .trpgs-faq__item {
  background: var(--trpgs-bg-2);
  border: 1px solid var(--trpgs-line);
  box-shadow: var(--trpgs-shadow);
}

.trpgs-shop-landing .trpgs-faq__q {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 20px 24px;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #fff;
}

.trpgs-shop-landing .trpgs-faq__q::-webkit-details-marker {
  display: none;
}

.trpgs-shop-landing .trpgs-faq__q::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--trpgs-accent);
  font-size: 28px;
  font-weight: 400;
}

.trpgs-shop-landing .trpgs-faq__item[open] .trpgs-faq__q::after {
  content: "–";
}

.trpgs-shop-landing .trpgs-faq__a {
  padding: 0 24px 22px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--trpgs-text-soft);
}

.trpgs-shop-landing .trpgs-footercta {
  margin: 22px 0 0;
  text-align: center;
}

.trpgs-shop-landing .trpgs-footercta .trpgs-btn,
.trpgs-shop-landing .trpgs-footercta .trpgs-btn--big {
  width: auto;
  min-width: 320px;
  max-width: 100%;
  margin-bottom: 22px;
}

/* =========================================================
   WOOCOMMERCE GRID DENTRO DE LA LANDING
   ========================================================= */

.trpgs-shop-landing .woocommerce ul.products::before,
.trpgs-shop-landing .woocommerce ul.products::after,
.trpgs-shop-landing .woocommerce-page ul.products::before,
.trpgs-shop-landing .woocommerce-page ul.products::after,
.trpgs-shop-landing .woocommerce .products ul::before,
.trpgs-shop-landing .woocommerce .products ul::after,
.trpgs-shop-landing .woocommerce-page .products ul::before,
.trpgs-shop-landing .woocommerce-page .products ul::after {
  content: none !important;
  display: none !important;
}

.trpgs-shop-landing .woocommerce ul.products,
.trpgs-shop-landing .woocommerce-page ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0 !important;
  padding: 0 !important;
}

.trpgs-shop-landing .woocommerce ul.products.columns-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trpgs-shop-landing .woocommerce ul.products.columns-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trpgs-shop-landing .woocommerce ul.products.columns-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.trpgs-shop-landing .woocommerce ul.products li.product,
.trpgs-shop-landing .woocommerce-page ul.products li.product {
  width: 100% !important;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
  padding: 16px;
  background: var(--trpgs-bg-2);
  border: 1px solid var(--trpgs-line);
  box-shadow: var(--trpgs-shadow);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.trpgs-shop-landing .woocommerce ul.products li.product:hover,
.trpgs-shop-landing .woocommerce-page ul.products li.product:hover {
  transform: translateY(-2px);
  border-color: var(--trpgs-line-strong);
}

.trpgs-shop-landing .woocommerce ul.products li.product a img {
  margin: 0 0 14px !important;
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  background: #101010;
}

.trpgs-shop-landing .woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin: 0 0 10px !important;
  padding: 0 !important;
  font-size: 22px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  color: #fff !important;
  text-transform: none !important;
}

.trpgs-shop-landing .woocommerce ul.products li.product .price {
  margin: 0 0 14px !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  color: var(--trpgs-accent) !important;
}

.trpgs-shop-landing .woocommerce ul.products li.product .price del {
  opacity: 0.5;
  color: var(--trpgs-text-muted) !important;
}

.trpgs-shop-landing .woocommerce ul.products li.product .price ins {
  color: var(--trpgs-accent) !important;
  text-decoration: none !important;
}

.trpgs-shop-landing .woocommerce ul.products li.product .button,
.trpgs-shop-landing .woocommerce ul.products li.product .button:visited,
.trpgs-shop-landing .woocommerce ul.products li.product .button:active,
.trpgs-shop-landing .woocommerce ul.products li.product .button:focus,
.trpgs-shop-landing .woocommerce ul.products li.product .added_to_cart,
.trpgs-shop-landing .woocommerce ul.products li.product .added_to_cart:visited,
.trpgs-shop-landing .woocommerce ul.products li.product .added_to_cart:active,
.trpgs-shop-landing .woocommerce ul.products li.product .added_to_cart:focus {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px !important;
  margin-top: 6px !important;
  background: transparent !important;
  border: 1px solid var(--trpgs-accent) !important;
  color: var(--trpgs-accent) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: all 0.2s ease;
}

.trpgs-shop-landing .woocommerce ul.products li.product .button:hover,
.trpgs-shop-landing .woocommerce ul.products li.product .button:hover:visited,
.trpgs-shop-landing .woocommerce ul.products li.product .button:hover:active,
.trpgs-shop-landing .woocommerce ul.products li.product .button:hover:focus,
.trpgs-shop-landing .woocommerce ul.products li.product .added_to_cart:hover,
.trpgs-shop-landing .woocommerce ul.products li.product .added_to_cart:hover:visited,
.trpgs-shop-landing .woocommerce ul.products li.product .added_to_cart:hover:active,
.trpgs-shop-landing .woocommerce ul.products li.product .added_to_cart:hover:focus {
  background: var(--trpgs-accent) !important;
  border-color: var(--trpgs-accent) !important;
  color: #101010 !important;
}

.trpgs-shop-landing .woocommerce ul.products li.product .star-rating {
  margin: 0 0 10px !important;
}

.trpgs-shop-landing .woocommerce span.onsale {
  top: 12px !important;
  left: 12px !important;
  right: auto !important;
  min-height: auto !important;
  min-width: auto !important;
  padding: 6px 10px !important;
  background: var(--trpgs-accent) !important;
  color: #111 !important;
  border-radius: 0 !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

/* =========================================================
   CARDS PERSONALIZADAS LANDING TIENDA
   ========================================================= */

.trpgs-shop-landing .trpgs-custom-products-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.trpgs-shop-landing .trpgs-custom-product-card {
  width: 100%;
  margin: 0;
  padding: 16px;
  background: var(--trpgs-bg-2);
  border: 1px solid var(--trpgs-line);
  box-shadow: var(--trpgs-shadow);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.trpgs-shop-landing .trpgs-custom-product-card:hover {
  transform: translateY(-2px);
  border-color: var(--trpgs-line-strong);
}

.trpgs-shop-landing .trpgs-custom-product-card__image {
  display: block;
  margin: 0 0 14px;
  padding: 0;
  background: #101010;
  text-decoration: none;
}

.trpgs-shop-landing .trpgs-custom-product-card__image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  background: #101010;
}

.trpgs-shop-landing .trpgs-custom-product-card__content {
  padding: 0;
}

.trpgs-shop-landing .trpgs-custom-product-card__title {
  margin: 0 0 14px;
  padding: 0;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 800;
  color: #fff;
}

.trpgs-shop-landing .trpgs-custom-product-card__title a {
  color: #fff;
  text-decoration: none;
}

.trpgs-shop-landing .trpgs-custom-product-card__title a:hover,
.trpgs-shop-landing .trpgs-custom-product-card__title a:focus {
  color: #fff;
}

.trpgs-shop-landing .trpgs-custom-product-card__button,
.trpgs-shop-landing .trpgs-custom-product-card__button:visited,
.trpgs-shop-landing .trpgs-custom-product-card__button:active,
.trpgs-shop-landing .trpgs-custom-product-card__button:focus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  padding: 0 16px;
  margin-top: 6px;
  background: transparent;
  border: 1px solid var(--trpgs-accent);
  color: var(--trpgs-accent) !important;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: none;
  transition: all 0.2s ease;
}

.trpgs-shop-landing .trpgs-custom-product-card__button:hover,
.trpgs-shop-landing .trpgs-custom-product-card__button:hover:visited,
.trpgs-shop-landing .trpgs-custom-product-card__button:hover:active,
.trpgs-shop-landing .trpgs-custom-product-card__button:hover:focus {
  background: var(--trpgs-accent) !important;
  border-color: var(--trpgs-accent) !important;
  color: #101010 !important;
  text-decoration: none !important;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1200px) {
  .trpgs-shop-landing .trpgs-content-shell {
    width: min(100%, calc(100% - 32px));
  }

  .trpgs-shop-landing .trpgs-entrygrid {
    grid-template-columns: 1fr;
  }

  .trpgs-shop-landing .trpgs-featured-product__grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .trpgs-shop-landing .trpgs-featured-product__media {
    justify-content: flex-start;
  }

  .trpgs-shop-landing .trpgs-featured-product__image {
    max-width: 520px;
  }

  .trpgs-shop-landing .trpgs-featured-product__info {
    max-width: 100%;
  }

  .trpgs-shop-landing .trpgs-featured-product__title {
    font-size: 34px;
  }

  .trpgs-shop-landing .trpgs-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trpgs-shop-landing .woocommerce ul.products.columns-6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .trpgs-shop-landing .woocommerce ul.products,
  .trpgs-shop-landing .woocommerce ul.products.columns-4,
  .trpgs-shop-landing .trpgs-custom-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trpgs-shop-landing .woocommerce ul.products.columns-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trpgs-shop-landing .woocommerce ul.products.columns-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trpgs-shop-landing .trpgs-hero {
    padding: 46px 24px;
  }

  .trpgs-shop-landing .trpgs-section__title {
    font-size: 26px;
  }

  .trpgs-shop-landing .trpgs-featured-product__title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .trpgs-shop-landing .trpgs-content-shell {
    width: min(100%, calc(100% - 24px));
  }

  .trpgs-shop-landing .trpgs-section__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .trpgs-shop-landing .trpgs-hero {
    padding: 36px 18px;
  }

  .trpgs-shop-landing .trpgs-hero__subtitle {
    font-size: 22px;
  }

  .trpgs-shop-landing .trpgs-hero__text {
    font-size: 16px;
  }

  .trpgs-shop-landing .trpgs-btn,
  .trpgs-shop-landing .trpgs-btn--big {
    width: 100%;
  }

  .trpgs-shop-landing .trpgs-hero__cta,
  .trpgs-shop-landing .trpgs-featured-product__cta {
    flex-direction: column;
  }

  .trpgs-shop-landing .trpgs-featured-product__grid {
    padding: 22px;
    gap: 20px;
  }

  .trpgs-shop-landing .trpgs-featured-product__image {
    max-width: 100%;
  }

  .trpgs-shop-landing .woocommerce ul.products,
  .trpgs-shop-landing .woocommerce ul.products.columns-3,
  .trpgs-shop-landing .woocommerce ul.products.columns-4,
  .trpgs-shop-landing .woocommerce ul.products.columns-6,
  .trpgs-shop-landing .trpgs-custom-products-grid {
    grid-template-columns: 1fr;
  }

  .trpgs-shop-landing .trpgs-benefits__grid {
    grid-template-columns: 1fr;
  }

  .trpgs-shop-landing .trpgs-entry {
    min-height: 0;
    padding: 22px 18px;
  }

  .trpgs-shop-landing .trpgs-section__title {
    font-size: 22px;
  }

  .trpgs-shop-landing .trpgs-featured-product__title {
    font-size: 24px;
  }

  .trpgs-shop-landing .trpgs-faq__q {
    padding: 18px 18px;
    font-size: 15px;
  }

  .trpgs-shop-landing .trpgs-faq__a {
    padding: 0 18px 18px;
    font-size: 15px;
  }
}