:root {
  --geoty-primary: #febd1f;
  --geoty-primary-strong: #e5a800;
  --geoty-primary-soft: #fff4cf;
  --geoty-text: #161922;
  --geoty-text-muted: #5f6573;
  --geoty-bg: #f7f8fb;
  --geoty-surface: #ffffff;
  --geoty-border: #e7e9ef;
  --geoty-dark: #121521;
  --geoty-shadow-sm: 0 8px 24px rgba(22, 25, 34, 0.08);
  --geoty-shadow-md: 0 14px 36px rgba(22, 25, 34, 0.12);
  --geoty-radius-sm: 10px;
  --geoty-radius-md: 16px;
  --geoty-radius-lg: 22px;
  --geoty-container: 1240px;
  --customer-color: var(--geoty-primary);
  --customer-dark: var(--geoty-primary-strong);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Plus Jakarta Sans", "Segoe UI", Arial, sans-serif;
  color: var(--geoty-text);
  background:
    radial-gradient(circle at 100% -10%, rgba(254, 189, 31, 0.12), transparent 44%),
    radial-gradient(circle at -10% 0%, rgba(18, 21, 33, 0.08), transparent 36%),
    var(--geoty-bg);
  line-height: 1.65;
}

h1,
h2,
h3,
h4,
h5,
h6,
.geoty-brand__text,
.site-menu a {
  font-family: "Space Grotesk", "Plus Jakarta Sans", "Segoe UI", sans-serif;
  letter-spacing: -0.01em;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

.geoty-container {
  width: min(var(--geoty-container), calc(100% - 2.5rem));
  margin: 0 auto;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.text-customer {
  color: var(--customer-color) !important;
}

.bg-customer {
  background-color: var(--customer-color) !important;
}

.benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12) !important;
}

.benefit-card:hover .icon-wrapper {
  transform: scale(1.05);
}

.icon-wrapper {
  transition: transform 0.3s ease;
}

.cta-section .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(254, 189, 31, 0.4) !important;
}

.ast-scroll-to-top,
#ast-scroll-top,
.astra-scroll-to-top {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.page-template-template-contact .page-header,
.page-template-template-news .page-header,
.page-template-template-products .page-header,
.page-template-template-rfq .page-header,
.search .page-header,
.single-post .page-header,
.post-type-archive-product .page-header,
.single-product .page-header {
  background: linear-gradient(135deg, #febd1f 0%, #f5a623 100%);
  color: #1a1a2e;
  padding: 84px 0 64px;
  margin-bottom: 48px;
}

.geoty-topbar,
.top-header {
  background: var(--geoty-surface);
  border-bottom: 1px solid var(--geoty-border);
  background: color-mix(in oklab, var(--geoty-surface) 90%, var(--geoty-primary-soft) 10%);
}

.geoty-topbar {
  padding: 10px 0;
}

.geoty-topbar__inner,
.top-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.geoty-topbar__left,
.top-header .contact-info {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--geoty-text-muted);
  font-size: 0.85rem;
}

.geoty-topbar__left i,
.top-header .contact-info i {
  color: var(--geoty-primary-strong);
  margin-right: 6px;
}

.geoty-topbar__right,
.top-header .social-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.geoty-topbar__right a,
.top-header .social-links a {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--geoty-border);
  color: var(--geoty-text-muted);
  transition: 0.2s ease;
}

.geoty-topbar__right a:hover,
.top-header .social-links a:hover {
  color: var(--geoty-text);
  border-color: var(--geoty-primary);
  background: var(--geoty-primary-soft);
}

.geoty-header,
.navbar-custom {
  position: sticky;
  top: 0;
  z-index: 60;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid var(--geoty-border);
}

.geoty-header__inner {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  min-height: 86px;
  gap: 22px;
}

.geoty-brand {
  display: flex;
  align-items: center;
}

.geoty-brand__link,
.geoty-brand .custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.geoty-brand .custom-logo {
  max-height: 52px;
  width: auto;
}

.geoty-brand__text {
  font-weight: 700;
  font-size: 1.32rem;
}

.geoty-nav-toggle {
  width: 42px;
  height: 42px;
  border: 1px solid var(--geoty-border);
  background: var(--geoty-surface);
  border-radius: 12px;
  display: none;
  padding: 9px;
  gap: 5px;
  flex-direction: column;
  justify-content: center;
}

.geoty-nav-toggle__line {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--geoty-text);
  border-radius: 2px;
}

.geoty-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 0;
}

.site-menu li {
  position: relative;
}

.site-menu a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 15px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--geoty-text-muted);
  transition: 0.22s ease;
}

.site-menu .current-menu-item > a,
.site-menu .current_page_item > a,
.site-menu a:hover {
  color: var(--geoty-text);
  background: var(--geoty-primary-soft);
}

.geoty-nav__actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 14px;
}

.geoty-header-search,
.geoty-search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: min(100%, 280px);
  min-height: 42px;
  border: 1px solid var(--geoty-border);
  border-radius: 999px;
  overflow: hidden;
  background: var(--geoty-surface);
}

.geoty-header-search input,
.geoty-search-form__input {
  border: 0;
  outline: none;
  min-width: 0;
  width: 100%;
  padding: 10px 12px 10px 14px;
  font-size: 0.92rem;
  line-height: 1.25;
  background: transparent;
  color: var(--geoty-text);
}

.geoty-header-search button,
.geoty-search-form__button {
  border: 0;
  border-left: 1px solid var(--geoty-border);
  width: 46px;
  height: 100%;
  min-height: 42px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--geoty-primary) 0%, #f5a623 100%);
  color: #1a1f33;
  transition: all 0.22s ease;
  cursor: pointer;
}

.geoty-header-search button i,
.geoty-search-form__button i {
  font-size: 0.95rem;
  line-height: 1;
  pointer-events: none;
}

.geoty-header-search button:hover,
.geoty-header-search button:focus,
.geoty-search-form__button:hover,
.geoty-search-form__button:focus {
  background: linear-gradient(135deg, #1a2440 0%, #2d3b5a 100%);
  color: #fff;
}

.geoty-header-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 10px 14px;
  background: linear-gradient(135deg, var(--geoty-primary), #ffcf58);
  color: #232014;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  min-height: 42px;
}

.geoty-main {
  min-height: 52vh;
}

.geoty-page-header,
.page-header {
  padding: 64px 0 36px;
  margin-bottom: 28px;
  background: linear-gradient(145deg, #1a1f33 0%, #272e44 52%, #2f3752 100%);
  color: #fff;
}

.geoty-page-header h1,
.page-header h1 {
  font-size: clamp(1.95rem, 3.5vw, 3rem);
  margin: 0;
  line-height: 1.14;
}

.geoty-page-header p,
.geoty-page-header__description,
.page-header p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.02rem;
}

.geoty-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 26px;
  align-items: start;
  margin-bottom: 64px;
}

.geoty-content-column {
  min-width: 0;
}

.geoty-post-grid {
  display: grid;
  gap: 20px;
}

.geoty-post-card,
.geoty-single-card,
.geoty-sidebar .widget,
.geoty-widget {
  background: var(--geoty-surface);
  border: 1px solid var(--geoty-border);
  border-radius: var(--geoty-radius-md);
  box-shadow: var(--geoty-shadow-sm);
}

.geoty-post-card {
  overflow: hidden;
}

.geoty-post-card__thumb {
  display: block;
  border-bottom: 1px solid var(--geoty-border);
  background: #f2f4fa;
}

.geoty-post-card__thumb img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.geoty-post-card__body {
  padding: 24px;
}

.geoty-post-card__meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--geoty-text-muted);
  font-size: 0.83rem;
}

.geoty-post-card__title {
  margin: 10px 0 12px;
  font-size: clamp(1.25rem, 2.3vw, 1.56rem);
  line-height: 1.24;
}

.geoty-post-card__title a {
  color: var(--geoty-text);
}

.geoty-post-card__title a:hover {
  color: #111;
}

.geoty-post-card__excerpt {
  color: var(--geoty-text-muted);
}

.geoty-link-arrow {
  display: inline-flex;
  margin-top: 14px;
  color: #2d3140;
  font-weight: 700;
  font-size: 0.92rem;
}

.geoty-link-arrow:hover {
  color: #000;
}

.geoty-single-card {
  padding: 28px;
  margin-bottom: 42px;
}

.geoty-single-card .post-thumbnail {
  margin-bottom: 24px;
}

.geoty-entry-content {
  color: #252a38;
}

.geoty-entry-content > *:first-child {
  margin-top: 0;
}

.geoty-entry-content img {
  border-radius: 14px;
}

.geoty-entry-content blockquote {
  border-left: 4px solid var(--geoty-primary);
  background: #fffaf0;
  margin: 22px 0;
  padding: 15px 18px;
  border-radius: 10px;
}

.geoty-pagination {
  margin-top: 24px;
}

