body#category {
  --tc-category-bg: #2b0d07;
  --tc-category-panel: #45170e;
  --tc-category-panel-soft: #552016;
  --tc-category-gold: #ffbd45;
  --tc-category-cream: #fff8e8;
  --tc-category-copy: #fff4e5;
  --tc-category-muted: #d8bba8;
  --tc-category-border: rgba(255, 190, 69, .28);
}

body#category #wrapper {
  background:
    radial-gradient(circle at 12% 0, rgba(159, 46, 34, .17), transparent 34rem),
    linear-gradient(180deg, #341008 0, var(--tc-category-bg) 100%);
}

body#category #content-wrapper > #main {
  min-width: 0;
}

body#category #js-product-list-header {
  margin: 0 0 20px;
  text-align: center;
}

body#category #js-product-list-header .page-title {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  max-width: 100%;
  margin: 0;
  padding: 5px 30px 15px;
  border: 0;
  color: #ffd18a;
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: .02em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .32);
}

body#category #js-product-list-header .page-title::before {
  content: "\f291";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border: 1px solid rgba(255, 211, 128, .55);
  border-radius: 50%;
  background: linear-gradient(145deg, #d43e2b, #7b1b15);
  box-shadow: 0 5px 16px rgba(0, 0, 0, .3), inset 0 1px rgba(255, 255, 255, .2);
  color: #fff3d6;
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: 400;
}

body#category #js-product-list-header .page-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: min(210px, 70%);
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--tc-category-gold), transparent);
  box-shadow: 0 4px 11px rgba(255, 189, 69, .4);
  transform: translateX(-50%);
}

body#category .category-description,
body#category .category-image,
body#category .product-list-subcategories {
  margin-bottom: 20px;
  padding: 18px;
  border: 1px solid var(--tc-category-border);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(91, 31, 20, .92), rgba(55, 17, 10, .96));
  box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
  color: var(--tc-category-copy);
}

body#category .category-description a {
  color: #ffd27d;
}

body#category .product-list-subcategories .subcategory-image {
  overflow: hidden;
  border: 3px solid rgba(255, 189, 69, .35);
  border-radius: 18px;
  background: var(--tc-category-cream);
}

body#category .product-list-subcategories .subcategory-image img {
  transition: transform .3s ease;
}

body#category .product-list-subcategories a:hover img {
  transform: scale(1.04);
}

body#category .product-list-subcategories .subcategory-name {
  display: block;
  margin-top: 10px;
  color: #fff3df;
  font-weight: 700;
  text-align: center;
}

body#category #js-product-list-top.products-selection {
  margin: 0 0 18px;
  padding: 11px 14px;
  border: 1px solid var(--tc-category-border);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(91, 31, 20, .96), rgba(56, 17, 10, .98));
  box-shadow: 0 10px 26px rgba(0, 0, 0, .2);
  color: var(--tc-category-copy);
}

body#category #js-product-list-top .row {
  min-height: 44px;
}

body#category #js-product-list-top .showing {
  margin-right: 12px;
  color: var(--tc-category-muted);
  font-size: 13px;
}

body#category #js-product-list-top .view-switcher {
  display: flex;
  align-items: center;
  gap: 7px;
}

body#category #js-product-list-top .view-switcher a,
body#category #js-product-list-top .filter-button .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 189, 69, .3);
  border-radius: 11px;
  background: rgba(43, 13, 7, .75);
  color: #e7c7b1;
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}

body#category #js-product-list-top .view-switcher a:hover,
body#category #js-product-list-top .view-switcher a.current,
body#category #js-product-list-top .filter-button .btn:hover {
  border-color: #ffd179;
  background: linear-gradient(145deg, #d88c20, #a64917);
  color: #fff;
  transform: translateY(-1px);
}

body#category #js-product-list-top .products-sort-nb-dropdown {
  display: inline-block;
  margin-left: 7px;
}

