/** Shopify CDN: Minification failed

Line 1527:0 Unexpected "<"

**/
/* =====================================================
   FOTOGRABADOS CHILE
   TARJETAS PREMIUM - PÁGINAS DE CATEGORÍA
===================================================== */


/* Separación general de la grilla */
.product-grid-container #product-grid {
  row-gap: 30px;
  column-gap: 18px;
}


/* =====================================================
   TARJETA
===================================================== */

.product-grid-container #product-grid .card-wrapper {
  height: 100%;
}

.product-grid-container #product-grid .card {
  height: 100%;

  background: transparent;

  border: 0;
  border-radius: 16px;

  transition:
    transform .22s ease,
    box-shadow .22s ease;
}


/* Hover muy suave en computador */
@media screen and (min-width: 990px) {

  .product-grid-container #product-grid .card:hover {
    transform: translateY(-3px);
  }

}


/* =====================================================
   IMAGEN
   CUADRADA 1:1 + ESQUINAS REDONDEADAS
===================================================== */

.product-grid-container #product-grid .card__inner {
  aspect-ratio: 1 / 1;

  overflow: hidden;

  border-radius: 16px !important;

  background: #faf8f5;
}


/* Evitar que Dawn altere la proporción */
.product-grid-container #product-grid .card__media {
  width: 100%;
  height: 100%;

  overflow: hidden;

  border-radius: 16px !important;
}


.product-grid-container #product-grid .card__media .media {
  width: 100%;
  height: 100%;

  border-radius: 16px !important;
}


.product-grid-container #product-grid .card__media img {
  width: 100% !important;
  height: 100% !important;

  object-fit: cover;

  border-radius: 16px !important;

  transition: transform .35s ease;
}


/* Zoom casi imperceptible */
@media screen and (min-width: 990px) {

  .product-grid-container #product-grid
  .card-wrapper:hover
  .card__media img {
    transform: scale(1.025);
  }

}


/* =====================================================
   INFORMACIÓN
===================================================== */

.product-grid-container #product-grid .card__content {
  padding-top: 11px;
}


.product-grid-container #product-grid .card__information {
  padding:
    0
    2px
    4px;
}


/* =====================================================
   NOMBRE DEL PRODUCTO
===================================================== */

.product-grid-container #product-grid .card__heading {
  margin: 0 0 7px;

  color: #302a26;

  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;

  /* Máximo 2 líneas */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  min-height: 38px;

  overflow: hidden;
}


.product-grid-container #product-grid .card__heading a {
  color: inherit;
  text-decoration: none;
}


/* =====================================================
   ESTRELLAS / RESEÑAS
===================================================== */

.product-grid-container #product-grid .rating {
  margin-top: 3px;
  margin-bottom: 5px;

  transform: scale(.88);
  transform-origin: left center;
}


.product-grid-container #product-grid .rating-count {
  color: #81776e;

  font-size: 11px;
}


/* =====================================================
   PRECIO
===================================================== */

.product-grid-container #product-grid .price {
  margin-top: 6px;

  color: #332e29;
}


.product-grid-container #product-grid .price-item {
  font-size: 14px;
  font-weight: 650;
}


/* Precio anterior */
.product-grid-container #product-grid
.price--on-sale .price-item--regular {
  color: #999087;

  font-size: 12px;
  font-weight: 400;
}


/* =====================================================
   BADGES OFERTA / AGOTADO
===================================================== */

.product-grid-container #product-grid .badge {
  padding: 6px 10px;

  border: 0;
  border-radius: 999px;

  font-size: 10.5px;
  font-weight: 650;
  letter-spacing: .01em;

  box-shadow:
    0 2px 8px rgba(45, 36, 28, .08);
}


/* Oferta */
.product-grid-container #product-grid
.card__badge .color-accent-2 {
  background: #a8865d;
  color: #ffffff;
}


/* Agotado */
.product-grid-container #product-grid
.card__badge .color-inverse {
  background: #403a35;
  color: #ffffff;
}


/* =====================================================
   BOTÓN
===================================================== */

.product-grid-container #product-grid .quick-add {
  margin-top: 12px;
}


