/*
Theme Name: Outdoor Grill Mat Brand
Template: astra
Version: 1.0.0
Description: Brand child theme for Outdoor Grill Mat.
*/

:root {
  --ogm-ink: #1f1f1a;
  --ogm-text: #2c2f28;
  --ogm-muted: #647066;
  --ogm-sand: #f5f1e8;
  --ogm-olive: #53623d;
  --ogm-charcoal: #242820;
  --ogm-accent: #c46a2b;
  --ogm-white: #ffffff;
  --ogm-border: rgba(31, 31, 26, 0.12);
  --ogm-shadow: 0 20px 60px rgba(36, 40, 32, 0.12);
}

body {
  color: var(--ogm-text);
  background: linear-gradient(180deg, #fcfaf6 0%, #f1ecdf 100%);
}

.ogm-announcement-bar {
  background: #1b1e18;
  color: var(--ogm-white);
  font-size: 0.84rem;
  font-weight: 600;
  text-transform: uppercase;
}

.ogm-announcement-inner {
  width: min(1380px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0.62rem 0;
  text-align: center;
  letter-spacing: 0.03em;
}

.home .entry-header,
.page-id-40 .entry-header {
  display: none;
}

.page-id-155 .entry-header,
.page-id-156 .entry-header,
.page-id-157 .entry-header,
.page-id-158 .entry-header,
.page-id-159 .entry-header,
.page-id-160 .entry-header {
  display: none;
}

.home .entry-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.home .site-content .ast-container,
.home .ast-plain-container #primary,
.home .site-content,
.home .site-main,
.home #primary,
.home article.post-5,
.home .entry-content.clear {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.page-id-6 .site-content .ast-container,
.page-id-6 .ast-plain-container #primary,
.page-id-6 .site-content,
.page-id-6 .site-main,
.page-id-6 #primary,
.page-id-6 article,
.page-id-6 .entry-content.clear,
.page-id-24 .site-content .ast-container,
.page-id-24 .ast-plain-container #primary,
.page-id-24 .site-content,
.page-id-24 .site-main,
.page-id-24 #primary,
.page-id-24 article,
.page-id-24 .entry-content.clear,
.page-id-208 .site-content .ast-container,
.page-id-208 .ast-plain-container #primary,
.page-id-208 .site-content,
.page-id-208 .site-main,
.page-id-208 #primary,
.page-id-208 article,
.page-id-208 .entry-content.clear,
.page-id-3 .site-content .ast-container,
.page-id-3 .ast-plain-container #primary,
.page-id-3 .site-content,
.page-id-3 .site-main,
.page-id-3 #primary,
.page-id-3 article,
.page-id-3 .entry-content.clear,
.page-id-25 .site-content .ast-container,
.page-id-25 .ast-plain-container #primary,
.page-id-25 .site-content,
.page-id-25 .site-main,
.page-id-25 #primary,
.page-id-25 article,
.page-id-25 .entry-content.clear,
.page-id-215 .site-content .ast-container,
.page-id-215 .ast-plain-container #primary,
.page-id-215 .site-content,
.page-id-215 .site-main,
.page-id-215 #primary,
.page-id-215 article,
.page-id-215 .entry-content.clear,
.page-id-7 .site-content .ast-container,
.page-id-7 .ast-plain-container #primary,
.page-id-7 .site-content,
.page-id-7 .site-main,
.page-id-7 #primary,
.page-id-7 article,
.page-id-7 .entry-content.clear {
  padding-top: 0.18rem !important;
  margin-top: 0.18rem !important;
}

.page-id-8 .site-content .ast-container,
.page-id-8 .ast-plain-container #primary,
.page-id-8 .site-content,
.page-id-8 .site-main,
.page-id-8 #primary,
.page-id-8 article,
.page-id-8 .entry-content.clear {
  padding-top: 0.18rem !important;
  margin-top: 0.18rem !important;
}

.ogm-search-form {
  position: relative;
  width: 210px;
}

.ogm-search-form input[type="search"] {
  width: 100%;
  min-height: 38px;
  padding: 0.55rem 2.6rem 0.55rem 0.9rem;
  border: 1px solid rgba(31, 31, 26, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
}

.ogm-search-form button {
  position: absolute;
  top: 50%;
  right: 0.35rem;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--ogm-muted);
}

.ogm-search-form svg,
.ogm-icon svg {
  width: 22px;
  height: 22px;
}

.ogm-icon-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  border: 0;
  background: transparent;
  color: var(--ogm-ink);
  font-weight: 700;
}

.ogm-icon-link:hover,
.ogm-icon-link:focus {
  color: var(--ogm-ink);
  border-color: transparent;
  background: transparent;
}

.ogm-icon-only {
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
}

.main-header-bar-wrap {
  background: var(--ogm-white);
  border-bottom: 1px solid rgba(31, 31, 26, 0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.main-header-bar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: 40px;
}

.ast-site-identity,
.site-branding {
  display: none;
}

#ast-desktop-header .site-header-primary-section-left {
  display: flex !important;
}

.site-header-primary-section-right {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}

.site-header-primary-section-right .ast-builder-menu-1 {
  width: 100%;
}

.site-primary-header-wrap.ast-container {
  max-width: 1240px;
  width: min(1240px, calc(100% - 4px));
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.ast-builder-grid-row {
  margin-left: 0;
  margin-right: 0;
}

.ogm-cart-count {
  min-width: 1.25rem;
  height: 1.25rem;
  padding: 0 0.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--ogm-accent);
  color: var(--ogm-white);
  font-size: 0.72rem;
}

.ast-builder-menu-1 .menu-item > .menu-link {
  font-weight: 700;
}

.ast-builder-menu-1 .main-header-menu {
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 0;
}

#ast-desktop-header .main-header-bar-navigation,
#ast-desktop-header .main-navigation,
#ast-desktop-header .main-header-menu {
  width: 100% !important;
}

#ast-desktop-header .main-header-menu {
  box-sizing: border-box !important;
  padding-right: 96px !important;
}

#ast-desktop-header .main-header-menu > .menu-item:first-child > .menu-link {
  padding-left: 0.25rem !important;
}

.ast-builder-menu-1 .ogm-nav-brand {
  display: inline-flex !important;
  margin-right: 1.7rem;
  margin-left: -1rem;
  flex: 0 0 auto;
  align-self: center;
}

.ast-builder-menu-1 .ogm-nav-brand-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 56px;
  padding: 0 6px 0 0;
  border-bottom: 0 !important;
  color: var(--ogm-ink);
  font-family: "Arial Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.28rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  background: transparent !important;
}

#ast-desktop-header .ast-builder-menu-1 .ogm-nav-brand > .ogm-nav-brand-link,
#ast-desktop-header .main-header-menu > .ogm-nav-brand > .ogm-nav-brand-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  min-height: 56px !important;
  padding: 0 6px 0 0 !important;
  font-family: "Arial Black", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 2.28rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.07em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  border-bottom: 0 !important;
  background: transparent !important;
}

#ast-desktop-header .main-header-menu > .ogm-nav-brand {
  margin-right: 1.7rem !important;
  margin-left: -1rem !important;
}

.ast-builder-menu-1 .ogm-nav-brand-image img {
  display: block;
  width: 240px;
  height: auto;
}

.ast-builder-menu-1 .ogm-nav-cta {
  margin-left: 0.45rem;
}

#ast-mobile-header .ast-primary-header-bar,
#ast-mobile-header .site-primary-header-wrap {
  padding-left: 10px !important;
  padding-right: 12px !important;
}

#ast-mobile-header .site-header-primary-section-left {
  flex: 0 0 auto;
}

#ast-mobile-header .custom-logo-link,
#ast-mobile-header .site-logo-img {
  display: inline-flex;
  align-items: center;
}

#ast-mobile-header .custom-logo {
  width: 180px !important;
  max-width: none !important;
  height: auto !important;
}

#ast-mobile-header .thmins-mobile-logo {
  font-size: 1.75rem !important;
  letter-spacing: 0.12em !important;
}

#ast-desktop-header .custom-logo {
  display: none !important;
}

#ast-desktop-header .ast-builder-grid-row {
  column-gap: 0 !important;
}

#ast-desktop-header .site-primary-header-wrap .ast-builder-grid-row {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  grid-template-columns: none !important;
  padding-left: 5rem !important;
}

#ast-desktop-header .site-header-primary-section-left,
#ast-desktop-header .site-header-section-left,
#ast-desktop-header .site-branding,
#ast-desktop-header .ast-site-identity {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

#ast-desktop-header .site-header-primary-section-left {
  flex: 0 0 auto !important;
  max-width: max-content !important;
  padding-right: 2.1rem !important;
}

#ast-desktop-header .thmins-header-logo {
  margin-left: 14px !important;
  margin-right: 0 !important;
}

#ast-desktop-header .site-header-primary-section-right {
  flex: 1 1 auto !important;
  width: auto !important;
  margin-left: 0 !important;
  justify-content: flex-start !important;
  min-width: 0 !important;
}

#ast-desktop-header .site-header-primary-section-right .ast-builder-menu-1,
#ast-desktop-header .site-header-primary-section-right .ast-main-header-bar-alignment,
#ast-desktop-header .site-header-primary-section-right .main-header-bar-navigation,
#ast-desktop-header .site-header-primary-section-right .site-navigation,
#ast-desktop-header .site-header-primary-section-right .main-navigation {
  width: 100% !important;
  justify-content: flex-start !important;
}

#ast-desktop-header .thmins-desktop-logo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.ast-builder-menu-1 .ogm-nav-cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px !important;
  border: 1px solid #1f1f1a;
  border-radius: 999px;
  background: #1f1f1a;
  color: var(--ogm-white) !important;
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  box-shadow: none;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}

