/* Runtime layout for the reference gourmet visual. */
.footer-top-strip span.strip-title .footer-crown-logo {
  width: calc((1em + 5px) * 1030 / 570) !important;
  height: calc(1em + 5px) !important;
  max-width: calc((1em + 5px) * 1030 / 570) !important;
  max-height: calc(1em + 5px) !important;
  object-fit: contain;
  display: block;
  margin-right: 8px;
  flex-shrink: 0;
}

.reidoabc-skip-link {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 1000;
  padding: 8px 12px;
  background: #d8b456;
  color: #07070a;
  font-weight: 700;
}

.reidoabc-skip-link:focus {
  top: 12px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.hero-carousel-section {
  overflow: visible;
}

.search-nav-bar .btn-category-dropdown {
  flex: 0 0 auto;
  flex-shrink: 0;
  white-space: nowrap;
}

.search-nav-bar .btn-produtos-logo {
  width: auto;
  height: 24px;
  max-width: 52px;
  max-height: 24px;
  object-fit: contain;
}

.carousel-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card h3 a {
  color: inherit;
  text-decoration: none;
}

.footer-strip-actions {
  display: flex;
  gap: 2rem;
}

.footer-social-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 1.5rem;
}

.footer-contact-item a,
.footer-categories-list a {
  color: inherit;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-slide,
  .callout-card,
  .footer-crown-logo {
    transition: none !important;
  }
}

.feature-bar-section,
.products-section,
.delivery-row-section {
  width: min(1200px, calc(100% - 32px));
  margin-inline: auto;
}

.search-form {
  display: grid !important;
  grid-template-columns: minmax(240px, 1fr) minmax(180px, 230px) auto;
  width: 100%;
}

.search-form input,
.search-form select {
  width: auto !important;
  min-width: 0;
  background: #09080c !important;
  color: #ffffff !important;
}

.search-form button {
  min-width: 94px;
  white-space: nowrap;
}

