/*
 * Loaded by the child theme via functions.php — keep edits here.
 * Appearance → Customize → Additional CSS runs extra validation: any sequence that looks
 * like an HTML tag opener (ASCII less-than, optional slash, then a letter or digit)
 * triggers "Markup is not allowed in CSS." Avoid pasting this whole file there; duplicate
 * rules are unnecessary if this stylesheet is deployed with the theme.
 */

/* Search results: product grid only (layout lives in style.css) */
@media (max-width: 768px) {
  body.search .site-main,
  body.search-results .site-main {
    display: block !important;
    grid-template-columns: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

body.search .site-main,
body.search-results .site-main {
  display: block !important;
  grid-template-columns: none !important;
  width: 100% !important;
  max-width: 100% !important;
}

body.search #primary,
body.search-results #primary,
body.search .content-area,
body.search-results .content-area,
body.search .shdw-search-results,
body.search-results .shdw-search-results {
  width: 100% !important;
  max-width: 100% !important;
}

body.search #secondary,
body.search-results #secondary,
body.search .sidebar,
body.search-results .sidebar {
  display: none !important;
  width: 0 !important;
  flex: 0 0 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 768px) {
  body.search ul.products,
  body.search-results ul.products,
  body.search .wc-block-grid__products,
  body.search-results .wc-block-grid__products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  body.search ul.products li.product,
  body.search-results ul.products li.product,
  body.search .wc-block-grid__product,
  body.search-results .wc-block-grid__product,
  body.search .woocommerce ul.products.columns-1 li.product,
  body.search-results .woocommerce ul.products.columns-1 li.product,
  body.search .woocommerce ul.products.columns-2 li.product,
  body.search-results .woocommerce ul.products.columns-2 li.product,
  body.search .woocommerce ul.products.columns-3 li.product,
  body.search-results .woocommerce ul.products.columns-3 li.product,
  body.search .woocommerce ul.products.columns-4 li.product,
  body.search-results .woocommerce ul.products.columns-4 li.product,
  body.search .woocommerce ul.products.columns-5 li.product,
  body.search-results .woocommerce ul.products.columns-5 li.product,
  body.search .woocommerce ul.products.columns-6 li.product,
  body.search-results .woocommerce ul.products.columns-6 li.product {
    float: none !important;
    clear: none !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
  }
}

/* SHDW sale badge styling */
.woocommerce span.onsale,
.woocommerce-page span.onsale,
body .wc-block-components-product-sale-badge,
body .wc-block-grid__product-onsale {
  background: #000000 !important;
  background-color: #000000 !important;
  color: #12a36f !important;
  border: 1px solid #12a36f !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  font-weight: 700 !important;
}

/* Homepage category strip (below hero, above Best Sellers) */
.shdw-home-category-strip {
  display: none;
}

.shdw-home-category-strip-inner {
  max-width: 1320px;
  margin: 0 auto;
}

.shdw-cat-banners {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.shdw-cat-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 20px;
  border: 1px solid #2a2a2a;
  border-radius: 10px;
  text-decoration: none;
  background: #0a0a0a;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.shdw-cat-banner__label {
  color: #ffffff;
  font-family: var(--shdw-ui-font, "Oswald", "Arial Narrow", "Roboto Condensed", Arial, sans-serif);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
}

.shdw-cat-banner:hover .shdw-cat-banner__label,
.shdw-cat-banner:focus-visible .shdw-cat-banner__label {
  color: #12a36f;
}

.shdw-cat-banner:hover,
.shdw-cat-banner:focus-visible {
  border-color: #12a36f;
  background: #111111;
}

.shdw-cat-banner:active {
  opacity: 0.92;
}

.shdw-cat-banner--has-image:active {
  opacity: 1;
}

.shdw-cat-banner--has-image {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
  background: #0a0a0a;
  line-height: 0;
}

.shdw-cat-banner__media {
  position: absolute;
  inset: 0;
  display: block;
}

.shdw-cat-banner__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.shdw-cat-banner--has-image:hover,
.shdw-cat-banner--has-image:focus-visible {
  border-color: #12a36f;
  background: #0a0a0a;
}

@media (max-width: 768px) {
  .shdw-home-category-strip {
    display: block;
    margin: 4px 0 14px;
    padding: 0 var(--shdw-mobile-gutter, 16px);
  }

  .shdw-home-category-strip-inner {
    max-width: none;
    padding: 0;
  }

  .shdw-cat-banners {
    gap: 10px;
  }

  .shdw-cat-banner {
    min-height: 54px;
    padding: 15px 20px;
    border-radius: 12px;
  }

  .shdw-cat-banner--has-image {
    min-height: 0;
    padding: 0;
    aspect-ratio: auto;
    height: clamp(46px, 13vw, 58px);
  }

  .shdw-cat-banner--has-image .shdw-cat-banner__img {
    object-fit: cover;
    object-position: center center;
  }

  .shdw-cat-banner__label {
    font-size: clamp(0.95rem, 4.2vw, 1.05rem);
    letter-spacing: 0.1em;
  }

  .home .shdw-home-category-strip + .shdw-home-products-sections {
    margin-top: 0;
  }
}

@media (min-width: 769px) {
  .home .shdw-home-category-strip {
    display: block;
    margin: 0;
    padding: 24px 20px 12px;
  }

  .home .shdw-cat-banners {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 2vw, 22px);
  }

  .home .shdw-cat-banner {
    aspect-ratio: 1 / 1;
    min-height: 0;
    border-radius: 14px;
  }

  .home .shdw-cat-banner--has-image .shdw-cat-banner__img {
    object-fit: cover;
    object-position: center center;
    transition: transform 280ms ease;
  }

  .home .shdw-cat-banner--has-image::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.14);
    opacity: 1;
    transition: opacity 220ms ease;
    pointer-events: none;
  }

  .home .shdw-cat-banner--has-image:hover::after,
  .home .shdw-cat-banner--has-image:focus-visible::after {
    opacity: 0;
  }

  .home .shdw-cat-banner--has-image:hover .shdw-cat-banner__img,
  .home .shdw-cat-banner--has-image:focus-visible .shdw-cat-banner__img {
    transform: scale(1.04);
  }

  .home .shdw-cat-banner:not(.shdw-cat-banner--has-image) {
    padding: 20px;
  }

  .home .shdw-cat-banner__label {
    font-size: clamp(0.95rem, 1.15vw, 1.15rem);
    letter-spacing: 0.12em;
  }

  .home .shdw-home-category-strip + .shdw-home-products-sections {
    padding-top: 16px;
  }
}

/* Promo signup banner (homepage/shop/category bottom section) */
.shdw-signup-banner {
  background: linear-gradient(180deg, #0b0b0b 0%, #070707 100%);
  color: #ffffff;
  margin: 24px 0 0;
  border-top: 1px solid #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
}

.shdw-signup-banner__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(22px, 3.2vw, 36px) 18px;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(320px, 1fr);
  gap: 26px;
  align-items: center;
}

.shdw-signup-banner__content,
.shdw-signup-banner__form-wrap {
  min-width: 0;
}

.shdw-signup-banner__title {
  margin: 0 0 10px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.02;
  font-size: clamp(1.5rem, 3vw, 2.8rem);
}