.ast-builder-menu-1 .ogm-nav-cta-link:hover {
  background: #2d2d28;
  border-color: #2d2d28;
  border-bottom-color: #2d2d28 !important;
}

.ast-builder-menu-1 .menu-item.ogm-nav-utility {
  margin-left: 0.38rem;
}

.ast-builder-menu-1 .menu-item.ogm-nav-search {
  margin-left: auto;
  padding-left: 0 !important;
  transform: none;
}

.ast-builder-menu-1 .menu-item.ogm-nav-account,
.ast-builder-menu-1 .menu-item.ogm-nav-cart {
  transform: none;
}

#ast-desktop-header .main-header-menu > .ogm-nav-search {
  margin-left: auto !important;
}

#ast-desktop-header .main-header-menu > .ogm-nav-search,
#ast-desktop-header .main-header-menu > .ogm-nav-account,
#ast-desktop-header .main-header-menu > .ogm-nav-cart {
  position: relative !important;
  left: 0 !important;
}

#ast-desktop-header .main-header-menu > .ogm-nav-cart {
  margin-right: 0 !important;
}

.ast-builder-menu-1 .menu-item.ogm-nav-utility,
.ast-builder-menu-1 .menu-item.ogm-nav-cta {
  flex: 0 0 auto;
}

.ast-builder-menu-1 .main-header-menu > .menu-item > .menu-link[href$="/contact/"] {
  margin-left: 0.5rem;
}

.ast-builder-menu-1 .menu-item.ogm-nav-search > .menu-link,
.ast-builder-menu-1 .menu-item.ogm-nav-account > .menu-link,
.ast-builder-menu-1 .menu-item.ogm-nav-cart > .menu-link {
  display: none;
}

.ast-builder-menu-1 .ogm-nav-search,
.ast-builder-menu-1 .ogm-nav-account,
.ast-builder-menu-1 .ogm-nav-cart {
  display: inline-flex;
  align-items: center;
}

.ast-builder-menu-1 .menu-item > .menu-link {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 0.55rem;
  padding-right: 0.55rem;
  font-size: 0.82rem;
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}

#ast-desktop-header .main-header-menu > .menu-item:not(.ogm-nav-cta):not(.ogm-nav-search):not(.ogm-nav-account):not(.ogm-nav-cart) > .menu-link {
  transform: translateY(2px);
}

.ast-builder-menu-1 .menu-item-has-children {
  position: relative;
}

.ast-builder-menu-1 > .main-navigation > ul > .menu-item:hover > .menu-link,
.ast-builder-menu-1 > .main-navigation > ul > .menu-item.current-menu-item > .menu-link,
.ast-builder-menu-1 > .main-navigation > ul > .menu-item.current-menu-ancestor > .menu-link {
  border-bottom-color: var(--ogm-accent);
  color: var(--ogm-ink);
}

.ast-builder-menu-1 .sub-menu {
  min-width: 560px;
  padding: 1rem;
  border: 1px solid rgba(31, 31, 26, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 40px rgba(31, 31, 26, 0.12);
  left: 0;
}

.ast-builder-menu-1 .menu-item-has-children > .sub-menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.35rem 1rem;
}

.ast-builder-menu-1 .ogm-shop-menu-item > .sub-menu {
  min-width: 1120px;
  padding: 1.2rem 1.3rem 1.15rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem 1.5rem;
  border-radius: 22px;
}

.ast-builder-menu-1 .ogm-products-menu-item > .sub-menu {
  min-width: 250px;
  padding: 0.8rem 0.9rem;
  grid-template-columns: 1fr;
  gap: 0.12rem;
}

.ast-builder-menu-1 .ogm-products-menu-item > .sub-menu > .menu-item {
  position: relative;
  padding-right: 0.5rem;
}

.ast-builder-menu-1 .ogm-products-menu-item > .sub-menu > .menu-item > .menu-link {
  padding: 0.38rem 0 !important;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.ast-builder-menu-1 .ogm-products-menu-item > .sub-menu > .menu-item > .sub-menu {
  position: absolute !important;
  top: -0.2rem !important;
  left: calc(100% + 0.1rem) !important;
  right: auto !important;
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  min-width: 260px !important;
  margin-top: 0 !important;
  padding: 0.7rem 0.85rem !important;
  border: 1px solid rgba(31, 31, 26, 0.08) !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 18px 34px rgba(31, 31, 26, 0.12) !important;
  grid-template-columns: 1fr !important;
  gap: 0.08rem !important;
  z-index: 30 !important;
}

.ast-builder-menu-1 .ogm-products-menu-item > .sub-menu > .menu-item:hover > .sub-menu,
.ast-builder-menu-1 .ogm-products-menu-item > .sub-menu > .menu-item:focus-within > .sub-menu {
  display: grid !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.ast-builder-menu-1 .ogm-products-menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > .menu-link {
  padding: 0.26rem 0 !important;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--ogm-muted);
}

.ast-builder-menu-1 .ogm-products-menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > .menu-link:hover {
  color: var(--ogm-ink);
}

.ast-builder-menu-1 .ogm-shop-group {
  display: grid;
  gap: 0.95rem;
  align-content: start;
  padding: 0.15rem 0;
}

.ast-builder-menu-1 .ogm-shop-group > .menu-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.18rem 0 0.42rem !important;
  border-radius: 0;
  color: var(--ogm-ink);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(31, 31, 26, 0.12);
}

.ast-builder-menu-1 .ogm-shop-group-list {
  min-width: 0;
  padding: 0;
  margin: 0;
  display: grid !important;
  gap: 0.35rem;
  border: 0;
  box-shadow: none;
  background: transparent;
  position: static;
}

.ast-builder-menu-1 .ogm-shop-group-list .menu-item {
  margin: 0;
}

.ast-builder-menu-1 .ogm-shop-leaf-link {
  padding: 0.7rem !important;
  text-transform: none;
  letter-spacing: 0;
  border-radius: 14px !important;
  border: 0;
  background: transparent;
}

.ast-builder-menu-1 .ogm-shop-leaf-link:hover {
  color: inherit;
  background: #f6f2e9;
}

.ast-builder-menu-1 .sub-menu .menu-link {
  padding: 0;
  font-weight: 600;
  line-height: 1.35;
  border-radius: 16px;
}

.ast-builder-menu-1 .sub-menu .menu-link:hover {
  background: transparent;
}

.ast-builder-menu-1 .sub-menu .ast-icon.icon-arrow,
.ast-builder-menu-1 .ast-menu-toggle {
  display: none;
}

.ast-builder-menu-1 .ogm-products-menu-item > .menu-link {
  position: relative;
  padding-right: 1rem !important;
}

.ast-builder-menu-1 .ogm-products-menu-item > .menu-link::after {
  content: "";
  position: absolute;
  right: 0.12rem;
  top: 50%;
  width: 0.42rem;
  height: 0.42rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-62%) rotate(45deg);
}

.ogm-submenu-card {
  display: grid !important;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 0.8rem;
  align-items: center;
  padding: 0.7rem !important;
  border-radius: 14px;
  text-decoration: none;
}

.ogm-submenu-card:hover {
  background: #f6f2e9 !important;
}

.ogm-submenu-thumb {
  display: block;
}

.ogm-submenu-thumb img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.ogm-submenu-copy {
  display: grid;
  gap: 0.25rem;
}

.ogm-submenu-copy strong {
  color: var(--ogm-ink);
  font-size: 0.92rem;
  line-height: 1.3;
}

