/*
 Theme Name:   Storefront Child - ActSoftware Clone
 Template:     storefront
 Version:      6.1.0
*/

@font-face {
  font-family: 'Geist';
  src: url('https://assets.vercel.com/raw/upload/v1/fonts/geist/GeistVF.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --primary: #eb3030;
  --primary-hover: #d42828;
  --secondary: #313031;
  --secondary-hover: #1f1f1f;
  --bg: #ffffff;
  --bg-muted: #f9fafb;
  --text: #171717;
  --muted: #6b7280;
  --border: #e5e7eb;
  --footer-bg: #1f2937;
  --footer-text: #d1d5db;
  --star: #facc15;
  --font: 'Geist', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --radius: 8px;
  --container: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; font-family: var(--font); color: var(--text); background: var(--bg); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
.act-container { max-width: var(--container); margin: 0 auto; padding: 0 16px; width: 100%; }
@media (min-width: 768px) { .act-container { padding: 0 24px; } }

/* Hide Storefront defaults */
.site-header, .storefront-primary-navigation, .storefront-handheld-footer-bar,
.storefront-breadcrumb, .widget-area, .site-info { display: none !important; }
#content, .site-content, .site-main { padding: 0 !important; margin: 0 !important; max-width: 100% !important; }
.site-content .col-full { padding: 0 !important; max-width: 100% !important; }

/* ── HEADER ── */
.act-header { position: sticky; top: 0; z-index: 200; }
.act-header-top { background: #fff; border-bottom: 1px solid var(--border); box-shadow: 0 1px 3px rgba(0,0,0,.06); }
.act-header-top-inner { display: flex; align-items: center; gap: 16px; min-height: 64px; padding: 12px 0; }
@media (min-width: 768px) { .act-header-top-inner { min-height: 80px; padding: 16px 0; } }
.act-logo, .custom-logo { height: 32px; width: auto; max-height: 44px; }
@media (min-width: 768px) { .act-logo, .custom-logo { height: 44px; } }
.act-branding { flex-shrink: 0; }
.act-search-desktop { flex: 1; display: none; justify-content: center; max-width: 640px; margin: 0 auto; }
@media (min-width: 1024px) { .act-search-desktop { display: flex; } }
.act-search-form { width: 100%; }
.act-search-input { width: 100%; height: 38px; padding: 0 14px 0 40px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--bg-muted) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236b7280' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85z'/%3E%3C/svg%3E") 12px center no-repeat; font-family: var(--font); font-size: 14px; }
.act-search-input:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(235,48,48,.12); background-color: #fff; }
.act-search-mobile { padding: 0 16px 12px; }
.act-search-mobile[hidden] { display: none !important; }
.act-header-actions { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.act-search-toggle { display: flex; }
@media (min-width: 1024px) { .act-search-toggle { display: none; } }
.act-header-link { display: flex; align-items: center; gap: 6px; color: var(--text); text-decoration: none; font-size: 14px; font-weight: 500; padding: 8px 10px; border-radius: var(--radius); }
.act-header-link:hover { color: var(--primary); }
.act-contact-link { display: none; }
@media (min-width: 1024px) { .act-contact-link { display: flex; } }
.act-login-link span { display: none; }
@media (min-width: 1024px) { .act-login-link span { display: inline; } }
.act-cart-link { display: flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-size: 14px; font-weight: 500; padding: 8px 12px; border-radius: var(--radius); position: relative; }
.act-cart-count { position: absolute; top: 2px; right: 2px; background: var(--primary); color: #fff; font-size: 10px; font-weight: 700; width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.act-icon-btn { background: none; border: none; cursor: pointer; padding: 8px; color: var(--text); }

/* Red nav bar */
.act-header-nav { background: var(--primary); }
.act-header-nav-inner { display: flex; align-items: center; min-height: 52px; }
.act-menu-toggle { display: flex; background: none; border: none; color: #fff; cursor: pointer; padding: 8px; margin-right: 8px; }
@media (min-width: 1024px) { .act-menu-toggle { display: none; } }
.act-nav-menu { display: none; list-style: none; margin: 0; padding: 0; flex: 1; gap: 4px; }
.act-nav-menu.is-open { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--primary); padding: 12px 16px; z-index: 10; }
@media (min-width: 1024px) { .act-nav-menu { display: flex; flex-direction: row; position: static; padding: 0; } }
.act-nav-menu a { color: #fff; text-decoration: none; font-weight: 700; font-size: 14px; padding: 14px 16px; display: block; border-radius: 4px; }
.act-nav-menu a:hover { background: rgba(0,0,0,.2); }
.act-cart-nav { margin-left: auto; color: #fff !important; }
.act-cart-nav:hover { background: rgba(0,0,0,.2); }
.act-cart-nav .act-cart-total { color: #fff; }

/* Promo bar */
.act-promo-bar { background: var(--secondary); color: #fff; text-align: center; padding: 12px 16px; font-size: 14px; }
.act-promo-bar strong { font-weight: 700; }

/* ── BUTTONS ── */
.act-btn { display: inline-flex; align-items: center; justify-content: center; padding: 12px 28px; border-radius: var(--radius); font-family: var(--font); font-size: 15px; font-weight: 600; text-decoration: none; border: none; cursor: pointer; transition: all .2s; }
.act-btn-primary { background: var(--primary); color: #fff !important; }
.act-btn-primary:hover { background: var(--primary-hover); color: #fff !important; transform: translateY(-1px); box-shadow: 0 6px 20px rgba(235,48,48,.3); }
.act-btn-secondary { background: var(--secondary); color: #fff !important; }
.act-btn-secondary:hover { background: var(--secondary-hover); color: #fff !important; }
.act-btn-outline { background: transparent; border: 2px solid var(--primary); color: var(--primary) !important; }
.act-btn-outline:hover { background: var(--primary); color: #fff !important; }
.act-btn-sm { padding: 10px 20px; font-size: 14px; border-radius: 4px; }
.act-btn-block { width: 100%; }

/* ── HERO ── */
.act-hero { position: relative; background: linear-gradient(135deg, #525252 0%, #575757 35%, #5a3335 65%, #6b3a3d 100%); padding: 56px 0 0; text-align: center; overflow: hidden; }
@media (min-width: 1024px) { .act-hero { padding: 80px 0 0; } }
.act-hero-shapes::before, .act-hero-shapes::after { content: ''; position: absolute; background: var(--primary); opacity: .07; border-radius: 0 0 0 120px; }
.act-hero-shapes::before { width: 200px; height: 200px; top: -40px; right: 10%; }
.act-hero-inner { position: relative; z-index: 1; padding-bottom: 48px; }
.act-hero h1 { color: #fff; font-size: clamp(2rem, 4.5vw + .5rem, 3.75rem); font-weight: 800; line-height: 1.15; margin: 0 0 16px; letter-spacing: -.5px; }
.act-hero p { color: #d1d5db; font-size: 17px; line-height: 1.65; max-width: 640px; margin: 0 auto 28px; }
.act-hero-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.act-hero-wave { line-height: 0; margin-top: -1px; }
.act-hero-wave svg { width: 100%; height: 32px; display: block; }
@media (min-width: 768px) { .act-hero-wave svg { height: 48px; } }

/* ── STATS ── */
.act-stats { background: var(--bg-muted); padding: 32px 0; }
@media (min-width: 1024px) { .act-stats { padding: 40px 0; } }
.act-stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
@media (min-width: 768px) { .act-stats-grid { grid-template-columns: repeat(4, 1fr); } }
.act-stat-card { background: #fff; border: 1px solid #f3f4f6; border-radius: var(--radius); padding: 16px; display: flex; align-items: center; gap: 12px; }
.act-stat-icon { font-size: 24px; }
.act-stat-card strong { display: block; font-size: 20px; font-weight: 700; color: var(--primary); }
.act-stat-card span { font-size: 12px; color: var(--muted); }

/* ── TRUST BAR ── */
.act-trust-bar { background: var(--secondary); padding: 16px 0; }
.act-trust-inner { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 8px 20px; color: #fff; font-size: 14px; font-weight: 500; }
.act-trust-inner span { display: flex; align-items: center; gap: 6px; }
.act-trust-sep { color: rgba(255,255,255,.3); }
@media (max-width: 480px) { .act-trust-sep { display: none; } }

/* ── SECTIONS ── */
.act-products-section { background: var(--bg-muted); padding: 64px 0; }
.act-section-head { text-align: center; margin-bottom: 36px; }
.act-section-title { font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 700; color: var(--secondary); margin: 0 0 12px; }
.act-section-title-center { text-align: center; margin-bottom: 32px; }
.act-section-desc { color: var(--muted); font-size: 15px; line-height: 1.65; max-width: 640px; margin: 0 auto 16px; }
.act-section-divider { width: 64px; height: 2px; background: var(--primary); border-radius: 2px; margin: 0 auto; }
.act-view-all-wrap { text-align: center; margin-top: 32px; }

/* ── PRODUCT GRID ── */
/* Storefront clearfix ::before/::after become empty grid cells — hide them */
ul.products::before,
ul.products::after,
.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none !important;
  content: none !important;
}
ul.products li.product.first,
ul.products .wc-block-grid__product.first {
  clear: none !important;
}

ul.products, .woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 16px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 768px) { ul.products, .woocommerce ul.products { grid-template-columns: repeat(3, 1fr) !important; gap: 24px !important; } }
@media (min-width: 1024px) { ul.products, .woocommerce ul.products { grid-template-columns: repeat(4, 1fr) !important; } }
ul.products li.product { margin: 0 !important; padding: 0 !important; width: auto !important; float: none !important; }

.act-product-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.act-product-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,.08); transform: translateY(-4px); }
.act-card-link { text-decoration: none !important; color: inherit; display: block; flex: 1; }
.act-card-image { aspect-ratio: 1; background: var(--bg-muted); overflow: hidden; display: flex; align-items: center; justify-content: center; padding: 12px; }
.act-card-image img { width: 100% !important; height: 100% !important; object-fit: contain !important; max-height: 200px; position: static !important; margin: 0 !important; }
.act-card-body { padding: 12px 16px 8px; }
.act-card-body .woocommerce-loop-product__title {
  font-size: 16px !important; font-weight: 600 !important; line-height: 1.35 !important;
  margin: 0 0 8px !important; padding: 0 !important;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  color: var(--text) !important;
}
.act-product-card:hover .woocommerce-loop-product__title { color: var(--primary) !important; }
.act-stars { display: flex; gap: 1px; margin-bottom: 8px; font-size: 14px; line-height: 1; }
.act-star { color: #d1d5db; }
.act-star-filled { color: var(--star); }
.act-card-price { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.act-price-sale { font-size: 16px; font-weight: 700; color: var(--primary); }
.act-price-regular { font-size: 12px; color: var(--muted); text-decoration: line-through; }
.act-card-cta { padding: 0 16px 16px; overflow: hidden; max-height: 0; opacity: 0; transition: max-height .3s, opacity .3s, padding .3s; }
@media (min-width: 768px) {
  .act-product-card:hover .act-card-cta { max-height: 60px; opacity: 1; padding-bottom: 16px; }
}
.act-card-cta .button, .act-card-cta a.button {
  width: 100% !important; background: var(--primary) !important; color: #fff !important;
  border: none !important; border-radius: 4px !important; padding: 9px 16px !important;
  font-size: 12px !important; font-weight: 600 !important; text-align: center !important;
  display: block !important; margin: 0 !important;
}
.act-card-cta .button:hover { background: var(--primary-hover) !important; }
@media (max-width: 767px) {
  .act-card-cta { max-height: 60px; opacity: 1; padding: 0 16px 16px; }
}

/* ── CATEGORIES ── */
.act-categories-section { background: var(--bg-muted); padding: 48px 0 64px; }
.act-cat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; max-width: 900px; margin: 0 auto; }
@media (min-width: 640px) { .act-cat-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .act-cat-grid { grid-template-columns: repeat(6, 1fr); } }
.act-cat-tile { display: flex; flex-direction: column; align-items: center; text-decoration: none !important; gap: 12px; }
.act-cat-icon-box { width: 96px; height: 96px; background: #fff; border-radius: var(--radius); display: flex; align-items: center; justify-content: center; color: var(--secondary); transition: all .2s; box-shadow: 0 1px 3px rgba(0,0,0,.06); }
@media (min-width: 768px) { .act-cat-icon-box { width: 128px; height: 128px; } }
.act-cat-icon-box svg { width: 40px; height: 40px; }
.act-cat-tile:hover .act-cat-icon-box { border: 2px solid var(--primary); color: var(--primary); }
.act-cat-label { font-size: 14px; font-weight: 600; color: var(--text); text-align: center; }
.act-cat-tile:hover .act-cat-label { color: var(--primary); }
@media (min-width: 768px) { .act-cat-label { font-size: 18px; } }

/* ── SHOP PAGE ── */
.act-shop-layout { display: flex; flex-direction: column; gap: 24px; padding: 32px 0 64px; }
@media (min-width: 1024px) { .act-shop-layout { flex-direction: row; align-items: flex-start; } }
.act-shop-layout--category { flex-direction: column; }
.act-shop-layout--category .act-shop-main { width: 100%; }
.act-shop-main { flex: 1; min-width: 0; }
.act-shop-title { font-size: 1.875rem; font-weight: 700; margin: 0 0 24px; color: var(--text); }
.act-shop-layout--category .storefront-sorting {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 16px;
  margin-bottom: 24px;
}
.act-shop-layout--category .storefront-sorting .woocommerce-ordering { margin: 0; }
.act-shop-layout--category .storefront-sorting .woocommerce-result-count { margin: 0; }
.act-shop-sidebar { width: 100%; }
@media (min-width: 1024px) { .act-shop-sidebar { width: 256px; flex-shrink: 0; position: sticky; top: 200px; } }
.act-filters-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 20px; }
.act-filters-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.act-filters-head h3 { margin: 0; font-size: 16px; }
.act-filters-head span { font-size: 13px; color: var(--muted); }
.act-filters-form label { display: block; font-size: 13px; font-weight: 600; margin: 12px 0 6px; }
.act-filters-form select, .act-filters-form input { width: 100%; padding: 8px 12px; border: 1px solid var(--border); border-radius: var(--radius); font-family: var(--font); font-size: 14px; }
.act-price-range { display: flex; gap: 8px; }
.act-clear-filters { display: block; margin-top: 16px; text-align: center; padding: 10px; border: 1px solid var(--primary); color: var(--primary) !important; border-radius: var(--radius); text-decoration: none; font-weight: 600; font-size: 14px; }
.woocommerce-result-count { font-size: 13px; color: var(--muted); margin-bottom: 16px; }
.woocommerce-pagination { margin-top: 32px; }
.woocommerce-pagination .page-numbers { padding: 8px 14px; border: 1px solid var(--border); border-radius: var(--radius); margin: 0 4px; text-decoration: none; color: var(--text); }
.woocommerce-pagination .page-numbers.current, .woocommerce-pagination .page-numbers:hover { background: var(--primary); border-color: var(--primary); color: #fff !important; }

/* ── SINGLE PRODUCT (actsoftware: one white page, full-width content) ── */
body.single-product,
.single-product .act-content,
.single-product .site-content,
.single-product #primary,
.single-product .site-main,
.single-product .content-area,
.act-pdp-page { background: #fff !important; }
.single-product #primary,
.single-product .content-area { width: 100% !important; float: none !important; max-width: 100% !important; }
.single-product #secondary,
.single-product .widget-area { display: none !important; width: 0 !important; }

.act-pdp-page { width: 100%; }
.act-pdp-wrap { padding: 32px 0 64px; max-width: var(--container); }
.act-pdp-main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
}
@media (min-width: 992px) {
  .act-pdp-main { grid-template-columns: 1fr 1fr; gap: 48px; }
}

/* Gallery — flat on white page (no nested card) */
.act-pdp-product .woocommerce-product-gallery {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  position: relative;
  margin: 0 !important;
  width: 100% !important;
  float: none !important;
}
.act-pdp-product .woocommerce-product-gallery__wrapper,
.act-pdp-product .woocommerce-product-gallery__image { margin: 0 !important; }
.act-pdp-product .woocommerce-product-gallery img {
  width: 100% !important;
  height: auto !important;
  max-height: 420px;
  object-fit: contain !important;
  margin: 0 auto !important;
  display: block !important;
}
.act-pdp-product span.onsale { display: none !important; }

/* Summary column — no card chrome */
.act-pdp-summary {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  width: 100% !important;
  float: none !important;
}
.act-pdp-summary .product_title {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem) !important;
  font-weight: 700 !important;
  margin: 0 0 16px !important;
  line-height: 1.3 !important;
  color: var(--text) !important;
}
.act-pdp-summary .price {
  font-size: clamp(1.75rem, 3vw, 2.5rem) !important;
  font-weight: 700 !important;
  color: var(--primary) !important;
  margin: 0 0 8px !important;
  display: block !important;
}
.act-pdp-summary .price del {
  font-size: 1rem !important;
  color: var(--muted) !important;
  opacity: 1 !important;
}
.act-pdp-summary .price ins { text-decoration: none !important; }
.act-save-badge {
  display: inline-block;
  background: rgba(16,185,129,.12);
  color: #059669;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 6px;
  margin-bottom: 12px;
}
.act-pdp-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-bottom: 20px;
  font-size: 14px;
  color: var(--muted);
}
.act-pdp-rating .act-rated-text { display: none; }
@media (min-width: 768px) { .act-pdp-rating .act-rated-text { display: inline; } }
.act-pdp-meta {
  font-size: 13px;
  color: var(--muted);
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}
.act-pdp-meta a { color: var(--primary) !important; }
.act-pdp-summary form.cart {
  margin: 20px 0 0 !important;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.act-pdp-summary .quantity {
  display: flex !important;
  align-items: center;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.act-pdp-summary .quantity input.qty {
  width: 56px !important;
  border: none !important;
  text-align: center;
  font-weight: 600;
}
.act-pdp-summary .single_add_to_cart_button {
  flex: 1;
  min-width: 200px;
  background: var(--primary) !important;
  color: #fff !important;
  padding: 14px 24px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  border-radius: 4px !important;
  border: none !important;
}
.act-pdp-summary .single_add_to_cart_button:hover { background: var(--primary-hover) !important; }

/* Hide removed WooCommerce blocks */
.storefront-product-pagination,
.woocommerce-tabs,
#reviews,
#comments { display: none !important; }

/* Mobile header (title + price above image) */
.act-pdp-mobile-head {
  display: block;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0 0 20px;
  margin-bottom: 8px;
  grid-column: 1 / -1;
  border-bottom: 1px solid var(--border);
}
.act-pdp-mobile-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 12px;
  line-height: 1.35;
}
.act-pdp-mobile-price { font-size: 1.5rem; font-weight: 700; color: var(--primary); }
.act-pdp-mobile-price del { font-size: .9rem; color: var(--muted); }
.act-save-line { margin: 8px 0 0; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.act-save-line-mobile .act-save-amount { display: none; }
.act-save-amount { font-size: 13px; color: var(--muted); font-weight: 500; }
@media (min-width: 992px) {
  .act-pdp-mobile-head { display: none !important; }
}
@media (max-width: 991px) {
  .act-pdp-summary .product_title,
  .act-pdp-summary > .price,
  .act-pdp-summary > .act-save-line:not(.act-save-line-mobile) { display: none !important; }
  .act-pdp-summary { padding: 0; }
  .act-pdp-summary form.cart { flex-direction: column; align-items: stretch; }
  .act-pdp-summary .single_add_to_cart_button { width: 100% !important; min-width: 0; }
}

/* Excerpt + trust */
.act-pdp-excerpt { font-size: 15px; line-height: 1.7; margin: 0 0 20px; color: var(--muted); }
.act-pdp-excerpt p { margin: 0 0 12px; color: var(--muted); }
.act-pdp-excerpt p strong { color: var(--text); }
.act-pdp-excerpt ul { margin: 0; padding: 0; list-style: none; }
.act-pdp-excerpt li {
  padding: 6px 0 6px 20px;
  position: relative;
  color: var(--muted);
  font-size: 14px;
}
.act-pdp-excerpt li::before {
  content: '•';
  position: absolute;
  left: 4px;
  color: var(--text);
  font-weight: 700;
}
.act-pdp-excerpt li strong { color: var(--text); }
.act-pdp-summary .price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 12px; }
.act-pdp-summary .quantity { display: none !important; }
.act-pdp-summary form.cart { margin-top: 8px !important; }
.act-pdp-trust { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--border); }
.act-pdp-trust-label { font-weight: 600; font-size: 14px; margin: 0 0 12px; color: var(--text); }
.act-pdp-trust-list { list-style: none; margin: 0; padding: 0; }
.act-pdp-trust-list li { display: flex; align-items: flex-start; gap: 10px; padding: 6px 0; font-size: 14px; color: var(--muted); }
.act-trust-check { color: var(--primary); font-weight: 700; flex-shrink: 0; }

/* Long WC description hidden — actsoftware PDP does not show it */
.act-pdp-description { display: none !important; }

/* Lower sections — continuous white page */
.act-pdp-lower {
  margin-top: 56px;
  padding-top: 0;
  border-top: none;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.act-section-heading {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 700;
  text-align: center;
  margin: 0 0 28px;
  color: var(--secondary);
}

/* Related products */
.act-pdp-lower .related.products {
  margin: 0 !important;
  padding: 48px 0 0 !important;
  background: transparent;
  border: none;
  border-top: 1px solid var(--border);
  border-radius: 0;
  width: 100% !important;
  clear: both !important;
  order: 99;
}
/* Section order: see assets/act-pdp.css */
.act-pdp-lower .related.products > h2 {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  margin: 0 0 24px !important;
  text-align: center;
  padding: 0 !important;
}
.act-pdp-lower .related.products ul.products {
  margin: 0 !important;
}

/* Why Choose Us */
.act-why-choose { margin: 0; }
.act-why-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 640px) { .act-why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .act-why-grid { grid-template-columns: repeat(3, 1fr); } }
.act-why-card {
  padding: 8px 12px;
  text-align: left;
}
.act-why-card h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 8px;
  color: var(--text);
}
.act-why-card p { font-size: 14px; line-height: 1.6; color: var(--muted); margin: 0; }
.act-why-icon {
  width: 40px;
  height: 40px;
  background: rgba(235, 48, 48, 0.08);
  color: var(--primary);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 12px;
}

/* FAQ — single section */
.act-faq { margin: 0; }
.act-faq-list { max-width: 100%; margin: 0; }
.act-faq-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--border);
  border-radius: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.act-faq-item:last-child { border-bottom: none; }
.act-faq-item summary {
  padding: 16px 20px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  list-style: none;
  color: var(--text);
}
.act-faq-item summary::-webkit-details-marker { display: none; }
.act-faq-item[open] summary { color: var(--primary); border-bottom: 1px solid var(--border); }
.act-faq-answer { padding: 0 20px 16px; }
.act-faq-answer p { margin: 12px 0 0; font-size: 14px; line-height: 1.65; color: var(--muted); }

/* Reset Storefront float layout on PDP */
.single-product .act-pdp-product::before,
.single-product .act-pdp-product::after { display: none !important; }
.single-product .act-pdp-product .woocommerce-product-gallery,
.single-product .act-pdp-product .summary { float: none !important; width: 100% !important; }

/* ── CART ── */
.act-cart-page, .act-checkout-page { padding: 32px 0 64px; background: var(--bg-muted); min-height: 60vh; }
.act-page-title { font-size: 2rem; font-weight: 700; margin: 0 0 24px; }
.act-cart-layout .woocommerce { display: grid; gap: 24px; }
@media (min-width: 1024px) {
  .woocommerce-cart .woocommerce { grid-template-columns: 3fr 2fr; }
}
.woocommerce-cart table.shop_table { background: #fff; border-radius: var(--radius); border: 1px solid var(--border); overflow: hidden; }
.woocommerce-cart .button, .checkout-button, #place_order {
  background: var(--primary) !important; color: #fff !important; border: none !important;
  border-radius: var(--radius) !important; font-weight: 600 !important; padding: 12px 24px !important;
}
.woocommerce-cart .cart-collaterals { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; }
.act-checkout-reserved { background: #f8f6db; border: 1px solid #dfda9e; color: #111; padding: 12px 16px; border-radius: var(--radius); margin-bottom: 20px; font-size: 14px; font-weight: 500; }
.act-checkout-sub { color: var(--muted); margin: -16px 0 24px; }
.woocommerce-checkout .col2-set { display: grid; gap: 24px; }
@media (min-width: 768px) { .woocommerce-checkout .col2-set { grid-template-columns: 1fr 1fr; } }
.woocommerce form .input-text, .woocommerce form select {
  border: 1px solid var(--border) !important; border-radius: var(--radius) !important;
  padding: 10px 14px !important; font-family: var(--font) !important;
}
.woocommerce form .input-text:focus { border-color: var(--primary) !important; box-shadow: 0 0 0 3px rgba(235,48,48,.1) !important; }

/* ── FOOTER ── */
.act-footer { margin-top: auto; }
.act-footer-main { background: var(--footer-bg); color: var(--footer-text); padding: 48px 0 32px; }
.act-footer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
@media (min-width: 1024px) { .act-footer-grid { grid-template-columns: 1.2fr 1fr 1fr 1.2fr; } }
.act-footer-brand h3 { color: #fff; font-size: 18px; margin: 0 0 12px; }
.act-footer-brand p { font-size: 13px; line-height: 1.7; margin: 0; color: var(--footer-text); }
.act-footer-col h4 { color: #9ca3af; font-size: 11px; text-transform: uppercase; letter-spacing: 1.2px; margin: 0 0 14px; }
.act-footer-col ul { list-style: none; padding: 0; margin: 0; }
.act-footer-col li { margin-bottom: 8px; }
.act-footer-col a { color: var(--footer-text); text-decoration: none; font-size: 13px; }
.act-footer-col a:hover { color: var(--primary); }
.act-footer-help p { font-size: 13px; line-height: 1.6; margin: 0 0 16px; }
.act-footer-payments { background: var(--footer-bg); border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; }
.act-footer-payments-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 16px; }
.act-secure-label { display: flex; align-items: center; gap: 8px; color: var(--footer-text); font-size: 14px; font-weight: 600; }
.act-payment-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.act-payment-badges span { background: #fff; color: var(--footer-bg); font-size: 12px; font-weight: 600; padding: 6px 14px; border-radius: 100px; }
.act-footer-bottom { background: var(--secondary); padding: 16px 0; }
.act-footer-bottom-inner { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px; }
.act-footer-bottom p { margin: 0; font-size: 13px; color: #9ca3af; }
.act-footer-bottom-links a { color: #9ca3af; text-decoration: none; font-size: 13px; margin-left: 16px; }
.act-footer-bottom-links a:hover { color: #fff; }

/* ── CART DRAWER ── */
.act-cart-drawer { position: fixed; inset: 0; z-index: 300; pointer-events: none; }
.act-cart-drawer.is-open { pointer-events: auto; }
.act-cart-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.5); opacity: 0; transition: opacity .3s; }
.act-cart-drawer.is-open .act-cart-overlay { opacity: 1; }
.act-cart-panel { position: absolute; background: #fff; display: flex; flex-direction: column; transition: transform .3s; }
@media (max-width: 1023px) {
  .act-cart-panel { bottom: 0; left: 0; right: 0; max-height: 85vh; border-radius: 16px 16px 0 0; transform: translateY(100%); }
  .act-cart-drawer.is-open .act-cart-panel { transform: translateY(0); }
}
@media (min-width: 1024px) {
  .act-cart-panel { top: 0; right: 0; width: 384px; height: 100%; transform: translateX(100%); box-shadow: -4px 0 24px rgba(0,0,0,.15); }
  .act-cart-drawer.is-open .act-cart-panel { transform: translateX(0); }
}
.act-cart-panel-header { display: flex; justify-content: space-between; align-items: center; padding: 20px; border-bottom: 1px solid var(--border); }
.act-cart-panel-header h2 { margin: 0; font-size: 18px; }
.act-cart-close { background: none; border: none; font-size: 28px; cursor: pointer; line-height: 1; color: var(--muted); }
.act-cart-panel-body { flex: 1; overflow-y: auto; padding: 16px 20px; }
.act-cart-empty { text-align: center; color: var(--muted); padding: 40px 0; }
.act-drawer-item { display: flex; gap: 12px; margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
.act-drawer-item img { width: 64px; height: 64px; object-fit: contain; }
.act-cart-panel-footer { padding: 20px; border-top: 1px solid var(--border); }
.act-drawer-row { display: flex; justify-content: space-between; margin-bottom: 8px; font-size: 14px; }
.act-drawer-total { font-weight: 700; font-size: 16px; margin-bottom: 16px; }
body.act-cart-open { overflow: hidden; }

/* ── CONTENT PAGES ── */
.act-page-hero { background: var(--bg-muted); padding: 48px 0; border-bottom: 1px solid var(--border); text-align: center; }
.act-page-hero h1 { font-size: clamp(1.75rem, 4vw, 2rem); font-weight: 700; margin: 0 0 8px; color: var(--text); }
.act-page-hero p { color: var(--muted); margin: 0; font-size: 15px; }
.act-page-body { padding: 48px 0 72px; max-width: 800px; }
.act-page-body h2 { font-size: 18px; font-weight: 700; margin: 28px 0 12px; padding-left: 14px; border-left: 3px solid var(--primary); }
.act-page-body p, .act-page-body li { line-height: 1.75; color: #4b5563; font-size: 15px; margin-bottom: 12px; }
.act-page-body a { color: var(--primary); }
.act-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 24px 0; }
@media (max-width: 600px) { .act-contact-grid { grid-template-columns: 1fr; } }
.act-contact-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; text-align: center; }
.act-contact-card h3 { margin: 0 0 8px; font-size: 15px; }

/* WooCommerce misc */
.woocommerce span.onsale { display: none !important; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--primary) !important; }
.related.products { max-width: 1200px; margin: 0 auto; padding: 0 16px 48px; }
.related.products h2 { font-size: 1.5rem; font-weight: 700; margin-bottom: 24px; }