.shdw-signup-banner__subtitle {
  margin: 0;
  color: #b7b7b7;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}

.shdw-signup-banner__form {
  display: grid;
  gap: 10px;
}

.shdw-signup-banner__form input[type="email"],
.shdw-signup-banner__form input[type="tel"],
.shdw-signup-banner__form select {
  width: 100%;
  height: 42px;
  border: 1px solid #2a2a2a;
  border-radius: 0;
  background: #070707;
  color: #f5f5f5;
  padding: 0 12px;
  font-size: 13px;
}

.shdw-signup-banner__form input::placeholder {
  color: #b7b7b7;
  opacity: 1;
}

.shdw-signup-banner__phone-row {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 8px;
}

.shdw-signup-banner__form button[type="submit"] {
  height: 42px;
  border-radius: 0;
  border: 1px solid #12a36f !important;
  background: #12a36f !important;
  color: #000000 !important;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.shdw-signup-banner__form button[type="submit"]:hover,
.shdw-signup-banner__form button[type="submit"]:focus {
  background: #18c485 !important;
  border-color: #18c485 !important;
  color: #000000 !important;
}

.shdw-signup-banner__consent {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.03em;
}

.shdw-signup-banner__consent input[type="checkbox"] {
  width: 14px;
  height: 14px;
  margin: 0;
}

.shdw-signup-banner__legal {
  margin: 0;
  color: #b7b7b7;
  text-transform: uppercase;
  font-size: 8px;
  line-height: 1.35;
}

.shdw-signup-banner__message {
  margin: 10px 0 0;
  font-size: 12px;
  font-weight: 700;
}

.shdw-signup-banner__message.is-success {
  color: #0b0b0b;
}

.shdw-signup-banner__message.is-error {
  color: #ffffff;
}

@media (max-width: 768px) {
  .shdw-desktop-nav-logo {
    display: none !important;
  }
}

.shdw-signup-banner__bottom {
  grid-column: 1 / -1;
  border-top: 1px solid #1f1f1f;
  margin-top: 10px;
  padding-top: 18px;
  display: grid;
  gap: 14px;
  justify-items: center;
  text-align: center;
}

.shdw-signup-banner__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 22px;
}

.shdw-signup-banner__links a {
  color: #ffffff !important;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.shdw-signup-banner__links a:hover,
.shdw-signup-banner__links a:focus {
  color: #12a36f !important;
}

.shdw-signup-banner__psa {
  margin: 0;
  max-width: 980px;
  color: #b7b7b7;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

@media (max-width: 900px) {
  .shdw-signup-banner__inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .shdw-signup-banner__links {
    gap: 10px 14px;
  }
}

/* Desktop main navigation (Soma Chems-style header) — see style.css for sidebar + base nav */
.shdw-desktop-nav-cluster {
  display: none;
}

@media (min-width: 769px) {
  .shdw-sidebar-strip {
    display: none !important;
  }

  #site-navigation,
  #site-navigation .inside-navigation {
    background: #000000 !important;
  }

  #site-navigation .inside-navigation {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 14px;
    width: 100%;
    max-width: 1320px;
    min-height: 86px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 18px !important;
  }

  .shdw-desktop-nav-logo {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    margin-right: 8px;
  }

  .shdw-desktop-nav-logo .custom-logo-link {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    min-height: 68px;
  }

  .shdw-desktop-nav-logo .custom-logo {
    max-height: 72px;
    width: auto;
  }

  .shdw-desktop-nav-logo-fallback {
    color: #ffffff !important;
    text-decoration: none;
    font-family: var(--shdw-ui-font, "Oswald", sans-serif);
    font-size: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
  }

  .shdw-desktop-nav-cluster {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
  }

  .shdw-desktop-nav-cluster .shdw-desktop-nav-categories-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .shdw-desktop-nav-cluster .shdw-nav-categories {
    position: relative;
    margin: 0 !important;
    min-height: 0;
    list-style: none;
  }

  .shdw-desktop-nav-cluster .shdw-nav-categories::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 14px;
  }

  .shdw-desktop-nav-cluster .shdw-nav-categories:hover .shdw-nav-categories-links,
  .shdw-desktop-nav-cluster .shdw-nav-categories:focus-within .shdw-nav-categories-links {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-navigation .main-nav {
    margin-left: auto !important;
    flex: 1 1 auto;
    transform: none;
    min-width: 0;
  }

  .main-navigation .main-nav > ul {
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 4px;
    flex-wrap: nowrap !important;
  }

  .main-navigation .main-nav > ul > li > a {
    padding: 10px 16px !important;
    color: #ffffff !important;
    font-family: var(--shdw-ui-font, "Oswald", sans-serif);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    line-height: 1.2;
    border-bottom: 2px solid transparent;
    transition: color 180ms ease, border-color 180ms ease;
  }

  .main-navigation .main-nav > ul > li > a:hover,
  .main-navigation .main-nav > ul > li > a:focus {
    color: #ffffff !important;
    opacity: 0.85;
  }

  .main-navigation .main-nav > ul > li.current-menu-item > a,
  .main-navigation .main-nav > ul > li.current-menu-ancestor > a,
  .main-navigation .main-nav > ul > li.current_page_item > a {
    border-bottom-color: #ffffff !important;
    opacity: 1;
  }

  .main-navigation .main-nav > ul > li.menu-item-has-children > a {
    padding-right: 24px !important;
  }

  .main-navigation .main-nav > ul > li.menu-item-has-children > a .dropdown-menu-toggle {
    color: #ffffff !important;
  }

  .main-navigation .main-nav > ul > li.menu-item-has-children > ul.sub-menu {
    top: calc(100% + 2px) !important;
    left: 0 !important;
    min-width: 220px;
    margin: 0 !important;
    padding: 0 !important;
    background: #0a0a0a !important;
    border: 1px solid #1f1f1f !important;
    border-radius: 0 !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.45) !important;
  }

  .main-navigation .main-nav > ul > li.menu-item-has-children > ul.sub-menu li {
    border-bottom: 1px solid #1f1f1f;
  }

  .main-navigation .main-nav > ul > li.menu-item-has-children > ul.sub-menu li:last-child {
    border-bottom: 0;
  }

  .main-navigation .main-nav > ul > li.menu-item-has-children > ul.sub-menu a {
    padding: 14px 16px !important;
    color: #ffffff !important;
    font-family: var(--shdw-ui-font, "Oswald", sans-serif);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: transparent !important;
  }

  .main-navigation .main-nav > ul > li.menu-item-has-children > ul.sub-menu a:hover,
  .main-navigation .main-nav > ul > li.menu-item-has-children > ul.sub-menu a:focus {
    color: #12a36f !important;
    background: #111111 !important;
  }

  .shdw-nav-categories-title {
    display: inline-flex;
    align-items: stretch;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
    min-height: 40px;
    overflow: hidden;
  }

  .shdw-nav-burger {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    background: #ffffff;
  }

  .shdw-nav-burger::before {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background: #050505;
    box-shadow: 0 -5px 0 #050505, 0 5px 0 #050505;
  }

  .shdw-nav-categories-label {
    display: inline-flex;
    align-items: center;
    padding: 0 16px;
    background: #ffffff;
    color: #050505 !important;
    font-family: var(--shdw-ui-font, "Oswald", sans-serif);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .shdw-nav-categories-links {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    z-index: 100060;
    display: flex;
    flex-direction: column;
    min-width: 220px;
    margin: 0 !important;
    padding: 0;
    background: #0a0a0a;
    border: 1px solid #1f1f1f;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .shdw-nav-categories-links a {
    display: block;
    padding: 14px 16px;
    color: #ffffff !important;
    text-decoration: none;
    font-family: var(--shdw-ui-font, "Oswald", sans-serif);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-bottom: 1px solid #1f1f1f;
  }

  .shdw-nav-categories-links a:last-child {
    border-bottom: 0;
  }

  .shdw-nav-categories-links a:hover,
  .shdw-nav-categories-links a:focus {
    color: #12a36f !important;
    background: #111111;
  }

  .shdw-desktop-search-form {
    display: inline-flex;
    align-items: center;
    margin: 0;
    min-width: 280px;
    max-width: 420px;
    flex: 1 1 320px;
  }

  .shdw-desktop-search-form input[type="search"] {
    width: 100%;
    min-height: 40px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.85) !important;
    border-radius: 0;
    background: transparent !important;
    color: #ffffff !important;
    font-family: var(--shdw-ui-font, "Oswald", sans-serif);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .shdw-desktop-search-form input[type="search"]::placeholder {
    color: rgba(255, 255, 255, 0.55);
    opacity: 1;
  }

  .main-navigation .menu-bar-items {
    margin-left: 8px !important;
    display: inline-flex !important;
    align-items: center;
    transform: none;
    flex: 0 0 auto;
  }

  .main-navigation .menu-bar-items .wc-menu-item,
  .main-navigation .menu-bar-items .search-item,
  .main-navigation .menu-bar-items .menu-bar-item,
  .main-navigation .menu-bar-items > a:not(.shdw-desktop-icon-link),
  .main-navigation .menu-bar-items .cart-contents,
  .main-navigation .menu-bar-items .slideout-toggle,
  .main-navigation .menu-bar-items .gp-icon + .menu-item-label {
    display: none !important;
  }

  .main-navigation .main-nav > ul > li.shdw-hide-desktop-link {
    display: none !important;
  }

  .main-navigation .main-nav > ul > li:has(> a[href*="/my-account"]),
  .main-navigation .main-nav > ul > li:has(> a[href*="/cart/"]) {
    display: none !important;
  }

  .main-navigation .main-nav > ul > li.shdw-hide-empty-desktop-link {
    display: none !important;
  }

  .site-header .inside-header .site-branding {
    display: none !important;
  }

  .shdw-desktop-right-icons {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: 0;
    transform: none;
  }

  .shdw-desktop-icon-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #ffffff !important;
    text-decoration: none;
  }

  .shdw-desktop-icon-link .shdw-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #ffffff;
  }

  .shdw-desktop-icon-link .shdw-icon-cart {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-1.99.9-1.99 2S15.9 22 17 22s2-.9 2-2-.9-2-2-2zM7.16 14h9.45c.75 0 1.41-.41 1.75-1.03L22 6H6.21l-.94-2H2v2h2l3.6 7.59-1.35 2.44C5.52 17.37 6.48 19 8 19h12v-2H8l1.1-2z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-1.99.9-1.99 2S15.9 22 17 22s2-.9 2-2-.9-2-2-2zM7.16 14h9.45c.75 0 1.41-.41 1.75-1.03L22 6H6.21l-.94-2H2v2h2l3.6 7.59-1.35 2.44C5.52 17.37 6.48 19 8 19h12v-2H8l1.1-2z'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .shdw-desktop-icon-link .shdw-icon-account {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 12c2.76 0 5-2.24 5-5S14.76 2 12 2 7 4.24 7 7s2.24 5 5 5zm0 2c-3.33 0-10 1.67-10 5v3h20v-3c0-3.33-6.67-5-10-5z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 12c2.76 0 5-2.24 5-5S14.76 2 12 2 7 4.24 7 7s2.24 5 5 5zm0 2c-3.33 0-10 1.67-10 5v3h20v-3c0-3.33-6.67-5-10-5z'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .shdw-desktop-cart-count {
    position: absolute;
    top: -4px;
    right: -6px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 999px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff !important;
    background: #12a36f !important;
  }

  .main-navigation .menu-bar-items .cart-contents .count,
  .main-navigation .menu-bar-items .gp-icon.icon-user + .menu-item-label,
  .main-navigation .menu-bar-items .menu-item-label {
    display: none !important;
  }

  .site-header-cart .widget_shopping_cart,
  .site-header-cart .cart-contents + .widget,
  .main-navigation .inside-navigation .widget_shopping_cart,
  .main-navigation .inside-navigation .wc-block-mini-cart__drawer {
    display: none !important;
  }
}