body#category #js-product-list-top .products-sort-nb-dropdown .select-title {
  min-height: 40px;
  border: 1px solid rgba(255, 189, 69, .32);
  border-radius: 11px;
  background: rgba(255, 248, 232, .96);
  color: #552015;
  font-weight: 700;
  box-shadow: none;
}

body#category #js-product-list-top .products-sort-nb-dropdown .dropdown-menu {
  overflow: hidden;
  margin-top: 7px;
  padding: 7px;
  border: 1px solid rgba(126, 54, 19, .2);
  border-radius: 12px;
  background: #fff9ed;
  box-shadow: 0 14px 30px rgba(26, 6, 2, .28);
}

body#category #js-product-list-top .products-sort-nb-dropdown .dropdown-item {
  border-radius: 8px;
  color: #5a2317;
}

body#category #js-product-list-top .products-sort-nb-dropdown .dropdown-item:hover,
body#category #js-product-list-top .products-sort-nb-dropdown .dropdown-item.current {
  background: #ffe4ad;
  color: #7e241a;
}

body#category #products .active_filters {
  margin-bottom: 14px;
  border: 1px solid rgba(255, 189, 69, .3);
  border-radius: 14px;
  background: rgba(78, 24, 14, .94);
  color: var(--tc-category-copy);
}

body#category #js-product-list .products-grid {
  margin-right: -8px;
  margin-left: -8px;
}

body#category #js-product-list .products-grid > .js-product-miniature-wrapper {
  display: flex;
  padding: 8px;
}

body#category #js-product-list .products-grid .product-miniature {
  position: relative;
  display: flex;
  width: 100%;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--tc-category-border);
  border-radius: 20px;
  background: linear-gradient(155deg, var(--tc-category-panel-soft) 0, var(--tc-category-panel) 48%, #351008 100%);
  box-shadow: 0 12px 28px rgba(18, 4, 1, .3), inset 0 1px rgba(255, 255, 255, .04);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

body#category #js-product-list .products-grid .product-miniature:hover {
  border-color: rgba(255, 199, 87, .72);
  box-shadow: 0 18px 38px rgba(18, 4, 1, .42), 0 0 0 1px rgba(255, 189, 69, .1);
  transform: translateY(-5px);
}

body#category #js-product-list .products-grid .thumbnail-container {
  position: relative;
  overflow: hidden;
  margin: 10px 10px 0;
  border: 1px solid rgba(255, 189, 69, .3);
  border-radius: 16px;
  background: radial-gradient(circle at 50% 42%, #fff 0, #fff8e7 48%, #f4dba6 100%);
}

body#category #js-product-list .products-grid .product-thumbnail {
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

body#category #js-product-list .products-grid .product-thumbnail picture {
  display: block;
  width: 100%;
  height: 100%;
}

body#category #js-product-list .products-grid .product-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .35s ease;
}

body#category #js-product-list .products-grid .product-miniature:hover .product-thumbnail-first {
  transform: scale(1.045);
}

body#category #js-product-list .product-flags {
  top: 10px;
  left: 10px;
}

body#category #js-product-list .product-flag {
  margin-bottom: 5px;
  padding: 6px 9px;
  border-radius: 8px;
  background: linear-gradient(135deg, #b72f22, #791811);
  box-shadow: 0 4px 12px rgba(35, 5, 2, .25);
  color: #fff7e6;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .025em;
}

body#category #js-product-list .product-functional-buttons {
  right: 9px;
  bottom: 9px;
  left: auto;
}

body#category #js-product-list .product-functional-buttons-links {
  display: flex;
  gap: 6px;
}

body#category #js-product-list .product-functional-buttons-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 189, 69, .45);
  border-radius: 50%;
  background: rgba(69, 23, 14, .9);
  box-shadow: 0 5px 14px rgba(0, 0, 0, .25);
  color: #ffd27d;
}

body#category #js-product-list .product-functional-buttons-links a:hover {
  background: var(--tc-category-gold);
  color: #52160f;
}

body#category #js-product-list .products-grid .product-description {
  display: flex;
  min-height: 0;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 14px 15px 16px;
  background: transparent;
  color: var(--tc-category-copy);
}

