@charset "UTF-8";
/* -------- Import --------- */
body.single-post #page h2 {
  font-size: 26px;
}
body.single-post #page h3 {
  font-size: 22px;
}
body.single-post #page h4 {
  font-size: 18px;
}
body #page .uagb-icon-list__label {
  line-height: 1.3em;
}
@media (max-width: 1670px) {
  body #page .column-section .uagb-heading-text {
    font-size: 30px;
  }
}
@media (max-width: 1670px) {
  body #page .column-section .wp-block-uagb-container {
    padding: 20px;
  }
}
body .entry-content a {
  text-decoration-line: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 3px !important;
  text-decoration-color: currentColor !important;
}
body a:hover {
  text-decoration: underline;
}
body .grid-item:hover .product-title {
  text-decoration: underline;
}
body .smaller-text {
  font-size: 16px;
}
body .has-medium-font-size {
  font-size: 22px !important;
}
@media (max-width: 921px) {
  body .has-medium-font-size {
    font-size: 18px !important;
  }
}
body .column-heading .uagb-heading-text {
  font-size: 2rem;
}
@media (max-width: 1670px) {
  body .column-heading .uagb-heading-text {
    font-size: 1.4444rem;
  }
}

:root {
  --blz--style--global--content-size: 1670px;
  --blz--style--global--wide-size: 1670px;
  --blz--style--global--font-size-base: 18px;
}

body.category.archive:not(.woocommerce) #primary {
  margin-top: 0px !important;
}
body.category.archive:not(.woocommerce) #primary .ast-archive-description {
  width: 100vw;
  max-width: 100vw;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: var(--ast-global-color-0);
  min-height: 125px;
  padding: 0;
  margin-bottom: 70px;
}
body.category.archive:not(.woocommerce) #primary .ast-archive-description .ast-archive-title {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  min-height: 125px;
  max-width: var(--ast-container-width, 1636px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 56px;
  color: var(--ast-global-color-4);
}
@media (max-width: 921px) {
  body.category.archive:not(.woocommerce) #primary .ast-archive-description .ast-archive-title {
    font-size: 40px;
  }
}
body {
  overflow-x: hidden;
}
body.single-post #primary {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
body.post-type-archive-product .ast-shop-toolbar-container,
body.post-type-archive-product .products {
  max-width: 1656px;
  margin: auto;
  padding: 0px 30px;
}
@media (max-width: 921px) {
  body.post-type-archive-product .columns-4 {
    grid-template-columns: 1fr 1fr !important;
  }
  body.post-type-archive-product .columns-4 .wc-block-product {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  body.post-type-archive-product .columns-4 {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 576px) {
  body.post-type-archive-product .woocommerce-result-count {
    padding: 0 30px;
  }
}

@view-transition {
  navigation: auto;
}
body.home #page #primary {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
body.home #page #primary .blz-headline-cycle {
  display: inline-block;
  margin: 0;
  font-weight: 500;
  font-size: 62px;
}
@media (max-width: 1670px) {
  body.home #page #primary .blz-headline-cycle {
    font-size: 50px;
  }
}
@media (max-width: 769px) {
  body.home #page #primary .blz-headline-cycle {
    font-size: 40px;
  }
}
body.home #page #primary .blz-scroller {
  height: 1.2em;
  line-height: 1.2em;
  overflow: hidden;
  text-align: left;
  display: block;
}
body.home #page #primary .blz-scroller .word {
  display: block;
  color: var(--ast-global-color-1);
  font-weight: 800;
  /* 5 items = 100% / 5 = 20% per step */
  animation: cycle-up 10s infinite ease-in-out;
}
@keyframes cycle-up {
  0%, 15% {
    transform: translateY(0);
  }
  20%, 35% {
    transform: translateY(-1.2em);
  }
  40%, 55% {
    transform: translateY(-2.4em);
  }
  60%, 75% {
    transform: translateY(-3.6em);
  }
  80%, 95% {
    transform: translateY(-4.8em);
  }
  100% {
    transform: translateY(-4.8em);
  }
}

body #page .table-wrapper {
  position: relative;
}
body #page .scroll-fade {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
}
body #page .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
body #page .table-responsive table, body #page .table-responsive td, body #page .table-responsive th {
  border: 1px solid #d1d5db !important;
}
@media (max-width: 769px) {
  body #page .table-responsive::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to left, #fff, transparent);
  }
}
body #page .custom-product-badge {
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 1;
  background: var(--ast-global-color-0);
  color: #fff;
  padding: 6px 10px;
  font-size: 0.87em;
  font-weight: 600;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  line-height: 1;
}
@media (max-width: 410px) {
  body #page .custom-product-badge {
    font-size: 10px;
  }
}
body #page {
  /* Move down if sale badge exists */
}
body #page .custom-product-badge.has-sale {
  top: 60px;
}
body #page .ast-article-inner {
  background-color: var(--ast-global-color-4);
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
body #page .category-info-block, body #page .category-enquiry, body #page .where-to-buy-dealer-section {
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
body #page .category-info-block p:has(+ ul) {
  margin-bottom: 15px;
}
body #page .category-info-block .uagb-container-inner-blocks-wrap img {
  aspect-ratio: 3/2;
}
body #page .category-info-block .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(1) {
  background-color: var(--ast-global-color-0);
}
body #page .category-info-block .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(1) h3, body #page .category-info-block .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(1) ul, body #page .category-info-block .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(1) strong, body #page .category-info-block .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(1) p, body #page .category-info-block .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(1) a {
  color: var(--ast-global-color-4);
}
body #page .category-info-block .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(1) a {
  text-decoration: underline;
}
body #page .category-info-block .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(2) {
  background-color: var(--ast-global-color-2);
}
body #page .category-info-block .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(2) h3, body #page .category-info-block .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(2) ul, body #page .category-info-block .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(2) strong, body #page .category-info-block .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(2) p, body #page .category-info-block .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(2) a {
  color: var(--ast-global-color-4);
}
body #page .category-info-block .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(2) a {
  text-decoration: underline;
}
body #page .category-info-block .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(3) {
  background-color: var(--ast-global-color-5);
}
body #page .category-info-block .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(4) {
  background-color: var(--ast-global-color-0);
}
body #page .category-info-block .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(4) h3, body #page .category-info-block .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(4) ul, body #page .category-info-block .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(4) strong, body #page .category-info-block .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(4) p, body #page .category-info-block .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(4) a {
  color: var(--ast-global-color-4);
}
body #page .category-info-block .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(4) a {
  text-decoration: underline;
}
body #page .category-info-block .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(5) {
  background-color: var(--ast-global-color-2);
}
body #page .category-info-block .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(5) h3, body #page .category-info-block .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(5) ul, body #page .category-info-block .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(5) strong, body #page .category-info-block .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(5) p, body #page .category-info-block .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(5) a {
  color: var(--ast-global-color-4);
}
body #page .category-info-block .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(5) a {
  text-decoration: underline;
}
body #page .category-info-block .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:nth-child(6) {
  background-color: var(--ast-global-color-5);
}
@media (max-width: 1250px) {
  body #page .category-info-block .uagb-container-inner-blocks-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 769px) {
  body #page .category-info-block .uagb-container-inner-blocks-wrap {
    grid-template-columns: 1fr;
  }
}
body #page .category-info-block .wp-block-uagb-container {
  max-width: 100%;
}
body #page .category-info-block .category-info-content-wrapper {
  padding: 2.9rem 2.5rem;
}
@media (max-width: 410px) {
  body #page .category-info-block .category-info-content-wrapper {
    padding: 25px;
  }
}
body #dapfforwc-popup-notification {
  display: none !important;
}
body #page ul.products {
  align-items: end;
  row-gap: 20px;
}
body #page ul.products .product a {
  color: var(--ast-global-color-4) !important;
}
body #page ul.products .product .blz-product-header a {
  color: var(--ast-global-color-1) !important;
}
body #page ul.products li.product a img {
  margin-bottom: 0;
}
body #page .blz-product-header {
  text-align: center;
}
body #page .blz-product-header .woocommerce-price-suffix {
  display: block;
}
body #page nav.woocommerce-pagination {
  text-align: center;
}
body #page nav.woocommerce-pagination ul li span.current {
  color: var(--ast-global-color-4);
}
body #page nav.woocommerce-pagination ul li a:hover, body #page nav.woocommerce-pagination ul li a:focus {
  color: var(--ast-global-color-4);
}
body #page nav.woocommerce-pagination .prev, body #page nav.woocommerce-pagination .next {
  display: none;
}
body #page ins .woocommerce-Price-amount bdi {
  color: #d00;
}
body #page .cky-audit-table-element h3 {
  margin-top: 0;
}
body #page .products .astra-shop-thumbnail-wrap {
  margin-bottom: 0;
}
body #page .wc-block-components-product-image {
  margin-bottom: 0;
}
body #page .woocommerce-loop-product__title a {
  font-size: 26px;
  line-height: 1.2em;
}
@media (max-width: 769px) {
  body #page .woocommerce-loop-product__title a {
    font-size: 20px;
  }
}
body #page .woocommerce-loop-product__title img {
  display: none;
}

body.archive.category #secondary,
.blog #secondary {
  margin: 0 0 2.5em;
}

body.single-product .dealer-product-price {
  font-size: 1.7778rem;
}
body.single-product.square-aspect-ratio-enabled #page .single-product-video-section iframe {
  aspect-ratio: 1/1;
}
body.single-product.remove-video-height #page .product-details-video-container {
  height: auto;
}
body.single-product #page .suspension-icon {
  margin-top: 6px;
}
@media (max-width: 576px) {
  body.single-product #page .suspension-icon {
    margin-top: 0;
  }
}
body.single-product #page #content .ast-container {
  max-width: 100%;
  background-image: url("/wp-content/uploads/2026/02/Background-Pattern-adjusted.svg");
  background-repeat: no-repeat;
  background-position: 50% 20%;
  background-size: cover;
  padding: 0 30px;
}
@media (max-width: 921px) {
  body.single-product #page #content .ast-container {
    background-position: bottom left;
    background-size: 250%;
    padding: 0 30px 30px 30px;
    margin-bottom: -60px;
  }
}
body.single-product #page #content .ast-container #primary {
  max-width: 1596px;
  margin: auto;
  margin-top: 30px !important;
  margin-bottom: 60px !important;
}
@media (max-width: 921px) {
  body.single-product #page #content .ast-container #primary {
    margin-top: 10px !important;
  }
}
body.single-product #page .blz-product-banner {
  width: 100%;
  padding: 1rem;
  background-color: #ef4335;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
