:root {
  --site-top-offset: 90px;
}

html {
  scroll-padding-top: calc(var(--site-top-offset) + 20px) !important;
}

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

body.page .site-main,
body.single .site-main,
body.archive .site-main,
body.search .site-main,
body.error404 .site-main,
body.woocommerce .site-main {
  padding-top: var(--site-top-offset);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
}

.site-header:not(.is-sticky) {
  position: relative;
  top: 0;
}

body.banner-dismissed .site-header {
  top: 0;
}

.promo-banner {
  top: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
}

.promo-banner .promo-text {
  margin-right: 0.2rem;
}

.promo-banner .promo-countdown-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
}

.promo-banner .promo-countdown-label {
  opacity: 1;
  font-weight: 700;
  color: #ffe38b;
}

.promo-banner .promo-countdown {
  background: linear-gradient(135deg, #ffe066 0%, #ff8f3f 45%, #ff4d4d 100%);
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  padding: 0.2rem 0.62rem;
  font-weight: 900;
  font-size: 0.84rem;
  color: #1a1a1a;
  letter-spacing: 0.01em;
  box-shadow: 0 0 0 2px rgba(255, 207, 79, 0.35), 0 8px 18px rgba(0, 0, 0, 0.25);
  animation: bds-promo-pulse 1.4s ease-in-out infinite;
}

@keyframes bds-promo-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.04); }
}

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

.admin-bar .promo-banner {
  top: calc(32px + var(--header-height));
}

.bds-page-shell {
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.bds-content,
.bds-entry-card,
.woocommerce div.product,
.woocommerce-cart-form,
.woocommerce-checkout,
.woocommerce-account {
  background: var(--bg-card);
  border: 1px solid var(--bg-card-border);
  border-radius: 20px;
  padding: 1.5rem;
}

.bds-entry-card { margin-bottom: 1rem; }

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  background: var(--bds-button-bg);
  color: var(--white);
  border-radius: 40px;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  background: var(--bds-button-hover-bg);
  color: var(--white);
}

.bds-options-wrap .notice,
.bds-options-wrap .updated {
  margin-top: 1rem;
}

.header-logo img,
.header-logo .custom-logo,
.header-logo .custom-logo-link img,
.custom-logo-link img {
  max-height: 48px;
  width: auto;
}

.location-card .btn + .btn {
  margin-left: 0.5rem;
}

@media (max-width: 767px) {
  .promo-banner {
    gap: 0.35rem;
  }

  .promo-banner .promo-countdown-label {
    display: none;
  }

  .promo-banner .promo-countdown {
    font-size: 0.72rem;
    padding: 0.14rem 0.42rem;
  }

  .header-inner {
    padding: 0.85rem 1rem;
  }

  .header-logo img,
  .header-logo .custom-logo,
  .header-logo .custom-logo-link img,
  .custom-logo-link img {
    max-height: 42px;
    width: auto;
  }

  .hero {
    min-height: auto;
    align-items: flex-start;
    padding-top: calc(var(--header-height) + var(--banner-height) + 1rem);
    padding-bottom: 2rem;
  }

  .hero .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero h1 {
    font-size: clamp(2rem, 10.5vw, 2.9rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .hero-image {
    display: block;
    width: 100%;
    min-width: 0;
    margin-top: 0.25rem;
  }

  .hero-image img {
    display: block;
    width: min(460px, 92vw);
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
  }

  .location-card .btn + .btn {
    margin-left: 0;
    margin-top: 0.65rem;
  }
}

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

  .admin-bar .promo-banner {
    top: calc(46px + var(--header-height));
  }
}

/* Contact page */
.contact-page-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .contact-page-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* WooCommerce polish */
.bds-woo-shell {
  margin-top: 0;
  padding-top: 1.5rem;
}

.woocommerce-page .site-main .container.bds-woo-shell > .woocommerce,
.woocommerce-page .site-main .container.bds-woo-shell > .product,
.woocommerce-page .site-main .container.bds-woo-shell > .woocommerce-notices-wrapper + * {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
  font-size: 0.95rem;
  color: var(--bds-muted-text);
  margin-bottom: 1rem;
}

.woocommerce .page-title,
.woocommerce-page .page-title {
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.1;
  margin: 0 0 1rem;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  color: var(--bds-muted-text);
  margin: 0.5rem 0 1rem;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  margin: 0 0 1rem;
}

.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
  min-height: 44px;
  border-radius: 10px;
  border: 1px solid var(--bg-card-border);
  padding: 0 0.75rem;
}

