/*
Theme Name: Osmanli Store
Template: storefront
Version: 1.4.0
*/

:root {
  --oe-ink: #151b1b;
  --oe-muted: #68716e;
  --oe-line: #dde2dd;
  --oe-paper: #f4f6f4;
  --oe-panel: #ffffff;
  --oe-teal: #126b64;
  --oe-dark: #083d39;
  --oe-gold: #d7a640;
  --oe-orange: #f08a24;
  --oe-copper: #b56b32;
  --oe-shadow: 0 18px 45px rgba(21, 27, 27, 0.11);
}

body {
  background: var(--oe-paper);
  color: var(--oe-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: var(--oe-dark);
}

.col-full {
  max-width: 1280px;
}

.site-header,
.storefront-primary-navigation {
  display: none;
}

.oe-market-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  box-shadow: 0 8px 28px rgba(21, 27, 27, 0.08);
}

.admin-bar .oe-market-header {
  top: 32px;
}

.oe-topbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 8px max(18px, calc((100vw - 1280px) / 2));
  background: var(--oe-dark);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.85rem;
  font-weight: 750;
}

.oe-header-main {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(320px, 1.25fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px max(18px, calc((100vw - 1280px) / 2));
}

.oe-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.oe-logo-mark {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  padding: 3px;
  border: 1px solid rgba(215, 166, 64, 0.4);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 241, 229, 0.9));
  box-shadow: 0 12px 28px rgba(8, 61, 57, 0.12);
}

.oe-logo-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.oe-logo strong {
  display: block;
  color: var(--oe-ink);
  font-size: 1.3rem;
  font-weight: 950;
  line-height: 1.1;
}

.oe-logo small {
  display: block;
  color: var(--oe-muted);
  font-weight: 750;
}

.oe-search form,
.site-search form {
  display: flex;
  width: 100%;
}

.oe-search input[type=search],
.oe-search input[type=text] {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 2px solid var(--oe-orange);
  border-radius: 8px 0 0 8px;
  background: #fff;
  box-shadow: none;
}

.oe-search button,
.oe-search input[type=submit] {
  min-width: 112px;
  border-radius: 0 8px 8px 0;
  background: var(--oe-orange);
  color: #fff;
  font-weight: 950;
}

.oe-actions {
  display: flex;
  gap: 10px;
}

.oe-actions a {
  display: grid;
  gap: 2px;
  min-width: 136px;
  padding: 10px 12px;
  border: 1px solid var(--oe-line);
  border-radius: 8px;
  background: #fff;
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.oe-actions a:hover {
  border-color: rgba(240, 138, 36, 0.62);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(21, 27, 27, 0.08);
}

.oe-actions strong {
  color: var(--oe-ink);
  font-size: 0.95rem;
  font-weight: 950;
}

.oe-actions small {
  color: var(--oe-muted);
  font-size: 0.78rem;
  font-weight: 750;
}

.oe-category-nav {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 0 max(18px, calc((100vw - 1280px) / 2)) 14px;
}

.oe-category-nav a {
  flex: 0 0 auto;
  padding: 10px 14px;
  border: 1px solid var(--oe-line);
  border-radius: 999px;
  background: #f8faf8;
  color: var(--oe-ink);
  font-weight: 850;
  text-decoration: none;
}

.oe-category-nav a:hover {
  border-color: var(--oe-orange);
  color: var(--oe-orange);
}

.content-area,
.widget-area {
  float: none;
  width: 100%;
  margin: 0;
}

#secondary,
.right-sidebar #secondary {
  display: none;
}

.site-main {
  margin-bottom: 4rem;
}

.oe-home {
  width: min(1280px, calc(100% - 36px));
  margin: 0 auto;
  padding: 28px 0 64px;
}

.oe-home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  min-height: 560px;
  padding: clamp(26px, 5vw, 54px);
  border-radius: 16px;
  background:
    linear-gradient(120deg, rgba(8, 61, 57, 0.98), rgba(18, 107, 100, 0.76)),
    #083d39;
  color: #fff;
  box-shadow: var(--oe-shadow);
}