.geoty-pagination .nav-links,
.pagination-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.geoty-pagination a,
.geoty-pagination span,
.pagination-wrap .page-numbers,
.pagination-wrap a,
.pagination-wrap span {
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--geoty-border);
  border-radius: 999px;
  background: var(--geoty-surface);
  color: var(--geoty-text-muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.geoty-pagination a:hover,
.pagination-wrap a:hover {
  border-color: var(--geoty-primary);
  background: var(--geoty-primary-soft);
  color: #161616;
}

.geoty-pagination .current,
.pagination-wrap span.current {
  border-color: var(--geoty-primary);
  background: linear-gradient(135deg, var(--geoty-primary), #f6ac1a);
  color: #1b1b1b;
}

.geoty-empty-state {
  text-align: center;
  background: var(--geoty-surface);
  border: 1px solid var(--geoty-border);
  border-radius: var(--geoty-radius-lg);
  padding: 48px 24px;
}

.geoty-empty-state h2 {
  margin: 0;
}

.geoty-empty-state p {
  margin: 10px 0 0;
  color: var(--geoty-text-muted);
}

.geoty-sidebar {
  display: grid;
  gap: 18px;
}

.geoty-sidebar .widget,
.geoty-widget {
  padding: 18px;
}

.geoty-sidebar .widget-title,
.geoty-widget .widget-title {
  margin: 0 0 12px;
  font-size: 1rem;
  color: #1a1e29;
}

.geoty-sidebar ul,
.geoty-widget ul {
  margin: 0;
  padding-left: 18px;
}

.geoty-sidebar a,
.geoty-widget a {
  color: #364057;
}

.geoty-sidebar a:hover,
.geoty-widget a:hover {
  color: #000;
}

.geoty-comments {
  margin-bottom: 64px;
}

.geoty-comments .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.geoty-comments .comment {
  border-top: 1px solid var(--geoty-border);
  padding-top: 16px;
  margin-top: 16px;
}

.geoty-comments .comment-body {
  color: #2a3042;
}

.geoty-comments .comment-author img {
  border-radius: 999px;
}

.geoty-comments .comment-meta {
  font-size: 0.85rem;
  color: var(--geoty-text-muted);
}

.comment-respond {
  margin-top: 24px;
  border-top: 1px solid var(--geoty-border);
  padding-top: 20px;
}

.comment-form input,
.comment-form textarea,
.comment-form select {
  width: 100%;
  border: 1px solid var(--geoty-border);
  border-radius: 12px;
  padding: 10px 12px;
}

.comment-form input:focus,
.comment-form textarea:focus,
.comment-form select:focus,
.geoty-search-form__input:focus,
.geoty-header-search input:focus {
  outline: 2px solid color-mix(in oklab, var(--geoty-primary) 55%, transparent);
  outline-offset: 1px;
}

.comment-form .submit,
.geoty-button {
  border: 0;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 700;
  background: linear-gradient(135deg, var(--geoty-primary), #f5a623);
  color: #232014;
  box-shadow: 0 10px 25px rgba(254, 189, 31, 0.26);
}

.geoty-button--ghost {
  background: var(--geoty-surface);
  border: 1px solid var(--geoty-border);
  box-shadow: none;
  color: var(--geoty-text);
}

.geoty-error-actions {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.geoty-part-finder {
  margin-top: 42px;
}

.geoty-part-finder__shell {
  background: linear-gradient(140deg, #ffffff 0%, #fff8e5 100%);
  border: 1px solid var(--geoty-border);
  border-radius: var(--geoty-radius-lg);
  box-shadow: var(--geoty-shadow-sm);
  padding: 28px;
}

.geoty-part-finder__head {
  margin-bottom: 18px;
}

.geoty-part-finder__kicker {
  margin: 0 0 10px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #7f6a2d;
}

.geoty-part-finder__head h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2.3vw, 2rem);
  color: var(--geoty-text);
}

.geoty-part-finder__head p {
  margin: 10px 0 0;
  color: var(--geoty-text-muted);
}

.geoty-part-finder__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.geoty-part-finder__grid label {
  display: grid;
  gap: 6px;
}

.geoty-part-finder__grid label span {
  font-size: 0.82rem;
  font-weight: 600;
  color: #43495a;
}

.geoty-part-finder__grid input,
.geoty-part-finder__grid select,
.geoty-part-finder__grid textarea {
  width: 100%;
  border: 1px solid var(--geoty-border);
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 0.92rem;
  background: #fff;
  color: var(--geoty-text);
}

.geoty-part-finder__grid input:focus,
.geoty-part-finder__grid select:focus,
.geoty-part-finder__grid textarea:focus {
  outline: 2px solid color-mix(in oklab, var(--geoty-primary) 50%, transparent);
  border-color: var(--geoty-primary);
  outline-offset: 1px;
}

.geoty-part-finder__grid .geoty-part-finder__wide {
  grid-column: 1 / -1;
}

.geoty-part-finder__actions {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.geoty-rfq-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.geoty-rfq-status {
  margin: 12px 0 0;
  font-size: 0.9rem;
  line-height: 1.5;
}

.geoty-rfq-status.is-pending {
  color: #5a6478;
}

.geoty-rfq-status.is-success {
  color: #1f7a44;
}

.geoty-rfq-status.is-error {
  color: #b02a37;
}

#geotyRfqSubmitButton[disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}

.geoty-faq {
  margin-top: 42px;
}

.geoty-faq__head {
  margin-bottom: 16px;
}

.geoty-faq__head h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2.1vw, 1.9rem);
}

.geoty-faq__head p {
  margin: 8px 0 0;
  color: var(--geoty-text-muted);
}

.geoty-faq__accordion .accordion-item {
  border: 1px solid var(--geoty-border);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 10px;
  background: #fff;
}

.geoty-faq__accordion .accordion-button {
  font-weight: 600;
  color: var(--geoty-text);
  background: #fff;
  box-shadow: none !important;
}

.geoty-faq__accordion .accordion-button:not(.collapsed) {
  background: var(--geoty-primary-soft);
  color: #1a1a2e;
}

.geoty-faq__accordion .accordion-body {
  color: #50576a;
  line-height: 1.7;
}

.geoty-cta {
  margin-top: 42px;
  background: linear-gradient(135deg, #1a1f33 0%, #2b334c 100%);
  color: #fff;
}

.geoty-cta__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 36px 0;
}

.geoty-cta__content {
  min-width: 0;
}

.geoty-cta__kicker {
  margin: 0 0 10px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.geoty-cta h2 {
  margin: 0;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
}

.geoty-cta p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.8);
}

.geoty-cta__chips {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.geoty-cta__chips li {
  padding: 5px 11px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.geoty-cta__actions {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
}

.geoty-cta__button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 12px 22px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, #2ad46f, #1f8f59);
  color: #fff;
  font-weight: 700;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.geoty-cta__button:hover {
  transform: translateY(-2px);
}

.geoty-cta__button--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.32);
  color: #fff;
  box-shadow: none;
}

.geoty-cta__button--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.geoty-footer,
footer.bg-light {
  background: #f4f6fb !important;
  border-top: 1px solid var(--geoty-border);
}

.geoty-footer {
  padding: 46px 0 18px;
}

.geoty-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 22px;
}

.geoty-footer h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
}

.geoty-footer-brand {
  margin: 0 0 12px;
}

.geoty-footer-brand__link {
  display: inline-flex;
  align-items: center;
}

.geoty-footer-brand__logo {
  width: auto;
  max-width: 210px;
  max-height: 54px;
  object-fit: contain;
}

.geoty-footer-brand__text {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a1f33;
}

.geoty-footer p {
  margin: 0;
  color: var(--geoty-text-muted);
  line-height: 1.72;
}

.geoty-footer-menu,
.geoty-contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.geoty-footer-menu a,
.geoty-contact-list {
  color: #3a4154;
}

.geoty-footer-menu a:hover {
  color: #101216;
}

.geoty-contact-list i {
  color: var(--geoty-primary-strong);
  margin-right: 8px;
}

.geoty-footer__bottom {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--geoty-border);
  text-align: center;
}

.geoty-footer__bottom p {
  margin: 0;
  color: #5a6071;
  font-size: 0.87rem;
}

.geoty-back-to-top,
.back-to-top a,
.geoty-whatsapp-float a {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: var(--geoty-shadow-md);
}

.geoty-back-to-top {
  position: fixed;
  right: 20px;
  bottom: 24px;
  z-index: 90;
  background: linear-gradient(135deg, #2a3147, #171c2d);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: 0.2s ease;
}

.geoty-back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.geoty-whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 84px;
  z-index: 92;
}

.geoty-whatsapp-float a {
  background: linear-gradient(135deg, #2ad46f, #1f8f59);
}

.geoty-back-to-top:hover,
.back-to-top a:hover {
  color: #fff;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  border-radius: 14px;
  border: 1px solid var(--geoty-border);
  background: var(--geoty-surface);
  box-shadow: 0 8px 22px rgba(20, 23, 32, 0.08);
  padding: 12px;
}

/* Brand logo */
.geoty-brand__logo-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.geoty-brand__logo-link::after {
  content: "";
  position: absolute;
  inset: -6px -10px;
  border-radius: 14px;
  background: radial-gradient(circle at 10% 0, rgba(254, 189, 31, 0.2), transparent 60%);
  z-index: -1;
}

.geoty-brand__logo-img {
  display: block;
  max-height: 56px;
  width: auto;
  object-fit: contain;
}

/* Shared page headers */
.page-header .subtitle {
  margin: 0 0 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 700;
  color: rgba(26, 31, 51, 0.8);
}

.page-header .lead {
  color: rgba(26, 31, 51, 0.8);
}

/* Shared product/search cards */
.product-card,
.search-item,
.index-product .cl-item {
  border: 1px solid var(--geoty-border);
  border-radius: var(--geoty-radius-md);
  overflow: hidden;
  background: var(--geoty-surface);
  box-shadow: 0 8px 22px rgba(20, 23, 32, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.product-card:hover,
.search-item:hover,
.index-product .cl-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 38px rgba(20, 23, 32, 0.14);
  border-color: color-mix(in oklab, var(--geoty-primary) 56%, var(--geoty-border));
}

.product-card .product-image,
.search-item .item-image,
.index-product .product-image-wrapper {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fc 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-card .product-image a,
.search-item .item-image a,
.index-product .product-image-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 15px;
}

.product-card .product-image img,
.search-item .item-image img,
.index-product .product-image,
.index-product .product-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.product-card:hover .product-image img,
.search-item:hover .item-image img,
.index-product .cl-item:hover .product-image {
  transform: scale(1.05);
}

.product-card .category-badge,
.search-item .category-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: linear-gradient(135deg, var(--geoty-primary) 0%, #f5a623 100%);
  color: #1a1a2e;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(254, 189, 31, 0.3);
}

.product-card .product-info,
.search-item .item-content,
.index-product .product-info {
  padding: 20px;
  background: var(--geoty-surface);
}

.product-card .product-title,
.search-item .item-title,
.index-product .product-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--geoty-text);
  line-height: 1.5;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.8em;
}