/* Static policy + contact pages */
.page-id .shdw-legal-page,
.shdw-legal-page {
  max-width: 980px;
  margin: 0 auto;
  color: #f5f5f5;
  line-height: 1.65;
}

.shdw-legal-page h2 {
  margin: 0 0 18px;
}

.shdw-legal-page h3 {
  margin: 24px 0 10px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 1rem;
}

.shdw-legal-page p {
  margin: 0 0 12px;
  color: #d6d6d6;
}

.shdw-legal-page ul {
  margin: 0 0 12px 18px;
  padding: 0;
}

.shdw-legal-page li {
  margin-bottom: 6px;
  color: #d6d6d6;
}

.shdw-legal-page a {
  color: #12a36f;
}

.shdw-contact-page {
  max-width: 820px;
  margin: 0 auto;
  padding: 14px 0 8px;
}

.shdw-contact-page__title {
  text-align: center;
  margin-bottom: 18px;
}

.shdw-contact-page__form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.shdw-contact-page__form input,
.shdw-contact-page__form textarea {
  width: 100%;
  border: 1px solid #1f1f1f;
  background: #070707;
  color: #f5f5f5;
  padding: 12px 10px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.shdw-contact-page__form input::placeholder,
.shdw-contact-page__form textarea::placeholder {
  color: #8f8f8f;
  opacity: 1;
}

.shdw-contact-page__form textarea {
  grid-column: 1 / -1;
  min-height: 112px;
  resize: vertical;
}

.shdw-contact-page__form button {
  grid-column: 1 / -1;
  justify-self: center;
  min-width: 140px;
  border: 1px solid #12a36f !important;
  background: #12a36f !important;
  color: #000000 !important;
}

.shdw-contact-page__form button:hover,
.shdw-contact-page__form button:focus {
  background: #18c485 !important;
  border-color: #18c485 !important;
  color: #000000 !important;
}

.shdw-contact-page__note {
  margin: 10px 0 0;
  text-align: center;
  color: #b7b7b7;
  font-size: 9px;
  text-transform: uppercase;
}

.shdw-contact-page__status {
  margin: 12px 0 0;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

.shdw-contact-page__status.is-success {
  color: #18c485;
}

.shdw-contact-page__status.is-error {
  color: #ffffff;
}

.shdw-brand-footer-menu,
.shdw-legal-bottom-menu {
  margin: 26px 0 0;
}

.shdw-brand-footer-menu .shdw-signup-banner__bottom,
.shdw-legal-bottom-menu .shdw-signup-banner__bottom {
  border-top: 1px solid #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
  background: linear-gradient(180deg, #0b0b0b 0%, #070707 100%);
  padding: 24px 14px;
}

body.search .shdw-search-footer-menu,
body.search-results .shdw-search-footer-menu {
  width: 100%;
  max-width: 100%;
  margin-top: 24px;
}

@media (max-width: 768px) {
  .shdw-contact-page__form {
    grid-template-columns: 1fr;
  }
}

/* Trust strip between nav and hero (replaces announcement bar) */
.shdw-trust-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 34px;
  background: #0b0b0b;
  border-top: 1px solid #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
  padding: 9px 16px;
}

.shdw-trust-strip__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.shdw-trust-strip__icon {
  flex: 0 0 auto;
  display: inline-flex;
  width: 16px;
  height: 16px;
  color: #12a36f;
}

.shdw-trust-strip__icon svg {
  width: 100%;
  height: 100%;
}

.shdw-trust-strip__label {
  color: #d6d6d6;
  font-family: var(--shdw-ui-font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.3;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .shdw-trust-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, max-content));
    justify-content: center;
    gap: 7px 22px;
    padding: 8px 12px;
  }

  .shdw-trust-strip__label {
    font-size: 10px;
  }
}