.woocommerce #secondary,
.woocommerce-page #secondary,
.woocommerce .widget-area,
.woocommerce-page .widget-area {
  display: none !important;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  list-style: none !important;
  margin: 1.25rem 0 0 !important;
  padding: 0 !important;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
  list-style: none !important;
  background: #fff;
  border: 1px solid var(--bg-card-border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(17, 24, 39, 0.06);
  display: flex;
  flex-direction: column;
  position: relative;
}

.woocommerce ul.products li.product::before,
.woocommerce-page ul.products li.product::before,
.woocommerce ul.products li.product::marker,
.woocommerce-page ul.products li.product::marker {
  content: none !important;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  display: block;
  width: 100%;
  margin: 0;
  border-radius: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 800;
  color: #121826 !important;
  padding: 0.95rem 1rem 0;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
.woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link {
  color: #121826 !important;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  padding: 0.55rem 1rem 0.45rem;
  color: #111827 !important;
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.4rem;
}

.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
  opacity: 1;
  color: #9aa4b2 !important;
  margin-right: 0;
  font-size: 1.05rem;
  font-weight: 600;
}

.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins {
  text-decoration: none;
  color: #0f172a !important;
  font-size: 1.95rem;
  line-height: 1;
  font-weight: 900;
}

.woocommerce ul.products li.product .price > bdi,
.woocommerce-page ul.products li.product .price > bdi {
  color: #111827 !important;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 900;
}

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
  margin: auto 1rem 1rem !important;
  width: calc(100% - 2rem);
  text-align: center;
  border-radius: 4px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  background: #111111 !important;
  color: #ffffff !important;
  border: 1px solid #111111 !important;
  min-height: 48px;
  line-height: 1.1;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce-page ul.products li.product .button:hover {
  background: #d32626 !important;
  border-color: #d32626 !important;
  color: #ffffff !important;
}

.woocommerce ul.products li.product .added_to_cart,
.woocommerce-page ul.products li.product .added_to_cart {
  display: none !important;
}

.woocommerce span.onsale {
  min-height: 0;
  min-width: 0;
  line-height: 1;
  border-radius: 999px;
  background: linear-gradient(135deg, #ef4444 0%, #c81e1e 100%);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  top: 0.7rem;
  left: 0.7rem;
  right: auto;
  padding: 0.5rem 0.7rem;
  box-shadow: 0 10px 20px rgba(200, 30, 30, 0.28);
  border: 2px solid rgba(255, 255, 255, 0.8);
  z-index: 3;
}

.woocommerce span.onsale.bds-sale-badge small {
  font-size: 0.72em;
  font-weight: 700;
  opacity: 0.92;
}

.woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

.woocommerce div.product .product_title {
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  line-height: 1.15;
}

@media (max-width: 991px) {
  .woocommerce div.product {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

/* Single product cleanup */
.single-product .bds-woo-shell {
  padding-top: 1rem;
}

.single-product .woocommerce div.product {
  background: #fff;
  border: 1px solid var(--bg-card-border);
  border-radius: 18px;
  padding: clamp(1rem, 2vw, 1.75rem);
  box-shadow: 0 10px 36px rgba(15, 23, 42, 0.06);
  margin-bottom: 2rem;
  gap: clamp(1.25rem, 3vw, 2.25rem);
}

.single-product .woocommerce div.product div.images,
.single-product .woocommerce div.product div.summary {
  float: none !important;
  width: 100% !important;
}

.single-product .woocommerce div.product div.images img {
  border-radius: 10px;
}

.single-product .woocommerce div.product .product_title {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
  margin-bottom: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.single-product .woocommerce div.product p.price,
.single-product .woocommerce div.product span.price {
  color: var(--bds-headings) !important;
  font-size: clamp(1.5rem, 2.2vw, 2rem) !important;
  font-weight: 800 !important;
  margin-bottom: 1rem;
}

.single-product .woocommerce div.product .woocommerce-product-details__short-description {
  color: var(--bds-body-text);
  font-size: 1.05rem;
  line-height: 1.65;
}

.single-product .woocommerce div.product form.cart {
  margin: 1.25rem 0 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
}

.single-product .woocommerce .quantity .qty {
  min-height: 44px;
  border: 1px solid var(--bg-card-border);
  border-radius: 6px;
  padding: 0 0.45rem;
  width: 66px;
}

.single-product .woocommerce div.product form.cart .button {
  min-height: 44px;
  border-radius: 4px;
  background: #cf0909 !important;
  border: 1px solid #cf0909 !important;
  color: #fff !important;
  font-weight: 800;
  font-size: 1rem !important;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  padding: 0.7rem 1.15rem !important;
  min-width: 190px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  visibility: visible !important;
}

.single-product .woocommerce div.product .product_meta {
  font-size: 1.02rem;
  line-height: 1.6;
  color: var(--bds-muted-text);
  border-top: 1px solid var(--bg-card-border);
  padding-top: 0.9rem;
}

.single-product .woocommerce-tabs {
  background: #fff;
  border: 1px solid var(--bg-card-border);
  border-radius: 14px;
  padding: 1rem 1.15rem 1.25rem;
  margin-bottom: 2rem;
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0 0 1rem;
  padding: 0;
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom-color: var(--bg-card-border);
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid var(--bg-card-border);
  border-radius: 8px 8px 0 0;
  background: #f8fafc;
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff;
  border-bottom-color: #fff;
}

.single-product .woocommerce div.product .woocommerce-tabs .panel {
  margin: 0;
  color: var(--bds-body-text);
  font-size: 1.05rem;
  line-height: 1.7;
}

.single-product .related.products {
  margin-top: 0.5rem;
}

.single-product .related.products > h2 {
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
  margin-bottom: 1rem;
}

.single-product .related.products ul.products {
  margin-top: 0 !important;
}

/* Cart + checkout polish */
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
  max-width: 1120px;
  margin: 0 auto;
}

.woocommerce-cart .page-title,
.woocommerce-checkout .page-title {
  margin-bottom: 1.2rem !important;
}

/* Classic cart table -> cleaner row cards */
.woocommerce-cart .woocommerce-cart-form {
  background: #fff;
  border: 1px solid #e6e8ee;
  border-radius: 18px;
  padding: 0.7rem 1rem 1rem;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.woocommerce-cart table.shop_table {
  border: 0 !important;
  border-collapse: separate;
}

.woocommerce-cart table.shop_table thead {
  display: none;
}

.woocommerce-cart table.shop_table tr.cart_item td {
  border: 0 !important;
  border-bottom: 1px solid #eef1f5 !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  vertical-align: top;
}

.woocommerce-cart table.shop_table tr.cart_item td.product-thumbnail img {
  width: 82px;
  border-radius: 10px;
}

.woocommerce-cart table.shop_table td.product-name a {
  color: #111827 !important;
  font-size: 1.16rem;
  font-weight: 700;
}

.woocommerce-cart table.shop_table td.product-name p,
.woocommerce-cart table.shop_table td.product-name .wc-item-meta {
  color: #5b6473;
  font-size: 0.96rem;
}

.woocommerce-cart table.shop_table td.product-price,
.woocommerce-cart table.shop_table td.product-subtotal {
  color: #111827;
  font-weight: 700;
}

.woocommerce-cart table.shop_table .quantity .qty {
  border: 1px solid #d5d9e1;
  border-radius: 8px;
  min-height: 40px;
}

.woocommerce-cart table.shop_table a.remove {
  color: #2563eb !important;
  text-decoration: underline;
  font-weight: 600;
}

.woocommerce-cart .cart_totals {
  background: #fff;
  border: 1px solid #e6e8ee;
  border-radius: 18px;
  padding: 1rem 1.1rem;
  margin-top: 1rem;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.woocommerce-cart .cart_totals h2 {
  display: none;
}

.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td {
  border-bottom: 1px solid #eef1f5;
  padding: 0.8rem 0;
}

.woocommerce-cart .cart_totals tr.order-total th,
.woocommerce-cart .cart_totals tr.order-total td {
  font-size: 1.25rem;
  font-weight: 800;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #place_order {
  background: #111 !important;
  border-color: #111 !important;
  color: #fff !important;
  border-radius: 8px !important;
  text-transform: uppercase;
  font-weight: 800 !important;
  letter-spacing: 0.02em;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout #place_order:hover {
  background: #d32626 !important;
  border-color: #d32626 !important;
}

.woocommerce-checkout .col2-set,
.woocommerce-checkout .woocommerce-checkout-review-order {
  background: #fff;
  border: 1px solid var(--bg-card-border);
  border-radius: 14px;
  padding: 1.15rem;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.woocommerce-checkout .col2-set {
  margin-bottom: 1rem;
}

.woocommerce-checkout form .form-row input.input-text,
.woocommerce-checkout form .form-row textarea,
.woocommerce-checkout form .form-row select {
  min-height: 46px;
  border: 1px solid #d6d9de;
  border-radius: 8px;
  background: #fff;
  padding: 0.65rem 0.75rem;
  font-size: 1rem;
}

.woocommerce-checkout form .form-row textarea {
  min-height: 110px;
}

.woocommerce-checkout .form-row label {
  font-weight: 600;
  color: #1f2937;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table th,
.woocommerce-checkout .woocommerce-checkout-review-order-table td {
  border-bottom: 1px solid #eef1f5;
  padding: 0.7rem 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td {
  font-size: 1.15rem;
  font-weight: 800;
}

.bds-checkout-box {
  background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
  border: 1px solid #e4e7ec;
  border-radius: 14px;
  padding: clamp(1rem, 2vw, 1.5rem);
  margin: 0 0 1rem;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}

.bds-checkout-box h3 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.bds-checkout-box p,
.bds-checkout-box li {
  color: #2b3442;
  line-height: 1.6;
  font-family: Helvetica, Arial, sans-serif !important;
}

.bds-checkout-box ol,
.bds-checkout-box ul {
  margin: 0.55rem 0 0.8rem 1.2rem;
}

.bds-checkout-box-image {
  margin-top: 0.85rem;
  text-align: center;
}

.bds-checkout-box-image strong {
  display: block;
  margin-bottom: 0.45rem;
}

.bds-checkout-box-image img {
  width: min(100%, 280px);
  height: auto;
  border: 1px solid #d6d9de;
  border-radius: 10px;
}

/* WooCommerce blocks/cart/checkout refinement */
.woocommerce-cart .page-title,
.woocommerce-checkout .page-title,
.single-product .page-title {
  font-size: clamp(2.2rem, 4vw, 3.4rem) !important;
  margin-bottom: 0.9rem !important;
}

.woocommerce-cart .wc-block-cart__title,
.woocommerce-checkout .wc-block-checkout__title {
  display: none !important;
}

.woocommerce-cart .wp-block-woocommerce-cart,
.woocommerce-checkout .wp-block-woocommerce-checkout {
  background: #fff;
  border: 1px solid var(--bg-card-border);
  border-radius: 16px;
  padding: clamp(1rem, 2vw, 1.5rem);
  box-shadow: 0 10px 32px rgba(15, 23, 42, 0.05);
}

.woocommerce-cart .wc-block-cart-items__row {
  border-bottom: 1px solid #eceff3;
  padding: 0.9rem 0;
}

.woocommerce-cart .wc-block-cart-item__product {
  gap: 0.75rem;
}

.woocommerce-cart .wc-block-components-product-name {
  color: #1a202c;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}

.woocommerce-cart .wc-block-components-product-price,
.woocommerce-cart .wc-block-components-product-metadata {
  color: #4a5568;
}

.woocommerce-cart .wc-block-components-quantity-selector {
  border: 1px solid #d6d9de;
  border-radius: 8px;
  overflow: hidden;
}

.woocommerce-cart .wc-block-components-quantity-selector input {
  min-height: 40px;
}

.woocommerce-cart .wc-block-cart-item__remove-link {
  color: #d32626 !important;
  font-weight: 600;
}

.woocommerce-cart .wc-block-cart__totals-title,
.woocommerce-cart .wc-block-components-totals-item__label,
.woocommerce-cart .wc-block-components-totals-item__value {
  font-size: 1.05rem;
}

.woocommerce-cart .wc-block-cart__submit-button,
.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  background: #111 !important;
  border: 1px solid #111 !important;
  color: #fff !important;
  border-radius: 8px !important;
  min-height: 50px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 800 !important;
}

.woocommerce-cart .wc-block-cart__submit-button:hover,
.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover {
  background: #d32626 !important;
  border-color: #d32626 !important;
}

.woocommerce-checkout .wc-block-components-sidebar,
.woocommerce-checkout .wc-block-components-order-summary {
  background: #fff;
  border: 1px solid var(--bg-card-border);
  border-radius: 12px;
}

.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-combobox-control .components-combobox-control__input,
.woocommerce-checkout .wc-block-components-textarea textarea {
  border: 1px solid #d6d9de !important;
  border-radius: 8px !important;
  min-height: 44px !important;
}

.woocommerce-checkout .wc-block-components-textarea textarea {
  min-height: 100px !important;
}

.woocommerce-checkout .wc-block-components-checkout-step__heading,
.woocommerce-checkout .wc-block-components-title {
  font-weight: 700;
  color: #111827;
}

/* Premium WooCommerce overrides */
body.woocommerce,
body.woocommerce-page {
  background: #f7f8fa;
}

body.woocommerce [class*="snow"],
body.woocommerce-page [class*="snow"],
body.woocommerce .particle,
body.woocommerce-page .particle {
  display: none !important;
}

.woocommerce-page,
.woocommerce-page p,
.woocommerce-page li,
.woocommerce-page label,
.woocommerce-page input,
.woocommerce-page select,
.woocommerce-page textarea,
.woocommerce-page button {
  font-family: var(--font-body) !important;
}

.woocommerce-page h1,
.woocommerce-page h2,
.woocommerce-page h3,
.woocommerce-page h4 {
  font-family: var(--font-heading) !important;
  color: #111827 !important;
}

.woocommerce-cart .bds-content > h1,
.woocommerce-cart .entry-title {
  display: none !important;
}

.woocommerce-cart .woocommerce .page-title,
.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__title {
  text-align: center !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  text-align: center !important;
  justify-content: center;
}

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
  margin-left: auto !important;
  margin-right: auto !important;
}

.single-product .woocommerce div.product {
  border-radius: 22px;
  box-shadow: 0 14px 36px rgba(2, 8, 23, 0.08);
}

.single-product .woocommerce div.product .summary {
  color: #111827 !important;
}

.single-product .woocommerce div.product .summary p,
.single-product .woocommerce div.product .summary li {
  color: #1f2937 !important;
  font-size: 1.15rem;
  line-height: 1.7;
}

.single-product .woocommerce div.product form.cart {
  margin-top: 1.3rem;
  align-items: center;
}

.single-product .woocommerce div.product form.cart .quantity {
  margin-right: 0.6rem;
}

.single-product .woocommerce div.product form.cart .single_add_to_cart_button,
.single-product .woocommerce div.product form.cart button.single_add_to_cart_button,
.single-product .woocommerce div.product form.cart input.single_add_to_cart_button {
  background: #111111 !important;
  border: 1px solid #111111 !important;
  color: #ffffff !important;
  min-height: 50px !important;
  min-width: 220px !important;
  padding: 0.75rem 1.4rem !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  border-radius: 8px !important;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(17, 24, 39, 0.22);
}

.single-product .woocommerce div.product form.cart .single_add_to_cart_button:hover,
.single-product .woocommerce div.product form.cart button.single_add_to_cart_button:hover,
.single-product .woocommerce div.product form.cart input.single_add_to_cart_button:hover {
  background: #d32626 !important;
  border-color: #d32626 !important;
}

.single-product .related.products > h2 {
  text-align: left;
  margin-top: 0.6rem;
}

.woocommerce-checkout .woocommerce {
  max-width: 1180px;
}

.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.25rem;
  align-items: start;
}

.woocommerce-checkout .col2-set {
  margin: 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order {
  position: sticky;
  top: 120px;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-wide,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_1_field,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_city_field,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_state_field,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_postcode_field {
  grid-column: 1 / -1;
}

.woocommerce-checkout .form-row {
  margin: 0 !important;
}

.woocommerce-checkout .form-row label {
  font-size: 0.92rem;
  letter-spacing: 0.01em;
}

@media (max-width: 980px) {
  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr;
  }

  .woocommerce-checkout .woocommerce-checkout-review-order {
    position: static;
  }

  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: 1fr;
  }
}

/* Strict visual pass (final winner layer) */
body.woocommerce-page {
  background: #f5f7fb !important;
}

.woocommerce-cart .entry-title,
.woocommerce-cart .wp-block-post-title,
.woocommerce-cart .bds-content > h1,
.woocommerce-checkout .entry-title,
.woocommerce-checkout .wp-block-post-title,
.woocommerce-checkout .bds-content > h1 {
  display: none !important;
}

.woocommerce-cart .woocommerce .page-title,
.woocommerce-cart .wc-block-cart__title,
.woocommerce-checkout .woocommerce .page-title,
.woocommerce-checkout .wc-block-checkout__title {
  text-align: center !important;
  margin: 0 auto 1.25rem !important;
  width: 100% !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  border-radius: 18px !important;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08) !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  text-align: center !important;
  min-height: 88px;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  text-align: center !important;
  justify-content: center !important;
  font-size: 1.55rem !important;
  font-weight: 900 !important;
  color: #0f172a !important;
}

.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
  font-size: 1.1rem !important;
  color: #7f1d1d !important;
}

.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins {
  text-decoration: none !important;
  color: #dc2626 !important;
}

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
  margin: 0.85rem auto 0 !important;
}

.single-product .woocommerce div.product {
  background: #fff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 20px !important;
  padding: clamp(1rem, 2vw, 1.75rem) !important;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08) !important;
}

.single-product .woocommerce div.product .summary .price {
  font-size: 2rem !important;
  font-weight: 900 !important;
  color: #dc2626 !important;
  line-height: 1.1 !important;
}

.single-product .woocommerce div.product .summary .price del {
  font-size: 1.2rem !important;
  color: #7f1d1d !important;
}

.single-product .woocommerce div.product .summary p,
.single-product .woocommerce div.product .summary li,
.single-product .woocommerce div.product .summary .woocommerce-product-details__short-description {
  color: #111827 !important;
  font-size: 1.1rem !important;
  line-height: 1.75 !important;
  letter-spacing: 0 !important;
}

.single-product .woocommerce div.product form.cart {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.75rem !important;
  align-items: center !important;
}

.single-product .woocommerce div.product form.cart button[type="submit"],
.single-product .woocommerce div.product form.cart .single_add_to_cart_button,
.single-product .woocommerce div.product .summary .single_add_to_cart_button,
.single-product .woocommerce div.product .summary .cart .button,
.single-product .woocommerce div.product .summary .cart button,
.single-product .woocommerce div.product .summary .cart input[type="submit"],
.single-product .woocommerce div.product .summary .cart a.button {
  background: #d32626 !important;
  border: 1px solid #d32626 !important;
  color: #ffffff !important;
  min-height: 52px !important;
  min-width: 220px !important;
  border-radius: 10px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.03em !important;
  box-shadow: 0 12px 24px rgba(17, 24, 39, 0.22) !important;
  opacity: 1 !important;
  visibility: visible !important;
  line-height: 1.1 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

.single-product .woocommerce div.product form.cart button[type="submit"]:hover,
.single-product .woocommerce div.product form.cart .single_add_to_cart_button:hover,
.single-product .woocommerce div.product .summary .single_add_to_cart_button:hover,
.single-product .woocommerce div.product .summary .cart .button:hover,
.single-product .woocommerce div.product .summary .cart button:hover,
.single-product .woocommerce div.product .summary .cart input[type="submit"]:hover,
.single-product .woocommerce div.product .summary .cart a.button:hover {
  background: #b91c1c !important;
  border-color: #b91c1c !important;
  color: #ffffff !important;
}

.single-product .woocommerce div.product form.cart .quantity .qty,
.single-product .woocommerce div.product .summary .cart .qty {
  min-height: 52px !important;
  min-width: 72px !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 10px !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #111827 !important;
}

.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart_totals,
.woocommerce-checkout .col2-set,
.woocommerce-checkout .woocommerce-checkout-review-order {
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 18px !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06) !important;
}

.woocommerce-cart table.shop_table td.product-name a {
  color: #111827 !important;
}

.woocommerce-cart table.shop_table td.product-price,
.woocommerce-cart table.shop_table td.product-subtotal {
  font-weight: 800 !important;
  color: #111827 !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: 100% !important;
  min-height: 52px !important;
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 0.9rem !important;
}

.woocommerce-checkout #billing_first_name_field,
.woocommerce-checkout #billing_last_name_field,
.woocommerce-checkout #billing_email_field,
.woocommerce-checkout #billing_phone_field {
  grid-column: span 1 !important;
}

.woocommerce-checkout #billing_permit_field,
.woocommerce-checkout #billing_dob_field,
.woocommerce-checkout #billing_five_hour_number_field,
.woocommerce-checkout #billing_five_hour_issued_field,
.woocommerce-checkout #billing_address_1_field,
.woocommerce-checkout #billing_city_field,
.woocommerce-checkout #billing_state_field,
.woocommerce-checkout #billing_postcode_field,
.woocommerce-checkout #order_comments_field {
  grid-column: 1 / -1 !important;
}

.woocommerce-checkout #place_order {
  min-height: 54px !important;
}