.oe-home-copy h1 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.45rem, 5.8vw, 5.4rem);
  line-height: 0.98;
  font-weight: 950;
}

.oe-home-copy p {
  max-width: 700px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.12rem;
}

.oe-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.oe-outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  color: #fff;
  font-weight: 950;
  text-decoration: none;
}

.oe-home-visual {
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.oe-home-visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.oe-home-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 18px 0 56px;
}

.oe-home-strip span {
  min-height: 58px;
  padding: 16px;
  border: 1px solid var(--oe-line);
  border-radius: 10px;
  background: #fff;
  color: var(--oe-muted);
  font-weight: 900;
}

.oe-home-section,
.oe-home-split {
  margin-top: 56px;
}

.oe-home-section-head {
  max-width: 820px;
  margin-bottom: 22px;
}

.oe-home-section-head h2,
.oe-home-split h2 {
  margin: 0;
  color: var(--oe-ink);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.06;
  font-weight: 950;
}

.oe-home-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.oe-home-card {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--oe-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(21, 27, 27, 0.08);
  text-decoration: none;
}

.oe-home-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.oe-home-card span {
  padding: 16px 16px 4px;
  color: var(--oe-ink);
  font-size: 1.08rem;
  font-weight: 950;
}

.oe-home-card p {
  margin: 0;
  padding: 0 16px 18px;
  color: var(--oe-muted);
  font-weight: 700;
}

.oe-home-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: clamp(24px, 5vw, 60px);
  align-items: center;
  padding: clamp(24px, 5vw, 46px);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--oe-shadow);
}

.oe-home-split p {
  color: var(--oe-muted);
  font-size: 1.04rem;
}

.oe-home-steps {
  display: grid;
  gap: 10px;
}

.oe-home-steps span {
  min-height: 54px;
  padding: 15px 16px;
  border-left: 5px solid var(--oe-orange);
  background: var(--oe-paper);
  color: var(--oe-ink);
  font-weight: 900;
}

.woocommerce-products-header {
  display: none;
}

.oe-market-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin: 28px 0 16px;
  padding: clamp(24px, 4vw, 42px);
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(8, 61, 57, 0.96), rgba(8, 61, 57, 0.72)),
    url("/wp-content/uploads/category-electrical-materials.png") center/cover;
  color: #fff;
}

.oe-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--oe-gold);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.oe-market-hero h2 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4.6vw, 4.4rem);
  line-height: 1.02;
  font-weight: 950;
}

.oe-market-hero p {
  max-width: 720px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.05rem;
}

.oe-hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 8px;
  background: var(--oe-orange);
  color: #fff;
  font-weight: 950;
  text-decoration: none;
}

.oe-shop-tools {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 0 0 16px;
}

.oe-cat-card {
  position: relative;
  min-height: 176px;
  overflow: hidden;
  border-radius: 12px;
  background: var(--oe-dark);
  box-shadow: var(--oe-shadow);
}

.oe-cat-card img {
  width: 100%;
  height: 176px;
  object-fit: cover;
  opacity: 0.92;
  transition: transform 180ms ease;
}

.oe-cat-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8, 61, 57, 0.88), rgba(8, 61, 57, 0.08));
}

.oe-cat-card span {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 1;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 950;
  line-height: 1.18;
}

.oe-cat-card:hover img {
  transform: scale(1.04);
}

.oe-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 0 0 20px;
}

.oe-benefits span {
  min-height: 54px;
  padding: 15px 16px;
  border: 1px solid var(--oe-line);
  border-radius: 10px;
  background: #fff;
  color: var(--oe-muted);
  font-weight: 850;
}

.woocommerce-result-count {
  color: var(--oe-muted);
  font-weight: 800;
}

.woocommerce-ordering select {
  min-height: 42px;
  border: 1px solid var(--oe-line);
  border-radius: 8px;
  background: #fff;
  color: var(--oe-ink);
  font-weight: 800;
}

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

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

ul.products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 0 18px;
  overflow: hidden;
  border: 1px solid var(--oe-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(21, 27, 27, 0.08);
  text-align: left;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

ul.products li.product:hover {
  transform: translateY(-3px);
  box-shadow: var(--oe-shadow);
}

ul.products li.product img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin: 0 0 14px;
}

