/*
 * WooCommerce tienda, categorias y tags de producto.
 * Cargado solo en is_shop(), is_product_category() e is_product_tag().
 */

/* =========================================================
   Estilos WooCommerce archivo clasico
   ========================================================= */

/* Base de pagina tienda */

body.woocommerce-shop,
body.tax-product_cat,
body.tax-product_tag {
  background: #fafafa;
  color: #111;
}

body.woocommerce-shop .main,
body.tax-product_cat .main,
body.tax-product_tag .main {
  background: #fafafa;
}

body.woocommerce-shop .main > .container,
body.tax-product_cat .main > .container,
body.tax-product_tag .main > .container,
body.woocommerce-shop .content-area,
body.tax-product_cat .content-area,
body.tax-product_tag .content-area,
body.woocommerce-shop .site-main,
body.tax-product_cat .site-main,
body.tax-product_tag .site-main {
  width: min(100%, 1240px);
  max-width: 1240px;
  margin-inline: auto;
}

body.woocommerce-shop .main > .container,
body.tax-product_cat .main > .container,
body.tax-product_tag .main > .container {
  padding: clamp(36px, 6vw, 86px) clamp(18px, 4vw, 42px);
}

body.woocommerce-shop .page-title,
body.tax-product_cat .page-title,
body.tax-product_tag .page-title,
body.woocommerce-shop .woocommerce-products-header__title,
body.tax-product_cat .woocommerce-products-header__title,
body.tax-product_tag .woocommerce-products-header__title {
  margin: 0 0 18px;
  color: #080808;
  font-family: "Kenyan Coffee", Arial, Helvetica, sans-serif;
  font-size: clamp(42px, 7vw, 88px);
  font-weight: 700;
  line-height: .9;
  letter-spacing: .01em;
  text-transform: uppercase;
}

body.woocommerce-shop .woocommerce-products-header,
body.tax-product_cat .woocommerce-products-header,
body.tax-product_tag .woocommerce-products-header {
  max-width: 920px;
  margin: 0 0 clamp(28px, 5vw, 56px);
}

body.woocommerce-shop .woocommerce-products-header__title::after,
body.tax-product_cat .woocommerce-products-header__title::after,
body.tax-product_tag .woocommerce-products-header__title::after {
  content: "";
  display: block;
  width: 68px;
  height: 4px;
  margin-top: 18px;
  border-radius: 999px;
  background: #E91E63;
}

body.woocommerce-shop .woocommerce-products-header .term-description,
body.tax-product_cat .woocommerce-products-header .term-description,
body.tax-product_tag .woocommerce-products-header .term-description {
  max-width: 720px;
  margin-top: 18px;
  color: #4b4b4b;
  font-size: 16px;
  line-height: 1.7;
}

/* Breadcrumb, resultado y ordenacion */

body.woocommerce-shop .woocommerce-breadcrumb,
body.tax-product_cat .woocommerce-breadcrumb,
body.tax-product_tag .woocommerce-breadcrumb {
  margin: 0 0 22px;
  color: #777;
  font-size: 13px;
  line-height: 1.5;
}

body.woocommerce-shop .woocommerce-breadcrumb a,
body.tax-product_cat .woocommerce-breadcrumb a,
body.tax-product_tag .woocommerce-breadcrumb a {
  color: #202020;
  text-decoration: none;
}

body.woocommerce-shop .woocommerce-breadcrumb a:hover,
body.tax-product_cat .woocommerce-breadcrumb a:hover,
body.tax-product_tag .woocommerce-breadcrumb a:hover {
  color: #E91E63;
}

body.woocommerce-shop .woocommerce-result-count,
body.tax-product_cat .woocommerce-result-count,
body.tax-product_tag .woocommerce-result-count {
  margin: 0 0 22px;
  color: #626262;
  font-size: 14px;
  line-height: 42px;
}

body.woocommerce-shop .woocommerce-ordering,
body.tax-product_cat .woocommerce-ordering,
body.tax-product_tag .woocommerce-ordering {
  margin: 0 0 22px;
}