.product-grid-container #product-grid .quick-add__submit {
  min-height: 48px;

  padding: 10px 14px;

  border: 1px solid #b8a58f !important;
  border-radius: 10px !important;

  background: #fffdfb !important;
  color: #624e3a !important;

  font-size: 12px;
  font-weight: 650;
  letter-spacing: .01em;

  box-shadow: none !important;

  transition:
    background-color .18s ease,
    border-color .18s ease,
    transform .18s ease;
}


/* Quitar borde grueso nativo */
.product-grid-container #product-grid
.quick-add__submit::after,
.product-grid-container #product-grid
.quick-add__submit::before {
  box-shadow: none !important;
}


.product-grid-container #product-grid
.quick-add__submit:hover {
  background: #f4eee7 !important;
  border-color: #8b7051 !important;

  transform: translateY(-1px);
}


/* =====================================================
   MÓVIL
===================================================== */

@media screen and (max-width: 749px) {

  .product-grid-container #product-grid {
    row-gap: 22px;
    column-gap: 10px;
  }


  .product-grid-container #product-grid .card__inner,
  .product-grid-container #product-grid .card__media,
  .product-grid-container #product-grid .card__media .media,
  .product-grid-container #product-grid .card__media img {
    border-radius: 12px !important;
  }


  .product-grid-container #product-grid .card__content {
    padding-top: 8px;
  }


  .product-grid-container #product-grid .card__heading {
    min-height: 35px;

    font-size: 12px;
    line-height: 1.35;
  }


  .product-grid-container #product-grid .price-item {
    font-size: 13px;
  }


  .product-grid-container #product-grid .quick-add {
    margin-top: 9px;
  }


  .product-grid-container #product-grid .quick-add__submit {
    min-height: 44px;

    padding: 8px;

    border-radius: 9px !important;

    font-size: 10.5px;
  }


  .product-grid-container #product-grid .badge {
    padding: 5px 8px;

    font-size: 9.5px;
  }

}


/* =====================================================
   ACCESIBILIDAD
===================================================== */

@media (prefers-reduced-motion: reduce) {

  .product-grid-container #product-grid .card,
  .product-grid-container #product-grid .card__media img,
  .product-grid-container #product-grid .quick-add__submit {
    transition: none;
  }

}
/* =====================================================
   FOTOGRABADOS CHILE
   CORRECCIÓN DEFINITIVA GRID MÓVIL
   2 PRODUCTOS POR FILA
===================================================== */

@media screen and (max-width: 749px) {

  /* La grilla siempre tendrá dos columnas */
  .product-grid-container #product-grid {
    display: grid !important;

    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

    column-gap: 9px !important;
    row-gap: 24px !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
  }


  /* Cada producto ocupa exactamente una columna */
  .product-grid-container #product-grid > .grid__item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    margin: 0 !important;
  }


  /* Tarjeta */
  .product-grid-container #product-grid .card-wrapper,
  .product-grid-container #product-grid .card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }


  /* ===================================================
     IMAGEN CUADRADA 1:1
  =================================================== */

  .product-grid-container #product-grid .card__inner {
    width: 100% !important;
    height: auto !important;

    aspect-ratio: 1 / 1 !important;

    border-radius: 12px !important;

    overflow: hidden !important;
  }


  .product-grid-container #product-grid .card__media,
  .product-grid-container #product-grid .card__media .media {
    position: absolute !important;

    inset: 0 !important;

    width: 100% !important;
    height: 100% !important;

    border-radius: 12px !important;

    overflow: hidden !important;
  }


  .product-grid-container #product-grid .card__media img {
    width: 100% !important;
    height: 100% !important;

    object-fit: cover !important;

    border-radius: 12px !important;
  }


  /* ===================================================
     INFORMACIÓN DEL PRODUCTO
  =================================================== */

  .product-grid-container #product-grid .card__content {
    width: 100% !important;

    padding-top: 8px !important;
  }


  .product-grid-container #product-grid .card__information {
    width: 100% !important;

    padding: 0 1px !important;
  }


  /* Título máximo 2 líneas */
  .product-grid-container #product-grid .card__heading {
    display: -webkit-box !important;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    overflow: hidden;

    min-height: 34px !important;

    margin: 0 0 5px !important;

    font-size: 11.5px !important;
    line-height: 1.35 !important;
  }


  /* Precio */
  .product-grid-container #product-grid .price {
    margin-top: 4px !important;
  }

  .product-grid-container #product-grid .price-item {
    font-size: 12px !important;
  }


  /* Reseñas */
  .product-grid-container #product-grid .rating {
    transform: scale(.78) !important;
    transform-origin: left center !important;

    margin: 2px 0 3px !important;
  }


  .product-grid-container #product-grid .rating-count {
    font-size: 9.5px !important;
  }


  /* ===================================================
     BOTÓN
  =================================================== */

  .product-grid-container #product-grid .quick-add {
    width: 100% !important;

    margin-top: 8px !important;
  }


  .product-grid-container #product-grid .quick-add__submit {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 42px !important;

    padding: 7px 5px !important;

    border-radius: 9px !important;

    font-size: 9.5px !important;
    line-height: 1.2 !important;

    white-space: normal !important;
  }


  /* Badges */
  .product-grid-container #product-grid .badge {
    padding: 4px 7px !important;

    font-size: 9px !important;
  }

}
/* =====================================================
   FOTOGRABADOS CHILE
   ENCABEZADO PREMIUM DE COLECCIÓN
===================================================== */