/* Shop All: hide WooCommerce "Please choose product options" alert box */
body.post-type-archive-product .woocommerce-notices-wrapper .woocommerce-error {
  display: none !important;
}

/* Homepage Shop CTA: adjust in Pages > Home (GenerateBlocks). Theme does not override mobile position. */

/* Homepage product rows: keep horizontal scroll functionality, hide visible scrollbar bar */
.shdw-home-products-sections .shdw-product-carousel-viewport {
  -ms-overflow-style: none; /* IE/legacy Edge */
  scrollbar-width: none;    /* Firefox */
}

.shdw-home-products-sections .shdw-product-carousel-viewport::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

/* Desktop: remove phantom page-level horizontal bar */
@media (min-width: 769px) {
  html,
  body,
  #page,
  .site,
  .site-content {
    overflow-x: hidden !important;
  }
}

/* Homepage only: reduce extra bottom gap before very bottom/footer */
@media (min-width: 769px) {
  .home .shdw-home-products-sections {
    padding-bottom: 34px !important;
  }

  .home .site-main {
    padding-bottom: 44px !important;
  }

  .home .site-footer {
    margin-top: 0 !important;
  }
}

/* Discount signup success modal */
body.shdw-signup-modal-open {
  overflow: hidden;
}

.shdw-signup-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.shdw-signup-modal[hidden] {
  display: none !important;
}

.shdw-signup-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
}

.shdw-signup-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 420px);
  padding: 28px 24px;
  background: #111111;
  border: 1px solid #12a36f;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.55);
}