body.single-product #page .woocommerce-product-gallery__image {
  margin-right: 1px !important;
}
body.single-product #page .product_title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 20px;
  row-gap: 25px;
}
@media (max-width: 1670px) {
  body.single-product #page .product_title {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 1024px) {
  body.single-product #page .product_title {
    font-size: 2.2222rem !important;
  }
}
body.single-product #page .product_title .title-text {
  flex: 0 1 auto;
}
body.single-product #page .product_title .product-title-logo {
  max-height: 90px;
  max-width: 200px;
  object-fit: contain;
}
@media (max-width: 1670px) {
  body.single-product #page .product_title .product-title-logo {
    max-height: 60px;
  }
}
body.single-product #page .astra-advanced-hook-158 ul:not(.wc-block-product-template, .products) {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
body.single-product #page .astra-advanced-hook-158 ul:not(.wc-block-product-template, .products) li {
  position: relative;
  padding-left: 1.5rem;
  margin-top: 15px;
}
body.single-product #page .astra-advanced-hook-158 ul:not(.wc-block-product-template, .products) li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%23005B9A' d='M361 215C375.3 223.8 384 239.3 384 256C384 272.7 375.3 288.2 361 296.1L73.03 472.1C58.21 482 39.66 482.4 24.52 473.9C9.377 465.4 0 449.4 0 432V80C0 62.64 9.377 46.63 24.52 38.13C39.66 29.64 58.21 29.99 73.03 39.04L361 215z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
body.single-product #page .entry-summary > .price {
  display: none;
}
body.single-product #page .entry-summary strong {
  color: var(--ast-global-color-1);
}
body.single-product #page .entry-summary .woocommerce-variation-add-to-cart, body.single-product #page .entry-summary form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
body.single-product #page .entry-summary .woocommerce-variation-add-to-cart::before, body.single-product #page .entry-summary .woocommerce-variation-add-to-cart::after, body.single-product #page .entry-summary form.cart::before, body.single-product #page .entry-summary form.cart::after {
  display: none;
}
body.single-product #page .entry-summary .woocommerce-variation-add-to-cart .rrp-display, body.single-product #page .entry-summary form.cart .rrp-display {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex: 0 0 100%;
  order: 1;
  margin-bottom: 5px;
}
body.single-product #page .entry-summary .woocommerce-variation-add-to-cart, body.single-product #page .entry-summary form.cart {
  /* Only style as "was price" when a sale exists */
}
body.single-product #page .entry-summary .woocommerce-variation-add-to-cart .rrp-display .rrp-sale-price + .rrp-price,
body.single-product #page .entry-summary .woocommerce-variation-add-to-cart .rrp-display:has(.rrp-sale-price) .rrp-price, body.single-product #page .entry-summary form.cart .rrp-display .rrp-sale-price + .rrp-price,
body.single-product #page .entry-summary form.cart .rrp-display:has(.rrp-sale-price) .rrp-price {
  text-decoration: line-through;
  opacity: 0.5;
}
body.single-product #page .entry-summary .woocommerce-variation-add-to-cart .rrp-sale-price, body.single-product #page .entry-summary .woocommerce-variation-add-to-cart ins, body.single-product #page .entry-summary form.cart .rrp-sale-price, body.single-product #page .entry-summary form.cart ins {
  color: #d00;
}
body.single-product #page .entry-summary .woocommerce-variation-add-to-cart .quantity, body.single-product #page .entry-summary form.cart .quantity {
  flex: 0 0 auto;
  order: 2;
  margin: 0;
  align-self: center;
}
body.single-product #page .entry-summary .woocommerce-variation-add-to-cart .quantity input, body.single-product #page .entry-summary form.cart .quantity input {
  height: 100%;
}
body.single-product #page .entry-summary .woocommerce-variation-add-to-cart .price, body.single-product #page .entry-summary form.cart .price {
  flex: 1;
  flex-basis: 50%;
  order: 3;
  margin: 0 !important;
  text-align: left;
}
body.single-product #page .entry-summary .woocommerce-variation-add-to-cart .price .woocommerce-Price-amount, body.single-product #page .entry-summary form.cart .price .woocommerce-Price-amount {
  font-size: 1.7778rem;
}
body.single-product #page .entry-summary .woocommerce-variation-add-to-cart .price .woocommerce-price-suffix, body.single-product #page .entry-summary form.cart .price .woocommerce-price-suffix {
  display: block;
}
body.single-product #page .entry-summary .woocommerce-variation-add-to-cart .brochure-btn,
body.single-product #page .entry-summary .woocommerce-variation-add-to-cart .single_add_to_cart_button, body.single-product #page .entry-summary form.cart .brochure-btn,
body.single-product #page .entry-summary form.cart .single_add_to_cart_button {
  flex: 1 1 calc(50% - 12.5px);
  margin: 10px 0 0 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 45px;
}
body.single-product #page .entry-summary .woocommerce-variation-add-to-cart .brochure-btn, body.single-product #page .entry-summary form.cart .brochure-btn {
  order: 4 !important;
  max-width: 355px;
}
body.single-product #page .entry-summary .woocommerce-variation-add-to-cart .single_add_to_cart_button, body.single-product #page .entry-summary form.cart .single_add_to_cart_button {
  order: 5 !important;
  max-width: 355px;
}
@media (max-width: 576px) {
  body.single-product #page .entry-summary .woocommerce-variation-add-to-cart .brochure-btn,
  body.single-product #page .entry-summary .woocommerce-variation-add-to-cart .single_add_to_cart_button, body.single-product #page .entry-summary form.cart .brochure-btn,
  body.single-product #page .entry-summary form.cart .single_add_to_cart_button {
    flex: 0 0 100%;
  }
}
body.single-product #page .entry-summary .blz-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  z-index: 999999;
  align-items: center;
  justify-content: center;
}
body.single-product #page .entry-summary .blz-modal-container {
  background: #fff;
  width: 90%;
  max-width: 1400px;
  height: 64.1vh;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  animation: blzModalFade 0.25s ease-out;
}
@media (max-width: 769px) {
  body.single-product #page .entry-summary .blz-modal-container {
    height: 95vh;
  }
}
body.single-product #page .entry-summary .blz-modal-header {
  padding: 15px 20px;
  background: #f8f9fa;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.single-product #page .entry-summary .blz-modal-header h3 {
  margin: 0;
  font-size: 18px;
  color: #1e293b;
  font-family: inherit;
}
body.single-product #page .entry-summary .blz-modal-close {
  background: none;
  border: none;
  font-size: 28px;
  line-height: 1;
  color: #64748b;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
