.shop2[data-astro-cid-j5kbzrce] {
  background: #eef0f3;
  overflow-x: clip;
}

.shop2 .site-shell {
  width: min(1200px, 100vw - 40px);
}

.shop2-head[data-astro-cid-j5kbzrce] {
  margin-bottom: 24px;
  text-align: center;
}

.shop2-head--row[data-astro-cid-j5kbzrce] {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  text-align: left;
  gap: 16px;
}

.shop2-head[data-astro-cid-j5kbzrce] p[data-astro-cid-j5kbzrce] {
  margin: 0 0 4px;
  color: #c2410c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.shop2-head[data-astro-cid-j5kbzrce] h2[data-astro-cid-j5kbzrce] {
  margin: 0;
  font-family: var(--font-brand);
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  color: #170601;
  line-height: 1.05;
}

.shop2-hero[data-astro-cid-j5kbzrce] {
  padding: 32px 0 8px;
}

.shop2-hero__grid[data-astro-cid-j5kbzrce] {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  grid-template-rows: 1fr 1fr;
  gap: 18px;
}

.promo[data-astro-cid-j5kbzrce] {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  min-height: 168px;
  border-radius: 16px;
  padding: 26px;
  color: #fff;
  isolation: isolate;
}

.promo--lg[data-astro-cid-j5kbzrce] {
  grid-row: 1 / span 2;
  min-height: 354px;
  align-items: center;
}

.promo[data-astro-cid-j5kbzrce]:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--img) center / cover no-repeat;
  transform: scale(1.02);
  transition: transform .5s;
}

.promo[data-astro-cid-j5kbzrce]:hover:before {
  transform: scale(1.07);
}

.promo[data-astro-cid-j5kbzrce]:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}