.shdw-signup-modal__title {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.shdw-signup-modal__text {
  margin: 0 0 20px;
  color: #b7b7b7;
  font-size: 0.95rem;
  line-height: 1.5;
}

.shdw-signup-modal__close {
  display: inline-block;
  min-width: 120px;
  padding: 10px 22px;
  border: 1px solid #12a36f;
  border-radius: 6px;
  background: #12a36f;
  color: #050505;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 220ms ease, color 220ms ease;
}

.shdw-signup-modal__close:hover,
.shdw-signup-modal__close:focus {
  background: #18c485;
  border-color: #18c485;
  color: #050505;
}

/* ===== Mobile navigation (Soma-style header + left drawer) ===== */
@media (min-width: 769px) {
  .shdw-mobile-logo-bar,
  .shdw-mobile-toolbar,
  .shdw-mobile-drawer-backdrop,
  .shdw-mobile-drawer-chrome,
  .shdw-mobile-drawer-panels {
    display: none !important;
  }

  .main-navigation .main-nav .shdw-mobile-drawer-list {
    display: none !important;
  }

  .main-navigation.toggled .main-nav,
  .main-navigation.shdw-mobile-drawer-open .main-nav {
    position: static !important;
    transform: none !important;
    visibility: visible !important;
    pointer-events: auto !important;
    width: auto !important;
    max-width: none !important;
    overflow: visible !important;
  }
}

@media (max-width: 768px) {
  .main-navigation,
  #site-navigation {
    position: relative;
    z-index: 100040;
  }

  #site-navigation .inside-navigation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding-top: 6px;
    padding-bottom: 10px;
    min-height: 0;
  }

  .shdw-mobile-logo-bar {
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 12px 2px;
    order: 1;
  }

  .shdw-mobile-logo-bar .custom-logo-link {
    display: inline-flex;
    align-items: center;
    line-height: 1;
  }

  .shdw-mobile-logo-bar .custom-logo {
    max-height: 58px;
    width: auto;
  }

  .shdw-mobile-logo-fallback {
    color: #ffffff !important;
    text-decoration: none;
    font-family: var(--shdw-ui-font, "Oswald", sans-serif);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .shdw-mobile-toolbar {
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    order: 2;
  }

  .shdw-mobile-menu-toggle {
    flex: 0 0 40px !important;
    order: 1;
    border: 1px solid rgba(255, 255, 255, 0.85) !important;
    background: #0f1113 !important;
    min-width: 40px !important;
    min-height: 40px !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 2px !important;
    box-shadow: none !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    visibility: visible !important;
    opacity: 1 !important;
  }

  #mobile-menu-control-wrapper,
  .mobile-menu-control-wrapper {
    display: none !important;
  }

  .shdw-mobile-menu-toggle .mobile-menu,
  .shdw-mobile-menu-toggle .screen-reader-text {
    display: none !important;
  }

  .shdw-mobile-menu-toggle .gp-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #ffffff;
  }

  .shdw-mobile-menu-toggle .gp-icon svg {
    top: 0;
    position: static;
  }

  .shdw-mobile-search-form {
    flex: 1 1 auto;
    min-width: 0;
    order: 2;
    display: flex;
    margin: 0;
  }

  .shdw-mobile-search-form input[type="search"] {
    width: 100%;
    min-height: 40px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.85) !important;
    border-radius: 2px;
    background: transparent !important;
    color: #ffffff !important;
    font-family: var(--shdw-ui-font, "Oswald", sans-serif);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .shdw-mobile-search-form input[type="search"]::placeholder {
    color: rgba(255, 255, 255, 0.55);
    opacity: 1;
  }

  .shdw-mobile-right-icons {
    flex: 0 0 auto;
    order: 3;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    transform: none;
  }

  .shdw-mobile-icon-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 40px;
    color: #ffffff !important;
    text-decoration: none;
  }

  .shdw-mobile-icon-link .shdw-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #ffffff;
  }

  .shdw-mobile-icon-link .shdw-icon-cart {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-1.99.9-1.99 2S15.9 22 17 22s2-.9 2-2-.9-2-2-2zM7.16 14h9.45c.75 0 1.41-.41 1.75-1.03L22 6H6.21l-.94-2H2v2h2l3.6 7.59-1.35 2.44C5.52 17.37 6.48 19 8 19h12v-2H8l1.1-2z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-1.99.9-1.99 2S15.9 22 17 22s2-.9 2-2-.9-2-2-2zM7.16 14h9.45c.75 0 1.41-.41 1.75-1.03L22 6H6.21l-.94-2H2v2h2l3.6 7.59-1.35 2.44C5.52 17.37 6.48 19 8 19h12v-2H8l1.1-2z'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .shdw-mobile-icon-link .shdw-icon-account {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 12c2.76 0 5-2.24 5-5S14.76 2 12 2 7 4.24 7 7s2.24 5 5 5zm0 2c-3.33 0-10 1.67-10 5v3h20v-3c0-3.33-6.67-5-10-5z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 12c2.76 0 5-2.24 5-5S14.76 2 12 2 7 4.24 7 7s2.24 5 5 5zm0 2c-3.33 0-10 1.67-10 5v3h20v-3c0-3.33-6.67-5-10-5z'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .shdw-mobile-cart-count {
    position: absolute;
    top: 2px;
    right: 0;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff !important;
    background: #12a36f !important;
  }

  .main-navigation .menu-bar-items {
    display: none !important;
  }

  .main-navigation .main-nav {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    width: min(78vw, 320px) !important;
    max-width: 320px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #0a0a0a !important;
    border: 0 !important;
    border-right: 1px solid #1f1f1f !important;
    z-index: 100050 !important;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex !important;
    flex-direction: column !important;
    transform: translateX(-105%);
    transition: transform 240ms ease;
    pointer-events: none;
    visibility: hidden;
  }

  .main-navigation.toggled .main-nav,
  .main-navigation.shdw-mobile-drawer-open .main-nav {
    transform: translateX(0);
    pointer-events: auto;
    visibility: visible;
  }

  .main-navigation .main-nav .shdw-mobile-menu-source,
  .main-navigation .main-nav > ul.shdw-mobile-menu-source {
    display: none !important;
  }

  .shdw-mobile-drawer-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
    z-index: 100045;
  }

  .shdw-mobile-drawer-backdrop[hidden] {
    display: none !important;
  }

  body.shdw-mobile-drawer-active {
    overflow: hidden;
  }

  .shdw-mobile-drawer-chrome {
    display: flex;
    align-items: stretch;
    flex: 0 0 auto;
    border-bottom: 1px solid #1f1f1f;
    background: #111111;
  }

  .shdw-mobile-drawer-tabs {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
  }

  .shdw-mobile-drawer-tab {
    flex: 1 1 50%;
    min-height: 48px;
    border: 0;
    background: #1a1a1a;
    color: #ffffff;
    font-family: var(--shdw-ui-font, "Oswald", sans-serif);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 2px solid transparent;
  }

  .shdw-mobile-drawer-tab.is-active {
    background: #242424;
    border-bottom-color: #12a36f;
  }

  .shdw-mobile-drawer-close {
    flex: 0 0 48px;
    width: 48px;
    min-height: 48px;
    border: 0;
    background: #12a36f;
    color: #ffffff;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    padding: 0;
  }

  /*
   * GeneratePress mobile rule ".main-navigation ul { display: none }" hides drawer lists.
   * Re-show drawer UI when the menu is open.
   */
  .main-navigation.toggled .shdw-mobile-drawer-chrome,
  .main-navigation.shdw-mobile-drawer-open .shdw-mobile-drawer-chrome {
    display: flex !important;
  }

  .main-navigation.toggled .shdw-mobile-drawer-panels,
  .main-navigation.shdw-mobile-drawer-open .shdw-mobile-drawer-panels {
    display: block !important;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
  }

  .shdw-mobile-drawer-panels {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
  }

  .shdw-mobile-drawer-panel {
    display: none !important;
    padding: 0;
  }

  .main-navigation.toggled .shdw-mobile-drawer-panel.is-active,
  .main-navigation.shdw-mobile-drawer-open .shdw-mobile-drawer-panel.is-active,
  .shdw-mobile-drawer-panel.is-active {
    display: block !important;
    visibility: visible !important;
  }

  .main-navigation.toggled .shdw-mobile-drawer-panel.is-active[hidden],
  .main-navigation.shdw-mobile-drawer-open .shdw-mobile-drawer-panel.is-active[hidden] {
    display: block !important;
  }

  .shdw-mobile-drawer-list {
    display: block !important;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .main-navigation.toggled .shdw-mobile-drawer-list,
  .main-navigation.shdw-mobile-drawer-open .shdw-mobile-drawer-list {
    display: block !important;
  }

  .shdw-mobile-drawer-list li {
    display: block !important;
    border-bottom: 1px solid #1f1f1f;
  }

  .shdw-mobile-drawer-list a {
    display: block !important;
    padding: 16px 18px;
    color: #ffffff !important;
    text-decoration: none;
    font-family: var(--shdw-ui-font, "Oswald", sans-serif);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .shdw-mobile-drawer-list a:hover,
  .shdw-mobile-drawer-list a:focus {
    color: #12a36f !important;
    background: #111111;
  }

  .shdw-mobile-cats {
    display: none !important;
  }

  .main-navigation .main-nav > ul > li.shdw-nav-categories {
    display: none !important;
  }
}

/* Checkout payment options: no theme overrides — Authorize.net / WooCommerce own this UI */
body.woocommerce-checkout #payment,
body.woocommerce-checkout #payment .payment_methods,
body.woocommerce-checkout #payment .payment_methods li,
body.woocommerce-checkout #payment .payment_box,
body.woocommerce-checkout #payment div.payment_box,
body.woocommerce-checkout #payment fieldset,
body.woocommerce-checkout .wc-block-checkout__payment-method,
body.woocommerce-checkout .wc-block-components-payment-method-icons {
  background: transparent !important;
  box-shadow: none !important;
}

body.woocommerce-checkout #payment .payment_box,
body.woocommerce-checkout #payment div.payment_box {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #d9d9d9 !important;
}

body.woocommerce-checkout #payment .payment_box p,
body.woocommerce-checkout #payment .payment_box label,
body.woocommerce-checkout #payment .payment_methods label,
body.woocommerce-checkout .wc-block-components-payment-method-label {
  color: #111111 !important;
}

body.woocommerce-checkout #payment input,
body.woocommerce-checkout #payment select,
body.woocommerce-checkout #payment textarea,
body.woocommerce-checkout #payment .text-input-credit-card,
body.woocommerce-checkout .wc-block-components-form-credit-card input,
body.woocommerce-checkout .wc-block-components-form-credit-card select {
  background-color: #ffffff !important;
  color: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
  border: 1px solid #cccccc !important;
}

body.woocommerce-checkout #payment #anet-card-number {
  background-color: #ffffff !important;
}

body.woocommerce-checkout #payment img,
body.woocommerce-checkout #payment .payment_method label img,
body.woocommerce-checkout .wc-block-components-payment-method-icons img,
body.woocommerce-checkout .wc-block-components-payment-method-icon,
body.woocommerce-checkout .payment_method_anet img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  max-height: 32px !important;
  filter: none !important;
  object-fit: contain;
  vertical-align: middle;
}

body.woocommerce-checkout .wc-block-components-payment-method-icons {
  display: flex !important;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin: 8px 0 12px;
}

/* Footer copyright text */
.site-info,
.site-info .copyright-bar,
.inside-site-info {
  color: #ffffff !important;
}