body.woocommerce-shop .woocommerce-ordering select,
body.tax-product_cat .woocommerce-ordering select,
body.tax-product_tag .woocommerce-ordering select {
  min-height: 42px;
  padding: 0 42px 0 16px;
  border: 1px solid #dedede;
  border-radius: 999px;
  background-color: #fff;
  color: #171717;
  font-size: 14px;
  line-height: 1.2;
  box-shadow: 0 10px 28px rgba(8, 8, 8, .04);
}

/* Grid de productos */

body.woocommerce-shop.woocommerce ul.products,
body.tax-product_cat.woocommerce ul.products,
body.tax-product_tag.woocommerce ul.products,
body.woocommerce-shop .woocommerce ul.products,
body.tax-product_cat .woocommerce ul.products,
body.tax-product_tag .woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 30px);
  clear: both;
  margin: 0;
  padding: 0;
}

body.woocommerce-shop.woocommerce ul.products::before,
body.woocommerce-shop.woocommerce ul.products::after,
body.tax-product_cat.woocommerce ul.products::before,
body.tax-product_cat.woocommerce ul.products::after,
body.tax-product_tag.woocommerce ul.products::before,
body.tax-product_tag.woocommerce ul.products::after,
body.woocommerce-shop .woocommerce ul.products::before,
body.woocommerce-shop .woocommerce ul.products::after,
body.tax-product_cat .woocommerce ul.products::before,
body.tax-product_cat .woocommerce ul.products::after,
body.tax-product_tag .woocommerce ul.products::before,
body.tax-product_tag .woocommerce ul.products::after {
  content: none;
}

body.woocommerce-shop.woocommerce ul.products li.product,
body.tax-product_cat.woocommerce ul.products li.product,
body.tax-product_tag.woocommerce ul.products li.product,
body.woocommerce-shop .woocommerce ul.products li.product,
body.tax-product_cat .woocommerce ul.products li.product,
body.tax-product_tag .woocommerce ul.products li.product {
  float: none;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(8, 8, 8, .08);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(8, 8, 8, .06);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

body.woocommerce-shop.woocommerce ul.products li.product:hover,
body.tax-product_cat.woocommerce ul.products li.product:hover,
body.tax-product_tag.woocommerce ul.products li.product:hover,
body.woocommerce-shop .woocommerce ul.products li.product:hover,
body.tax-product_cat .woocommerce ul.products li.product:hover,
body.tax-product_tag .woocommerce ul.products li.product:hover {
  transform: translateY(-4px);
  border-color: rgba(233, 30, 99, .22);
  box-shadow: 0 26px 70px rgba(8, 8, 8, .1);
}

/* Tarjeta de producto */

body.woocommerce-shop ul.products li.product a.woocommerce-LoopProduct-link,
body.tax-product_cat ul.products li.product a.woocommerce-LoopProduct-link,
body.tax-product_tag ul.products li.product a.woocommerce-LoopProduct-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

body.woocommerce-shop ul.products li.product img,
body.tax-product_cat ul.products li.product img,
body.tax-product_tag ul.products li.product img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  margin: 0 0 18px;
  border-radius: 16px;
  background: #f3f3f3;
  object-fit: cover;
  box-shadow: none;
}

body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
body.tax-product_tag ul.products li.product .woocommerce-loop-product__title,
body.woocommerce-shop ul.products li.product h2,
body.tax-product_cat ul.products li.product h2,
body.tax-product_tag ul.products li.product h2 {
  min-height: 2.6em;
  margin: 0 2px 10px;
  padding: 0;
  color: #111;
  font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: -.015em;
  text-transform: none;
}