body.single-product #page .entry-summary .blz-modal-close:hover {
  color: #000;
}
body.single-product #page .entry-summary .blz-modal-body {
  flex-grow: 1;
  position: relative;
  background: #fff;
}
body.single-product #page .entry-summary .blz-loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  color: #64748b;
  font-family: inherit;
}
@keyframes blzModalFade {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body.single-product #page img {
  box-shadow: none;
}
body.single-product #page .quantity a {
  background-color: var(--ast-global-color-6);
}
body.single-product #page h1.product_title {
  font-size: 3.1111rem;
  color: var(--ast-global-color-0);
}
@media (max-width: 769px) {
  body.single-product #page h1.product_title {
    font-size: 2.2222rem;
  }
}
body.single-product #page .woocommerce-product-details__short-description p {
  margin-bottom: 20px;
}
body.single-product #page .woocommerce-product-details__short-description h3 {
  font-size: 1.2222rem;
  font-weight: 500;
}
body.single-product #page .woocommerce-product-details__short-description ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
body.single-product #page .woocommerce-product-details__short-description ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-top: 15px;
}
body.single-product #page .woocommerce-product-details__short-description ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%23005B9A' d='M361 215C375.3 223.8 384 239.3 384 256C384 272.7 375.3 288.2 361 296.1L73.03 472.1C58.21 482 39.66 482.4 24.52 473.9C9.377 465.4 0 449.4 0 432V80C0 62.64 9.377 46.63 24.52 38.13C39.66 29.64 58.21 29.99 73.03 39.04L361 215z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
body.single-product #page .woocommerce-product-details__short-description .blz-short-desc-layout {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  margin-top: 20px;
}
@media (max-width: 1250px) {
  body.single-product #page .woocommerce-product-details__short-description .blz-short-desc-layout {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 921px) {
  body.single-product #page .woocommerce-product-details__short-description .blz-short-desc-layout {
    flex-direction: row;
    gap: 30px;
  }
}
@media (max-width: 576px) {
  body.single-product #page .woocommerce-product-details__short-description .blz-short-desc-layout {
    flex-direction: column;
    gap: 20px;
  }
}
body.single-product #page .woocommerce-product-details__short-description .blz-short-desc-layout .blz-short-description-bullet-points {
  flex: 1;
  width: 100%;
}
body.single-product #page .woocommerce-product-details__short-description .blz-short-desc-layout .blz-short-description-buttons {
  flex-shrink: 0;
  min-width: 280px;
  width: auto;
}
@media (max-width: 1250px) {
  body.single-product #page .woocommerce-product-details__short-description .blz-short-desc-layout .blz-short-description-buttons {
    width: 100%;
  }
}
@media (max-width: 921px) {
  body.single-product #page .woocommerce-product-details__short-description .blz-short-desc-layout .blz-short-description-buttons {
    width: auto;
    min-width: 240px;
  }
}
@media (max-width: 576px) {
  body.single-product #page .woocommerce-product-details__short-description .blz-short-desc-layout .blz-short-description-buttons {
    width: 100%;
    min-width: 100%;
  }
}
body.single-product #page .woocommerce-product-details__short-description .blz-short-desc-layout .blz-short-description-buttons.button-grid {
  display: flex;
  flex-direction: column-reverse;
  gap: 15px;
  margin-top: 10px;
}
body.single-product #page .woocommerce-product-details__short-description .blz-short-desc-layout .blz-short-description-buttons.button-grid p {
  display: none;
}
body.single-product #page .woocommerce-product-details__short-description :last-child {
  margin-bottom: 10px !important;
}
body.single-product #page .brochure-btn-trade {
  flex-basis: 46%;
}
@media (max-width: 1250px) {
  body.single-product #page .brochure-btn-trade {
    flex-basis: 42%;
  }
}
@media (max-width: 576px) {
  body.single-product #page .brochure-btn-trade {
    flex-basis: 100%;
  }
}
body.single-product #page .button-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 576px) {
  body.single-product #page .button-grid {
    grid-template-columns: 1fr;
  }
}
body.single-product #page .rrp-display {
  margin-top: 0px;
  font-weight: 700;
  font-size: 1.3889rem;
  flex-basis: 100%;
  margin-bottom: 15px;
  margin-top: 5px;
}
@media (max-width: 769px) {
  body.single-product #page .rrp-display {
    font-size: 1.1667rem;
  }
}
body.single-product #page .blz-product-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 576px) {
  body.single-product #page .blz-product-info-grid {
    gap: 12px;
  }
}
body.single-product #page .blz-product-info-grid .blz-info-block img {
  height: auto;
  margin-bottom: 12px;
  max-height: 80px;
}
@media (max-width: 576px) {
  body.single-product #page .blz-product-info-grid .blz-info-block img {
    max-height: 40px;
  }
}
body.single-product #page .blz-product-info-grid .blz-info-block strong {
  display: block;
  margin-bottom: 6px;
}
@media (max-width: 576px) {
  body.single-product #page .blz-product-info-grid .blz-info-block strong {
    font-size: 12px;
  }
}
body.single-product #page .blz-product-info-grid .blz-info-block span {
  display: block;
  color: var(--ast-global-color-1);
}
@media (max-width: 1250px) {
  body.single-product #page .custom-product-details .uagb-container-inner-blocks-wrap {
    column-gap: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 769px) {
  body.single-product #page .custom-product-details .uagb-container-inner-blocks-wrap {
    grid-template-columns: 1fr;
  }
}
body.single-product #page .custom-product-details .uagb-container-inner-blocks-wrap img {
  aspect-ratio: 4/4;
}
body.single-product #page .custom-product-details .uagb-container-inner-blocks-wrap .section-2-title .uagb-heading-text {
  font-size: 1.4444rem;
}
@media (max-width: 769px) {
  body.single-product #page .custom-product-details .uagb-container-inner-blocks-wrap .section-2-title .uagb-heading-text {
    font-size: 1.1667rem;
  }
}
body.single-product #page .product-details-video-container {
  height: 100%;
}
body.single-product #page .product-details-video-container iframe {
  height: 100%;
}
@media (max-width: 1024px) {
  body.single-product #page .product-details-video-container iframe {
    aspect-ratio: 16/9;
  }
}
body.single-product #page .product-details-video-container img {
  max-height: 500px;
  object-fit: cover;
}
body.single-product #page .product-details-video-container .wp-video, body.single-product #page .product-details-video-container .wp-video-shortcode {
  width: 100% !important;
  height: 100% !important;
}
body.single-product #page .single-product-details-section strong {
  color: var(--ast-global-color-1);
}
body.single-product #page .single-product-details-section .uagb-container-inner-blocks-wrap {
  align-items: center;
}
@media (max-width: 1250px) {
  body.single-product #page .single-product-details-section .uagb-container-inner-blocks-wrap {
    column-gap: 30px;
  }
  body.single-product #page .single-product-details-section .uagb-container-inner-blocks-wrap .wp-block-button__link {
    font-size: 18px;
    padding: 18px 20px !important;
  }
}
@media (max-width: 1024px) {
  body.single-product #page .single-product-details-section .uagb-container-inner-blocks-wrap {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  body.single-product #page .single-product-details-section .uagb-container-inner-blocks-wrap .brochure-msrp-wrapper {
    display: flex;
    flex-direction: column-reverse;
    align-items: baseline;
  }
  body.single-product #page .single-product-details-section .uagb-container-inner-blocks-wrap .brochure-msrp-wrapper .wp-block-group {
    max-width: 500px;
  }
  body.single-product #page .single-product-details-section .uagb-container-inner-blocks-wrap .brochure-msrp-wrapper .wp-block-group .wp-block-uagb-buttons {
    width: 100%;
  }
}
body.single-product #page .single-product-details-section .uagb-container-inner-blocks-wrap .blz-need_advice_section h2, body.single-product #page .single-product-details-section .uagb-container-inner-blocks-wrap .blz-need_advice_section h3, body.single-product #page .single-product-details-section .uagb-container-inner-blocks-wrap .blz-need_advice_section h4 {
  color: var(--ast-global-color-0);
}
body.single-product #page .single-product-details-section .uagb-container-inner-blocks-wrap .blz-need_advice_section {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  body.single-product #page .single-product-video-section .uagb-layout-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  body.single-product #page .single-product-video-section iframe {
    height: 100%;
    aspect-ratio: 16/9;
  }
}
body.single-product #page .single-product-gallery-section-1 strong {
  color: var(--ast-global-color-1);
}
@media (max-width: 1024px) {
  body.single-product #page .single-product-gallery-section-1 .uagb-container-inner-blocks-wrap {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  body.single-product #page .single-product-gallery-section-1 .gallery-image-container {
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
  }
}
body.single-product #page .single-product-gallery-section-1 img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media (max-width: 1024px) {
  body.single-product #page .single-product-gallery-section-2 .uagb-container-inner-blocks-wrap {
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
  }
}
body.single-product #page .single-product-gallery-section-2 img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
body.single-product #page .blz-additional_product_details_text_text {
  color: #ffffff;
}
body.single-product #page .blz-sp-tech-spec .wp-block-columns {
  max-width: 1450px;
}
body.single-product #page .blz-tech-specs {
  color: #ffffff;
  background: transparent;
  max-width: 100%;
  box-sizing: border-box;
}
body.single-product #page .blz-tech-specs__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding: 0 0.5rem;
  max-width: 600px;
}
body.single-product #page .blz-tech-specs__header h4 {
  color: #ffffff;
}
body.single-product #page .blz-tech-specs__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.single-product #page .blz-tech-specs__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: start;
  padding: 0.75rem 0.75rem;
  max-width: 600px;
}
@media (max-width: 576px) {
  body.single-product #page .blz-tech-specs__row {
    padding: 0.75rem 0;
  }
}
body.single-product #page .blz-tech-specs__feature {
  margin: 0;
}
body.single-product #page .blz-tech-specs__spec {
  margin: 0;
}
@media (max-width: 769px) {
  body.single-product #page .blz-tech-specs__header {
    padding-left: 0.75rem;
  }
  body.single-product #page .blz-tech-specs__header h4 {
    font-size: 0.9rem;
  }
  body.single-product #page .blz-tech-specs--left {
    margin-bottom: -40px;
  }
  body.single-product #page .blz-tech-specs--right .blz-tech-specs__header {
    display: none;
  }
}
@media (max-width: 576px) {
  body.single-product #page .blz-tech-specs__header {
    padding: 0;
  }
}
body.single-product #page .blz-faqs-header {
  text-align: center;
  color: var(--ast-global-color-0);
  font-family: sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 30px;
}
body.single-product #page .blz-faqs-header::after {
  content: "";
  display: block;
  width: 20vw;
  height: 4px;
  background-color: var(--ast-global-color-0);
  margin: 15px auto 0 auto;
}
body.single-product #page .blz-custom-sp-faq {
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 80px;
  grid-row-gap: 10px;
  display: grid;
}
@media (max-width: 769px) {
  body.single-product #page .blz-custom-sp-faq {
    grid-template-columns: 1fr;
  }
}
body.single-product #page .blz-custom-sp-faq .uagb-faq-item {
  margin-bottom: 40px;
}
body.single-product #page .blz-custom-sp-faq h5 {
  color: var(--ast-global-color-0);
  margin-bottom: 15px;
}
body.single-product #page .related.products > h2:first-of-type {
  color: var(--ast-global-color-0);
  text-align: center;
  margin-bottom: 40px;
  text-transform: capitalize;
}
body.single-product #page .related.products .products {
  margin-bottom: 0;
}
body.single-product #page .related.products .products {
  column-gap: 50px;
}
@media (max-width: 1024px) {
  body.single-product #page .related.products .products {
    column-gap: 20px;
  }
}
@media (max-width: 769px) {
  body.single-product #page .related.products .products {
    grid-template-columns: 1fr;
  }
}

body.post-type-archive-product #page .ast-shop-toolbar-container {
  display: none;
}