.ogm-submenu-copy small {
  color: var(--ogm-muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

@media (min-width: 922px) {
  .ast-builder-menu-1 .menu-item-has-children:hover > .sub-menu,
  .ast-builder-menu-1 .menu-item-has-children:focus-within > .sub-menu {
    display: grid !important;
  }
}

@media (max-width: 921px) {
  .ast-builder-menu-1 .ogm-shop-menu-item > .sub-menu,
  .ast-builder-menu-1 .ogm-shop-group-list {
    min-width: 0;
    padding: 0;
    display: block !important;
    border: 0;
    box-shadow: none;
    background: transparent;
    position: static;
  }

  .ast-builder-menu-1 .ogm-shop-group {
    gap: 0.3rem;
  }

  .ast-builder-menu-1 .ogm-shop-group > .menu-link,
  .ast-builder-menu-1 .ogm-shop-leaf-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ast-builder-menu-1 .ogm-shop-group-list {
    padding-left: 0.8rem;
  }
}

.site-header-section .ast-builder-button-wrap .ast-custom-button,
.wp-block-button__link,
.button,
button,
input[type="submit"] {
  background: var(--ogm-accent);
  border-radius: 999px;
  border: 0;
  color: var(--ogm-white);
  font-weight: 700;
  padding: 0.95rem 1.6rem;
}

.site-header-section .ast-builder-button-wrap .ast-custom-button:hover,
.wp-block-button__link:hover,
.button:hover,
button:hover,
input[type="submit"]:hover {
  background: #a9561d;
}

.entry-content .ogm-store-hero,
.entry-content .ogm-hero,
.entry-content .ogm-section,
.entry-content .ogm-grid-card {
  border-radius: 28px;
}

.page-id-7 .entry-content .ogm-section {
  margin-top: 1.1rem;
}

.entry-content .ogm-store-hero {
  margin-top: 0;
  padding: 2.35rem;
  border-radius: 0 0 30px 30px;
  background:
    radial-gradient(circle at top left, rgba(196, 106, 43, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(247,243,235,0.92));
  border: 1px solid var(--ogm-border);
  box-shadow: 0 18px 48px rgba(31, 31, 26, 0.08);
}

.home .entry-content > .ogm-store-hero:first-child {
  margin-top: 0;
}

.entry-content .ogm-store-hero > .wp-block-group__inner-container {
  display: grid;
  gap: 2.4rem;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  align-items: center;
}

.entry-content .ogm-hero-copy h1 {
  margin-bottom: 0.9rem;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  font-weight: 700;
  line-height: 1.02;
}

.entry-content .ogm-hero {
  background:
    radial-gradient(circle at top right, rgba(196, 106, 43, 0.2), transparent 28%),
    linear-gradient(135deg, #21261f 0%, #3b4730 60%, #566843 100%);
  color: var(--ogm-white);
  padding: 3rem 2rem;
  box-shadow: var(--ogm-shadow);
}

.entry-content .ogm-hero-media {
  display: grid;
  gap: 0.9rem;
}

.entry-content .ogm-hero-slider {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(31, 31, 26, 0.12);
}

.entry-content .ogm-hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}

.entry-content .ogm-hero-slide-primary {
  animation: ogmHeroFadePrimary 15s infinite;
}

.entry-content .ogm-hero-slide-secondary {
  animation: ogmHeroFadeSecondary 15s infinite;
}

.entry-content .ogm-hero-slide-tertiary {
  animation: ogmHeroFadeTertiary 15s infinite;
}

@keyframes ogmHeroFadePrimary {
  0%, 30% {
    opacity: 1;
  }
  34%, 96% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes ogmHeroFadeSecondary {
  0%, 30% {
    opacity: 0;
  }
  34%, 63% {
    opacity: 1;
  }
  67%, 100% {
    opacity: 0;
  }
}

@keyframes ogmHeroFadeTertiary {
  0%, 63% {
    opacity: 0;
  }
  67%, 96% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.entry-content .ogm-store-hero h1,
.entry-content .ogm-store-hero h2,
.entry-content .ogm-store-hero p,
.entry-content .ogm-store-hero li {
  color: var(--ogm-ink);
}

.entry-content .ogm-kicker {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: #f1eadc;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.entry-content .ogm-lead {
  font-size: 1.12rem;
  color: var(--ogm-muted);
}

.entry-content .ogm-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 1.1rem 0 1.35rem;
}

.entry-content .ogm-hero-meta span {
  padding: 0.62rem 0.9rem;
  border-radius: 999px;
  background: #f5f1e8;
  border: 1px solid rgba(31, 31, 26, 0.08);
  color: var(--ogm-ink);
  font-size: 0.86rem;
  font-weight: 700;
}

.entry-content .ogm-hero-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.9rem;
  margin-bottom: 1.35rem;
}

.entry-content .ogm-hero-actions .wp-block-button {
  margin: 0;
}

.entry-content .ogm-hero-actions .is-style-outline .wp-block-button__link {
  background: transparent;
  border: 1px solid rgba(31, 31, 26, 0.12);
  color: var(--ogm-ink);
}

.entry-content .ogm-pill-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}

.entry-content .ogm-pill {
  padding: 0.6rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--ogm-white);
  font-weight: 700;
  font-size: 0.88rem;
}

.entry-content .ogm-section {
  margin-top: 2rem;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--ogm-border);
  box-shadow: var(--ogm-shadow);
}

.entry-content .ogm-grid,
.entry-content .ogm-category-grid,
.entry-content .ogm-proof-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.entry-content .ogm-promo-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: stretch;
}

.entry-content .ogm-discovery-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.65fr);
  align-items: start;
}

.entry-content .ogm-discovery-main {
  margin: 0;
}

.entry-content .ogm-side-stack {
  display: grid;
  gap: 1rem;
}

.entry-content .ogm-promo-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  width: 100%;
  padding: 0;
  border-radius: 28px;
  color: var(--ogm-white);
  box-shadow: var(--ogm-shadow);
}

@media (min-width: 769px) {
  .entry-content .ogm-promo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

.entry-content .ogm-promo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.entry-content .ogm-promo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 23, 18, 0.1) 0%, rgba(20, 23, 18, 0.74) 100%);
}

.entry-content .ogm-promo-copy {
  position: absolute;
  inset: auto 1.25rem 1.25rem 1.25rem;
  z-index: 1;
}

.entry-content .ogm-promo-copy p,
.entry-content .ogm-promo-copy h3,
.entry-content .ogm-promo-copy strong {
  color: var(--ogm-white);
}

.entry-content .ogm-promo-copy .button {
  margin-top: 0.85rem;
}

.entry-content .ogm-value-strip {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.entry-content .ogm-value-item {
  display: flex;
  gap: 0.85rem;
  align-items: start;
  padding: 1.1rem 1.2rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--ogm-border);
}

.entry-content .ogm-value-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ogm-sand);
  color: var(--ogm-accent);
  font-weight: 800;
}

.entry-content .ogm-grid-card,
.entry-content .ogm-category-card,
.entry-content .ogm-proof-card {
  position: relative;
  background: var(--ogm-white);
  padding: 1.5rem;
  border: 1px solid var(--ogm-border);
  box-shadow: 0 14px 36px rgba(31, 31, 26, 0.08);
}

.entry-content .ogm-grid-card h3,
.entry-content .ogm-category-card h3,
.entry-content .ogm-proof-card h3 {
  margin-top: 0;
}

.entry-content .ogm-category-card .button {
  margin-top: 1rem;
}

.entry-content .ogm-category-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 1rem;
}

.home .entry-content .ogm-category-card h3 {
  margin: 0 0 0.08rem;
}

.home .entry-content .ogm-category-card p {
  margin: 0.4rem 0 0;
}

.home .entry-content .ogm-category-card p:first-of-type {
  margin-top: 0;
  color: #5d645b;
  font-size: 0.88rem;
  font-weight: 600;
}

.home .entry-content .ogm-category-card p:nth-of-type(2) {
  margin-top: 0.38rem;
  margin-bottom: 0.42rem;
  color: #33362f;
  font-weight: 500;
  line-height: 1.16;
}

.home .entry-content .ogm-category-card .button {
  margin-top: 0.7rem;
}

.home .entry-content .ogm-products-stealth-entry {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-top: 0.55rem;
  padding-right: 0.4rem;
}

.home .entry-content .ogm-products-stealth-label {
  color: rgba(31, 31, 26, 0.68);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1;
}

.home .entry-content .ogm-products-double-arrow {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(31, 31, 26, 0.08);
  background: transparent;
  color: rgba(31, 31, 26, 0.72);
  text-decoration: none;
}

.home .entry-content .ogm-products-double-arrow:hover,
.home .entry-content .ogm-products-double-arrow:focus {
  color: var(--ogm-ink);
  background: rgba(243, 238, 228, 0.7);
}

.home .entry-content .ogm-products-double-arrow span {
  font-size: 0.95rem;
  line-height: 1;
}

.home .entry-content .ogm-category-card .ogm-card-actions {
  display: flex;
  gap: 0.65rem;
  margin-top: 0.98rem;
  justify-content: flex-start;
}

.home .entry-content .ogm-category-card .ogm-card-actions .button {
  flex: 0 1 11.5rem;
  min-width: 10.2rem;
  margin-top: 0;
  padding: 0.86rem 1.35rem;
  font-size: 0.9rem;
  font-weight: 650;
  text-align: center;
  justify-content: center;
  white-space: nowrap;
}

.home .entry-content .ogm-products-view-all {
  margin: 1.2rem 0 0;
  text-align: center;
}

.home .entry-content .ogm-products-view-all .button {
  background: transparent;
  border: 1px solid rgba(31, 31, 26, 0.14);
  color: var(--ogm-ink);
  padding: 0.82rem 1.5rem;
}