ul.products li.product .woocommerce-loop-product__title {
  min-height: 46px;
  padding: 0 16px;
  color: var(--oe-ink);
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.25;
}

ul.products li.product .price {
  display: block;
  padding: 0 16px;
  color: var(--oe-orange);
  font-size: 1.2rem;
  font-weight: 950;
}

ul.products li.product .button,
ul.products li.product .added_to_cart {
  margin: 10px 16px 0;
  border-radius: 8px;
  background: var(--oe-dark);
  color: #fff;
  font-weight: 950;
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit],
.added_to_cart {
  border-radius: 8px;
  background: var(--oe-dark);
  color: #fff;
}

.button.alt,
button.alt,
input[type=button].alt,
input[type=reset].alt,
input[type=submit].alt {
  background: var(--oe-orange);
  color: #fff;
}

.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 24px;
}

.woocommerce-account .u-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.woocommerce-account .u-column1,
.woocommerce-account .u-column2,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-billing-fields {
  padding: 22px;
  border: 1px solid var(--oe-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(21, 27, 27, 0.06);
}

.woocommerce-account:not(.logged-in) .woocommerce {
  display: block;
}

.woocommerce-account:not(.logged-in) .u-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(320px, 1fr));
  gap: 28px;
  align-items: stretch;
  max-width: 980px;
  margin: 0 auto 4rem;
}

.woocommerce-account:not(.logged-in) .u-column1,
.woocommerce-account:not(.logged-in) .u-column2 {
  float: none !important;
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--oe-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(21, 27, 27, 0.08);
}

.woocommerce-account:not(.logged-in) .u-column1 h2,
.woocommerce-account:not(.logged-in) .u-column2 h2 {
  margin: 0 0 22px;
  color: var(--oe-ink);
  font-size: clamp(2rem, 3.5vw, 2.9rem);
  font-weight: 950;
  line-height: 1.06;
}

.woocommerce-account:not(.logged-in) form.login,
.woocommerce-account:not(.logged-in) form.register {
  margin: 0;
  padding: 0;
  border: 0;
}

.woocommerce-account:not(.logged-in) form .form-row {
  display: grid;
  gap: 7px;
  margin: 0 0 16px;
}

.woocommerce-account:not(.logged-in) form .form-row label {
  color: var(--oe-ink);
  font-weight: 850;
  line-height: 1.35;
}

.woocommerce-account:not(.logged-in) form .form-row input.input-text {
  width: 100%;
  min-height: 50px;
  padding: 10px 13px;
  border: 1px solid var(--oe-line);
  border-radius: 10px;
  background: #f8faf8;
  box-shadow: none;
}

.woocommerce-account:not(.logged-in) .show-password-input {
  top: 0.65em;
  right: 0.75em;
  display: grid;
  place-items: center;
  min-width: 38px;
  min-height: 38px;
  border-radius: 8px;
  background: var(--oe-dark);
  color: #fff;
}

.woocommerce-account:not(.logged-in) .woocommerce-form-login__rememberme {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
}

.woocommerce-account:not(.logged-in) .woocommerce-form-login__submit,
.woocommerce-account:not(.logged-in) .woocommerce-form-register__submit {
  width: 100%;
  min-height: 52px;
  margin-top: 6px;
  border-radius: 10px;
}

.woocommerce-account:not(.logged-in) .woocommerce-privacy-policy-text {
  margin: 14px 0;
  padding: 14px;
  border-radius: 10px;
  background: var(--oe-paper);
  color: var(--oe-muted);
  font-size: 0.94rem;
  font-weight: 650;
}

.woocommerce-account:not(.logged-in) .lost_password {
  margin: 14px 0 0;
}

.oe-store-shell {
  width: min(1280px, calc(100% - 36px));
  margin: 0 auto;
  padding: 28px 0 64px;
}