body#category #js-product-list .product-category-name {
  align-self: flex-start;
  margin: 0 0 8px;
  padding: 4px 9px;
  border: 1px solid rgba(255, 189, 69, .28);
  border-radius: 999px;
  background: rgba(255, 189, 69, .1);
  color: #efc690 !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.25;
  text-transform: uppercase;
}

body#category #js-product-list .product-title {
  display: -webkit-box;
  overflow: hidden;
  min-height: 45px;
  margin: 0 0 8px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.38;
}

body#category #js-product-list .product-title a {
  color: inherit;
}

body#category #js-product-list .product-title a:hover {
  color: #ffd27d;
}

body#category #js-product-list .product-reference {
  display: none;
}

body#category #js-product-list .product-price-and-shipping {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 7px;
  margin: 2px 0 10px;
  padding: 7px 10px 8px;
  border: 1px solid rgba(255, 189, 69, .18);
  border-radius: 11px;
  background: rgba(255, 189, 69, .07);
  text-align: center;
}

body#category #js-product-list .products-grid .product-price-and-shipping::before {
  content: "Precio";
  width: 100%;
  color: #e2b77d;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1;
  text-transform: uppercase;
}

body#category #js-product-list .product-price {
  color: #ffd044;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.2;
  text-shadow: 0 1px rgba(0, 0, 0, .25);
}

body#category #js-product-list .regular-price {
  color: #c9a99a !important;
  font-size: 12px;
}

body#category #js-product-list .product-description-short {
  display: -webkit-box;
  overflow: hidden;
  min-height: 52px;
  margin: 0 0 13px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #f3ddcc !important;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  opacity: 1 !important;
  text-align: center;
}

body#category #js-product-list .product-description-short a {
  color: inherit;
}

body#category #js-product-list .products-grid .product-add-cart {
  margin-top: auto;
}

body#category #js-product-list .product-add-cart form,
body#category #js-product-list .input-group-add-cart {
  width: 100%;
}

body#category #js-product-list .input-group-add-cart {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 8px;
}

body#category #js-product-list .input-qty {
  width: 52px;
  height: 43px;
  padding: 5px;
  border: 1px solid rgba(255, 189, 69, .48);
  border-radius: 11px;
  background: #fff9ed;
  color: #49150e;
  font-weight: 800;
  text-align: center;
  box-shadow: none;
}

body#category #js-product-list .btn-product-list {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 43px;
  padding: 9px 10px;
  border: 1px solid #ffcd73;
  border-radius: 11px;
  background: linear-gradient(180deg, #ffc95d 0, #f0a323 54%, #d67a12 100%);
  box-shadow: 0 6px 14px rgba(117, 43, 5, .32), inset 0 1px rgba(255, 255, 255, .45);
  color: #4e160d;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  transition: filter .2s ease, transform .2s ease, box-shadow .2s ease;
}

body#category #js-product-list .btn-product-list:hover,
body#category #js-product-list .btn-product-list:focus {
  background: linear-gradient(180deg, #ffd477 0, #ffb333 58%, #e48713 100%);
  box-shadow: 0 8px 18px rgba(117, 43, 5, .42), inset 0 1px rgba(255, 255, 255, .5);
  color: #3d0f09;
  transform: translateY(-1px);
}

body#category #js-product-list a:focus-visible,
body#category #js-product-list button:focus-visible,
body#category #js-product-list input:focus-visible,
body#category #js-product-list-top a:focus-visible,
body#category #js-product-list-top button:focus-visible {
  outline: 3px solid #fff1b8;
  outline-offset: 2px;
}

body#category #js-product-list .product-availability .badge {
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .18);
}

body#category #js-product-list .products-list > .js-product-miniature-wrapper {
  margin-bottom: 14px;
}

body#category #js-product-list .product-miniature-list {
  overflow: hidden;
  padding: 14px;
  border: 1px solid var(--tc-category-border);
  border-radius: 18px;
  background: linear-gradient(145deg, var(--tc-category-panel-soft), #351008);
  box-shadow: 0 12px 28px rgba(18, 4, 1, .26);
  color: var(--tc-category-copy);
}