.product-card .product-title a,
.search-item .item-title a,
.index-product .product-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.product-card .product-title a:hover,
.search-item .item-title a:hover,
.index-product .product-title a:hover {
  color: var(--geoty-primary-strong);
}

.product-card .product-actions,
.search-item .item-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.product-card .btn-view-details,
.search-item .btn-view,
.index-product .btn-view-details {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background: transparent;
  color: var(--geoty-primary-strong);
  border: 1px solid color-mix(in oklab, var(--geoty-primary) 75%, #ffffff);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
}

.product-card .btn-view-details:hover,
.search-item .btn-view:hover,
.index-product .btn-view-details:hover {
  background: linear-gradient(135deg, var(--geoty-primary) 0%, #f5a623 100%);
  color: #1a1a2e;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(254, 189, 31, 0.3);
}

.product-card .btn-inquiry,
.search-item .btn-inquiry {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background: linear-gradient(135deg, var(--geoty-primary) 0%, #f5a623 100%);
  color: #1a1a2e;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
}

.product-card .btn-inquiry:hover,
.search-item .btn-inquiry:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(254, 189, 31, 0.35);
  color: #1a1a2e;
}

/* Global button accent */
.btn-customer {
  background: linear-gradient(135deg, var(--geoty-primary) 0%, #f5a623 100%);
  border: 0;
  color: #1a1a2e;
  padding: 12px 28px;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 999px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 8px 22px rgba(254, 189, 31, 0.28);
}

.btn-customer:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(254, 189, 31, 0.35);
  color: #15171f;
}

/* Homepage redesign */
.page-template-template-homepage .wodepress-carousel {
  position: relative;
  background: #0f1220;
}

.page-template-template-homepage .wodepress-carousel .carousel-item {
  height: min(74vh, 700px);
  min-height: 430px;
}

.page-template-template-homepage .wodepress-carousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.04);
}

.page-template-template-homepage .wodepress-carousel .carousel-caption {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex !important;
  align-items: center;
  background:
    linear-gradient(95deg, rgba(14, 18, 31, 0.86) 4%, rgba(14, 18, 31, 0.48) 45%, rgba(14, 18, 31, 0.24) 72%, rgba(14, 18, 31, 0.15) 100%);
}

.page-template-template-homepage .wodepress-carousel .carousel-caption h2 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.08;
  margin-bottom: 1rem;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
}

.page-template-template-homepage .wodepress-carousel .carousel-caption p {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.65;
  max-width: 700px;
  margin: 0 auto 1.5rem;
}

.page-template-template-homepage .wodepress-carousel .carousel-indicators button {
  width: 30px;
  height: 4px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
}

.page-template-template-homepage .wodepress-carousel .carousel-indicators button.active {
  background: var(--geoty-primary);
  width: 44px;
}

.page-template-template-homepage .index-trust {
  background: transparent !important;
  padding: 3.4rem 0 !important;
}

