body .gpcm-recipe-list-wrap,
body .gpcm-store-shell,
body .gpcm-product-shell,
body .gp-markets-shell,
body .gpcm-rs-shell,
body .gpcm-zm-shell,
body .gp-container.gp-archive-shell,
body .gpcm-deals-ajax {
  --gp-ui-bg: #f6f8fc;
  --gp-ui-surface: #ffffff;
  --gp-ui-surface-soft: #fffaf6;
  --gp-ui-border: #e8edf6;
  --gp-ui-border-strong: #d7dfec;
  --gp-ui-text: #162033;
  --gp-ui-muted: #66758c;
  --gp-ui-accent: #ef6b2e;
  --gp-ui-accent-strong: #0f766e;
  --gp-ui-accent-soft: #fff1e8;
  --gp-ui-info: #edf6ff;
  --gp-ui-shadow: 0 22px 48px rgba(15, 23, 42, 0.08);
  --gp-ui-shadow-soft: 0 12px 28px rgba(15, 23, 42, 0.06);
  --gp-ui-radius-xl: 30px;
  --gp-ui-radius-lg: 24px;
  --gp-ui-radius-md: 18px;
  --gp-ui-radius-sm: 14px;
  color: var(--gp-ui-text);
  font-family: var(--gp-site-font);
}

body .elementor-widget-shortcode,
body .elementor-widget-text-editor,
body .elementor-widget-html,
body .elementor-widget-shortcode .elementor-widget-container,
body .elementor-widget-text-editor .elementor-widget-container,
body .elementor-widget-html .elementor-widget-container {
  min-width: 0;
}

body .elementor-widget-shortcode .gpcm-recipe-list-wrap,
body .elementor-widget-shortcode .gpcm-store-shell,
body .elementor-widget-shortcode .gpcm-product-shell,
body .elementor-widget-shortcode .gp-markets-shell,
body .elementor-widget-shortcode .gpcm-rs-shell,
body .elementor-widget-shortcode .gpcm-zm-shell,
body .elementor-widget-shortcode .gp-container.gp-archive-shell,
body .elementor-widget-shortcode .gpcm-deals-ajax,
body .elementor-widget-shortcode .gp-portal-home,
body .elementor-widget-text-editor .gpcm-recipe-list-wrap,
body .elementor-widget-text-editor .gpcm-store-shell,
body .elementor-widget-text-editor .gpcm-product-shell,
body .elementor-widget-text-editor .gp-markets-shell,
body .elementor-widget-text-editor .gpcm-rs-shell,
body .elementor-widget-text-editor .gpcm-zm-shell,
body .elementor-widget-text-editor .gp-container.gp-archive-shell,
body .elementor-widget-text-editor .gpcm-deals-ajax,
body .elementor-widget-text-editor .gp-portal-home,
body .elementor-widget-html .gpcm-recipe-list-wrap,
body .elementor-widget-html .gpcm-store-shell,
body .elementor-widget-html .gpcm-product-shell,
body .elementor-widget-html .gp-markets-shell,
body .elementor-widget-html .gpcm-rs-shell,
body .elementor-widget-html .gpcm-zm-shell,
body .elementor-widget-html .gp-container.gp-archive-shell,
body .elementor-widget-html .gpcm-deals-ajax,
body .elementor-widget-html .gp-portal-home {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

body .gpcm-recipe-list-wrap,
body .gpcm-store-shell,
body .gpcm-product-shell,
body .gp-markets-shell,
body .gpcm-rs-shell,
body .gpcm-zm-shell,
body .gp-container.gp-archive-shell {
  display: grid;
  gap: 18px;
}

body .gpcm-recipe-list-wrap h1,
body .gpcm-recipe-list-wrap h2,
body .gpcm-recipe-list-wrap h3,
body .gpcm-store-shell h1,
body .gpcm-store-shell h2,
body .gpcm-store-shell h3,
body .gpcm-product-shell h1,
body .gpcm-product-shell h2,
body .gpcm-product-shell h3,
body .gp-markets-shell h1,
body .gp-markets-shell h2,
body .gp-markets-shell h3,
body .gpcm-rs-shell h1,
body .gpcm-rs-shell h2,
body .gpcm-rs-shell h3,
body .gpcm-zm-shell h1,
body .gpcm-zm-shell h2,
body .gpcm-zm-shell h3,
body .gp-container.gp-archive-shell h1,
body .gp-container.gp-archive-shell h2,
body .gp-container.gp-archive-shell h3 {
  color: var(--gp-ui-text);
  letter-spacing: -0.02em;
}

body .gpcm-recipe-list-wrap .gpcm-muted,
body .gpcm-store-shell .gpcm-muted,
body .gpcm-product-shell .gpcm-muted,
body .gp-markets-shell .gp-markets-muted,
body .gpcm-rs-shell .gpcm-rs-muted,
body .gpcm-zm-shell .gpcm-zm-muted,
body .gp-container.gp-archive-shell .gp-meta,
body .gp-container.gp-archive-shell .gp-desc {
  color: var(--gp-ui-muted);
}

body .gpcm-recipe-list-wrap .gpcm-recipe-list-header,
body .gpcm-product-shell .gpcm-product-header,
body .gp-container.gp-archive-shell .gp-archive-hero,
body .gpcm-rs-shell .gpcm-rs-hero,
body .gpcm-zm-shell .gpcm-zm-hero,
body .gpcm-store-shell .gpcm-store-panel:first-child,
body .gp-markets-shell > .gp-markets-card:first-of-type {
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--gp-ui-radius-xl);
  background:
    radial-gradient(circle at top right, rgba(239, 107, 46, 0.18), transparent 34%),
    radial-gradient(circle at bottom left, rgba(15, 118, 110, 0.16), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #fffaf5 100%);
  box-shadow: var(--gp-ui-shadow);
}

body .gpcm-recipe-list-wrap .gpcm-recipe-list-header,
body .gpcm-product-shell .gpcm-product-header,
body .gp-container.gp-archive-shell .gp-archive-hero,
body .gpcm-rs-shell .gpcm-rs-hero,
body .gpcm-zm-shell .gpcm-zm-hero {
  padding: 26px 28px;
}

body .gpcm-recipe-list-wrap .gpcm-recipe-list-header__title,
body .gpcm-product-shell .gpcm-product-header h1,
body .gp-container.gp-archive-shell .gp-archive-hero h1,
body .gpcm-rs-shell .gpcm-rs-hero h1,
body .gpcm-zm-shell .gpcm-zm-hero h1 {
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.04;
}

body .gpcm-recipe-list-wrap .gpcm-recipe-list-header__breadcrumbs,
body .gpcm-product-shell .gpcm-product-sub,
body .gp-container.gp-archive-shell .gp-archive-hero p,
body .gpcm-rs-shell .gpcm-rs-hero p,
body .gpcm-zm-shell .gpcm-zm-hero p,
body .gp-markets-shell .gp-markets-head p {
  color: var(--gp-ui-muted);
  font-size: 15px;
  line-height: 1.65;
}

body .gpcm-recipe-list-wrap .gpcm-eco-nav,
body .gpcm-product-shell .gpcm-eco-nav,
body .gpcm-deals-ajax .gpcm-eco-nav,
body .gpcm-rs-shell .gpcm-rs-eco-nav,
body .gpcm-zm-shell .gpcm-zm-eco-nav,
body .gp-markets-shell .gp-markets-eco-nav,
body .gp-container.gp-archive-shell .gp-eco-nav {
  padding: 18px 22px;
  border: 1px solid var(--gp-ui-border);
  border-radius: var(--gp-ui-radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 252, 255, 0.96));
  box-shadow: var(--gp-ui-shadow-soft);
}