body#category #js-product-list .product-miniature-list .thumbnail-container {
  overflow: hidden;
  border: 1px solid rgba(255, 189, 69, .3);
  border-radius: 15px;
  background: var(--tc-category-cream);
}

body#category #js-product-list .product-miniature-list .col-description {
  padding-top: 8px;
  padding-bottom: 8px;
}

body#category #js-product-list .product-miniature-list .product-description-short {
  display: block;
  min-height: 0;
  color: var(--tc-category-muted) !important;
}

body#category #js-product-list .product-miniature-list .col-buy {
  display: flex;
  min-width: 220px;
  flex-direction: column;
  justify-content: center;
  padding: 12px;
  border-left: 1px solid rgba(255, 189, 69, .2);
}

body#category .pagination .page-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin: 22px 0 4px;
}

body#category .pagination .page-list li {
  margin: 0;
}

body#category .pagination .page-list a,
body#category .pagination .page-list .spacer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 11px;
  border: 1px solid var(--tc-category-border);
  border-radius: 11px;
  background: rgba(75, 23, 14, .92);
  color: #f6d6bd;
  font-weight: 800;
}

body#category .pagination .page-list a:hover,
body#category .pagination .page-list .current a {
  border-color: #ffd179;
  background: linear-gradient(145deg, #d88c20, #a64917);
  color: #fff;
}

body#category #products > .alert-warning {
  padding: 22px;
  border: 1px solid rgba(255, 189, 69, .42);
  border-radius: 16px;
  background: linear-gradient(135deg, #fff3cf, #ffe2a5);
  box-shadow: 0 12px 28px rgba(25, 5, 2, .18);
  color: #6c2717;
  text-align: center;
}

body#category #facets-loader-icon,
body#category #infinity-loader-icon {
  color: var(--tc-category-gold);
}

@media (max-width: 991px) {
  body#category #js-product-list-top.products-selection {
    padding: 10px;
  }

  body#category #js-product-list .products-grid > .js-product-miniature-wrapper {
    padding: 6px;
  }

  body#category #js-product-list .products-grid {
    margin-right: -6px;
    margin-left: -6px;
  }

  body#category #js-product-list .product-miniature-list .col-buy {
    min-width: 190px;
  }
}

@media (max-width: 767px) {
  body#category #js-product-list-header {
    margin-bottom: 14px;
  }

  body#category #js-product-list-header .page-title {
    gap: 9px;
    padding-right: 10px;
    padding-left: 10px;
  }

  body#category #js-product-list-header .page-title::before {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    font-size: 17px;
  }

  body#category #js-product-list-top .facated-toggler {
    padding-right: 5px;
    padding-left: 5px;
  }

  body#category #js-product-list-top .products-sort-nb-dropdown {
    margin-left: 4px;
  }

  body#category #js-product-list .product-miniature-list .col-buy {
    min-width: 0;
    margin-top: 8px;
    border-top: 1px solid rgba(255, 189, 69, .2);
    border-left: 0;
  }
}

@media (max-width: 575px) {
  body#category #js-product-list .products-grid .thumbnail-container {
    margin: 6px 6px 0;
    border-radius: 13px;
  }

  body#category #js-product-list .products-grid .product-description {
    padding: 10px 9px 11px;
  }

  body#category #js-product-list .product-category-name {
    margin-bottom: 6px;
    padding: 3px 7px;
    font-size: 8px;
  }

  body#category #js-product-list .product-title {
    min-height: 39px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1.35;
  }

  body#category #js-product-list .product-price {
    font-size: 17px;
  }

  body#category #js-product-list .products-grid .product-description-short {
    min-height: 47px;
    margin-bottom: 9px;
    -webkit-line-clamp: 3;
    font-size: 11.5px;
    line-height: 1.4;
  }

  body#category #js-product-list .input-group-add-cart {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 5px;
  }

  body#category #js-product-list .input-qty {
    width: 40px;
    height: 40px;
    padding: 3px;
    border-radius: 9px;
    font-size: 12px;
  }

  body#category #js-product-list .btn-product-list {
    min-height: 40px;
    padding: 7px 5px;
    border-radius: 9px;
    font-size: 9px;
  }

  body#category #js-product-list .btn-product-list .bag-icon {
    margin-right: 1px;
  }

  body#category #js-product-list .product-functional-buttons-links a {
    width: 34px;
    height: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body#category #js-product-list .product-miniature,
  body#category #js-product-list .product-thumbnail img,
  body#category #js-product-list .btn-product-list,
  body#category #js-product-list-top a {
    transition: none;
  }
}