.feature-bar-section {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.feature-box {
  min-height: 96px;
  padding: 20px;
  background: #121118;
  border: 1px solid #2c251a;
  border-radius: 8px;
}

.feature-box h4,
.feature-box p {
  margin: 0;
}

.feature-box h4 {
  color: #d8b456;
  font-size: 16px;
}

.feature-box p {
  color: #b8b0a0;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 6px;
}

.products-section {
  margin-top: 44px;
}

.section-pill-header {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fdf8eb;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 20px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.woocommerce ul.products.product-grid,
.woocommerce-page ul.products.product-grid {
  display: grid;
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce ul.products.product-grid::before,
.woocommerce ul.products.product-grid::after {
  display: none;
}

.woocommerce ul.products.product-grid li.product,
.woocommerce-page ul.products.product-grid li.product {
  display: flex;
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
}

.woocommerce ul.products .product-card .button,
.woocommerce ul.products .product-card .add_to_cart_button,
.woocommerce ul.products .product-card .btn-add-cart {
  display: flex;
  width: 100%;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 10px 12px;
  border: 0;
  border-radius: 6px;
  background: #d8b456;
  color: #07070a;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.woocommerce ul.products .product-card .button:hover,
.woocommerce ul.products .product-card .add_to_cart_button:hover,
.woocommerce ul.products .product-card .btn-add-cart:hover {
  background: #f3e3b3;
  color: #07070a;
}

.reidoabc-shop-section {
  width: min(1200px, calc(100% - 32px));
  margin: 24px auto 64px;
}

.reidoabc-shop-section .woocommerce-products-header__title,
.reidoabc-shop-section .page-title {
  margin: 0 0 18px;
  color: #d8b456;
  font-size: 24px;
  font-weight: 800;
}

.reidoabc-shop-section .woocommerce-result-count,
.reidoabc-shop-section .woocommerce-ordering {
  color: #b8b0a0;
}

.product-card {
  display: flex;
  min-width: 0;
  min-height: 380px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background: #121118;
  border: 1px solid #2c251a;
  border-radius: 8px;
  transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.35s ease, border-color 0.35s ease;
}

.product-card:hover {
  transform: translateY(-8px);
  border-color: #d8b456;
  box-shadow: 0 16px 32px rgba(216, 180, 86, 0.22);
}

.product-card > div:first-child {
  min-width: 0;
}

.product-card .product-img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 0.86;
  object-fit: cover;
  background: #09080c;
  transition: transform 0.45s ease;
}

.product-card:hover .product-img {
  transform: scale(1.06);
}

.product-card h3 {
  min-height: 42px;
  margin: 14px 14px 8px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.4;
}

.product-card > div:last-child {
  padding: 0 14px 14px;
}

.product-card .price {
  margin-bottom: 12px;
  color: #d8b456;
  font-size: 15px;
  font-weight: 800;
}

.btn-add-cart {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 6px;
  background: #d8b456;
  color: #07070a;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.btn-add-cart:hover,
.btn-add-cart:focus-visible {
  background: #f3e3b3;
  color: #07070a;
}

.footer-main-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 1fr;
  width: min(1200px, calc(100% - 32px));
  gap: 44px;
  margin: 0 auto;
}

.footer-col {
  text-align: left;
}

.footer-col > img,
.footer-logo {
  display: block;
  width: 180px;
  height: 55px;
  margin: 0 0 1rem;
  object-fit: contain;
  object-position: left center;
}

.footer-col h4 {
  margin: 0 0 14px;
  color: #d8b456;
  font-size: 16px;
}

.footer-contact-list,
.footer-categories-list {
  margin: 0;
  padding: 0;
  color: #b8b0a0;
  font-size: 14px;
  line-height: 1.6;
}

.footer-categories-list {
  list-style: none;
}

.footer-categories-list a {
  color: #fdf8eb;
  text-decoration: none;
}

.favicons-badge-grid {
  display: grid;
  gap: 8px;
}

.favicon-icon-card {
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid #2c251a;
  border-radius: 6px;
  background: #09080c;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.favicon-icon-card img {
  width: 62%;
  height: 62%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.favicon-icon-card:hover,
.favicon-icon-card:focus-visible {
  transform: translateY(-4px) scale(1.08);
  border-color: #d8b456;
  box-shadow: 0 8px 18px rgba(216, 180, 86, 0.35);
}

.favicon-icon-card:hover img,
.favicon-icon-card:focus-visible img {
  transform: scale(1.12);
}

.main-site-footer .reidoabc-commerce-links__title {
  color: #d8b456;
  font-size: 16px;
  font-weight: 700;
}

.main-site-footer .reidoabc-commerce-links__link {
  background: #09080c;
  border: 1px solid #2c251a;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.main-site-footer .reidoabc-commerce-links__icon {
  transition: transform 0.3s ease;
}

.main-site-footer .reidoabc-commerce-links__link:hover,
.main-site-footer .reidoabc-commerce-links__link:focus-visible {
  background: #09080c;
  border-color: #d8b456;
  outline: none;
  transform: translateY(-4px) scale(1.08);
  box-shadow: 0 8px 18px rgba(216, 180, 86, 0.35);
}

.main-site-footer .reidoabc-commerce-links__link:hover .reidoabc-commerce-links__icon,
.main-site-footer .reidoabc-commerce-links__link:focus-visible .reidoabc-commerce-links__icon {
  transform: scale(1.12);
}

.footer-bottom-bar {
  width: min(1200px, calc(100% - 32px));
  margin: 32px auto 0;
  padding-top: 20px;
  border-top: 1px solid #2c251a;
  color: #b8b0a0;
  font-size: 13px;
}

/* Native WooCommerce account and cart, styled after the gourmet reference. */
.reidoabc-wc-page {
  width: min(1180px, calc(100% - 32px));
  margin: 24px auto 64px;
}

body.woocommerce-account #st-primary-content,
body.woocommerce-cart #st-primary-content,
body.woocommerce-checkout #st-primary-content {
  flex: 0 0 100%;
  max-width: 100%;
}

body.woocommerce-account #st-secondary-content,
body.woocommerce-cart #st-secondary-content,
body.woocommerce-checkout #st-secondary-content,
body.tax-product_cat #st-secondary-content,
body.woocommerce-shop #st-secondary-content,
body.woocommerce-cart .sidebar,
body.woocommerce-cart .widget-area,
body.woocommerce-cart aside.widget-area {
  display: none;
}

body.woocommerce-account .woocommerce,
body.woocommerce-cart .wp-block-woocommerce-cart,
body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce {
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
  background: transparent;
}

body.woocommerce-account .woocommerce::before {
  display: none;
}

.reidoabc-account {
  padding: clamp(20px, 4vw, 36px);
  background: #121118;
  border: 1px solid #2c251a;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55), 0 0 30px rgba(216, 180, 86, 0.1);
}

.reidoabc-account__intro {
  margin-bottom: 28px;
}

.reidoabc-account__eyebrow {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  margin: 0 0 6px;
  color: #d8b456;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.reidoabc-account__eyebrow-logo {
  display: block;
  flex-shrink: 0;
  width: calc((1em + 4px) * 1030 / 570) !important;
  height: calc(1em + 4px) !important;
  max-width: calc((1em + 4px) * 1030 / 570) !important;
  max-height: calc(1em + 4px) !important;
  object-fit: contain;
}

.reidoabc-account__intro h1 {
  margin: 0 0 8px;
  color: #d8b456;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
}

.reidoabc-account__lead {
  margin: 0;
  max-width: 46ch;
  color: #b8b0a0;
  font-size: 15px;
  line-height: 1.5;
}

.reidoabc-account__layout {
  display: grid;
  grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

body.woocommerce-account .woocommerce-MyAccount-navigation,
.reidoabc-account__nav {
  float: none !important;
  width: auto !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul,
.reidoabc-account__nav ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 14px;
  list-style: none;
  background: #09080c !important;
  border: 1px solid #2c251a !important;
  border-radius: 16px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li a,
.reidoabc-account__nav a {
  display: block;
  padding: 12px 14px !important;
  border: 1px solid transparent !important;
  border-radius: 10px;
  background: transparent !important;
  color: #fdf8eb !important;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.3;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
body.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
body.woocommerce-account .woocommerce-MyAccount-navigation ul li a:focus-visible,
.reidoabc-account__nav li.is-active a,
.reidoabc-account__nav a:hover,
.reidoabc-account__nav a:focus-visible {
  border-color: #d8b456 !important;
  background: #16130e !important;
  color: #d8b456 !important;
}

body.woocommerce-account .woocommerce-MyAccount-content,
.reidoabc-account__content {
  float: none !important;
  width: auto !important;
  min-height: 0;
  padding: 24px !important;
  background: #09080c !important;
  border: 1px solid #2c251a !important;
  border-radius: 16px;
  color: #fdf8eb !important;
}

body.woocommerce-account .woocommerce-MyAccount-content p,
body.woocommerce-account .woocommerce-MyAccount-content td,
body.woocommerce-account .woocommerce-MyAccount-content th,
body.woocommerce-account .woocommerce-MyAccount-content legend,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title {
  color: #fdf8eb;
}

body.woocommerce-account .woocommerce-MyAccount-content a,
.reidoabc-account-dashboard a {
  color: #d8b456;
}

.reidoabc-account-dashboard__hello {
  margin: 0 0 12px;
  font-size: 18px;
}

.reidoabc-account-dashboard__copy {
  margin: 0 0 24px;
  color: #b8b0a0 !important;
  line-height: 1.6;
}

.reidoabc-account-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.reidoabc-account-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 16px;
  border: 1px solid #2c251a;
  border-radius: 14px;
  background: #121118;
  color: #fdf8eb !important;
  text-decoration: none;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.reidoabc-account-card span {
  color: #d8b456;
  font-weight: 800;
}

.reidoabc-account-card small {
  color: #b8b0a0;
}

.reidoabc-account-card:hover,
.reidoabc-account-card:focus-visible {
  transform: translateY(-4px);
  border-color: #d8b456;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

.reidoabc-account-address-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.reidoabc-account-address {
  min-height: 180px;
}

.reidoabc-account-address:hover,
.reidoabc-account-address:focus-within {
  transform: none;
}

.reidoabc-account-address__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.reidoabc-account-address address {
  margin: 0;
  color: #b8b0a0;
  font-style: normal;
  line-height: 1.55;
}

body.woocommerce-account .woocommerce-address-fields,
body.woocommerce-account .woocommerce-address-fields__field-wrapper {
  color: #fdf8eb;
}

body.woocommerce-account .woocommerce-address-fields .form-row input,
body.woocommerce-account .woocommerce-address-fields .form-row select,
body.woocommerce-account .woocommerce-address-fields .form-row textarea {
  background: #121118;
  border: 1px solid #2c251a;
  color: #ffffff;
}

body.woocommerce-account .woocommerce-info,
body.woocommerce-account .woocommerce-message,
body.woocommerce-account .woocommerce-error,
body.woocommerce-account .woocommerce-notices-wrapper .woocommerce-info {
  background: #16130e !important;
  border: 1px solid #d8b456 !important;
  color: #fdf8eb !important;
}

body.woocommerce-account .woocommerce-info .button,
body.woocommerce-account .woocommerce-message .button,
body.woocommerce-account .woocommerce-error .button {
  min-height: 38px;
  padding: 0 16px;
  background: #07070a !important;
  color: #d8b456 !important;
  border: 1px solid #d8b456;
}

body.woocommerce-account .woocommerce > h2 {
  color: #d8b456;
  font-size: 22px;
  font-weight: 800;
}

body.woocommerce-account .u-columns {
  display: flex !important;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 28px;
}

body.woocommerce-account .u-columns .u-column1,
body.woocommerce-account .u-columns .u-column2 {
  position: static !important;
  inset: auto !important;
  flex: 1 1 360px;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 28px;
  background: #09080c;
  border: 1px solid #2c251a;
  border-radius: 14px;
}

body.woocommerce-account .woocommerce label,
body.woocommerce-account .woocommerce-privacy-policy-text,
body.woocommerce-account .woocommerce-LostPassword a,
body.woocommerce-account .woocommerce-form-login__rememberme {
  color: #fdf8eb;
}

body.woocommerce-account .woocommerce .input-text,
body.woocommerce-account .woocommerce-MyAccount-content .input-text,
body.woocommerce-account .woocommerce-MyAccount-content select {
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid #2c251a;
  border-radius: 8px;
  background: #121118 !important;
  color: #ffffff !important;
}

body.woocommerce-account .woocommerce .input-text:focus {
  border-color: #d8b456;
  outline: 2px solid rgba(216, 180, 86, 0.22);
  outline-offset: 1px;
}

body.woocommerce-account .woocommerce .button,
body.woocommerce-cart .wc-block-components-button,
body.woocommerce-cart .wc-block-cart__submit-button {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  background: #d8b456;
  color: #07070a;
  font-weight: 800;
}

body.woocommerce-account .woocommerce .button:hover,
body.woocommerce-account .woocommerce .button:focus-visible,
body.woocommerce-cart .wc-block-components-button:hover,
body.woocommerce-cart .wc-block-components-button:focus-visible,
body.woocommerce-cart .wc-block-cart__submit-button:hover,
body.woocommerce-cart .wc-block-cart__submit-button:focus-visible {
  background: #f3e3b3;
  color: #07070a;
}

.reidoabc-google-auth {
  margin: 0 0 18px !important;
}

.reidoabc-google-auth a,
.reidoabc-google-auth.is-unavailable {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  background: #ffffff;
  color: #202124;
  font-weight: 700;
  text-decoration: none;
}

.reidoabc-google-auth a:hover,
.reidoabc-google-auth a:focus-visible {
  background: #f8f9fa;
  color: #202124;
  outline: 2px solid rgba(216, 180, 86, 0.7);
  outline-offset: 2px;
}

.reidoabc-google-auth svg {
  width: 20px;
  height: 20px;
}

.reidoabc-google-auth.is-unavailable {
  cursor: not-allowed;
  opacity: 0.65;
}

.reidoabc-google-auth-note {
  margin: -10px 0 18px;
  color: #b8b0a0;
  font-size: 12px;
  line-height: 1.45;
}

.reidoabc-auth-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0;
  color: #b8b0a0;
  font-size: 13px;
}

.reidoabc-auth-divider::before,
.reidoabc-auth-divider::after {
  flex: 1;
  height: 1px;
  background: #2c251a;
  content: '';
}

body.woocommerce-cart .wp-block-woocommerce-cart {
  max-width: 1200px;
}

body.woocommerce-cart .wp-block-woocommerce-cart::before {
  display: block;
  margin-bottom: 24px;
  color: #d8b456;
  content: 'Seu Carrinho de Compras';
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 800;
}

body.reidoabc-lang-en.woocommerce-cart .wp-block-woocommerce-cart::before {
  content: 'Your Shopping Cart';
}

body.woocommerce-cart .wp-block-woocommerce-cart h1,
body.woocommerce-cart .wp-block-woocommerce-cart h2,
body.woocommerce-cart .wc-block-components-totals-wrapper,
body.woocommerce-cart .wc-block-cart-items {
  color: #ffffff;
}

body.woocommerce-cart .wp-block-woocommerce-cart h1,
body.woocommerce-cart .wp-block-woocommerce-cart h2 {
  color: #d8b456;
  font-weight: 800;
}

body.woocommerce-cart .wc-block-components-order-summary,
body.woocommerce-cart .wc-block-cart-items,
body.woocommerce-cart .wc-block-components-sidebar {
  border-color: #2c251a;
}

body.woocommerce-cart .wc-block-components-totals-wrapper,
body.woocommerce-cart .wc-block-components-order-summary,
body.woocommerce-cart .wc-block-components-sidebar-layout {
  background: #09080c;
  border-radius: 12px;
}

body.woocommerce-cart .wc-block-cart-item__product,
body.woocommerce-cart .wc-block-cart-item__total,
body.woocommerce-cart .wc-block-components-totals-item__label,
body.woocommerce-cart .wc-block-components-totals-item__value,
body.woocommerce-cart .wc-block-components-product-name,
body.woocommerce-cart .wc-block-components-quantity-selector,
body.woocommerce-cart .wc-block-components-quantity-selector input {
  color: #ffffff;
}

body.woocommerce-cart .wc-block-components-quantity-selector {
  border-color: #2c251a;
  background: #121118;
}

body.woocommerce-cart .wc-block-components-quantity-selector button {
  color: #d8b456;
}

body.woocommerce-cart .wc-block-components-text-input input,
body.woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control input {
  border-color: #2c251a;
  background: #121118;
  color: #ffffff;
}

@media (max-width: 900px) {
  .top-header-bar,
  .search-nav-bar {
    padding-inline: 16px;
  }

  .feature-bar-section {
    grid-template-columns: 1fr;
  }

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

  .footer-main-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }

  body.woocommerce-account .u-columns .u-column1,
  body.woocommerce-account .u-columns .u-column2 { flex-basis: 100%; }

  .reidoabc-account__layout,
  .reidoabc-account-cards,
  .reidoabc-account-address-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .top-header-bar {
    min-height: 56px;
  }

  .top-crown-brand img {
    width: 76px;
    height: 42px;
  }

  .top-user-actions {
    right: 12px;
    gap: 10px;
    font-size: 11px;
  }

  .search-container,
  .search-form {
    flex-wrap: wrap;
  }

  .search-form {
    display: flex !important;
  }

  .search-form input {
    width: 100%;
    flex: 1 0 100%;
  }

  .search-form select,
  .search-form button {
    min-height: 42px;
    flex: 1 1 45%;
  }

  .carousel-container {
    height: 280px;
    min-height: 240px;
  }

  .carousel-overlay {
    padding: 20px;
  }

  .carousel-overlay h2 {
    font-size: 24px;
  }

  .product-grid,
  .footer-main-grid {
    grid-template-columns: 1fr;
  }

  .delivery-row-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px;
  }

  .callout-card {
    min-height: 0;
    padding: 24px;
  }

  .product-card {
    min-height: 0;
  }

  .product-card .product-img {
    aspect-ratio: 1.25 / 1;
  }

  .footer-top-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .footer-top-strip span.strip-title {
    font-size: 20px;
  }
}
