/*
Theme Name: ENETZ Store
Theme URI: https://enetz.sk/
Author: ENETZ
Description: Technická WooCommerce téma pre ENETZ e-shop.
Version: 1.4.10
Requires at least: 6.5
Requires PHP: 8.2
Text Domain: enetz-store
*/

:root {
  --store-ink: #111613;
  --store-ink-soft: #1d2420;
  --store-green: #0e4a3c;
  --store-green-bright: #16705a;
  --store-green-soft: #e8f0ec;
  --store-accent: #f3c64d;
  --store-blue: #15528a;
  --store-paper: #f4f6f3;
  --store-white: #ffffff;
  --store-text: #18201c;
  --store-muted: #65716a;
  --store-line: #d9dfdb;
  --store-danger: #a82929;
  --store-radius: 6px;
  --store-shadow: 0 18px 44px rgba(17, 22, 19, 0.1);
  --store-max: 1380px;
}

.store-seo-intro {
  max-width: 920px;
  margin: 0 0 28px;
  color: var(--store-muted);
  font-size: 1rem;
  line-height: 1.7;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--store-white);
  color: var(--store-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.55;
  margin: 0;
}

body.admin-bar .store-header {
  top: 32px;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background: var(--store-white);
  clip: auto !important;
  clip-path: none;
  color: var(--store-ink);
  display: block;
  height: auto;
  left: 12px;
  padding: 12px 16px;
  top: 12px;
  width: auto;
  z-index: 100000;
}

