body.admin-bar .site-header {
  top: 32px;
}

main.site-main {
  min-height: 60vh;
  padding-top: 64px;
}

.home main.site-main {
  padding-top: 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.custom-logo {
  max-width: 120px;
  height: auto;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0f172a;
}

.brand-icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--gradient-accent);
  color: #fff;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(15, 118, 110, 0.18);
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-text strong,
.brand-text em {
  color: #0f172a;
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 900;
}

.brand-text em {
  color: var(--accent);
}

.desktop-nav .current-menu-item > a,
.desktop-nav .current_page_item > a {
  color: var(--accent);
}

.desktop-nav ul,
.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: contents;
}

.desktop-nav li {
  display: contents;
  list-style: none;
}

.desktop-nav a {
  color: var(--text-secondary);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: color 0.2s;
}

.desktop-nav a:hover,
.mobile-menu a:hover {
  color: var(--accent);
}

.mobile-menu li {
  list-style: none;
}

.mobile-menu a {
  color: var(--text-primary);
  text-decoration: none;
  padding: 0.7rem 0;
  font-weight: 500;
  border-bottom: 1px solid var(--border);
}

.cart-link {
  position: relative;
}

.ms-cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  margin-left: 4px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: 0.72rem;
}

.page-header {
  padding: 96px 0 42px;
  background: var(--gradient-hero);
  border-bottom: 1px solid var(--border);
}

.page-header .text-muted {
  max-width: 720px;
}

.gradient-text {
  background: var(--gradient-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

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

.breadcrumbs {
  padding: 1rem 0;
  font-size: 0.9rem;
}

.breadcrumbs ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.breadcrumbs li {
  display: flex;
  align-items: center;
  color: var(--text-muted);
}

.breadcrumbs .separator {
  margin-left: 0.5rem;
  color: var(--border-hover);
}

.breadcrumbs .current {
  color: var(--text-primary);
  font-weight: 600;
}

.product-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-header,
.product-badges {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.badge-alt,
.badge-accent {
  background: rgba(16, 185, 129, 0.12);
  color: var(--green);
  border-color: rgba(16, 185, 129, 0.24);
}

.badge-primary {
  background: var(--gradient-accent);
  color: #fff;
}

.product-image-wrap {
  width: 100%;
  height: 210px;
  background: var(--bg-secondary);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  overflow: hidden;
}

.product-image-wrap img {
  max-width: 90%;
  max-height: 190px;
  object-fit: contain;
  transition: transform 0.3s;
}

.product-card:hover .product-image-wrap img {
  transform: scale(1.05);
}

.product-card h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.product-card p {
  font-size: 0.95rem;
  color: var(--text-muted);
  margin-bottom: 20px;
}

.product-actions,
.card-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: auto;
}

.product-actions .btn,
.card-actions .btn {
  font-size: 0.85rem;
  padding: 10px 18px;
}

.btn-outline {
  background: transparent;
  border: 1px solid var(--border);
  color: var(--text-primary);
}

.btn-outline:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.back-link {
  color: var(--accent);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
}

.back-link:hover {
  text-decoration: underline;
}

.catalog-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.catalog-category-nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: -22px 0 34px;
}

.catalog-category-nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid #dbe7e7;
  border-radius: 8px;
  color: #0f172a;
  background: #fff;
  font-weight: 800;
  font-size: 0.88rem;
}

.catalog-category-nav a:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.store-product-grid,
.catalog-grid {
  grid-template-columns: repeat(auto-fill, minmax(260px, 300px));
  justify-content: start;
}

.catalog-toolbar select,
.woocommerce-ordering select {
  min-height: 44px;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0 1rem;
  background: #fff;
  color: var(--text-primary);
}

.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  gap: 2.5rem;
  align-items: start;
}

.main-image-wrap {
  background: #f3f6fa;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  padding: 1rem;
}

.main-image-wrap img {
  max-width: 100%;
  max-height: 420px;
  object-fit: contain;
  border-radius: 8px;
}

.thumb-strip {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.75rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
}