.oe-store-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: clamp(24px, 5vw, 46px);
  border-radius: 18px;
  background:
    linear-gradient(115deg, rgba(8, 61, 57, 0.96), rgba(18, 107, 100, 0.72)),
    url("/wp-content/uploads/category-ges-solar.png") center/cover;
  color: #fff;
  box-shadow: var(--oe-shadow);
}

.oe-store-hero .oe-hero-button {
  white-space: nowrap;
}

.oe-store-hero h1 {
  max-width: 840px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.5rem, 5.7vw, 5.5rem);
  line-height: 0.98;
  font-weight: 950;
}

.oe-store-hero p {
  max-width: 760px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.08rem;
}

.oe-store-cats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 18px 0;
}

.oe-store-cat {
  position: relative;
  min-height: 180px;
  overflow: hidden;
  border-radius: 14px;
  background: var(--oe-dark);
  box-shadow: var(--oe-shadow);
}

.oe-store-cat img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  opacity: 0.9;
  transition: transform 180ms ease;
}

.oe-store-cat::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8, 61, 57, 0.9), rgba(8, 61, 57, 0.08));
}

.oe-store-cat span {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 1;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 950;
}

.oe-store-cat:hover img {
  transform: scale(1.04);
}

.oe-store-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 22px;
}

.oe-store-benefits span {
  min-height: 56px;
  padding: 16px;
  border: 1px solid var(--oe-line);
  border-radius: 12px;
  background: #fff;
  color: var(--oe-muted);
  font-weight: 900;
}

.oe-store-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin: 0 0 18px;
}

.oe-store-count {
  margin: 0;
  color: var(--oe-muted);
  font-weight: 900;
}

.oe-store-ordering {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0;
}

.oe-store-ordering label {
  margin: 0;
  color: var(--oe-muted);
  font-weight: 900;
}

.oe-store-ordering select {
  min-height: 42px;
  border: 1px solid var(--oe-line);
  border-radius: 10px;
  background: #fff;
  color: var(--oe-ink);
  font-weight: 850;
}

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

.oe-store-shell ul.products::before,
.oe-store-shell ul.products::after {
  display: none;
}

.oe-product-card {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid var(--oe-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(21, 27, 27, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.oe-product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--oe-shadow);
}

.oe-product-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin: 0;
  transition: transform 180ms ease;
}

.oe-product-card:hover .oe-product-image img {
  transform: scale(1.035);
}

.oe-product-body {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.oe-product-tag {
  width: fit-content;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(240, 138, 36, 0.11);
  color: var(--oe-orange);
  font-size: 0.78rem;
  font-weight: 950;
}

.oe-product-title {
  min-height: 46px;
  color: var(--oe-ink);
  font-size: 1.04rem;
  font-weight: 950;
  line-height: 1.25;
  text-decoration: none;
}

.oe-product-price {
  color: var(--oe-orange);
  font-size: 1.18rem;
  font-weight: 950;
}

.oe-product-body .button {
  width: 100%;
  margin: 2px 0 0 !important;
  border-radius: 10px;
  text-align: center;
}

.oe-store-shell .woocommerce-pagination {
  margin-top: 28px;
}

.oe-store-shell nav.woocommerce-pagination ul {
  border: 0;
}

.oe-store-shell nav.woocommerce-pagination ul li {
  border: 0;
  margin: 0 3px;
}

.oe-store-shell nav.woocommerce-pagination ul li a,
.oe-store-shell nav.woocommerce-pagination ul li span {
  min-width: 42px;
  min-height: 42px;
  border-radius: 10px;
  background: #fff;
  color: var(--oe-ink);
  font-weight: 900;
}

.oe-store-shell nav.woocommerce-pagination ul li span.current {
  background: var(--oe-orange);
  color: #fff;
}

.oe-auth-page {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(400px, 450px);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
  width: min(1160px, calc(100% - 36px));
  margin: 32px auto 72px;
  padding: clamp(24px, 5vw, 48px);
  border-radius: 18px;
  background:
    linear-gradient(115deg, rgba(8, 61, 57, 0.96), rgba(8, 61, 57, 0.74)),
    url("/wp-content/uploads/category-camera-security.png") center/cover;
  box-shadow: var(--oe-shadow);
}

.oe-auth-intro {
  min-width: 0;
}

.oe-auth-intro h1 {
  display: grid;
  gap: 6px;
  max-width: 560px;
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 2.55vw, 2.85rem) !important;
  line-height: 1.12 !important;
  font-weight: 950;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.18);
}

