/*
Theme Name: Hepsi Promosyon
Theme URI: https://hepsipromosyon.net
Author: Codex
Description: Promosyon urunleri ve XML tedarikci kataloglari icin WooCommerce uyumlu tema taslagi.
Version: 0.1.31
Text Domain: hepsipromosyon
Requires at least: 6.0
*/

:root {
  --ink: #262a2b;
  --muted: #6d7173;
  --line: #ded7d0;
  --soft: #fff7ef;
  --panel: #ffffff;
  --charcoal: #484c4d;
  --orange: #f7941d;
  --deep-orange: #ef8131;
  --amber: #b54708;
  --green: #067647;
  --shadow: 0 14px 36px rgba(72, 76, 77, .10);
}

* { box-sizing: border-box; }

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #f4f1ee;
  letter-spacing: 0;
}

a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }

#secondary,
#sidebar,
.widget-area,
aside.widget,
.wp-block-search {
  display: none !important;
}

.hp-topbar { background: var(--charcoal); color: #fff; font-size: 13px; }
.hp-topbar-inner, .hp-header-inner, .hp-page { width: calc(100% - 40px); max-width: 1440px; margin: 0 auto; }
.hp-topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.hp-topbar strong { font-weight: 700; }

.hp-header { position: sticky; top: 0; z-index: 10; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.hp-header-inner { min-height: 98px; display: grid; grid-template-columns: 360px minmax(260px,1fr) auto; align-items: center; gap: 18px; }
.hp-brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.hp-logo { width: 230px; max-width: 62vw; height: auto; display: block; }
.hp-brand b { display: block; font-size: 19px; line-height: 1.05; }
.hp-brand span span { color: var(--muted); font-size: 12px; white-space: nowrap; }

.hp-search { height: 48px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; background: #fff; border: 1px solid #cfd6df; border-radius: 8px; overflow: hidden; }
.hp-search select { height: 100%; border: 0; border-right: 1px solid var(--line); background: var(--soft); padding: 0 14px; color: #344054; }
.hp-search input { border: 0; min-width: 0; padding: 0 14px; outline: none; }
.hp-search button, .hp-cart, .hp-icon-btn { height: 40px; min-width: 40px; border: 0; border-radius: 8px; display: inline-grid; place-items: center; cursor: pointer; }
.hp-search button { margin-right: 4px; background: var(--orange); color: #fff; }
.hp-actions { display: flex; align-items: center; gap: 8px; }
.hp-icon-btn { background: #f1f4f8; color: #344054; }
.hp-cart { grid-auto-flow: column; gap: 8px; padding: 0 14px; background: var(--charcoal); color: #fff; }
.hp-page { display: grid; grid-template-columns: minmax(0,1fr); gap: 18px; padding: 18px 0 28px; }
.hp-sidebar { position: sticky; top: 100px; align-self: start; background: var(--panel); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); overflow: hidden; }
.hp-aside-title { padding: 16px; border-bottom: 1px solid var(--line); font-weight: 800; color: var(--charcoal); }
.hp-cat-groups { display: grid; gap: 12px; padding: 14px; }
.hp-cat-group { display: grid; gap: 8px; padding-bottom: 12px; border-bottom: 1px solid #f0e8df; }
.hp-cat-group:last-child { border-bottom: 0; padding-bottom: 0; }
.hp-cat-main,
.hp-cat-sub {
  min-height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.2;
}
.hp-cat-main {
  justify-content: space-between;
  padding: 0 12px;
  background: var(--charcoal);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}
.hp-cat-main::after {
  content: "›";
  color: var(--orange);
  font-size: 20px;
  line-height: 1;
}
.hp-cat-sublist { display: grid; gap: 6px; padding-left: 8px; }
.hp-cat-sub {
  padding: 0 12px;
  background: #fff8f0;
  border: 1px solid #f2d6b5;
  color: #3f4546;
  font-size: 13px;
  font-weight: 700;
}
.hp-cat-sub::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  flex: 0 0 auto;
}
.hp-cat-main:hover,
.hp-cat-sub:hover { transform: translateY(-1px); }
.hp-cat-sub:hover { border-color: var(--orange); background: #fff1df; }
.hp-main { min-width: 0; }

.hp-hero { min-height: 372px; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(380px,.95fr); overflow: hidden; border-radius: 8px; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
.hp-hero-copy { padding: 34px 36px; display: flex; flex-direction: column; justify-content: center; gap: 13px; }
.hp-badge { width: fit-content; padding: 5px 8px; border-radius: 6px; background: #fff0dc; color: #9a4b00; font-size: 11px; font-weight: 700; }
.hp-hero h1 { margin: 0; font-size: 34px; line-height: 1.1; max-width: 650px; letter-spacing: 0; }
.hp-hero p { margin: 0; color: var(--muted); line-height: 1.5; max-width: 610px; font-size: 16px; }
.hp-hero-points { display: flex; gap: 8px; flex-wrap: wrap; }
.hp-hero-points span { min-height: 30px; display: inline-flex; align-items: center; padding: 0 10px; border-radius: 8px; background: #f7f9fb; border: 1px solid #e6e9ee; color: #3f4546; font-size: 12px; font-weight: 750; }
.hp-hero-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 4px; }
.hp-btn { min-height: 40px; padding: 0 15px; border-radius: 8px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 700; cursor: pointer; }
.hp-btn.primary { background: var(--orange); color: #fff; }
.hp-btn.ghost { background: #fff; border-color: #cfd6df; color: #344054; }
.hp-hero-media { position: relative; min-height: 372px; background: #f7f8fa; display: grid; place-items: center; border-left: 1px solid #edf0f4; overflow: hidden; }
.hp-hero-media::before { content: ""; position: absolute; inset: 28px; border: 1px solid #e8edf3; border-radius: 8px; background: #fff; }
.hp-hero-media::after { content: ""; position: absolute; left: 12%; right: 12%; bottom: 28px; height: 3px; border-radius: 999px; background: linear-gradient(90deg, transparent, var(--orange), transparent); animation: hp-scan 4s ease-in-out infinite; opacity: .8; }
.hp-showcase { position: relative; z-index: 1; width: min(92%, 620px); display: grid; grid-template-columns: minmax(0,1fr) 132px; gap: 12px; align-items: stretch; }
.hp-showcase-main { position: relative; min-height: 292px; display: grid; place-items: center; overflow: hidden; border: 1px solid #edf0f4; border-radius: 8px; background: linear-gradient(180deg, #fff 0%, #f9fbfd 100%); }
.hp-showcase-main img { width: 100%; height: 272px; object-fit: contain; padding: 18px; mix-blend-mode: multiply; animation: hp-float 5s ease-in-out infinite; }
.hp-showcase-label { position: absolute; top: 12px; left: 12px; z-index: 2; min-height: 28px; display: inline-flex; align-items: center; padding: 0 9px; border-radius: 8px; background: var(--charcoal); color: #fff; font-size: 11px; font-weight: 800; }
.hp-showcase-rail { display: grid; gap: 10px; }
.hp-mini-product { min-height: 88px; display: grid; grid-template-columns: 54px minmax(0,1fr); align-items: center; gap: 8px; padding: 8px; overflow: hidden; border: 1px solid #edf0f4; border-radius: 8px; background: #fff; box-shadow: 0 8px 18px rgba(72, 76, 77, .07); }
.hp-mini-product img { width: 54px; height: 54px; object-fit: contain; mix-blend-mode: multiply; }
.hp-mini-product b { color: var(--charcoal); font-size: 12px; line-height: 1.15; }
.hp-mini-product:nth-child(2) { transform: translateX(-10px); }
.hp-mini-product:nth-child(3) { transform: translateX(6px); }
@keyframes hp-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes hp-scan {
  0%, 100% { transform: translateX(-10%); }
  50% { transform: translateX(10%); }
}

.hp-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin: 16px 0; }
.hp-metric { background: var(--panel); border: 1px solid var(--line); border-radius: 8px; padding: 14px; min-height: 74px; }
.hp-metric b { display: block; font-size: 22px; color: var(--deep-orange); }
.hp-metric span { color: var(--muted); font-size: 13px; }
.hp-category-showcase { margin: 16px 0 6px; }
.hp-section-head { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.hp-section-head h2 { margin: 0; font-size: 24px; }
.hp-section-head a { color: var(--deep-orange); font-weight: 800; font-size: 13px; }
.hp-category-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.hp-category-card {
  min-width: 0;
  min-height: 246px;
  display: grid;
  grid-template-rows: minmax(176px,1fr) 46px;
  overflow: hidden;
  border: 1px solid #d7dde5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(72, 76, 77, .08);
}
.hp-category-image { min-height: 176px; display: grid; place-items: center; background: #f8fafc; overflow: hidden; }
.hp-category-image img { width: 100%; height: 100%; min-height: 188px; object-fit: cover; padding: 0; transition: transform .25s ease; }
.hp-category-copy {
  min-height: 46px;
  display: grid;
  place-items: center;
  padding: 0 12px;
  background: rgba(247, 148, 29, 0.5);
  color: var(--charcoal);
  text-align: center;
}
.hp-category-copy strong { color: var(--charcoal); font-size: 18px; line-height: 1.15; font-weight: 850; }
.hp-category-copy small { display: none; }
.hp-category-card:hover { transform: translateY(-2px); border-color: var(--orange); box-shadow: 0 14px 30px rgba(247, 148, 29, .20); }
.hp-category-card:hover .hp-category-image img { transform: scale(1.04); }
.hp-toolbar { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 8px; }
.hp-toolbar h2 { margin: 0; font-size: 23px; }
.hp-filters { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.hp-pill { min-height: 36px; padding: 0 12px; border: 1px solid #cfd6df; border-radius: 8px; background: #fff; color: #344054; display: inline-flex; align-items: center; gap: 7px; font-weight: 650; }

.hp-products { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.hp-product { background: #fff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; min-width: 0; display: flex; flex-direction: column; }
.hp-photo { position: relative; aspect-ratio: 1 / .82; background: #f7f9fb; display: grid; place-items: center; overflow: hidden; }
.hp-photo img { width: 100%; height: 100%; object-fit: contain; padding: 12px; mix-blend-mode: multiply; }
.hp-supplier { position: absolute; top: 10px; left: 10px; border-radius: 6px; padding: 5px 7px; background: rgba(255,255,255,.92); border: 1px solid #e4e7ec; font-size: 11px; font-weight: 800; color: #344054; }
.hp-product-body { padding: 13px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.hp-sku { color: var(--muted); font-size: 12px; }
.hp-product h3 { margin: 0; font-size: 15px; line-height: 1.28; min-height: 40px; }
.hp-swatches { display: flex; gap: 5px; min-height: 20px; align-items: center; }
.hp-swatch { width: 16px; height: 16px; border-radius: 50%; border: 1px solid #cfd6df; }
.hp-price-row { display: flex; align-items: end; justify-content: space-between; gap: 8px; margin-top: auto; }
.hp-price b { display: block; font-size: 20px; color: var(--charcoal); }
.hp-price small { color: var(--muted); font-size: 11px; }
.hp-tax-note { color: var(--muted); font-size: 11px; font-weight: 700; white-space: nowrap; }
.hp-stock { font-size: 12px; font-weight: 750; color: var(--green); background: #ecfdf3; padding: 5px 7px; border-radius: 6px; white-space: nowrap; }
.hp-stock.low { color: var(--amber); background: #fff4e5; }

.woocommerce .woocommerce-products-header,
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering,
.woocommerce nav.woocommerce-pagination {
  width: calc(100% - 40px);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce .woocommerce-products-header { padding: 18px 0 8px; }
.woocommerce .woocommerce-products-header__title,
.woocommerce .page-title { margin: 0; color: var(--charcoal); font-size: 30px; line-height: 1.15; }
.woocommerce .term-description { color: var(--muted); max-width: 760px; line-height: 1.5; }
.woocommerce .woocommerce-result-count { color: var(--muted); font-size: 13px; }
.woocommerce .woocommerce-ordering select { min-height: 38px; border: 1px solid #cfd6df; border-radius: 8px; background: #fff; padding: 0 10px; color: #344054; }
.tax-product_cat .woocommerce-breadcrumb,
.tax-product_cat .woocommerce-products-header,
.tax-product_cat .woocommerce-result-count,
.tax-product_cat .woocommerce-ordering {
  display: none !important;
}
.tax-product_cat.woocommerce ul.products {
  margin-top: 18px;
}
.woocommerce ul.products {
  width: calc(100% - 40px);
  max-width: 1440px;
  margin: 14px auto 28px;
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 14px;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: auto;
  float: none;
  margin: 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #d7dde5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(72, 76, 77, .08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.woocommerce ul.products li.product:hover {
  transform: translateY(-2px);
  border-color: var(--orange);
  box-shadow: 0 14px 30px rgba(247, 148, 29, .16);
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  color: inherit;
}
.woocommerce ul.products li.product a img {
  width: 100%;
  height: 210px;
  margin: 0;
  padding: 0;
  object-fit: cover;
  background: #f8fafc;
  transition: transform .25s ease;
}
.woocommerce ul.products li.product:hover a img { transform: scale(1.04); }
.hp-loop-thumbs {
  display: none !important;
  gap: 6px;
  padding: 8px 10px 0;
  background: #fff;
  overflow: hidden;
}
.hp-loop-thumbs span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid #d7dde5;
  border-radius: 7px;
  background: #f8fafc;
  overflow: hidden;
}
.woocommerce ul.products li.product .hp-loop-thumbs img {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 2px;
  object-fit: contain;
  background: transparent;
  transform: none;
}
.woocommerce ul.products li.product:hover .hp-loop-thumbs img { transform: none; }
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 46px;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 0 12px;
  background: rgba(247, 148, 29, 0.5);
  color: var(--charcoal);
  text-align: center;
  font-size: 15px;
  line-height: 1.18;
  font-weight: 850;
}
.woocommerce ul.products li.product .price {
  display: block;
  margin: 12px 12px 8px;
  color: var(--charcoal);
  font-size: 18px;
  font-weight: 850;
}
.woocommerce ul.products li.product .price .hp-tax-note { font-size: 11px; color: var(--muted); font-weight: 700; }
.hp-loop-variants {
  margin: 0 12px 12px;
  padding: 8px 10px;
  border-radius: 8px;
  background: #f7f9fb;
  border: 1px solid #e6e9ee;
  color: var(--charcoal);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 800;
}
.woocommerce nav.woocommerce-pagination { margin-bottom: 28px; }
.woocommerce nav.woocommerce-pagination ul { border: 0; display: flex; gap: 6px; justify-content: center; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  min-width: 36px;
  min-height: 36px;
  border-radius: 8px;
  border: 1px solid #cfd6df;
  background: #fff;
  color: var(--charcoal);
  display: grid;
  place-items: center;
}
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--orange); border-color: var(--orange); color: #fff; }

.hp-detail { margin-top: 18px; display: grid; grid-template-columns: minmax(260px,.9fr) minmax(0,1.1fr); gap: 18px; background: #fff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; box-shadow: var(--shadow); }
.hp-detail img { width: 100%; height: 100%; min-height: 360px; object-fit: contain; padding: 26px; background: #f8fafc; }
.hp-detail-copy { padding: 24px; }
.hp-detail-copy h2 { margin: 6px 0 10px; font-size: 26px; }
.hp-detail-copy p { color: var(--muted); line-height: 1.55; }
.hp-variant-table { width: 100%; border-collapse: collapse; margin: 18px 0; font-size: 14px; }
.hp-variant-table th, .hp-variant-table td { padding: 10px; text-align: left; border-bottom: 1px solid #edf0f4; }
.hp-variant-table th { color: #475467; background: #f7f9fb; }
.hp-buybox { display: grid; grid-template-columns: 110px 1fr; gap: 10px; }
.hp-qty { min-height: 44px; border: 1px solid #cfd6df; border-radius: 8px; padding: 0 12px; }

.single-product .product {
  width: calc(100% - 40px);
  max-width: 1440px;
  margin: 18px auto 32px;
  display: grid;
  grid-template-columns: minmax(360px,.95fr) minmax(360px,1.05fr);
  gap: 28px;
  align-items: start;
}
.single-product .woocommerce-breadcrumb {
  width: calc(100% - 40px);
  max-width: 1440px;
  margin: 12px auto 0;
  color: var(--muted);
  font-size: 13px;
}
.single-product div.product div.images,
.single-product div.product div.summary {
  width: auto;
  float: none;
  margin: 0;
}
.single-product div.product div.images {
  display: grid;
  gap: 12px;
}
.single-product div.product div.images .woocommerce-product-gallery__image {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
.single-product div.product div.images img {
  width: 100%;
  min-height: 430px;
  max-height: 520px;
  object-fit: contain;
  padding: 18px;
  background: #fff;
  display: block;
}
.hp-single-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 10px;
}
.hp-single-thumbs button {
  aspect-ratio: 1 / .78;
  border: 1px solid #d7dde5;
  border-radius: 8px;
  background: #fff;
  padding: 5px;
  cursor: pointer;
  overflow: hidden;
}
.hp-single-thumbs button.is-active { border-color: var(--orange); box-shadow: 0 0 0 2px rgba(247,148,29,.20); }
.hp-single-thumbs img {
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 0;
  object-fit: contain;
}
.single-product div.product div.summary {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
  box-shadow: var(--shadow);
}
.single-product div.product .product_title {
  margin: 0 0 14px;
  color: var(--charcoal);
  font-size: 30px;
  line-height: 1.12;
}
.single-product div.product p.price {
  margin: 0 0 18px;
  color: var(--charcoal);
  font-size: 24px;
  font-weight: 850;
}
.single-product div.product .product_meta {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 14px;
}
.hp-single-variants,
.hp-single-description {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #edf0f4;
}
.hp-single-variants h2,
.hp-single-description h2 {
  margin: 0 0 12px;
  color: var(--charcoal);
  font-size: 17px;
}
.hp-stock-panel {
  padding-top: 0;
  overflow: hidden;
  border: 1px solid #e2e6ea;
  border-radius: 8px;
  background: #fff;
}
.hp-stock-panel h2 {
  margin: 0;
  padding: 14px 18px;
  background: var(--charcoal);
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.hp-stock-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.hp-stock-table th,
.hp-stock-table td {
  min-height: 54px;
  padding: 13px 18px;
  text-align: left;
  border-bottom: 1px solid #edf0f4;
  vertical-align: middle;
}
.hp-stock-table th {
  background: #f2f3f4;
  color: var(--charcoal);
  font-weight: 850;
}
.hp-stock-table tr:last-child td { border-bottom: 0; }
.hp-stock-table td {
  color: #3f4546;
  font-weight: 650;
}
.hp-stock-table td:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hp-stock-table td:first-child b { font-weight: 750; }
.hp-radio-dot {
  width: 18px;
  height: 18px;
  border: 2px solid #98a2b3;
  border-radius: 999px;
  background: #fff;
  flex: 0 0 auto;
}
.hp-radio-dot.is-active {
  border-color: var(--orange);
  box-shadow: inset 0 0 0 4px #fff;
  background: var(--orange);
}
.hp-color-dot {
  width: 22px;
  height: 22px;
  border: 1px solid rgba(0,0,0,.18);
  border-radius: 999px;
  box-shadow: 0 1px 3px rgba(0,0,0,.14);
  flex: 0 0 auto;
}
.hp-single-description p {
  margin: 0 0 10px;
  color: var(--muted);
  line-height: 1.55;
}
.single-product .woocommerce-tabs,
.single-product .related.products { width: calc(100% - 40px); max-width: 1440px; margin: 0 auto 28px; }
.single-product div.product .related.products {
  grid-column: 1 / -1;
  width: 100%;
  max-width: none;
  margin: 18px 0 0;
}
.single-product div.product .related.products h2 {
  margin: 0 0 14px;
  color: var(--charcoal);
  font-size: 24px;
}
.single-product div.product .related.products ul.products {
  width: 100%;
  max-width: none;
  margin: 0;
  grid-template-columns: repeat(4,minmax(0,1fr));
}
.single-product .woocommerce-tabs { display: none; }
.hp-site-footer { margin-top: 20px; background: var(--charcoal); color: #fff; }
.hp-footer-inner {
  width: calc(100% - 40px);
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px,.9fr) minmax(320px,1.1fr) minmax(220px,.7fr);
  gap: 22px;
  padding: 30px 0 24px;
}
.hp-footer-inner h2 { margin: 0 0 14px; font-size: 18px; color: #fff; }
.hp-contact-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.hp-contact-list li { display: grid; gap: 3px; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.35; }
.hp-contact-list strong { color: var(--orange); font-size: 12px; text-transform: uppercase; letter-spacing: .04em; }
.hp-contact-list a { color: #fff; font-weight: 700; }
.hp-footer-social { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 16px; }
.hp-footer-social a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  color: #fff;
  font-size: 13px;
  font-weight: 750;
}
.hp-whatsapp-btn {
  width: fit-content;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  padding: 0 14px;
  border-radius: 8px;
  background: #25d366;
  color: #13351f;
  font-weight: 850;
}
.hp-footer-map iframe {
  width: 100%;
  min-height: 220px;
  border: 0;
  border-radius: 8px;
  background: #f4f1ee;
  display: block;
}
.hp-footer-links nav { display: grid; gap: 8px; }
.hp-footer-links a {
  min-height: 34px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 8px;
  color: rgba(255,255,255,.86);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  font-weight: 700;
  font-size: 14px;
}
.hp-footer-social a:hover,
.hp-footer-links a:hover { background: rgba(247,148,29,.18); border-color: rgba(247,148,29,.38); }
.hp-footer-bottom {
  width: calc(100% - 40px);
  max-width: 1440px;
  min-height: 48px;
  margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255,255,255,.70);
  font-size: 13px;
}
svg { width: 18px; height: 18px; }

.hp-about-page {
  width: calc(100% - 40px);
  max-width: 1120px;
  margin: 0 auto;
  padding: 28px 0 44px;
}
.hp-about-shell {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.hp-about-hero {
  padding: 34px 40px;
  background: linear-gradient(135deg, rgba(247,148,29,.16), rgba(72,76,77,.08));
  border-bottom: 1px solid var(--line);
}
.hp-about-hero span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border-radius: 8px;
  background: rgba(247,148,29,.18);
  color: var(--amber);
  font-weight: 850;
  font-size: 13px;
}
.hp-about-hero h1 {
  margin: 14px 0 10px;
  color: var(--charcoal);
  font-size: 38px;
  line-height: 1.08;
}
.hp-about-hero p,
.hp-about-section p {
  margin: 0;
  color: #4d5356;
  font-size: 16px;
  line-height: 1.72;
}
.hp-about-hero p { max-width: 780px; font-size: 18px; }
.hp-about-section {
  padding: 28px 40px;
  border-bottom: 1px solid #eee6de;
}
.hp-about-section:last-child { border-bottom: 0; }
.hp-about-section h2 {
  margin: 0 0 14px;
  color: var(--charcoal);
  font-size: 25px;
  line-height: 1.2;
}
.hp-about-section p + p { margin-top: 14px; }

@media (max-width: 1120px) {
  .hp-products { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .hp-category-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .woocommerce ul.products { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .hp-strip { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 880px) {
  .hp-topbar-inner, .hp-header-inner, .hp-page { width: calc(100% - 24px); max-width: 760px; }
  .hp-header-inner { grid-template-columns: 1fr; padding: 12px 0; }
  .hp-logo { width: 210px; }
  .hp-actions { justify-content: space-between; }
  .hp-page { grid-template-columns: 1fr; }
  .hp-sidebar { position: static; }
  .hp-hero, .hp-detail { grid-template-columns: 1fr; }
  .hp-hero-media { min-height: 300px; border-left: 0; border-top: 1px solid #edf0f4; }
  .hp-showcase { grid-template-columns: 1fr; width: min(92%, 560px); padding: 18px 0; }
  .hp-showcase-main { min-height: 210px; }
  .hp-showcase-main img { height: 200px; }
  .hp-showcase-rail { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .hp-mini-product { min-height: 82px; grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .hp-mini-product:nth-child(2),
  .hp-mini-product:nth-child(3) { transform: none; }
  .hp-category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hp-products { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .woocommerce .woocommerce-products-header,
  .woocommerce .woocommerce-result-count,
  .woocommerce .woocommerce-ordering,
  .woocommerce nav.woocommerce-pagination,
  .woocommerce ul.products { width: calc(100% - 24px); max-width: 760px; }
  .woocommerce ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hp-footer-inner { width: calc(100% - 24px); max-width: 760px; grid-template-columns: 1fr; }
  .hp-footer-bottom { width: calc(100% - 24px); max-width: 760px; align-items: flex-start; flex-direction: column; padding: 14px 0; }
  .single-product .product,
  .single-product .woocommerce-breadcrumb,
  .single-product .woocommerce-tabs,
  .single-product .related.products { width: calc(100% - 24px); max-width: 760px; }
  .single-product .product { grid-template-columns: 1fr; }
  .single-product div.product .related.products { width: 100%; max-width: none; }
  .single-product div.product .related.products ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .single-product div.product div.images img { min-height: 360px; max-height: 460px; }
  .hp-about-page { width: calc(100% - 24px); max-width: 760px; }
  .hp-about-hero,
  .hp-about-section { padding: 24px; }
}

@media (max-width: 560px) {
  .hp-topbar-inner { align-items: flex-start; flex-direction: column; gap: 4px; padding: 8px 0; }
  .hp-search { grid-template-columns: 1fr auto; }
  .hp-search select { display: none; }
  .hp-hero h1 { font-size: 24px; }
  .hp-hero-copy { padding: 18px; }
  .hp-hero p { font-size: 14px; }
  .hp-hero-media { min-height: 260px; }
  .hp-showcase-rail { display: none; }
  .hp-strip, .hp-products { grid-template-columns: 1fr; }
  .woocommerce ul.products { grid-template-columns: 1fr; }
  .single-product div.product .related.products ul.products { grid-template-columns: 1fr; }
  .woocommerce ul.products li.product a img { height: 220px; }
  .hp-category-grid { grid-template-columns: 1fr; }
  .hp-category-card { min-height: 220px; grid-template-rows: minmax(174px,1fr) 46px; }
  .hp-category-image img { min-height: 174px; }
  .hp-category-copy strong { font-size: 17px; }
  .hp-toolbar { align-items: flex-start; flex-direction: column; }
  .hp-detail img { min-height: 260px; }
  .hp-buybox { grid-template-columns: 1fr; }
  .hp-stock-table th,
  .hp-stock-table td { padding: 11px 10px; font-size: 12px; }
  .hp-stock-panel h2 { padding: 12px 10px; font-size: 13px; }
  .hp-radio-dot { width: 16px; height: 16px; }
  .hp-color-dot { width: 18px; height: 18px; }
  .hp-about-page { padding-top: 18px; }
  .hp-about-hero h1 { font-size: 29px; }
  .hp-about-hero p,
  .hp-about-section p { font-size: 15px; }
  .hp-about-section h2 { font-size: 21px; }
}