.entry-content .ogm-showcase {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.entry-content .ogm-showcase-card {
  min-height: 220px;
  padding: 1.25rem;
  display: flex;
  align-items: end;
  border-radius: 26px;
  color: var(--ogm-white);
  box-shadow: var(--ogm-shadow);
}

.entry-content .ogm-showcase-card strong,
.entry-content .ogm-showcase-card span {
  display: block;
}

.entry-content .ogm-showcase-card.card-1 {
  background: linear-gradient(145deg, rgba(26, 28, 24, 0.85), rgba(83, 98, 61, 0.72)), linear-gradient(180deg, #596943, #242820);
}

.entry-content .ogm-showcase-card.card-2 {
  background: linear-gradient(145deg, rgba(196, 106, 43, 0.88), rgba(89, 105, 67, 0.82));
}

.entry-content .ogm-showcase-card.card-3 {
  background: linear-gradient(145deg, rgba(36, 40, 32, 0.92), rgba(100, 112, 102, 0.82));
}

.entry-content .ogm-story-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  align-items: stretch;
}

.entry-content .ogm-story-panel {
  min-height: 100%;
  padding: 1.05rem 1.1rem 1rem;
  border-radius: 18px;
}

.entry-content .ogm-story-panel-light {
  background: linear-gradient(145deg, rgba(255,255,255,0.96), rgba(244,239,229,0.92));
  border: 1px solid var(--ogm-border);
  box-shadow: 0 14px 34px rgba(31,31,26,0.06);
}

.entry-content .ogm-story-panel-dark {
  background: transparent;
  color: var(--ogm-ink);
  box-shadow: none;
  border: 0;
}

.entry-content .ogm-story-tag {
  margin: 0 0 0.5rem;
  color: var(--ogm-accent);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.entry-content .ogm-story-panel h2 {
  margin-top: 0;
  margin-bottom: 0.45rem;
  font-size: clamp(1.3rem, 1.9vw, 1.65rem);
  line-height: 1.18;
}

.entry-content .ogm-story-panel-light p:last-child {
  color: var(--ogm-text);
}

.entry-content .ogm-story-panel p {
  font-size: 0.95rem;
  line-height: 1.55;
}

.entry-content .ogm-story-note {
  display: inline-flex;
  margin-top: 0.65rem;
  padding: 0.46rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(31, 31, 26, 0.08);
  color: var(--ogm-muted);
  font-size: 0.78rem;
  font-weight: 600;
}

.entry-content .ogm-story-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.entry-content .ogm-story-list li {
  margin: 0;
  padding: 0.62rem 0.75rem 0.62rem 0.85rem;
  position: relative;
  border-left: 3px solid rgba(196, 106, 43, 0.42);
  background: linear-gradient(145deg, rgba(255,255,255,0.78), rgba(247,243,235,0.72));
  border-radius: 0 12px 12px 0;
  color: var(--ogm-text);
}

.entry-content .ogm-story-list li strong,
.entry-content .ogm-story-list li span {
  display: block;
}

.entry-content .ogm-story-list li strong {
  margin-bottom: 0.2rem;
  color: var(--ogm-ink);
  font-size: 0.88rem;
}

.entry-content .ogm-story-list li span {
  color: var(--ogm-muted);
  line-height: 1.35;
  font-size: 0.84rem;
}

.entry-content .ogm-support-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.entry-content .ogm-support-card {
  padding: 1.5rem;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(245,241,232,0.9));
  border: 1px solid var(--ogm-border);
  box-shadow: 0 12px 32px rgba(31,31,26,0.08);
}

.entry-content .ogm-support-card h3 {
  margin-top: 0;
}

.entry-content .ogm-home-footer {
  margin-top: 2rem;
  padding: 2.1rem 0 0;
  border-top: 1px solid rgba(31, 31, 26, 0.12);
  background: transparent;
}

.entry-content .ogm-home-footer > .wp-block-group__inner-container {
  display: grid;
  gap: 2rem;
}

.entry-content .ogm-footer-signup {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  padding: 0 0 1.75rem;
  border-bottom: 1px solid rgba(31, 31, 26, 0.1);
}

.entry-content .ogm-footer-signup h2 {
  margin: 0.25rem 0 0.6rem;
}

.entry-content .ogm-footer-signup p {
  margin: 0;
  max-width: 720px;
}

.entry-content .ogm-footer-signup-action {
  display: flex;
  align-items: center;
}

.entry-content .ogm-footer-links-grid {
  display: grid;
  gap: clamp(1.8rem, 4vw, 3.8rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  padding-bottom: 0.25rem;
}

.entry-content .ogm-footer-column h3 {
  margin-top: 0;
  margin-bottom: 0.85rem;
  font-size: 1rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.entry-content .ogm-footer-column p,
.entry-content .ogm-footer-column li,
.entry-content .ogm-footer-column a {
  color: var(--ogm-text);
}

.entry-content .ogm-footer-column ul {
  margin: 0;
  padding-left: 1rem;
}

.entry-content .ogm-footer-column:nth-child(2) {
  margin-left: -4.2rem;
}

.entry-content .ogm-footer-column:nth-child(2) ul {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  column-gap: 2rem;
  row-gap: 0.45rem;
  padding-left: 1rem;
}

.entry-content .ogm-footer-column:nth-child(3) ul {
  padding-left: 0;
  list-style: none;
}

.entry-content .ogm-footer-column:nth-child(3) {
  margin-left: 2.2rem;
}

.entry-content .ogm-footer-column:nth-child(3) li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.entry-content .ogm-footer-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15rem;
  min-width: 1.15rem;
  height: 1.15rem;
  background: #1f1f1a;
  line-height: 1;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 1rem 1rem;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 1rem 1rem;
}

.entry-content .ogm-footer-icon-phone {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M6.62 10.79c1.44 2.83 3.76 5.15 6.59 6.59l2.2-2.2c.28-.28.67-.36 1.02-.25 1.12.37 2.32.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M6.62 10.79c1.44 2.83 3.76 5.15 6.59 6.59l2.2-2.2c.28-.28.67-.36 1.02-.25 1.12.37 2.32.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E");
}

.entry-content .ogm-footer-icon-mail {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M4 5h16c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V7c0-1.1.9-2 2-2Zm8 7.15L20 7H4l8 5.15Zm0 2.35L4 9.35V17h16V9.35l-8 5.15Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M4 5h16c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V7c0-1.1.9-2 2-2Zm8 7.15L20 7H4l8 5.15Zm0 2.35L4 9.35V17h16V9.35l-8 5.15Z'/%3E%3C/svg%3E");
}

.entry-content .ogm-footer-icon-contact {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M14 3h7v7h-2V6.41l-9.29 9.3-1.42-1.42 9.3-9.29H14V3ZM5 5h6v2H7v10h10v-4h2v6H5V5Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M14 3h7v7h-2V6.41l-9.29 9.3-1.42-1.42 9.3-9.29H14V3ZM5 5h6v2H7v10h10v-4h2v6H5V5Z'/%3E%3C/svg%3E");
}

.entry-content .ogm-footer-contact-note {
  margin: 0.7rem 0 0;
  color: #5a5249;
  font-size: 0.92rem;
  line-height: 1.45;
}

.entry-content .ogm-footer-contact-note strong {
  color: #1f1f1a;
  font-weight: 750;
}

.entry-content .ogm-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 0.2rem;
}

.entry-content .ogm-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  background: transparent;
  border: 1px solid rgba(31, 31, 26, 0.12);
  color: var(--ogm-ink);
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.entry-content .ogm-social-link:hover {
  transform: translateY(-1px);
  border-color: rgba(196, 106, 43, 0.35);
  box-shadow: 0 10px 24px rgba(31,31,26,0.08);
}

.entry-content .ogm-compare-table {
  margin-top: 1.5rem;
  overflow-x: auto;
}

.entry-content .ogm-compare-table table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid var(--ogm-border);
  border-radius: 20px;
  overflow: hidden;
}

.entry-content .ogm-compare-table th,
.entry-content .ogm-compare-table td {
  padding: 0.95rem 1rem;
  border-bottom: 1px solid var(--ogm-border);
  text-align: left;
  vertical-align: top;
}

.entry-content .ogm-compare-table th {
  background: #f5f1e8;
  color: var(--ogm-ink);
  font-weight: 800;
}

.entry-content .ogm-compare-table tr:last-child td {
  border-bottom: 0;
}

.entry-content .ogm-quote-list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.entry-content .ogm-quote-card {
  padding: 1.4rem;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--ogm-border);
  box-shadow: 0 12px 28px rgba(31,31,26,0.06);
}

.entry-content .ogm-brand-strip {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.entry-content .ogm-brand-pill {
  padding: 1rem;
  text-align: center;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--ogm-border);
  font-weight: 700;
}

.entry-content .ogm-video-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  border-radius: 28px;
  background: linear-gradient(145deg, #2a3027, #556640);
  color: var(--ogm-white);
  box-shadow: var(--ogm-shadow);
}

.entry-content .ogm-video-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.entry-content .ogm-video-card .ogm-video-copy {
  position: absolute;
  inset: auto 1.25rem 1.25rem 1.25rem;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: rgba(21, 25, 20, 0.72);
}

.entry-content .ogm-proof-kicker {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--ogm-accent);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.entry-content .ogm-media-strip,
.entry-content .ogm-payments {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1rem;
}

.entry-content .ogm-media-pill,
.entry-content .ogm-payment-pill {
  padding: 0.85rem 1rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--ogm-border);
  font-weight: 700;
}

.entry-content .ogm-products-heading {
  margin-bottom: 1.35rem;
  margin-left: 0.3rem;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  font-family: inherit;
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: 0;
  text-transform: none;
  color: #1f1f1a;
}

.entry-content .ogm-faq-list {
  display: grid;
  gap: 0.85rem;
}

.entry-content .ogm-faq-item {
  border: 1px solid rgba(31, 31, 26, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  overflow: hidden;
}

.entry-content .ogm-faq-item summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 1rem 3.25rem 1rem 1.15rem;
  font-weight: 700;
  color: var(--ogm-ink);
}

.entry-content .ogm-faq-item summary::-webkit-details-marker {
  display: none;
}

.entry-content .ogm-faq-item summary::after {
  content: "";
  position: absolute;
  right: 1.15rem;
  top: 50%;
  width: 0.72rem;
  height: 0.72rem;
  border-right: 2px solid #6c6559;
  border-bottom: 2px solid #6c6559;
  transform: translateY(-65%) rotate(45deg);
}

.entry-content .ogm-faq-item[open] summary::after {
  transform: translateY(-35%) rotate(225deg);
}

.entry-content .ogm-faq-item p {
  margin: 0;
  padding: 0 1.15rem 1rem;
  color: var(--ogm-muted);
  line-height: 1.65;
}

.page-id-215 .entry-content .ogm-faq-item p {
  margin: 0;
  padding-bottom: 0.42rem;
  line-height: 1.6;
}

.page-id-215 .entry-content .ogm-faq-item p + p {
  padding-top: 0;
}

.page-id-3 .entry-content .ogm-faq-item p,
.page-id-25 .entry-content .ogm-faq-item p,
.page-id-208 .entry-content .ogm-faq-item p {
  line-height: 1.6;
}

.page-id-24 .entry-header,
.page-id-208 .entry-header,
.page-id-215 .entry-header,
.page-id-25 .entry-header,
.page-id-3 .entry-header,
.page-id-8 .entry-header,
.page-id-43 .entry-header,
.page-id-7 .entry-header,
.page-id-6 .entry-header,
.page-id-7 .entry-header {
  margin-bottom: 0.12rem;
}

.page-id-24 .entry-header {
  margin-top: 0.22rem;
}

.page-id-43 .entry-header {
  margin-top: -0.18rem;
  margin-bottom: 1.25rem;
}

.page-id-208 .entry-header {
  margin-top: 0.22rem;
}

.page-id-215 .entry-header {
  margin-top: 0.22rem;
}