body.woocommerce-shop ul.products li.product .price,
body.tax-product_cat ul.products li.product .price,
body.tax-product_tag ul.products li.product .price {
  display: block;
  margin: 0 2px 16px;
  color: #080808;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}

body.woocommerce-shop ul.products li.product .price del,
body.tax-product_cat ul.products li.product .price del,
body.tax-product_tag ul.products li.product .price del {
  color: #8a8a8a;
  font-weight: 400;
  opacity: 1;
}

body.woocommerce-shop ul.products li.product .price ins,
body.tax-product_cat ul.products li.product .price ins,
body.tax-product_tag ul.products li.product .price ins {
  color: #E91E63;
  font-weight: 800;
  text-decoration: none;
}

body.woocommerce-shop ul.products li.product .star-rating,
body.tax-product_cat ul.products li.product .star-rating,
body.tax-product_tag ul.products li.product .star-rating {
  margin: 0 2px 12px;
  color: #E91E63;
}

body.woocommerce-shop ul.products li.product .button,
body.tax-product_cat ul.products li.product .button,
body.tax-product_tag ul.products li.product .button,
body.woocommerce-shop ul.products li.product a.added_to_cart,
body.tax-product_cat ul.products li.product a.added_to_cart,
body.tax-product_tag ul.products li.product a.added_to_cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: 0;
  padding: 0 18px;
  border: 1px solid #080808;
  border-radius: 999px;
  background: #080808;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  text-transform: none;
  letter-spacing: .01em;
  box-shadow: none;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

body.woocommerce-shop ul.products li.product .button:hover,
body.tax-product_cat ul.products li.product .button:hover,
body.tax-product_tag ul.products li.product .button:hover,
body.woocommerce-shop ul.products li.product a.added_to_cart:hover,
body.tax-product_cat ul.products li.product a.added_to_cart:hover,
body.tax-product_tag ul.products li.product a.added_to_cart:hover {
  border-color: #E91E63;
  background: #E91E63;
  color: #fff;
  transform: translateY(-1px);
}

body.woocommerce-shop ul.products li.product .added_to_cart,
body.tax-product_cat ul.products li.product .added_to_cart,
body.tax-product_tag ul.products li.product .added_to_cart {
  margin-top: 10px;
}

body.woocommerce-shop ul.products li.product .onsale,
body.tax-product_cat ul.products li.product .onsale,
body.tax-product_tag ul.products li.product .onsale {
  top: 24px;
  right: 24px;
  left: auto;
  min-width: 0;
  min-height: 0;
  padding: 7px 11px;
  border-radius: 999px;
  background: #E91E63;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

/* Limpieza de metadatos en listados */

body.woocommerce-shop ul.products li.product .product_meta,
body.tax-product_cat ul.products li.product .product_meta,
body.tax-product_tag ul.products li.product .product_meta,
body.woocommerce-shop ul.products li.product .posted_in,
body.tax-product_cat ul.products li.product .posted_in,
body.tax-product_tag ul.products li.product .posted_in,
body.woocommerce-shop ul.products li.product .tagged_as,
body.tax-product_cat ul.products li.product .tagged_as,
body.tax-product_tag ul.products li.product .tagged_as {
  display: none;
}

/* Avisos WooCommerce */

body.woocommerce-shop .woocommerce-message,
body.woocommerce-shop .woocommerce-info,
body.woocommerce-shop .woocommerce-error,
body.tax-product_cat .woocommerce-message,
body.tax-product_cat .woocommerce-info,
body.tax-product_cat .woocommerce-error,
body.tax-product_tag .woocommerce-message,
body.tax-product_tag .woocommerce-info,
body.tax-product_tag .woocommerce-error {
  margin: 0 0 24px;
  padding: 18px 20px;
  border: 1px solid rgba(8, 8, 8, .08);
  border-left: 4px solid #E91E63;
  border-radius: 16px;
  background: #fff;
  color: #191919;
  box-shadow: 0 16px 42px rgba(8, 8, 8, .06);
}

body.woocommerce-shop .woocommerce-error,
body.tax-product_cat .woocommerce-error,
body.tax-product_tag .woocommerce-error {
  border-left-color: #b42318;
}

body.woocommerce-shop .woocommerce-message::before,
body.woocommerce-shop .woocommerce-info::before,
body.tax-product_cat .woocommerce-message::before,
body.tax-product_cat .woocommerce-info::before,
body.tax-product_tag .woocommerce-message::before,
body.tax-product_tag .woocommerce-info::before {
  color: #E91E63;
}

body.woocommerce-shop .woocommerce-error::before,
body.tax-product_cat .woocommerce-error::before,
body.tax-product_tag .woocommerce-error::before {
  color: #b42318;
}

body.woocommerce-shop .woocommerce-message .button,
body.woocommerce-shop .woocommerce-info .button,
body.tax-product_cat .woocommerce-message .button,
body.tax-product_cat .woocommerce-info .button,
body.tax-product_tag .woocommerce-message .button,
body.tax-product_tag .woocommerce-info .button {
  border-radius: 999px;
  background: #080808;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

/* Paginacion y estado vacio */

body.woocommerce-shop .woocommerce-pagination,
body.tax-product_cat .woocommerce-pagination,
body.tax-product_tag .woocommerce-pagination {
  margin-top: clamp(28px, 5vw, 56px);
}

body.woocommerce-shop .woocommerce-pagination ul,
body.tax-product_cat .woocommerce-pagination ul,
body.tax-product_tag .woocommerce-pagination ul {
  border: 0;
}

body.woocommerce-shop .woocommerce-pagination ul li,
body.tax-product_cat .woocommerce-pagination ul li,
body.tax-product_tag .woocommerce-pagination ul li {
  margin: 0 4px;
  border: 0;
}

body.woocommerce-shop .woocommerce-pagination ul li a,
body.woocommerce-shop .woocommerce-pagination ul li span,
body.tax-product_cat .woocommerce-pagination ul li a,
body.tax-product_cat .woocommerce-pagination ul li span,
body.tax-product_tag .woocommerce-pagination ul li a,
body.tax-product_tag .woocommerce-pagination ul li span {
  min-width: 42px;
  min-height: 42px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  box-shadow: 0 10px 26px rgba(8, 8, 8, .05);
}

body.woocommerce-shop .woocommerce-pagination ul li span.current,
body.tax-product_cat .woocommerce-pagination ul li span.current,
body.tax-product_tag .woocommerce-pagination ul li span.current {
  background: #080808;
  color: #fff;
}

body.woocommerce-shop .woocommerce-info,
body.tax-product_cat .woocommerce-info,
body.tax-product_tag .woocommerce-info {
  width: 100%;
}

/* =========================================================
   Pictografica tienda custom sin Elementor
   ========================================================= */

.picto-shop-main {
  background:
    linear-gradient(180deg, #ffffff 0%, #fafafa 42%, #f5f5f5 100%);
}

.picto-shop-page {
  min-height: 100vh;
  background:
    linear-gradient(180deg, #ffffff 0%, #fafafa 42%, #f5f5f5 100%);
  color: #101010;
  font-family: "Inter Tight", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.picto-shop-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 18%, rgba(233, 30, 99, .22), transparent 34%),
    radial-gradient(circle at 88% 8%, rgba(255, 255, 255, .1), transparent 26%),
    linear-gradient(135deg, #050505 0%, #080808 46%, #150711 100%);
  color: #fff;
  isolation: isolate;
}

.picto-shop-hero::before,
.picto-shop-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.picto-shop-hero::before {
  z-index: -1;
  background:
    linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(120deg, rgba(0, 0, 0, .8), transparent 72%);
}

.picto-shop-hero::after {
  z-index: -1;
  border-top: 1px solid rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background:
    linear-gradient(90deg, transparent, rgba(233, 30, 99, .16), transparent),
    linear-gradient(180deg, rgba(255, 255, 255, .035), transparent 44%);
}

.picto-shop-hero-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1220px);
  margin-inline: auto;
  padding: clamp(84px, 11vw, 148px) clamp(20px, 4vw, 46px) clamp(74px, 9vw, 118px);
}

.picto-shop-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  margin-bottom: 24px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.picto-shop-hero h1 {
  max-width: 850px;
  margin: 0;
  color: #fff;
  font-family: "Kenyan Coffee", Arial, Helvetica, sans-serif;
  font-size: clamp(58px, 9.4vw, 132px);
  font-weight: 700;
  line-height: .88;
  letter-spacing: .018em;
  text-transform: uppercase;
  text-wrap: balance;
}

.picto-shop-hero p {
  max-width: 650px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(16px, 1.65vw, 20px);
  line-height: 1.58;
  letter-spacing: .005em;
}

.picto-shop-content {
  width: min(calc(100% - 40px), 1220px);
  margin-inline: auto;
  margin-top: clamp(28px, 5vw, 56px);
  margin-bottom: clamp(52px, 8vw, 110px);
  padding: clamp(28px, 4.6vw, 54px);
  border: 1px solid rgba(8, 8, 8, .065);
  border-radius: clamp(26px, 3vw, 40px);
  background: rgba(255, 255, 255, .92);
  box-shadow:
    0 28px 90px rgba(8, 8, 8, .08),
    inset 0 1px 0 rgba(255, 255, 255, .85);
}

.picto-shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: clamp(26px, 4vw, 42px);
}

.picto-shop-toolbar p {
  margin: 0;
  color: #3f3f3f;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .09em;
  line-height: 1.3;
  text-transform: uppercase;
}

.picto-shop-toolbar p::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: #E91E63;
}

.picto-shop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.6vw, 34px);
}

