.shop-page {
  --mobile-shell-max: 430px;

  margin: 0;
  background: #f8f3ec;
  color: #071f60;
  font-family: "Elza", Arial, Helvetica, sans-serif;
}

.shop-symbols {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.top-banner {
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 5px;
  background: #071f60;
  color: #fff;
  font-size: 16px;
}

.site-header {
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-bottom: 1px solid #ddd;
  background: #f6f2eb;
}

.nav {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 25px;
}

.mobile-menu {
  display: none;
}

.nav-left {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  gap: clamp(24px, 2.4vw, 42px);
  margin-left: 20px;
  font-family: "Elza", Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 320;
}

.nav-left a {
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
}

.nav-left a:hover,
.nav-left a:focus-visible {
  border-bottom-color: #071f60;
}

.logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-img {
  display: block;
  width: auto;
  height: 58px;
  max-width: 181px;
  object-fit: contain;
}

.formula-text-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #071f60;
  font-family: "Elza", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.formula-text-logo--header {
  min-width: 181px;
}

.formula-text-logo--footer {
  color: inherit;
  font-size: 28px;
  margin-bottom: 20px;
}

.nav-right {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 38px;
  margin-left: auto;
}

.nav-icon {
  width: 28px;
  height: 28px;
  display: block;
  flex-shrink: 0;
}

.user-icon {
  width: 30px;
  height: 30px;
}

.flag-icon {
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 50%;
  object-fit: cover;
}

@media (min-width: 1181px) {
  .flag-icon,
  .user-icon {
    display: none;
  }

  .nav-right {
    gap: 28px;
  }
}

.cart-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #071f60;
}

.cart-icon {
  width: 35px;
  height: 27px;
  display: block;
  flex-shrink: 0;
}

.cart-count {
  position: relative;
  top: 1px;
  color: #071f60;
  font-size: 18px;
  line-height: 1;
}

.shop-page .mobile-announcement-bar,
.shop-page .mobile-header,
.shop-main {
  width: 100%;
  max-width: var(--mobile-shell-max);
  margin: 0 auto;
}

.shop-main {
  background: #f8f3ec;
}

.shop-hero__image img {
  width: 100%;
  display: block;
}

.shop-hero__copy {
  padding: 20px 14px 43px;
}

.shop-breadcrumbs ol {
  list-style: none;
  display: flex;
  gap: 6px;
  margin: 0 0 28px;
  padding: 0;
}

.shop-breadcrumbs li:not(:last-child)::after {
  content: ">";
  display: inline-block;
  margin-left: 6px;
}

.shop-breadcrumbs a {
  color: inherit;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}

.shop-breadcrumbs li:first-child a {
  opacity: 0.25;
}

.shop-hero h1 {
  margin: 0 0 14px;
  color: #071f60;
  font-family: "Kendamil Serif", Georgia, serif;
  font-size: 40px;
  line-height: 0.96;
  font-weight: 400;
}

.shop-hero p {
  margin: 0;
  color: #071f60;
  font-size: 19px;
  line-height: 1.22;
  font-weight: 300;
}

.shop-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 16px;
}

.shop-hero__proof span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: 1px solid rgba(7, 31, 96, 0.16);
  border-radius: 6px;
  background: #fffdf9;
  color: #071f60;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

.shop-trust-bar {
  width: min(var(--mobile-shell-max), calc(100% - 28px));
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  margin: 18px auto 28px;
  border: 1px solid rgba(7, 31, 96, 0.14);
  border-radius: 8px;
  background: #071f60;
  color: #fff;
}

.shop-trust-bar div {
  min-height: 92px;
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 18px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.shop-trust-bar div:first-child {
  border-top: 0;
}

.shop-trust-bar strong {
  font-size: 18px;
  line-height: 1.08;
}

.shop-trust-bar span {
  color: #f8f3ec;
  font-size: 15px;
  line-height: 1.28;
}

.shop-collection {
  background: #f8f3ec;
}

.shop-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 0 16px 18px;
}

.shop-controls h2 {
  margin: 0;
  color: #071f60;
  font-family: "Elza", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}

.shop-filter {
  position: relative;
}