.page-id-25 .entry-header {
  margin-top: 0.22rem;
}

.page-id-3 .entry-header {
  margin-top: 0.22rem;
}

.page-id-8 .entry-header {
  margin-top: 0.22rem;
}

.page-id-24 .entry-header .entry-title,
.page-id-208 .entry-header .entry-title,
.page-id-3 .entry-header .entry-title,
.page-id-25 .entry-header .entry-title,
.page-id-215 .entry-header .entry-title,
.page-id-8 .entry-header .entry-title,
.page-id-43 .entry-header .entry-title,
.page-id-7 .entry-header .entry-title,
.page-id-6 .entry-header .entry-title {
  margin-bottom: 0;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  font-family: inherit;
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: 0;
  text-transform: none;
  color: #1f1f1a;
}

.page-id-24 .entry-header .entry-title,
.page-id-208 .entry-header .entry-title,
.page-id-3 .entry-header .entry-title,
.page-id-25 .entry-header .entry-title,
.page-id-215 .entry-header .entry-title,
.page-id-8 .entry-header .entry-title {
  letter-spacing: 0.04em;
  margin-left: 0.24rem;
}

.page-id-43 .entry-header .entry-title {
  letter-spacing: 0.015em;
  margin-left: 0.24rem;
}

.page-id-246 .entry-header {
  margin-top: -0.18rem;
  margin-bottom: 1.25rem;
}

.page-id-246 .entry-header .entry-title {
  margin-bottom: 0;
  color: #1f1f1a;
  font-family: inherit;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: 0.015em;
  text-transform: none;
  margin-left: 0.24rem;
}

.page-id-43 .entry-content > .woocommerce {
  width: min(48%, 560px);
  max-width: 560px;
  margin-left: 0;
  margin-right: auto;
}

.page-id-8 .entry-header .entry-title {
  letter-spacing: 0.02em;
}

.page-id-3 .entry-header .entry-title {
  letter-spacing: 0.04em;
}

.page-id-25 .entry-header .entry-title {
  letter-spacing: 0.015em;
}

.page-id-215 .entry-header .entry-title {
  letter-spacing: 0.015em;
}

.entry-content .ogm-spec-list,
.entry-content .ogm-check-list {
  margin: 0;
  padding-left: 1.2rem;
}

.entry-content .ogm-inline-note {
  color: var(--ogm-muted);
  font-size: 0.95rem;
}

.woocommerce form.login .woocommerce-form-login__submit {
  margin-top: 0.75rem;
}

.woocommerce form.login .lost_password {
  display: block;
  margin: 0;
  font-weight: 400;
}

.woocommerce form.login .ogm-login-account-links,
.woocommerce form.login .ogm-login-account-links a {
  font-weight: 400;
}

.entry-content .ogm-register-panel {
  max-width: 560px;
  margin: -0.1rem auto 0;
  padding: clamp(1.35rem, 3vw, 2.15rem);
  border: 1px solid rgba(31, 31, 26, 0.1);
  background: #fffdf8;
}

.entry-content .ogm-register-panel h2 {
  margin: 0 0 0.5rem;
  color: #1f1f1a;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 700;
  line-height: 1.05;
}

.entry-content .ogm-register-intro {
  margin: 0 0 1.25rem;
  color: #5a5249;
  line-height: 1.55;
}

.entry-content .ogm-register-form p {
  margin: 0 0 0.95rem;
}

.entry-content .ogm-register-form label {
  display: block;
  margin-bottom: 0.35rem;
  color: #1f1f1a;
  font-weight: 700;
}

.entry-content .ogm-register-form input {
  width: 100%;
}

.entry-content .ogm-register-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem;
  padding-top: 0.4rem;
}

.entry-content .ogm-register-actions .button {
  min-width: 8.5rem;
}

.page-id-8 .entry-content .ogm-section {
  margin-top: 1.15rem;
}

.entry-content .ogm-contact-service {
  display: grid;
  gap: 1.75rem;
}

.entry-content .ogm-contact-intro {
  max-width: 850px;
}

.entry-content .ogm-contact-kicker {
  margin: 0 0 0.5rem;
  color: #6a6259;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.entry-content .ogm-contact-intro h2 {
  margin: 0 0 0.7rem;
  color: #1f1f1a;
  font-size: clamp(1.65rem, 2.8vw, 2.35rem);
  line-height: 1;
  letter-spacing: -0.025em;
}

.entry-content .ogm-contact-intro p {
  margin: 0;
  color: #5a5249;
  font-size: 1.02rem;
  line-height: 1.55;
}

.entry-content .ogm-contact-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(1.5rem, 4vw, 3.3rem);
  align-items: start;
}

.entry-content .ogm-contact-info-panel,
.entry-content .ogm-contact-form-panel {
  border: 1px solid rgba(31, 31, 26, 0.1);
  border-radius: 0;
  background: #fffdf8;
  box-shadow: none;
}

.entry-content .ogm-contact-info-panel {
  display: grid;
  gap: 1.2rem;
  padding: clamp(1.15rem, 2.4vw, 1.6rem);
}

.entry-content .ogm-contact-info-block {
  padding-bottom: 1.15rem;
  border-bottom: 1px solid rgba(31, 31, 26, 0.1);
}

.entry-content .ogm-contact-info-block:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.entry-content .ogm-contact-info-block h3 {
  margin: 0 0 0.55rem;
  color: #1f1f1a;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.entry-content .ogm-contact-info-block p {
  margin: 0 0 0.48rem;
  color: #5a5249;
  font-size: 0.95rem;
  line-height: 1.48;
}

.entry-content .ogm-contact-info-block p:last-child {
  margin-bottom: 0;
}

.entry-content .ogm-contact-info-block strong {
  color: #1f1f1a;
  font-weight: 750;
}

.entry-content .ogm-contact-info-block a {
  color: #1f1f1a;
}

.entry-content .ogm-contact-quick-links {
  display: grid;
  gap: 0.45rem;
}