.store-header {
  background: var(--store-white);
  border-bottom: 1px solid var(--store-line);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.store-announcement {
  align-items: center;
  background: var(--store-ink);
  color: rgba(255, 255, 255, 0.88);
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  min-height: 34px;
  padding: 6px max(24px, calc((100% - var(--store-max)) / 2));
}

.store-announcement a {
  color: var(--store-accent);
  font-weight: 700;
}

.store-header-main {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: 260px minmax(260px, 1fr) auto;
  margin: 0 auto;
  max-width: var(--store-max);
  min-height: 88px;
  padding: 16px 24px;
}

.store-brand {
  align-items: center;
  display: flex;
  gap: 13px;
  min-width: 0;
}

.store-brand img,
.store-brand .custom-logo {
  height: 43px;
  object-fit: contain;
  object-position: left center;
  width: auto;
}

.store-brand .custom-logo-link {
  display: flex;
}

.store-brand-logo {
  align-items: center;
  display: flex;
}

.store-brand-title {
  border-left: 1px solid var(--store-line);
  color: var(--store-muted);
  font-size: 13px;
  font-weight: 800;
  padding-left: 13px;
  text-transform: uppercase;
}

.store-search {
  align-items: stretch;
  border: 1px solid #cbd3ce;
  border-radius: 4px;
  display: flex;
  min-height: 46px;
  overflow: hidden;
}

.store-search:focus-within {
  border-color: var(--store-green);
  box-shadow: 0 0 0 3px rgba(14, 74, 60, 0.12);
}

.store-search input {
  background: var(--store-white);
  border: 0;
  color: var(--store-text);
  min-width: 0;
  outline: 0;
  padding: 0 16px;
  width: 100%;
}

.store-search button {
  align-items: center;
  background: var(--store-green);
  border: 0;
  color: var(--store-white);
  cursor: pointer;
  display: flex;
  justify-content: center;
  min-width: 50px;
}

.store-search button:hover {
  background: var(--store-green-bright);
}

.store-header-actions {
  align-items: center;
  display: flex;
  gap: 8px;
}

.store-action {
  align-items: center;
  color: #354039;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 700;
  gap: 3px;
  justify-content: center;
  min-height: 48px;
  min-width: 64px;
  padding: 4px 8px;
  position: relative;
}

.store-action:hover {
  color: var(--store-green);
}

.store-action .dashicons {
  font-size: 23px;
  height: 23px;
  width: 23px;
}

.store-cart-count {
  align-items: center;
  background: var(--store-accent);
  border: 2px solid var(--store-white);
  border-radius: 50%;
  color: var(--store-ink);
  display: flex;
  font-size: 10px;
  font-weight: 900;
  height: 21px;
  justify-content: center;
  line-height: 1;
  min-width: 21px;
  padding: 2px;
  position: absolute;
  right: 5px;
  top: 0;
}

.store-menu-toggle {
  align-items: center;
  background: var(--store-green);
  border: 0;
  border-radius: 4px;
  color: var(--store-white);
  cursor: pointer;
  display: none;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.store-primary-nav {
  align-items: center;
  border-top: 1px solid #edf0ee;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--store-max);
  min-height: 50px;
  padding: 0 24px;
}

.store-menu {
  align-items: center;
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.store-menu a,
.store-back-link {
  color: #303a34;
  display: block;
  font-size: 14px;
  font-weight: 800;
  padding: 15px 0;
}

.store-menu a:hover,
.store-menu .current-menu-item > a,
.store-back-link:hover {
  color: var(--store-green-bright);
}

.store-back-link {
  color: var(--store-muted);
  font-weight: 700;
}

.store-main {
  min-height: 50vh;
}

.store-hero {
  align-items: center;
  background-color: var(--store-ink);
  color: var(--store-white);
  display: flex;
  min-height: 590px;
  overflow: hidden;
  position: relative;
}

.store-hero-video {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.store-hero::before {
  background: linear-gradient(90deg, rgba(5, 12, 8, 0.92) 0%, rgba(5, 12, 8, 0.75) 37%, rgba(5, 12, 8, 0.18) 72%, rgba(5, 12, 8, 0.08) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.store-hero-content {
  margin: 0 auto;
  max-width: var(--store-max);
  padding: 78px 24px 96px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.store-hero-content > * {
  max-width: 650px;
}

.store-eyebrow {
  color: var(--store-green-bright);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.store-hero .store-eyebrow {
  color: var(--store-accent);
}

.store-hero h1 {
  font-size: 58px;
  font-weight: 850;
  line-height: 1.04;
  margin: 0;
  max-width: 680px;
}

.store-hero-content > p:not(.store-eyebrow) {
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
  margin: 24px 0 0;
  max-width: 600px;
}

.store-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.store-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  font-weight: 850;
  justify-content: center;
  line-height: 1.2;
  min-height: 48px;
  padding: 13px 20px;
  text-align: center;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.store-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  transform: translateY(-1px);
}

.store-button-primary,
.woocommerce a.button,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
  background: var(--store-accent);
  color: var(--store-ink);
}

.store-button-primary:hover,
.woocommerce a.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #ffda70;
  color: var(--store-ink);
}

.store-button-secondary {
  background: rgba(17, 22, 19, 0.62);
  border-color: rgba(255, 255, 255, 0.42);
  color: var(--store-white);
}

.store-button-secondary:hover {
  background: var(--store-white);
  color: var(--store-ink);
}

.store-benefits {
  background: var(--store-white);
  border-bottom: 1px solid var(--store-line);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: var(--store-max);
  padding: 0 24px;
}

.store-benefits > div {
  align-items: center;
  display: grid;
  gap: 1px 13px;
  grid-template-columns: 38px 1fr;
  min-height: 108px;
  padding: 18px 22px;
}

.store-benefits > div + div {
  border-left: 1px solid var(--store-line);
}

.store-benefits .dashicons {
  color: var(--store-green-bright);
  font-size: 29px;
  grid-row: 1 / 3;
  height: 30px;
  width: 30px;
}

.store-benefits strong {
  font-size: 14px;
}

.store-benefits span:last-child {
  color: var(--store-muted);
  font-size: 12px;
}

.store-section {
  margin: 0 auto;
  max-width: var(--store-max);
  padding: 76px 24px;
}

.store-section-soft {
  background: var(--store-paper);
  max-width: none;
  padding-left: max(24px, calc((100% - var(--store-max) + 48px) / 2));
  padding-right: max(24px, calc((100% - var(--store-max) + 48px) / 2));
}

.store-section-heading {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 30px;
}

.store-section-heading h2 {
  color: var(--store-ink);
  font-size: 38px;
  line-height: 1.12;
  margin: 0;
}

.store-section-heading > a {
  border-bottom: 2px solid var(--store-accent);
  color: var(--store-green);
  font-size: 14px;
  font-weight: 850;
  padding-bottom: 3px;
}

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

.store-category {
  aspect-ratio: 0.86;
  background: var(--store-ink-soft);
  border-radius: var(--store-radius);
  color: var(--store-white);
  min-height: 0;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.store-category::after {
  background: rgba(7, 11, 9, 0.48);
  content: "";
  inset: 0;
  position: absolute;
  transition: background-color 180ms ease;
}

.store-category:hover::after {
  background: rgba(7, 11, 9, 0.32);
}

.store-category > img {
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
  width: 100%;
}

.store-category-baterie > img {
  object-position: 78% center;
}

.store-category-deye > img {
  object-position: center 35%;
}

.store-category:hover > img {
  transform: scale(1.025);
}

.store-category-copy {
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
  left: 0;
  padding: 26px;
  position: absolute;
  right: 0;
  z-index: 2;
}

.store-category-copy > strong {
  font-size: 28px;
  line-height: 1.1;
}

.store-category-copy > span:not(.store-category-link) {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  min-height: 66px;
}

.store-category-link {
  color: var(--store-accent);
  font-size: 13px;
  font-weight: 850;
}

.store-brands {
  align-items: center;
  background: var(--store-white);
  border-bottom: 1px solid var(--store-line);
  border-top: 1px solid var(--store-line);
  color: #7c8780;
  display: grid;
  font-size: 18px;
  font-weight: 900;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: var(--store-max);
  padding: 30px 24px;
  text-align: center;
}

.store-footer {
  background: #10110f;
  border-top: 0;
  color: var(--store-white);
  padding: 54px 32px 28px;
}

.store-footer-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.store-footer-grid > div {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 360px;
}

.store-footer p {
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  max-width: 360px;
}

.store-footer h3 {
  color: var(--store-white);
  letter-spacing: 0;
  margin: 0 0 12px;
}

.store-footer h3 {
  font-size: 17px;
}

.store-footer a,
.store-footer span {
  color: rgba(255, 255, 255, 0.72);
}

.store-footer a:hover {
  color: var(--store-white);
}

.store-footer .store-footer-withdrawal {
  background: var(--store-green);
  color: var(--store-white);
  font-weight: 800;
  margin-top: 5px;
  padding: 9px 12px;
}

.store-footer .store-footer-withdrawal:hover {
  background: var(--store-green-bright);
  color: var(--store-white);
}

.store-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  margin-top: 34px;
  padding-top: 22px;
}

.store-commerce-main,
.store-content-main {
  margin: 0 auto;
  max-width: var(--store-max);
  padding: 54px 24px 88px;
}

.store-content-main {
  max-width: 960px;
}

.store-page-header h1,
.store-not-found h1,
.woocommerce-products-header__title,
.woocommerce div.product .product_title,
.woocommerce .cart_totals h2,
.woocommerce-checkout h3 {
  color: var(--store-ink);
  font-weight: 850;
  line-height: 1.12;
}

.store-page-header h1,
.woocommerce-products-header__title {
  font-size: 42px;
  margin: 0 0 30px;
}

.store-entry-content > * + * {
  margin-top: 20px;
}

.store-article {
  border-bottom: 1px solid var(--store-line);
  padding: 24px 0;
}

.store-article h1 {
  font-size: 28px;
  margin: 0 0 10px;
}

.woocommerce .woocommerce-breadcrumb {
  color: var(--store-muted);
  font-size: 13px;
  margin: 0 0 28px;
}

.woocommerce .woocommerce-breadcrumb span {
  margin: 0 8px;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  margin-bottom: 26px;
}

.store-subcategories {
  border-bottom: 1px solid var(--store-line);
  margin: 0 0 34px;
  padding: 0 0 34px;
}

.store-subcategories-heading {
  margin-bottom: 18px;
}

.store-subcategories-heading h2 {
  color: var(--store-ink);
  font-size: 28px;
  line-height: 1.18;
  margin: 0;
}

.store-subcategory-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.store-subcategory {
  align-items: center;
  background: var(--store-white);
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius);
  display: grid;
  gap: 13px;
  grid-template-columns: 44px minmax(0, 1fr) 22px;
  min-height: 88px;
  padding: 15px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.store-subcategory:hover {
  border-color: #9eb2a7;
  box-shadow: 0 10px 28px rgba(17, 22, 19, 0.09);
  transform: translateY(-2px);
}

.store-subcategory-icon {
  align-items: center;
  background: var(--store-green);
  border-radius: 5px;
  color: var(--store-white);
  display: flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.store-subcategory-icon .dashicons {
  font-size: 23px;
  height: 23px;
  width: 23px;
}

.store-subcategory-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.store-subcategory-copy strong {
  color: var(--store-ink);
  font-size: 15px;
  line-height: 1.25;
}

.store-subcategory-copy > span {
  color: var(--store-muted);
  font-size: 12px;
  margin-top: 3px;
}

.store-subcategory-arrow {
  color: var(--store-accent);
  font-size: 21px;
  height: 21px;
  width: 21px;
}

.woocommerce .woocommerce-ordering select {
  background: var(--store-white);
  border: 1px solid var(--store-line);
  border-radius: 4px;
  min-height: 42px;
  padding: 8px 36px 8px 12px;
}

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

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

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  background: var(--store-white);
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius);
  display: flex;
  flex-direction: column;
  float: none;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  padding: 0 0 18px;
  position: relative;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  width: auto;
}

.woocommerce ul.products li.product:hover {
  border-color: #b8c4bd;
  box-shadow: var(--store-shadow);
  transform: translateY(-2px);
}

.woocommerce ul.products li.product a img {
  aspect-ratio: 1 / 1;
  background: var(--store-paper);
  margin: 0 0 16px;
  object-fit: contain;
  padding: 16px;
  width: 100%;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .star-rating,
.woocommerce ul.products li.product .button {
  margin-left: 18px;
  margin-right: 18px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--store-ink);
  font-size: 16px;
  line-height: 1.35;
  min-height: 44px;
  padding: 0;
}

.woocommerce ul.products li.product .price {
  color: var(--store-green);
  font-size: 17px;
  font-weight: 850;
  margin-bottom: 14px;
}

.woocommerce ul.products li.product .button {
  background: var(--store-green);
  color: var(--store-white);
  margin-top: auto;
  min-height: 42px;
  padding: 11px 14px;
}

.woocommerce ul.products li.product .button:hover {
  background: var(--store-green-bright);
  color: var(--store-white);
}

.woocommerce span.onsale {
  background: var(--store-accent);
  border-radius: 3px;
  color: var(--store-ink);
  font-size: 12px;
  font-weight: 900;
  left: 12px;
  line-height: 1;
  min-height: 0;
  min-width: 0;
  padding: 8px 10px;
  right: auto;
  top: 12px;
}

.woocommerce div.product {
  display: flow-root;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  margin-bottom: 56px;
}

.woocommerce div.product div.images img {
  background: var(--store-paper);
  border-radius: var(--store-radius);
}

.woocommerce div.product .product_title {
  font-size: 40px;
  margin-bottom: 16px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--store-green);
  font-size: 28px;
  font-weight: 900;
}

.woocommerce div.product form.cart {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.woocommerce .quantity .qty {
  border: 1px solid var(--store-line);
  border-radius: 4px;
  min-height: 48px;
  width: 76px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  border-bottom: 1px solid var(--store-line);
  margin: 0 0 30px;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: transparent;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  margin: 0 24px 0 0;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: transparent;
  border-bottom-color: var(--store-green);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 13px 0;
}

.woocommerce table.shop_table {
  border: 1px solid var(--store-line);
  border-collapse: collapse;
  border-radius: var(--store-radius);
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-color: var(--store-line);
  padding: 14px;
}

.woocommerce-cart table.cart img {
  width: 82px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  background: var(--store-paper);
  border-radius: var(--store-radius);
  padding: 24px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
  background: var(--store-white);
  border: 1px solid #cbd3ce;
  border-radius: 4px;
  min-height: 46px;
  padding: 10px 12px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 24px;
  padding: 0;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
  border-color: var(--store-green);
  box-shadow: 0 0 0 3px rgba(14, 74, 60, 0.1);
  outline: 0;
}

.woocommerce-checkout #payment {
  background: var(--store-paper);
  border-radius: var(--store-radius);
}

.woocommerce-checkout #payment ul.payment_methods,
.woocommerce-checkout #payment div.form-row {
  border-color: var(--store-line);
  padding: 20px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background: var(--store-paper);
  border-top-color: var(--store-green-bright);
  color: var(--store-text);
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: var(--store-green-bright);
}

.woocommerce-error {
  border-top-color: var(--store-danger);
}

.woocommerce-error::before {
  color: var(--store-danger);
}

.woocommerce nav.woocommerce-pagination ul {
  border: 0;
  display: flex;
  gap: 6px;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  align-items: center;
  border: 1px solid var(--store-line);
  border-radius: 4px;
  display: flex;
  height: 42px;
  justify-content: center;
  min-width: 42px;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: var(--store-green);
  color: var(--store-white);
}

@media (max-width: 1120px) {
  .store-header-main {
    grid-template-columns: 220px minmax(220px, 1fr) auto;
    gap: 18px;
  }

  .store-category-grid,
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .store-category {
    aspect-ratio: 1.15;
  }

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

  .store-benefits > div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--store-line);
  }

  .store-benefits > div:nth-child(4) {
    border-top: 1px solid var(--store-line);
  }
}