.collection-hero {
  background: #ffffff !important;
}

.collection-hero__inner {
  padding-top: 26px !important;
  padding-bottom: 22px !important;
}

.collection-hero__text-wrapper {
  max-width: 760px;
}


/* TÍTULO DE LA CATEGORÍA */

.collection-hero__title {
  margin: 0 !important;
  color: #2f2925;
  font-size: 34px !important;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.collection-hero__inner {
  padding-top: 18px !important;
  padding-bottom: 10px !important;
}

.collection-hero {
  margin-bottom: 8px !important;
}

@media screen and (max-width: 749px) {

  .collection-hero__title {
    font-size: 26px !important;
    line-height: 1.18;
  }

  .collection-hero__inner {
    padding-top: 12px !important;
    padding-bottom: 8px !important;
  }

}


/* SUBTÍTULO EDITABLE */

.fg-collection-subtitle {
  max-width: 650px;

  margin: 9px 0 0;

  color: #716861;

  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}


/* DESCRIPCIÓN LARGA DE COLECCIÓN */

.collection-hero__description {
  max-width: 720px;

  margin-top: 14px !important;

  color: #756d66;

  font-size: 13px;
  line-height: 1.65;
}


/* =====================================================
   TABLET
===================================================== */

@media screen and (max-width: 989px) {

  .collection-hero__inner {
    padding-top: 20px !important;
    padding-bottom: 18px !important;
  }

  .collection-hero__title {
    font-size: 34px;
  }

}


/* =====================================================
   MÓVIL
===================================================== */

@media screen and (max-width: 749px) {

  .collection-hero__inner {
    padding-top: 14px !important;
    padding-bottom: 16px !important;
  }

  .collection-hero__text-wrapper {
    width: 100%;
  }

  .collection-hero__title {
    margin: 0;

    font-size: clamp(26px, 7.2vw, 31px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.02em;
  }

  .fg-collection-subtitle {
    margin-top: 7px;

    font-size: 12px;
    line-height: 1.45;
  }

  .collection-hero__description {
    margin-top: 10px !important;

    font-size: 11.5px;
    line-height: 1.5;
  }

}
/* =====================================================
   BLOQUE SEO DE CATEGORÍA
===================================================== */

.fg-collection-seo {
  width: 100%;
  margin-top: 42px;
}

.fg-collection-seo__inner {
  max-width: 900px;
  margin: 0 auto;

  padding: 26px 28px;

  border: 1px solid #eee6dd;
  border-radius: 14px;

  background: #faf8f5;
}

.fg-collection-seo__title {
  margin: 0 0 12px;

  color: #332d28;

  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
}

.fg-collection-seo__text {
  color: #746c65;

  font-size: 13px;
  line-height: 1.75;
}


/* MÓVIL */
@media screen and (max-width: 749px) {

  .fg-collection-seo {
    margin-top: 30px;
  }

  .fg-collection-seo__inner {
    padding: 20px 18px;
    border-radius: 12px;
  }

  .fg-collection-seo__title {
    font-size: 17px;
  }

  .fg-collection-seo__text {
    font-size: 11.5px;
    line-height: 1.65;
  }

}
/* =====================================================
   FOTOGRABADOS CHILE
   ESTRUCTURA ESTABLE DE TARJETAS
===================================================== */

/* Cuerpo de información */
.fg-collection-card__body {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

/* Zona de reseñas + precio */
.fg-collection-card__meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

/* Título máximo 2 líneas */
.fg-collection-card__body .card__heading {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

  overflow: hidden;

  min-height: 38px;
  max-height: 38px;

  margin: 0 0 6px !important;

  font-size: 14px;
  line-height: 1.35;
}

/* Loox / reseñas */
.fg-collection-card__meta .loox-rating {
  min-height: 20px;
}

/* Precio */
.fg-collection-card__meta .price {
  margin-top: 2px !important;
}

/* Acción */
.fg-collection-card__action {
  margin-top: 12px !important;
}

/* Botón */
.fg-collection-card__action .quick-add__submit {
  width: 100%;
}


/* =====================================================
   MÓVIL
===================================================== */

@media screen and (max-width: 749px) {

  .fg-collection-card__body .card__heading {
    min-height: 32px;
    max-height: 32px;

    font-size: 11.5px;
    line-height: 1.35;
  }

  .fg-collection-card__meta {
    gap: 3px;
  }

  .fg-collection-card__meta .loox-rating {
    min-height: 17px;
  }

  .fg-collection-card__action {
    margin-top: 8px !important;
  }

}
/* =====================================================
   FOTOGRABADOS CHILE
   FILTROS COMPACTOS PREMIUM
===================================================== */

.facets-wrapper {
  margin-bottom: 4px !important;
}

/* Barra principal */
.facets-container,
.facets-vertical-form {
  padding: 0 !important;
  margin: 0 !important;

  border: 0 !important;
  border-radius: 0 !important;

  background: transparent !important;
}


/* Contenedor horizontal */
.facets__form {
  align-items: center;
  gap: 12px;
}


/* "Filtrar:" */
.facets__heading {
  margin: 0 4px 0 0 !important;

  color: #5e5349;

  font-size: 11.5px;
  font-weight: 650;
}


/* Disponibilidad / Precio */
.facets__summary {
  min-height: 36px !important;

  padding: 7px 12px !important;

  border: 1px solid #ddd2c6 !important;
  border-radius: 8px !important;

  background: #fffdfa !important;
  color: #51473f !important;

  font-size: 11.5px !important;
  font-weight: 550 !important;

  box-shadow: none !important;

  transition:
    border-color .18s ease,
    background-color .18s ease;
}

.facets__summary:hover {
  border-color: #ad957a !important;
  background: #faf6f1 !important;
}


/* Flecha */
.facets__summary .icon-caret {
  color: #8b7051;
}


/* Contador a la derecha */
.product-count {
  margin-left: auto !important;
}

.product-count__text {
  color: #948a81 !important;

  font-size: 10.5px !important;
  font-weight: 400 !important;
}


/* Desplegable */
.facets__display {
  margin-top: 7px !important;

  border: 1px solid #e7ded5 !important;
  border-radius: 10px !important;

  background: #ffffff !important;

  box-shadow:
    0 8px 24px rgba(65, 50, 38, .10) !important;
}


/* =====================================================
   MÓVIL
===================================================== */

@media screen and (max-width: 749px) {

  .facets-wrapper {
    margin-bottom: 12px;
  }

  .facets-container {
    padding: 0 !important;
  }

  .mobile-facets__open {
    min-height: 38px !important;

    padding: 7px 11px !important;

    border: 1px solid #ddd2c6 !important;
    border-radius: 8px !important;

    background: #fffdfa !important;
    color: #51473f !important;

    font-size: 11px !important;
    font-weight: 650 !important;
  }

  .mobile-facets__count {
    color: #948a81 !important;
    font-size: 9.5px !important;
  }

}
/* =====================================================
   FOTOGRABADOS CHILE
   RANGOS DE PRECIO PREMIUM
===================================================== */

.fg-price-filter {
  width: 290px;
  max-width: 100%;

  padding: 14px;
}

.fg-price-filter__header {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-bottom: 12px;

  color: #4f453d;
  font-size: 11.5px;
  font-weight: 650;
}

.fg-price-filter__reset {
  color: #8d7762;
  font-size: 10.5px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.fg-price-filter__ranges {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
}

.fg-price-range {
  width: 100%;

  padding: 9px 11px;

  border: 1px solid #e1d8ce;
  border-radius: 8px;

  background: #fffdfa;
  color: #4c433c;

  font-family: inherit;
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;

  cursor: pointer;

  transition:
    background-color .18s ease,
    border-color .18s ease,
    transform .18s ease;
}

.fg-price-range:hover {
  background: #f6f0e9;
  border-color: #bda990;

  transform: translateY(-1px);
}

.fg-price-range:focus-visible {
  outline: 2px solid #b69d82;
  outline-offset: 2px;
}


/* MÓVIL */

@media screen and (max-width: 749px) {

  .fg-price-filter {
    width: 100%;
    padding: 12px;
  }

  .fg-price-filter__header {
    font-size: 11px;
  }

  .fg-price-range {
    min-height: 38px;

    padding: 9px 10px;

    font-size: 11px;
  }

}
/* =====================================================
   COLECCIÓN ANCHA
===================================================== */

.fg-collection-wide {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding-left: 28px;
  padding-right: 28px;
}

/* Pantallas grandes */
@media screen and (min-width: 1400px) {
  .fg-collection-wide {
    max-width: 1560px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

/* Tablet */
@media screen and (max-width: 989px) {
  .fg-collection-wide {
    padding-left: 18px;
    padding-right: 18px;
  }
}

/* Móvil */
@media screen and (max-width: 749px) {
  .fg-collection-wide {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* =====================================================
   CENTRAR GRILLA DE COLECCIÓN
===================================================== */

.fg-collection-wide #product-grid {
  justify-content: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
/* =====================================================
   BADGE BEST SELLER
===================================================== */

.fg-card-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;

  display: flex;
  flex-direction: column;
  gap: 5px;
}

.fg-card-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: fit-content;

  padding: 4px 8px;

  border-radius: 3px;

  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.fg-card-badge--bestseller {
  background: #c96f68;
  color: #ffffff;
}
.fg-card-badge--offer {
  background: #e49345;
  color: #ffffff;
}

/* móvil */
@media screen and (max-width: 749px) {

  .fg-card-badges {
    top: 7px;
    left: 7px;
  }

  .fg-card-badge {
    padding: 4px 6px;
    font-size: 8.5px;
  }

}
/* =====================================================
   COMPACTAR ESPACIOS DE LA COLECCIÓN
===================================================== */

/* Menos espacio debajo del título/subtítulo */
.collection-hero__inner {
  padding-bottom: 4px !important;
}

.collection-hero {
  margin-bottom: 2px !important;
}

/* Acercar filtros al título */
.facets-wrapper {
  margin-top: 0 !important;
  margin-bottom: 12px !important;
}

/* Quitar aire extra alrededor del bloque de filtros */
.facets-container,
.facets-vertical-form {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Acercar la grilla a los filtros */
.product-grid-container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.product-grid-container #product-grid {
  margin-top: 0 !important;
  padding-top: 0 !important;
}


/* MÓVIL */
@media screen and (max-width: 749px) {

  .collection-hero__inner {
    padding-bottom: 2px !important;
  }

 .facets-wrapper {
  margin-bottom: 6px !important;
}

}
/* =====================================================
   IMAGEN BANNER OFERTA
===================================================== */

.fg-collection-offer__content {
  display: grid;
  grid-template-columns: minmax(320px, 42%) 1fr;
  gap: 0;

  padding: 0 !important;
}

.fg-collection-offer__media {
  min-height: 240px;
  overflow: hidden;
}

.fg-collection-offer__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fg-collection-offer__text {
  display: flex;
  flex-direction: column;
  justify-content: center;

  max-width: none;
  padding: 34px 40px;
}

.fg-collection-offer__discount {
  position: absolute;
  top: 28px;
  right: 28px;
}

@media screen and (max-width: 749px) {

  .fg-collection-offer__content {
    display: flex;
    flex-direction: column;
  }

  .fg-collection-offer__media {
    width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .fg-collection-offer__text {
    width: 100%;
    padding: 22px 18px;
  }

  .fg-collection-offer__discount {
    top: 14px;
    right: 14px;
  }

}
/* =====================================================
   BANNER OFERTA PANORÁMICO - PROPORCIÓN CORREGIDA
===================================================== */

.fg-collection-offer--image {
  width: 100%;
  max-width: 1380px;
  margin: 28px auto 18px;
  padding: 0;
}

.fg-collection-offer__full-link {
  display: block;
  width: 100%;
}

.fg-collection-offer__full-image {
  display: block;
  width: 100%;
  height: auto;

  aspect-ratio: 16 / 6;
  object-fit: cover;

  border-radius: 16px;
}

@media screen and (max-width: 989px) {

  .fg-collection-offer--image {
    margin-top: 30px;
  }

}

@media screen and (max-width: 749px) {

  .fg-collection-offer--image {
    width: 100%;
    margin: 24px auto 18px;
  }

  .fg-collection-offer__full-image {
    aspect-ratio: 16 / 8;
    border-radius: 12px;
  }

}
/* Separación entre banner de oferta y tarjeta SEO */
.fg-collection-offer + .fg-collection-seo {
  margin-top: 14px !important;
}
/* =====================================================
   FILTRA POR TIPO - ESTILO PREMIUM
===================================================== */

.fg-type-filter {
  margin: 22px 0 30px;
}

.fg-type-filter__heading {
  text-align: center;
  margin-bottom: 18px;
}

.fg-type-filter__heart-top {
  margin-bottom: 8px;

  color: #c9ad8e;
  font-size: 15px;
  line-height: 1;
}

.fg-type-filter__title-row {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 10px;
}

.fg-type-filter__line {
  flex: 1 1 auto;

  max-width: 420px;
  height: 1px;

  background: #d9c7b3;
}

.fg-type-filter__heart {
  color: #c9ad8e;
  font-size: 11px;
}

.fg-type-filter__title {
  margin: 0;

  color: #302923;

  font-size: 16px;
  font-weight: 700;
  letter-spacing: .10em;
  text-transform: uppercase;
  text-align: center;
}

.fg-type-filter__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.fg-type-filter__item {
  display: flex;
  flex-direction: column;
  align-items: center;

  overflow: hidden;

  border: 1px solid #e6d9cc;
  border-radius: 16px;

  background: #fffdf9;

  text-decoration: none;

  transition:
    transform .18s ease,
    box-shadow .18s ease,
    border-color .18s ease;
}

.fg-type-filter__item:hover {
  transform: translateY(-2px);

  border-color: #c8af94;

  box-shadow:
    0 8px 22px rgba(85, 62, 42, .08);
}

.fg-type-filter__image-wrap {
  width: 100%;
  aspect-ratio: 4 / 3;

  overflow: hidden;

  background: #f7f1ea;
}

.fg-type-filter__image {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform .22s ease;
}

.fg-type-filter__item:hover .fg-type-filter__image {
  transform: scale(1.02);
}

.fg-type-filter__label {
  width: 100%;

  padding: 12px 10px 13px;

  color: #3b332d;

  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.2;

  letter-spacing: .06em;
  text-align: center;
  text-transform: uppercase;
}


/* =====================================================
   MÓVIL
===================================================== */

@media screen and (max-width: 749px) {

  .fg-type-filter {
    margin: 18px 0 24px;
  }

  .fg-type-filter__heart-top {
    font-size: 13px;
  }

  .fg-type-filter__title-row {
    gap: 7px;
  }

  .fg-type-filter__line {
    max-width: 80px;
  }

  .fg-type-filter__title {
    font-size: 13px;
    letter-spacing: .08em;
  }

  .fg-type-filter__heart {
    font-size: 9px;
  }

  .fg-type-filter__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }

  .fg-type-filter__item {
    border-radius: 13px;
  }

  .fg-type-filter__label {
    padding: 10px 7px;
    font-size: 10.5px;
  }

}
/* =====================================================
   CENTRAR ENCABEZADO DE COLECCIÓN
===================================================== */

.collection-hero__text-wrapper {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.collection-hero__title {
  text-align: center !important;
}

.fg-collection-subtitle {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
<a href="/collections/medallas-fotograbadas-sin-cadena" class="fg-type-filter__item">
  <div class="fg-type-filter__image-wrap">
    <img
      src="URL_IMAGEN_1"
      alt="Medallas fotograbadas sin cadena"
      class="fg-type-filter__image"
      loading="lazy"
    >
  </div>

  <span class="fg-type-filter__label">
    SIN CADENA
  </span>
</a>


<a href="/collections/medallas-con-cadena-para-mujer" class="fg-type-filter__item">
  <div class="fg-type-filter__image-wrap">
    <img
      src="URL_IMAGEN_2"
      alt="Medallas fotograbadas con cadena para mujer"
      class="fg-type-filter__image"
      loading="lazy"
    >
  </div>

  <span class="fg-type-filter__label">
    CADENA MUJER
  </span>
</a>


<a href="/collections/medallas-con-cadena-para-hombre" class="fg-type-filter__item">
  <div class="fg-type-filter__image-wrap">
    <img
      src="URL_IMAGEN_3"
      alt="Medallas fotograbadas con cadena para hombre"
      class="fg-type-filter__image"
      loading="lazy"
    >
  </div>

  <span class="fg-type-filter__label">
    CADENA HOMBRE
  </span>
</a>


<a href="/collections/fotograbados-de-mascotas" class="fg-type-filter__item">
  <div class="fg-type-filter__image-wrap">
    <img
      src="URL_IMAGEN_4"
      alt="Joyas fotograbadas de mascotas"
      class="fg-type-filter__image"
      loading="lazy"
    >
  </div>

  <span class="fg-type-filter__label">
    MASCOTAS
  </span>
</a>
/* =====================================================
   TÍTULO DE COLECCIÓN DEBAJO DE FILTRA POR TIPO
===================================================== */

.fg-type-filter__collection-title {
  margin: 58px 0 18px !important;
  text-align: center !important;

  color: #302923;
  font-size: 30px !important;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

/* MÓVIL */
@media screen and (max-width: 749px) {
  .fg-type-filter__collection-title {
    margin: 36px 0 14px !important;
    font-size: 23px !important;
  }
}
/* MÁS SEPARACIÓN ENTRE FILTROS VISUALES Y TÍTULO */

.fg-type-filter .collection-hero__title.fg-type-filter__collection-title {
  margin: 0 0 20px !important;
  padding-top: 70px !important;

  text-align: center !important;

  color: #302923;
  font-size: 30px !important;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 749px) {
  .fg-type-filter .collection-hero__title.fg-type-filter__collection-title {
    padding-top: 38px !important;
    margin-bottom: 14px !important;
    font-size: 23px !important;
  }
}
/* =====================================================
   TÍTULO DE COLECCIÓN MÁS PROTAGÓNICO
===================================================== */

.fg-type-filter .collection-hero__title.fg-type-filter__collection-title {
  margin: 0 !important;

  padding-top: 38px !important;
  padding-bottom: 4px !important;

  text-align: center !important;

  color: #2f2925;

  font-size: clamp(42px, 4.2vw, 62px) !important;
  font-weight: 500 !important;
  line-height: 1.05 !important;

  letter-spacing: -0.035em !important;
}

/* Un poco más de aire después de todo el bloque */
.fg-type-filter {
  margin-bottom: 30px !important;
}


/* TABLET */
@media screen and (max-width: 989px) {

  .fg-type-filter .collection-hero__title.fg-type-filter__collection-title {
    padding-top: 58px !important;
    padding-bottom: 36px !important;

    font-size: 38px !important;
  }

}


/* MÓVIL */
@media screen and (max-width: 749px) {

  .fg-type-filter .collection-hero__title.fg-type-filter__collection-title {
    padding-top: 34px !important;
    padding-bottom: 24px !important;

    font-size: 27px !important;
    line-height: 1.12 !important;
  }

  .fg-type-filter {
    margin-bottom: 18px !important;
  }

}
/* =====================================================
   ACERCAR FILTROS AL TÍTULO
===================================================== */

.fg-type-filter .collection-hero__title.fg-type-filter__collection-title {
  padding-bottom: 8px !important;
}

.facets-wrapper {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#main-collection-filters {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.product-grid-container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
#main-collection-filters {
  transform: translateY(-10px);
}

@media screen and (max-width: 749px) {
  #main-collection-filters {
    transform: translateY(-5px);
  }
}