body .gpcm-recipe-list-wrap .gpcm-eco-nav__label,
body .gpcm-product-shell .gpcm-eco-nav__label,
body .gpcm-deals-ajax .gpcm-eco-nav__label,
body .gpcm-rs-shell .gpcm-rs-eco-nav__label,
body .gpcm-zm-shell .gpcm-zm-eco-nav__label,
body .gp-markets-shell .gp-markets-eco-nav__label,
body .gp-container.gp-archive-shell .gp-eco-nav__label {
  color: var(--gp-ui-accent-strong);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body .gpcm-recipe-list-wrap .gpcm-eco-nav__link,
body .gpcm-product-shell .gpcm-eco-nav__link,
body .gpcm-deals-ajax .gpcm-eco-nav__link,
body .gpcm-rs-shell .gpcm-rs-eco-nav__link,
body .gpcm-zm-shell .gpcm-zm-eco-nav__link,
body .gp-markets-shell .gp-markets-eco-nav__link,
body .gp-container.gp-archive-shell .gp-eco-nav__link {
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--gp-ui-border);
  background: rgba(255, 255, 255, 0.92);
  color: var(--gp-ui-text);
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

body .gpcm-recipe-list-wrap .gpcm-eco-nav__link:hover,
body .gpcm-product-shell .gpcm-eco-nav__link:hover,
body .gpcm-deals-ajax .gpcm-eco-nav__link:hover,
body .gpcm-rs-shell .gpcm-rs-eco-nav__link:hover,
body .gpcm-zm-shell .gpcm-zm-eco-nav__link:hover,
body .gp-markets-shell .gp-markets-eco-nav__link:hover,
body .gp-container.gp-archive-shell .gp-eco-nav__link:hover {
  transform: translateY(-1px);
  border-color: rgba(239, 107, 46, 0.32);
  color: var(--gp-ui-accent);
  box-shadow: 0 12px 22px rgba(239, 107, 46, 0.12);
}

body .gpcm-recipe-list-wrap .gpcm-eco-nav__link.is-active,
body .gpcm-product-shell .gpcm-eco-nav__link.is-active,
body .gpcm-deals-ajax .gpcm-eco-nav__link.is-active,
body .gpcm-rs-shell .gpcm-rs-eco-nav__link.is-active,
body .gpcm-zm-shell .gpcm-zm-eco-nav__link.is-active,
body .gp-markets-shell .gp-markets-eco-nav__link.is-active,
body .gp-container.gp-archive-shell .gp-eco-nav__link.is-active {
  border-color: transparent;
  background: linear-gradient(135deg, var(--gp-ui-accent) 0%, #ff8c4a 100%);
  color: #fff;
  box-shadow: 0 18px 28px rgba(239, 107, 46, 0.24);
}

body .gpcm-recipe-list-wrap .gpcm-eco-card,
body .gpcm-product-shell .gpcm-eco-card,
body .gpcm-deals-ajax .gpcm-eco-card,
body .gpcm-rs-shell .gpcm-rs-discovery-card,
body .gpcm-zm-shell .gpcm-zm-discovery-card,
body .gp-markets-shell .gp-markets-discovery-card,
body .gp-container.gp-archive-shell .gp-eco-card {
  border: 1px solid var(--gp-ui-border);
  border-radius: var(--gp-ui-radius-lg);
  background: linear-gradient(180deg, #ffffff 0%, #fffaf6 100%);
  box-shadow: var(--gp-ui-shadow-soft);
  padding: 22px;
}

body .gpcm-recipe-list-wrap .gpcm-eco-card h3,
body .gpcm-product-shell .gpcm-eco-card h3,
body .gpcm-deals-ajax .gpcm-eco-card h3,
body .gpcm-rs-shell .gpcm-rs-discovery-card h3,
body .gpcm-zm-shell .gpcm-zm-discovery-card h3,
body .gp-markets-shell .gp-markets-discovery-card h3,
body .gp-container.gp-archive-shell .gp-eco-card h3 {
  font-size: 1.1rem;
  margin-bottom: 6px;
}

body .gpcm-recipe-list-wrap .gpcm-toolbar.gpcm-recipe-filters,
body .gpcm-deals-ajax .gpcm-market-filters,
body .gp-markets-shell .gp-markets-toolbar,
body .gpcm-rs-shell .gpcm-rs-filter,
body .gpcm-zm-shell .gpcm-zm-filter,
body .gp-container.gp-archive-shell .gp-filter {
  border: 1px solid var(--gp-ui-border);
  border-radius: var(--gp-ui-radius-lg);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--gp-ui-shadow-soft);
}

body .gpcm-recipe-list-wrap .gpcm-toolbar.gpcm-recipe-filters,
body .gpcm-deals-ajax .gpcm-market-filters,
body .gp-markets-shell .gp-markets-toolbar,
body .gp-container.gp-archive-shell .gp-filter {
  padding: 18px;
}

body .gpcm-rs-shell .gpcm-rs-filter,
body .gpcm-zm-shell .gpcm-zm-filter {
  padding: 20px;
}

body .gpcm-recipe-list-wrap .gpcm-recipe-filters input,
body .gpcm-recipe-list-wrap .gpcm-recipe-filters select,
body .gpcm-deals-ajax .gpcm-market-filters input,
body .gpcm-deals-ajax .gpcm-market-filters select,
body .gp-markets-shell .gp-markets-toolbar input,
body .gp-markets-shell .gp-markets-toolbar select,
body .gpcm-rs-shell .gpcm-rs-filter input,
body .gpcm-rs-shell .gpcm-rs-filter select,
body .gpcm-zm-shell .gpcm-zm-filter input,
body .gpcm-zm-shell .gpcm-zm-filter select,
body .gp-container.gp-archive-shell .gp-filter input,
body .gp-container.gp-archive-shell .gp-filter select {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--gp-ui-border-strong);
  border-radius: 16px;
  background: #fbfcff;
  color: var(--gp-ui-text);
  padding: 0 16px;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.02);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

body .gpcm-recipe-list-wrap .gpcm-recipe-filters input:focus,
body .gpcm-recipe-list-wrap .gpcm-recipe-filters select:focus,
body .gpcm-deals-ajax .gpcm-market-filters input:focus,
body .gpcm-deals-ajax .gpcm-market-filters select:focus,
body .gp-markets-shell .gp-markets-toolbar input:focus,
body .gp-markets-shell .gp-markets-toolbar select:focus,
body .gpcm-rs-shell .gpcm-rs-filter input:focus,
body .gpcm-rs-shell .gpcm-rs-filter select:focus,
body .gpcm-zm-shell .gpcm-zm-filter input:focus,
body .gpcm-zm-shell .gpcm-zm-filter select:focus,
body .gp-container.gp-archive-shell .gp-filter input:focus,
body .gp-container.gp-archive-shell .gp-filter select:focus {
  outline: none;
  border-color: rgba(239, 107, 46, 0.5);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(239, 107, 46, 0.12);
}

body .gpcm-recipe-list-wrap .gpcm-btn,
body .gpcm-deals-ajax .gpcm-btn,
body .gp-markets-shell .gp-markets-btn,
body .gpcm-rs-shell .gpcm-rs-btn,
body .gpcm-zm-shell .gpcm-zm-btn,
body .gp-container.gp-archive-shell .gp-filter-row button,
body .gp-container.gp-archive-shell .gp-btn-secondary,
body .gpcm-recipe-list-wrap .gpcm-favorite-toggle {
  min-height: 48px;
  padding: 0 18px;
  border-radius: 16px;
  border: 1px solid transparent;
  font-weight: 800;
  letter-spacing: -0.01em;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}

body .gpcm-recipe-list-wrap .gpcm-btn,
body .gpcm-deals-ajax .gpcm-btn,
body .gp-markets-shell .gp-markets-btn--primary,
body .gp-container.gp-archive-shell .gp-filter-row button {
  background: linear-gradient(135deg, var(--gp-ui-accent) 0%, #ff8a47 100%);
  color: #fff;
  box-shadow: 0 18px 30px rgba(239, 107, 46, 0.22);
}

body .gpcm-recipe-list-wrap .gpcm-btn:hover,
body .gpcm-deals-ajax .gpcm-btn:hover,
body .gp-markets-shell .gp-markets-btn--primary:hover,
body .gp-container.gp-archive-shell .gp-filter-row button:hover,
body .gpcm-recipe-list-wrap .gpcm-favorite-toggle:hover {
  transform: translateY(-1px);
}

body .gpcm-recipe-list-wrap .gpcm-favorite-toggle,
body .gp-markets-shell .gp-markets-btn,
body .gp-container.gp-archive-shell .gp-btn-secondary,
body .gpcm-deals-ajax a.gpcm-btn,
body .gpcm-store-shell a.gpcm-btn,
body .gpcm-product-shell a.gpcm-btn {
  background: #fff;
  border-color: var(--gp-ui-border-strong);
  color: var(--gp-ui-text);
  box-shadow: none;
}

body .gpcm-recipe-list-wrap .gpcm-favorite-toggle.is-active {
  background: var(--gp-ui-accent-soft);
  border-color: rgba(239, 107, 46, 0.36);
  color: #b24d1d;
}

body .gpcm-recipe-list-wrap .gpcm-recipe-card,
body .gpcm-store-shell .gpcm-store-panel,
body .gpcm-store-shell .gpcm-sidebar-card,
body .gpcm-store-shell .gpcm-carousel-card,
body .gpcm-product-shell .gpcm-product-card,
body .gpcm-product-shell .gpcm-product-sidecard,
body .gpcm-product-shell .gpcm-product-cross-card,
body .gp-markets-shell .gp-markets-card,
body .gp-markets-shell .gp-markets-item,
body .gpcm-rs-shell .gpcm-rs-card,
body .gpcm-zm-shell .gpcm-zm-card,
body .gp-container.gp-archive-shell .gp-card,
body .gp-container.gp-archive-shell .gp-detail-card,
body .gp-container.gp-archive-shell .gp-related-card {
  border: 1px solid var(--gp-ui-border);
  border-radius: var(--gp-ui-radius-lg);
  background: linear-gradient(180deg, #ffffff 0%, #fffdfa 100%);
  box-shadow: var(--gp-ui-shadow-soft);
}

body .gpcm-store-shell .gpcm-store-deferred,
body .gpcm-deals-ajax .gpcm-store-deferred {
  display: grid;
  gap: 14px;
}

body .gpcm-store-shell .gpcm-store-deferred__loader,
body .gpcm-deals-ajax .gpcm-store-deferred__loader {
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body .gpcm-store-shell .gpcm-store-deferred.is-loading .gpcm-store-deferred__loader,
body .gpcm-deals-ajax .gpcm-store-deferred.is-loading .gpcm-store-deferred__loader {
  display: grid;
}

body .gpcm-store-shell .gpcm-store-deferred__pulse,
body .gpcm-deals-ajax .gpcm-store-deferred__pulse {
  min-height: 184px;
  border-radius: var(--gp-ui-radius-lg);
  background:
    linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.62) 48%, rgba(255,255,255,0) 100%),
    linear-gradient(180deg, #eef3fb 0%, #e4ebf6 100%);
  background-size: 220px 100%, 100% 100%;
  animation: gpStorePulse 1.15s linear infinite;
}

body .gpcm-store-shell .gpcm-store-deferred__status,
body .gpcm-deals-ajax .gpcm-store-deferred__status {
  display: none;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border: 1px solid var(--gp-ui-border);
  border-radius: var(--gp-ui-radius-md);
  background:
    radial-gradient(circle at top right, rgba(239, 107, 46, 0.12), transparent 42%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  font-size: 14px;
  font-weight: 700;
  color: var(--gp-ui-text);
  box-shadow: var(--gp-ui-shadow-soft);
}

body .gpcm-store-shell .gpcm-store-deferred__status-icon,
body .gpcm-deals-ajax .gpcm-store-deferred__status-icon {
  position: relative;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff7f1 0%, #eef9f7 100%);
  border: 1px solid rgba(15, 118, 110, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body .gpcm-store-shell .gpcm-store-deferred__status-ring,
body .gpcm-deals-ajax .gpcm-store-deferred__status-ring {
  position: absolute;
  inset: 12px;
  border-radius: 999px;
  border: 4px solid rgba(15, 118, 110, 0.14);
  border-top-color: var(--gp-ui-accent-strong);
  border-right-color: #ff9a54;
  animation: gpUiSpin 0.95s linear infinite;
}

body .gpcm-store-shell .gpcm-store-deferred__status-dot,
body .gpcm-deals-ajax .gpcm-store-deferred__status-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gp-ui-accent-strong) 0%, #0f766e 100%);
  box-shadow: 0 0 0 6px rgba(15, 118, 110, 0.08);
}

body .gpcm-store-shell .gpcm-store-deferred__status-copy,
body .gpcm-deals-ajax .gpcm-store-deferred__status-copy {
  display: grid;
  gap: 4px;
}

body .gpcm-store-shell .gpcm-store-deferred__status-copy strong,
body .gpcm-deals-ajax .gpcm-store-deferred__status-copy strong {
  font-size: 1.1rem;
  line-height: 1.15;
}

body .gpcm-store-shell .gpcm-store-deferred__status-copy span,
body .gpcm-deals-ajax .gpcm-store-deferred__status-copy span {
  font-size: 14px;
  line-height: 1.5;
  color: var(--gp-ui-muted);
}

body .gpcm-store-shell .gpcm-store-deferred.is-loading .gpcm-store-deferred__status,
body .gpcm-deals-ajax .gpcm-store-deferred.is-loading .gpcm-store-deferred__status {
  display: flex;
}

body .gpcm-store-shell .gpcm-store-deferred__status::before,
body .gpcm-deals-ajax .gpcm-store-deferred__status::before {
  content: none;
}

body .gpcm-store-shell .gpcm-store-deferred__content:empty,
body .gpcm-deals-ajax .gpcm-store-deferred__content:empty {
  min-height: 40px;
}

@keyframes gpStorePulse {
  0% {
    background-position: -220px 0, 0 0;
  }
  100% {
    background-position: calc(100% + 220px) 0, 0 0;
  }
}

body .gpcm-recipe-list-wrap .gpcm-recipe-cards {
  gap: 18px;
}

body .gpcm-recipe-list-wrap .gpcm-recipe-card {
  overflow: hidden;
  padding: 0;
  display: grid;
  min-height: 100%;
}

body .gpcm-recipe-list-wrap .gpcm-recipe-card__media {
  position: relative;
  display: grid;
  place-items: end start;
  min-height: 230px;
  padding: 16px 16px 78px;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.24), transparent 25%),
    linear-gradient(135deg, #18243a 0%, #0f766e 58%, #ef6b2e 100%);
  text-decoration: none;
}

body .gpcm-recipe-list-wrap .gpcm-recipe-card__media > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body .gpcm-recipe-list-wrap .gpcm-recipe-card__media .gp-card-profile-badge__image {
  position: static;
  inset: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body .gpcm-recipe-list-wrap .gpcm-recipe-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 14, 26, 0.02) 0%, rgba(9, 14, 26, 0.58) 100%);
}

body .gpcm-recipe-list-wrap .gpcm-recipe-card__media.is-placeholder::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(9, 14, 26, 0.14) 100%);
}