/* Checkout order summary: quantity badge on product thumbnails */
body.woocommerce-checkout .wc-block-components-order-summary-item__quantity,
body.woocommerce-checkout .wc-block-order-summary-item__quantity {
  background: #12a36f !important;
  color: #ffffff !important;
  border-color: #12a36f !important;
}

/* Business contact + accepted payment icons (compliance) */
.shdw-business-contact {
  max-width: 820px;
  margin: 0 auto 28px;
  padding: 20px 18px;
  border: 1px solid #1f1f1f;
  background: #0a0a0a;
  text-align: center;
}

.shdw-business-contact__title {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.shdw-business-contact__name,
.shdw-business-contact__address,
.shdw-business-contact__phone,
.shdw-business-contact__email {
  margin: 0 0 8px;
  color: #d6d6d6;
  line-height: 1.5;
}

.shdw-business-contact a {
  color: #12a36f !important;
}

/* =========================================================
   Premium single product page (Woosh-style)
   Hooks/markup in functions.php; everything here is visual.
   ========================================================= */

/* --- Hero grid: gallery left, sticky summary right (desktop) --- */
@media (min-width: 901px) {
  body.single-product .site-main div.product {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    column-gap: clamp(28px, 4.5vw, 64px);
    row-gap: 0;
    align-items: start;
    position: relative;
  }

  body.single-product div.product .woocommerce-product-gallery {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
  }

  body.single-product div.product .summary.entry-summary {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    position: sticky;
    top: 96px;
  }

  /* Full-width rows below the hero */
  body.single-product div.product .shdw-product-info-cards-wrap,
  body.single-product div.product .woocommerce-tabs,
  body.single-product div.product .up-sells,
  body.single-product div.product .related.products,
  body.single-product div.product .woocommerce-notices-wrapper,
  body.single-product div.product #reviews {
    grid-column: 1 / -1;
  }
}

/* --- Gallery: clean framed image on black --- */
body.single-product div.product .woocommerce-product-gallery__wrapper {
  background: #0a0a0a;
  border: 1px solid #1c1c1c;
  border-radius: 14px;
  overflow: hidden;
}

body.single-product div.product .woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #0a0a0a;
}