.entry-content .ogm-contact-quick-links a {
  display: inline-flex;
  width: max-content;
  color: #1f1f1a;
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.entry-content .ogm-contact-form-panel {
  padding: clamp(1.35rem, 3vw, 2.15rem);
}

.entry-content .ogm-contact-form-panel h3 {
  margin: 0 0 0.55rem;
  color: #1f1f1a;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.12;
  letter-spacing: -0.015em;
}

.entry-content .ogm-contact-form-panel > p {
  margin: 0 0 1.25rem;
  color: #5a5249;
  line-height: 1.55;
}

.entry-content .ogm-contact-form-fields {
  display: block;
}

.entry-content .ogm-contact-form-fields label {
  display: block;
  margin: 0;
  color: #1f1f1a;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0;
}

.entry-content .ogm-contact-form-fields p {
  margin: 0 0 0.34rem;
}

.entry-content .ogm-contact-form-fields .ogm-field-label {
  display: inline-flex;
  align-items: baseline;
  gap: 0.18rem;
  margin-bottom: 0.35rem;
}

.entry-content .ogm-contact-form-fields .ogm-required-star {
  color: #b63d2f;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
}

.entry-content .ogm-contact-form-fields .ogm-file-upload-label br {
  display: none;
}

.entry-content .ogm-contact-form-fields .ogm-file-upload-label .wpcf7-form-control-wrap {
  display: block;
  margin-top: 0.35rem;
  margin-bottom: 0;
}

.entry-content .ogm-contact-form-fields input[type="text"],
.entry-content .ogm-contact-form-fields input[type="email"],
.entry-content .ogm-contact-form-fields input[type="file"],
.entry-content .ogm-contact-form-fields textarea {
  width: 100%;
  border: 1px solid rgba(31, 31, 26, 0.22);
  border-radius: 0;
  background: #fff;
  color: #1f1f1a;
  font-size: 0.98rem;
  line-height: 1.35;
  box-shadow: none;
}

.entry-content .ogm-contact-form-fields input[type="text"],
.entry-content .ogm-contact-form-fields input[type="email"] {
  min-height: 2.75rem;
  padding: 0.72rem 0.82rem;
}

.entry-content .ogm-contact-form-fields textarea {
  min-height: 8.5rem;
  padding: 0.82rem;
  resize: vertical;
}

.entry-content .ogm-contact-form-fields input[type="file"] {
  padding: 0.72rem;
  font-size: 0.9rem;
}

.entry-content .ogm-contact-form-fields .ogm-native-file-ready {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.entry-content .ogm-file-control {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  min-height: 3.35rem;
  border: 1px solid rgba(31, 31, 26, 0.22);
  background: #fff;
  padding: 0.62rem;
}

.entry-content .ogm-file-button {
  flex: 0 0 auto;
  border: 1px solid rgba(31, 31, 26, 0.28);
  background: #f3f0ea;
  color: #1f1f1a;
  padding: 0.64rem 1rem;
  font-size: 0.92rem;
  line-height: 1;
  cursor: pointer;
}

.entry-content .ogm-file-name {
  min-width: 0;
  color: #5a5249;
  font-size: 0.9rem;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.entry-content .ogm-contact-file-note {
  display: block;
  margin: 0 0 0;
  color: #6a6259;
  font-size: 0.84rem;
  line-height: 1.22;
  font-weight: 400;
}

.entry-content .ogm-file-control + .ogm-contact-file-note,
.entry-content .ogm-file-upload-label .wpcf7-form-control-wrap + .ogm-contact-file-note {
  margin-top: 0;
}

.entry-content .ogm-contact-form-fields p:has(.ogm-file-upload-label) {
  margin-bottom: 0.5rem;
}

.entry-content .ogm-contact-form-fields p.ogm-contact-file-note {
  margin-top: -0.1rem;
  margin-bottom: 0.85rem;
}

.entry-content .ogm-contact-form-fields p:has(.wpcf7-submit) {
  margin-top: 1.9rem;
}

.entry-content .ogm-contact-form-fields .wpcf7-submit {
  justify-self: start;
  min-width: 8rem;
  border: 1px solid #1f1f1a;
  border-radius: 0;
  background: #1f1f1a;
  color: #fff;
  padding: 0.82rem 1.7rem;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.entry-content .ogm-contact-form-fields .wpcf7-submit:hover,
.entry-content .ogm-contact-form-fields .wpcf7-submit:focus {
  background: #000;
  color: #fff;
}

.page-id-6 .entry-content .ogm-shop-range,
.page-id-7 .entry-content .ogm-shop-range,
.page-id-24 .entry-content .ogm-shop-range {
  margin-top: 0.38rem;
  padding: 0.25rem 0 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

.page-id-6 .entry-content .ogm-shop-range > .wp-block-group__inner-container,
.page-id-7 .entry-content .ogm-shop-range > .wp-block-group__inner-container,
.page-id-24 .entry-content .ogm-shop-range > .wp-block-group__inner-container {
  display: grid;
  gap: 1.3rem;
}

.page-id-6 .entry-content .ogm-shop-intro-grid,
.page-id-7 .entry-content .ogm-shop-intro-grid,
.page-id-24 .entry-content .ogm-shop-intro-grid {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: start;
  gap: 0.8rem;
}

.page-id-6 .entry-content .ogm-shop-range .ogm-inline-note,
.page-id-7 .entry-content .ogm-shop-range .ogm-inline-note,
.page-id-24 .entry-content .ogm-shop-range .ogm-inline-note {
  max-width: 31rem;
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.6;
}


.page-id-6 .entry-header {
  margin-bottom: 0.12rem;
}

.page-id-6 .entry-content .ogm-category-grid {
  gap: 1.4rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-id-6 .entry-content .ogm-category-card {
  padding: 1.15rem;
  border-radius: 24px;
  box-shadow: 0 16px 34px rgba(31, 31, 26, 0.07);
}

.page-id-6 .entry-content .ogm-category-card img {
  border-radius: 20px;
  margin-bottom: 0.85rem;
}

.page-id-6 .entry-content .ogm-category-card h3 {
  margin-bottom: 0.35rem;
  font-size: 1.28rem;
}

.page-id-6 .entry-content .ogm-category-card p {
  margin-bottom: 0.55rem;
}

.page-id-6 .entry-content .ogm-card-actions {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.85rem;
}

.page-id-6 .entry-content .ogm-category-card .button {
  width: 100%;
  justify-content: center;
  margin-top: 0;
}

.page-id-6 .entry-content .ogm-card-secondary {
  background: transparent;
  color: var(--ogm-ink);
  border: 1px solid rgba(31, 31, 26, 0.14);
}

.page-id-6 .entry-content .ogm-card-secondary:hover {
  background: #f3eee4;
  color: var(--ogm-ink);
}

.page-id-6 .entry-content .ogm-card-secondary:focus,
.page-id-6 .entry-content .ogm-card-secondary:active {
  color: var(--ogm-ink);
}

.page-id-6 .entry-content .ogm-shop-footer {
  margin-top: 2.4rem;
  padding: 2.6rem 0 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.page-id-6 .entry-content .ogm-shop-footer > .wp-block-group__inner-container {
  padding: 2rem 0 0;
  border-top: 1px solid rgba(31, 31, 26, 0.12);
}

@media (max-width: 820px) {
  .page-id-6 .entry-content .ogm-shop-intro-grid {
    gap: 0.9rem;
  }

  .page-id-6 .entry-content .ogm-shop-range .ogm-inline-note {
    max-width: none;
  }
}

.page-id-6 .entry-content .ogm-shop-footer-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.6fr) minmax(220px, 0.7fr);
}

.page-id-6 .entry-content .ogm-shop-footer-eyebrow {
  margin: 0 0 0.5rem;
  color: var(--ogm-accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.page-id-6 .entry-content .ogm-shop-footer h2 {
  margin: 0 0 0.7rem;
  max-width: 16ch;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.02;
}

.page-id-6 .entry-content .ogm-shop-footer h3 {
  margin: 0 0 0.8rem;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-id-6 .entry-content .ogm-shop-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.6rem;
}

.page-id-6 .entry-content .ogm-shop-footer-bottom {
  margin-top: 1.8rem;
  padding: 1rem 0 0;
  border-top: 1px solid rgba(31, 31, 26, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.5rem;
  justify-content: space-between;
}

.page-id-6 .entry-content .ogm-shop-footer-bottom p {
  margin: 0;
  color: var(--ogm-muted);
  font-size: 0.92rem;
}

.ast-single-post .entry-title,
.page .entry-title {
  font-weight: 800;
}

.ogm-footer-copy {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.25rem 1rem 0;
  color: #d8ddcf;
  text-align: center;
  font-size: 0.95rem;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  padding: 1rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--ogm-border);
  box-shadow: 0 14px 36px rgba(31, 31, 26, 0.08);
}

.woocommerce span.onsale {
  background: var(--ogm-accent);
}

.woocommerce ul.products li.product .button {
  width: 100%;
  text-align: center;
}

.single-product .entry-header {
  display: none;
}

.single-product .site-content .ast-container,
.single-product .ast-plain-container #primary,
.single-product .site-content,
.single-product .site-main,
.single-product #primary,
.single-product article.product {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.single-product .ast-woocommerce-container {
  max-width: 1220px;
  padding: 0.5rem 0 0 !important;
}

.single-product div.product {
  margin: 0;
}

.single-product div.product .woocommerce-tabs,
.single-product div.product .related.products,
.single-product div.product .up-sells,
.single-product div.product .onsale,
.single-product div.product .product_meta,
.single-product div.product .price,
.single-product div.product .woocommerce-product-rating,
.single-product div.product form.cart,
.single-product div.product .quantity,
.single-product div.product .images,
.single-product div.product .summary {
  display: none !important;
}

.single-product .ogm-product-shell {
  display: grid;
  gap: 2rem;
}

.single-product .ogm-product-hero {
  display: grid;
  gap: 2rem;
}

.single-product .ogm-product-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.88fr);
  gap: 2.8rem;
  align-items: start;
}

.single-product .ogm-product-media {
  display: grid;
  gap: 0.9rem;
}

.single-product .ogm-product-main-image-wrap {
  overflow: hidden;
  border: 1px solid rgba(31, 31, 26, 0.08);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.76);
}

.single-product .ogm-product-main-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.single-product .ogm-product-thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.single-product .ogm-product-thumb {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  padding: 0;
  border: 1px solid rgba(31, 31, 26, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  cursor: pointer;
}

.single-product .ogm-product-thumb[aria-pressed="true"] {
  border-color: rgba(31, 31, 26, 0.32);
}

.single-product .ogm-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.single-product .ogm-product-summary {
  display: grid;
  gap: 0.9rem;
  padding-top: 0.5rem;
  max-width: 34rem;
}

.single-product .ogm-product-tag {
  margin: 0;
  color: #8c8271;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.single-product .ogm-product-title {
  margin: 0;
  max-width: 13ch;
  font-size: clamp(1.9rem, 2.8vw, 2.8rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.single-product .ogm-product-size {
  margin: 0;
  font-size: 1.18rem;
  font-weight: 600;
  line-height: 1.2;
  color: #202020;
}

.single-product .ogm-product-purchase-meta {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
}

.single-product .ogm-product-price {
  margin: 0;
  color: var(--ogm-ink);
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1;
}

.single-product .ogm-product-quantity {
  display: grid;
  gap: 0.35rem;
  max-width: 126px;
}

.single-product .ogm-product-quantity-label {
  color: var(--ogm-muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.single-product .ogm-product-quantity-box {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 30px;
  align-items: center;
  border: 1px solid rgba(31, 31, 26, 0.12);
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}

.single-product .ogm-qty-button {
  min-height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ogm-ink);
  font-size: 1.34rem;
  font-weight: 300;
  cursor: pointer;
}

.single-product .ogm-qty-input {
  min-height: 28px;
  border: 0;
  background: transparent;
  text-align: center;
  color: var(--ogm-ink);
  font-size: 0.92rem;
  font-weight: 600;
}

.single-product .ogm-qty-input:focus {
  outline: none;
}

.single-product .ogm-product-lead,
.single-product .ogm-product-copy {
  margin: 0;
  max-width: 42ch;
  color: #5f5f5f;
  line-height: 1.65;
}

.single-product .ogm-product-lead {
  font-size: 0.98rem;
}

.single-product .ogm-product-copy {
  font-size: 0.92rem;
}

.single-product .ogm-product-size-group {
  display: grid;
  gap: 0.7rem;
  padding-top: 0.25rem;
}

.single-product .ogm-product-option-label {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1f1f1a;
}

.single-product .ogm-product-size-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.single-product .ogm-size-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 1rem;
  border: 1px solid rgba(31, 31, 26, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: rgba(31, 31, 26, 0.86);
  font-size: 0.84rem;
  font-weight: 600;
  text-decoration: none;
}

.single-product .ogm-size-pill:hover,
.single-product .ogm-size-pill:focus {
  color: rgba(31, 31, 26, 0.86);
  border-color: rgba(31, 31, 26, 0.22);
}

.single-product .ogm-size-pill.is-active {
  border-color: rgba(31, 31, 26, 0.24);
  background: rgba(31, 31, 26, 0.08);
}

.single-product .ogm-product-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.single-product .ogm-product-highlights span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 0.9rem;
  border-radius: 999px;
  background: #f3eee4;
  color: #3a352d;
  font-size: 0.82rem;
  font-weight: 600;
}

.single-product .ogm-product-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.7rem;
  padding-top: 0.8rem;
  max-width: none;
}

.single-product .ogm-product-actions .button {
  width: auto;
  min-width: 0;
  padding: 0.82rem 0.95rem;
  font-size: 1rem;
  justify-content: center;
  margin: 0;
  white-space: nowrap;
}

.single-product .ogm-product-secondary {
  background: transparent;
  color: var(--ogm-ink);
  border: 1px solid rgba(31, 31, 26, 0.14);
}

.single-product .ogm-product-secondary:hover,
.single-product .ogm-product-secondary:focus {
  color: var(--ogm-ink);
  background: #f3eee4;
}

.single-product .ogm-product-primary {
  background: #1f1f1a;
  border-color: #1f1f1a;
}

.single-product .ogm-product-actions .is-loading {
  opacity: 0.72;
  pointer-events: none;
}

.ogm-cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(440px, 92vw);
  z-index: 99999;
  pointer-events: none;
  visibility: hidden;
}

.ogm-cart-drawer.is-open {
  pointer-events: auto;
  visibility: visible;
}

.ogm-cart-drawer-backdrop {
  display: none;
}

.ogm-cart-drawer.is-open .ogm-cart-drawer-backdrop {
  opacity: 0;
}

.ogm-cart-drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: 100%;
  height: 100%;
  background: #fffdf8;
  box-shadow: -18px 0 46px rgba(20, 18, 15, 0.12);
  transform: translateX(102%);
  transition: transform 0.28s ease;
}

.ogm-cart-drawer.is-open .ogm-cart-drawer-panel {
  transform: translateX(0);
}

.ogm-cart-drawer-open {
  overflow: auto;
}

.ogm-cart-drawer-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 1.35rem 1rem;
  border-bottom: 1px solid rgba(31, 31, 26, 0.08);
}

.ogm-cart-drawer-kicker {
  margin: 0 0 0.3rem;
  color: #796f64;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ogm-cart-drawer-header h2 {
  margin: 0;
  color: #1f1f1a;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.ogm-cart-drawer-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(31, 31, 26, 0.12);
  border-radius: 999px;
  background: #fff;
  color: #1f1f1a;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
}

.ogm-cart-drawer-body {
  padding: 1.25rem 1.35rem;
  overflow: auto;
}

.ogm-cart-drawer-items {
  display: grid;
  gap: 0.8rem;
}

.ogm-cart-drawer-item {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 0.9rem;
  border: 1px solid rgba(31, 31, 26, 0.08);
  border-radius: 22px;
  background: #fff;
}

.ogm-cart-drawer-item img {
  width: 92px;
  height: 92px;
  border-radius: 16px;
  object-fit: cover;
  background: #f3eee4;
}

.ogm-cart-drawer-item h3 {
  margin: 0 0 0.25rem;
  color: #1f1f1a;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.ogm-cart-drawer-item p {
  margin: 0;
  color: #6c6258;
  font-size: 0.88rem;
  line-height: 1.45;
}

.ogm-cart-drawer-empty {
  margin: 0;
  padding: 1rem;
  border: 1px solid rgba(31, 31, 26, 0.08);
  border-radius: 18px;
  background: #fff;
  color: #675f56;
  font-size: 0.92rem;
}

.ogm-cart-drawer-meta {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  padding-top: 0.5rem;
  color: #1f1f1a !important;
  font-weight: 700;
}

.ogm-cart-line-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding-top: 0.65rem;
}

.ogm-cart-line-actions strong {
  color: #1f1f1a;
  font-size: 0.92rem;
  font-weight: 500;
  white-space: nowrap;
}

.ogm-cart-line-qty {
  display: inline-grid;
  grid-template-columns: 34px 34px 34px;
  align-items: center;
  border: 1.5px solid rgba(31, 31, 26, 0.2);
  border-radius: 999px;
  overflow: hidden;
  background: #fffdf8;
}

.ogm-cart-line-qty button {
  min-height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1f1f1a;
  font-size: 1.3rem;
  font-weight: 300;
  cursor: pointer;
}

.ogm-cart-line-qty button:disabled {
  opacity: 0.5;
  cursor: wait;
}

.ogm-cart-line-qty span {
  text-align: center;
  color: #1f1f1a;
  font-size: 0.82rem;
  font-weight: 500;
}

.ogm-cart-drawer-note {
  margin: 1rem 0 0;
  color: #675f56;
  font-size: 0.9rem;
  line-height: 1.6;
}

.ogm-cart-drawer-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1.35rem;
  border-top: 1px solid rgba(31, 31, 26, 0.08);
  color: #1f1f1a;
  font-size: 0.95rem;
}

.ogm-cart-drawer-summary strong {
  font-size: 1.05rem;
  font-weight: 600;
}

.ogm-cart-drawer-actions {
  display: grid;
  gap: 0.7rem;
  padding: 1rem 1.35rem 1.35rem;
  border-top: 1px solid rgba(31, 31, 26, 0.08);
  background: #fffdf8;
}

.ogm-cart-drawer-actions .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
}

.ogm-cart-drawer-primary {
  background: #1f1f1a;
  border: 1px solid #1f1f1a;
  color: #fff;
}

.ogm-cart-drawer-primary:hover,
.ogm-cart-drawer-primary:focus {
  background: #11110f;
  color: #fff;
}

.ogm-cart-drawer-secondary {
  background: transparent;
  border: 1px solid rgba(31, 31, 26, 0.16);
  color: #1f1f1a;
}

.ogm-cart-drawer-secondary:hover,
.ogm-cart-drawer-secondary:focus {
  background: #f3eee4;
  color: #1f1f1a;
}

.single-product .ogm-product-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.single-product .ogm-product-tabs {
  margin-top: 2rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(31, 31, 26, 0.1);
}

.single-product .ogm-product-tab-buttons {
  display: flex;
  gap: 1.4rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(31, 31, 26, 0.08);
}

.single-product .ogm-product-tab-button {
  padding: 0 0 0.8rem;
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  color: rgba(31, 31, 26, 0.66);
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
}

.single-product .ogm-product-tab-button.is-active {
  color: var(--ogm-ink);
  border-bottom-color: var(--ogm-ink);
}

.single-product .ogm-product-tab-panel {
  display: none;
  color: var(--ogm-text);
}

.single-product .ogm-product-tab-panel.is-active {
  display: block;
}

.single-product .ogm-product-tab-panel p {
  margin: 0 0 0.9rem;
  line-height: 1.7;
}

.single-product .ogm-product-tab-list {
  margin: 0;
  padding-left: 1.15rem;
}

.single-product .ogm-product-tab-list li {
  margin-bottom: 0.55rem;
  color: var(--ogm-muted);
}

.single-product .ogm-review-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.15rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(31, 31, 26, 0.08);
  border-radius: 18px;
  background: #fffdf8;
}