.page-template-template-homepage .index-trust .trust-item {
  height: 100%;
  padding: 18px 14px;
  border-radius: 14px;
  border: 1px solid var(--geoty-border);
  background: color-mix(in oklab, #ffffff 90%, #fff8dd 10%);
  box-shadow: var(--geoty-shadow-sm);
}

.page-template-template-homepage .index-trust i {
  color: var(--geoty-primary-strong);
}

.page-template-template-homepage .index-product,
.page-template-template-homepage .index-about {
  background: transparent !important;
}

.page-template-template-homepage .index-hot-sales {
  background: linear-gradient(180deg, #ffffff 0%, #fff8e7 100%);
}

.page-template-template-homepage .index-hot-sales .hot-sales-kicker {
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--geoty-primary-strong);
  font-size: 0.76rem;
}

.page-template-template-homepage .index-hot-sales .product-card .product-excerpt {
  margin: -4px 0 14px;
  font-size: 0.83rem;
  line-height: 1.55;
  color: var(--geoty-text-muted);
  min-height: 3.1em;
}

.page-template-template-homepage .index-hot-sales .product-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.page-template-template-homepage .index-product .nav-pills {
  justify-content: center !important;
  gap: 8px;
}

.page-template-template-homepage .index-product .nav-pills .nav-link {
  color: var(--geoty-text-muted);
  background: #fff;
  border: 1px solid var(--geoty-border);
  border-radius: 999px;
  margin: 0;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.25s ease;
}

.page-template-template-homepage .index-product .nav-pills .nav-link:hover,
.page-template-template-homepage .index-product .nav-pills .nav-link.active {
  background: linear-gradient(135deg, var(--geoty-primary) 0%, #f5a623 100%);
  border-color: transparent;
  color: #1a1a2e;
}

.page-template-template-homepage .section-title-two .title {
  font-size: clamp(1.95rem, 3.3vw, 2.8rem);
  margin-bottom: 0.8rem;
  line-height: 1.15;
}

.page-template-template-homepage .section-title-two p {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.page-template-template-homepage .feature-item,
.page-template-template-homepage .testimonial-item,
.page-template-template-homepage .index-counter,
.page-template-template-homepage .client-logos {
  background: var(--geoty-surface);
  border: 1px solid var(--geoty-border);
  border-radius: var(--geoty-radius-md);
  box-shadow: var(--geoty-shadow-sm);
}

.page-template-template-homepage .feature-item:hover,
.page-template-template-homepage .testimonial-item:hover {
  transform: translateY(-6px);
  box-shadow: var(--geoty-shadow-md);
}

.page-template-template-homepage .index-about .about-image img {
  border-radius: var(--geoty-radius-md);
  border: 1px solid var(--geoty-border);
}

.page-template-template-homepage .client-logos img {
  max-height: 280px;
}

.page-template-template-homepage .navbar-toggler {
  border: 0;
  background-color: transparent;
}

.page-template-template-homepage .navbar-toggler:focus,
.page-template-template-homepage .navbar-toggler:active,
.page-template-template-homepage .navbar-toggler:hover {
  box-shadow: 0 0 0 0.25rem rgba(254, 189, 31, 0.25);
  background-color: transparent;
  outline: none;
}

.page-template-template-homepage .navbar-toggler-icon,
.page-template-template-homepage .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23febd1f' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Contact template */
.page-template-template-contact .contact-info-card {
  background: #fff;
  padding: 34px 24px;
  border-radius: var(--geoty-radius-md);
  box-shadow: var(--geoty-shadow-sm);
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid var(--geoty-border);
}

.page-template-template-contact .contact-info-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--geoty-shadow-md);
}

.page-template-template-contact .contact-info-card .icon-wrapper {
  width: 68px;
  height: 68px;
  background: linear-gradient(135deg, var(--geoty-primary) 0%, #f5a623 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  box-shadow: 0 6px 20px rgba(254, 189, 31, 0.28);
}

.page-template-template-contact .contact-info-card .icon-wrapper i {
  font-size: 1.55rem;
  color: #1a1a2e;
}

.page-template-template-contact .contact-info-card .icon-wrapper.whatsapp {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
}

.page-template-template-contact .contact-info-card .icon-wrapper.whatsapp i {
  color: #fff;
}

.page-template-template-contact .contact-info-card h4 {
  font-size: 1.16rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--geoty-text);
}

.page-template-template-contact .contact-info-card p {
  color: var(--geoty-text-muted);
  margin-bottom: 0;
}

.page-template-template-contact .contact-info-card a {
  color: var(--geoty-text-muted);
}

.page-template-template-contact .contact-info-card .btn-contact {
  display: inline-block;
  margin-top: 14px;
  padding: 9px 22px;
  background: linear-gradient(135deg, var(--geoty-primary) 0%, #f5a623 100%);
  color: #1a1a2e;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.88rem;
  transition: all 0.25s ease;
}

.page-template-template-contact .contact-info-card .btn-contact:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(254, 189, 31, 0.34);
}

.page-template-template-contact .contact-info-card .btn-whatsapp {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: #fff;
}

.page-template-template-contact .contact-form-wrapper {
  background: #fff;
  padding: 42px;
  border-radius: var(--geoty-radius-md);
  box-shadow: var(--geoty-shadow-sm);
  border: 1px solid var(--geoty-border);
}

.page-template-template-contact .contact-form-wrapper h3 {
  color: var(--geoty-text);
  font-size: 1.65rem;
  margin-bottom: 8px;
}

.page-template-template-contact .contact-form-wrapper .form-subtitle {
  color: var(--geoty-text-muted);
  margin-bottom: 24px;
}

.page-template-template-contact .geoty-inquiry-summary {
  display: none;
  margin: 0 0 22px;
  padding: 16px 18px;
  border: 1px solid #f1d48a;
  border-radius: 12px;
  background: linear-gradient(135deg, #fff9ec 0%, #fff4d7 100%);
}

.page-template-template-contact .geoty-inquiry-summary.is-visible {
  display: block;
}

.page-template-template-contact .geoty-inquiry-summary h4 {
  margin: 0 0 10px;
  font-size: 1.02rem;
  color: #1a1f33;
}

.page-template-template-contact .geoty-inquiry-summary ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.page-template-template-contact .geoty-inquiry-summary li {
  font-size: 0.9rem;
  color: #40475b;
}

.page-template-template-contact .geoty-inquiry-summary strong {
  color: #20283f;
}

.page-template-template-contact .contact-form-wrapper .form-control {
  border-radius: 10px;
  border: 1px solid var(--geoty-border);
  padding: 12px 16px;
}

.page-template-template-contact .contact-form-wrapper .form-control:focus {
  border-color: var(--geoty-primary);
  box-shadow: 0 0 0 3px rgba(254, 189, 31, 0.18);
}

.page-template-template-contact .contact-form-wrapper .form-label {
  font-weight: 500;
  color: #313648;
}

.page-template-template-contact .contact-form-wrapper .btn-submit {
  background: linear-gradient(135deg, var(--geoty-primary) 0%, #f5a623 100%);
  border: 0;
  color: #1a1a2e;
  padding: 13px 42px;
  font-weight: 700;
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(254, 189, 31, 0.3);
}

.page-template-template-contact .contact-form-wrapper .btn-submit:hover {
  transform: translateY(-2px);
}

.page-template-template-contact .working-hours-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-template-template-contact .contact-hours-card {
  background: linear-gradient(135deg, #1a1a2e 0%, #2d2d44 100%);
  padding: 40px;
  border-radius: var(--geoty-radius-md);
  height: 100%;
}

.page-template-template-contact .contact-hours-title {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.page-template-template-contact .working-hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
}

.page-template-template-contact .working-hours-list li:last-child {
  border-bottom: none;
}

.page-template-template-contact .working-hours-list li strong {
  color: var(--geoty-primary);
}

.page-template-template-contact .contact-hours-urgent {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-template-template-contact .contact-hours-note {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  margin-bottom: 15px;
}

.page-template-template-contact .contact-hours-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: #fff;
  padding: 12px 25px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.25s ease;
}

.page-template-template-contact .contact-hours-whatsapp:hover {
  color: #fff;
  transform: translateY(-2px);
}

.page-template-template-contact .map-wrapper {
  border-radius: var(--geoty-radius-md);
  overflow: hidden;
  border: 1px solid var(--geoty-border);
  box-shadow: var(--geoty-shadow-sm);
}

.page-template-template-contact .map-wrapper iframe {
  width: 100%;
  height: 450px;
  border: none;
}

/* News template */
.page-template-template-news .news-card {
  transition: all 0.3s ease;
  border: 1px solid var(--geoty-border);
  box-shadow: var(--geoty-shadow-sm);
  margin-bottom: 30px;
  border-radius: var(--geoty-radius-md);
}

.page-template-template-news .news-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--geoty-shadow-md);
}

.page-template-template-news .news-card .card-img-top {
  height: 220px;
  object-fit: cover;
}

.page-template-template-news .news-card .card-title {
  font-size: 1.12rem;
  font-weight: 600;
}

.page-template-template-news .news-card .card-title a {
  color: var(--geoty-text);
}

.page-template-template-news .news-card .card-title a:hover {
  color: var(--geoty-primary-strong);
}

.page-template-template-news .news-card .card-text {
  color: var(--geoty-text-muted);
  line-height: 1.6;
}

.page-template-template-news .news-card .post-date {
  color: #7d8393;
  font-size: 0.88rem;
}

.page-template-template-news .pagination {
  justify-content: center;
  margin-top: 40px;
}

.page-template-template-news .pagination .page-link {
  color: var(--geoty-primary-strong);
  border-color: var(--geoty-border);
}

.page-template-template-news .pagination .page-link:hover,
.page-template-template-news .pagination .page-item.active .page-link {
  background: linear-gradient(135deg, var(--geoty-primary) 0%, #f5a623 100%);
  border-color: transparent;
  color: #1a1a2e;
}

/* Single post template */
.single-post .page-header .post-meta {
  color: rgba(26, 31, 51, 0.86);
  font-size: 0.95rem;
  margin-top: 15px;
}

.single-post .page-header .post-meta i {
  margin-right: 5px;
}

.single-post .page-header .post-meta span {
  margin: 0 10px;
}

.single-post .article-content {
  background: #fff;
  padding: 50px;
  border-radius: var(--geoty-radius-md);
  box-shadow: var(--geoty-shadow-sm);
  margin-bottom: 40px;
  border: 1px solid var(--geoty-border);
}

.single-post .article-content h2 {
  color: var(--geoty-text);
  margin: 30px 0 15px;
  font-size: 1.8rem;
}

.single-post .article-content h3 {
  color: var(--geoty-text);
  margin: 25px 0 12px;
  font-size: 1.5rem;
}

.single-post .article-content p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 1.05rem;
}

.single-post .article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 20px 0;
}

.single-post .article-content blockquote {
  border-left: 4px solid var(--geoty-primary);
  padding-left: 20px;
  margin: 20px 0;
  color: #666;
  font-style: italic;
}

.single-post .article-content ul,
.single-post .article-content ol {
  margin: 20px 0;
  padding-left: 30px;
}

.single-post .article-content li {
  margin-bottom: 10px;
  color: #555;
  line-height: 1.6;
}

.single-post .article-content a {
  color: var(--geoty-primary-strong);
  text-decoration: none;
}

.single-post .article-content a:hover {
  text-decoration: underline;
}

.single-post .featured-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: var(--geoty-radius-md);
  margin-bottom: 30px;
}

.single-post .post-navigation {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
  padding: 30px;
  background: #f8f9fa;
  border-radius: var(--geoty-radius-md);
  border: 1px solid var(--geoty-border);
}

.single-post .post-navigation a {
  color: #333;
  text-decoration: none;
  max-width: 45%;
  transition: color 0.25s ease;
}

.single-post .post-navigation a:hover {
  color: var(--geoty-primary-strong);
}

.single-post .post-navigation .post-nav-next {
  text-align: right;
}

.single-post .post-navigation .nav-label {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 5px;
}

.single-post .post-navigation .nav-title {
  font-weight: 600;
}

/* Bundle recommendation */
.single-product .bundle-recommend-section {
  padding: 50px 0 30px;
}

.single-product .bundle-recommend-section .section-title h2 {
  font-size: clamp(1.6rem, 2.6vw, 2rem);
  margin-bottom: 0.6rem;
}

.single-product .bundle-card {
  height: 100%;
  border: 1px solid var(--geoty-border);
  border-radius: var(--geoty-radius-md);
  background: #fff;
  box-shadow: var(--geoty-shadow-sm);
  overflow: hidden;
}

.single-product .bundle-card__media {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, #f8f9fc 100%);
  border-bottom: 1px solid var(--geoty-border);
}

.single-product .bundle-card__media a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 210px;
  padding: 16px;
}

.single-product .bundle-card__media img {
  width: 100%;
  height: 180px;
  object-fit: contain;
}

.single-product .bundle-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: linear-gradient(135deg, var(--geoty-primary) 0%, #f5a623 100%);
  color: #1a1a2e;
  font-size: 0.72rem;
  font-weight: 700;
  border-radius: 999px;
  padding: 4px 10px;
}

.single-product .bundle-card__body {
  padding: 16px;
}

.single-product .bundle-card__body h3 {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0 0 10px;
}

.single-product .bundle-card__body h3 a {
  color: var(--geoty-text);
}

.single-product .bundle-card__body p {
  color: var(--geoty-text-muted);
  font-size: 0.88rem;
  margin: 0 0 14px;
  min-height: 46px;
}

.single-product .bundle-card__actions {
  display: flex;
  gap: 8px;
}

.single-product .bundle-summary {
  margin-top: 22px;
}

.single-product .bundle-summary__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--geoty-primary) 0%, #f5a623 100%);
  color: #1a1a2e;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(254, 189, 31, 0.3);
}

.single-product .bundle-summary__button:hover {
  color: #1a1a2e;
  transform: translateY(-2px);
}

/* Products page */
.page-template-template-products .products-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #1a1f33 0%, #272e44 52%, #2f3752 100%);
  padding: 64px 0 42px;
  color: #fff;
  margin-bottom: 0;
}

.page-template-template-products .products-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 20%, rgba(254, 189, 31, 0.18), transparent 34%),
    radial-gradient(circle at 88% 78%, rgba(254, 189, 31, 0.1), transparent 36%);
  pointer-events: none;
}

.page-template-template-products .products-hero .container {
  position: relative;
  z-index: 1;
}

.page-template-template-products .products-hero .hero-subtitle {
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.74);
}

.page-template-template-products .products-hero h1 {
  font-size: clamp(1.95rem, 3.5vw, 3rem);
  color: #fff;
  line-height: 1.14;
}

.page-template-template-products .products-hero p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.06rem;
  max-width: 620px;
  margin: 0 auto;
}