body .gpcm-recipe-list-wrap .gpcm-recipe-card__badge,
body .gpcm-recipe-list-wrap .gpcm-recipe-card__placeholder-mark,
body .gpcm-recipe-list-wrap .gpcm-recipe-card__placeholder-copy {
  position: relative;
  z-index: 1;
}

body .gpcm-recipe-list-wrap .gpcm-recipe-card__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--gp-ui-text);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.16);
}

body .gpcm-recipe-list-wrap .gpcm-recipe-card__placeholder-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.04em;
  margin-bottom: 10px;
}

body .gpcm-recipe-list-wrap .gpcm-recipe-card__placeholder-copy {
  display: block;
  max-width: 180px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  line-height: 1.5;
  margin-top: auto;
}

body .gpcm-recipe-list-wrap .gpcm-recipe-card__body {
  display: grid;
  gap: 10px;
  padding: 22px;
}

body .gpcm-recipe-list-wrap .gpcm-recipe-card h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.08;
}

body .gpcm-recipe-list-wrap .gpcm-recipe-card h3 a {
  color: var(--gp-ui-text);
  text-decoration: none;
}

body .gpcm-recipe-list-wrap .gpcm-recipe-card h3 a:hover {
  color: var(--gp-ui-accent);
}

body .gpcm-recipe-list-wrap .gpcm-recipe-card p {
  margin: 0;
  color: var(--gp-ui-muted);
  font-size: 15px;
  line-height: 1.65;
}

body .gpcm-recipe-list-wrap .gpcm-recipe-chips,
body .gp-container.gp-archive-shell .gp-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body .gpcm-recipe-list-wrap .gpcm-recipe-chips span,
body .gpcm-recipe-list-wrap .gpcm-ingredient-chip,
body .gp-container.gp-archive-shell .gp-badge,
body .gp-container.gp-archive-shell .gp-chip,
body .gpcm-store-shell .gpcm-store-chip,
body .gpcm-store-shell .gpcm-store-stat,
body .gp-markets-shell .gp-markets-summary .badge {
  border: 1px solid rgba(15, 118, 110, 0.14);
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #f4fbf8 100%);
  color: #1d3a3a;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
}

body .gpcm-recipe-list-wrap .gpcm-rate-widget {
  gap: 6px;
  align-items: center;
}

body .gpcm-recipe-list-wrap .gpcm-rate-star {
  font-size: 22px;
}

body .gpcm-deals-ajax .gpcm-market-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