body.tax-product_cat #page .wpcf7 {
  background-color: var(--ast-global-color-5);
  padding: 30px;
  max-width: 1000px;
  margin: 80px auto 80px auto;
}
@media (max-width: 769px) {
  body.tax-product_cat #page .wpcf7 {
    margin: 40px auto 40px auto;
  }
}
body.tax-product_cat #page .wpcf7 h3 {
  color: var(--ast-global-color-1);
}
body.tax-product_cat #page .blz-no-products-message {
  max-width: 1000px;
}
body.tax-product_cat #page .blz-no-products-message .button {
  margin-top: 30px;
}
body.tax-product_cat #page {
  /* Collapse the empty grid item */
}
body.tax-product_cat #page .product.blz-hidden-item {
  display: none !important;
}
body.tax-product_cat #page .text-image-left p {
  color: var(--ast-global-color-4);
}
body.tax-product_cat #page ul.wc-block-product-template {
  margin: 0;
}
body.tax-product_cat #page ul.wc-block-product-template li {
  width: 100%;
  padding: 0;
}
body.tax-product_cat #page .wc-block-components-product-image__inner-container {
  pointer-events: none;
}
body.tax-product_cat #page .blz-category-featured-card {
  position: relative;
  color: var(--ast-global-color-4);
  display: flex;
  align-items: center;
  gap: 40px;
  background: var(--ast-global-color-2);
  border-radius: 8px;
  padding: 18px;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  margin: 0px 0px 30px 0px;
}
@media (max-width: 1670px) {
  body.tax-product_cat #page .blz-category-featured-card {
    gap: 20px;
  }
}
body.tax-product_cat #page .blz-category-featured-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  background-image: url(/wp-content/uploads/2026/02/Logo-Grey-Pattern.svg);
}
body.tax-product_cat #page .blz-category-featured-card .blz-cfc-gallery, body.tax-product_cat #page .blz-category-featured-card .blz-cfc-logo, body.tax-product_cat #page .blz-category-featured-card .blz-cfc-body {
  z-index: 1;
}
body.tax-product_cat #page .blz-category-featured-card .blz-cfc-image {
  flex: 0 0 292px;
  max-width: 292px;
  display: block;
  align-self: center;
}
body.tax-product_cat #page .blz-category-featured-card .blz-cfc-image a {
  display: block;
}
body.tax-product_cat #page .blz-category-featured-card .blz-cfc-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  object-fit: cover;
}
body.tax-product_cat #page .blz-category-featured-card .blz-cfc-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  body.tax-product_cat #page .blz-category-featured-card .blz-cfc-header {
    padding-top: 10px;
  }
}
body.tax-product_cat #page .blz-category-featured-card .blz-cfc-logo img {
  max-width: 160px;
  max-height: 50px;
  width: auto;
  display: block;
}
@media (max-width: 576px) {
  body.tax-product_cat #page .blz-category-featured-card .blz-cfc-logo img {
    max-width: 110px;
  }
}
body.tax-product_cat #page .blz-category-featured-card .blz-cfc-body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 700px;
  z-index: 1;
}
body.tax-product_cat #page .blz-category-featured-card .blz-cfc-title {
  font-size: 2.1111rem;
  margin-bottom: 0;
}
body.tax-product_cat #page .blz-category-featured-card .blz-cfc-title a {
  color: var(--ast-global-color-4);
}
body.tax-product_cat #page .blz-category-featured-card .blz-cfc-title a:hover {
  color: var(--ast-global-color-4);
}
@media (max-width: 1670px) {
  body.tax-product_cat #page .blz-category-featured-card .blz-cfc-title {
    font-size: 1.3889rem;
  }
}
body.tax-product_cat #page .blz-category-featured-card .blz-cfc-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
body.tax-product_cat #page .blz-category-featured-card .blz-cfc-gallery .blz-cfc-gallery-item, body.tax-product_cat #page .blz-category-featured-card .blz-cfc-gallery img {
  border-radius: 8px;
}
body.tax-product_cat #page .blz-category-featured-card .blz-cfc-gallery img {
  height: 100%;
  object-fit: cover;
}
body.tax-product_cat #page .blz-category-featured-card .blz-cfc-price {
  font-weight: 700;
}
body.tax-product_cat #page .blz-category-featured-card .blz-cfc-desc {
  font-size: inherit;
}
body.tax-product_cat #page .blz-category-featured-card .blz-cfc-cta {
  margin-top: 12px;
  max-width: 270px;
}
@media (max-width: 1024px) {
  body.tax-product_cat #page .blz-category-featured-card .blz-cfc-cta {
    margin-bottom: 20px;
  }
}
body.tax-product_cat #page .blz-category-featured-card .blz-cfc-cta .button, body.tax-product_cat #page .blz-category-featured-card .blz-cfc-cta a.button {
  display: inline-block;
  vertical-align: middle;
  background-color: var(--ast-global-color-2);
  color: var(--ast-global-color-4);
}
body.tax-product_cat #page .blz-category-featured-card .blz-cfc-cta a {
  background-color: var(--ast-global-color-0) !important;
  color: var(--ast-global-color-4) !important;
  padding: 18px 50px !important;
  clip-path: polygon(20px 2px, calc(100% - 20px) 2px, calc(100% - 2px) 50%, calc(100% - 20px) calc(100% - 2px), 20px calc(100% - 2px), 2px 50%);
  font-size: 22px;
  font-weight: 800;
}
@media (max-width: 1024px) {
  body.tax-product_cat #page .blz-category-featured-card {
    flex-direction: column;
    padding: 12px;
    gap: 12px;
  }
  body.tax-product_cat #page .blz-category-featured-card .blz-cfc-image {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }
  body.tax-product_cat #page .blz-category-featured-card .blz-cfc-image img {
    border-radius: 6px;
    width: 100%;
    height: auto;
  }
  body.tax-product_cat #page .blz-category-featured-card .blz-cfc-body {
    max-width: 100%;
  }
  body.tax-product_cat #page .blz-category-featured-card .blz-cfc-ribbon {
    transform: translate(-6%, -40%) rotate(-8deg);
    padding: 5px 8px;
    font-size: 0.75rem;
  }
}
body.tax-product_cat #page .where-to-buy-dealer-section .wp-block-uagb-buttons-child {
  background: var(--ast-global-color-4);
}
@media (max-width: 921px) {
  body.tax-product_cat #page .wc-block-product-template__responsive.columns-4 {
    grid-template-columns: 1fr 1fr;
  }
  body.tax-product_cat #page .wc-block-product-template__responsive.columns-4 .wc-block-product {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  body.tax-product_cat #page .wc-block-product-template__responsive.columns-4 {
    grid-template-columns: 1fr;
  }
}

body.woocommerce-checkout div#content {
  background-color: var(--ast-global-color-5);
}
body.woocommerce-checkout div#content .ast-mobile-order-review-wrap {
  margin-left: 0px;
  margin-right: 0px;
  border-radius: 5px;
  border: 1px solid var(--ast-border-color);
  margin-bottom: 30px;
  background-color: #fff;
}
body.woocommerce-checkout div#content .ast-mobile-order-review-wrap div#ast-order-review-toggle {
  border: none;
}
body.woocommerce-checkout div#content .ast-mobile-order-review-wrap div#ast-order-review-content table.shop_table.woocommerce-checkout-review-order-table {
  border-radius: 0;
}
body.woocommerce-checkout div#content form.checkout.woocommerce-checkout div#customer_details .col-1 div#customer_info {
  padding: 24px;
  border-radius: 5px;
  border: 1px solid var(--ast-border-color);
  margin-bottom: 30px;
  background-color: #fff;
}
body.woocommerce-checkout div#content form.checkout.woocommerce-checkout div#customer_details .col-1 div#customer_info .ast-checkout-form-heading h3 {
  padding: 0 0 14px 0;
  text-transform: capitalize;
}
body.woocommerce-checkout div#content form.checkout.woocommerce-checkout div#customer_details .col-1 .woocommerce-billing-fields {
  padding: 24px;
  border-radius: 5px;
  border: 1px solid var(--ast-border-color);
  margin-bottom: 30px;
  background-color: #fff;
}
body.woocommerce-checkout div#content form.checkout.woocommerce-checkout div#customer_details .col-1 .woocommerce-billing-fields h3 {
  padding: 0 0 14px 0;
  text-transform: capitalize;
}
body.woocommerce-checkout div#content form.checkout.woocommerce-checkout div#customer_details .col-1 .woocommerce-shipping-fields {
  padding: 24px;
  border-radius: 5px;
  border: 1px solid var(--ast-border-color);
  margin-bottom: 30px;
  background-color: #fff;
}
body.woocommerce-checkout div#content form.checkout.woocommerce-checkout div#customer_details .col-1 .woocommerce-shipping-fields h3 {
  padding: 0 0 14px 0;
  line-height: 20px;
}
body.woocommerce-checkout div#content form.checkout.woocommerce-checkout div#customer_details .col-1 .woocommerce-shipping-fields h3 label {
  font-size: 20px;
}
body.woocommerce-checkout div#content form.checkout.woocommerce-checkout div#customer_details .col-1 .woocommerce-shipping-fields h3 input {
  margin-right: 5px;
  width: 15px;
  height: 15px;
}
body.woocommerce-checkout div#content form.checkout.woocommerce-checkout div#customer_details .col-1 .woocommerce-additional-fields p#order_comments_field {
  padding-bottom: 35px;
}
body.woocommerce-checkout div#content form.checkout.woocommerce-checkout div#customer_details .col-1 .woocommerce-additional-fields .ast-payment-option-heading {
  padding: 24px;
  border-radius: 5px;
  border: 1px solid var(--ast-border-color);
  margin-bottom: 0;
  background-color: #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: none;
}
body.woocommerce-checkout div#content form.checkout.woocommerce-checkout div#customer_details .col-1 .woocommerce-additional-fields .ast-payment-option-heading h3 {
  margin: 0;
}
body.woocommerce-checkout div#content form.checkout.woocommerce-checkout div#customer_details .col-1 .woocommerce-additional-fields div#payment ul.wc_payment_methods {
  background-color: #fff;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
body.woocommerce-checkout div#content form.checkout.woocommerce-checkout div#customer_details .col-1 .woocommerce-additional-fields div#payment ul.wc_payment_methods li.payment_method_stripe {
  background-color: #fff;
  display: block;
}
body.woocommerce-checkout div#content form.checkout.woocommerce-checkout div#customer_details .col-1 .woocommerce-additional-fields div#payment ul.wc_payment_methods li.payment_method_stripe .payment_box.payment_method_stripe {
  background-color: #fff;
}
body.woocommerce-checkout div#content form.checkout.woocommerce-checkout div#customer_details .col-1 .woocommerce-additional-fields div#payment ul.wc_payment_methods li.payment_method_stripe .payment_box.payment_method_stripe fieldset {
  padding: 0px;
  border: none;
}
body.woocommerce-checkout div#content form.checkout.woocommerce-checkout div#customer_details .col-1 .woocommerce-additional-fields div#payment ul.wc_payment_methods li.payment_method_stripe .payment_box.payment_method_stripe fieldset p.woocommerce-SavedPaymentMethods-saveNew input {
  width: 15px !important;
  height: 15px !important;
}
body.woocommerce-checkout div#content form.checkout.woocommerce-checkout div#customer_details .col-1 .woocommerce-additional-fields div#payment ul.wc_payment_methods li.payment_method_stripe .payment_box.payment_method_stripe fieldset p.woocommerce-SavedPaymentMethods-saveNew label {
  font-size: 14px;
  white-space: normal;
}
body.woocommerce-checkout div#content form.checkout.woocommerce-checkout div#ast-order-review-wrapper h3#order_review_heading {
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: 0px !important;
  padding: 15px 20px !important;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  background-image: url(/wp-content/uploads/2026/02/Logo-Grey-Pattern.svg);
  text-transform: capitalize;
}
body.woocommerce-checkout div#content form.checkout.woocommerce-checkout div#ast-order-review-wrapper div#order_review table.shop_table.woocommerce-checkout-review-order-table {
  background-color: #fff;
  border-style: solid;
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid var(--ast-border-color);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
body.woocommerce-checkout div#content form.checkout.woocommerce-checkout div#ast-order-review-wrapper div#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total {
  font-weight: bold;
}