.page-template-template-products .product-filter {
  background: color-mix(in oklab, #ffffff 95%, #fff4cf 5%);
  box-shadow: 0 8px 24px rgba(20, 23, 32, 0.08);
  position: relative;
  z-index: 10;
}

.page-template-template-products .product-search-box {
  box-shadow: 0 4px 14px rgba(20, 23, 32, 0.08);
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid var(--geoty-border);
}

.page-template-template-products .product-search-input {
  padding: 11px 18px;
  box-shadow: none;
  border: 0;
  outline: none;
}

.page-template-template-products .product-search-btn {
  background: linear-gradient(135deg, var(--geoty-primary) 0%, #f5a623 100%);
  color: #1a1a2e;
  padding: 11px 22px;
  font-weight: 700;
  border: 0;
  transition: all 0.22s ease;
}

.page-template-template-products .product-search-btn:hover,
.page-template-template-products .product-search-btn:focus {
  background: linear-gradient(135deg, #1a2440 0%, #2d3b5a 100%);
  color: #fff;
  box-shadow: 0 8px 20px rgba(254, 189, 31, 0.3);
}

.page-template-template-products .category-filters .btn {
  border-radius: 999px;
  padding: 8px 20px;
  font-size: 0.9rem;
  transition: all 0.25s ease;
  background: #fff;
  color: var(--geoty-text-muted);
  border: 1px solid var(--geoty-border);
}

.page-template-template-products .category-filters .btn:hover,
.page-template-template-products .category-filters .btn.active {
  background: linear-gradient(135deg, var(--geoty-primary) 0%, #f5a623 100%);
  color: #1a1a2e;
  border-color: transparent;
  box-shadow: 0 8px 20px rgba(254, 189, 31, 0.28);
}

.page-template-template-products .products-listing {
  background: linear-gradient(180deg, #f8f9fc 0%, #ffffff 100%);
}

.page-template-template-products .products-empty {
  color: #7a8090;
}

/* Search template */
.search .search-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.search .no-results {
  text-align: center;
  padding: 60px 20px;
}

.search .no-results i {
  font-size: 3rem;
  color: #d5d9e3;
  margin-bottom: 15px;
}

/* CTA refresh */
.geoty-cta {
  position: relative;
  overflow: hidden;
}

.geoty-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 22%, rgba(254, 189, 31, 0.18), transparent 32%),
    radial-gradient(circle at 86% 78%, rgba(254, 189, 31, 0.1), transparent 35%);
  pointer-events: none;
}

.geoty-cta__inner {
  position: relative;
}

.geoty-cta__button {
  background: linear-gradient(135deg, var(--geoty-primary) 0%, #f5a623 100%);
  color: #1a1a2e;
  box-shadow: 0 12px 28px rgba(254, 189, 31, 0.28);
}

.geoty-cta__button:hover {
  color: #1a1a2e;
}

.geoty-cta__button--ghost {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.94);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: none;
}

.geoty-cta__button--ghost:hover {
  color: #fff;
}

.geoty-cta--home {
  background: linear-gradient(135deg, #131a2b 0%, #27324d 100%);
}

.geoty-cta--products {
  background: linear-gradient(135deg, #172337 0%, #253551 100%);
}

.geoty-cta--single-product {
  background: linear-gradient(135deg, #1b2538 0%, #314567 100%);
}

.geoty-cta--contact {
  background: linear-gradient(135deg, #0f2f2b 0%, #174a43 100%);
}

.geoty-cta--contact .geoty-cta__button {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: #fff;
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.28);
}

.geoty-cta--contact .geoty-cta__button:hover {
  color: #fff;
}

.geoty-cta--news {
  background: linear-gradient(135deg, #2a2234 0%, #3b2f4d 100%);
}

.geoty-cta--search {
  background: linear-gradient(135deg, #202633 0%, #323b4e 100%);
}

.geoty-cta--about {
  background: linear-gradient(135deg, #241f33 0%, #352b47 100%);
}

@media (max-width: 1040px) {
  .geoty-header__inner {
    grid-template-columns: auto auto;
  }

  .geoty-nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .geoty-nav {
    display: none;
    width: 100%;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: stretch;
    border-top: 1px solid var(--geoty-border);
    padding: 14px 0 10px;
  }

  .geoty-nav.is-open {
    display: flex;
  }

  .site-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .site-menu a {
    width: 100%;
    border-radius: 12px;
  }

  .geoty-nav__actions {
    margin-left: 0;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .geoty-header-search,
  .geoty-search-form {
    width: 100%;
    max-width: none;
  }

  .geoty-header-phone {
    justify-content: center;
    align-self: flex-start;
    width: auto;
    max-width: 100%;
  }

  .geoty-layout {
    grid-template-columns: 1fr;
  }

  .geoty-footer__grid {
    grid-template-columns: 1fr;
  }

  .geoty-cta__inner {
    grid-template-columns: 1fr;
  }

  .geoty-cta__actions {
    justify-content: flex-start;
  }

  .geoty-part-finder__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .geoty-part-finder__shell {
    padding: 20px;
  }

  .geoty-faq__accordion .accordion-button {
    font-size: 0.95rem;
  }

  .single-product .bundle-card__media a {
    min-height: 170px;
  }

  .single-product .bundle-card__media img {
    height: 145px;
  }

  .single-product .bundle-card__actions {
    flex-direction: column;
  }

  .geoty-brand__logo-img {
    max-height: 46px;
  }

  .page-template-template-homepage .wodepress-carousel .carousel-item {
    min-height: 390px;
    height: 62vh;
  }

  .page-template-template-homepage .wodepress-carousel .carousel-caption h2 {
    font-size: 1.85rem !important;
  }

  .page-template-template-homepage .wodepress-carousel .carousel-caption p {
    font-size: 0.98rem !important;
  }

  .page-template-template-homepage .index-product .row.text-center.py-3,
  .page-template-template-homepage .index-product .row.text-center.py-3 .col-lg-12 {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .page-template-template-homepage .index-product .nav-pills {
    width: auto !important;
    margin: 0 auto !important;
    padding-left: 0 !important;
  }

  .page-template-template-homepage .index-product .nav-pills .nav-item {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    float: none !important;
  }

  .page-template-template-homepage .index-hot-sales .product-card .product-excerpt {
    min-height: auto;
  }

  .page-template-template-contact .contact-form-wrapper {
    padding: 30px 20px;
  }

  .page-template-template-contact .contact-info-card {
    padding: 25px 20px;
  }

  .page-template-template-contact .contact-info-card .icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .page-template-template-contact .map-wrapper iframe {
    height: 300px;
  }

  .single-post .article-content {
    padding: 30px 20px;
  }

  .single-post .featured-image {
    height: 250px;
  }

  .single-post .post-navigation {
    flex-direction: column;
    gap: 20px;
  }

  .single-post .post-navigation a {
    max-width: 100%;
  }

  .search .search-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }

  .search .search-item .item-image {
    height: 180px;
  }

  .product-card .product-actions,
  .search-item .item-actions {
    flex-direction: column;
    gap: 8px;
  }

  .product-card .btn-view-details,
  .product-card .btn-inquiry,
  .search-item .btn-view,
  .search-item .btn-inquiry {
    width: 100%;
    margin-left: 0;
  }

  .geoty-container {
    width: min(var(--geoty-container), calc(100% - 1.4rem));
  }

  .geoty-page-header,
  .page-header {
    padding-top: 46px;
    padding-bottom: 30px;
  }

  .geoty-single-card,
  .geoty-sidebar .widget,
  .geoty-widget {
    padding: 18px;
  }

  .geoty-whatsapp-float {
    right: 14px;
    bottom: 78px;
  }

  .geoty-back-to-top {
    right: 14px;
    bottom: 16px;
  }
}

@media (max-width: 576px) {
  .geoty-part-finder__actions {
    flex-direction: column;
  }

  .geoty-part-finder__actions .geoty-button {
    width: 100%;
    justify-content: center;
  }

  .search .search-grid {
    gap: 10px;
  }

  .search .search-item .item-image,
  .product-card .product-image,
  .index-product .product-image-wrapper {
    height: 165px;
  }

  .search .search-item .item-content,
  .product-card .product-info,
  .index-product .product-info {
    padding: 12px;
  }

  .search .search-item .item-title,
  .product-card .product-title,
  .index-product .product-title {
    font-size: 0.84rem;
    min-height: 2.4em;
  }

  .page-template-template-products .products-hero {
    padding-top: 72px;
    padding-bottom: 58px;
  }
}

/* ===== Migrated From Template Inline Styles (2026-04-14) ===== */

/* single-product.php inline styles (scoped) */
        .single-product .page-header h1 {
            font-size: 1.8rem;
            font-weight: bold;
            color: #1a1a2e;
            line-height: 1.4;
            margin-bottom: 10px;
        }
        .single-product .page-header .breadcrumb {
            background: transparent;
            padding: 0;
            margin: 0;
        }
        .single-product .page-header .breadcrumb-item a {
            color: #2d2d44;
            text-decoration: none;
        }
        .single-product .page-header .breadcrumb-item a:hover {
            color: #1a1a2e;
            text-decoration: underline;
        }
        .single-product .page-header .breadcrumb-item.active {
            color: #1a1a2e;
            font-weight: 600;
        }
        .single-product .page-header .breadcrumb-item + .breadcrumb-item::before {
            color: #2d2d44;
        }
        /* Product Detail Section */
        .single-product .product-detail-section {
            padding: 40px 0 60px;
        }
        /* Product Gallery */
        .single-product .product-gallery {
            background: #fff;
            border: 1px solid #e9ecef;
            border-radius: 8px;
            overflow: hidden;
        }
        .single-product .main-image-wrapper {
            position: relative;
        }
        .single-product .product-gallery .main-image {
            position: relative;
            height: 500px;
            overflow: hidden;
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: zoom-in;
        }
        .single-product .product-gallery .main-image img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            padding: 20px;
            transition: transform 0.3s ease;
        }
        .single-product .product-gallery .main-image:hover img {
            transform: scale(1.02);
        }
        .single-product .product-gallery .main-image .zoom-icon {
            position: absolute;
            bottom: 15px;
            right: 15px;
            width: 40px;
            height: 40px;
            background: rgba(0,0,0,0.6);
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        .single-product .product-gallery .main-image:hover .zoom-icon {
            opacity: 1;
        }
        /* Gallery Navigation */
        .single-product .main-image-wrapper .gallery-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 44px !important;
            height: 44px !important;
            background: rgba(255,255,255,0.95) !important;
            border: 2px solid #ddd !important;
            border-radius: 50% !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 10;
            box-shadow: 0 2px 8px rgba(0,0,0,0.2);
            color: #555 !important;
            font-size: 16px;
            padding: 0 !important;
            margin: 0 !important;
            outline: none !important;
        }
        .single-product .main-image-wrapper .gallery-nav:hover {
            background: var(--customer-color) !important;
            border-color: var(--customer-color) !important;
            color: #fff !important;
        }
        .single-product .main-image-wrapper .gallery-nav.prev {
            left: 15px;
        }
        .single-product .main-image-wrapper .gallery-nav.next {
            right: 15px;
        }
        .single-product .main-image-wrapper .gallery-nav i {
            color: inherit;
            font-size: 16px;
        }
        .single-product .product-gallery .gallery-thumbs {
            display: flex;
            gap: 10px;
            padding: 15px;
            background: #f8f9fa;
            border-top: 1px solid #e9ecef;
            overflow-x: auto;
        }
        .single-product .product-gallery .gallery-thumbs .thumb {
            width: 80px;
            height: 80px;
            border: 2px solid #ddd;
            border-radius: 4px;
            overflow: hidden;
            cursor: pointer;
            transition: all 0.3s ease;
            flex-shrink: 0;
            background: #fff;
        }
        .single-product .product-gallery .gallery-thumbs .thumb:hover,
        .single-product .product-gallery .gallery-thumbs .thumb.active {
            border-color: var(--customer-color);
        }
        .single-product .product-gallery .gallery-thumbs .thumb img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            padding: 5px;
        }
        /* Image Modal */
        .single-product .image-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.9);
            z-index: 9999;
            align-items: center;
            justify-content: center;
        }
        .single-product .image-modal.active {
            display: flex;
        }
        .single-product .image-modal img {
            max-width: 90%;
            max-height: 90%;
            object-fit: contain;
        }
        .single-product .image-modal .close-modal {
            position: absolute;
            top: 20px;
            right: 30px;
            color: #fff;
            font-size: 40px;
            cursor: pointer;
        }
        .single-product .image-modal .modal-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            color: #fff;
            font-size: 30px;
            cursor: pointer;
            padding: 20px;
        }
        .single-product .image-modal .modal-nav.prev {
            left: 20px;
        }
        .single-product .image-modal .modal-nav.next {
            right: 20px;
        }
        /* Product Info */
.single-product .product-info-card {
            background: #fff;
            padding: 18px 20px 22px;
            border: 1px solid #e4e8f0;
            border-radius: 12px;
            box-shadow: 0 8px 24px rgba(24, 30, 45, 0.06);
        }
        .single-product .product-info-card .product-main-title {
            font-size: clamp(1.52rem, 2.4vw, 2.1rem);
            font-weight: bold;
            color: #1a1a2e;
            margin-bottom: 16px;
            line-height: 1.34;
            letter-spacing: 0.01em;
            padding-bottom: 16px;
            border-bottom: 2px solid var(--customer-color);
        }
        /* Quick Info */
        .single-product .quick-info {
            display: flex;
            flex-wrap: wrap;
            gap: 22px;
            margin-bottom: 22px;
            padding: 16px 18px;
            background: #f8f9fa;
            border-radius: 8px;
        }
        .single-product .quick-info .info-item {
            font-size: 0.97rem;
            color: #495061;
            font-weight: 600;
        }
        .single-product .quick-info .info-item i {
            margin-right: 5px;
        }
        /* Product Specs Table */
        .single-product .product-specs-table {
            margin-bottom: 25px;
        }
        .single-product .product-specs-table .table {
            margin-bottom: 0;
            border: 1px solid #dee2e6;
        }
        .single-product .product-specs-table .table th {
            background: #f8f9fa;
            color: #555;
            font-weight: 600;
            padding: 14px 16px;
            border-color: #dee2e6;
            width: 34%;
        }
        .single-product .product-specs-table .table td {
            padding: 14px 16px;
            border-color: #dee2e6;
            color: #333;
            line-height: 1.6;
        }
        .single-product .product-specs-table .table tr:hover {
            background: #f8f9fa;
        }
        /* Product Actions */
        .single-product .product-info-card .product-actions {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 15px;
            margin-top: 28px;
        }
        .single-product .product-info-card .btn-inquiry {
            flex: 1;
            background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
            color: #fff;
            border: none;
            border-radius: 50px;
            padding: 14px 22px;
            font-size: 1rem;
            font-weight: 600;
            text-align: center;
            text-decoration: none;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
        }
        .single-product .product-info-card .btn-inquiry:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
            color: #fff;
        }
        .single-product .product-info-card .btn-contact {
            flex: 1;
            background: linear-gradient(135deg, #febd1f 0%, #f5a623 100%);
            color: #1a1a2e;
            border: none;
            border-radius: 50px;
            padding: 14px 22px;
            font-size: 1rem;
            font-weight: 600;
            text-align: center;
            text-decoration: none;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            box-shadow: 0 4px 15px rgba(254, 189, 31, 0.3);
        }
        .single-product .product-info-card .btn-contact:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(254, 189, 31, 0.4);
            color: #1a1a2e;
        }
        /* Product Description Section */
        .single-product .product-description-section {
            padding: 40px 0 60px;
            background: #f8f9fa;
        }
        .single-product .product-content-block {
            background: #fff;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            margin-bottom: 30px;
        }
        .single-product .product-description-section .section-title {
            font-size: 1.3rem;
            font-weight: bold;
            color: #1a1a2e;
            margin-bottom: 25px;
            padding: 15px 20px;
            background: #f8f9fa;
            border-left: 4px solid var(--customer-color);
        }
        .single-product .product-description-section .content {
            line-height: 1.8;
            color: #555;
            font-size: 0.95rem;
        }
        .single-product .product-description-section .content h2,
        .single-product .product-description-section .content h3 {
            color: #1a1a2e;
            margin-top: 25px;
            margin-bottom: 15px;
            font-size: 1.1rem;
        }
        .single-product .product-description-section .content p {
            margin-bottom: 15px;
        }
        .single-product .product-description-section .content ul,
        .single-product .product-description-section .content ol {
            margin-bottom: 15px;
            padding-left: 25px;
        }
        .single-product .product-description-section .content li {
            margin-bottom: 8px;
        }
        .single-product .product-description-section .content table {
            width: 100%;
            margin-bottom: 20px;
            border-collapse: collapse;
        }
        .single-product .product-description-section .content table th,
        .single-product .product-description-section .content table td {
            padding: 12px;
            border: 1px solid #dee2e6;
        }
        .single-product .product-description-section .content table th {
            background: #f8f9fa;
            font-weight: 600;
            color: #333;
        }
        .single-product .product-description-section .content img {
            max-width: 100%;
            height: auto;
        }
        /* Related Products */
        .single-product .related-products-section {
            padding: 60px 0;
        }
        .single-product .related-products-section .section-title {
            text-align: center;
            margin-bottom: 40px;
        }
        .single-product .related-products-section .section-title h2 {
            font-size: 1.8rem;
            font-weight: bold;
            color: #1a1a2e;
        }
        
        .single-product .product-card {
            background: #fff;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
            margin-bottom: 24px;
        }
        .single-product .product-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 30px rgba(0,0,0,0.12);
        }
        .single-product .product-card .product-image {
            position: relative;
            height: 220px;
            overflow: hidden;
            background: #f8f9fa;
        }
        .single-product .product-card .product-image img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            padding: 15px;
            transition: transform 0.3s ease;
        }
        .single-product .product-card:hover .product-image img {
            transform: scale(1.05);
        }
        .single-product .product-card .category-badge {
            position: absolute;
            top: 10px;
            left: 10px;
            background: linear-gradient(135deg, #febd1f 0%, #f5a623 100%);
            color: #1a1a2e;
            font-size: 0.75rem;
            padding: 0.4rem 0.8rem;
            font-weight: bold;
            border-radius: 4px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        .single-product .product-card .product-info {
            padding: 15px;
        }
        .single-product .product-card .product-title {
            font-size: 0.95rem;
            font-weight: bold;
            color: #1a1a2e;
            line-height: 1.4;
            margin-bottom: 10px;
            height: 48px;
            overflow: hidden;
        }
        .single-product .product-card .product-title a {
            color: inherit;
            text-decoration: none;
            transition: color 0.3s;
        }
        .single-product .product-card .product-title a:hover {
            color: var(--customer-color);
        }
        .single-product .product-card .product-excerpt {
            font-size: 0.85rem;
            color: #888;
            line-height: 1.5;
            margin-bottom: 15px;
            height: 40px;
            overflow: hidden;
        }
        .single-product .product-card .product-actions {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 10px;
        }
        .single-product .product-card .btn-view {
            flex: 1;
            background: transparent;
            color: #febd1f;
            border: 1.5px solid #febd1f;
            border-radius: 20px;
            padding: 6px 12px;
            font-size: 0.8rem;
            font-weight: 500;
            text-align: center;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        .single-product .product-card .btn-view:hover {
            background: #febd1f;
            color: #1a1a2e;
        }
        .single-product .product-card .btn-inquiry-small {
            flex: 1;
            background: linear-gradient(135deg, #febd1f 0%, #f5a623 100%);
            color: #1a1a2e;
            border: none;
            border-radius: 20px;
            padding: 6px 12px;
            font-size: 0.8rem;
            font-weight: bold;
            text-align: center;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 2px 8px rgba(254, 189, 31, 0.3);
        }
        .single-product .product-card .btn-inquiry-small:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(254, 189, 31, 0.4);
        }
        /* WooCommerce overrides */
        .single-product .woocommerce .woocommerce-breadcrumb { display: none; }
        .single-product .woocommerce div.product { margin-top: 0; }
        
        @media (max-width: 1200px) {
            .single-product .product-gallery .main-image { height: 420px; }
        }
        
        @media (max-width: 768px) {
            .single-product .product-gallery .main-image { height: 350px; }
            .single-product .product-gallery .gallery-thumbs .thumb { width: 70px; height: 70px; }
            .single-product .page-header h1 { font-size: 1.4rem; }
            .single-product .product-info-card h1 { font-size: 1.3rem; }
            .single-product .product-info-card .product-actions { grid-template-columns: 1fr; }
            .single-product .product-info-card .btn-inquiry,
            .single-product .product-info-card .btn-contact { width: 100%; }
            .single-product .gallery-nav { width: 35px; height: 35px; }
            .single-product .image-modal .modal-nav { font-size: 24px; padding: 15px; }
        }

        @media (max-width: 576px) {
            .single-product .product-gallery .main-image { height: 300px; }
            .single-product .product-gallery .gallery-thumbs .thumb { width: 65px; height: 65px; }
            .single-product .product-info-card { padding: 20px; }
            .single-product .product-card .product-image { height: 180px; }
            .single-product .gallery-nav { width: 32px; height: 32px; }
            .single-product .gallery-nav.prev { left: 5px; }
            .single-product .gallery-nav.next { right: 5px; }
            .single-product .image-modal .close-modal { font-size: 30px; right: 15px; top: 10px; }
            .single-product .image-modal .modal-nav { font-size: 20px; padding: 10px; }
        }
        /* Inquiry Modal Styles */
        .single-product .inquiry-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.7);
            z-index: 9999;
            align-items: center;
            justify-content: center;
            padding: 20px;
        }
        .single-product .inquiry-modal.active {
            display: flex;
        }
        .single-product .dow_box {
            background: #fff;
            border-radius: 12px;
            max-width: 900px;
            width: 100%;
            max-height: 90vh;
            overflow: hidden;
            position: relative;
            box-shadow: 0 20px 60px rgba(0,0,0,0.3);
        }
        .single-product .dow_box.flex_row {
            display: flex;
        }
        .single-product .close_btn {
            position: absolute;
            top: 15px;
            right: 15px;
            width: 36px;
            height: 36px;
            background: #f0f0f0;
            border-radius: 50%;
            cursor: pointer;
            z-index: 10;
            transition: all 0.3s ease;
        }
        .single-product .close_btn:hover {
            background: #e0e0e0;
        }
        .single-product .close_btn::before,
        .single-product .close_btn::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 18px;
            height: 2px;
            background: #666;
        }
        .single-product .close_btn::before {
            transform: translate(-50%, -50%) rotate(45deg);
        }
        .single-product .close_btn::after {
            transform: translate(-50%, -50%) rotate(-45deg);
        }
        .single-product .dow_box .left {
            flex: 1;
            padding: 40px 30px;
            background: #f8f9fa;
            border-right: 1px solid #e9ecef;
        }
        .single-product .dow_img {
            text-align: center;
            margin-bottom: 20px;
        }
        .single-product .dow_img img {
            max-width: 200px;
            max-height: 200px;
            object-fit: contain;
            border-radius: 8px;
            margin-bottom: 15px;
        }
        .single-product .dow_img h2 {
            font-size: 1rem;
            color: #333;
            line-height: 1.4;
            margin: 0;
        }
        .single-product .dow_wrap {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .single-product .dow_wrap li {
            padding: 10px 0;
            border-bottom: 1px solid #e9ecef;
            font-size: 0.9rem;
            color: #555;
        }
        .single-product .dow_wrap li:last-child {
            border-bottom: none;
        }
        .single-product .dow_wrap li em {
            color: #333;
            font-weight: 600;
            font-style: normal;
        }
        .single-product .input_mail {
            flex: 1;
            padding: 40px 30px;
            display: flex;
            flex-direction: column;
        }
        .single-product .inquiry-tit {
            font-size: 1.3rem;
            font-weight: 600;
            color: #1a1a2e;
            text-align: center;
            line-height: 1.5;
        }
        .single-product .dow_text {
            width: 100%;
            min-height: 120px;
            padding: 15px;
            border: 1px solid #ddd;
            border-radius: 8px;
            margin-bottom: 15px;
            font-size: 0.95rem;
            resize: vertical;
        }
        .single-product .dow_text:focus {
            outline: none;
            border-color: var(--customer-color);
        }
        .single-product .input_mail input[type="email"] {
            width: 100%;
            padding: 15px;
            border: 1px solid #ddd;
            border-radius: 8px;
            margin-bottom: 15px;
            font-size: 0.95rem;
        }
        .single-product .input_mail input[type="email"]:focus {
            outline: none;
            border-color: var(--customer-color);
        }
        .single-product .down_send {
            background: linear-gradient(135deg, #febd1f 0%, #f5a623 100%);
            color: #1a1a2e;
            border: none;
            border-radius: 50px;
            padding: 14px 40px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            align-self: center;
        }
        .single-product .down_send:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 20px rgba(254, 189, 31, 0.4);
        }
        .single-product .return {
            color: #28a745;
            font-size: 0.9rem;
            text-align: center;
            margin: 10px 0;
            min-height: 20px;
        }
        /* Mobile Responsive for Inquiry Modal */
        @media (max-width: 768px) {
            .single-product .dow_box.flex_row {
                flex-direction: column;
                max-height: 85vh;
                overflow-y: auto;
            }
            .single-product .dow_box .left {
                border-right: none;
                border-bottom: 1px solid #e9ecef;
                padding: 30px 20px;
            }
            .single-product .input_mail {
                padding: 30px 20px;
            }
            .single-product .dow_img img {
                max-width: 150px;
                max-height: 150px;
            }
        }

/* archive-product.php inline styles (scoped) */
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .page-header h1 {
            font-size: 2.2rem;
            font-weight: bold;
            color: #1a1a2e;
            line-height: 1.3;
        }
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .page-header .breadcrumb {
            background: transparent;
            padding: 0;
            margin: 15px 0 0;
        }
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .page-header .breadcrumb-item a {
            color: #2d2d44;
            text-decoration: none;
        }
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .page-header .breadcrumb-item a:hover {
            color: #1a1a2e;
            text-decoration: underline;
        }
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .page-header .breadcrumb-item.active {
            color: #1a1a2e;
            font-weight: 600;
        }
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .page-header .breadcrumb-item + .breadcrumb-item::before {
            color: #2d2d44;
        }
        /* Products Grid */
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .products-section {
            padding: 40px 0 60px;
        }
        /* Product Card - New Design */
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .product-card {
            border: 1px solid #e9ecef;
            border-radius: 12px;
            overflow: hidden;
            background: #fff;
            transition: all 0.3s ease;
            margin-bottom: 24px;
        }
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .product-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12) !important;
            border-color: var(--customer-color);
        }
        /* Product Image Container */
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .product-card .product-image {
            position: relative;
            width: 100%;
            height: 300px;
            overflow: hidden;
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .product-card .product-image a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            padding: 15px;
        }
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .product-card .product-image img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            transition: transform 0.4s ease;
        }
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .product-card:hover .product-image img {
            transform: scale(1.05);
        }
        /* Category Badge */
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .product-card .category-badge {
            position: absolute;
            top: 15px;
            left: 15px;
            background: var(--customer-color);
            color: #1a1a2e;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 600;
            z-index: 2;
        }
        /* Product Info */
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .product-card .product-info {
            padding: 20px;
            background: #fff;
        }
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .product-card .product-title {
            font-size: 0.95rem;
            font-weight: 600;
            color: #1a1a2e;
            line-height: 1.5;
            margin-bottom: 15px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            min-height: 2.8em;
        }
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .product-card .product-title a {
            color: inherit;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .product-card .product-title a:hover {
            color: var(--customer-color);
        }
        /* Product Actions */
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .product-card .product-actions {
            display: flex;
            justify-content: center;
            gap: 10px;
        }
        /* View Details Button */
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .product-card .btn-view-details {
            display: inline-block;
            padding: 10px 24px;
            background: transparent;
            color: var(--customer-color);
            border: 2px solid var(--customer-color);
            border-radius: 25px;
            font-size: 0.875rem;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .product-card .btn-view-details:hover {
            background: var(--customer-color);
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(254, 189, 31, 0.3);
        }
        /* Inquiry Button */
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .product-card .btn-inquiry {
            display: inline-block;
            padding: 10px 24px;
            background: var(--customer-color);
            color: #1a1a2e;
            border: 2px solid var(--customer-color);
            border-radius: 25px;
            font-size: 0.875rem;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
            margin-left: 10px;
        }
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .product-card .btn-inquiry:hover {
            background: var(--customer-dark);
            border-color: var(--customer-dark);
            color: #1a1a2e;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(254, 189, 31, 0.3);
        }
        /* Product Actions */
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .product-card .product-actions {
            display: flex;
            justify-content: center;
            gap: 10px;
        }
        /* Pagination */
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .pagination-wrap {
            display: flex !important;
            justify-content: center !important;
            margin-top: 50px !important;
            padding-top: 30px !important;
        }
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .pagination-wrap .page-numbers,
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .pagination-wrap a,
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .pagination-wrap span {
            display: inline-flex !important;
            align-items: center !important;
            justify-content: center !important;
            min-width: 44px !important;
            height: 44px !important;
            padding: 0 12px !important;
            margin: 0 4px !important;
            border: 2px solid #e9ecef !important;
            color: #555 !important;
            text-decoration: none !important;
            border-radius: 50px !important;
            font-weight: 600 !important;
            font-size: 0.95rem !important;
            transition: all 0.3s ease !important;
            background: #fff !important;
        }
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .pagination-wrap a:hover,
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .pagination-wrap .current {
            background: linear-gradient(135deg, #febd1f 0%, #f5a623 100%) !important;
            border-color: #febd1f !important;
            color: #1a1a2e !important;
            transform: translateY(-2px) !important;
            box-shadow: 0 4px 12px rgba(254, 189, 31, 0.3) !important;
        }
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .pagination-wrap .prev,
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .pagination-wrap .next {
            font-size: 1.1rem !important;
        }
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .pagination-wrap ul {
            list-style: none !important;
            padding: 0 !important;
            margin: 0 !important;
            display: flex !important;
            gap: 8px !important;
        }
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .pagination-wrap li {
            list-style: none !important;
            margin: 0 !important;
        }
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .pagination-wrap .dots {
            border: none !important;
            background: transparent !important;
            color: #999 !important;
        }
        /* WooCommerce Pagination Override - Force with !important */
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .woocommerce-pagination,
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) nav.woocommerce-pagination {
            display: flex !important;
            justify-content: center !important;
            margin-top: 50px !important;
            padding-top: 30px !important;
            border: none !important;
            background: transparent !important;
        }
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .woocommerce-pagination ul,
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) nav.woocommerce-pagination ul {
            display: flex !important;
            list-style: none !important;
            padding: 0 !important;
            margin: 0 !important;
            gap: 8px !important;
            border: none !important;
        }
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .woocommerce-pagination ul li,
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) nav.woocommerce-pagination ul li {
            display: inline-flex !important;
            border: none !important;
            float: none !important;
        }
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .woocommerce-pagination .page-numbers,
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) nav.woocommerce-pagination ul li a,
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) nav.woocommerce-pagination ul li span,
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .woocommerce-pagination ul li .page-numbers {
            display: inline-flex !important;
            align-items: center !important;
            justify-content: center !important;
            min-width: 44px !important;
            height: 44px !important;
            padding: 0 12px !important;
            margin: 0 4px !important;
            border: 2px solid #e9ecef !important;
            color: #555 !important;
            text-decoration: none !important;
            border-radius: 50px !important;
            font-weight: 600 !important;
            font-size: 0.95rem !important;
            transition: all 0.3s ease !important;
            background: #fff !important;
            float: none !important;
        }
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .woocommerce-pagination .page-numbers:hover,
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) nav.woocommerce-pagination ul li a:hover,
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .woocommerce-pagination ul li a:hover {
            background: linear-gradient(135deg, #febd1f 0%, #f5a623 100%) !important;
            border-color: var(--customer-color) !important;
            color: #1a1a2e !important;
            transform: translateY(-2px) !important;
            box-shadow: 0 4px 12px rgba(254, 189, 31, 0.3) !important;
        }
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .woocommerce-pagination .page-numbers.current,
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) nav.woocommerce-pagination ul li span.current,
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .woocommerce-pagination ul li .current {
            background: linear-gradient(135deg, #febd1f 0%, #f5a623 100%) !important;
            border-color: var(--customer-color) !important;
            color: #1a1a2e !important;
            font-weight: 700 !important;
        }
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .woocommerce-pagination .page-numbers.dots,
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .woocommerce-pagination ul li .dots {
            border: none !important;
            background: transparent !important;
            color: #999 !important;
            min-width: auto !important;
            padding: 0 4px !important;
        }
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .woocommerce-pagination .page-numbers.prev,
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .woocommerce-pagination .page-numbers.next,
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .woocommerce-pagination ul li .prev,
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .woocommerce-pagination ul li .next {
            padding: 0 20px !important;
            font-size: 0.9rem !important;
        }
        /* No Products */
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .no-products {
            text-align: center;
            padding: 80px 20px;
        }
        :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .no-products i {
            font-size: 3rem;
            color: #ddd;
            margin-bottom: 15px;
        }        
        @media (max-width: 1200px) {
            :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .product-card .product-image {
                height: 260px;
            }
        }
        
        @media (max-width: 768px) {
            :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .product-card .product-image {
                height: 220px;
            }
            :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .page-header h1 {
                font-size: 1.6rem;
            }
            :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .product-card .product-actions {
                flex-direction: column;
                gap: 8px;
            }
            :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .product-card .btn-view-details,
            :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .product-card .btn-inquiry {
                width: 100%;
                padding: 8px 12px;
                font-size: 0.8rem;
                margin-left: 0;
                text-align: center;
            }
            :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .product-card .product-title {
                font-size: 0.85rem;
                min-height: auto;
                height: auto;
                -webkit-line-clamp: 2;
            }
        }
        
        @media (max-width: 576px) {
            :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .product-card .product-image {
                height: 180px;
            }
            :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .product-card .product-info {
                padding: 12px;
            }
            :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .product-card .product-title {
                font-size: 0.85rem;
                min-height: auto;
                height: auto;
                -webkit-line-clamp: 2;
            }
            :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .product-card .btn-view-details,
            :is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .product-card .btn-inquiry {
                padding: 6px 10px;
                font-size: 0.75rem;
            }
        }

/* ===== Single Product Layout Polish (2026-04-14) ===== */
.single-product .product-detail-section {
  padding: 54px 0 72px;
}

.single-product .product-detail-section > .container > .row {
  --bs-gutter-x: 2.2rem;
  --bs-gutter-y: 1.6rem;
  align-items: flex-start;
}

.single-product .product-info-card {
  max-width: 100%;
}

.single-product .product-info-card .product-actions .btn-inquiry,
.single-product .product-info-card .product-actions .btn-contact {
  min-height: 56px;
}

@media (max-width: 992px) {
  .single-product .product-detail-section > .container > .row {
    --bs-gutter-x: 1.4rem;
  }
}

/* ===== Single Product Cards Sync With Product Listing ===== */
.single-product .bundle-recommend-section .product-card,
.single-product .related-products-section .product-card {
  border: 1px solid #e9ecef;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease;
  margin-bottom: 24px;
  box-shadow: none;
}

.single-product .bundle-recommend-section .product-card:hover,
.single-product .related-products-section .product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12) !important;
  border-color: var(--customer-color);
}