.thumb {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 8px;
  border: 2px solid transparent;
  background: #f3f6fa;
  cursor: pointer;
  transition: border-color 0.2s;
  flex-shrink: 0;
}

.thumb:hover,
.thumb.active {
  border-color: var(--accent);
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}

.spec-table tr {
  border-bottom: 1px solid var(--border);
}

.spec-table td {
  padding: 0.65rem 0.75rem;
  font-size: 0.9rem;
}

.spec-key {
  color: var(--text-muted);
  width: 45%;
}

.spec-val {
  color: var(--text-primary);
  font-weight: 600;
  text-align: right;
}

.cta-inline {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.95rem;
  color: var(--text-muted);
}

.feature-check {
  color: var(--accent);
  font-weight: 800;
  flex-shrink: 0;
}

.price,
.woocommerce-Price-amount {
  color: var(--text-primary);
  font-weight: 800;
}

.product-price {
  display: block;
  margin: 1rem 0;
  font-size: 1.5rem;
}

.single_add_to_cart_button,
.add_to_cart_button,
.checkout-button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 12px 22px;
  background: var(--gradient-accent);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}

.quantity input {
  width: 76px;
  min-height: 44px;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0 0.8rem;
}

.cart {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin: 1rem 0;
}

.woocommerce-notices-wrapper {
  max-width: var(--max-width);
  margin: 84px auto 0;
  padding: 0 var(--space-lg);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 1rem 1.25rem;
  background: var(--bg-card);
  color: var(--text-secondary);
  list-style: none;
}

.cta-section {
  position: relative;
  padding: 80px 0;
  text-align: center;
  overflow: hidden;
  background: var(--gradient-card);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin: 64px 0;
}

.cta-glow {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: var(--accent);
  filter: blur(150px);
  opacity: 0.08;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cta-content {
  position: relative;
  z-index: 1;
}

.cta-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-links li {
  list-style: none;
}

.footer-links a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: var(--accent);
}

.footer-contact a {
  color: var(--text-muted);
  text-decoration: none;
}

.footer-contact a.btn,
.footer-contact .btn,
.footer-contact a.btn:hover {
  color: #fff;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.hero-fallback {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 120px 0 80px;
  background: var(--gradient-hero);
}

.hero-fallback .hero-bg {
  position: absolute;
  inset: 0;
}

.hero-fallback .hero-main-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(58vw, 780px);
  max-height: 88vh;
  object-fit: contain;
  opacity: 0.9;
}

.hero-fallback .hero-content {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin-left: 0;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.9rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--text-secondary);
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.hero-actions,
.hero-stats {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.hero-stats {
  gap: 1.5rem;
  align-items: center;
}

.stat strong {
  display: block;
  font-size: 1.4rem;
  color: var(--text-primary);
}

.stat span {
  color: var(--text-muted);
  font-size: 0.9rem;
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 768px) {
  .product-detail-grid,
  .features-grid {
    grid-template-columns: 1fr;
  }

  .main-image-wrap {
    min-height: 320px;
  }

  .hero-fallback .hero-main-img {
    opacity: 0.18;
    width: 100%;
  }
}

/* Storefront refresh */
body {
  background:
    linear-gradient(180deg, #f7fbfb 0, #fff 420px),
    #fff;
}

.site-header {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
}

.header-inner {
  height: 72px;
}

.btn {
  border-radius: 8px;
}

.btn-cta {
  border-radius: 8px;
}

.btn-primary,
.single_add_to_cart_button,
.add_to_cart_button,
.checkout-button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button {
  background: var(--gradient-accent);
  box-shadow: 0 10px 24px rgba(15, 118, 110, 0.16);
}

.btn-whatsapp {
  background: #16a34a;
  box-shadow: 0 10px 24px rgba(22, 163, 74, 0.14);
}

.card {
  border-radius: 8px;
}

.hero-storefront {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  padding: 116px 0 58px;
  overflow: hidden;
  background: #eef8f7;
}

.hero-media {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-media:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(247, 251, 251, 0.98) 0%, rgba(247, 251, 251, 0.9) 38%, rgba(247, 251, 251, 0.56) 68%, rgba(247, 251, 251, 0.74) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, #fff 100%);
}

.hero-media img {
  position: absolute;
  right: 2vw;
  bottom: 0;
  width: 760px;
  max-width: 58%;
  max-height: 660px;
  object-fit: contain;
}

.hero-storefront-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 48px;
  align-items: center;
}

.hero-copy {
  max-width: 760px;
}

.hero-copy h1 {
  margin: 0 0 20px;
  font-size: 3rem;
  line-height: 1.05;
  letter-spacing: 0;
}

.hero-copy h1 span {
  display: block;
  margin-top: 10px;
  color: var(--accent);
}

.hero-copy p {
  max-width: 620px;
  color: #475569;
  font-size: 1.08rem;
  line-height: 1.75;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
  max-width: 680px;
}

.advisor-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.advisor-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: stretch;
}