body.woocommerce-cart div#content {
  background-color: var(--ast-global-color-5);
}
body.woocommerce-cart div#content table.shop_table.woocommerce-cart-form__contents {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid var(--ast-border-color);
  background-color: #fff;
}
body.woocommerce-cart div#content table.shop_table.woocommerce-cart-form__contents thead {
  background-color: var(--ast-global-color-0);
  color: #fff;
}
body.woocommerce-cart div#content .cart-collaterals .cart_totals {
  padding: 0;
  border-radius: 5px;
  background-color: #fff;
}
body.woocommerce-cart div#content .cart-collaterals .cart_totals h2 {
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: 0px !important;
  padding: 15px 20px !important;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  background-image: url(/wp-content/uploads/2026/02/Logo-Grey-Pattern.svg);
  text-transform: capitalize;
}
body.woocommerce-cart div#content .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  margin-top: -5px;
}
body.woocommerce-cart div#content .cart-collaterals .cart_totals .wc-proceed-to-checkout a.button {
  margin: 0 10px;
}

body.woocommerce-account.ast-modern-woo-account-page .entry-content {
  margin: 0;
}
body.woocommerce-account div#content {
  background-color: var(--ast-global-color-5);
  padding-bottom: 50px;
}
body.woocommerce-account div#content nav.woocommerce-MyAccount-navigation, body.woocommerce-account div#content .woocommerce-MyAccount-content {
  padding: 24px;
  border-radius: 5px;
  border: 1px solid var(--ast-border-color);
  background-color: #fff;
}

body:not(.logged-in).woocommerce-account .woocommerce {
  max-width: 650px;
  background-color: #fff;
}

body.ast-below-sticky-header-active header#masthead #ast-mobile-header .menu-toggle {
  top: 8px;
}
body.ast-below-sticky-header-active header#masthead #ast-mobile-header .ast-header-woo-cart {
  top: 15px;
}
body .ratings-header-container {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px;
  border: 2px solid #D1D5DB;
  border-radius: 10px;
}
@media (max-width: 1150px) {
  body .ratings-header-container {
    border: none;
    gap: 5px;
    padding: 0;
  }
}
@media (max-width: 576px) {
  body .ratings-header-container {
    gap: 3px;
  }
}
body .ratings-header-container .ratings-header-trustpilot {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.5em;
}
@media (max-width: 576px) {
  body .ratings-header-container .ratings-header-trustpilot {
    gap: 2px;
  }
}
body .ratings-header-container .ratings-header-trustpilot .ratings-header-trustpilot-star {
  width: 25px !important;
  height: 25px !important;
  object-fit: contain;
  margin: 0;
}
@media (max-width: 1150px) {
  body .ratings-header-container .ratings-header-trustpilot .ratings-header-trustpilot-star {
    width: 20px !important;
  }
}
@media (max-width: 576px) {
  body .ratings-header-container .ratings-header-trustpilot .ratings-header-trustpilot-star {
    width: 18px !important;
  }
}
body .ratings-header-container .ratings-header-trustpilot .ratings-header-trustpilot-text {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #333;
}
@media (max-width: 1150px) {
  body .ratings-header-container .ratings-header-trustpilot .ratings-header-trustpilot-text {
    color: var(--ast-global-color-4);
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  body .ratings-header-container .ratings-header-trustpilot .ratings-header-trustpilot-text {
    font-size: 12px;
  }
}
body .ratings-header-container .ratings-header-trustpilot .ratings-header-trustpilot-text .short-text {
  display: none;
}
@media (max-width: 410px) {
  body .ratings-header-container .ratings-header-trustpilot .ratings-header-trustpilot-text .full-text {
    display: none;
  }
  body .ratings-header-container .ratings-header-trustpilot .ratings-header-trustpilot-text .short-text {
    display: inline;
  }
}
body .ratings-header-container .ratings-header-separator {
  font-size: 28px;
  color: #D1D5DB;
  font-weight: 100;
}
@media (max-width: 1150px) {
  body .ratings-header-container .ratings-header-separator {
    color: var(--ast-global-color-4);
  }
}
body .ratings-header-container .ratings-header-google {
  display: flex;
  flex-shrink: 0;
}
body .ratings-header-container .ratings-header-google .ratings-header-google-img {
  width: 200px !important;
  object-fit: contain;
  margin: 0;
}
@media (max-width: 1150px) {
  body .ratings-header-container .ratings-header-google .ratings-header-google-img {
    width: 140px !important;
    content: url("/wp-content/uploads/2026/06/Google-Rating-Monarch-BG.svg");
  }
}
@media (max-width: 576px) {
  body .ratings-header-container .ratings-header-google .ratings-header-google-img {
    width: 100px !important;
  }
}
body .main-header-bar {
  line-height: normal !important;
}
@media (max-width: 1150px) {
  body #ast-desktop-header {
    display: none;
  }
  body #ast-mobile-header-wrap {
    display: block;
  }
}
body .ast-archive-entry-banner {
  background-color: var(--ast-global-color-0);
}
body #ast-mobile-popup .header-widget-area {
  margin: 20px 20px 0 20px;
}
body #ast-mobile-popup .header-widget-area .uagb-heading-text {
  color: var(--ast-global-color-0);
  font-size: 1.4444rem;
}
body #ast-mobile-popup .search-submit {
  background-color: var(--ast-global-color-0);
}
body #ast-mobile-popup .ast-header-html-2 {
  background: #ffffff;
  padding: 0px;
  display: block;
}
body #ast-mobile-popup .ast-header-html-2 #blz-off-menu-contact-top {
  padding: 10px 20px;
  border-bottom: 1px solid #f6f6f6;
}
body #ast-mobile-popup .ast-header-html-2 #blz-off-menu-contact-bottom {
  padding: 10px 20px;
}
body header#masthead #ast-mobile-header .ast-above-header-bar {
  min-height: 40px;
  align-items: center;
  background-color: var(--ast-global-color-0);
  padding: 0 20px;
  padding-left: 10px;
  padding-right: 10px;
}
body header#masthead #ast-mobile-header .ast-above-header-bar .site-header-above-section-left aside {
  margin-top: 0 !important;
  margin-left: 0 !important;
}
body header#masthead #ast-mobile-header .ast-above-header-bar .ast-builder-grid-row {
  height: 40px;
}
body header#masthead #ast-mobile-header .ast-header-woo-cart {
  position: absolute;
  top: 20px;
  right: 90px;
}
@media (max-width: 1150px) {
  body header#masthead #ast-mobile-header .ast-header-woo-cart {
    position: relative;
    top: 0 !important;
    right: 0;
  }
}
body header#masthead #ast-mobile-header .ast-header-woo-cart .ast-addon-cart-wrap {
  border: none;
}
body header#masthead #ast-mobile-header .menu-toggle {
  position: absolute;
  top: 15px;
  right: 20px;
  padding: 12px 20px;
}
@media (max-width: 1150px) {
  body header#masthead #ast-mobile-header .menu-toggle {
    position: relative;
    top: 0 !important;
    right: 0;
  }
}
body header#masthead .ast-primary-header-bar #block-32 {
  margin: 0;
}
body header#masthead .ast-primary-header-bar #block-32 p {
  margin-bottom: 0;
}
body header#masthead .site-header-section aside {
  padding: 0;
}
@media (max-width: 976px) {
  body header#masthead .site-header-section aside {
    margin: 0;
  }
}
@media (max-width: 1150px) {
  body header#masthead .trade-signup-header {
    padding: 0;
  }
}
body header#masthead .trade-signup-header p {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
}
@media (max-width: 1150px) {
  body header#masthead .trade-signup-header p {
    font-size: 16px;
  }
}
body header#masthead .trade-signup-header p .login-signup {
  font-weight: 700;
}
body header#masthead .site-header-primary-section-left {
  padding-top: 15px;
}
@media (max-width: 1150px) {
  body header#masthead .site-header-primary-section-left {
    padding-top: 5px;
  }
}
body header#masthead .site-header-primary-section-left .site-branding.ast-site-identity {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
body header#masthead .site-header-primary-section-right {
  align-items: center;
}
body header#masthead .site-header-primary-section-right .flag-container {
  padding: 0;
}
body header#masthead #ast-desktop-header .main-header-menu > li:first-child {
  padding-left: 0;
}
body header#masthead #ast-desktop-header .main-header-menu .trade-menu-item {
  display: none;
}
body header#masthead #ast-desktop-header .main-header-menu li {
  padding: 0 10px;
}
body header#masthead #ast-desktop-header .main-header-menu li a {
  font-size: 20px;
  position: relative;
  padding: 0;
}
@media (max-width: 1250px) {
  body header#masthead #ast-desktop-header .main-header-menu li a {
    font-size: 18px;
  }
}
body header#masthead #ast-desktop-header .main-header-menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background: var(--ast-global-color-1);
  opacity: 0;
  transition: opacity 0.3s ease;
}
body header#masthead #ast-desktop-header .main-header-menu li a:hover::after {
  opacity: 1;
}
body header#masthead #ast-desktop-header .main-header-menu li .sub-menu li {
  padding: 10px 20px;
}
body header#masthead #ast-desktop-header .main-header-menu li .sub-menu li a {
  font-size: 18px;
}
body header#masthead #ast-desktop-header .main-header-menu li .sub-menu li a::after {
  bottom: -7px;
}
body header#masthead #ast-desktop-header .ast-addon-cart-wrap {
  border: none;
}
body header#masthead #ast-desktop-header .ast-addon-cart-wrap .astra-icon.ast-icon-shopping-bag {
  font-size: 20px;
}
body header#masthead .search-form {
  right: 0;
  padding-right: 48px;
}
body header#masthead .astra-search-icon {
  padding: 7px 10px 2px 10px;
}
body header#masthead .flag-selector {
  position: relative;
  width: 39px;
}
body header#masthead .flag-selector .flag-trigger {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}
body header#masthead .flag-selector img {
  cursor: pointer;
}
body header#masthead .flag-selector .flag-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: 80px;
  background: #fff;
  padding: 5px;
  display: none;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  z-index: 999;
}
body header#masthead .flag-selector.is-open .flag-dropdown {
  display: flex;
}
body header#masthead #ast-mobile-header .ast-stick-primary-below-wrapper {
  top: 40px !important;
}
body #ast-mobile-popup-wrapper .ast-header-html-1 {
  padding: 0px;
  margin: 20px 20px 0 20px;
}
body #ast-mobile-popup-wrapper .trade-menu-item {
  background-color: var(--ast-global-color-0);
}
body #ast-mobile-popup-wrapper .trade-menu-item .menu-link {
  background-color: var(--ast-global-color-0);
}
body #ast-mobile-popup-wrapper .trade-menu-item .menu-text {
  color: var(--ast-global-color-4);
  text-transform: uppercase;
}
body #ast-mobile-popup-wrapper .trade-menu-item svg {
  fill: var(--ast-global-color-4);
}
body #ast-mobile-popup-wrapper .trade-menu-item .menu-item {
  background-color: var(--ast-global-color-4);
}
body #ast-mobile-popup-wrapper .trade-menu-item .menu-item .menu-text {
  color: var(--ast-global-color-3);
  text-transform: none;
}
body #ast-mobile-popup-wrapper .trade-menu-item .menu-item svg {
  fill: var(--ast-global-color-3);
}
body #ast-mobile-popup-wrapper .trade-menu-item .menu-item .menu-link {
  background-color: var(--ast-global-color-4);
}