body.single-product div.product .flex-control-thumbs {
  display: flex;
  gap: 10px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

body.single-product div.product .flex-control-thumbs li {
  width: 72px;
  float: none !important;
}

body.single-product div.product .flex-control-thumbs img {
  border: 1px solid #1f1f1f;
  border-radius: 8px;
  opacity: 0.55;
  transition: opacity 180ms ease, border-color 180ms ease;
  cursor: pointer;
}

body.single-product div.product .flex-control-thumbs img.flex-active,
body.single-product div.product .flex-control-thumbs img:hover {
  opacity: 1;
  border-color: #12a36f;
}

/* Sale badge sits on the gallery */
body.single-product div.product span.onsale {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 5;
  margin: 0 !important;
}

/* --- Summary typography --- */
body.single-product div.product .product_title {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.08;
  margin-bottom: 10px;
  padding-bottom: 0;
}

body.single-product div.product .product_title::after {
  display: none;
}

body.single-product div.product p.price,
body.single-product div.product span.price {
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  color: #ffffff !important;
  font-weight: 700;
  margin-bottom: 14px;
}

body.single-product div.product p.price .woocommerce-Price-amount,
body.single-product div.product span.price .woocommerce-Price-amount {
  color: #ffffff !important;
}

body.single-product div.product p.price del,
body.single-product div.product p.price del .woocommerce-Price-amount {
  color: #777777 !important;
  font-weight: 400;
  font-size: 0.75em;
}

body.single-product div.product p.price ins {
  text-decoration: none;
}

body.single-product div.product .woocommerce-product-details__short-description {
  color: #b7b7b7;
  font-size: 0.98rem;
  line-height: 1.7;
  margin-bottom: 18px;
}

/* Variation selects: dark, consistent with checkout inputs */
body.single-product div.product table.variations {
  margin-bottom: 6px;
}

body.single-product div.product table.variations select {
  background: #0a0a0a !important;
  color: #f5f5f5 !important;
  border: 1px solid #2e2e2e !important;
  border-radius: 6px;
  padding: 10px 36px 10px 12px;
  font-size: 13px;
  cursor: pointer;
}

body.single-product div.product table.variations label {
  color: #b7b7b7;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

body.single-product div.product .reset_variations {
  color: #777777;
  font-size: 11px;
}

body.single-product div.product form.cart .quantity .qty {
  background: #0a0a0a;
  color: #f5f5f5;
  border: 1px solid #2e2e2e;
  border-radius: 6px;
  min-height: 48px;
  width: 72px;
  text-align: center;
}

/* Stock + meta: quiet small print */
body.single-product div.product p.stock {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

body.single-product div.product p.stock.in-stock {
  color: #18c485;
}

body.single-product div.product .product_meta {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #1c1c1c;
  color: #8f8f8f;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

body.single-product div.product .product_meta a {
  color: #b7b7b7;
}

body.single-product div.product .product_meta a:hover {
  color: #12a36f;
}

/* --- Trust badge row (under add to cart) --- */
.shdw-product-trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 20px 0 0;
  padding: 16px 0;
  border-top: 1px solid #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
}

.shdw-product-trust__item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.shdw-product-trust__icon {
  flex: 0 0 auto;
  display: inline-flex;
  width: 20px;
  height: 20px;
  color: #12a36f;
}

.shdw-product-trust__icon svg {
  width: 100%;
  height: 100%;
}

.shdw-product-trust__label {
  color: #d6d6d6;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.3;
}

.shdw-product-ruo-note {
  margin: 12px 0 0;
  color: #777777;
  font-size: 11px;
  line-height: 1.5;
}

/* --- COA / purity / shipping / RUO cards (shared: product page + homepage) --- */
.shdw-product-info-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body.single-product .shdw-product-info-cards-wrap {
  display: block;
  margin: 44px 0 8px;
}

.shdw-product-info-card {
  background: linear-gradient(180deg, #0d0d0d 0%, #080808 100%);
  border: 1px solid #1c1c1c;
  border-radius: 12px;
  padding: 20px 18px;
  transition: border-color 200ms ease;
}

.shdw-product-info-card:hover {
  border-color: #2c2c2c;
}

.shdw-product-info-card__icon {
  display: inline-flex;
  width: 26px;
  height: 26px;
  color: #12a36f;
  margin-bottom: 12px;
}

.shdw-product-info-card__icon svg {
  width: 100%;
  height: 100%;
}

.shdw-product-info-card__title {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.shdw-product-info-card__text {
  margin: 0;
  color: #9a9a9a;
  font-size: 0.83rem;
  line-height: 1.6;
}

/* --- Tabs: underline style, no boxes --- */
body.single-product .woocommerce-tabs {
  margin-top: 36px;
}

body.single-product .woocommerce-tabs ul.tabs.wc-tabs {
  display: flex;
  gap: 4px;
  margin: 0 0 24px !important;
  padding: 0 !important;
  background: transparent !important;
  border-bottom: 1px solid #1c1c1c;
  overflow-x: auto;
}

body.single-product .woocommerce-tabs ul.tabs.wc-tabs::before,
body.single-product .woocommerce-tabs ul.tabs.wc-tabs::after {
  content: none !important;
  display: none !important;
}

body.single-product .woocommerce-tabs ul.tabs.wc-tabs li {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}

body.single-product .woocommerce-tabs ul.tabs.wc-tabs li::before,
body.single-product .woocommerce-tabs ul.tabs.wc-tabs li::after {
  content: none !important;
  display: none !important;
}

body.single-product .woocommerce-tabs ul.tabs.wc-tabs li a {
  display: inline-block;
  padding: 12px 18px;
  color: #8f8f8f !important;
  font-weight: 700 !important;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-bottom: 2px solid transparent;
  transition: color 180ms ease, border-color 180ms ease;
}

body.single-product .woocommerce-tabs ul.tabs.wc-tabs li a:hover {
  color: #ffffff !important;
}

body.single-product .woocommerce-tabs ul.tabs.wc-tabs li.active a {
  color: #ffffff !important;
  border-bottom-color: #12a36f;
}

body.single-product .woocommerce-Tabs-panel {
  background: transparent;
  color: #c9c9c9;
  line-height: 1.7;
}

body.single-product .woocommerce-Tabs-panel > h2:first-of-type {
  display: none;
}

/* Specifications table */
body.single-product table.woocommerce-product-attributes {
  border: 1px solid #1c1c1c;
  border-radius: 10px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  max-width: 720px;
}

body.single-product table.woocommerce-product-attributes th,
body.single-product table.woocommerce-product-attributes td {
  background: #0a0a0a;
  border: 0;
  border-bottom: 1px solid #1c1c1c;
  padding: 12px 16px;
  font-style: normal;
}

body.single-product table.woocommerce-product-attributes tr:last-child th,
body.single-product table.woocommerce-product-attributes tr:last-child td {
  border-bottom: 0;
}

body.single-product table.woocommerce-product-attributes th {
  color: #8f8f8f;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

body.single-product table.woocommerce-product-attributes td {
  color: #e5e5e5;
}

/* --- Related products: one row of 4 --- */
body.single-product .related.products {
  margin-top: 52px;
}

body.single-product .related.products ul.products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* --- Mobile / tablet --- */
@media (max-width: 900px) {
  body.single-product div.product .woocommerce-product-gallery,
  body.single-product div.product .summary.entry-summary {
    float: none !important;
    width: 100% !important;
  }

  body.single-product div.product .summary.entry-summary {
    margin-top: 20px;
  }

  body.single-product .woocommerce div.product form.cart {
    width: 100%;
  }

  body.single-product .woocommerce div.product form.cart a.button.alt.shdw-checkout-link {
    flex: 1 1 100%;
  }

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

  body.single-product .shdw-product-info-cards-wrap {
    margin-top: 32px;
  }

  body.single-product .related.products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 520px) {
  .shdw-product-info-cards {
    grid-template-columns: 1fr;
  }

  .shdw-product-trust {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* =========================================================
   Homepage: guarantee cards + FAQ teaser (markup in functions.php)
   ========================================================= */
.shdw-home-guarantee,
.shdw-home-faq {
  padding: 0 20px;
  background: #060708;
}

.shdw-home-guarantee__inner,
.shdw-home-faq__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 44px 0 10px;
}

.shdw-home-guarantee__intro {
  margin: -10px 0 24px;
  max-width: 560px;
  color: #9a9a9a;
  font-size: 0.95rem;
  line-height: 1.65;
}

.shdw-home-faq__inner {
  max-width: 860px;
  padding-bottom: 30px;
}

.shdw-home-faq__list {
  display: grid;
  gap: 10px;
}

.shdw-home-faq__item {
  background: #0a0a0a;
  border: 1px solid #1c1c1c;
  border-radius: 10px;
  transition: border-color 200ms ease;
}

.shdw-home-faq__item:hover,
.shdw-home-faq__item[open] {
  border-color: #2c2c2c;
}

.shdw-home-faq__question {
  padding: 16px 44px 16px 18px;
  color: #ffffff;
  font-family: var(--shdw-ui-font);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
  position: relative;
}

.shdw-home-faq__question::-webkit-details-marker {
  display: none;
}

.shdw-home-faq__question::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #12a36f;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  transition: transform 200ms ease;
}

.shdw-home-faq__item[open] .shdw-home-faq__question::after {
  content: "\2013";
}

.shdw-home-faq__answer {
  margin: 0;
  padding: 0 18px 16px;
  color: #9a9a9a;
  font-size: 0.9rem;
  line-height: 1.65;
}

.shdw-home-faq__more {
  margin: 18px 0 0;
  text-align: center;
}

.shdw-home-faq__more a {
  color: #12a36f;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
}

.shdw-home-faq__more a:hover {
  color: #18c485;
}

@media (max-width: 768px) {
  .shdw-home-guarantee,
  .shdw-home-faq {
    padding: 0 var(--shdw-mobile-gutter, 16px);
  }

  .shdw-home-guarantee__inner,
  .shdw-home-faq__inner {
    padding-top: 32px;
  }
}

/* =========================================================
   Signup banner: calmer, smaller, sentence case
   ========================================================= */
.shdw-signup-banner__inner {
  padding: clamp(20px, 2.6vw, 30px) 18px;
}

.shdw-signup-banner__title {
  text-transform: none;
  letter-spacing: 0;
  font-size: clamp(1.25rem, 2.2vw, 1.9rem);
  line-height: 1.15;
}

.shdw-signup-banner__subtitle {
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.85rem;
}

.shdw-signup-banner__bottom {
  padding-top: 16px;
  gap: 12px;
}

.shdw-signup-banner__psa {
  text-transform: none;
  letter-spacing: 0;
  font-size: 11px;
  line-height: 1.55;
  color: #9a9a9a;
  max-width: 760px;
}

/* ===== Video hero (mobile-first) ===== */
/* Sits directly under trust strip (outside #page) — no gap */
.shdw-hero-sec {
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
  left: auto;
  right: auto;
}

.shdw-hero {
  position: relative;
  overflow: hidden;
  background: #0b0b0b;
  color: #fff;
}

/* Mobile: exact crop aspect so the whole vial is visible */
.shdw-hero--video {
  --shdw-hero-mobile-ratio: 1.3045; /* 1024/785 user crop */
  width: 100%;
  aspect-ratio: 785 / 1024;
  height: auto;
  min-height: 0;
  max-height: none;
  display: flex;
  flex-direction: column;
}

.shdw-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  z-index: 0;
  background: #0b0b0b;
  /* Soft fade in from top + bottom fade into stats */
  -webkit-mask-image: linear-gradient(
    180deg,
    transparent 0%,
    #000 5%,
    #000 74%,
    transparent 100%
  );
  mask-image: linear-gradient(
    180deg,
    transparent 0%,
    #000 5%,
    #000 74%,
    transparent 100%
  );
}

.shdw-hero-particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.12;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 6%, #000 74%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 6%, #000 74%, transparent 100%);
}

.shdw-hero-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(
      180deg,
      rgba(7, 7, 8, 0.62) 0%,
      rgba(7, 7, 8, 0.38) 16%,
      rgba(7, 7, 8, 0.48) 42%,
      rgba(7, 7, 8, 0.38) 62%,
      rgba(7, 7, 8, 0.18) 74%,
      transparent 82%
    ),
    linear-gradient(180deg, transparent 56%, rgba(7, 7, 8, 0.52) 78%, #070708 100%);
  pointer-events: none;
}

.shdw-hero-inner {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px var(--shdw-mobile-gutter, 18px) 8px;
  flex: 1 1 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}

.shdw-hero-copy {
  max-width: 34rem;
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
}

@media (max-width: 768px) {
  .shdw-hero-sec {
    margin: 0;
  }

  .shdw-hero--video {
    /* Prefer full video frame; don't force taller than viewport */
    aspect-ratio: 785 / 1024;
    max-height: 100svh;
    width: 100%;
  }

  .shdw-hero-video {
    object-fit: contain;
    object-position: center center;
  }
}

.shdw-hero-eyebrow {
  font-family: var(--shdw-ui-font, "Oswald", "Arial Narrow", sans-serif);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #12a36f;
  margin-bottom: 10px;
}

.shdw-hero-title {
  font-family: var(--shdw-ui-font, "Oswald", "Arial Narrow", sans-serif);
  font-size: clamp(30px, 8.2vw, 38px);
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
  color: #fff;
}

.shdw-hero-title-outline {
  -webkit-text-stroke: 1.2px rgba(255, 255, 255, 0.85);
  color: transparent;
}

.shdw-hero-sub {
  font-size: 14.5px;
  line-height: 1.5;
  color: #b8b8b8;
  max-width: 34ch;
  margin: 0 auto 18px;
}

.shdw-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 0;
}

.shdw-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  font-family: var(--shdw-ui-font, "Oswald", sans-serif);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.shdw-hero-btn--primary {
  background: #12a36f;
  border: 1px solid #12a36f;
  color: #fff;
}

.shdw-hero-btn--primary:hover,
.shdw-hero-btn--primary:focus-visible {
  background: #18c485;
  border-color: #18c485;
  color: #fff;
  transform: translateY(-1px);
}

/* Bottom fade band: trust stats + badges sit over dead space */
.shdw-hero-foot {
  position: relative;
  z-index: 3;
  margin-top: auto;
  padding: 56px 14px 18px;
  background: linear-gradient(180deg, rgba(7, 7, 8, 0) 0%, rgba(7, 7, 8, 0.72) 38%, #070708 100%);
}

.shdw-hero-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 12px;
  width: 100%;
  max-width: 520px;
  margin: 0 auto 16px;
  padding-top: 0;
  border-top: 0;
  text-align: center;
}

.shdw-hero-trust__n {
  font-family: var(--shdw-ui-font, "Oswald", sans-serif);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}

.shdw-hero-trust__l {
  font-size: 10px;
  color: #8a8a8a;
  margin-top: 2px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.shdw-fp-badges-strip--hero {
  opacity: 1;
  padding: 8px 0 4px;
  background: transparent;
  border-bottom: 0;
  gap: 8px;
  /* Don't inherit the standalone strip's 100vw full-bleed breakout */
  width: 100% !important;
  left: auto !important;
  right: auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative !important;
}

/* Desktop — landscape framing; no portrait mask */
@media (min-width: 769px) {
  .shdw-hero-sec {
    margin: 0;
    width: 100%;
  }

  .shdw-hero--video {
    aspect-ratio: auto;
    min-height: min(88vh, 760px);
    height: auto;
    max-height: none;
  }

  .shdw-hero-video {
    object-fit: cover;
    object-position: 72% center;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .shdw-hero-particles {
    -webkit-mask-image: none;
    mask-image: none;
    opacity: 0.15;
  }

  .shdw-hero-video-overlay {
    background:
      linear-gradient(90deg, rgba(11, 11, 11, 0.88) 0%, rgba(11, 11, 11, 0.55) 34%, rgba(11, 11, 11, 0.18) 58%, transparent 78%),
      linear-gradient(180deg, rgba(7, 7, 8, 0.35) 0%, transparent 40%, rgba(7, 7, 8, 0.85) 100%);
  }

  .shdw-hero-inner {
    padding: clamp(56px, 9vw, 96px) clamp(20px, 4vw, 48px) 24px;
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
  }

  .shdw-hero-copy {
    max-width: 560px;
    margin: 0;
    padding-top: 0;
  }

  .shdw-hero-eyebrow {
    font-size: 12px;
    margin-bottom: 14px;
  }

  .shdw-hero-title {
    font-size: clamp(36px, 5vw, 64px);
    line-height: 0.98;
    margin-bottom: 18px;
  }

  .shdw-hero-sub {
    font-size: clamp(15px, 1.6vw, 18px);
    line-height: 1.6;
    max-width: 44ch;
    margin: 0 0 28px;
  }

  .shdw-hero-actions {
    justify-content: flex-start;
    gap: 12px;
  }

  .shdw-hero-btn {
    min-height: 48px;
    padding: 0 22px;
    font-size: 14px;
  }

  .shdw-hero-foot {
    /* Full-bleed gradient, but content matches the 1200px column */
    padding: 64px 0 22px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .shdw-hero-foot > .shdw-hero-trust,
  .shdw-hero-foot > .shdw-fp-badges-strip--hero {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: clamp(20px, 4vw, 48px);
    padding-right: clamp(20px, 4vw, 48px);
    box-sizing: border-box;
  }

  .shdw-hero-trust {
    max-width: 1200px;
    margin: 0 auto 18px;
    text-align: left;
    gap: 22px 28px;
    display: flex;
    flex-wrap: wrap;
  }

  .shdw-hero-trust__n {
    font-size: 22px;
  }

  .shdw-hero-trust__l {
    font-size: 11px;
  }

  /* Cancel the global 100vw breakout used by the old standalone strip */
  .shdw-fp-badges-strip--hero {
    justify-content: flex-start;
    width: 100% !important;
    max-width: 1200px !important;
    left: auto !important;
    right: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative !important;
  }
}

/* Large / ultra-wide monitors: keep hero content aligned with page column */
@media (min-width: 1400px) {
  .shdw-hero--video {
    min-height: min(78vh, 720px);
  }

  .shdw-hero-inner,
  .shdw-hero-foot > .shdw-hero-trust,
  .shdw-hero-foot > .shdw-fp-badges-strip--hero {
    max-width: 1200px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .shdw-hero-video {
    object-position: 68% center;
  }
}

/* Homepage: flush hero → Our Compounds (no gap) */
.shdw-is-front-page .shdw-hero-sec {
  margin-bottom: 0 !important;
}

.shdw-is-front-page #page,
.shdw-is-front-page .site-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Kill leftover standalone badge strip (duplicate of hero badges).
   Live front-page still outputs it with opacity:0 — invisible but takes space. */
.shdw-is-front-page .shdw-fp-badges-strip:not(.shdw-fp-badges-strip--hero) {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
}

.shdw-is-front-page .featured-image.page-header-image,
.shdw-is-front-page .page-header-image {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.shdw-is-front-page .shdw-fp-products {
  padding-top: 12px !important;
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .shdw-is-front-page .shdw-fp-products {
    padding-top: 4px !important;
    padding-bottom: 40px !important;
  }

  .shdw-is-front-page .shdw-fp-products__header {
    margin-bottom: 16px !important;
  }
}