@media (max-width: 980px) {
  .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: 1fr !important;
  }

  .single-product .woocommerce div.product {
    padding: 1rem !important;
  }
}

/* Single product readability + click reliability */
body.single-product.woocommerce-page .flake,
body.single-product.woocommerce-page [class*="snow"],
body.single-product.woocommerce-page .particle {
  display: none !important;
  pointer-events: none !important;
}

body.single-product .woocommerce div.product .summary {
  padding: 0.25rem 0.25rem 0.5rem !important;
}

body.single-product .woocommerce div.product .summary .product_title {
  font-size: clamp(2rem, 3vw, 3rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.01em !important;
  color: #0f172a !important;
  margin-bottom: 0.65rem !important;
}

body.single-product .woocommerce div.product .summary .price {
  margin: 0 0 0.9rem !important;
  font-size: clamp(2rem, 3.2vw, 2.9rem) !important;
  font-weight: 900 !important;
  color: #dc2626 !important;
}

body.single-product .woocommerce div.product .summary .woocommerce-product-details__short-description {
  margin-bottom: 1rem !important;
}

body.single-product .woocommerce div.product .summary .woocommerce-product-details__short-description p {
  margin: 0 0 0.62rem !important;
  color: #111827 !important;
  font-size: 1.09rem !important;
  line-height: 1.72 !important;
}

body.single-product .woocommerce div.product .summary .woocommerce-product-details__short-description p.plan-features {
  font-weight: 800 !important;
  color: #0b1220 !important;
  font-size: 1.14rem !important;
  line-height: 1.45 !important;
  margin: 0 0 0.45rem !important;
}

body.single-product .woocommerce div.product .summary .woocommerce-product-details__short-description a {
  color: #0b63ce !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

body.single-product .woocommerce div.product .summary .product_meta {
  margin-top: 1rem !important;
  padding: 0.85rem 1rem !important;
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  color: #334155 !important;
}

body.single-product .woocommerce div.product form.cart {
  margin-top: 1rem !important;
  padding-top: 0.35rem !important;
}

body.single-product .woocommerce div.product form.cart .single_add_to_cart_button,
body.single-product .woocommerce div.product form.cart button.single_add_to_cart_button,
body.single-product .woocommerce div.product form.cart button[type="submit"] {
  font-size: 1rem !important;
  font-weight: 900 !important;
  min-width: 240px !important;
  min-height: 54px !important;
  position: relative !important;
  z-index: 3 !important;
}

/* Single product lower section layout cleanup */
body.single-product .woocommerce div.product .woocommerce-tabs,
body.single-product .woocommerce div.product .related.products {
  float: none !important;
  width: 100% !important;
  clear: both !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Remove duplicate "Description" label row */
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
  display: none !important;
}

body.single-product .woocommerce div.product .woocommerce-tabs .panel {
  display: block !important;
  margin-top: 0 !important;
  padding: 1.25rem 1.5rem !important;
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 16px !important;
}

body.single-product .woocommerce div.product .woocommerce-tabs .panel > h2 {
  margin: 0 0 0.75rem !important;
  font-size: clamp(2rem, 3vw, 3rem) !important;
  line-height: 1.1 !important;
  color: #0f172a !important;
}

body.single-product .woocommerce div.product .related.products {
  margin-top: 1rem !important;
  padding: 1rem 0 0 !important;
}

body.single-product .woocommerce div.product .related.products > h2 {
  margin: 0 0 0.85rem !important;
  font-size: clamp(1.8rem, 2.6vw, 2.4rem) !important;
  color: #0f172a !important;
}

body.single-product .woocommerce div.product .related.products ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1rem !important;
  width: 100% !important;
}

body.single-product .woocommerce div.product .related.products ul.products li.product {
  width: 100% !important;
  margin: 0 !important;
}

@media (max-width: 1200px) {
  body.single-product .woocommerce div.product .related.products ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  body.single-product .woocommerce div.product .related.products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.single-product .woocommerce div.product .woocommerce-tabs .panel {
    padding: 1rem !important;
  }

  body.single-product .woocommerce div.product .related.products ul.products {
    grid-template-columns: 1fr !important;
  }
}

/* Absolute final single-product overrides */
body.single-product .woocommerce div.product .summary form.cart .single_add_to_cart_button.button.alt,
body.single-product .woocommerce div.product .summary form.cart button.single_add_to_cart_button.button.alt,
body.single-product .woocommerce div.product .summary form.cart button[type="submit"].single_add_to_cart_button,
body.single-product .woocommerce div.product .summary form.cart .button.single_add_to_cart_button {
  background-color: #d32626 !important;
  background-image: none !important;
  border: 1px solid #d32626 !important;
  color: #ffffff !important;
  text-shadow: none !important;
  box-shadow: 0 10px 22px rgba(211, 38, 38, 0.28) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 1.35rem !important;
  min-height: 54px !important;
  min-width: 230px !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  border-radius: 10px !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.single-product .woocommerce div.product .summary form.cart .single_add_to_cart_button.button.alt:hover,
body.single-product .woocommerce div.product .summary form.cart button.single_add_to_cart_button.button.alt:hover,
body.single-product .woocommerce div.product .summary form.cart button[type="submit"].single_add_to_cart_button:hover,
body.single-product .woocommerce div.product .summary form.cart .button.single_add_to_cart_button:hover {
  background-color: #b91c1c !important;
  border-color: #b91c1c !important;
  color: #ffffff !important;
}

body.single-product .woocommerce div.product .summary .price,
body.single-product .woocommerce div.product .summary p.price,
body.single-product .woocommerce div.product .summary span.price {
  font-size: clamp(2.1rem, 3.2vw, 3rem) !important;
  font-weight: 900 !important;
  color: #d32626 !important;
  margin-bottom: 0.95rem !important;
}

body.single-product .woocommerce div.product .summary .woocommerce-product-details__short-description p {
  color: #111827 !important;
  font-size: 1.12rem !important;
  line-height: 1.75 !important;
}

body.single-product .woocommerce div.product .summary .woocommerce-product-details__short-description p.plan-features {
  color: #0f172a !important;
  font-size: 1.18rem !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
  margin: 0 0 0.45rem !important;
  padding: 0 !important;
  font-family: Helvetica, Arial, sans-serif !important;
}

body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs,
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs,
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li,
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
}

body.single-product .woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper {
  width: 100% !important;
  clear: both !important;
  float: none !important;
  margin-top: 1rem !important;
}

body.single-product .woocommerce div.product .woocommerce-tabs .panel {
  width: 100% !important;
  float: none !important;
  clear: both !important;
}

body.single-product .woocommerce div.product .related.products {
  width: 100% !important;
  float: none !important;
  clear: both !important;
  display: block !important;
  margin-top: 1rem !important;
}

body.single-product .woocommerce div.product .related.products ul.products {
  width: 100% !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1rem !important;
  float: none !important;
}

body.single-product .woocommerce div.product .related.products ul.products li.product {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}

body.single-product .woocommerce .bds-product-description {
  margin-top: 1rem !important;
  background: #fff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 16px !important;
  padding: 1.25rem 1.5rem !important;
}

body.single-product .woocommerce .bds-product-description > h2 {
  margin: 0 0 0.8rem !important;
  font-size: clamp(2rem, 3vw, 3rem) !important;
  color: #0f172a !important;
}

body.single-product .woocommerce .bds-product-description p {
  font-size: 1.12rem !important;
  line-height: 1.78 !important;
  color: #111827 !important;
  margin: 0 0 0.62rem !important;
}

/* Mobile CTA call/text chooser */
.mobile-cta-bar .mobile-cta-call-trigger {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
}

.mobile-cta-bar .mobile-cta-call-trigger svg {
  width: 18px;
  height: 18px;
}

.mobile-cta-options {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 68px;
  z-index: 1001;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.22);
  overflow: hidden;
}

.mobile-cta-options a {
  display: block;
  padding: 0.92rem 1rem;
  color: #111827;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid #eef2f7;
}

.mobile-cta-options a:last-child {
  border-bottom: 0;
}

.mobile-cta-options a:hover {
  background: #f8fafc;
}