body#category #js-product-list .input-group-add-cart .bootstrap-touchspin {
  position: relative;
  display: flex;
  width: 56px;
  height: 43px;
  min-width: 56px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 189, 69, .48);
  border-radius: 11px;
  background: #fff9ed;
}

body#category #js-product-list .input-group-add-cart .bootstrap-touchspin .input-qty {
  width: 36px;
  height: 41px;
  flex: 0 0 36px;
  padding: 4px 2px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  appearance: textfield;
}

body#category #js-product-list .input-group-add-cart .bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  width: 20px;
  height: 41px;
  flex-direction: column;
  border-left: 1px solid #ead09b;
}

body#category #js-product-list .input-group-add-cart .bootstrap-touchspin .btn-touchspin {
  position: relative;
  display: flex;
  width: 20px;
  min-width: 20px;
  height: 20.5px;
  min-height: 0;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #fff2d5;
  color: #71301d;
  line-height: 1;
}

body#category #js-product-list .input-group-add-cart .bootstrap-touchspin .bootstrap-touchspin-up {
  border-bottom: 1px solid #ead09b;
}

body#category #js-product-list .input-group-add-cart .bootstrap-touchspin .btn-touchspin:hover {
  background: #ffd989;
  color: #481209;
}

body#category #js-product-list .input-group-add-cart .bootstrap-touchspin .btn-touchspin i {
  position: static;
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  font-size: 11px;
  line-height: 1;
}

@media (max-width: 575px) {
  body#category #js-product-list .input-group-add-cart {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  body#category #js-product-list .input-group-add-cart .bootstrap-touchspin {
    width: 46px;
    min-width: 46px;
    height: 40px;
    border-radius: 9px;
  }

  body#category #js-product-list .input-group-add-cart .bootstrap-touchspin .input-qty {
    width: 29px;
    height: 38px;
    flex-basis: 29px;
  }

  body#category #js-product-list .input-group-add-cart .bootstrap-touchspin .input-group-btn-vertical {
    width: 17px;
    height: 38px;
  }

  body#category #js-product-list .input-group-add-cart .bootstrap-touchspin .btn-touchspin {
    width: 17px;
    min-width: 17px;
    height: 19px;
  }
}

body#category #js-product-list .input-group-add-cart {
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
}

@media (max-width: 575px) {
  body#category #js-product-list .input-group-add-cart {
    grid-template-columns: 46px minmax(0, 1fr);
  }
}

body#category #js-product-list .products-list .product-miniature-list {
  padding: 17px;
}

body#category #js-product-list .products-list .product-miniature-list-row {
  min-height: 230px;
  align-items: stretch;
  margin: 0;
}

body#category #js-product-list .products-list .product-miniature-list-row > .col-sm-3 {
  display: flex;
  max-width: 230px;
  flex: 0 0 230px;
  padding: 0;
}

body#category #js-product-list .products-list .thumbnail-container {
  display: flex;
  width: 100%;
  height: 230px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 12px;
}

body#category #js-product-list .products-list .product-thumbnail,
body#category #js-product-list .products-list .product-thumbnail picture {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

body#category #js-product-list .products-list .product-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body#category #js-product-list .products-list .col-description {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 15px 24px;
  text-align: left;
}

