.commerce-header .header-main {
  padding-top: 18px;
}

.commerce-header .header-area-4-inner {
  min-height: 76px;
  gap: 18px;
}

.commerce-header .header-logo img {
  max-width: 178px;
}

.commerce-header .main-menu > ul {
  gap: 4px;
}

.commerce-header .main-menu > ul > li > a {
  font-size: 15px;
  font-weight: 700;
  color: #10233f;
  padding: 28px 14px;
}

.commerce-header .main-menu > ul > li > a:hover,
.commerce-header .main-menu > ul > li.active > a {
  color: #e6812d;
}

.commerce-header .header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.commerce-cart-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #d9e2ee;
  border-radius: 999px;
  padding: 10px 15px;
  color: #002745;
  background: #fff;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 6px 18px rgba(15, 23, 42, .05);
}

.commerce-cart-link:hover {
  color: #fff;
  background: #002745;
  border-color: #002745;
}

.commerce-cart-count {
  min-width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #e6812d;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.commerce-header .side-toggle {
  width: 44px;
  height: 44px;
  border: 1px solid #d9e2ee;
  border-radius: 999px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.commerce-header .side-toggle i {
  color: #002745;
  font-size: 18px;
}

.commerce-mobile-actions {
  margin-top: 24px;
  display: grid;
  gap: 10px;
}

.commerce-mobile-actions a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  border-radius: 10px;
  background: #f8fafc;
  color: #002745;
  font-weight: 800;
  text-decoration: none;
}

.commerce-footer .cta-area-3-inner {
  padding-top: 80px;
  padding-bottom: 36px;
}

.commerce-footer-grid {
  display: grid;
  grid-template-columns: 1.25fr .9fr 1fr 1fr;
  gap: 34px;
  padding: 56px 0;
}

.commerce-footer-brand {
  width: max-content;
  max-width: 210px;
  display: inline-flex;
  align-items: center;
  border-radius: 12px;
  background: #fff;
  padding: 12px 16px;
  margin-bottom: 18px;
}

.commerce-footer-logo {
  width: 178px;
  max-width: 100%;
}

.commerce-footer-title {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  margin: 0 0 16px;
}

.commerce-footer-text,
.commerce-footer-list a,
.commerce-footer-list span {
  color: rgba(255, 255, 255, .74);
  font-size: 14px;
  line-height: 1.65;
}

.commerce-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 9px;
}

.commerce-footer-list a {
  text-decoration: none;
}

.commerce-footer-list a:hover {
  color: #e6812d;
}

.payment-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.payment-logo {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  padding: 7px 10px;
  background: #fff;
  color: #002745;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0;
}

.payment-logo i {
  font-size: 24px;
}

.payment-logo.paytr {
  color: #e6812d;
}

.payment-logo.troy {
  color: #1c4d8f;
}

.commerce-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
}

.commerce-footer-bottom.has-payment-logo {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(360px, 700px) minmax(220px, 1fr);
  gap: 24px;
}

.footer-bottom-payment-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 10px;
  padding: 10px 18px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .16);
}

.footer-bottom-payment-logo img {
  display: block;
  width: min(100%, 660px);
  height: auto;
  aspect-ratio: 1607 / 237;
  object-fit: contain;
}

.commerce-footer-bottom a {
  color: rgba(255, 255, 255, .78);
  text-decoration: none;
}

.commerce-footer-bottom a:hover {
  color: #e6812d;
}

.commerce-footer-bottom-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 14px;
}

.home-shop-area {
  background: #f8fafc;
  padding: 78px 0 90px;
  border-top: 1px solid #e7eef6;
}

.home-shop-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.home-shop-kicker span {
  display: inline-flex;
  align-items: center;
  border-left: 4px solid #e6812d;
  padding-left: 12px;
  color: #e6812d;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
}

.home-shop-kicker a,
.home-product-detail {
  color: #002745;
  font-weight: 800;
  text-decoration: none;
}

.home-shop-kicker a:hover,
.home-product-detail:hover {
  color: #e6812d;
}

.home-shop-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 26px;
}

.home-shop-header h2 {
  color: #002745;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.04;
  font-weight: 900;
  margin: 0 0 14px;
}

.home-shop-header p {
  max-width: 720px;
  color: #64748b;
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
}

.home-shop-cart {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  background: #002745;
  color: #fff;
  padding: 14px 22px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.home-shop-cart:hover {
  background: #e6812d;
  color: #fff;
}

.home-category-strip {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 4px 0 18px;
  margin-bottom: 24px;
  scrollbar-width: none;
}

.home-category-strip::-webkit-scrollbar {
  display: none;
}

.home-category-strip a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #d9e2ee;
  border-radius: 999px;
  background: #fff;
  color: #334155;
  padding: 10px 16px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.home-category-strip a.active,
.home-category-strip a:hover {
  background: #002745;
  border-color: #002745;
  color: #fff;
}

.home-category-strip span {
  min-width: 23px;
  height: 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f1f5f9;
  color: #002745;
  font-size: 12px;
}

.home-product-section {
  margin-top: 54px;
}

.home-product-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.home-product-section-head h3 {
  color: #002745;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.1;
  font-weight: 900;
  margin: 0 0 8px;
}

.home-product-section-head p {
  color: #64748b;
  margin: 0;
}

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

.home-product-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e4eaf2;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .05);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.home-product-card:hover {
  transform: translateY(-5px);
  border-color: rgba(230, 129, 45, .42);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .09);
}