/* --------- Footer --------- */
body footer .widget:last-child p {
  margin-bottom: 0;
}
body footer .ast-footer-copyright div, body footer .ast-footer-copyright p {
  display: inline-block;
}
body footer .ast-footer-copyright .policy-menu {
  display: block;
  font-size: 18px;
  margin-bottom: 30px;
}
body footer .ast-footer-copyright .policy-menu a {
  font-weight: 700;
}
@media (max-width: 1024px) {
  body footer .ast-footer-copyright .policy-menu p {
    display: none;
  }
}
@media (max-width: 1024px) {
  body footer .ast-footer-copyright .policy-menu div {
    display: block;
    margin-bottom: 10px;
  }
}
body footer .ast-footer-copyright .policy-menu .footer-separator {
  padding: 0 25px;
}
body footer .ast-footer-copyright .copyright {
  font-weight: 400;
}
@media (max-width: 1250px) {
  body footer .ast-footer-copyright .copyright div {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 1250px) {
  body footer .ast-footer-copyright .copyright p {
    display: none;
  }
}
body footer .ast-footer-copyright .copyright .footer-separator {
  padding: 0 10px;
}
body footer .ast-footer-copyright a {
  color: var(--ast-global-color-4);
}
@media (max-width: 921px) {
  body footer .ast-footer-copyright a {
    font-size: 16px;
  }
}
body footer .site-primary-footer-wrap {
  position: relative;
}
body footer .site-primary-footer-wrap h4, body footer .site-primary-footer-wrap a, body footer .site-primary-footer-wrap p {
  color: var(--ast-global-color-4);
}
body footer .site-primary-footer-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  background-image: url(/wp-content/uploads/2026/02/Logo-Grey-Pattern.svg);
}
body footer .site-primary-footer-wrap .site-footer-section a {
  text-decoration: underline;
}
body footer .site-primary-footer-wrap ul li {
  margin-bottom: 20px;
}

body .retail-only-disabled {
  background: #b5b5b5 !important;
  color: #fff !important;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.8;
}
body .ast-on-card-button.ast-onsale-card {
  border-radius: 0;
  left: 10px;
  background-color: #ef4335;
  color: var(--ast-global-color-4);
}
body .wc-block-product .wp-block-button__link {
  background-color: var(--ast-global-color-2);
  width: 100% !important;
  color: white;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 18px !important;
}
body .wc-block-product .wp-block-button__link:hover, body .wc-block-product .wp-block-button__link:focus {
  color: var(--ast-global-color-4) !important;
}
body .wc-block-product .wp-block-button__link:hover {
  text-decoration: underline !important;
}
@media (max-width: 576px) {
  body .wc-block-product .wp-block-button__link {
    font-size: 16px !important;
  }
}
body .wpcf7-submit {
  background-color: var(--ast-global-color-0) !important;
  color: var(--ast-global-color-4) !important;
  padding: 18px 50px !important;
  clip-path: polygon(20px 2px, calc(100% - 20px) 2px, calc(100% - 2px) 50%, calc(100% - 20px) calc(100% - 2px), 20px calc(100% - 2px), 2px 50%);
}
body.woocommerce-page .button, body .widget_shopping_cart_content .button {
  background-color: var(--ast-global-color-0) !important;
  color: var(--ast-global-color-4) !important;
  padding: 18px 50px !important;
  clip-path: polygon(20px 2px, calc(100% - 20px) 2px, calc(100% - 2px) 50%, calc(100% - 20px) calc(100% - 2px), 20px calc(100% - 2px), 2px 50%);
}
body.single-product .single-product-details-section .wp-block-uagb-buttons, body.single-product .single-product-details-section .brochure-request-button {
  max-width: 350px !important;
  width: 100% !important;
}
body.single-product .single-product-details-section .wp-block-uagb-buttons-child {
  width: 100% !important;
}
body.single-product .single-product-details-section .wp-block-uagb-buttons-child .wp-block-button__link {
  background-color: var(--ast-global-color-0) !important;
  color: var(--ast-global-color-4) !important;
}
body.single-product .blz-sp-tech-spec .wp-block-uagb-buttons-child {
  max-width: 500px;
  margin: auto;
}
body.single-product .blz-sp-tech-spec .wp-block-uagb-buttons-child .wp-block-button__link {
  background-color: var(--ast-global-color-0) !important;
  color: var(--ast-global-color-4) !important;
}
body.single-product .single_add_to_cart_button, body.single-product .dealer-btn, body.single-product .brochure-btn {
  background-color: var(--ast-global-color-0) !important;
  color: var(--ast-global-color-4);
  text-align: center;
  font-size: 18px;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}
body.single-product .single_add_to_cart_button:hover, body.single-product .single_add_to_cart_button:focus, body.single-product .dealer-btn:hover, body.single-product .dealer-btn:focus, body.single-product .brochure-btn:hover, body.single-product .brochure-btn:focus {
  color: var(--ast-global-color-4) !important;
}
@media (max-width: 1670px) {
  body.single-product .single_add_to_cart_button, body.single-product .dealer-btn, body.single-product .brochure-btn {
    padding: 18px 20px !important;
  }
}
body .wp-block-woocommerce-product-button a {
  padding: 20px 0 !important;
  background-color: var(--ast-global-color-2) !important;
  color: var(--ast-global-color-4) !important;
  width: 100% !important;
  padding: 10px 20px !important;
}
body .wp-block-woocommerce-product-button a span {
  font-size: 18px;
}
body .products .astra-shop-summary-wrap {
  background-color: var(--ast-global-color-2);
  padding: 10px 20px !important;
}
body .products .astra-shop-summary-wrap h2 {
  color: var(--ast-global-color-4);
  text-align: center;
  margin-bottom: 0 !important;
}
body #page .wp-block-uagb-post-carousel {
  padding: 0 !important;
}
body #page .wp-block-uagb-post-carousel article {
  margin-bottom: 0;
}
body #page .wp-block-uagb-post-carousel .wp-block-button__link, body #page .wp-block-uagb-post-carousel .wp-block-button {
  clip-path: none !important;
  padding: 0 !important;
  background: transparent !important;
  border-bottom: 2px solid var(--ast-global-color-0) !important;
}
@media (max-width: 1024px) {
  body .centered-button-container {
    padding: 0 !important;
  }
}
body .centered-button-container .uagb-container-inner-blocks-wrap {
  top: -33px;
  z-index: 1;
}
@media (max-width: 1024px) {
  body .centered-button-container .uagb-container-inner-blocks-wrap {
    top: initial;
  }
}
body .wp-block-button:not(.wp-block-woocommerce-product-button) {
  padding: 4px;
  background: var(--ast-global-color-0);
  clip-path: polygon(22px 0, calc(100% - 22px) 0, 100% 50%, calc(100% - 22px) 100%, 22px 100%, 0 50%);
}
@media (max-width: 1024px) {
  body .wp-block-button:not(.wp-block-woocommerce-product-button).centered-button {
    clip-path: none;
    width: 100% !important;
  }
}
body .wp-block-button:not(.wp-block-woocommerce-product-button).centered-button .wp-block-button__link {
  background-color: var(--ast-global-color-0) !important;
  color: var(--ast-global-color-4);
  width: 640px !important;
  font-weight: 700;
}
@media (max-width: 1024px) {
  body .wp-block-button:not(.wp-block-woocommerce-product-button).centered-button .wp-block-button__link {
    width: 100% !important;
  }
}
body .wp-block-button:not(.wp-block-woocommerce-product-button).centered-button .wp-block-button__link:hover, body .wp-block-button:not(.wp-block-woocommerce-product-button).centered-button .wp-block-button__link:focus {
  color: var(--ast-global-color-4) !important;
}
body .wp-block-button__link:not(.wc-block-components-product-button__button), body .single_add_to_cart_button, body .dealer-btn, body .brochure-btn {
  background: var(--ast-global-color-4) !important;
  padding: 18px 50px !important;
  clip-path: polygon(20px 2px, calc(100% - 20px) 2px, calc(100% - 2px) 50%, calc(100% - 20px) calc(100% - 2px), 20px calc(100% - 2px), 2px 50%);
  width: 100% !important;
  text-align: center;
}
body .wp-block-button__link:not(.wc-block-components-product-button__button):hover, body .single_add_to_cart_button:hover, body .dealer-btn:hover, body .brochure-btn:hover {
  text-decoration: underline !important;
}
body .wp-block-button__link:not(.wc-block-components-product-button__button):focus, body .single_add_to_cart_button:focus, body .dealer-btn:focus, body .brochure-btn:focus {
  color: var(--ast-global-color-1) !important;
}