.oe-auth-intro h1 span {
  display: block;
  overflow-wrap: normal;
  word-break: normal;
}

.oe-auth-intro p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.08rem;
}

.oe-auth-card {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.2);
}

.oe-auth-card h2 {
  margin: 0 0 20px;
  color: var(--oe-ink);
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 950;
}

.oe-auth-card label {
  display: block;
  margin: 12px 0 7px;
  color: var(--oe-ink);
  font-weight: 850;
}

.oe-auth-card input.input-text {
  width: 100%;
  min-height: 50px;
  padding: 10px 13px;
  border: 1px solid var(--oe-line);
  border-radius: 10px;
  background: #f8faf8;
  box-shadow: none;
}

.oe-auth-card input.input-text:focus,
.oe-search input[type=search]:focus,
.oe-search input[type=text]:focus {
  border-color: var(--oe-gold);
  outline: 3px solid rgba(215, 166, 64, 0.22);
}

.oe-auth-card .button {
  width: 100%;
  min-height: 52px;
  margin-top: 18px;
  border-radius: 10px;
}

.oe-auth-note {
  margin: 14px 0 0;
  padding: 14px;
  border-radius: 10px;
  background: var(--oe-paper);
  color: var(--oe-muted);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.5;
}

.oe-auth-link,
.oe-auth-switch {
  display: block;
  margin-top: 14px;
  color: var(--oe-muted);
  font-weight: 750;
}

.oe-auth-switch a,
.oe-auth-link {
  color: var(--oe-orange);
}

.site-footer {
  background: var(--oe-dark);
  color: rgba(255, 255, 255, 0.78);
}

.site-footer a {
  color: #fff;
}

@media (max-width: 1024px) {
  .oe-header-main {
    grid-template-columns: 1fr;
  }

  .oe-actions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .oe-market-hero,
  .oe-home-hero,
  .oe-home-split,
  .woocommerce-account .woocommerce,
  .woocommerce-account .u-columns {
    grid-template-columns: 1fr;
  }

  .oe-shop-tools,
  .oe-benefits,
  .oe-home-strip,
  .oe-home-cards,
  .oe-store-cats,
  .oe-store-benefits,
  .oe-store-shell ul.products,
  ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .oe-store-hero,
  .oe-auth-page {
    grid-template-columns: 1fr;
  }

  .oe-auth-intro h1 {
    max-width: 760px;
  }
}

@media (max-width: 640px) {
  .admin-bar .oe-market-header {
    top: 0;
  }

  .oe-topbar {
    display: none;
  }

  .oe-header-main {
    padding: 14px 12px;
  }

  .oe-logo strong {
    font-size: 1.05rem;
  }

  .oe-search form {
    display: grid;
    grid-template-columns: 1fr auto;
  }

  .oe-search button,
  .oe-search input[type=submit] {
    min-width: 76px;
  }

  .oe-category-nav {
    padding-right: 12px;
    padding-left: 12px;
  }

  .oe-shop-tools,
  .oe-benefits,
  .oe-home-strip,
  .oe-home-cards,
  .oe-store-cats,
  .oe-store-benefits,
  .oe-store-shell ul.products,
  ul.products {
    grid-template-columns: 1fr;
  }

  .oe-actions {
    grid-template-columns: 1fr;
  }

  .oe-actions a {
    min-width: 0;
  }

  .oe-home {
    width: calc(100% - 24px);
    padding-top: 16px;
  }

  .oe-home-hero {
    min-height: auto;
    padding: 24px 18px;
  }

  .oe-market-hero {
    margin-top: 16px;
    padding: 24px 18px;
  }

  .oe-store-shell {
    width: calc(100% - 24px);
    padding-top: 16px;
  }

  .oe-store-hero,
  .oe-auth-page {
    padding: 24px 18px;
    border-radius: 14px;
  }

  .oe-store-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }
}