.shop-filter summary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #071f60;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  list-style: none;
}

.shop-filter summary::-webkit-details-marker {
  display: none;
}

.shop-filter summary svg {
  width: 20px;
  height: 20px;
}

.shop-filter__panel {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  z-index: 10;
  width: min(350px, calc(100vw - 32px));
  padding: 20px;
  border: 1px solid rgba(7, 31, 96, 0.18);
  background: #fff;
  box-shadow: 0 12px 30px rgba(7, 31, 96, 0.15);
}

.shop-filter__panel h2,
.shop-filter__panel p,
.shop-filter__panel fieldset {
  margin: 0;
}

.shop-filter__panel h2 {
  font-family: "Kendamil Serif", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.shop-filter__panel p {
  margin-top: 8px;
  font-size: 14px;
}

.shop-filter__panel fieldset {
  display: grid;
  gap: 12px;
  margin-top: 22px;
  padding: 0;
  border: 0;
}

.shop-filter__panel legend,
.shop-filter__sort span {
  margin-bottom: 10px;
  font-size: 17px;
}

.shop-filter__panel label {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 15px;
}

.shop-filter__sort {
  display: grid;
  gap: 8px;
  margin-top: 22px;
}

.shop-filter__sort select {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(7, 31, 96, 0.22);
  background: #f8f3ec;
  color: #071f60;
  font: inherit;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
  padding: 0 16px 34px;
}

.shop-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  text-align: center;
  scroll-margin-top: 130px;
}

.shop-card__image-link {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #fff;
}

.shop-card__image-link img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.shop-card--sold-out .shop-card__image-link img {
  filter: grayscale(1);
  opacity: 0.72;
}

.shop-card--sold-out .shop-card__image-link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(88, 88, 88, 0.52);
  pointer-events: none;
}