body .gpcm-deals-ajax .gpcm-store-tab {
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid var(--gp-ui-border-strong);
  background: rgba(255, 255, 255, 0.96);
  color: var(--gp-ui-text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

body .gpcm-deals-ajax .gpcm-store-tab img,
body .gpcm-deals-ajax .gpcm-store-tab img.lazyload,
body .gpcm-deals-ajax .gpcm-brand-mark__img,
body .gpcm-deals-ajax .gpcm-brand-mark__img.lazyload,
body .gpcm-store-shell .gpcm-brand-mark__img,
body .gpcm-store-shell .gpcm-brand-mark__img.lazyload,
body .gpcm-product-shell .gpcm-brand-mark__img,
body .gpcm-product-shell .gpcm-brand-mark__img.lazyload {
  width: auto !important;
  min-width: 0 !important;
  max-width: 110px !important;
  height: 22px !important;
  max-height: 22px !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
}

body .gpcm-deals-ajax .gpcm-store-tab,
body .gpcm-deals-ajax .gpcm-brand-mark,
body .gpcm-deals-ajax .gpcm-brand-mark--store-col,
body .gpcm-store-shell .gpcm-brand-mark,
body .gpcm-product-shell .gpcm-brand-mark {
  max-width: 110px;
  overflow: hidden;
}

body .gpcm-deals-ajax .gpcm-store-tab:hover {
  border-color: rgba(239, 107, 46, 0.36);
  color: var(--gp-ui-accent);
}

body .gpcm-deals-ajax .gpcm-store-tab.is-active {
  border-color: transparent;
  background: linear-gradient(135deg, var(--gp-ui-accent) 0%, #ff8c4a 100%);
  color: #fff;
  box-shadow: 0 18px 30px rgba(239, 107, 46, 0.22);
}

body .gpcm-deals-ajax .gpcm-market-table-wrap {
  border: 1px solid var(--gp-ui-border);
  border-radius: var(--gp-ui-radius-lg);
  background: linear-gradient(180deg, #ffffff 0%, #fffdfa 100%);
  box-shadow: var(--gp-ui-shadow-soft);
  overflow: hidden;
}

body .gpcm-deals-ajax .gpcm-market-head {
  background: linear-gradient(90deg, #f4f8ff 0%, #fff2e9 100%);
  color: #2d4f79;
  border-bottom: 1px solid var(--gp-ui-border);
}

body .gpcm-deals-ajax .gpcm-deal-row {
  border-top: 1px solid #eef2f8;
  transition: background 0.18s ease, transform 0.18s ease;
}

body .gpcm-deals-ajax .gpcm-deal-row:hover {
  background: linear-gradient(90deg, rgba(239, 107, 46, 0.04), rgba(15, 118, 110, 0.03));
}

body .gpcm-deals-ajax .gpcm-deal-thumb,
body .gpcm-deals-ajax .gpcm-deal-thumb--fallback,
body .gpcm-product-shell .gpcm-product-thumb,
body .gp-container.gp-archive-shell .gp-img,
body .gp-container.gp-archive-shell .gp-img--empty,
body .gp-container.gp-archive-shell .gp-detail-img,
body .gp-container.gp-archive-shell .gp-detail-img--empty {
  border-radius: 20px;
  border: 1px solid var(--gp-ui-border);
  background: linear-gradient(135deg, #fff7f1 0%, #f5fbfa 100%);
}

body .gpcm-deals-ajax .gpcm-deal-thumb--fallback,
body .gp-container.gp-archive-shell .gp-img--empty,
body .gp-container.gp-archive-shell .gp-detail-img--empty {
  color: var(--gp-ui-accent);
  font-weight: 800;
}

body .gpcm-deals-ajax .gpcm-deal-name,
body .gpcm-product-shell .gpcm-product-title,
body .gp-container.gp-archive-shell .gp-title,
body .gp-markets-shell .gp-markets-item h3,
body .gpcm-rs-shell .gpcm-rs-card h3,
body .gpcm-zm-shell .gpcm-zm-card h3 {
  font-weight: 800;
  letter-spacing: -0.03em;
}

body .gpcm-store-shell .gpcm-store-panel,
body .gpcm-product-shell .gpcm-product-card,
body .gpcm-product-shell .gpcm-product-sidecard,
body .gpcm-product-shell .gpcm-product-cross-card,
body .gp-markets-shell .gp-markets-card,
body .gp-markets-shell .gp-markets-item,
body .gpcm-rs-shell .gpcm-rs-card,
body .gpcm-zm-shell .gpcm-zm-card,
body .gp-container.gp-archive-shell .gp-detail-card,
body .gp-container.gp-archive-shell .gp-related-card {
  padding: 14px;
}

body .gpcm-store-shell .gpcm-store-name,
body .gpcm-product-shell .gpcm-product-title {
  font-size: clamp(1.3rem, 2vw, 2rem);
  line-height: 1.04;
}

body .gpcm-product-shell .gpcm-product-tagbox,
body .gpcm-product-shell .gpcm-product-cross-grid,
body .gp-container.gp-archive-shell .gp-related-grid,
body .gp-markets-shell .gp-markets-grid,
body .gpcm-rs-shell .gpcm-rs-grid,
body .gpcm-zm-shell .gpcm-zm-grid {
  gap: 10px;
}

body .gpcm-product-shell .gpcm-product-cross-card,
body .gp-container.gp-archive-shell .gp-related-card,
body .gp-markets-shell .gp-markets-item,
body .gpcm-rs-shell .gpcm-rs-card,
body .gpcm-zm-shell .gpcm-zm-card {
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

body .gpcm-product-shell .gpcm-product-cross-card:hover,
body .gp-container.gp-archive-shell .gp-related-card:hover,
body .gp-markets-shell .gp-markets-item:hover,
body .gpcm-rs-shell .gpcm-rs-card:hover,
body .gpcm-zm-shell .gpcm-zm-card:hover,
body .gp-container.gp-archive-shell .gp-card:hover,
body .gpcm-store-shell .gpcm-carousel-card:hover {
  transform: translateY(-2px);
  border-color: rgba(239, 107, 46, 0.22);
  box-shadow: 0 24px 44px rgba(15, 23, 42, 0.1);
}

body .gp-container.gp-archive-shell .gp-card {
  padding: 14px;
  align-items: stretch;
  gap: 14px;
}

body .gp-container.gp-archive-shell .gp-img,
body .gp-container.gp-archive-shell .gp-img--empty {
  width: 112px;
  height: 112px;
  flex: 0 0 112px;
}

body .gp-container.gp-archive-shell .gp-title {
  font-size: 1.3rem;
  margin-bottom: 8px;
}

body .gp-container.gp-archive-shell .gp-meta,
body .gp-container.gp-archive-shell .gp-desc {
  font-size: 14px;
  line-height: 1.65;
}

body .gp-container.gp-archive-shell .gp-detail-card {
  border-radius: var(--gp-ui-radius-xl);
}

body .gp-markets-shell .gp-markets-kicker,
body .gpcm-rs-shell .gpcm-rs-kicker,
body .gpcm-zm-shell .gpcm-zm-kicker,
body .gp-container.gp-archive-shell .gp-archive-kicker,
body .gpcm-product-shell .gpcm-store-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(239, 107, 46, 0.18);
  background: var(--gp-ui-accent-soft);
  color: var(--gp-ui-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body .gp-markets-shell .gp-markets-summary,
body .gpcm-store-shell .gpcm-store-meta,
body .gpcm-product-shell .gpcm-product-meta,
body .gp-container.gp-archive-shell .gp-archive-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body .gp-markets-shell .gp-markets-map,
body .gpcm-store-shell .gpcm-store-map,
body .gpcm-product-shell .gpcm-product-map,
body .gpcm-deals-ajax .gpcm-map,
body .gpcm-rs-shell .gpcm-rs-map-canvas,
body .gpcm-zm-shell .gpcm-zm-map-canvas {
  border: 1px solid var(--gp-ui-border);
  border-radius: var(--gp-ui-radius-lg);
  overflow: hidden;
  box-shadow: var(--gp-ui-shadow-soft);
}

body .gpcm-deals-ajax .gpcm-map-wrap,
body .gpcm-store-shell .gpcm-store-map-box,
body .gpcm-product-shell .gpcm-product-card:has(.gpcm-product-map),
body .gp-markets-shell .gp-markets-card:has(.gp-markets-map),
body .gpcm-rs-shell .gpcm-rs-map-wrap,
body .gpcm-zm-shell .gpcm-zm-map-wrap {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body .gpcm-deals-ajax .gpcm-loader,
body .gpcm-store-shell .gpcm-empty,
body .gpcm-product-shell .gpcm-empty,
body .gp-markets-shell .gp-markets-card:empty,
body .gpcm-rs-shell .gpcm-empty,
body .gpcm-zm-shell .gpcm-empty,
body .gp-container.gp-archive-shell .gp-empty {
  border: 1px dashed var(--gp-ui-border-strong);
  border-radius: var(--gp-ui-radius-lg);
  background: linear-gradient(180deg, #ffffff 0%, #fafcff 100%);
  color: var(--gp-ui-muted);
}

body .gpcm-deals-ajax .gpcm-loader {
  position: relative;
  padding: 16px 18px 16px 56px;
  font-weight: 700;
  color: var(--gp-ui-text);
}

body .gpcm-deals-ajax .gpcm-loader::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border-radius: 999px;
  border: 2px solid rgba(239, 107, 46, 0.18);
  border-top-color: var(--gp-ui-accent);
  animation: gpUiSpin 0.72s linear infinite;
}

body .gpcm-deals-ajax .gpcm-loader::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(110deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.42) 50%, rgba(255,255,255,0) 100%);
  background-size: 240px 100%;
  animation: gpUiSweep 1.35s linear infinite;
  pointer-events: none;
}

@keyframes gpUiSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes gpUiSweep {
  0% {
    background-position: -240px 0;
  }
  100% {
    background-position: calc(100% + 240px) 0;
  }
}

body .gpcm-recipe-list-wrap .gpcm-page-link,
body .gpcm-product-shell .gpcm-page-link,
body .gpcm-store-shell .gpcm-page-link,
body .gpcm-deals-ajax .gpcm-page-link,
body .gp-markets-shell .gp-markets-page,
body .gp-container.gp-archive-shell .gp-page {
  min-width: 44px;
  min-height: 44px;
  border-radius: 14px;
  border: 1px solid var(--gp-ui-border-strong);
  background: #fff;
  color: var(--gp-ui-text);
  font-weight: 700;
}

body .gpcm-recipe-list-wrap .gpcm-page-link.is-current,
body .gpcm-product-shell .gpcm-page-link.is-current,
body .gpcm-store-shell .gpcm-page-link.is-current,
body .gpcm-deals-ajax .gpcm-page-link.is-current,
body .gp-markets-shell .gp-markets-page.is-current,
body .gp-container.gp-archive-shell .gp-page.is-current {
  border-color: transparent;
  background: linear-gradient(135deg, var(--gp-ui-accent) 0%, #ff8c4a 100%);
  color: #fff;
}

body .gpcm-rs-shell .gpcm-rs-filter-grid,
body .gpcm-zm-shell .gpcm-zm-filter-row {
  gap: 12px;
}

body .gpcm-store-shell .gpcm-carousel-card {
  overflow: hidden;
}

body .gpcm-product-shell .gpcm-carousel-card {
  overflow: hidden;
}

body .gpcm-store-shell .gpcm-carousel-card__media,
body .gpcm-store-shell .gpcm-carousel-card img,
body .gpcm-product-shell .gpcm-carousel-card__media,
body .gpcm-product-shell .gpcm-carousel-card img {
  border-radius: 0;
}

body .gpcm-product-shell .gpcm-product-cats a,
body .gpcm-store-shell .gpcm-store-stat,
body .gpcm-store-shell .gpcm-store-chip {
  text-decoration: none;
}

body .gpcm-product-shell .gpcm-product-cats--all {
  max-height: none;
  overflow: visible;
}

body .gpcm-store-shell .gpcm-store-chip--open {
  border-color: rgba(24, 131, 74, 0.24);
  background: rgba(24, 131, 74, 0.1);
  color: #15693d;
}

body .gpcm-store-shell .gpcm-store-chip--closed {
  border-color: rgba(213, 59, 45, 0.2);
  background: rgba(213, 59, 45, 0.08);
  color: #b53a22;
}

body .gpcm-store-shell .gpcm-store-chip--holiday {
  border-color: rgba(109, 40, 217, 0.18);
  background: rgba(109, 40, 217, 0.08);
  color: #6d28d9;
}

body .gpcm-store-shell .gpcm-store-hours-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 10px;
  margin-top: 16px;
}

body .gpcm-store-shell .gpcm-store-hours-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--gp-ui-border);
  border-radius: 14px;
  background: #fbfcff;
}

body .gpcm-store-shell .gpcm-store-hours-row.is-today {
  border-color: rgba(239, 107, 46, 0.26);
  background: var(--gp-ui-accent-soft);
}

body .gpcm-store-shell .gpcm-store-hours-day {
  font-weight: 800;
  color: var(--gp-ui-text);
}

body .gpcm-store-shell .gpcm-store-hours-value {
  color: var(--gp-ui-muted);
  font-weight: 700;
  text-align: right;
}

body .gpcm-store-shell .gpcm-store-weekend-note {
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--gp-ui-muted);
}

body .gpcm-store-shell .gpcm-store-map-layout,
body .gpcm-deals-ajax .gpcm-store-map-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 14px;
  align-items: start;
}

body .gpcm-store-shell .gpcm-store-map-layout.is-single,
body .gpcm-deals-ajax .gpcm-store-map-layout.is-single {
  grid-template-columns: minmax(0, 1fr);
}

body .gpcm-store-shell .gpcm-store-network-rail,
body .gpcm-deals-ajax .gpcm-store-network-rail {
  display: grid;
  gap: 12px;
}

body .gpcm-store-shell .gpcm-store-network-scroll,
body .gpcm-deals-ajax .gpcm-store-network-scroll {
  max-height: 320px;
  overflow: auto;
  padding-right: 4px;
}

body .gpcm-store-shell .gpcm-store-network-scroll::-webkit-scrollbar,
body .gpcm-deals-ajax .gpcm-store-network-scroll::-webkit-scrollbar {
  width: 8px;
}

body .gpcm-store-shell .gpcm-store-network-scroll::-webkit-scrollbar-thumb,
body .gpcm-deals-ajax .gpcm-store-network-scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #cbd5e1;
}

body .gpcm-store-shell .gpcm-store-map-marker,
body .gpcm-deals-ajax .gpcm-store-map-marker {
  background: transparent !important;
  border: 0 !important;
}

body .gpcm-store-shell .gpcm-store-map-marker span,
body .gpcm-deals-ajax .gpcm-store-map-marker span {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #1d4ed8;
  border: 3px solid #fff;
  box-shadow: 0 8px 18px rgba(29, 78, 216, 0.28);
}

body .gpcm-store-shell .gpcm-store-map-marker.is-active span,
body .gpcm-deals-ajax .gpcm-store-map-marker.is-active span {
  background: var(--gp-ui-accent);
  transform: scale(1.12);
  box-shadow: 0 10px 24px rgba(239, 107, 46, 0.36);
}

body .gpcm-store-shell .gpcm-store-products-shell,
body .gpcm-deals-ajax .gpcm-store-products-shell {
  display: grid;
  gap: 12px;
}

body .gpcm-store-shell .gpcm-store-category-row,
body .gpcm-deals-ajax .gpcm-store-category-row {
  display: grid;
  grid-template-columns: minmax(172px, 0.34fr) minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px;
  border: 1px solid var(--gp-ui-border);
  border-radius: var(--gp-ui-radius-lg);
  background: linear-gradient(180deg, #ffffff 0%, #fffdfa 100%);
  box-shadow: var(--gp-ui-shadow-soft);
}

body .gpcm-store-shell .gpcm-store-category-row__category,
body .gpcm-deals-ajax .gpcm-store-category-row__category {
  display: grid;
  gap: 8px;
  position: sticky;
  top: 18px;
}

body .gpcm-store-shell .gpcm-store-category-row__link,
body .gpcm-deals-ajax .gpcm-store-category-row__link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid var(--gp-ui-border);
  background: #f8fbff;
  color: var(--gp-ui-text);
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
}

body .gpcm-store-shell .gpcm-store-category-row__link.is-active,
body .gpcm-store-shell .gpcm-store-category-row__link:hover,
body .gpcm-deals-ajax .gpcm-store-category-row__link.is-active,
body .gpcm-deals-ajax .gpcm-store-category-row__link:hover {
  border-color: rgba(239, 107, 46, 0.28);
  background: var(--gp-ui-accent-soft);
  color: #a44b1d;
}

body .gpcm-store-shell .gpcm-store-category-row__count,
body .gpcm-store-shell .gpcm-store-category-row__offercount,
body .gpcm-deals-ajax .gpcm-store-category-row__count,
body .gpcm-deals-ajax .gpcm-store-category-row__offercount {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  width: max-content;
  max-width: 100%;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid var(--gp-ui-border);
  background: #fff;
  color: var(--gp-ui-muted);
  font-size: 12px;
  font-weight: 700;
}

body .gpcm-store-shell .gpcm-store-category-row__offercount,
body .gpcm-deals-ajax .gpcm-store-category-row__offercount {
  border-color: rgba(239, 107, 46, 0.18);
  background: var(--gp-ui-accent-soft);
  color: #a44b1d;
}

body .gpcm-store-shell .gpcm-store-category-row__items,
body .gpcm-deals-ajax .gpcm-store-category-row__items {
  display: grid;
  gap: 8px;
}

body .gpcm-store-shell .gpcm-store-product-item,
body .gpcm-deals-ajax .gpcm-store-product-item {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 10px 12px;
  border: 1px solid var(--gp-ui-border);
  border-radius: 16px;
  background: #fff;
}

body .gpcm-store-shell .gpcm-store-product-item.has-offer,
body .gpcm-deals-ajax .gpcm-store-product-item.has-offer {
  border-color: rgba(239, 107, 46, 0.22);
  background: linear-gradient(180deg, #ffffff 0%, #fff8f1 100%);
}

body .gpcm-store-shell .gpcm-store-product-item__thumb,
body .gpcm-deals-ajax .gpcm-store-product-item__thumb {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 14px;
  object-fit: cover;
  border: 1px solid var(--gp-ui-border);
  background: #f8fafc;
}

body .gpcm-store-shell .gpcm-store-product-item__thumb--fallback,
body .gpcm-deals-ajax .gpcm-store-product-item__thumb--fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gp-ui-accent);
  font-size: 11px;
  font-weight: 800;
}

body .gpcm-store-shell .gpcm-store-product-item__body,
body .gpcm-store-shell .gpcm-store-product-item__copy,
body .gpcm-deals-ajax .gpcm-store-product-item__body,
body .gpcm-deals-ajax .gpcm-store-product-item__copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}