.single-product .bundle-recommend-section .product-card .product-image,
.single-product .related-products-section .product-card .product-image {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-product .bundle-recommend-section .product-card .product-image a,
.single-product .related-products-section .product-card .product-image a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 15px;
}

.single-product .bundle-recommend-section .product-card .product-image img,
.single-product .related-products-section .product-card .product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.single-product .bundle-recommend-section .product-card:hover .product-image img,
.single-product .related-products-section .product-card:hover .product-image img {
  transform: scale(1.05);
}

.single-product .bundle-recommend-section .product-card .category-badge,
.single-product .related-products-section .product-card .category-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--customer-color);
  color: #1a1a2e;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  z-index: 2;
}

.single-product .bundle-recommend-section .product-card .product-info,
.single-product .related-products-section .product-card .product-info {
  padding: 20px;
  background: #fff;
}

.single-product .bundle-recommend-section .product-card .product-title,
.single-product .related-products-section .product-card .product-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #1a1a2e;
  line-height: 1.5;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.8em;
  height: auto;
}

.single-product .bundle-recommend-section .product-card .product-excerpt,
.single-product .related-products-section .product-card .product-excerpt {
  font-size: 0.85rem;
  color: #888;
  line-height: 1.5;
  margin-bottom: 15px;
  min-height: 40px;
}

.single-product .bundle-recommend-section .product-card .product-actions,
.single-product .related-products-section .product-card .product-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 0;
}

@media (max-width: 768px) {
  .single-product .bundle-recommend-section .product-card .product-image,
  .single-product .related-products-section .product-card .product-image {
    height: 220px;
  }

  .single-product .bundle-recommend-section .product-card .product-actions,
  .single-product .related-products-section .product-card .product-actions {
    flex-direction: column;
    gap: 8px;
  }

  .single-product .bundle-recommend-section .product-card .btn-view-details,
  .single-product .bundle-recommend-section .product-card .btn-inquiry,
  .single-product .related-products-section .product-card .btn-view-details,
  .single-product .related-products-section .product-card .btn-inquiry {
    width: 100%;
    padding: 8px 12px;
    font-size: 0.8rem;
    margin-left: 0;
    text-align: center;
  }
}