.shop-card__sold-out {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 5px;
  background: rgba(7, 31, 96, 0.84);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.shop-card--bobbie .shop-card__image-link {
  background: #fff;
}

.shop-card--enfamil .shop-card__image-link {
  background: #f4f7f1;
}

.shop-card--bobbie .shop-card__image-link img,
.shop-card--enfamil .shop-card__image-link img {
  padding: 22px;
  object-fit: contain;
  box-sizing: border-box;
}

.shop-card__badge {
  position: absolute;
  top: 5px;
  left: 6px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 5px 14px;
  border-radius: 5px;
  background: #dcd4f2;
  color: #071f60;
  font-size: 12px;
  line-height: 1;
}

.shop-card__badge[data-deal-tone="low"] {
  background: #ffe0dc;
  color: #8a2118;
}

.shop-card__badge[data-deal-tone="restock"] {
  background: #dbeee6;
  color: #0f5d3f;
}

.shop-card__stock {
  position: absolute;
  left: 6px;
  bottom: 6px;
  z-index: 2;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 6px 11px;
  border-radius: 5px;
  background: rgba(255, 253, 249, 0.94);
  color: #071f60;
  box-shadow: 0 6px 16px rgba(7, 31, 96, 0.12);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.shop-card__stock[data-stock-tone="low"] {
  color: #8a2118;
}

.shop-card__info {
  flex: 1;
  padding: 10px 7px 9px;
  color: #071f60;
}

.shop-card__stars,
.shop-quote__stars {
  color: #d0af71;
  font-size: 0;
  line-height: 1;
}

.shop-card__stars::before,
.shop-quote__stars::before {
  content: "\e000\e000\e000\e000\e000";
  font-family: "JudgemeStar", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.shop-card__stars {
  min-height: 18px;
  margin-bottom: 4px;
}

.shop-card__info h2 {
  min-height: 50px;
  margin: 0 0 2px;
  color: #071f60;
  font-family: "Elza", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.05;
  font-weight: 400;
}

.shop-card__info p {
  margin: 0;
  color: #071f60;
  font-size: 15px;
  line-height: 1;
}

.shop-card__actions {
  display: flex;
  gap: 5px;
  padding: 0 13px 10px;
  background: #fff;
}

.shop-card__quantity {
  flex: 1;
  min-width: 0;
  height: 45px;
  display: grid;
  grid-template-columns: 27px minmax(28px, 1fr) 27px;
  border: 1px solid #071f60;
}

.shop-card__quantity button,
.shop-card__quantity input,
.shop-card__add {
  min-width: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #071f60;
  font: 400 16px "Elza", Arial, Helvetica, sans-serif;
}

.shop-card__quantity button[aria-disabled="true"] {
  color: #8d96b2;
  cursor: default;
}

.shop-card__quantity input {
  width: 100%;
  padding: 0;
  text-align: center;
  appearance: textfield;
}

.shop-card__quantity input::-webkit-outer-spin-button,
.shop-card__quantity input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.shop-card__add {
  width: 45px;
  height: 45px;
  display: flex;
  flex: 0 0 45px;
  align-items: center;
  justify-content: center;
  background: #071f60;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.shop-card__bag-icon {
  width: 29px;
  height: 27px;
  display: block;
  color: #fdfbf9;
  transform-origin: center;
}

.shop-card__add.is-added .shop-card__bag-icon {
  animation: shop-card-basket-added 420ms ease-out;
}

@keyframes shop-card-basket-added {
  0%, 100% {
    transform: translateY(0) scale(1) rotate(0);
  }

  35% {
    transform: translateY(2px) scale(0.82) rotate(-8deg);
  }

  72% {
    transform: translateY(-3px) scale(1.12) rotate(6deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .shop-card__add.is-added .shop-card__bag-icon {
    animation: none;
  }
}

.shop-card__add.is-added {
  background: #007a4d;
}

.shop-card__add.is-added .shop-card__bag-icon {
  display: block;
}

.shop-card--sold-out .shop-card__actions {
  opacity: 1;
  pointer-events: none;
}

.shop-card--sold-out .shop-card__quantity {
  border-color: #9a9da5;
  background: #eeeeee;
}

.shop-card--sold-out .shop-card__quantity button,
.shop-card--sold-out .shop-card__quantity input {
  color: #777b84;
  cursor: not-allowed;
}

.shop-card--sold-out .shop-card__add {
  width: auto;
  flex: 1 1 auto;
  background: #777b84;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  cursor: not-allowed;
}

.shop-card--sold-out .shop-card__add::before {
  content: none;
}

.shop-quote,
.shop-promo {
  grid-column: span 2;
}

.shop-quote {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 30px;
  background: #d9eddd;
  color: #071f60;
}

.shop-quote img {
  width: 150px;
  max-width: 58%;
  height: auto;
}

.shop-quote p {
  margin: 0;
  color: #071f60;
  font-size: 18px;
  line-height: 1.24;
}

.shop-quote p:first-of-type {
  margin: 15px 0 28px;
  font-family: "Kendamil Serif", Georgia, serif;
  font-size: 22px;
  line-height: 1.05;
}

.shop-quote a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.shop-promo {
  min-height: 400px;
  display: flex;
  align-items: center;
  padding: 30px;
  background: linear-gradient(90deg, rgba(248, 243, 236, 0.96), rgba(248, 243, 236, 0.35)), url("../images/shop-farm-to-formula.png") center / cover;
  color: #071f60;
}

.shop-promo div {
  max-width: 275px;
}

.shop-promo h2 {
  margin: 0 0 14px;
  font-family: "Kendamil Serif", Georgia, serif;
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
}

.shop-promo p {
  margin: 0 0 24px;
  font-size: 17px;
  line-height: 1.22;
}

.shop-promo a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 31px;
  background: #071f60;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}

.shop-page .mobile-footer__payments img {
  width: 38px;
  height: 24px;
  display: block;
}

@media (max-width: 1180px) {
  .top-banner {
    min-height: 28px;
    height: auto;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
  }

  .site-header {
    height: 58px;
  }

  .nav {
    grid-template-columns: 44px 1fr auto;
    gap: 10px;
    padding: 0 14px;
  }

  .mobile-menu {
    width: 44px;
    height: 44px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .mobile-menu span {
    width: 22px;
    height: 2px;
    display: block;
    background: #071f60;
  }

  .nav-left {
    display: none;
  }

  .logo {
    justify-self: center;
  }

  .logo-img {
    width: auto;
    height: 50px;
  }

  .nav-right {
    justify-self: end;
    gap: 14px;
    margin-left: 0;
  }

  .flag-icon,
  .user-icon {
    display: none;
  }

  .cart-icon {
    width: 31px;
    height: 24px;
  }

  .cart-count {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .shop-page {
    --mobile-shell-max: 900px;
  }

  .shop-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .shop-hero__image {
    order: 2;
  }

  .shop-hero__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
  }

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

  .shop-card__info h2 {
    min-height: 34px;
  }

  .shop-quote {
    flex-direction: row;
    text-align: left;
  }

  .shop-trust-bar {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .shop-trust-bar div {
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
  }

  .shop-trust-bar div:first-child {
    border-left: 0;
  }

  .shop-promo {
    grid-column: span 2;
  }
}

@media (min-width: 1181px) {
  .shop-page {
    --mobile-shell-max: none;
  }

  .shop-page .mobile-announcement-bar,
  .shop-page .mobile-header,
  .shop-main,
  .shop-page .mobile-footer {
    max-width: none;
  }

  .shop-page .mobile-announcement-inner,
  .shop-page .mobile-header-inner,
  .shop-page .mobile-footer__inner {
    width: calc(100% - 50px);
    margin: 0 auto;
  }

  .shop-page .mobile-announcement-inner {
    min-height: 34px;
    padding: 0;
  }

  .shop-page .mobile-announcement-inner p {
    font-size: 16px;
  }

  .shop-page .mobile-header {
    border-bottom: 1px solid rgba(7, 31, 96, 0.08);
  }

  .shop-page .mobile-header-inner {
    min-height: 99px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    padding: 0 25px;
  }

  .shop-page .mobile-menu-button {
    justify-self: start;
  }

  .shop-page .mobile-logo-link {
    justify-self: center;
  }

  .shop-page .mobile-logo {
    width: auto;
    height: 58px;
    max-width: 38vw;
  }

  .shop-page .mobile-cart {
    justify-self: end;
    font-size: 17px;
  }

  .shop-main {
    padding-bottom: 0;
  }

  .shop-hero {
    width: 100%;
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    margin: 0;
    padding: 0;
  }

  .shop-hero__image {
    min-height: 0;
    border-radius: 0;
    overflow: hidden;
  }

  .shop-hero__image img {
    height: 100%;
    min-height: 0;
    object-fit: cover;
  }

  .shop-hero__copy {
    position: relative;
    min-height: 430px;
    align-items: center;
    padding: 72px 25px 62px;
  }

  .shop-breadcrumbs ol {
    margin: 0;
  }

  .shop-breadcrumbs a {
    font-size: 12px;
  }

  .shop-breadcrumbs {
    position: absolute;
    top: 20px;
    left: 14px;
  }

  .shop-hero h1 {
    width: 100%;
    max-width: 484px;
    margin: 0 auto 18px;
    font-size: clamp(56px, 4.75vw, 78px);
  }

  .shop-hero p {
    width: 100%;
    max-width: 484px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 1.22;
  }

  .shop-hero__proof {
    width: 100%;
    max-width: 484px;
    margin-right: auto;
    margin-left: auto;
  }

  .shop-trust-bar {
    width: calc(100% - 300px);
    max-width: none;
    margin: 30px auto 0;
  }

  .shop-collection {
    width: calc(100% - 300px);
    max-width: none;
    margin: 0 auto;
    padding: 30px 0 50px;
  }

  .shop-controls {
    margin-bottom: 10px;
    padding: 0;
  }

  .shop-controls h2,
  .shop-filter summary {
    font-size: 16px;
  }

  .shop-filter__panel {
    width: 390px;
    padding: 26px;
  }

  .shop-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
    padding: 0;
  }

  .shop-card {
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    transition: none;
  }

  .shop-card:hover {
    transform: none;
    box-shadow: none;
  }

  .shop-card__image-link {
    background: #fff;
  }

  .shop-card__badge {
    top: 5px;
    left: 6px;
    min-height: 24px;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 12px;
  }

  .shop-card__info {
    padding: 10px 7px;
  }

  .shop-card__stars {
    min-height: 22px;
    margin-bottom: 4px;
  }

  .shop-card__stars::before,
  .shop-quote__stars::before {
    font-size: 16px;
  }

  .shop-card__info h2 {
    min-height: unset;
    margin-bottom: 2px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
  }

  .shop-card__info p {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
  }

  .shop-card__actions {
    height: 65px;
    max-height: none;
    gap: 5px;
    overflow: hidden;
    padding: 10px 13px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.45s ease;
  }

  .shop-card:hover .shop-card__actions,
  .shop-card:focus-within .shop-card__actions {
    opacity: 1;
    pointer-events: auto;
  }

  .shop-card__quantity {
    height: 45px;
    flex: 0 0 auto;
    width: 95px;
    grid-template-columns: 31px minmax(33px, 1fr) 31px;
    border-width: 1px;
    border-radius: 6px;
    overflow: hidden;
  }

  .shop-card__quantity button {
    font-size: 14px;
  }

  .shop-card__quantity input {
    font-size: 18px;
    font-weight: 100;
  }

  .shop-card__add {
    width: auto;
    min-width: 0;
    height: 45px;
    flex: 1 1 auto;
    border-radius: 6px;
    color: #fdfbf9;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .shop-card__add::before {
    content: "ADD TO BASKET";
  }

  .shop-card__add.is-added::before {
    content: "ADDED";
  }

  .shop-card__add svg {
    display: none;
  }

  .shop-quote,
  .shop-promo {
    grid-column: span 2;
    min-height: auto;
    border-radius: 0;
    overflow: visible;
  }

  .shop-quote {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    padding: 30px;
    text-align: left;
  }

  .shop-quote img {
    width: 150px;
    max-width: none;
  }

  .shop-quote__stars {
    color: #ed96a4;
  }

  .shop-quote p:first-of-type {
    margin: 15px 0 34px;
    font-size: 18px;
    line-height: 1.2;
  }

  .shop-quote p {
    font-size: 16px;
  }

  .shop-promo {
    min-height: auto;
    padding: 30px;
  }

  .shop-promo div {
    max-width: 275px;
  }

  .shop-promo h2 {
    font-size: 32px;
  }

  .shop-promo p {
    font-size: 17px;
  }

  .shop-promo a {
    min-height: 44px;
    border: 1px solid #071f60;
    background: transparent;
    color: #071f60;
    font-size: 16px;
  }

  .shop-page .mobile-footer {
    padding: 58px 0 34px;
  }

  .shop-page .mobile-footer__inner {
    display: grid;
    grid-template-columns: minmax(280px, 1.15fr) minmax(260px, 0.9fr) minmax(300px, 0.95fr);
    gap: 58px;
    padding: 0;
  }

  .shop-page .mobile-footer__brand p,
  .shop-page .mobile-footer__newsletter p {
    font-size: 16px;
  }

  .shop-page .mobile-footer__menus {
    margin-bottom: 0;
  }

  .shop-page .mobile-footer-menu:first-child {
    border-top: 0;
  }

  .shop-page .mobile-footer-menu {
    padding: 0 0 24px;
    border-bottom-color: rgba(248, 243, 236, 0.2);
  }

  .shop-page .mobile-footer-menu + .mobile-footer-menu {
    padding-top: 24px;
  }

  .shop-page .mobile-footer-menu summary {
    pointer-events: none;
  }

  .shop-page .mobile-footer-menu summary::after {
    content: "";
  }

  .shop-page .mobile-footer-menu ul {
    display: grid;
  }

  .shop-page .mobile-footer-menu:not([open]) > ul {
    display: grid;
  }

  .shop-page .mobile-footer-menu a {
    font-size: 16px;
  }

  .shop-page .mobile-footer__legal,
  .shop-page .mobile-footer__payments {
    grid-column: 1 / -1;
  }

  .shop-page .mobile-footer__legal {
    margin: 6px 0 0;
  }
}

@media (min-width: 1500px) {
  .shop-grid {
    gap: 5px;
  }
}
