/* surver */

/* home */

.loop .price {
  display: flex;
  flex-direction: column;

}
.loop .price .price-incl {
  font-weight: 700;
  font-size: 1.2rem;
}

.hero-section {
  margin-bottom: 1em;
}

.tax-product_cat .ct-toggle-filter-panel {
  background-color: var(--theme-button-background-initial-color) !important;
}
.tax-product_cat .site-main .ct-container {
  padding: 0 10px;
}

[data-prefix="woo_categories"] .entry-header .ct-breadcrumbs {
  font-weight: 300!important;
}
.ct-woo-card-actions > a.button.add_to_cart_button,
.woocommerce ul.products li.product a.button.product_type_simple.add_to_cart_button,
.woocommerce ul.products li.product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
max-width: 44px;
height: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0 !important;
  border-radius: 999px !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.woocommerce ul.products li.product.outofstock .ct-woo-card-actions > a.button {
max-width: 44px;
height: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0 !important;
  border-radius: 999px !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.woocommerce ul.products li.product .ct-woo-card-actions > a.button.product_type_variable {
max-width: 44px;
height: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0 !important;
  border-radius: 999px !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  background-color: var(--theme-button-background-initial-color, #f7b500) !important;
  border-color: var(--theme-button-background-initial-color, #f7b500) !important;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  visibility: visible !important;
  opacity: 1 !important;
}

.ct-woo-card-actions > a.button.add_to_cart_button:before,
.woocommerce ul.products li.product a.button.product_type_simple.add_to_cart_button:before,
.woocommerce ul.products li.product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:before {
  content: none !important;
}

.ct-woo-card-actions > a.button.add_to_cart_button:after,
.woocommerce ul.products li.product a.button.product_type_simple.add_to_cart_button:after,
.woocommerce ul.products li.product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:after {
  content: "";
  position: static;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.779' height='19.998' viewBox='0 0 19.779 19.998'%3E%3Cpath d='M64.5,76.5A1.5,1.5,0,1,0,66,78a1.5,1.5,0,0,0-1.5-1.5' transform='translate(-49.001 -59.502)' fill='%23000' fill-rule='evenodd'/%3E%3Cpath d='M24,76.5A1.5,1.5,0,1,0,25.5,78,1.5,1.5,0,0,0,24,76.5' transform='translate(-17.5 -59.502)' fill='%23000' fill-rule='evenodd'/%3E%3Cpath d='M17.779,4H5.438l-.2-1.425A3,3,0,0,0,2.265,0H1A1,1,0,0,0,1,2H2.265a1,1,0,0,1,.989.858L5.01,15.14A1,1,0,0,0,6,15.994v0h9.359A3,3,0,0,0,18.3,13.587l1.439-7.2A2,2,0,0,0,17.779,4M16.34,13.2a1,1,0,0,1-.981.8H6.866L5.724,6H17.779Z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: auto;
}

.woocommerce ul.products li.product.outofstock .ct-woo-card-actions > a.button:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  color: #000;
}

.woocommerce ul.products li.product .ct-woo-card-actions > a.button.product_type_variable:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  color: #000;
}

.ct-woo-card-actions .added_to_cart {
  display: none !important;
}
[data-products=type-2] .ct-woo-card-actions {
  border-block: none!important;
}

.hero-section{
   display: block; 
}

.tax-product_cat h3.woocommerce-loop-product__title {
  text-align: left!important;
  margin-left: -18px;
}
.tax-product_cat [data-products=type-2] .ct-woo-card-actions .price {
  text-align: left;
  justify-content: start;
  align-items: start;
  flex-direction: column;
}

/* Force override for legacy icon rules in style.css */
.woocommerce ul.products li.product .ct-woo-card-actions > a.button.add_to_cart_button.ajax_add_to_cart:after,
.woocommerce ul.products li.product .ct-woo-card-actions > a.button.product_type_simple.add_to_cart_button:after {
  content: "" !important;
  position: static !important;
  top: auto !important;
  right: auto !important;
  width: 18px !important;
  height: 18px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.779' height='19.998' viewBox='0 0 19.779 19.998'%3E%3Cpath d='M64.5,76.5A1.5,1.5,0,1,0,66,78a1.5,1.5,0,0,0-1.5-1.5' transform='translate(-49.001 -59.502)' fill='%23000' fill-rule='evenodd'/%3E%3Cpath d='M24,76.5A1.5,1.5,0,1,0,25.5,78,1.5,1.5,0,0,0,24,76.5' transform='translate(-17.5 -59.502)' fill='%23000' fill-rule='evenodd'/%3E%3Cpath d='M17.779,4H5.438l-.2-1.425A3,3,0,0,0,2.265,0H1A1,1,0,0,0,1,2H2.265a1,1,0,0,1,.989.858L5.01,15.14A1,1,0,0,0,6,15.994v0h9.359A3,3,0,0,0,18.3,13.587l1.439-7.2A2,2,0,0,0,17.779,4M16.34,13.2a1,1,0,0,1-.981.8H6.866L5.724,6H17.779Z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.woocommerce ul.products li.product .ct-woo-card-actions > a.button.product_type_variable.add_to_cart_button:after {
  content: "" !important;
  position: static !important;
  top: auto !important;
  right: auto !important;
  width: 10px !important;
  height: 10px !important;
  border-top: 2px solid #000 !important;
  border-right: 2px solid #000 !important;
  transform: rotate(45deg) !important;
  color: #000 !important;
  background-image: none !important;
}

.ct-woo-card-actions > a.button.add_to_cart_button:hover,
.woocommerce ul.products li.product .ct-woo-card-actions > a.button.product_type_simple.add_to_cart_button:hover,
.woocommerce ul.products li.product .ct-woo-card-actions > a.button.product_type_variable:hover,
.woocommerce ul.products li.product.outofstock .ct-woo-card-actions > a.button:hover {
  background-color: #f59e0b !important;
  border-color: #f59e0b !important;
}

/* Keep product images in a square frame and scale tall images down */
.woocommerce ul.products li.product .ct-media-container {
  aspect-ratio: 1 / 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

.woocommerce ul.products li.product .ct-media-container img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
}

@media (max-width: 768px) {
  .woo-listing-top {
      display: flex !important;
  }
}

.ct-panel-actions .ct-panel-heading {
  display: none;
}

[data-products=type-2] .ct-woo-card-actions .price:not(:only-child):after {
display: none; 
}

.bd-pdp-description-section {
  margin: 50px auto 0;
  padding: 50px;
  background: #fafbfc;
  box-sizing: border-box;
}

.bd-pdp-description-section__inner {
  display: flex !important;
  flex-wrap: nowrap;
  gap: clamp(30px, 5vw, 70px);
  align-items: start;
}

.bd-pdp-description-section__content,
.bd-pdp-description-section__aside {
  flex: 1 1 0;
  min-width: 0;
}

.bd-pdp-description-section__title-label {
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.bd-pdp-description-section__title {
  margin: 0 0 24px;
}

.bd-pdp-description-section__text > :last-child,
.bd-pdp-description-section__aside > :last-child {
  margin-bottom: 0;
}

.bd-pdp-description-section__aside .alignfull {
  width: auto;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.single-product .e-atc-qty-button-holder,
.single-product .single_variation_wrap .woocommerce-variation-add-to-cart,
.single-product form.cart:not(.variations_form) {
  display: flex !important;
  align-items: stretch;
  gap: 8px;
  flex-wrap: wrap;
}

.single-product .e-atc-qty-button-holder .single_add_to_cart_button,
.single-product .single_variation_wrap .single_add_to_cart_button,
.single-product form.cart:not(.variations_form) .single_add_to_cart_button {
  flex: 1 0 auto;
}

.single-product .bd-pdp-wishlist-button {
  display: flex;
  flex: 0 0 auto;
  margin: 0;
  max-width: 55px;
}

.single-product .bd-pdp-wishlist-button .ct-wishlist-button-single {
  min-height: 100%;
  white-space: nowrap;
  width: 55px;
}
.ct-wishlist-button-single .ct-icon-container svg {
width: 20px;
height: 20px;
}
a.added_to_cart.wc-forward {
display: none;
}
#bd-pdp-floating-wishlist-template {
  display: none !important;
}
.single-product .price {
margin-bottom: 16px;
}
.single-product .price span.price-excl {
font-size: 1rem;
}
.single-product .price span.price-excl .amount {
font-size: 2rem;
line-height: 1rem;
}

.single-product .price span.price-incl {
font-size: 1rem;
font-weight: 400;
}

.pdp-loop .price span.price-excl {
font-size: 12px;
font-weight: 700;
}
.pdp-loop  .price span.price-excl .amount {
font-size: 16px;
line-height: 1rem;
}

.pdp-loop  .price span.price-incl {
font-size: 12px;
font-weight: 400;
}

.single-product .ct-product-gallery-container .ct-media-container:after {
position: absolute;
content: "";
z-index: 2;
inset: 0;
pointer-events: none;
border-radius: inherit;
border: 2px solid rgba(0, 0, 0, 0);
transition: border-color .25s cubic-bezier(0.215, 0.61, 0.355, 1);
border-color: rgba(0,0,0,.2);
border-width: 2px;
}

.single-product.bd-pdp-variable-product .product-layout-v2 .elementor-widget-woocommerce-product-price,
.single-product.bd-pdp-variable-product .entry-summary > .price,
.single-product.bd-pdp-variable-product .summary > .price {
display: none !important;
}

.single-product .ct-floating-bar-actions {
  align-items: center;
  gap: 8px;
}

.single-product .ct-floating-bar-actions .bd-pdp-floating-wishlist-button {
  display: flex;
  margin: 0;
}

.single-product .ct-floating-bar-actions .bd-pdp-floating-wishlist-button .ct-wishlist-button-single {
  height: 44px;
  min-height: 44px;
  width: 44px;
}

.bd-pdp-wishlist-button .ct-label {
display: none;
}
.single-product .ct-cart-actions {
flex-wrap: nowrap;
width: 100%;
}
.single-product .ct-cart-actions .single_add_to_cart_button {
  width: auto;
}
.ct-cart-actions .quantity{
min-width: 100px;
height: 100%;
}
.ct-product-content-block .elementor-element a {
text-decoration: underline;
}


/* extra */

/* footer */

.ct-footer h4 {
color: #fff;
font-size: 1rem;
}

.ct-footer p, .ct-footer ul, .ct-footer ul li a {
line-height: 1.5rem;
color: #BCBCBC;
}

.ct-footer .ct-widget:not(:first-child) {
margin-top: 20px;
}
.ct-footer .wp-block-social-links .wp-block-social-link.wp-social-link {
background-color: #fff;
padding: 5px;
}




@media (max-width: 992px) {
.ct-footer .ct-container {
padding: 0 40px;
}
}


@media (max-width: 768px) {

.ct-cart-actions .quantity{
  min-width: 80px;
  height: 100%;
}
.single-product .bd-pdp-wishlist-button {
  max-width: 64px;
}
  .bd-pdp-description-section {
      padding: 35px 25px;
  }

  .bd-pdp-description-section__inner {
      flex-direction: column;
  }

  .single-product .joinchat__button {
    bottom: 80px;
  }

  .single-product .e-atc-qty-button-holder .single_add_to_cart_button,
.single-product .single_variation_wrap .single_add_to_cart_button,
.single-product form.cart:not(.variations_form) .single_add_to_cart_button {
  flex: 1 1 auto;
}
  .single-product .bd-pdp-wishlist-button .ct-wishlist-button-single {
      width: 55px;
      min-width: 55px;
      padding-inline: 0;
      justify-content: center;
  }

    .single-product .bd-pdp-wishlist-button .ct-label {
        display: none !important;
    }

    .single-product .ct-floating-bar-actions .bd-pdp-floating-wishlist-button .ct-wishlist-button-single {
        width: 44px !important;
        min-width: 44px !important;
        height: 44px !important;
        min-height: 44px !important;
        padding-inline: 0 !important;
        border-radius: 999px !important;
        justify-content: center;
    }

    .single-product .ct-floating-bar-actions .bd-pdp-floating-wishlist-button .ct-label,
    .single-product .ct-floating-bar-actions .bd-pdp-floating-wishlist-button .ct-tooltip {
        display: none !important;
    }

    .single-product .ct-floating-bar-actions .single_add_to_cart_button,
    .single-product .ct-floating-bar-actions .button.add_to_cart_button,
    .single-product .ct-floating-bar-actions .product_type_variable.button {
        width: 44px !important;
        min-width: 44px !important;
        max-width: 44px !important;
        height: 44px !important;
        min-height: 44px !important;
        padding: 0 !important;
        border-radius: 999px !important;
        color: transparent !important;
        font-size: 0 !important;
        line-height: 0 !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        position: relative;
    }

    .single-product .ct-floating-bar-actions .single_add_to_cart_button::before,
    .single-product .ct-floating-bar-actions .button.add_to_cart_button::before,
    .single-product .ct-floating-bar-actions .product_type_variable.button::before {
        content: none !important;
    }

    .single-product .ct-floating-bar-actions .single_add_to_cart_button::after,
    .single-product .ct-floating-bar-actions .button.add_to_cart_button::after,
    .single-product .ct-floating-bar-actions .product_type_variable.button::after {
        content: "" !important;
        position: static !important;
        width: 18px !important;
        height: 18px !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.779' height='19.998' viewBox='0 0 19.779 19.998'%3E%3Cpath d='M64.5,76.5A1.5,1.5,0,1,0,66,78a1.5,1.5,0,0,0-1.5-1.5' transform='translate(-49.001 -59.502)' fill='%23000' fill-rule='evenodd'/%3E%3Cpath d='M24,76.5A1.5,1.5,0,1,0,25.5,78,1.5,1.5,0,0,0,24,76.5' transform='translate(-17.5 -59.502)' fill='%23000' fill-rule='evenodd'/%3E%3Cpath d='M17.779,4H5.438l-.2-1.425A3,3,0,0,0,2.265,0H1A1,1,0,0,0,1,2H2.265a1,1,0,0,1,.989.858L5.01,15.14A1,1,0,0,0,6,15.994v0h9.359A3,3,0,0,0,18.3,13.587l1.439-7.2A2,2,0,0,0,17.779,4M16.34,13.2a1,1,0,0,1-.981.8H6.866L5.724,6H17.779Z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E") !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
        background-position: center !important;
        transform: none !important;
        border: 0 !important;
    }

    .single-product .ct-floating-bar-actions .added_to_cart.wc-forward {
        display: none !important;
    }
}

/* ── bd-price: excl. / incl. BTW display ─────────────────────────────────
   HTML produced by inc/price-display.php:
   <span class="bd-price-excl">[amount] <small class="bd-price-label">excl. BTW</small></span>
   <span class="bd-price-incl">[amount] <small class="bd-price-label">incl. BTW</small></span>
   ───────────────────────────────────────────────────────────────────────── */

/* Price wrapper: align the two spans side-by-side with a gap */
.price:has(.bd-price-excl) {
    display: flex !important;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 12px;
    line-height: 1.3;
}

/* ── Excl. BTW block ── */
.bd-price-excl {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    font-weight: 700;
    line-height: 1.2;
}

.bd-price-excl .woocommerce-Price-amount.amount bdi,
.bd-price-excl .woocommerce-Price-amount.amount {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.bd-price-excl .bd-price-label {
    font-size: 0.8125rem;
    font-weight: 700;
    white-space: nowrap;
}

/* ── Incl. BTW block ── */
.bd-price-incl {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    font-size: 0.875rem; /* brackets (text nodes) and all children inherit this */
    font-weight: 400;
    line-height: 1.2;
}

.bd-price-incl .woocommerce-Price-amount.amount bdi,
.bd-price-incl .woocommerce-Price-amount.amount {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
}

.bd-price-incl .bd-price-label {
    font-size: 0.8125rem;
    font-weight: 400;
    white-space: nowrap;
}

/* ── PDP: larger excl. price ── */
/* ── PDP: large excl. price for the main product only ── */
.single-product .bd-price-excl .woocommerce-Price-amount.amount bdi,
.single-product .bd-price-excl .woocommerce-Price-amount.amount {
    font-size: 2.25rem;
}

/* Reset: loop items inside the PDP (related products, recently viewed etc.)
   and the floating add-to-cart bar */
.single-product .e-loop-item .bd-price-excl .woocommerce-Price-amount.amount bdi,
.single-product .e-loop-item .bd-price-excl .woocommerce-Price-amount.amount,
.single-product .elementor-loop-item .bd-price-excl .woocommerce-Price-amount.amount bdi,
.single-product .elementor-loop-item .bd-price-excl .woocommerce-Price-amount.amount,
.ct-floating-bar .bd-price-excl .woocommerce-Price-amount.amount bdi,
.ct-floating-bar .bd-price-excl .woocommerce-Price-amount.amount {
    font-size: 1.2rem;
}

/* Hide BTW labels inside the mini-cart icon / header cart area (safety net) */
.ct-header-cart .bd-price-label,
.ct-header-cart .bd-price-incl,
.woocommerce-mini-cart .bd-price-label,
.woocommerce-mini-cart .bd-price-incl {
    display: none !important;
}

/* Hide the tiered pricing table and min/step notices inside the floating add-to-cart bar */
.ct-floating-bar .qty-based-discount-table-description,
.ct-floating-bar .order-quantity-based-wholesale-pricing-view,
.ct-floating-bar .wholesale_price_minimum_order_quantity,
.ct-floating-bar .wholesale_price_order_quantity_step {
    display: none !important;
}

/* ── Product cards / loops: compact sizes ── */
[data-products] .bd-price-excl .woocommerce-Price-amount.amount bdi,
[data-products] .bd-price-excl .woocommerce-Price-amount.amount,
.loop .bd-price-excl .woocommerce-Price-amount.amount bdi,
.loop .bd-price-excl .woocommerce-Price-amount.amount {
    font-size: 1.2rem;
}

[data-products] .bd-price-incl .woocommerce-Price-amount.amount bdi,
[data-products] .bd-price-incl .woocommerce-Price-amount.amount,
.loop .bd-price-incl .woocommerce-Price-amount.amount bdi,
.loop .bd-price-incl .woocommerce-Price-amount.amount {
    font-size: 0.875rem;
}

/* ── Mobile ── */
@media (max-width: 550px) {
    /* PDP main product */
    .bd-price-excl .woocommerce-Price-amount.amount bdi,
    .bd-price-excl .woocommerce-Price-amount.amount {
        font-size: 1.5rem;
    }

    /* Category cards & Elementor loops: compact on small screens */
    [data-products] .bd-price-excl .woocommerce-Price-amount.amount bdi,
    [data-products] .bd-price-excl .woocommerce-Price-amount.amount,
    .loop .bd-price-excl .woocommerce-Price-amount.amount bdi,
    .loop .bd-price-excl .woocommerce-Price-amount.amount,
    .e-loop-item .bd-price-excl .woocommerce-Price-amount.amount bdi,
    .e-loop-item .bd-price-excl .woocommerce-Price-amount.amount,
    .elementor-loop-item .bd-price-excl .woocommerce-Price-amount.amount bdi,
    .elementor-loop-item .bd-price-excl .woocommerce-Price-amount.amount {
        font-size: 0.875rem;
    }

    [data-products] .bd-price-incl .woocommerce-Price-amount.amount bdi,
    [data-products] .bd-price-incl .woocommerce-Price-amount.amount,
    .loop .bd-price-incl .woocommerce-Price-amount.amount bdi,
    .loop .bd-price-incl .woocommerce-Price-amount.amount,
    .e-loop-item .bd-price-incl .woocommerce-Price-amount.amount bdi,
    .e-loop-item .bd-price-incl .woocommerce-Price-amount.amount,
    .elementor-loop-item .bd-price-incl .woocommerce-Price-amount.amount bdi,
    .elementor-loop-item .bd-price-incl .woocommerce-Price-amount.amount {
        font-size: 0.6875rem;
    }

    /* Smaller label text in cards/loops on mobile */
    [data-products] .bd-price-label,
    .loop .bd-price-label,
    .e-loop-item .bd-price-label,
    .elementor-loop-item .bd-price-label {
        font-size: 0.625rem;
    }

    /* Brackets are text nodes inside .bd-price-incl — shrink the span itself */
    [data-products] .bd-price-incl,
    .loop .bd-price-incl,
    .e-loop-item .bd-price-incl,
    .elementor-loop-item .bd-price-incl {
        font-size: 0.6875rem;
    }
}