body #page .contact-us-form-container .uagb-question, body #page .contact-us-form-container .uagb-faq-content {
  font-size: 12px;
}
body #page .form-row.ast-animate-input input:not(.woocommerce-form__input-checkbox) {
  padding: 2em 0.8em 1em;
}
body #page input[type=checkbox] {
  width: 23px;
  height: 23px;
}
body #page #customer_login h2 {
  font-size: 2rem;
}
body #page #customer_login h3 {
  font-size: 1.1667rem;
}
body #page #customer_login .years-trading input {
  max-width: 225px;
}
body #page #customer_login .product-requirements {
  margin-bottom: 20px;
}
body #page #customer_login .product-requirements label {
  display: flex;
  align-items: center;
  gap: 10px;
}

#brochure-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brochure-popup-inner {
  background: #fff;
  padding: 30px;
  max-width: 650px;
  width: 90%;
  position: relative;
  height: 90vh;
  overflow: auto;
}

#close-brochure-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

#wpcf7-f11208-p11185-o1 span.wpcf7-list-item {
  display: block;
  margin: 0;
}
#wpcf7-f11208-p11185-o1 .wpcf7-checkbox {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 10px;
}
@media (min-width: 600px) {
  #wpcf7-f11208-p11185-o1 .wpcf7-checkbox {
    grid-template-columns: repeat(2, 1fr);
  }
}
#wpcf7-f11208-p11185-o1 .wpcf7-checkbox label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
}
#wpcf7-f11208-p11185-o1 .wpcf7-checkbox label input {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}
#wpcf7-f11208-p11185-o1 .wpcf7-checkbox label:hover {
  color: #0073aa;
}

.woocommerce ul li.product {
  margin-bottom: 0 !important;
}
.woocommerce ul li.product .ast-on-card-button {
  display: none;
}
.woocommerce ul li.product .astra-shop-summary-wrap {
  text-align: center;
}
.woocommerce ul li.product .button {
  background-color: var(--ast-global-color-2) !important;
  font-size: 18px;
  font-weight: 500;
  padding: 13px 20px 14px !important;
  text-align: center;
  color: var(--ast-global-color-4) !important;
}
.woocommerce ul li.product a {
  background-color: transparent !important;
  font-size: 18px;
  font-weight: 500;
  padding: 0 !important;
  clip-path: none;
  margin: 0 !important;
}
.woocommerce ul li.product .woocommerce-loop-category__title .count {
  display: none !important;
}
.woocommerce ul li.product-category a {
  display: flex;
  flex-direction: column;
}
.woocommerce ul li.product-category img {
  aspect-ratio: 1/1 !important;
  height: auto !important;
}
.woocommerce ul li.product-category .woocommerce-loop-category__title {
  position: static !important;
  margin-bottom: 0 !important;
  background-color: var(--ast-global-color-2) !important;
  color: var(--ast-global-color-4) !important;
  font-size: 18px;
  font-weight: 500;
  padding: 13px 20px 14px !important;
}

.blz-product-image-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
}

.blz-product-image-wrapper img {
  transition: opacity 0.3s ease-in-out;
  height: 100% !important;
  object-fit: cover;
}

.blz-hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  object-fit: cover;
}

.blz-product-image-wrapper:hover .blz-hover-image {
  opacity: 1;
}

.blz-product-image-wrapper:hover img:first-child {
  opacity: 0;
}

.blz-product-image-wrapper.no-hover:hover img:first-child {
  opacity: 1 !important;
}

.blz-product-image-wrapper.no-hover:hover .blz-hover-image {
  opacity: 0 !important;
}

body #page .spec_list_table td .button {
  font-size: 16px !important;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
body #page {
  /* Responsive Table Styles for Product Specs */
}
@media (max-width: 769px) {
  body #page table, body #page td {
    border: none;
  }
  body #page .spec_list_table tr {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px;
    background: #f9f9f9;
    border-radius: 8px;
  }
  body #page td[data-title=Action]::before {
    margin-bottom: 20px;
  }
}

.wpsl-search {
  padding: 0px;
  margin-bottom: 0px;
}
.wpsl-search #wpsl-search-wrap form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px 25px;
  padding: 20px;
  background-color: var(--ast-global-color-5);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.wpsl-search #wpsl-search-wrap .wpsl-input,
.wpsl-search #wpsl-search-wrap #wpsl-radius,
.wpsl-search #wpsl-search-wrap #wpsl-category {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 !important;
}
.wpsl-search #wpsl-search-wrap label {
  line-height: 20px;
  width: 120px;
  margin: 0 !important;
  font-weight: 500;
  color: var(--ast-global-color-2);
}
.wpsl-search #wpsl-search-wrap input[type=text],
.wpsl-search #wpsl-search-wrap .wpsl-dropdown {
  min-width: 180px;
  padding: 8px 12px;
  border: 1px solid var(--ast-border-color);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: var(--ast-global-color-4);
  box-sizing: border-box;
}
.wpsl-search #wpsl-search-wrap #wpsl-checkbox-filter {
  display: block;
  float: left;
  margin: 0 0 0 10px;
  padding: 0;
  width: 21%;
}
@media (max-width: 1150px) {
  .wpsl-search #wpsl-search-wrap #wpsl-checkbox-filter {
    width: 35%;
  }
}
@media (max-width: 769px) {
  .wpsl-search #wpsl-search-wrap #wpsl-checkbox-filter {
    width: 100%;
    margin-bottom: 15px;
  }
}
.wpsl-search #wpsl-search-wrap #wpsl-checkbox-filter li {
  width: 49%;
}
.wpsl-search #wpsl-search-wrap #wpsl-checkbox-filter li label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  background-color: var(--ast-global-color-4);
  border: 2px solid var(--ast-border-color);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  font-weight: 600;
  color: var(--ast-global-color-3);
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  user-select: none;
}
.wpsl-search #wpsl-search-wrap #wpsl-checkbox-filter li label::before {
  content: "+";
  font-size: 18px;
  font-weight: bold;
  line-height: 0;
  margin-right: 6px;
  margin-top: -2px;
}
.wpsl-search #wpsl-search-wrap #wpsl-checkbox-filter li label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
}
.wpsl-search #wpsl-search-wrap #wpsl-checkbox-filter li label:hover {
  border-color: var(--ast-global-color-0);
  color: var(--ast-global-color-0);
}
.wpsl-search #wpsl-search-wrap #wpsl-checkbox-filter li label:has(input[type=checkbox]:checked) {
  background-color: var(--ast-global-color-0);
  border-color: var(--ast-global-color-0);
  color: var(--ast-global-color-4);
  box-shadow: 0 4px 10px rgba(0, 115, 230, 0.25);
  -moz-box-shadow: 0 4px 10px rgba(0, 115, 230, 0.25);
  -webkit-box-shadow: 0 4px 10px rgba(0, 115, 230, 0.25);
}
.wpsl-search #wpsl-search-wrap #wpsl-checkbox-filter li label:has(input[type=checkbox]:checked)::before {
  content: "✓";
  font-size: 14px;
  margin-top: 0;
}
.wpsl-search #wpsl-search-wrap .wpsl-search-btn-wrap {
  display: flex;
  align-items: center;
  margin: 0 !important;
}
.wpsl-search #wpsl-search-wrap #wpsl-search-btn {
  background: var(--ast-global-color-0);
  color: var(--ast-global-color-4);
  font-weight: 600;
  font-size: 15px;
  padding: 12px 24px;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  white-space: nowrap;
}
.wpsl-search #wpsl-search-wrap #wpsl-search-btn:hover {
  background-color: var(--ast-global-color-1);
  box-shadow: 0 6px 14px rgba(48, 48, 49, 0.4);
  -moz-box-shadow: 0 6px 14px rgba(48, 48, 49, 0.4);
  -webkit-box-shadow: 0 6px 14px rgba(48, 48, 49, 0.4);
  transform: translateY(-1px);
}
@media (max-width: 769px) {
  .wpsl-search #wpsl-search-wrap form {
    flex-direction: column;
    align-items: stretch;
  }
  .wpsl-search #wpsl-search-wrap .wpsl-input,
  .wpsl-search #wpsl-search-wrap #wpsl-radius,
  .wpsl-search #wpsl-search-wrap #wpsl-category {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .wpsl-search #wpsl-search-wrap input[type=text],
  .wpsl-search #wpsl-search-wrap .wpsl-dropdown,
  .wpsl-search #wpsl-search-wrap #wpsl-search-btn {
    width: 100%;
  }
}

@media (max-width: 921px) {
  #wpsl-result-list #wpsl-stores ul {
    padding: 0 15px;
  }
}
#wpsl-result-list #wpsl-stores ul li .wpsl-store-location p {
  margin: 0 0 10px !important;
}
#wpsl-result-list #wpsl-stores ul li .wpsl-store-location .wpsl-store-thumb {
  max-width: 80px;
}
#wpsl-result-list #wpsl-stores ul li .wpsl-store-location a {
  text-underline-offset: 4px !important;
  text-decoration-thickness: 2px !important;
  text-decoration-color: currentColor !important;
}
#wpsl-result-list #wpsl-stores ul li:nth-child(even) {
  background-color: var(--ast-global-color-5);
}