body .gpcm-store-shell .gpcm-store-product-item__head,
body .gpcm-deals-ajax .gpcm-store-product-item__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
}

body .gpcm-store-shell .gpcm-store-product-item__title,
body .gpcm-deals-ajax .gpcm-store-product-item__title {
  margin: 0;
  font-size: 18px;
  line-height: 1.15;
  color: var(--gp-ui-text);
}

body .gpcm-store-shell .gpcm-store-product-item__title a,
body .gpcm-deals-ajax .gpcm-store-product-item__title a {
  color: inherit;
  text-decoration: none;
}

body .gpcm-store-shell .gpcm-store-product-item__title a:hover,
body .gpcm-deals-ajax .gpcm-store-product-item__title a:hover {
  color: var(--gp-ui-accent-strong);
}

body .gpcm-store-shell .gpcm-store-product-item__meta,
body .gpcm-store-shell .gpcm-store-product-item__catalog-match,
body .gpcm-store-shell .gpcm-store-product-item__offer-note,
body .gpcm-deals-ajax .gpcm-store-product-item__meta,
body .gpcm-deals-ajax .gpcm-store-product-item__catalog-match,
body .gpcm-deals-ajax .gpcm-store-product-item__offer-note {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: var(--gp-ui-muted);
}

body .gpcm-store-shell .gpcm-store-product-item__catalog-match,
body .gpcm-deals-ajax .gpcm-store-product-item__catalog-match {
  color: #1d4ed8;
  font-weight: 600;
}

body .gpcm-store-shell .gpcm-store-product-item__pricebox,
body .gpcm-deals-ajax .gpcm-store-product-item__pricebox {
  display: grid;
  gap: 6px;
  justify-items: end;
  text-align: right;
  min-width: 124px;
}

body .gpcm-store-shell .gpcm-store-product-item__price,
body .gpcm-deals-ajax .gpcm-store-product-item__price {
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  color: #166534;
}

body .gpcm-store-shell .gpcm-store-product-item__pack,
body .gpcm-deals-ajax .gpcm-store-product-item__pack {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid #dbeafe;
  background: #f8fbff;
  color: #334155;
  font-size: 11px;
  font-weight: 700;
}

body .gpcm-store-shell .gpcm-store-product-item__offer-inline,
body .gpcm-deals-ajax .gpcm-store-product-item__offer-inline {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  flex-wrap: wrap;
}

body .gpcm-store-shell .gpcm-store-product-item__offer-inline strong,
body .gpcm-deals-ajax .gpcm-store-product-item__offer-inline strong {
  font-size: 15px;
  color: #b45309;
}

body .gpcm-store-shell .gpcm-store-product-item__offer-inline s,
body .gpcm-deals-ajax .gpcm-store-product-item__offer-inline s {
  font-size: 12px;
  color: #b91c1c;
}

body .gpcm-store-shell .gpcm-store-product-item__offer-badge,
body .gpcm-deals-ajax .gpcm-store-product-item__offer-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  border: 1px solid rgba(239, 107, 46, 0.18);
  background: var(--gp-ui-accent-soft);
  color: #a44b1d;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

