:root {
  --ourway-blue: #0b5aa6;
  --ourway-blue-dark: #084c8c;
  --ourway-blue-light: #1b72d0;
  --ourway-orange: #f6a019;
  --ourway-text: #1f2937;
  --ourway-muted: #6b7280;
  --ourway-border: #e5e7eb;
  --ourway-bg: #f3f4f6;
  --ourway-card: #ffffff;
}

body.ourway-theme {
  background: var(--ourway-bg);
  color: var(--ourway-text);
  font-family: Arial, Helvetica, sans-serif;
}

.ourway-header {
  background: var(--ourway-blue);
  color: #fff;
}

.ourway-topbar {
  background: var(--ourway-blue-dark);
  font-size: 13px;
}

.ourway-topbar-inner,
.ourway-brand-inner,
.ourway-newsletter-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.ourway-topbar-inner,
.ourway-brand-inner {
  min-height: 42px;
}

.ourway-brand-row {
  padding: 18px 0;
}

.ourway-logo-text,
.ourway-footer-logo {
  font-size: 40px;
  font-weight: 800;
  color: var(--ourway-orange);
  letter-spacing: 1px;
}

.ourway-search-wrap {
  flex: 1;
  max-width: 760px;
}

.ourway-nav-row {
  background: var(--ourway-blue-light);
  border-top: 1px solid rgba(255,255,255,.15);
}

.ourway-nav-row .top-menu {
  margin-bottom: 0;
}

.ourway-nav-row .top-menu a {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}

.ourway-container {
  padding-top: 16px;
  padding-bottom: 24px;
}

#left-column .block-categories,
#left-column .block,
#left-column .products,
.ourway-product-card,
.product-buy-box,
.product-tabs-row,
.ourway-top-info,
.ourway-hero,
.ourway-home-note {
  background: var(--ourway-card);
  border: 1px solid var(--ourway-border);
}

#left-column .block-title,
.block-categories .h6 {
  background: var(--ourway-blue);
  color: #fff;
  padding: 14px 16px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}

#left-column .category-sub-menu li,
#left-column .block .products li,
#left-column .links li {
  border-bottom: 1px solid var(--ourway-border);
  padding: 12px 14px;
}

.ourway-top-info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-bottom: 18px;
}

.ourway-info-box {
  padding: 14px 18px;
  font-weight: 700;
  border-right: 1px solid var(--ourway-border);
}

.ourway-info-box small {
  display: block;
  color: var(--ourway-muted);
  font-weight: 400;
}

.ourway-hero {
  margin-bottom: 16px;
  overflow: hidden;
}

.ourway-hero img {
  width: 100%;
  display: block;
  height: auto;
}

.ourway-home-note {
  margin-bottom: 24px;
  text-align: center;
  padding: 18px;
}

.ourway-products-section h2,
.products-section-title,
.featured-products h2,
.product-accessories h2 {
  font-size: 32px;
  margin-bottom: 16px;
  font-weight: 800;
}

.ourway-product-card {
  padding: 12px;
  height: 100%;
}

.ourway-product-card .thumbnail-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ourway-product-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: contain;
  background: #fff;
}

.ourway-product-card .product-title {
  font-size: 18px;
  line-height: 1.3;
  margin-top: 12px;
  min-height: 48px;
}

.ourway-product-card .product-title a {
  color: #111827;
}

.ourway-product-card .price {
  color: var(--ourway-blue);
  font-weight: 700;
}

.ourway-product-page .product-main-row {
  background: var(--ourway-card);
  border: 1px solid var(--ourway-border);
  padding: 24px;
  margin-bottom: 20px;
}

.ourway-product-page .product-title {
  font-size: 46px;
  line-height: 1.05;
  font-weight: 800;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.product-buy-box {
  padding: 18px;
}

.product-tabs-row {
  padding: 20px;
}

.tabs .nav-tabs .nav-link.active,
.product-tabs .nav-link.active {
  border-bottom: 3px solid var(--ourway-blue);
  font-weight: 700;
}

.ourway-newsletter-row {
  background: #efefef;
  padding: 34px 0;
  margin-top: 36px;
}

.ourway-newsletter-title {
  font-size: 28px;
  font-weight: 700;
}

.ourway-footer-main {
  background: var(--ourway-blue);
  color: #fff;
  padding: 42px 0;
}

.footer-col-title {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 18px;
}

.ourway-footer-main a,
.ourway-footer-main li,
.ourway-footer-main p {
  color: #dbeafe;
}

.footer-links,
.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li,
.footer-contact-list li {
  margin-bottom: 10px;
}

.btn-primary,
.btn.btn-primary,
button.btn-primary {
  background: var(--ourway-orange);
  border-color: var(--ourway-orange);
}

.btn-primary:hover,
.btn-primary:focus {
  filter: brightness(.95);
}

.category-header-inner,
.cart-page,
.checkout-page,
.pagination-wrapper,
.cart-footer-box,
.checkout-sidebar-box {
  background: var(--ourway-card);
  border: 1px solid var(--ourway-border);
  padding: 20px;
}

.category-title,
.cart-page h1,
.checkout-page h1 {
  font-size: 34px;
  font-weight: 800;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.category-description {
  color: var(--ourway-muted);
}

.products-selection,
.pagination {
  background: transparent;
}

.product-miniature .thumbnail-container {
  border: 1px solid var(--ourway-border);
  background: #fff;
}

.block-categories .category-top-menu > li > a,
.block-categories .category-sub-link {
  color: #111827;
  font-weight: 700;
}

.block-categories .collapse-icons .add,
.block-categories .collapse-icons .remove {
  color: var(--ourway-blue);
}

#search_widget form {
  display: flex;
  width: 100%;
}

#search_widget input[type="text"] {
  border: 0;
  border-radius: 0;
  min-height: 46px;
}

#search_widget button[type="submit"] {
  min-width: 58px;
  border-radius: 0;
  background: var(--ourway-orange);
  border-color: var(--ourway-orange);
}

.product-cover img,
.js-qv-product-cover,
.product-images img {
  background: #fff;
}

.tabs {
  background: #fff;
}

.nav-tabs {
  border-bottom: 1px solid var(--ourway-border);
}

.nav-tabs .nav-link {
  color: #111827;
  font-weight: 700;
}

.footer-container,
#footer {
  margin-top: 0;
}

.ourway-top10-list {
  margin: 0;
  padding: 16px 18px 16px 34px;
}

.ourway-top10-list li {
  margin-bottom: 10px;
  line-height: 1.35;
  font-weight: 600;
}

.ourway-info-alert {
  color: #d60000;
}

.ourway-info-ship {
  color: #1d4ed8;
}

@media (max-width: 991px) {
  .ourway-brand-inner,
  .ourway-topbar-inner,
  .ourway-newsletter-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .ourway-top-info {
    grid-template-columns: 1fr 1fr;
  }

  .ourway-product-page .product-title {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .ourway-top-info {
    grid-template-columns: 1fr;
  }

  .ourway-products-section h2,
  .featured-products h2,
  .product-accessories h2 {
    font-size: 24px;
  }

  .ourway-product-page .product-title {
    font-size: 28px;
  }

  #left-column {
    margin-bottom: 20px;
  }

  .category-title,
  .cart-page h1,
  .checkout-page h1 {
    font-size: 26px;
  }
}