.promo--lg[data-astro-cid-j5kbzrce]:after {
  background: linear-gradient(105deg, #170601eb 0%, #170601bd 45%, #17060140 100%);
}

.promo--orange[data-astro-cid-j5kbzrce]:after {
  background: linear-gradient(120deg, #c13f08ed 0%, #c2410cb8 100%);
}

.promo--dark[data-astro-cid-j5kbzrce]:after {
  background: linear-gradient(120deg, #170601e6 0%, #28120ab3 100%);
}

.promo__body[data-astro-cid-j5kbzrce] {
  max-width: 420px;
}

.promo__kicker[data-astro-cid-j5kbzrce] {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 11px;
  border-radius: 999px;
  background: #c2410c;
  color: #fff;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.promo--orange[data-astro-cid-j5kbzrce] .promo__kicker[data-astro-cid-j5kbzrce] {
  background: #170601;
}

.promo[data-astro-cid-j5kbzrce] h2[data-astro-cid-j5kbzrce] {
  margin: 0 0 12px;
  font-family: var(--font-brand);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1;
}

.promo[data-astro-cid-j5kbzrce] h3[data-astro-cid-j5kbzrce] {
  margin: 0 0 14px;
  font-family: var(--font-brand);
  font-size: 1.55rem;
  line-height: 1.05;
}

.promo[data-astro-cid-j5kbzrce] p[data-astro-cid-j5kbzrce] {
  margin: 0 0 18px;
  color: #ffffffd1;
  font-size: .98rem;
  line-height: 1.55;
}

.promo[data-astro-cid-j5kbzrce] p[data-astro-cid-j5kbzrce] strong[data-astro-cid-j5kbzrce] {
  color: #fff;
}

.promo__btn[data-astro-cid-j5kbzrce] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 8px;
  background: #c2410c;
  color: #fff;
  font-weight: 800;
  font-size: .9rem;
  letter-spacing: .01em;
  cursor: pointer;
  transition: background .18s, transform .18s;
}

.promo__btn[data-astro-cid-j5kbzrce]:hover {
  background: #fff;
  color: #170601;
  transform: translateY(-2px);
}

.promo__btn--ghost[data-astro-cid-j5kbzrce] {
  background: #ffffff24;
  border: 1.5px solid #fff9;
  backdrop-filter: blur(2px);
}

.promo__btn--ghost[data-astro-cid-j5kbzrce]:hover {
  background: #fff;
  color: #170601;
  border-color: #fff;
}

.shop2-finder[data-astro-cid-j5kbzrce] {
  padding: 12px 0;
  position: sticky;
  top: 132px;
  z-index: 35;
  background: #fbf7f3;
}

@media (width <= 1024px) {
  .shop2-finder[data-astro-cid-j5kbzrce] {
    top: 116px;
  }

  .shop-filters[data-astro-cid-j5kbzrce] {
    top: 116px !important;
    max-height: calc(100vh - 128px) !important;
  }
}

.shop2-finder__inner[data-astro-cid-j5kbzrce] {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  padding: 14px 26px;
  border-radius: 16px;
  background: linear-gradient(120deg, #c2410c 0%, #d4490f 100%);
  box-shadow: 0 16px 40px #c13f0847;
}

.shop2-finder__title[data-astro-cid-j5kbzrce] strong[data-astro-cid-j5kbzrce] {
  display: block;
  font-family: var(--font-brand);
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
}

.shop2-finder__title[data-astro-cid-j5kbzrce] span[data-astro-cid-j5kbzrce] {
  display: block;
  margin-top: 5px;
  color: #ffffffd9;
  font-size: .85rem;
}

.shop2-finder__form[data-astro-cid-j5kbzrce] {
  display: grid;
  grid-template-columns: minmax(180px, 240px) minmax(0, 1fr) auto;
  gap: 10px;
}

.shop2-select[data-astro-cid-j5kbzrce] {
  position: relative;
}

.shop2-select[data-astro-cid-j5kbzrce]:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-right: 2px solid #170601;
  border-bottom: 2px solid #170601;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

.shop2-finder__form[data-astro-cid-j5kbzrce] select[data-astro-cid-j5kbzrce], .shop2-finder__form[data-astro-cid-j5kbzrce] input[data-astro-cid-j5kbzrce] {
  width: 100%;
  min-height: 50px;
  border: none;
  border-radius: 9px;
  padding: 0 18px;
  font: inherit;
  font-size: .95rem;
  background: #fff;
  color: #170601;
  outline: none;
  appearance: none;
}

.shop-filters button, .catchip {
  min-height: 44px;
}

.shop2-finder__form[data-astro-cid-j5kbzrce] select[data-astro-cid-j5kbzrce]:focus-visible, .shop2-finder__form[data-astro-cid-j5kbzrce] input[data-astro-cid-j5kbzrce]:focus-visible {
  outline: 3px solid #170601;
  outline-offset: 2px;
}

.shop2-finder__form[data-astro-cid-j5kbzrce] select[data-astro-cid-j5kbzrce] {
  padding-right: 38px;
  cursor: pointer;
}

.shop2-finder__form[data-astro-cid-j5kbzrce] input[data-astro-cid-j5kbzrce]::placeholder {
  color: #9a8f88;
}

.shop2-finder__form[data-astro-cid-j5kbzrce] .button[data-astro-cid-j5kbzrce] {
  min-height: 50px;
  padding: 0 30px;
  border-radius: 9px;
  background: #170601;
  color: #fff;
  font-weight: 800;
  white-space: nowrap;
}

.shop2-finder__form[data-astro-cid-j5kbzrce] .button[data-astro-cid-j5kbzrce]:hover {
  background: #2b120a;
}

.shop2-cats[data-astro-cid-j5kbzrce] {
  padding: 30px 0 14px;
}

.shop2-cats__grid[data-astro-cid-j5kbzrce] {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.shop2-loading[data-astro-cid-j5kbzrce] {
  grid-column: 1 / -1;
  padding: 24px;
  text-align: center;
  color: #8a8079;
}

.catcard {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 22px 14px 18px;
  border: 1px solid #e4e7ec;
  border-radius: 14px;
  background: #fff;
  text-align: center;
  cursor: pointer;
  transition: transform .18s, box-shadow .18s, border-color .18s;
}

.catcard:hover {
  transform: translateY(-4px);
  border-color: #c2410c80;
  box-shadow: 0 16px 34px #1706011f;
}

.catcard__icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fdece4;
  color: #c2410c;
}

.catcard__icon svg {
  width: 28px;
  height: 28px;
}

.catcard__name {
  display: -webkit-box;
  overflow: hidden;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  color: #170601;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.catcard__count {
  color: #9a8f88;
  font-size: 11.5px;
  font-weight: 600;
}

.shop2-catalog[data-astro-cid-j5kbzrce] {
  padding: 26px 0 56px;
}

.shop2-layout[data-astro-cid-j5kbzrce] {
  display: grid;
  grid-template-columns: 256px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.shop-filters[data-astro-cid-j5kbzrce] {
  position: sticky;
  top: 224px;
  max-height: calc(100vh - 130px);
  overflow: auto;
  border-radius: 14px;
  border: 1px solid #e4e7ec;
  background: #fff;
}

.shop-filters__header[data-astro-cid-j5kbzrce] {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border-bottom: 1px solid #eef0f3;
  background: #fff;
}

.shop-filters[data-astro-cid-j5kbzrce] h2[data-astro-cid-j5kbzrce] {
  margin: 0;
  font-family: var(--font-brand);
  font-size: 1.1rem;
  color: #170601;
}

.shop-filters__header[data-astro-cid-j5kbzrce] button[data-astro-cid-j5kbzrce] {
  min-height: 32px;
  border: 1px solid #e4e7ec;
  border-radius: 7px;
  background: #f6f7f9;
  padding: 0 12px;
  font-size: .78rem;
  font-weight: 800;
  color: #5f514c;
  cursor: pointer;
  transition: border-color .15s, color .15s;
}

.shop-filters__header[data-astro-cid-j5kbzrce] button[data-astro-cid-j5kbzrce]:hover {
  border-color: #c2410c;
  color: #c2410c;
}

.shop-category-list[data-astro-cid-j5kbzrce] {
  display: grid;
  padding: 6px 0 10px;
}

.shop-category-loading[data-astro-cid-j5kbzrce] {
  padding: 12px 18px;
  color: #8a8079;
  font-size: .85rem;
}

.shop2-toolbar[data-astro-cid-j5kbzrce] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
  padding: 12px 18px;
  border-radius: 12px;
  border: 1px solid #e4e7ec;
  background: #fff;
}

.shop-status[data-astro-cid-j5kbzrce] {
  margin: 0;
  color: #5f514c;
  font-size: .9rem;
  font-weight: 600;
}

.shop-pager[data-astro-cid-j5kbzrce] {
  display: flex;
  gap: 8px;
  align-items: center;
  white-space: nowrap;
}

.shop-pager[data-astro-cid-j5kbzrce] button[data-astro-cid-j5kbzrce] {
  min-height: 36px;
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  background: #f6f7f9;
  padding: 0 14px;
  font-size: .82rem;
  font-weight: 800;
  color: #170601;
  cursor: pointer;
  transition: border-color .15s, color .15s;
}

.shop-pager[data-astro-cid-j5kbzrce] button[data-astro-cid-j5kbzrce]:hover:not(:disabled) {
  border-color: #c2410c;
  color: #c2410c;
}

.shop-pager[data-astro-cid-j5kbzrce] button[data-astro-cid-j5kbzrce]:disabled {
  opacity: .4;
  cursor: not-allowed;
}

.shop-pager[data-astro-cid-j5kbzrce] span[data-astro-cid-j5kbzrce] {
  min-width: 92px;
  text-align: center;
  color: #8a8079;
  font-size: .85rem;
  font-weight: 700;
}

.shop2-reset[data-astro-cid-j5kbzrce] {
  min-height: 38px;
  border: 1.5px solid #c2410c;
  border-radius: 8px;
  background: #fff5f1;
  padding: 0 16px;
  color: #c2410c;
  font-size: .82rem;
  font-weight: 800;
  cursor: pointer;
}

.shop-grid[data-astro-cid-j5kbzrce] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pcard {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e4e7ec;
  border-radius: 14px;
  background: #fff;
  transition: transform .18s, box-shadow .18s, border-color .18s;
}

.pcard:hover {
  transform: translateY(-4px);
  border-color: #c2410c73;
  box-shadow: 0 18px 40px #17060121;
}

.pcard__media {
  aspect-ratio: 4 / 3;
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #f1f3f5;
}

.pcard__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
  transition: transform .3s;
}

.pcard:hover .pcard__media img {
  transform: scale(1.03);
}

.pcard__noimg {
  color: #cfcac5;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.pcard__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  padding: 4px 9px;
  border-radius: 6px;
  background: #c2410c;
  color: #fff;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.pcard__badge--low {
  background: #b8860b;
}

.pcard__stock {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #eafaf0;
  color: #16794a;
  font-size: 10.5px;
  font-weight: 800;
}

.pcard__stock:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.pcard__stock--low {
  background: #fff5e6;
  color: #a86b00;
}

.pcard__stock--out {
  background: #fdecec;
  color: #b3261e;
}

.pcard__info {
  display: grid;
  align-content: start;
  gap: 0;
  min-width: 0;
  padding: 14px 16px 16px;
}

.pcard__brand {
  margin: 0 0 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #a99f97;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.pcard__title {
  display: -webkit-box;
  min-height: 40px;
  margin: 0 0 4px;
  overflow: hidden;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.35;
  color: #170601;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pcard__ref {
  margin: 2px 0 0;
  overflow: hidden;
  color: #b3aaa3;
  font-size: 11.5px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

a.pcard__media {
  text-decoration: none;
}

.pcard__head {
  display: block;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.pcard__head:hover .pcard__title {
  color: #c2410c;
}

.pcard__price {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin: 12px 0;
}

.pcard__price strong {
  font-family: var(--font-brand);
  font-size: 1.45rem;
  color: #c2410c;
  line-height: 1;
}

.pcard__price small {
  color: #b3aaa3;
  font-size: .82rem;
  text-decoration: line-through;
}

.pcard__add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-width: 0;
  min-height: 44px;
  box-sizing: border-box;
  border: 1.5px solid #c2410c;
  border-radius: 9px;
  background: #c2410c;
  box-shadow: 0 10px 20px #c2410c38;
  color: #fff;
  font-size: .86rem;
  font-weight: 800;
  cursor: pointer;
  transition: background .16s, border-color .16s, box-shadow .16s, transform .16s;
}

.pcard__add:hover {
  border-color: #c84313;
  background: #c84313;
  box-shadow: 0 13px 24px #c8431342;
  color: #fff;
  transform: translateY(-1px);
}

.pcard__add svg {
  flex: none;
}

.pcard__add:disabled {
  border-color: #e4e7ec;
  background: #f6f7f9;
  color: #b3aaa3;
  cursor: not-allowed;
}

.pcard--inactive {
  opacity: .7;
}

.shop-empty {
  grid-column: 1 / -1;
  padding: 52px 40px;
  border: 1px solid #e4e7ec;
  border-radius: 14px;
  background: #fff;
  text-align: center;
}

.shop-empty h2 {
  margin: 0 0 10px;
  font-family: var(--font-brand);
  font-size: 1.5rem;
  color: #170601;
}

.shop-empty p {
  margin: 0;
  color: #8a8079;
}

.shop-moteur-cta[data-astro-cid-j5kbzrce] {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  margin: 0 0 16px;
  padding: 14px 18px;
  border-radius: 12px;
  background: linear-gradient(135deg, #fff3ec, #ffe9dc);
  border: 1px solid #c2410c59;
  border-left: 4px solid #c2410c;
  text-decoration: none;
  color: #7a2e0e;
  transition: box-shadow .15s, transform .15s;
}

.shop-moteur-cta[data-astro-cid-j5kbzrce]:hover {
  box-shadow: 0 8px 20px #c2410c2e;
  transform: translateY(-1px);
}

.shop-moteur-cta__txt {
  display: grid;
  gap: 2px;
}

.shop-moteur-cta__txt strong {
  font-size: 1rem;
  color: #c13f08;
}

.shop-moteur-cta__txt span {
  font-size: .85rem;
  color: #8a5238;
}

.shop-moteur-cta__btn {
  flex: none;
  background: #c2410c;
  color: #fff;
  font-weight: 700;
  padding: 9px 16px;
  border-radius: 999px;
  font-size: .9rem;
  white-space: nowrap;
}

@media (width <= 560px) {
  .shop-moteur-cta[data-astro-cid-j5kbzrce] {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.shop-category {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  width: 100%;
  min-height: 42px;
  border: 0;
  border-left: 3px solid #0000;
  background: none;
  padding: 8px 16px;
  color: #3a3330;
  text-align: left;
  cursor: pointer;
  transition: background .15s, border-color .15s, color .15s;
}

.shop-category:hover {
  background: #fdf3ee;
  border-left-color: #c2410c66;
}

.shop-category[aria-pressed="true"] {
  background: #fff3ec;
  border-left-color: #c2410c;
  color: #c13f08;
}

.shop-category strong {
  display: -webkit-box;
  overflow: hidden;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.shop-category[aria-pressed="true"] strong {
  color: #c13f08;
  font-weight: 800;
}

.shop-category span {
  min-width: 34px;
  border-radius: 999px;
  padding: 3px 7px;
  background: #eef0f3;
  color: #8a8079;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.shop-category[aria-pressed="true"] span {
  background: #c2410c;
  color: #fff;
}

.shop2-trust[data-astro-cid-j5kbzrce] {
  padding: 8px 0 30px;
}

.shop2-trust__grid[data-astro-cid-j5kbzrce] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 22px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e4e7ec;
}

.trust[data-astro-cid-j5kbzrce] {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 4px 8px;
}

.trust[data-astro-cid-j5kbzrce] + .trust[data-astro-cid-j5kbzrce] {
  border-left: 1px solid #eef0f3;
}

.trust[data-astro-cid-j5kbzrce] svg[data-astro-cid-j5kbzrce] {
  flex: none;
  width: 30px;
  height: 30px;
  fill: none;
  stroke: #c2410c;
  stroke-width: 1.7px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust[data-astro-cid-j5kbzrce] strong[data-astro-cid-j5kbzrce] {
  display: block;
  font-size: .95rem;
  color: #170601;
}

.trust[data-astro-cid-j5kbzrce] span[data-astro-cid-j5kbzrce] {
  display: block;
  color: #8a8079;
  font-size: .82rem;
  margin-top: 2px;
}

.shop2-banner[data-astro-cid-j5kbzrce] {
  padding: 6px 0 60px;
}

.shop2-banner__card[data-astro-cid-j5kbzrce] {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  padding: 48px 52px;
  color: #fff;
  isolation: isolate;
}

.shop2-banner__card[data-astro-cid-j5kbzrce]:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--img) center / cover no-repeat;
}

.shop2-banner__card[data-astro-cid-j5kbzrce]:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(100deg, #170601eb 0%, #17060199 50%, #17060126 100%);
}

.shop2-banner__card[data-astro-cid-j5kbzrce] h2[data-astro-cid-j5kbzrce] {
  margin: 0 0 10px;
  font-family: var(--font-brand);
  font-size: clamp(1.8rem, 3.4vw, 2.8rem);
  line-height: 1;
}

.shop2-banner__card[data-astro-cid-j5kbzrce] p[data-astro-cid-j5kbzrce] {
  margin: 0 0 20px;
  max-width: 460px;
  color: #ffffffd1;
  line-height: 1.55;
}

@media (width <= 1024px) {
  .shop2-cats__grid[data-astro-cid-j5kbzrce] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .shop-grid[data-astro-cid-j5kbzrce] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (width <= 860px) {
  .shop2-hero__grid[data-astro-cid-j5kbzrce] {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .promo--lg[data-astro-cid-j5kbzrce] {
    grid-row: auto;
    min-height: 240px;
  }

  .shop2-finder__inner[data-astro-cid-j5kbzrce] {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .shop2-finder__form[data-astro-cid-j5kbzrce] {
    grid-template-columns: 1fr;
  }

  .shop2-trust__grid[data-astro-cid-j5kbzrce] {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust[data-astro-cid-j5kbzrce]:nth-child(3) {
    border-left: none;
  }

  .shop2-layout[data-astro-cid-j5kbzrce] {
    grid-template-columns: 1fr;
  }

  .shop-filters[data-astro-cid-j5kbzrce] {
    position: static;
    max-height: none;
  }
}

@media (width <= 560px) {
  .shop2-cats__grid[data-astro-cid-j5kbzrce] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shop-grid[data-astro-cid-j5kbzrce] {
    grid-template-columns: 1fr;
  }

  .shop2-trust__grid[data-astro-cid-j5kbzrce] {
    grid-template-columns: 1fr;
  }

  .trust[data-astro-cid-j5kbzrce] + .trust[data-astro-cid-j5kbzrce] {
    border-left: none;
    border-top: 1px solid #eef0f3;
    padding-top: 14px;
  }

  .shop2-banner__card[data-astro-cid-j5kbzrce] {
    padding: 32px 26px;
  }

  .shop-filters__header[data-astro-cid-j5kbzrce] button[data-astro-cid-j5kbzrce], .shop-pager[data-astro-cid-j5kbzrce] button[data-astro-cid-j5kbzrce], .shop2-reset[data-astro-cid-j5kbzrce] {
    min-height: 44px;
  }
}