body .gpcm-store-shell .gpcm-store-product-item__actions,
body .gpcm-deals-ajax .gpcm-store-product-item__actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

body .gpcm-store-shell .gpcm-store-product-item__actions .gpcm-food-fav-btn,
body .gpcm-deals-ajax .gpcm-store-product-item__actions .gpcm-food-fav-btn {
  margin-top: 0;
  height: 34px;
}

body .gpcm-store-shell .gpcm-store-product-item__more,
body .gpcm-deals-ajax .gpcm-store-product-item__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid #dbeafe;
  background: #eff6ff;
  color: #1d4ed8;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
}

body .gpcm-store-shell .gpcm-stability-table,
body .gpcm-deals-ajax .gpcm-stability-table {
  display: grid;
  gap: 8px;
}

body .gpcm-store-shell .gpcm-stability-table__head,
body .gpcm-store-shell .gpcm-stability-row,
body .gpcm-deals-ajax .gpcm-stability-table__head,
body .gpcm-deals-ajax .gpcm-stability-row {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(120px, 0.5fr) minmax(130px, 0.55fr) 110px;
  gap: 12px;
  align-items: center;
}

body .gpcm-store-shell .gpcm-stability-table__head,
body .gpcm-deals-ajax .gpcm-stability-table__head {
  padding: 0 12px 6px;
  border-bottom: 1px solid var(--gp-ui-border);
  color: var(--gp-ui-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

body .gpcm-store-shell .gpcm-stability-row,
body .gpcm-deals-ajax .gpcm-stability-row {
  padding: 10px 12px;
  border: 1px solid var(--gp-ui-border);
  border-radius: 16px;
  background: #fff;
}

body .gpcm-store-shell .gpcm-stability-row__product,
body .gpcm-deals-ajax .gpcm-stability-row__product {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  min-width: 0;
}

body .gpcm-store-shell .gpcm-stability-row__price,
body .gpcm-store-shell .gpcm-stability-row__spread,
body .gpcm-store-shell .gpcm-stability-row__sample,
body .gpcm-deals-ajax .gpcm-stability-row__price,
body .gpcm-deals-ajax .gpcm-stability-row__spread,
body .gpcm-deals-ajax .gpcm-stability-row__sample {
  display: grid;
  gap: 3px;
}

body .gpcm-store-shell .gpcm-stability-row__price strong,
body .gpcm-store-shell .gpcm-stability-row__spread strong,
body .gpcm-store-shell .gpcm-stability-row__sample strong,
body .gpcm-deals-ajax .gpcm-stability-row__price strong,
body .gpcm-deals-ajax .gpcm-stability-row__spread strong,
body .gpcm-deals-ajax .gpcm-stability-row__sample strong {
  font-size: 18px;
  line-height: 1;
  color: var(--gp-ui-text);
}

body .gpcm-store-shell .gpcm-stability-row__spread strong,
body .gpcm-deals-ajax .gpcm-stability-row__spread strong {
  color: var(--gp-ui-accent-strong);
}

body .gpcm-store-shell .gpcm-stability-row__price span,
body .gpcm-store-shell .gpcm-stability-row__spread span,
body .gpcm-store-shell .gpcm-stability-row__sample span,
body .gpcm-store-shell .gpcm-stability-note,
body .gpcm-deals-ajax .gpcm-stability-row__price span,
body .gpcm-deals-ajax .gpcm-stability-row__spread span,
body .gpcm-deals-ajax .gpcm-stability-row__sample span,
body .gpcm-deals-ajax .gpcm-stability-note {
  font-size: 12px;
  line-height: 1.5;
  color: var(--gp-ui-muted);
}

body .gpcm-product-shell .gpcm-product-cats a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid var(--gp-ui-border);
  background: #fbfcff;
  color: var(--gp-ui-text);
}

body .gpcm-product-shell .gpcm-product-cats a:hover,
body .gpcm-product-shell .gpcm-product-cats a.is-active {
  border-color: rgba(239, 107, 46, 0.28);
  background: var(--gp-ui-accent-soft);
  color: #a44b1d;
}

body .gpcm-product-shell .gpcm-product-family-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

body .gpcm-product-shell .gpcm-product-family-summary span {
  border: 1px solid rgba(15, 118, 110, 0.14);
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #f4fbf8 100%);
  color: #1d3a3a;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 700;
}

body .gpcm-product-shell .gpcm-product-now,
body .gpcm-deals-ajax .gpcm-deal-price-now {
  color: #18834a;
  font-weight: 900;
}

body .gpcm-product-shell .gpcm-product-old,
body .gpcm-deals-ajax .gpcm-deal-price-old {
  color: #d53b2d;
}

body .gpcm-product-shell .gpcm-product-card {
  gap: 12px;
  padding: 14px;
}

body .gpcm-product-shell .gpcm-product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

body .gpcm-product-shell .gpcm-product-main {
  display: grid;
  gap: 16px;
  order: 1;
  min-width: 0;
}

body .gpcm-product-shell .gpcm-product-sidebar {
  display: grid;
  gap: 12px;
  order: 2;
  min-width: 0;
}

body .gpcm-product-shell .gpcm-product-card-top {
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 12px;
}

body .gpcm-product-shell .gpcm-product-thumb {
  width: 84px;
  height: 84px;
  border-radius: 18px;
}

body .gpcm-product-shell .gpcm-product-title {
  margin: 0 0 4px;
  line-height: 1.08;
}

body .gpcm-product-shell .gpcm-product-meta {
  font-size: 13px;
}

body .gpcm-product-shell .gpcm-product-priceline {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin-top: 6px;
}

body .gpcm-product-shell .gpcm-product-tagbox a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--gp-ui-border-strong);
  color: var(--gp-ui-text);
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.15;
}

body .gpcm-product-shell .gpcm-product-tagbox a:hover {
  border-color: rgba(239, 107, 46, 0.28);
  color: var(--gp-ui-accent);
}

body .gpcm-product-shell .gpcm-product-tagbox {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

body .gpcm-product-shell .gpcm-product-catalog-grid {
  display: grid;
  gap: 8px;
}

body .gpcm-product-shell .gpcm-product-catalog-note {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(15, 118, 110, 0.16);
  background: rgba(240, 253, 250, 0.9);
  color: #0f766e;
  font-size: 12px;
  font-weight: 700;
}

body .gpcm-product-shell .gpcm-product-catalog-row {
  display: grid;
  grid-template-columns: minmax(220px, 1.5fr) minmax(110px, 0.55fr) auto;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid var(--gp-ui-border);
  border-radius: 14px;
  background: #fff;
}

body .gpcm-product-shell .gpcm-product-catalog-row.is-active {
  border-color: rgba(14, 165, 233, 0.32);
  background: linear-gradient(180deg, #ffffff 0%, #f8fdff 100%);
  box-shadow: 0 10px 20px rgba(14, 165, 233, 0.08);
}

body .gpcm-product-shell .gpcm-product-catalog-row__brand {
  display: grid;
  grid-template-columns: minmax(84px, 112px) minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
}

body .gpcm-product-shell .gpcm-product-catalog-row__logo {
  display: flex;
  align-items: center;
  min-width: 0;
}

body .gpcm-product-shell .gpcm-product-catalog-row__meta {
  display: grid;
  gap: 3px;
  min-width: 0;
}

body .gpcm-product-shell .gpcm-product-catalog-row__meta strong {
  font-size: 14px;
  color: var(--gp-ui-text);
}

body .gpcm-product-shell .gpcm-product-catalog-row__meta span,
body .gpcm-product-shell .gpcm-product-catalog-row__meta small {
  color: #64748b;
  line-height: 1.35;
  font-size: 12px;
}

body .gpcm-product-shell .gpcm-product-catalog-row__price {
  display: grid;
  gap: 3px;
  text-align: right;
}

body .gpcm-product-shell .gpcm-product-catalog-row__price strong {
  font-size: 20px;
  line-height: 1;
  color: #166534;
}

body .gpcm-product-shell .gpcm-product-catalog-row__price span,
body .gpcm-product-shell .gpcm-product-catalog-row__price small {
  color: #64748b;
  font-size: 12px;
  line-height: 1.35;
}

body .gpcm-product-shell .gpcm-product-catalog-row__actions {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

body .gpcm-product-shell .gpcm-product-catalog-row__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid #dbeafe;
  background: #fff;
  color: #1d4ed8;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
}

body .gpcm-product-shell .gpcm-product-compare-toolbar {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
  align-items: end;
}

body .gpcm-product-shell .gpcm-product-compare-toolbar label {
  display: grid;
  gap: 6px;
  min-width: 0;
}

body .gpcm-product-shell .gpcm-product-compare-toolbar label span {
  font-size: 12px;
  font-weight: 800;
  color: #475569;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

body .gpcm-product-shell .gpcm-product-compare-toolbar select,
body .gpcm-product-shell .gpcm-product-compare-toolbar input {
  width: 100%;
  min-width: 0;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid var(--gp-ui-border-strong);
  border-radius: 12px;
  background: #fff;
  color: var(--gp-ui-text);
}

body .gpcm-product-shell .gpcm-product-compare-toolbar__actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

body .gpcm-product-shell .gpcm-product-compare-toolbar__actions button,
body .gpcm-product-shell .gpcm-product-compare-toolbar__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid var(--gp-ui-border-strong);
  background: #fff;
  color: var(--gp-ui-text);
  text-decoration: none;
  font-weight: 700;
}

body .gpcm-product-shell .gpcm-product-compare-toolbar__actions button {
  background: linear-gradient(135deg, var(--gp-ui-accent) 0%, #ff8c4a 100%);
  border-color: transparent;
  color: #fff;
}

body .gpcm-product-shell .gpcm-product-compare-summary {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

body .gpcm-product-shell .gpcm-product-compare-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(15, 118, 110, 0.14);
  background: linear-gradient(180deg, #ffffff 0%, #f4fbf8 100%);
  color: #1d3a3a;
  font-size: 12px;
  font-weight: 700;
}

body .gpcm-product-shell .gpcm-product-compare-table {
  display: grid;
  gap: 10px;
}

body .gpcm-product-shell .gpcm-product-compare-row {
  display: grid;
  grid-template-columns: minmax(240px, 1.6fr) minmax(120px, 0.6fr) auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--gp-ui-border);
  border-radius: 16px;
  background: #fff;
}

body .gpcm-product-shell .gpcm-product-compare-row.is-active {
  border-color: #93c5fd;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 10px 22px rgba(59, 130, 246, 0.08);
}

body .gpcm-product-shell .gpcm-product-compare-row__brand {
  display: grid;
  grid-template-columns: minmax(86px, 112px) minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
}

body .gpcm-product-shell .gpcm-product-compare-row__logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
}

body .gpcm-product-shell .gpcm-product-compare-row__meta {
  display: grid;
  gap: 4px;
  min-width: 0;
}

body .gpcm-product-shell .gpcm-product-compare-row__meta strong {
  font-size: 15px;
  color: var(--gp-ui-text);
}

body .gpcm-product-shell .gpcm-product-compare-row__meta span,
body .gpcm-product-shell .gpcm-product-compare-row__meta small {
  color: var(--gp-ui-muted);
  line-height: 1.45;
}

body .gpcm-product-shell .gpcm-product-compare-row__price {
  display: grid;
  gap: 3px;
  text-align: right;
}

body .gpcm-product-shell .gpcm-product-compare-row__price strong {
  font-size: 24px;
  line-height: 1;
  color: #166534;
}

body .gpcm-product-shell .gpcm-product-compare-row__price span,
body .gpcm-product-shell .gpcm-product-compare-row__price small {
  color: var(--gp-ui-muted);
  font-size: 12px;
  line-height: 1.4;
}

body .gpcm-product-shell .gpcm-product-compare-row__actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

body .gpcm-product-shell .gpcm-product-compare-row__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--gp-ui-border-strong);
  background: #fff;
  color: #1d4ed8;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}

body .gpcm-product-shell .gpcm-product-compare-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(239, 107, 46, 0.18);
  background: #fff1e8;
  color: #a44b1d;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

body .gpcm-product-shell .gpcm-product-storebox {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--gp-ui-border);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #fafcff 100%);
}