.advisor-copy {
  padding: 30px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.1), rgba(2, 132, 199, 0.1)),
    #fff;
  border: 1px solid #dbe7e7;
}

.advisor-copy span,
.advisor-card span,
.service-card span {
  display: block;
}

.advisor-copy > span {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.advisor-copy h2 {
  margin-top: 10px;
}

.advisor-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.advisor-card,
.service-card {
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid rgba(15, 23, 42, 0.09);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.05);
}

.advisor-card strong,
.service-card strong {
  color: #0f172a;
  font-size: 1.05rem;
}

.advisor-card span,
.service-card span {
  color: #64748b;
  font-size: 0.92rem;
  line-height: 1.55;
}

.advisor-card:after {
  content: "Teklif al";
  color: var(--accent);
  font-size: 0.86rem;
  font-weight: 900;
}

.service-cards-section {
  padding-top: 64px;
  padding-bottom: 64px;
  background: #fff;
}

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

.service-card {
  min-height: 180px;
}

.faq-home {
  background: #f8fafc;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 42px;
  align-items: start;
}

.faq-list details {
  background: #fff;
}

.hero-proof div,
.trust-grid div,
.process-step,
.hero-assist,
.category-tile {
  border: 1px solid rgba(15, 23, 42, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
}

.hero-proof div {
  padding: 14px 16px;
}

.hero-proof strong,
.trust-grid strong,
.process-step strong {
  display: block;
  color: #0f172a;
  font-size: 0.96rem;
}

.hero-proof span,
.trust-grid span,
.process-step span {
  display: block;
  color: #64748b;
  font-size: 0.84rem;
  line-height: 1.45;
}

.hero-assist {
  padding: 22px;
  background: rgba(255, 255, 255, 0.94);
}

.assist-head span,
.section-heading span,
.cta-storefront span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.assist-head strong {
  display: block;
  color: #0f172a;
  font-size: 1.25rem;
  line-height: 1.25;
}

.assist-options {
  display: grid;
  gap: 10px;
  margin: 22px 0;
}

.assist-options a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid #dbe7e7;
  border-radius: 8px;
  color: #0f172a;
  background: #f8fbfb;
  font-weight: 700;
}

.assist-options a:after {
  content: ">";
  color: var(--accent);
}

.assist-contact {
  padding-top: 16px;
  border-top: 1px solid #e2e8f0;
}

.assist-contact a {
  display: block;
  color: #0f172a;
  font-size: 1.25rem;
  font-weight: 900;
}

.assist-contact small {
  display: block;
  color: #64748b;
}

.trust-strip {
  margin-top: -28px;
  position: relative;
  z-index: 2;
}

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

.trust-grid div {
  padding: 18px;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 32px;
}

.section-heading h2 {
  margin: 0;
  color: #0f172a;
  font-size: 2rem;
}

.section-heading p {
  margin-top: 12px;
}

.section-heading-row {
  max-width: none;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
}

.category-showcase {
  padding-bottom: 40px;
}

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

.category-tile {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #0f172a;
  background: #fff;
}