body #page .text-image-left, body #page .text-image-right {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: 100vw;
}
@media (max-width: 1024px) {
  body #page .text-image-left, body #page .text-image-right {
    padding: 0;
  }
}
body #page .text-image-left .grid-wrapper, body #page .text-image-right .grid-wrapper {
  grid-template-columns: minmax(1px, 1.45fr) minmax(1px, 1fr);
}
@media (max-width: 1670px) {
  body #page .text-image-left .grid-wrapper, body #page .text-image-right .grid-wrapper {
    grid-template-columns: minmax(1.25px, 1fr) minmax(1px, 1fr);
  }
}
@media (max-width: 1024px) {
  body #page .text-image-left .grid-wrapper, body #page .text-image-right .grid-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  body #page .text-image-left .text-container, body #page .text-image-right .text-container {
    padding: 30px 60px 40px 60px;
  }
}
@media (max-width: 576px) {
  body #page .text-image-left .text-container, body #page .text-image-right .text-container {
    padding: 30px 30px 40px 30px;
  }
}
body #page .text-image-left .text-container h1::after,
body #page .text-image-left .text-container h2::after,
body #page .text-image-left .text-container h3::after, body #page .text-image-right .text-container h1::after,
body #page .text-image-right .text-container h2::after,
body #page .text-image-right .text-container h3::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 60%;
  height: 4px;
  background-color: white;
}
body #page .text-image-left .text-container p a, body #page .text-image-right .text-container p a {
  color: var(--ast-global-color-4);
  font-weight: 700;
  text-decoration: underline;
}
body #page .text-image-left .image-container, body #page .text-image-right .image-container {
  height: 100%;
  margin-left: calc(-1 * (55vw - 100%));
}
@media (max-width: 1024px) {
  body #page .text-image-left .image-container, body #page .text-image-right .image-container {
    width: 100vw !important;
    margin-left: 0;
  }
}
body #page .text-image-left .image-container img,
body #page .text-image-left .image-container figure, body #page .text-image-right .image-container img,
body #page .text-image-right .image-container figure {
  width: 100%;
  height: 100%;
}
body #page .text-image-left .image-container img, body #page .text-image-right .image-container img {
  max-height: 800px;
  object-fit: cover;
  clip-path: polygon(100% 50%, calc(100% - clamp(140px, 22%, 220px)) 0, 0 0, 0 100%, calc(100% - clamp(140px, 22%, 220px)) 100%);
}
@media (min-width: 3000px) {
  body #page .text-image-left .image-container img, body #page .text-image-right .image-container img {
    object-position: center 35%;
  }
}
@media (max-width: 1024px) {
  body #page .text-image-left .image-container img, body #page .text-image-right .image-container img {
    min-height: 0;
    max-height: 500px;
    aspect-ratio: 16/9;
    clip-path: polygon(100% 50%, 80% 0, 0 0, 0 100%, 80% 100%);
  }
}
body #page .text-image-right .grid-wrapper {
  grid-template-columns: minmax(1px, 1fr) minmax(1px, 1.45fr);
}
@media (max-width: 1670px) {
  body #page .text-image-right .grid-wrapper {
    column-gap: 50px;
    grid-template-columns: minmax(1px, 1fr) minmax(1px, 1.25fr);
  }
}
@media (max-width: 1024px) {
  body #page .text-image-right .grid-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}
body #page .text-image-right .image-container {
  margin-left: 0;
  width: 55vw !important;
}
@media (max-width: 1024px) {
  body #page .text-image-right .image-container {
    width: 100vw !important;
  }
}
body #page .text-image-right .image-container img {
  clip-path: polygon(0 54%, clamp(185px, 31%, 290px) 0, 100% 0, 100% 100%, clamp(185px, 31%, 290px) 100%);
}
body #page .motability-text-image .image-container img {
  object-fit: none;
}

body #page .video-column-section {
  overflow: hidden;
}
body #page .video-column-section .acf-youtube-minimal {
  padding-top: 0;
}
body #page .video-column-section .wp-block-uagb-post-carousel .slick-arrow {
  box-shadow: none;
}
@media (max-width: 921px) {
  body #page .video-column-section .wp-block-uagb-post-carousel .slick-next {
    right: -20px;
  }
}
@media (max-width: 921px) {
  body #page .video-column-section .wp-block-uagb-post-carousel .slick-prev {
    left: -20px;
  }
}
body #page .video-column-section .wp-block-uagb-post-carousel li button {
  background-color: var(--ast-global-color-5);
}
@media (max-width: 1670px) {
  body #page .video-column-section .video-column-wrapper {
    column-gap: 50px;
  }
}
@media (max-width: 1024px) {
  body #page .video-column-section .video-column-wrapper {
    grid-template-columns: 1fr;
  }
}
body #page .video-column-section .video-column-wrapper .image-text-container .image-content-wrapper {
  overflow: hidden;
}
body #page .video-column-section .video-column-wrapper .image-text-container .image-content-wrapper img {
  max-height: 295px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  body #page .video-column-section .video-column-wrapper .image-text-container .image-content-wrapper img {
    max-height: none;
  }
}
body #page .video-column-section .video-column-wrapper .image-text-container .image-content-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  background: url("/wp-content/uploads/2026/02/Hero-Wedge.svg") no-repeat top left;
  background-size: auto;
  transform: scaleX(-1);
}
@media (max-width: 1670px) {
  body #page .video-column-section .video-column-wrapper .image-text-container .text-content-wrapper {
    padding: 30px 20px 40px 20px;
  }
}
@media (max-width: 1670px) {
  body #page .video-column-section .video-column-wrapper .image-text-container .text-content-wrapper p {
    font-size: 16px;
  }
}
body #page .video-column-section .video-column-wrapper .image-text-container .text-content-wrapper .wp-block-button {
  background: var(--ast-global-color-4);
}
body #page .video-column-section .video-column-wrapper .image-text-container .text-content-wrapper .wp-block-button .wp-block-button__link {
  background: var(--ast-global-color-2) !important;
  color: var(--ast-global-color-4);
}
body #page .video-column-section .video-column-wrapper .image-text-container .text-content-wrapper .wp-block-button .wp-block-button__link:focus {
  color: var(--ast-global-color-4) !important;
}
body #page .video-column-section .video-column-wrapper .video-container p {
  font-size: 20px;
}
@media (max-width: 1024px) {
  body #page .video-column-section .video-column-wrapper .video-container p {
    font-size: 16px;
  }
}

@media (max-width: 1670px) {
  body #page .gallery-column-section .gallery-column-wrapper {
    column-gap: 50px;
  }
}
body #page .gallery-column-section .gallery-column-wrapper .wp-block-gallery img {
  max-height: 320px;
}
@media (max-width: 976px) {
  body #page .gallery-column-section .gallery-column-wrapper .wp-block-gallery img {
    max-height: 400px;
  }
}
body #page .gallery-column-section .gallery-column-wrapper .spectra-image-gallery {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
body #page .gallery-column-section .gallery-column-wrapper .spectra-image-gallery > :nth-child(-n+2) {
  grid-column: span 3;
  max-height: 310px;
}
body #page .gallery-column-section .gallery-column-wrapper .spectra-image-gallery > :nth-child(-n+2) img {
  max-height: 310px;
}
body #page .gallery-column-section .gallery-column-wrapper .spectra-image-gallery > :nth-child(n+3) {
  grid-column: span 2;
}
body #page .gallery-column-section .gallery-column-wrapper .image-text-container img {
  width: 100%;
  max-height: 305px;
}
@media (max-width: 976px) {
  body #page .gallery-column-section .gallery-column-wrapper .image-text-container img {
    max-height: 400px;
  }
}
body #page .gallery-column-section .gallery-column-wrapper .text-content-wrapper {
  padding: 30px 20px 0px 20px;
}

@media (max-width: 1024px) {
  body #page .home-hero {
    padding: 0;
    background-position: 50% 25vh;
    background-size: auto;
    border: none;
  }
}
@media (max-width: 769px) {
  body #page .home-hero {
    padding: 0;
    background-position: 0% 100%;
    background-size: 100%;
    border: none;
  }
}
@media (max-width: 576px) {
  body #page .home-hero {
    background-size: 160%;
  }
}
body #page .home-hero.no-max-height img {
  max-height: none !important;
}
body #page .home-hero.remove-cutout .wp-block-image::before {
  content: none !important;
}
body #page .home-hero .hero-grid-wrapper {
  grid-template-columns: minmax(1px, 1fr) minmax(1px, 1.45fr);
}
@media (max-width: 1670px) {
  body #page .home-hero .hero-grid-wrapper {
    column-gap: 50px;
    grid-template-columns: minmax(1px, 1fr) minmax(1px, 1.25fr);
  }
}
@media (max-width: 1024px) {
  body #page .home-hero .hero-grid-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}
body #page .home-hero .hero-grid-wrapper .hero-text-container {
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 1024px) {
  body #page .home-hero .hero-grid-wrapper .hero-text-container::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 47%;
    height: 20vw;
    z-index: 0;
    pointer-events: none;
    background: url("/wp-content/uploads/2026/02/Hero-Wedge.svg") no-repeat bottom right;
    background-size: contain;
  }
}
@media (max-width: 1024px) {
  body #page .home-hero .hero-grid-wrapper .hero-text-container {
    padding: 30px 60px 60px 60px;
  }
}
@media (max-width: 576px) {
  body #page .home-hero .hero-grid-wrapper .hero-text-container {
    padding: 30px 30px 60px 30px;
  }
}
@media (max-width: 1670px) {
  body #page .home-hero .hero-grid-wrapper .hero-text-container h1 {
    font-size: 26px;
  }
}
body #page .home-hero .hero-grid-wrapper .hero-text-container strong {
  color: var(--ast-global-color-1);
}
body #page .home-hero .hero-grid-wrapper .hero-text-container .wp-block-paragraph {
  line-height: 1.6;
}
body #page .home-hero .hero-grid-wrapper .hero-image-container {
  width: 55vw !important;
}
@media (max-width: 1024px) {
  body #page .home-hero .hero-grid-wrapper .hero-image-container {
    width: 100vw !important;
  }
}
body #page .home-hero .hero-grid-wrapper .wp-block-uagb-slider::before,
body #page .home-hero .hero-grid-wrapper .wp-block-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: -7vw;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  background: url("/wp-content/uploads/2026/02/Hero-Wedge.svg") no-repeat top left;
  background-size: contain;
}
body #page .home-hero .hero-grid-wrapper .wp-block-uagb-slider img,
body #page .home-hero .hero-grid-wrapper .wp-block-image img {
  min-height: 800px;
  max-height: 800px;
  width: 100%;
  object-fit: cover;
  clip-path: polygon(0 54%, clamp(185px, 31%, 290px) 0, 100% 0, 100% 100%, clamp(185px, 31%, 290px) 100%);
}
@media (min-width: 3000px) {
  body #page .home-hero .hero-grid-wrapper .wp-block-uagb-slider img,
  body #page .home-hero .hero-grid-wrapper .wp-block-image img {
    object-position: center 20%;
  }
}
@media (max-width: 1024px) {
  body #page .home-hero .hero-grid-wrapper .wp-block-uagb-slider img,
  body #page .home-hero .hero-grid-wrapper .wp-block-image img {
    min-height: 0;
    max-height: 500px;
    aspect-ratio: 16/9;
    clip-path: polygon(0 50%, 20% 0, 100% 0, 100% 100%, 20% 100%);
  }
}/*# sourceMappingURL=main.css.map */