body#category #js-product-list .products-list .product-title {
  display: block;
  min-height: 0;
  margin-bottom: 12px;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  text-align: left;
}

body#category #js-product-list .products-list .product-description-short {
  display: -webkit-box;
  overflow: hidden;
  min-height: 0;
  max-width: 720px;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  color: #f0d8c5 !important;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
  opacity: 1 !important;
  text-align: left;
}

body#category #js-product-list .products-list .col-buy {
  display: flex;
  max-width: 235px;
  min-width: 235px;
  flex: 0 0 235px;
  align-items: stretch;
  justify-content: center;
  padding: 18px 0 18px 18px;
  border-left: 1px solid rgba(255, 189, 69, .2);
}

body#category #js-product-list .products-list .product-price-and-shipping {
  width: 100%;
  margin: 0 0 12px;
  padding: 10px;
}

body#category #js-product-list .products-list .product-price-and-shipping::before {
  content: "Precio";
  width: 100%;
  color: #e2b77d;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

body#category #js-product-list .products-list .product-price {
  font-size: 23px;
}

body#category #js-product-list .products-list .product-add-cart,
body#category #js-product-list .products-list .product-add-cart form {
  width: 100%;
}

body#category #js-product-list .products-list .product-functional-buttons {
  position: static;
  margin-top: 12px;
}

body#category #js-product-list .products-list .product-functional-buttons-links {
  justify-content: center;
}

@media (max-width: 991px) {
  body#category #js-product-list .products-list .product-miniature-list-row > .col-sm-3 {
    max-width: 190px;
    flex-basis: 190px;
  }

  body#category #js-product-list .products-list .thumbnail-container {
    height: 200px;
  }

  body#category #js-product-list .products-list .col-description {
    padding-right: 16px;
    padding-left: 16px;
  }

  body#category #js-product-list .products-list .col-buy {
    max-width: 215px;
    min-width: 215px;
    flex-basis: 215px;
  }
}

@media (max-width: 767px) {
  body#category #js-product-list .products-list .product-miniature-list-row {
    min-height: 0;
    flex-wrap: wrap;
  }

  body#category #js-product-list .products-list .product-miniature-list-row > .col-sm-3 {
    max-width: 150px;
    flex-basis: 150px;
  }

  body#category #js-product-list .products-list .thumbnail-container {
    height: 150px;
  }

  body#category #js-product-list .products-list .col-description {
    min-width: calc(100% - 150px);
    padding: 8px 0 8px 14px;
  }

  body#category #js-product-list .products-list .product-title {
    font-size: 16px;
  }

  body#category #js-product-list .products-list .product-description-short {
    -webkit-line-clamp: 3;
    font-size: 11.5px;
  }

  body#category #js-product-list .products-list .col-buy {
    max-width: 100%;
    min-width: 100%;
    flex-basis: 100%;
    margin-top: 13px;
    padding: 13px 0 0;
    border-top: 1px solid rgba(255, 189, 69, .2);
    border-left: 0;
  }
}

body#category #js-product-list .products-list .product-functional-buttons-links {
  width: 100%;
  justify-content: center;
  gap: 8px;
}

body#category #js-product-list .products-list .product-functional-buttons-links a {
  width: auto;
  height: 38px;
  flex: 1 1 0;
  gap: 6px;
  padding: 0 10px;
  border-radius: 10px;
  background: rgba(255, 190, 69, .08);
  box-shadow: none;
  font-size: 0;
}

body#category #js-product-list .products-list .product-functional-buttons-links a::after {
  color: #f0c991;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

body#category #js-product-list .products-list .product-functional-buttons-links .btn-iqitwishlist-add::after {
  content: "Favoritos";
}

body#category #js-product-list .products-list .product-functional-buttons-links .js-quick-view-iqit::after {
  content: "Vista rápida";
}

body#category #js-product-list .products-list .product-functional-buttons-links a i {
  font-size: 14px;
}

body#category #js-product-list .products-list .product-functional-buttons-links a:hover::after {
  color: #4d150d;
}