.category-tile img {
  width: 100%;
  height: 170px;
  object-fit: contain;
  padding: 18px;
  background: linear-gradient(180deg, #f8fafc, #eef8f7);
}

.category-tile div {
  padding: 16px;
}

.category-tile strong {
  display: block;
  color: #0f172a;
  font-size: 1rem;
}

.category-tile span {
  color: #64748b;
  font-size: 0.9rem;
}

.product-showcase {
  padding-top: 56px;
  background: linear-gradient(180deg, #fff 0, #f7fbfb 100%);
}

.product-card {
  align-items: stretch;
  text-align: left;
  padding: 16px;
  background: #fff;
}

.product-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 26px;
  margin-bottom: 10px;
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 800;
}

.product-card-top span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-card-top em {
  flex: 0 0 auto;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(22, 163, 74, 0.1);
  color: #15803d;
  font-style: normal;
}

.product-card .product-header {
  justify-content: flex-start;
  min-height: 28px;
  margin-bottom: 10px;
}

.product-card .product-image-wrap {
  height: 220px;
  margin-bottom: 16px;
  border: 1px solid #edf2f7;
  background: #f8fafc;
}

.product-card h3 {
  min-height: 46px;
  font-size: 1.03rem;
  line-height: 1.35;
}

.product-card p {
  min-height: 66px;
  font-size: 0.9rem;
  line-height: 1.55;
}

.product-card .product-price {
  margin: 0 0 12px;
  font-size: 1.18rem;
}

.product-actions {
  justify-content: flex-start;
}

.product-actions .btn {
  flex: 1 1 auto;
  justify-content: center;
  min-height: 42px;
  padding: 9px 12px;
  font-size: 0.82rem;
}

.product-actions .btn-whatsapp {
  flex-basis: 100%;
}

.process-band {
  background: #0f172a;
  color: #fff;
}

.process-band .section-heading h2,
.process-band .section-heading p {
  color: #fff;
}

.process-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: center;
}

.process-steps {
  display: grid;
  gap: 12px;
}

.process-step {
  position: relative;
  padding: 18px 18px 18px 64px;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.process-step b {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--warm, #f59e0b);
  color: #0f172a;
}

.process-step strong,
.process-step span {
  color: #fff;
}

.process-step span {
  opacity: 0.78;
}

.cta-storefront {
  margin: 0;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.12), rgba(2, 132, 199, 0.12)),
    #fff;
}

.cta-storefront h2 {
  font-size: 2.1rem;
}

.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout .col2-set,
.woocommerce-checkout-review-order,
.woocommerce-form-coupon,
.woocommerce-account .woocommerce,
.woocommerce-page-shell .woocommerce {
  border: 1px solid rgba(15, 23, 42, 0.09);
  border-radius: 8px;
  background: #fff;
  padding: 22px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.05);
}

.woocommerce-page-shell {
  max-width: var(--max-width);
}

.woocommerce-page-shell:before {
  content: "Güvenli alışveriş";
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.woocommerce-page-shell .woocommerce {
  display: grid;
  gap: 18px;
}

.woocommerce-cart-form {
  overflow-x: auto;
}

.woocommerce-cart-form .shop_table.cart {
  min-width: 860px;
}

.shop_table {
  width: 100%;
  border-collapse: collapse;
}

.shop_table th,
.shop_table td {
  padding: 14px 10px;
  border-bottom: 1px solid #e2e8f0;
  text-align: left;
}

.shop_table th {
  color: #334155;
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.shop_table td {
  vertical-align: middle;
}

.shop_table .product-remove {
  width: 42px;
  text-align: center;
}

.shop_table .product-remove a {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #f8fafc;
  color: #ef4444;
  font-size: 1.15rem;
  font-weight: 900;
}

.shop_table .product-thumbnail {
  width: 104px;
}

.shop_table .product-thumbnail img {
  width: 86px;
  max-width: 86px;
  height: 86px;
  object-fit: contain;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc;
}

.shop_table .product-name a {
  color: #0f172a;
  font-weight: 800;
}

.shop_table .product-price,
.shop_table .product-subtotal,
.shop_table .product-quantity {
  white-space: nowrap;
}

.woocommerce-cart-form .actions {
  padding-top: 18px;
}

.woocommerce-cart-form .coupon {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  max-width: 620px;
}

.woocommerce-cart-form .coupon .input-text {
  flex: 1 1 260px;
  max-width: 360px;
}

.woocommerce-cart-form button[name="update_cart"] {
  margin-top: 12px;
}

.cart_totals {
  max-width: 620px;
  margin-left: auto;
}

.cart_totals h2 {
  font-size: 1.8rem;
  margin-bottom: 16px;
}

.cart_totals .checkout-button {
  min-height: 52px;
  margin-top: 16px;
  font-size: 1rem;
}

.woocommerce-cart .page-header,
.woocommerce-checkout .page-header {
  padding-top: 92px;
  padding-bottom: 30px;
}

.woocommerce-cart .section,
.woocommerce-checkout .section {
  padding-top: 42px;
  padding-bottom: 64px;
}

.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea,
.woocommerce-checkout select,
.woocommerce-cart input.input-text {
  width: 100%;
  min-height: 44px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 10px 12px;
  background: #fff;
}

.woocommerce-checkout label {
  display: block;
  margin-bottom: 6px;
  color: #334155;
  font-weight: 700;
}

.wc-empty-cart-message,
.woocommerce .cart-empty {
  border: 1px solid #dbe7e7;
  border-radius: 8px;
  background: #fff;
  padding: 18px 20px;
  color: #334155;
}

.wc-block-cart,
.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout,
.wc-block-components-sidebar,
.wc-block-cart__main,
.wc-block-components-main {
  border-radius: 8px;
}

.wc-block-cart,
.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.09);
  padding: 22px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.05);
}