@media (max-width: 820px) {
  body.admin-bar .store-header {
    top: 46px;
  }

  .store-announcement {
    padding-left: 16px;
    padding-right: 16px;
  }

  .store-header-main {
    grid-template-columns: 1fr auto;
    min-height: 72px;
    padding: 12px 16px;
  }

  .store-brand img,
  .store-brand .custom-logo {
    height: 36px;
  }

  .store-brand-title,
  .store-search,
  .store-action > span:last-child {
    display: none;
  }

  .store-header-actions {
    gap: 3px;
  }

  .store-action {
    min-height: 44px;
    min-width: 44px;
    padding: 4px;
  }

  .store-cart-count {
    right: -1px;
  }

  .store-menu-toggle {
    display: flex;
  }

  .store-primary-nav {
    align-items: stretch;
    background: var(--store-white);
    display: none;
    flex-direction: column;
    padding: 8px 16px 16px;
    position: absolute;
    top: 100%;
    width: 100%;
  }

  .store-primary-nav.is-open {
    display: flex;
  }

  .store-menu {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }

  .store-menu a,
  .store-back-link {
    border-bottom: 1px solid var(--store-line);
    padding: 13px 2px;
  }

  .store-hero {
    min-height: 570px;
  }

  .store-hero-video {
    object-position: center;
  }

  .store-hero::before {
    background: linear-gradient(90deg, rgba(5, 12, 8, 0.88), rgba(5, 12, 8, 0.4));
  }

  .store-hero-content {
    padding: 70px 20px 76px;
  }

  .store-hero h1 {
    font-size: 43px;
    max-width: 570px;
  }

  .store-hero-content > p:not(.store-eyebrow) {
    font-size: 18px;
  }

  .store-section {
    padding: 60px 18px;
  }

  .store-section-soft {
    padding-left: 18px;
    padding-right: 18px;
  }

  .store-section-heading h2 {
    font-size: 32px;
  }

  .store-category-copy > strong {
    font-size: 25px;
  }

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

  .store-commerce-main,
  .store-content-main {
    padding: 42px 18px 70px;
  }

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

@media (max-width: 560px) {
  .store-announcement span {
    display: none;
  }

  .store-announcement {
    justify-content: center;
  }

  .store-hero {
    min-height: 540px;
  }

  .store-hero::before {
    background: rgba(5, 12, 8, 0.62);
  }

  .store-hero h1 {
    font-size: 36px;
  }

  .store-hero-actions,
  .store-button {
    width: 100%;
  }

  .store-benefits,
  .store-category-grid,
  .store-brands,
  .store-subcategory-grid,
  .store-footer-grid {
    grid-template-columns: 1fr;
  }

  .woocommerce ul.products {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    box-sizing: border-box;
    float: none !important;
    padding-bottom: 12px;
    width: 100% !important;
  }

  .woocommerce ul.products li.product a img {
    margin-bottom: 10px;
    padding: 8px;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product .price,
  .woocommerce ul.products li.product .star-rating,
  .woocommerce ul.products li.product .button {
    margin-left: 10px;
    margin-right: 10px;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 14px;
    line-height: 1.32;
    min-height: 74px;
    overflow-wrap: anywhere;
  }

  .woocommerce ul.products li.product .price {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .woocommerce ul.products li.product .button {
    align-items: center;
    display: flex;
    font-size: 12px;
    justify-content: center;
    line-height: 1.2;
    min-height: 42px;
    padding: 8px 6px;
    text-align: center;
    white-space: normal;
  }

  .store-benefits > div + div,
  .store-benefits > div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--store-line);
  }

  .store-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .store-category {
    aspect-ratio: 0.95;
  }

  .store-category-copy > span:not(.store-category-link) {
    min-height: 0;
  }

  .store-brands {
    gap: 15px;
  }

  .store-footer-bottom {
    flex-direction: column;
    gap: 8px;
  }

  .woocommerce div.product .product_title,
  .store-page-header h1,
  .woocommerce-products-header__title {
    font-size: 33px;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: block;
    margin-right: 0;
  }
}

@media (max-width: 350px) {
  .woocommerce ul.products {
    gap: 7px;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 13px;
  }
}

/* Shared ENETZ logo color: #364F41. */
.store-brand-logo {
  background-color: #364f41;
  -webkit-mask: url("/uploads/imported/enetz-logo-full.png") left center / contain no-repeat;
  mask: url("/uploads/imported/enetz-logo-full.png") left center / contain no-repeat;
}

.store-brand-logo img {
  opacity: 0;
}