.home-product-image {
  position: relative;
  aspect-ratio: 1 / .82;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 24px;
  border-bottom: 1px solid #f1f5f9;
}

.home-product-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform .25s ease;
}

.home-product-card:hover .home-product-image img {
  transform: scale(1.04);
}

.home-product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  border-radius: 999px;
  background: #fff7ed;
  color: #c56d1f;
  border: 1px solid #fed7aa;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 900;
}

.home-product-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.home-product-meta,
.home-product-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.home-product-meta {
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.home-product-title {
  min-height: 62px;
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.28;
  font-weight: 900;
}

.home-product-title a {
  color: #002745;
  text-decoration: none;
}

.home-product-title a:hover {
  color: #e6812d;
}

.home-product-price {
  color: #e6812d;
  font-size: 19px;
}

.home-product-form {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 9px;
  margin-top: 16px;
}

.home-product-form input {
  width: 100%;
  border: 1px solid #d1d9e6;
  border-radius: 9px;
  padding: 10px;
  color: #0f172a;
}

.home-product-form button {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 9px;
  background: #002745;
  color: #fff;
  padding: 10px 12px;
  font-weight: 900;
  cursor: pointer;
}

.home-product-form button:hover {
  background: #e6812d;
}

.legal-page {
  padding: 150px 0 90px;
  background: #f8fafc;
}

.legal-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 28px;
  align-items: start;
}

.legal-card,
.legal-side-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  box-shadow: 0 12px 35px rgba(15, 23, 42, .06);
}

.legal-card {
  padding: 36px;
  color: #334155;
  line-height: 1.78;
}

.legal-card h1 {
  color: #002745;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
  font-weight: 900;
  margin: 0 0 18px;
}

.legal-card h2 {
  color: #002745;
  font-size: 22px;
  font-weight: 900;
  margin: 34px 0 12px;
}

.legal-card h3 {
  color: #0f172a;
  font-size: 18px;
  font-weight: 900;
  margin: 24px 0 10px;
}

.legal-card p {
  margin: 0 0 14px;
}

.legal-card ul,
.legal-card ol {
  margin: 0 0 18px 20px;
  padding: 0;
}

.legal-card li {
  margin-bottom: 8px;
}

.legal-note {
  border-left: 4px solid #e6812d;
  background: #fff7ed;
  color: #7c2d12;
  padding: 14px 16px;
  border-radius: 10px;
  margin: 22px 0;
  font-weight: 700;
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0 24px;
  overflow: hidden;
  border-radius: 10px;
}

.legal-table th,
.legal-table td {
  border: 1px solid #e2e8f0;
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
}

.legal-table th {
  width: 34%;
  background: #f8fafc;
  color: #002745;
  font-weight: 900;
}

.legal-side-card {
  position: sticky;
  top: 120px;
  padding: 22px;
}

.legal-side-card h2 {
  color: #002745;
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 12px;
}

.legal-side-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.legal-side-card a {
  display: block;
  color: #334155;
  text-decoration: none;
  font-weight: 800;
}

.legal-side-card a:hover {
  color: #e6812d;
}

.checkout-legal-help {
  grid-column: 1 / -1;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 14px 16px;
  color: #475569;
  line-height: 1.6;
}

@media (max-width: 1199px) {
  .commerce-header .header-actions {
    margin-left: auto;
  }

  .commerce-header .header-nav {
    display: none;
  }
}

@media (max-width: 991px) {
  .commerce-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-shop-header {
    grid-template-columns: 1fr;
  }

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

  .legal-shell {
    grid-template-columns: 1fr;
  }

  .legal-side-card {
    position: static;
  }

  .commerce-footer-bottom.has-payment-logo {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .commerce-footer-bottom.has-payment-logo .commerce-footer-bottom-links {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .commerce-header .header-area-4-inner {
    min-height: 68px;
  }

  .commerce-header .header-logo img {
    max-width: 122px;
  }

  .commerce-cart-label {
    display: none;
  }

  .commerce-cart-link {
    min-height: 40px;
    padding: 9px 11px;
  }

  .commerce-footer-grid {
    grid-template-columns: 1fr;
    padding: 42px 0;
  }

  .commerce-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-shop-area {
    padding: 54px 0 66px;
  }

  .home-shop-kicker {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-product-grid {
    grid-template-columns: 1fr;
  }

  .home-product-title {
    min-height: auto;
  }

  .legal-page {
    padding: 120px 0 64px;
  }

  .legal-card {
    padding: 24px 18px;
  }

  .legal-table,
  .legal-table tbody,
  .legal-table tr,
  .legal-table th,
  .legal-table td {
    display: block;
    width: 100%;
  }

  .legal-table th {
    border-bottom: 0;
  }
}