.return-to-shop {
  margin-top: 18px;
}

.woocommerce-cart-form table img {
  max-width: 84px;
  border-radius: 8px;
  background: #f8fafc;
}

@media (max-width: 1024px) {
  .hero-storefront-inner,
  .process-grid,
  .advisor-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .hero-assist {
    max-width: 520px;
  }

  .category-grid,
  .trust-grid,
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .advisor-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .hero-storefront {
    min-height: auto;
    padding: 92px 0 40px;
  }

  .hero-media img {
    display: none;
  }

  .hero-media:after {
    background: linear-gradient(180deg, #f7fbfb 0%, #fff 100%);
  }

  .hero-copy h1 {
    font-size: 2.05rem;
  }

  .hero-copy p {
    font-size: 1rem;
  }

  .hero-proof,
  .trust-grid,
  .category-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .hero-assist {
    display: none;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .btn {
    justify-content: center;
  }

  .trust-strip {
    margin-top: 0;
  }

  .store-product-grid,
  .catalog-grid {
    grid-template-columns: 1fr;
  }

  .advisor-section,
  .service-cards-section,
  .faq-home {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .advisor-copy,
  .advisor-card,
  .service-card {
    min-height: 0;
    padding: 18px;
  }

  .category-showcase {
    padding-top: 56px;
  }

  .category-tile {
    min-height: 0;
  }

  .category-tile img {
    height: 150px;
  }

  .section-heading-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-card h3,
  .product-card p {
    min-height: 0;
  }
}

/* Override original floating button styling from the imported base stylesheet. */
.fab-container,
.fab-container[data-astro-cid-37fxchfa] {
  right: 20px;
  left: auto;
  bottom: 20px;
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.fab,
.fab[data-astro-cid-37fxchfa] {
  width: auto;
  min-width: 58px;
  height: 44px;
  padding: 0 14px;
  border-radius: 8px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.18);
}

.fab:hover,
.fab[data-astro-cid-37fxchfa]:hover {
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  body {
    padding-bottom: 70px;
  }

  .woocommerce-cart-form,
  .cart_totals,
  .woocommerce-page-shell .woocommerce {
    padding: 16px;
  }

  .woocommerce-cart-form .coupon {
    display: grid;
    grid-template-columns: 1fr;
    max-width: none;
  }

  .woocommerce-cart-form .coupon .input-text {
    max-width: none;
  }

  .cart_totals {
    max-width: none;
  }

  .fab-container,
  .fab-container[data-astro-cid-37fxchfa] {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .fab,
  .fab[data-astro-cid-37fxchfa] {
    flex: 1;
    height: 50px;
    min-width: 0;
    max-width: none;
  }
}