.picto-shop-card,
.picto-product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(8, 8, 8, .075);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(8, 8, 8, .055);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.picto-shop-card:hover,
.picto-product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(233, 30, 99, .28);
  box-shadow:
    0 30px 74px rgba(8, 8, 8, .11),
    0 0 0 1px rgba(233, 30, 99, .06);
}

.picto-shop-card-media,
.picto-product-card__image {
  display: block;
  overflow: hidden;
  padding: 16px 16px 0;
  text-decoration: none;
}

.picto-shop-card-media img,
.picto-shop-card-image,
.picto-product-card__image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  border-radius: 22px;
  background: #f4f4f4;
  object-fit: cover;
  transition: transform .28s ease, filter .28s ease;
}

.picto-shop-card:hover .picto-shop-card-media img,
.picto-shop-card:hover .picto-shop-card-image,
.picto-product-card:hover .picto-product-card__image img {
  transform: scale(1.035);
  filter: saturate(1.03) contrast(1.02);
}

.picto-shop-card-body,
.picto-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.picto-shop-card-title {
  margin: 0 0 16px;
  color: #0d0d0d;
  font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.45vw, 22px);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -.018em;
  text-transform: none;
}

.picto-shop-card-title a {
  color: inherit;
  text-decoration: none;
}

.picto-shop-card-title a:hover {
  color: #E91E63;
}