.single-product .ogm-review-score {
  display: inline-flex;
  margin-right: 0.7rem;
  color: #1f1f1a;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

.single-product .ogm-review-stars,
.single-product .ogm-review-card-head span {
  color: #d89029;
  letter-spacing: 0.06em;
}

.single-product .ogm-review-summary p {
  margin: 0;
  max-width: 34ch;
  color: #6a6259;
  font-size: 0.92rem;
  line-height: 1.55;
}

.single-product .ogm-review-list {
  display: grid;
  gap: 0.85rem;
}

.single-product .ogm-review-page {
  display: none;
  gap: 0.85rem;
}

.single-product .ogm-review-page.is-active {
  display: grid;
}

.single-product .ogm-review-more {
  display: grid;
  gap: 0.85rem;
}

.single-product .ogm-review-more summary {
  display: inline-flex;
  align-items: center;
  width: max-content;
  margin: 0 auto;
  min-height: 38px;
  padding: 0 1rem;
  border: 1px solid rgba(31, 31, 26, 0.14);
  border-radius: 999px;
  color: #1f1f1a;
  font-size: 0.86rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.single-product .ogm-review-more summary::-webkit-details-marker {
  display: none;
}

.single-product .ogm-review-more summary::after {
  content: "▾";
  margin-left: 0.55rem;
  font-size: 0.72rem;
}

.single-product .ogm-review-more[open] summary::after {
  transform: rotate(180deg);
}

.single-product .ogm-review-more[open] > summary {
  display: none;
}

.single-product .ogm-review-more-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 0.85rem;
}

.single-product .ogm-review-card {
  padding: 1rem 1.05rem;
  border: 1px solid rgba(31, 31, 26, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
}

.single-product .ogm-review-author {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.7rem;
}

.single-product .ogm-review-author > strong {
  color: #1f1f1a;
  font-size: 0.94rem;
  font-weight: 700;
}

.single-product .ogm-review-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  overflow: hidden;
  border-radius: 999px;
  background: #1f1f1a;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 700;
}

.single-product .ogm-review-avatar-letter {
  background: #1f1f1a;
}

.single-product .ogm-review-avatar-photo {
  background: #f3eee4;
}

.single-product .ogm-review-avatar-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-product .ogm-review-avatar-placeholder {
  position: relative;
  background: #f1ece3;
  border: 1px solid rgba(31, 31, 26, 0.1);
  color: transparent;
}

.single-product .ogm-review-avatar-placeholder::before {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #c9bca8;
  content: "";
  transform: translateX(-50%);
}

.single-product .ogm-review-avatar-placeholder::after {
  position: absolute;
  left: 50%;
  bottom: 7px;
  width: 18px;
  height: 9px;
  border-radius: 999px 999px 7px 7px;
  background: #c9bca8;
  content: "";
  transform: translateX(-50%);
}

.single-product .ogm-review-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.55rem;
}

.single-product .ogm-review-card-head strong {
  color: #1f1f1a;
  font-size: 0.98rem;
  font-weight: 700;
}