body .gpcm-product-shell .gpcm-product-storebox__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

body .gpcm-product-shell .gpcm-product-storebox__copy h3 {
  margin: 4px 0 0;
  font-size: 1.06rem;
}

body .gpcm-product-shell .gpcm-product-storebox__copy p {
  margin: 4px 0 0;
  color: var(--gp-ui-muted);
  font-size: 13px;
  line-height: 1.4;
}

body .gpcm-product-shell .gpcm-product-storebox__kicker {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  background: var(--gp-ui-accent-soft);
  color: var(--gp-ui-accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body .gpcm-product-shell .gpcm-product-storebox__price {
  display: grid;
  gap: 2px;
  min-width: 104px;
  padding: 10px 12px;
  border-radius: 14px;
  background: #fff7ed;
  border: 1px solid rgba(239, 107, 46, 0.18);
  text-align: right;
}

body .gpcm-product-shell .gpcm-product-storebox__price strong {
  font-size: 1.25rem;
  line-height: 1;
  color: #18834a;
}

body .gpcm-product-shell .gpcm-product-storebox__price span {
  color: var(--gp-ui-muted);
  font-size: 11px;
  font-weight: 700;
}

body .gpcm-product-shell .gpcm-product-storebox__meta,
body .gpcm-product-shell .gpcm-product-storebox__actions,
body .gpcm-product-shell .gpcm-product-sectionhead {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

body .gpcm-product-shell .gpcm-product-sectionhead {
  justify-content: space-between;
}

body .gpcm-product-shell .gpcm-product-sectionhead p {
  margin: 0;
}

body .gpcm-product-shell .gpcm-product-recipes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

body .gpcm-product-shell .gpcm-product-storebox__actions a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--gp-ui-border-strong);
  background: #fff;
  color: var(--gp-ui-text);
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
}

body .gpcm-product-shell .gpcm-product-storebox__actions a:hover {
  border-color: rgba(239, 107, 46, 0.28);
  color: var(--gp-ui-accent);
}

body .gpcm-product-shell .gpcm-product-similar-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

body .gpcm-product-shell .gpcm-product-similar-card {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid var(--gp-ui-border);
  background: #fbfcff;
  text-decoration: none;
  color: var(--gp-ui-text);
}

body .gpcm-product-shell .gpcm-product-similar-card:hover {
  border-color: rgba(239, 107, 46, 0.28);
  transform: translateY(-1px);
}

body .gpcm-product-shell .gpcm-product-similar-card__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--gp-ui-border);
}

body .gpcm-product-shell .gpcm-product-similar-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body .gpcm-product-shell .gpcm-product-similar-card__copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