.picto-shop-card-price,
.picto-product-card__price {
  margin: auto 0 20px;
  color: #080808;
  font-size: clamp(18px, 1.45vw, 21px);
  font-weight: 850;
  line-height: 1.25;
}

.picto-shop-card-price del,
.picto-product-card__price del {
  color: #8a8a8a;
  font-weight: 500;
}

.picto-shop-card-price ins,
.picto-product-card__price ins {
  color: #E91E63;
  text-decoration: none;
}

.picto-shop-card-button,
.picto-product-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  width: fit-content;
  padding: 0 22px;
  border: 1px solid #080808;
  border-radius: 999px;
  background: #080808;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  letter-spacing: .015em;
  transition: background .18s ease, border-color .18s ease, transform .18s ease, color .18s ease;
}

.picto-shop-card-button:hover,
.picto-shop-card-button:focus,
.picto-product-card__button:hover,
.picto-product-card__button:focus {
  border-color: #E91E63;
  background: #E91E63;
  color: #fff;
  transform: translateY(-1px);
}

.picto-shop-empty {
  max-width: 680px;
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid rgba(8, 8, 8, .08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 54px rgba(8, 8, 8, .07);
}

.picto-shop-empty h2 {
  margin: 0 0 12px;
  color: #080808;
  font-family: "Kenyan Coffee", Arial, Helvetica, sans-serif;
  font-size: clamp(36px, 5vw, 62px);
  line-height: .92;
  text-transform: uppercase;
}

.picto-shop-empty p {
  margin: 0;
  color: #555;
  font-size: 17px;
  line-height: 1.6;
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 1024px) {
  body.woocommerce-shop.woocommerce ul.products,
  body.tax-product_cat.woocommerce ul.products,
  body.tax-product_tag.woocommerce ul.products,
  body.woocommerce-shop .woocommerce ul.products,
  body.tax-product_cat .woocommerce ul.products,
  body.tax-product_tag .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .picto-shop-content {
    width: min(calc(100% - 32px), 1220px);
  }
}

@media (max-width: 640px) {
  body.woocommerce-shop .main > .container,
  body.tax-product_cat .main > .container,
  body.tax-product_tag .main > .container {
    padding-inline: 16px;
  }

  body.woocommerce-shop .woocommerce-result-count,
  body.tax-product_cat .woocommerce-result-count,
  body.tax-product_tag .woocommerce-result-count,
  body.woocommerce-shop .woocommerce-ordering,
  body.tax-product_cat .woocommerce-ordering,
  body.tax-product_tag .woocommerce-ordering {
    float: none;
    width: 100%;
    line-height: 1.4;
  }

  body.woocommerce-shop .woocommerce-ordering select,
  body.tax-product_cat .woocommerce-ordering select,
  body.tax-product_tag .woocommerce-ordering select {
    width: 100%;
  }

  body.woocommerce-shop.woocommerce ul.products,
  body.tax-product_cat.woocommerce ul.products,
  body.tax-product_tag.woocommerce ul.products,
  body.woocommerce-shop .woocommerce ul.products,
  body.tax-product_cat .woocommerce ul.products,
  body.tax-product_tag .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  body.woocommerce-shop.woocommerce ul.products li.product,
  body.tax-product_cat.woocommerce ul.products li.product,
  body.tax-product_tag.woocommerce ul.products li.product,
  body.woocommerce-shop .woocommerce ul.products li.product,
  body.tax-product_cat .woocommerce ul.products li.product,
  body.tax-product_tag .woocommerce ul.products li.product {
    border-radius: 18px;
    padding: 12px;
  }

  body.woocommerce-shop ul.products li.product img,
  body.tax-product_cat ul.products li.product img,
  body.tax-product_tag ul.products li.product img {
    border-radius: 14px;
  }

  .picto-shop-hero-inner {
    padding: 58px 18px 54px;
  }

  .picto-shop-kicker {
    min-height: 32px;
    margin-bottom: 18px;
    padding-inline: 12px;
    font-size: 11px;
    letter-spacing: .1em;
  }

  .picto-shop-hero h1 {
    max-width: 100%;
    font-size: clamp(46px, 16vw, 72px);
    line-height: .92;
    letter-spacing: .012em;
  }

  .picto-shop-hero p {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.55;
  }

  .picto-shop-content {
    width: min(calc(100% - 24px), 1220px);
    margin-top: 24px;
    margin-bottom: 58px;
    padding: 18px;
    border-radius: 24px;
  }

  .picto-shop-toolbar {
    margin-bottom: 20px;
  }

  .picto-shop-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .picto-shop-card,
  .picto-product-card {
    border-radius: 22px;
  }

  .picto-shop-card-body,
  .picto-product-card__body {
    padding: 18px;
  }

  .picto-shop-card-media,
  .picto-product-card__image {
    padding: 12px 12px 0;
  }

  .picto-shop-card-media img,
  .picto-shop-card-image,
  .picto-product-card__image img {
    border-radius: 18px;
  }

  .picto-shop-card-button,
  .picto-product-card__button {
    width: 100%;
  }
}