.single-product .ogm-review-card p {
  margin: 0 0 0.65rem;
  color: #4e473f;
  font-size: 0.93rem;
  line-height: 1.6;
}

.single-product .ogm-review-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.55rem;
}

.single-product .ogm-review-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 0.65rem;
  border-radius: 999px;
  background: #f3eee4;
  color: #443d35;
  font-size: 0.74rem;
  font-weight: 700;
}

.single-product .ogm-review-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.55rem;
}

.single-product .ogm-review-list.has-review-more-pages:not(.is-review-more-open) .ogm-review-pagination {
  display: none;
}

.single-product .ogm-review-page-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  border: 1px solid rgba(31, 31, 26, 0.16);
  border-radius: 999px;
  background: #fff;
  color: #1f1f1a;
  font-size: 0.86rem;
  font-weight: 650;
  cursor: pointer;
}

.single-product .ogm-review-page-button.is-active {
  border-color: #1f1f1a;
  background: #1f1f1a;
  color: #fff;
}

.single-product .ogm-product-detail-card {
  padding: 1.2rem 1.25rem;
  border: 1px solid rgba(31, 31, 26, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
}

.single-product .ogm-product-detail-card p {
  margin: 0;
  color: #474038;
  line-height: 1.65;
}

body.woocommerce-checkout {
  background: #f7f4ee;
}

.woocommerce-checkout .site-content,
.woocommerce-checkout .content-area,
.woocommerce-checkout .entry-content,
.woocommerce-checkout .site-main {
  background: transparent;
}

.woocommerce-checkout .ast-separate-container #primary,
.woocommerce-checkout .ast-separate-container.ast-right-sidebar #primary,
.woocommerce-checkout .ast-separate-container.ast-left-sidebar #primary {
  margin: 0;
}

.woocommerce-checkout .ast-woocommerce-container {
  max-width: 1200px;
  padding-top: 1.1rem !important;
  padding-bottom: 3rem !important;
}

.woocommerce-checkout .entry-header {
  margin-bottom: 0.7rem;
}

.woocommerce-checkout .entry-header .entry-title {
  font-size: clamp(1.8rem, 2.6vw, 2.4rem);
  font-weight: 600;
  letter-spacing: -0.03em;
}

.woocommerce-checkout .woocommerce {
  display: grid;
  gap: 1.25rem;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce-NoticeGroup,
.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message {
  margin: 0;
  padding: 0.95rem 1.1rem;
  border: 1px solid rgba(31, 31, 26, 0.1);
  border-radius: 16px;
  background: #fff;
  box-shadow: none;
}

.woocommerce-checkout form.checkout {
  display: block !important;
  clear: both;
}

.woocommerce-checkout form.checkout > wc-order-attribution-inputs {
  display: none !important;
}

.woocommerce-checkout form.checkout > #customer_details {
  width: 56% !important;
  float: left !important;
  clear: none !important;
  margin: 0 4% 0 0 !important;
}

.woocommerce-checkout form.checkout > #order_review_heading {
  width: 40% !important;
  float: right !important;
  clear: right !important;
  margin: 0 !important;
}

.woocommerce-checkout form.checkout > #order_review {
  width: 40% !important;
  float: right !important;
  clear: right !important;
  margin: 0 !important;
}

.woocommerce-checkout form.checkout::after {
  content: "";
  display: table;
  clear: both;
}

.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
  background: #fff;
  border: 1px solid rgba(31, 31, 26, 0.08);
  border-radius: 20px;
  box-shadow: none;
}

.woocommerce-checkout #customer_details {
  padding: 1.35rem 1.4rem 1rem;
}

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
  width: 100%;
  float: none;
}

.woocommerce-checkout #customer_details .col-2 {
  margin-top: 1.25rem;
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields {
  margin: 0;
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3,
.woocommerce-checkout #order_review_heading {
  margin: 0 0 1rem;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1f1f1a;
}

.woocommerce-checkout #order_review_heading {
  padding: 1.2rem 1.35rem 0;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
}

.woocommerce-checkout .form-row {
  margin-bottom: 0.78rem;
}

.woocommerce-checkout .form-row label {
  margin-bottom: 0.35rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #4c463f;
  text-transform: none;
}

.woocommerce-checkout .input-text,
.woocommerce-checkout select,
.woocommerce-checkout textarea,
.woocommerce-checkout .select2-container .select2-selection--single {
  min-height: 48px;
  border-radius: 12px !important;
  border: 1px solid rgba(31, 31, 26, 0.13) !important;
  background: #fff !important;
  box-shadow: none !important;
  padding: 0.82rem 0.95rem !important;
  font-size: 0.95rem;
  color: #1f1f1a;
}

.woocommerce-checkout textarea {
  min-height: 110px;
}

.woocommerce-checkout .select2-container .select2-selection--single {
  display: flex;
  align-items: center;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.4;
  padding-left: 0;
  color: #1f1f1a;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 0.85rem;
}

.woocommerce-checkout #order_review {
  padding: 0 1.35rem 1.35rem;
  border-top: 0;
  border-radius: 0 0 20px 20px;
  position: static;
  top: auto;
}

.woocommerce-checkout table.shop_table {
  border: 0;
  margin: 0;
  background: transparent;
}

.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td {
  padding: 0.8rem 0;
  border-top: 1px solid rgba(31, 31, 26, 0.08);
  font-size: 0.94rem;
  color: #2e2a24;
}

.woocommerce-checkout table.shop_table thead th {
  border-top: 0;
  padding-top: 0.3rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #82786e;
}

.woocommerce-checkout table.shop_table tbody tr:first-child td,
.woocommerce-checkout table.shop_table tbody tr:first-child th {
  border-top: 1px solid rgba(31, 31, 26, 0.08);
}

.woocommerce-checkout .product-name {
  font-weight: 600;
}

.woocommerce-checkout .product-total,
.woocommerce-checkout .cart-subtotal td,
.woocommerce-checkout .order-total td {
  text-align: right;
}

.woocommerce-checkout .order-total th,
.woocommerce-checkout .order-total td {
  font-size: 1.02rem;
  font-weight: 700;
  color: #1f1f1a;
}

.woocommerce-checkout .woocommerce-checkout-payment {
  margin-top: 0.85rem;
  background: transparent !important;
  border: 0 !important;
}

.woocommerce-checkout #payment ul.payment_methods {
  margin: 0 0 1rem;
  padding: 0;
  border: 0;
}

.woocommerce-checkout #payment ul.payment_methods li {
  padding: 0.95rem 1rem 0.9rem;
  border: 1px solid rgba(31, 31, 26, 0.1);
  border-radius: 14px;
  background: #ffffff;
}

.woocommerce-checkout #payment div.payment_box {
  margin: 0.85rem 0 0;
  padding: 0.85rem 0.95rem;
  border-radius: 12px;
  background: #f7f1e7;
  color: #544b42;
}

.woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

.woocommerce-checkout .place-order {
  padding: 0 !important;
}

.woocommerce-checkout #place_order,
.woocommerce-checkout .button.alt,
.woocommerce-checkout button.button.alt {
  width: 100%;
  min-height: 52px;
  border-radius: 999px;
  border: 1px solid #1f1f1a;
  background: #1f1f1a;
  color: #fff;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.woocommerce-checkout #place_order:hover,
.woocommerce-checkout .button.alt:hover,
.woocommerce-checkout button.button.alt:hover {
  background: #11110f;
  border-color: #11110f;
  color: #fff;
}

.woocommerce-checkout .woocommerce-privacy-policy-text,
.woocommerce-checkout .place-order p {
  color: #6b6259;
  font-size: 0.84rem;
  line-height: 1.65;
}

@media (max-width: 920px) {
  .woocommerce-checkout form.checkout {
    display: block !important;
  }

  .woocommerce-checkout form.checkout > #customer_details,
  .woocommerce-checkout form.checkout > #order_review_heading,
  .woocommerce-checkout #order_review {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 768px) {
  .ogm-announcement-bar {
    display: none;
  }

  .entry-content .ogm-footer-signup,
  .entry-content .ogm-footer-links-grid,
  .entry-content .ogm-contact-layout,
  .entry-content .ogm-store-hero > .wp-block-group__inner-container,
  .entry-content .ogm-story-grid,
  .entry-content .ogm-discovery-grid {
    grid-template-columns: 1fr;
  }

  .entry-content .ogm-promo-grid {
    grid-template-columns: 1fr !important;
  }

  .ast-builder-menu-1 .ogm-nav-search,
  .ast-builder-menu-1 .ogm-nav-cart,
  .ast-builder-menu-1 .ogm-nav-cta {
    display: none;
  }

  .ast-site-identity,
  .site-branding {
    display: block;
  }

  .entry-content .ogm-hero,
  .entry-content .ogm-section {
    padding: 1.5rem;
  }

  .single-product .ast-woocommerce-container {
    padding-top: 0.25rem !important;
  }

  .single-product .ogm-product-hero-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .single-product .ogm-product-summary {
    max-width: none;
    padding-top: 0;
  }

  .single-product .ogm-product-title,
  .single-product .ogm-product-lead,
  .single-product .ogm-product-copy {
    max-width: none;
  }

  .single-product .ogm-product-detail-grid {
    grid-template-columns: 1fr;
  }

  .ogm-cart-drawer-panel {
    width: min(390px, 94vw);
  }

  .woocommerce-checkout .ast-woocommerce-container {
    padding-top: 0.75rem !important;
  }

  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    border-radius: 18px;
  }

  .woocommerce-checkout #customer_details {
    padding: 1.15rem 1rem 0.95rem;
  }

  .woocommerce-checkout #order_review_heading {
    padding: 1rem 1rem 0;
  }

  .woocommerce-checkout #order_review {
    padding: 0 1rem 1rem;
  }
}