body .gpcm-product-shell .gpcm-product-similar-card__copy strong {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body .gpcm-product-shell .gpcm-product-similar-card__price {
  color: #18834a;
  font-weight: 900;
}

body .gpcm-product-shell .gpcm-product-cross-card small {
  color: var(--gp-ui-muted);
  font-size: 12px;
  line-height: 1.45;
}

body .gpcm-product-shell .gpcm-product-cross-card em {
  font-style: normal;
  color: #334155;
  font-size: 13px;
  line-height: 1.5;
}

body .gpcm-deals-ajax .gpcm-load,
body .gpcm-recipe-list-wrap .gpcm-pagination,
body .gpcm-deals-ajax .gpcm-pagination,
body .gp-markets-shell .gp-markets-pager {
  padding-top: 6px;
}

body .elementor-widget-shortcode .gpcm-deals-ajax .gpcm-results,
body .elementor-widget-text-editor .gpcm-deals-ajax .gpcm-results,
body .elementor-widget-html .gpcm-deals-ajax .gpcm-results {
  display: grid;
  gap: 16px;
}

body .elementor-widget-shortcode .gpcm-deals-ajax .gpcm-market-table-wrap,
body .elementor-widget-text-editor .gpcm-deals-ajax .gpcm-market-table-wrap,
body .elementor-widget-html .gpcm-deals-ajax .gpcm-market-table-wrap,
body .elementor-widget-shortcode .gpcm-store-shell .gpcm-store-panel,
body .elementor-widget-text-editor .gpcm-store-shell .gpcm-store-panel,
body .elementor-widget-html .gpcm-store-shell .gpcm-store-panel,
body .elementor-widget-shortcode .gpcm-product-shell .gpcm-product-panel,
body .elementor-widget-text-editor .gpcm-product-shell .gpcm-product-panel,
body .elementor-widget-html .gpcm-product-shell .gpcm-product-panel {
  max-width: 100%;
  min-width: 0;
}

body .elementor-widget-shortcode .gpcm-deals-ajax .gpcm-market-table-wrap,
body .elementor-widget-text-editor .gpcm-deals-ajax .gpcm-market-table-wrap,
body .elementor-widget-html .gpcm-deals-ajax .gpcm-market-table-wrap {
  overflow-x: auto;
}

body .elementor-widget-shortcode .gpcm-deals-ajax .gpcm-map-wrap,
body .elementor-widget-text-editor .gpcm-deals-ajax .gpcm-map-wrap,
body .elementor-widget-html .gpcm-deals-ajax .gpcm-map-wrap,
body .elementor-widget-shortcode .gpcm-store-shell .gpcm-store-map-layout,
body .elementor-widget-text-editor .gpcm-store-shell .gpcm-store-map-layout,
body .elementor-widget-html .gpcm-store-shell .gpcm-store-map-layout {
  min-width: 0;
}

@media (max-width: 1200px) {
  body .gpcm-recipe-list-wrap .gpcm-recipe-card h3,
  body .gpcm-store-shell .gpcm-store-name,
  body .gpcm-product-shell .gpcm-product-title {
    font-size: 2rem;
  }
}

@media (max-width: 991px) {
  body .gpcm-store-shell .gpcm-store-deferred__loader,
  body .gpcm-deals-ajax .gpcm-store-deferred__loader {
    grid-template-columns: 1fr;
  }

  body .gpcm-store-shell .gpcm-store-map-layout,
  body .gpcm-deals-ajax .gpcm-store-map-layout,
  body .gpcm-store-shell .gpcm-store-category-row,
  body .gpcm-deals-ajax .gpcm-store-category-row,
  body .gpcm-store-shell .gpcm-stability-row,
  body .gpcm-deals-ajax .gpcm-stability-row {
    grid-template-columns: 1fr;
  }

  body .gpcm-store-shell .gpcm-store-network-scroll,
  body .gpcm-deals-ajax .gpcm-store-network-scroll {
    max-height: 240px;
  }

  body .gpcm-store-shell .gpcm-store-category-row__category,
  body .gpcm-deals-ajax .gpcm-store-category-row__category {
    position: static;
  }

  body .gpcm-store-shell .gpcm-stability-table__head,
  body .gpcm-deals-ajax .gpcm-stability-table__head {
    display: none;
  }

  body .gpcm-recipe-list-wrap .gpcm-recipe-list-header,
  body .gpcm-product-shell .gpcm-product-header,
  body .gp-container.gp-archive-shell .gp-archive-hero,
  body .gpcm-rs-shell .gpcm-rs-hero,
  body .gpcm-zm-shell .gpcm-zm-hero {
    padding: 22px;
  }

  body .gpcm-recipe-list-wrap .gpcm-recipe-card__media {
    min-height: 200px;
    padding: 14px 14px 72px;
  }

  body .gpcm-product-shell .gpcm-product-storebox__head {
    grid-template-columns: 1fr;
  }

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

  body .gpcm-product-shell .gpcm-product-compare-row {
    grid-template-columns: 1fr;
  }

  body .gpcm-product-shell .gpcm-product-catalog-row {
    grid-template-columns: 1fr;
  }

  body .gpcm-product-shell .gpcm-product-compare-row__price {
    text-align: left;
  }

  body .gpcm-product-shell .gpcm-product-catalog-row__price {
    text-align: left;
  }

  body .gpcm-product-shell .gpcm-product-compare-row__actions {
    justify-content: flex-start;
  }

  body .gpcm-product-shell .gpcm-product-catalog-row__actions {
    justify-content: flex-start;
  }
}

@media (min-width: 992px) {
  body .gpcm-product-shell .gpcm-product-layout {
    grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
  }

  body .gpcm-product-shell .gpcm-product-main {
    order: 2;
  }

  body .gpcm-product-shell .gpcm-product-sidebar {
    order: 1;
    position: sticky;
    top: 24px;
  }
}

@media (max-width: 767px) {
  body .gpcm-store-shell .gpcm-store-product-item,
  body .gpcm-deals-ajax .gpcm-store-product-item {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  body .gpcm-store-shell .gpcm-store-product-item__thumb,
  body .gpcm-deals-ajax .gpcm-store-product-item__thumb {
    width: 52px;
    height: 52px;
  }

  body .gpcm-store-shell .gpcm-store-product-item__head,
  body .gpcm-deals-ajax .gpcm-store-product-item__head {
    grid-template-columns: 1fr;
  }

  body .gpcm-store-shell .gpcm-store-product-item__pricebox,
  body .gpcm-deals-ajax .gpcm-store-product-item__pricebox {
    justify-items: start;
    text-align: left;
    min-width: 0;
  }

  body .gpcm-recipe-list-wrap .gpcm-recipe-list-header,
  body .gpcm-product-shell .gpcm-product-header,
  body .gp-container.gp-archive-shell .gp-archive-hero,
  body .gpcm-rs-shell .gpcm-rs-hero,
  body .gpcm-zm-shell .gpcm-zm-hero,
  body .gpcm-store-shell .gpcm-store-panel,
  body .gpcm-product-shell .gpcm-product-card,
  body .gpcm-product-shell .gpcm-product-sidecard,
  body .gp-markets-shell .gp-markets-card,
  body .gpcm-rs-shell .gpcm-rs-card,
  body .gpcm-zm-shell .gpcm-zm-card,
  body .gp-container.gp-archive-shell .gp-detail-card,
  body .gp-container.gp-archive-shell .gp-related-card,
  body .gpcm-recipe-list-wrap .gpcm-recipe-card__body {
    padding: 18px;
  }

  body .gpcm-recipe-list-wrap .gpcm-recipe-card h3,
  body .gpcm-store-shell .gpcm-store-name,
  body .gpcm-product-shell .gpcm-product-title,
  body .gp-container.gp-archive-shell .gp-title,
  body .gp-markets-shell .gp-markets-item h3 {
    font-size: 1.55rem;
  }

  body .gpcm-recipe-list-wrap .gpcm-recipe-card__media {
    padding: 12px 12px 68px;
  }

  body .gpcm-product-shell .gpcm-product-recipes-grid {
    grid-template-columns: 1fr;
  }

  body .gpcm-recipe-list-wrap .gpcm-recipe-card__badge {
    top: 12px;
    left: 12px;
  }

  body .gpcm-product-shell .gpcm-product-similar-card {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  body .gpcm-product-shell .gpcm-product-similar-card__thumb {
    width: 56px;
    height: 56px;
  }

  body .gp-container.gp-archive-shell .gp-card {
    flex-direction: column;
  }

  body .gp-container.gp-archive-shell .gp-img,
  body .gp-container.gp-archive-shell .gp-img--empty {
    width: 100%;
    height: 180px;
    flex-basis: auto;
  }
}

body.home .gpcm-deals-ajax .gpcm-market-filters {
  padding: 14px;
}

body.home .gpcm-deals-ajax .gpcm-market-filters input,
body.home .gpcm-deals-ajax .gpcm-market-filters select,
body.home .gpcm-deals-ajax .gpcm-btn {
  min-height: 42px;
  border-radius: 14px;
  font-size: 15px;
}

body.home .gpcm-deals-ajax .gpcm-store-tab {
  min-height: 40px;
  padding: 0 14px;
  font-size: 14px;
}

body.home .gpcm-deals-ajax .gpcm-market-head {
  font-size: 11px;
}

body.home .gpcm-deals-ajax .gpcm-deal-row {
  padding: 12px;
}

body.home .gpcm-deals-ajax .gpcm-deal-name {
  font-size: 16px;
  line-height: 1.18;
}

body.home .gpcm-deals-ajax .gpcm-deal-meta,
body.home .gpcm-deals-ajax .gpcm-deal-store span,
body.home .gpcm-deals-ajax .gpcm-deal-date {
  font-size: 12px;
}

body.home .gpcm-deals-ajax .gpcm-deal-price-now,
body.home .gpcm-deals-ajax .gpcm-deal-price-old {
  font-size: 18px;
}

body.home .gpcm-deals-ajax .gpcm-deal-diff {
  font-size: 15px;
}

body.home .gpcm-deals-ajax .gpcm-deal-discount {
  min-width: 62px;
  height: 30px;
  font-size: 13px;
}

body.home .gpcm-deals-ajax .gpcm-food-fav-btn {
  height: 30px;
  font-size: 11px;
}

body.home .gpcm-recipe-list-wrap .gpcm-recipe-card__media {
  min-height: 170px;
}

body.home .gpcm-recipe-list-wrap .gpcm-recipe-card h3 {
  font-size: 22px;
}

body.home .gpcm-recipe-list-wrap .gpcm-recipe-card p,
body.home .gpcm-recipe-list-wrap .gpcm-muted {
  font-size: 13px;
}

.gp-core-trust-strip {
  position: relative;
  z-index: 120;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  background:
    radial-gradient(circle at left, rgba(15, 118, 110, 0.28), transparent 50%),
    radial-gradient(circle at right, rgba(239, 107, 46, 0.24), transparent 46%),
    linear-gradient(90deg, #0f172a 0%, #1f2937 100%);
}

.gp-core-trust-strip__inner {
  max-width: 1320px;
  margin: 0 auto;
  min-height: 42px;
  padding: 6px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: space-between;
}

.gp-core-trust-strip__left {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.gp-core-trust-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.1);
}

.gp-core-trust-strip__links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.gp-core-trust-strip__links a {
  color: #f8fafc;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  opacity: 0.92;
}

.gp-core-trust-strip__links a:hover,
.gp-core-trust-strip__links a:focus {
  color: #fff;
  opacity: 1;
}

.gp-core-trust-strip__links a.is-security {
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.12);
}

.gp-core-panel {
  border: 1px solid #dbe4ee;
  border-radius: 20px;
  padding: 18px;
  margin: 0 0 18px;
  background:
    radial-gradient(circle at top right, rgba(239, 107, 46, 0.1), transparent 45%),
    radial-gradient(circle at bottom left, rgba(15, 118, 110, 0.1), transparent 42%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.07);
}

.gp-core-panel h3 {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 22px;
}

.gp-core-panel p {
  color: #334155;
  line-height: 1.6;
}

.gp-core-panel__meta {
  color: #0f766e;
  font-size: 13px;
  font-weight: 700;
}

.gp-core-form {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.gp-core-form label {
  color: #0f172a;
  font-size: 14px;
  font-weight: 700;
}

.gp-core-form input[type="text"] {
  width: 100%;
  min-height: 44px;
  border-radius: 12px;
  border: 1px solid #cfd9e6;
  padding: 0 14px;
  background: #fff;
}

.gp-core-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #ea580c 0%, #f97316 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  text-decoration: none;
}

.gp-core-btn.gp-core-btn--muted {
  background: linear-gradient(135deg, #0f766e 0%, #14b8a6 100%);
}

.gp-core-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid #dbe4ee;
  border-radius: 12px;
  background: #fff;
}

.gp-core-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #0f766e;
}

.gp-core-notice {
  padding: 12px 14px;
  border-radius: 12px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 1.5;
}

.gp-core-notice--success {
  border-color: #86efac;
  background: #ecfdf5;
  color: #166534;
}

.gp-core-notice--warning {
  border-color: #fcd34d;
  background: #fffbeb;
  color: #92400e;
}

.gp-core-notice--error {
  border-color: #fecaca;
  background: #fef2f2;
  color: #991b1b;
}

.gp-core-notice--info {
  border-color: #bfdbfe;
  background: #eff6ff;
  color: #1e40af;
}

@media (max-width: 860px) {
  .gp-core-trust-strip__inner {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .gp-core-trust-strip__links {
    justify-content: flex-start;
  }
}
