/**
Theme Name: Vac
Template: astra
Author URI: https://pulse.digital/
Author: Pulse Digital
Description: Vac is a child theme of Astra, designed for the Vac project. It inherits all the features and functionalities of the Astra theme while providing custom styles and enhancements specific to the Vac project.
Version: 1.0.0
Requires at least: 5.3
WC requires at least: 3.0
WC tested up to: 9.6
Tested up to: 6.8
Requires PHP: 5.3
Text Domain: vac
Domain Path: /languages
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
AMP: true

/* Note: The CSS files are loaded from assets/css/ folder. */


@font-face {
  font-family: 'Montserrat';
  src: url('/assets/fonts/Montserrat-Regular.ttf') format('ttf');
  font-style: normal;
}

body {
  font-family: 'Montserrat', sans-serif !important;
}


:root{
    --vac-blue: #001BB7;
    --vac-text: #3D4A5D;
    --vac-muted: #9096B2;
    --vac-bg-soft: #F4F5F8;
    --vac-border: rgba(0, 27, 183, 0.3);
    --vac-red: #FF0000;
    --vac-gradiant: linear-gradient(90deg, #001BB7, #0BB1EB);
}

/* ==== [HEADER (Sticky)] ========================================================= */

.elementor-sticky--effects {
    background: linear-gradient(90deg, #001BB7, #0BB1EB) center center no-repeat !important;
}
.elementor-sticky--effects .menu-item a,
.elementor-sticky--effects i.fas.fa-search,
.elementor-sticky--effects i.eicon {
    color: #fff !important;
}
.elementor-sticky--effects .elementor-icon svg {
    fill: #fff !important;
}

.elementor-sticky--effects .menu-item a:hover:after,.elementor-sticky--effects .elementor-item-active:after {
    background: #fff !important;
} 

.sticky-logo,.elementor-sticky--effects .dark-logo{
    display: none;
}
.elementor-sticky--effects .sticky-logo{
    display: block;
}
.elementor-sticky--effects .header-cart-btn {
    color:#fff !important;
}
.elementor-sticky--effects .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
    color: var(--vac-blue);
    background-color: #fff;
}
.elementor-sticky--effects .hfe-menu-cart__toggle .elementor-button {
    background: transparent !important;
}
.elementor-sticky--effects .elementor-nav-menu--dropdown a.elementor-item-active {
    color: #FFFFFF !important;
}
header .elementor-sticky--effects .fa-search:before {
    background: url(/wp-content/uploads/2025/09/search-icon-w.svg) no-repeat center center !important;
}
header .elementor-sticky--effects .eicon:before {
    background: url(/wp-content/uploads/2025/09/icon-panier-header-w.svg) no-repeat center center !important;
}
header .elementor-sticky--effects .vac-fill-s svg path {
    stroke: #fff;
}

.vac-fill-s a.elementor-icon {
    display: flex;
}
/* INPUTS ***********************/
input[type="text"],input[type=email],input[type=password],input[type=number],input[type=url],input[type=tel],
span.select2-selection.select2-selection--single {
    background: #fff !important;
    border: 1px solid rgba(0, 27, 183, 0.6) !important;
}
input::placeholder {
  opacity: 0.5;
  color: #001BB7;
  font-weight: 500;
}

/* Search Header Input  ***********************/

header .eicon:before,header .fa-search:before {
    content: '' !important;
    width: 22px;
    height: 34px;
    display: flex;
    align-items: center;
    background-size: 22px 22px;
    background-position: center center;
    background-repeat: no-repeat;
}

.wcpf-field-button.cat-tout {
    display: none;
}
.wcpf-field-button{
    grid-column: span 2;
}
header .fa-search:before {
    background: url(/wp-content/uploads/2025/09/search-icon.svg) no-repeat center center !important;
}

.hfe-search-button-wrapper .hfe-search-button {
    border: none !important;
}
input.hfe-search-form__input {
    border: none !important;
}
.hfe-input-focus .hfe-search-form__input:focus{
    /* background: var(--vac-blue) !important; */
    background-image: linear-gradient(135deg, #001BB7 0%, #0BB1EB 100%);
    color: #fff;
    right: 2rem !important;
    top: 5px;
    padding: 1rem !important;
    height: 40px;
    border-radius: 0 !important;
}

button.hfe-search-submit {
    background: transparent !important;
}

/* Cart Icon Header  ***********************/
header .eicon:before {
    background-image: url(/wp-content/uploads/2025/09/icon-panier-header.svg) !important;
}
/** NEWSLETTER Style **/
.form-newsletter .forminator-label{
    display: none !important;
}
.newsletter .elementor-form-fields-wrapper, .form-newsletter .forminator-custom-form{
    display: flex;
}

.form-newsletter .forminator-row .forminator-button{
    border: 1px solid var(--vac-blue) !important;
    border-radius: 0 !important;
    border-left: none !important;
    height: 40px !important;
    max-width: 70px !important;
    text-indent: -9999px;
    background: url(/wp-content/uploads/2025/09/newsletter-icon.svg) no-repeat 68px center !important; 
}
.form-newsletter .forminator-input{
    border: 1px solid var(--vac-blue) !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    height: 40px !important;
}

/* FEAUTURE PRODUCT STYLE **********************/
.va-feature-product .vac-deal-banner .deal-price .price,
.va-feature-product .vac-deal-banner .deal-sub {
    color: #fff;
}
.va-feature-product a img{
    object-fit: cover;
    width: 100%;
}
.va-feature-product a {
 width: 100%;
}

.vac-deal-banner {
    display: flex
;
    flex-wrap: nowrap;
    align-items: stretch;
}
.va-feature-product .stock.in-stock {
    background: rgba(224, 224, 224, 0.7);
    color: var(--vac-blue) !important;
    font-size: 15px !important;
    gap: 1rem;
}
.va-feature-product .vac-deal-banner .deal-price .price{
  font-size: 60px;
  font-weight:700;
  margin: 0;
    line-height: 1;
}
.va-feature-product .vac-price-title span.woocommerce-Price-amount.amount {
    margin-left: -10px;
}
span.old-price {
    text-decoration: line-through;
}
.deal-badge {
    background: rgba(224, 224, 224, 0.7);
    display: flex;
    align-items: center;
    font-size: 32px;
    padding: 1rem;
    font-weight: 700;
}

.percent {
  background: linear-gradient(90deg, #001BB7, #0BB1EB);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent; /* Safari */
}

.va-feature-product .woocommerce-Price-currencySymbol{
    display: none !important;
}
.vac-auto-width {
    width: auto;
}
.va-feature-product .deal-badge {
    justify-content: center;
    height: 73px;
}
a#vac-btn-feature {
    display: flex;
    align-items: center;
    height: 73px;
    justify-content: center;
}
.vac-line-through .woocommerce-Price-amount {
    text-decoration: line-through;
}
/* ------------- [CATALOG CARD -------------------*/
/* ==== [CATALOG CARD: WRAPPER & LAYOUT] ========================================================= */

.astra-shop-summary-wrap {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

/* ==== [CATALOG CARD: PRICE BOX] ========================================================= */

.astra-shop-summary-wrap .price {
    width: calc(100% - 65px);
    height: 63px;
    display: flex !important;
    flex-direction: column-reverse;
    border: 1px solid #001BB7;
    border-right: 0;
    justify-content: center;
    padding: 0 15px;
    text-align: left;
    background: #fbfbfd;
    margin: 0 !important;
}

/* ==== [CATALOG CARD: ADD TO CART BUTTON] ========================================================= */

ul.products .astra-shop-summary-wrap .add_to_cart_button ,
ul.products .outofstock .astra-shop-summary-wrap .button.product_type_simple,
ul.products .outofstock .astra-shop-summary-wrap .button.product_type_variable {
    width: 63px;
    height: 63px;
    border: 1px solid #001BB7 !important;
    border-radius: 0;
    background: url("/wp-content/uploads/2025/08/checkout-icon.svg") no-repeat center center,linear-gradient(90deg, #001BB7, #0BB1EB) no-repeat !important;
    text-indent: -9999px;
    margin: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* ==== [CATALOG CARD: THUMBNAIL WRAP] ========================================================= */

.astra-shop-thumbnail-wrap {
    position: relative;
    overflow: hidden;
    padding: 30px 20px 10px 20px;
}
.astra-shop-thumbnail-wrap .product-brand-image {
    /* background: #fff; */
    /* padding: 5px; */
    /* opacity: 0.8; */
    /* position: absolute; */
    /* left: 50%; */
    /* bottom: 0; */
    /* transform: translate(-50%, 0);  */
}

.astra-shop-thumbnail-wrap .product-brand-image img {
    height: 20px !important;
    width: 100% !important;
    margin: 0 !important;
}

/* ==== [CATALOG LIST: HIDE META/COUNTS/SORT] ========================================================= */

.ast-woo-product-category,.woocommerce-result-count,.review-rating,.woocommerce-ordering {
    display: none !important;
}

/* ==== [CATALOG BADGE: ONSALE RIBBON] ========================================================= */

.woocommerce .astra-shop-thumbnail-wrap .onsale{ 
    min-height: 38px !important;
    min-width: 170px !important;
    position: absolute;
    right: -48px !important;
    top: 18px !important;
    width: 145px;
    height: 38px !important;
    line-height: 38px !important;
    font-size: 24px !important;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    background: radial-gradient(circle, #5B5BFF, #0000B2);
    transform: rotate(45deg);
    border-radius: 0;
    z-index: 1;
    margin: 0 !important;
}


/* ==== [CATALOG ITEM: BASE CARD] ========================================================= */

li.product {
	background:#fff;
	display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    position: relative;
}

/* ==== [CATALOG IMAGE: SIZING] ========================================================= */

ul.products li.product a img {
    height: 150px;
    object-fit: contain;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    justify-content: space-between;
}
.woocommerce-product-gallery .flex-viewport a {
    padding: 40px 20px !important;
}

/* ==== [CATALOG IMAGE: INSIDE WRAP] ========================================================= */

.astra-shop-thumbnail-wrap img {
   /* width: 146px !important; */
    height: 258px !important;
    object-fit: contain;
}

/* ==== [CATALOG TITLES (Category & Related)] ========================================================= */

.category-products  .woocommerce-loop-product__title,
.related.products  .woocommerce-loop-product__title{
	padding:0 10px 10px !important;
    min-height: 100px;
    text-transform: uppercase;
}

/* ==== [CATALOG TITLES (Inside Card)] ========================================================= */
del {
    text-decoration: none !important;
}
.astra-shop-summary-wrap .woocommerce-loop-product__title{
    padding: 0.5rem !important;
    max-height: 100px !important;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}
span.vac-from-price-loop {
    order: 1;
    color: var(--vac-blue);
    text-transform: uppercase;
}
a.ast-loop-product__link{
    display: flex;
    width: 100% !important;
    justify-content: center;
    flex-wrap: wrap;
    height: 70px;
    overflow: hidden;

}
.woocommerce-loop-product__title{
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
/* ==== [CATALOG PRICE: EMPHASIS] ========================================================= */

.astra-shop-summary-wrap ins span.woocommerce-Price-amount.amount bdi,.astra-shop-summary-wrap span.woocommerce-Price-amount.amount bdi {
    font-size: 24px;
    color: var(--vac-blue);
    font-weight: 600;
}



.woocommerce-Price-amount bdi:after {
    content: ".-";
}

/* ==== [CATALOG PRICE: STRIKE-THROUGH] ========================================================= */

del {
    text-decoration: none;
}
.astra-shop-summary-wrap .price del .amount bdi{
    color: #f70000 !important;
    text-decoration: line-through;
    font-size: 18px !important;
    font-weight: 500;
}
.price del {
    opacity: 1 !important;
}

.woocommerce-js ul.products li.product .ast-shop-product-out-of-stock{
    font-weight: 400;
}
/* ==== [OUT OF STOCK: OVERLAY] ========================================================= */

li.outofstock:after {
    background: #fff !important;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    position: absolute;
    opacity: 0.5;
    pointer-events: none;
}


/* ==== [OUT OF STOCK: RIBBON] ========================================================= */
/* .home .ast-article-single p.stock.out-of-stock {
    display: none;
} */

ul.products li.product .ast-shop-product-out-of-stock {
    position: absolute;
    top: 50%;
    left: -25px !important;
    right: auto !important;
    width: 300px;
    height: 55px;
    line-height: 50px;
    color: #fff;
    padding: 0 !important;
    z-index: 2;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #001BB7, #0BB1EB);
    transform: rotate(-8deg);
}


/* ==== [MISC: ON SALE CARD VISIBILITY] ========================================================= */

.ast-on-card-button.ast-onsale-card {
    opacity: 0;
    visibility: hidden;
}

/* ==== [FILTERS (WCPF): INNER WRAP] ========================================================= */

.wcpf-filter-inner{
	background: #ffffff;
	padding:0 20px;
}

.wcpf-title-container {
    display: flex !important;
    flex-direction: row;
}

.wcpf-checkbox-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.wcpf-filter{
	width: 350px !important;
    position: sticky;
    right: 0;
    top: 153px;
    z-index: 2;
    float: right;
}
.wcpf-checkbox-list.field-input-container.wcpf-content {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Creates two columns of equal width */
    gap: 20px;
}

/* ==== [CATEGORY PRODUCTS: CONTAINER WIDTH] ========================================================= */

#category-products .woocommerce{
	width: 100%;
}

.wcpf-filter-inner{
	margin-bottom: 40px;
}



/* ==== [STOCK BAR: HEADER COMMENT] ========================================================= */

/* ==== Stock Percent Style ******/


/* ==== [STOCK BAR: WRAPPER] ========================================================= */

p.stock.in-stock {
    display: flex;
    justify-content: center;
	align-items: center;
	gap: 10px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 12px !important;
    text-transform: uppercase;
    color: #000 !important;
    padding: 0.5rem;
    width: 100%;
}
p.stock.out-of-stock {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 12px !important;
    text-transform: uppercase;
    color: #000 !important;
    padding: 0.5rem;
    width: 100%;
}

/* ==== [STOCK BAR: BAR + LABEL] ========================================================= */

.price-percent{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	font-size: 12px;
	color: #001BB7;
	font-weight: 600;
}

.price-percent > span{
	width:52px;
	height: 8px;
	background: #D9D9D9;
	display: inline-block;
}

.price-percent > span > span{
	display: block;
	height: 8px;
	background: linear-gradient(90deg, #001BB7, #0BB1EB) no-repeat;
}

/* CookiesYes Banner */
.cky-btn-revisit-wrapper.cky-revisit-bottom-left {display: none;}
/* End of cookies banner */
/* ==== SINGLE PRODUCT ========================================================= */

.text-header-produit .price {
    padding-top: 0px !important; 
}
.brand-name {
    height: 77px;
}
.single-product .deal-badge {
    background: var(--vac-blue);
    padding: 0.5rem 1rem;
    font-size: 20px;
    display: inline-flex;
}
.single-product .percent {
    color: #fff;
    -webkit-text-fill-color: #fff;
}

.single-product .rabais{
    display: none;
}
.single-product iframe {
    aspect-ratio: 16 / 9;
    height: 100% !important;
}
.text-header-produit .single_add_to_cart_button {
    display: flex !important;
    align-items: center;
    gap: 0.5rem;
    height: 50px;
    line-height: 13px;
    background: var(--vac-gradiant) !important;
    margin-right: 1rem !important;
    margin-left: 0 !important;
}
.text-header-produit p.stock.in-stock{
    width: auto;
    background: #fff;
    height: 50px !important;
}

.single-product .text-header-produit .price{
    display: flex;
    gap: 1rem;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.single-product .text-header-produit .woocommerce-Price-amount bdi:after {
    display: none;
}
.single-product .elementor-add-to-cart form.cart,.single-product .woocommerce-variation-add-to-cart  {
    flex-wrap: wrap !important;
    width: 100% !important;
}
.single-product .text-header-produit .price del .woocommerce-Price-amount bdi{
    text-decoration: line-through;
}
.single-product .woocommerce-message, .woocommerce-info {
    border-top-color: var(--vac-blue);
    font-size: 12px;
    background: #fff;
    margin-top: 1rem;
}
.single-product .woocommerce-message::before, .woocommerce-info::before {
    color: var(--vac-blue);
}
.text-header-produit .single_add_to_cart_button:before{
    content: "";
    background: url("/wp-content/uploads/2025/08/checkout-icon.svg") no-repeat center center;
    display: block;
    width: 30px;
    height: 30px;
}
.flex-viewport {
    margin-bottom: 1rem !important;
}
.text-header-produit .quantity {
    width: 100%;
}
.text-header-produit span.woocommerce-Price-amount.amount:after {
    content: '.-';
    margin-right: 5px;
    display: inline-block;
    width: 10px;
}

.text-header-produit .quantity:before, .text-header-produit .single_variation_wrap .quantity:before {
    content: "Qté ";
    line-height: 40px;
    font-family: "Montserrat", sans-serif;
    color: #000000;
    font-weight: 600;
    padding-right: 7px;
}

.woocommerce-js .quantity .minus, .woocommerce-js .quantity .plus {
    background-color: #fff;
    border: none;
    color: #001bb7;
    font-weight: 400;
}
p.ast-stock-detail {
    display: none;
}
.woocommerce-product-gallery .flex-viewport, .woo-variation-gallery-slider-wrapper {
    background: #ffffff;
}
.woocommerce-product-gallery .flex-control-nav li {
    background: #ffffff;
    padding: 0 !important;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image img, .woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
    height: 400px !important;
    width: auto !important;
    margin: 0 auto;
}

/*Variation*/
.text-header-produit .woocommerce-variation-price {
    display: none;
}
.text-header-produit table.variations {
    float: right !important;
    margin-top: -98px !important;
    width: 69% !important;
    padding-right: 2rem;
}
.woocommerce .product form.cart .variations th.label {
    width: 100% !important;
    padding-right: 0em !important;
}
.woocommerce .product form.cart .variations td {
    width: 100%;
}
.variations td.value p {
    display: none;
}
/* ==== [STICKY ADD TO CART BAR ] ========================================================= */

.pos-sticky.show {
    position: fixed;
    bottom: 30px;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 999;
    left: 0;
}

.pos-sticky.show .stock-variation,
.pos-sticky.show .variations,
.pos-sticky.show .elementor-product-simple .quantity,
.pos-sticky.show .single_variation_wrap .quantity{
	display: none !important;
}

/* VARIATION */
.woocommerce-js div.product form.cart .variations {
    border-bottom: none;
    position: relative;
    margin-bottom: 0;
    width: auto;
}
.forminator-button-submit,.woocommerce-button {
    background: linear-gradient(90deg, #001BB7, #0BB1EB) !important;
    color: #FFFFFF;
    border: none;
    border-radius: 0;
}



/* ==== [WOOCOMMERCE ACCOUNT: LOG IN] ========================================================= */


.woocommerce-js form .form-row label {
    font-weight: 400;
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
.woocommerce-account .ast-article-single,
.woocommerce-form-register{
	width: 90%;
	max-width: 544px;
	margin: 0 auto;
	padding: 55px;
	background: #ffffff;
    font-family:  "Montserrat", sans-serif;
}

.woocommerce-account header.entry-header .entry-title,.woocommerce-account h2 {
    font-weight: 600;
    font-size: 2rem;
    color: #001BB7;
    margin-bottom: 0;
    text-align: center;
}
.woocommerce-account .entry-header {
    margin-bottom: 0;
}
.custom-login-text p {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #3D4A5D80;
}

.woocommerce .custom-login-text p a {
    display: inline-block;
    padding: 15px 25px;
    margin: 20px auto 0;
    background: linear-gradient(90deg, #001BB7, #0BB1EB);
    color: #FFFFFF;
    max-width: 240px;
}

.woocommerce-account form.login {
    border: none !important;
    margin: 0 !important;
}
button.woocommerce-button.button.woocommerce-form-login__submit {
    width: 100%;
    margin-top: 1rem;
}

input[type="radio"]:checked, input[type=reset], input[type="checkbox"]:checked, input[type="checkbox"]:hover:checked, input[type="checkbox"]:focus:checked, input[type=range]::-webkit-slider-thumb {
    background-color: #ff0000 !important;
}
input[type=checkbox], input[type=radio] {
    width: 15px;
    height: 15px;
}



/* ==== [FOOTER] ========================================================= */

footer {
    padding-top: 80px;
    z-index: 1;
}

/* ==== [WooCommerce CART] ========================================================= */

body.woocommerce-cart{
    background: #fff;
    
}
body.woocommerce-cart .ast-article-single .woocommerce{
    display: flex;
    gap: 1rem;
    flex-flow: wrap;
}

body.woocommerce-cart .woocommerce-notices-wrapper {
    flex: 2 0px;
    flex-basis: 100%;
}

body.woocommerce-cart .woocommerce-cart-form {
    flex: 1 0 0;
    order: 0;
    flex-basis: 30%;
}
body.woocommerce-cart .cart-collaterals {
    flex: 1 0 0;
    order: 1;
    
}

body.woocommerce-cart .cart-collaterals .cart_totals {
    width: auto !important;
}

table{
    border: none;
}
.cart .quantity .input-text {
    border: none !important;
}
.woocommerce-cart .wc-block-components-product-price__regular{
    text-decoration: line-through !important;
}



/* ======================================================================
   CART (WooCommerce Blocks) – layout, table, buttons, sticky footer
   Targets: wc-block-cart, wc-block-cart-items, wc-block-components-*
   ====================================================================== */

/* Base */
.woocommerce-cart {
  background: #fff;
  font-family: "Montserrat", sans-serif;
}
.wc-block-cart {
  --vac-blue: #001BB7;
  --vac-text: #3D4A5D;
  --vac-muted: #9096B2;
  --vac-bg-soft: #F4F5F8;
  --vac-border: rgba(0, 27, 183, 0.3);
  --vac-red: #FF0000;
  --vac-gradiant: linear-gradient(90deg, #001BB7, #0BB1EB);
}

/* --- Items table ----------------------------------------------------- */
.wc-block-cart table.wc-block-cart-items {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;       /* card-like rows */
}
.wc-block-cart-items__row {
  background: #fff;
  overflow: hidden;
}
.wc-block-cart-item__image {
  width: 130px;
  padding: 16px;
}
.wc-block-cart-item__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background-color: var(--vac-bg-soft);
}
.wc-block-cart-item__product {
  position: relative;
  padding: 16px 16px 16px 0;
}
.wc-block-cart-item__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  align-items: flex-start;
}

/* Product name & meta */
.wc-block-cart-item__wrap a.wc-block-components-product-name {
  color: var(--vac-text);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35;
  padding-left: 1rem;
  text-decoration: none;
  color: #3D4A5D;
  width: 40%;
}
.wc-block-components-product-metadata,
.wc-block-components-product-badge,
.wc-block-components-sale-badge {
  display: none !important; /* hide default badges/metadata */
}

/* Price + discounted display stacked */
.wc-block-components-product-price {
  color: var(--vac-text);
  font-size: 14px;
  display: flex !important;
  flex-direction: column-reverse; /* sale below main */
  gap: 4px;
}
.wc-block-components-product-price__value.is-discounted {
  display: block;
  margin: 0 !important;
  opacity: 1;
  color: var(--vac-text);
}

.wc-block-components-product-price del {
  color: var(--vac-red);
  font-size: 14px;
}

/* Quantity */
.wc-block-components-quantity-selector {
  background: var(--vac-bg-soft);
  border-radius: 0;
  padding: 0px;
  width: auto !important;
  margin: 0 !important;
}
button.wc-block-components-quantity-selector__button {
    color: var(--vac-blue) !important;
}
.wc-block-components-quantity-selector:after { border: none !important; }
.wc-block-components-quantity-selector__button {
  font-size: 18px;
  color: var(--vac-blue);
}
.wc-block-components-quantity-selector input {
    background: transparent !important;
    border: none !important;
    font-weight: 300 !important;
    padding: 0 !important;
}

/* Brand Name */
.brand-name a{
    display: inline-block;
    align-items: center;
    background: #fff;
    padding: 1rem;
}

/* Short description */
.list-caracteristique ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
    justify-items: stretch;
    margin: 0;
    justify-content: space-between;
}

.list-caracteristique li {
    width: 49%;
    list-style: none;
    position: relative;
    padding:0 0 0px 30px;
}
.list-caracteristique ul li:before {
    content: "";
    width: 19px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 50%;
    background: url(/wp-content/uploads/2025/08/i-icon.svg) no-repeat center , var(--vac-gradiant) ;
}
.list-caracteristique li strong{
    color: var(--vac-blue);
}
/* Remove link as icon button (absolute on desktop) */
.wc-block-cart-items__row {
  position: relative;
}
button.wc-block-cart-item__remove-link {
    position: absolute;
    left: -8px;
    top: 19px;
    width: 15px;
    height: 15px;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 50% !important;
    background:  url(/wp-content/uploads/2025/08/icon-remove.svg) no-repeat center / 14px 14px !important;
}

.is-large.wc-block-cart .wc-block-cart-items td {
    padding: 20px 0 20px 0px !important;
}

/* Coupon row hidden (if you don’t use it) */
.wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
  display: none !important;
}
/* --- Totals / Sidebar ----------------------------------------------- */
.wp-block-woocommerce-cart-totals-block {
  
  border-radius: 6px;
  padding: 16px;
  display: flex;
  flex-direction: column-reverse; /* place button last visually */
  gap: 12px;
  position: sticky;
  top: 80px; /* keeps totals in view on desktop */
}


.wp-block-woocommerce-cart-order-summary-block{
    background: rgba(0, 27, 183, 0.03) !important;
    border-bottom: none !important;
    padding: 2rem;
}
.wp-block-woocommerce-cart-order-summary-block h2{
    font-size: 18px !important;
}
.wc-block-components-sidebar-layout {
    align-items: flex-start !important;
}
.wc-block-components-totals-wrapper {
  border-top: 0;
  padding: 0 0 8px 0;
}
.wc-block-components-totals-shipping .wc-block-components-totals-item__label 
{
    visibility:hidden;
} 
.wc-block-components-totals-shipping .wc-block-components-totals-item__label:after {
    content: "Frais de livraison" !important;
    visibility: visible;
    position: absolute;
    left: 0;
    padding: 0 60px;
}
/* .wc-block-components-totals-item__label,
.wc-block-components-totals-item__value {
  font-weight: 500 !important;
  font-size: 18px !important;
  color: var(--vac-text);
} */
p.wc-block-components-totals-footer-item-tax,
.wc-block-components-totals-item__description {
  display: none !important;
}

/* Proceed to checkout button */
.wc-block-cart__submit .wc-block-components-button,
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  background: var(--vac-gradiant) !important;
  color: #fff !important;
  border-radius: 4px;
  padding: 14px 18px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  margin: 0;
}

.woocommerce-additional-fields{
    display: none !important;
}
.payment_box {
    display: none !important;
}

/* Links inside totals */
a.wc-block-components-totals-coupon-link,
a#wc-block-components-totals-shipping__change-address__link {
  color: var(--vac-text);
  text-decoration: underline;
}

/* --- Notices --------------------------------------------------------- */
.woocommerce-message::before,
.woocommerce-info::before { color: var(--vac-blue); }
.woocommerce-message,
.woocommerce-info {
  border-top-color: var(--vac-blue);
  font-size: 12px;
}

/* --- Empty cart block ------------------------------------------------ */
.wp-block-woocommerce-empty-cart-block {
  min-height: 60vh;
  display: grid;
  place-items: center;
}
.wp-block-woocommerce-empty-cart-block .wp-block-separator.is-style-dots { display: none; }

/* --- Mobile & small screens ----------------------------------------- */
@media (max-width: 1024px) {
  .wc-block-cart-item__image { width: 110px; }
}
@media (max-width: 768px) {
  /* Stack rows like cards */
  table.wc-block-cart-items .wc-block-cart-items__row {
    display: block;
    padding: 14px 14px 14px 14px;
    border-radius: 0px;
  }
  .wc-block-cart-item__image { width: 40%; margin: 0 auto 14px; }
  .wc-block-cart-item__wrap { flex-direction: column; gap: 10px; }
  .wc-block-cart-item__wrap a.wc-block-components-product-name { font-size: 15px; }
  button.wc-block-cart-item__remove-link {
    left: 14px;
    top: 14px;
    width: 32px; height: 32px;
    background-size: 16px 16px !important;
  }

  /* Sticky submit container on mobile */
  .wc-block-cart .wc-block-cart__submit-container--sticky {
    background: #fff !important; /* or var(--vac-red) if you want red bar */
    padding: 16px;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 9999;
    box-shadow: 0 -4px 12px rgba(0,0,0,.06);
  }
  .wc-block-cart .wc-block-cart__submit-container--sticky a {
    margin: 0 !important;
  }
  /*Sticky header*/
    .elementor-sticky--effects .menu-item a {
        color: #000 !important;
    }
    .elementor-sticky--effects {
        height: 100px !important;
    }
}

/* --- Optional: hide breadcrumbs/sidebar on search/cart --------------- */
.search-results #secondary,
.search-results .woocommerce-breadcrumb { display: none !important; }


/* --- Optional: unify spinner color ----------------------------------- */
span.wc-block-components-spinner { position: relative; }


/* ==== [CHECKOUT > BILLING FIELDS] ========================================================= */

.woocommerce form .optional {
    display: none;
}
.woocommerce-billing-fields h3 {
    padding: 0 !important;
    border: none;
    margin-bottom: 1rem !important;
    border-width: 0 !important;
    font-size: 20px;
    color: #2E3B4F;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    background: #ffffff;
    padding: 10px 20px;
}
.woocommerce-checkout-review-order {
    background: #fff;
    border-width: 0 !important;
}
#order_review_heading{
    border: none;
    border-width: 0 !important;
    padding: 0 !important;
    margin-bottom: 1rem !important;
    color: #2E3B4F;
    font-size: 20px;
}
.shop_table.woocommerce-checkout-review-order-table thead{
    display: none;
}
.shop_table.woocommerce-checkout-review-order-table .product-name {
    color: #001BB7;
}

button#place_order,a.woocommerce-Button.wc-forward.button,a.button.wc-forward{
    background: linear-gradient(90deg, #001BB7, #0BB1EB);
}
.woocommerce-privacy-policy-text p {
    font-size: 15px;
    color: #3D4A5D;
}
.woocommerce-shipping-totals.shipping > th{
    display: none !important;
}
.woocommerce-js ul#shipping_method li label{
    display: flex;
    justify-content: space-between;
}
/* ==== [Block UI ] ========================================================= */
/* .blockUI{
	display: flex;
    align-items: center;
	justify-content: center;
} */
.blockUI{
	display: flex;
  align-items: center;
	justify-content: center;
}

.blockUI:before{
	width: 120px !important;
	height: 35px !important;
	background: url("/wp-content/uploads/2024/07/logo-swiss.png") no-repeat center !important;
	transform: rotate(0) !important;
	animation: blink 1s linear infinite !important;
	 opacity: 1 !important;
    background-size: contain !important;
	position: relative !important;
    left: 0 !important;
    top: 0 !important;
    display: block !important;
}
 .woocommerce-checkout  .blockUI{
	display:none !important;
}

.woocommerce-checkout #order_review .blockUI.blockOverlay{
	display: flex !important;
	position: fixed !important;
	opacity: 0.5 !important;
}

.woocommerce-checkout  .blockUI:before{
	transform: rotate(0) !important;
	animation: blink 1s linear infinite !important;
	opacity: 1 !important;
    background-size: contain !important;
	position: relative !important;
    left: 0 !important;
    top: 0 !important;
    display: block !important;
    background: url("/wp-content/uploads/2025/08/logo-vac.svg") no-repeat center !important;
    width: 120px !important;
	height: 80px !important;
}
/* .woocommerce-checkout .blockUI {
    display: block !important; /* cacher les autres loaders 
}
.blockUI:before{
	width: 120px !important;
	height: 80px !important;
	background: url("/wp-content/uploads/2025/08/logo-vac.svg") no-repeat center !important;
	transform: rotate(0) !important;
	animation: blink 1s linear infinite !important;
	opacity: 1 !important;
    background-size: contain !important;
	position: relative !important;
    left: 0 !important;
    top: 0 !important;
    display: block !important;
}
.blockUI.blockOverlay{
	opacity: 0.8 !important;
} */
/* ==== [LOGIN ACCOUNT ========================================================= */

.woocommerce-account.logged-in .ast-article-single, .woocommerce-form-register .ast-article-single {
    width: 100%;
    max-width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a {
    background: #001BB7;
    border: 1px solid #001BB7;
    color: #ffffff;
}


@media only screen and (max-width: 767px) {
    .astra-shop-summary-wrap ins span.woocommerce-Price-amount.amount bdi, .astra-shop-summary-wrap span.woocommerce-Price-amount.amount bdi {
        font-size: 15px;
    }
    .astra-shop-summary-wrap .price del .amount bdi {
        font-size: 13px !important;
    }
    .products p.stock.in-stock {
        font-size: 8px !important;
    }
    .products p.stock.out-of-stock {
        font-size: 8px !important;
    }
    .astra-shop-summary-wrap .price {
        padding: 0 5px;

    }
    a.ast-loop-product__link {
        height: auto;
    }
    .astra-shop-summary-wrap .woocommerce-loop-product__title {
        height: 50px !important;
        -webkit-line-clamp: 3;
    }
    .wcpf-filter {
        width: 100% !important;
        top: 100px;
    }
    .wcpf-filter-inner {
        background: #fff;
        padding: 0 20px;
    }
    .list-caracteristique li {
        width: 100%;
        padding: 0 0 0px 30px;
    }
    /* ==== [HompePage: Feautre Mobile ] ========================================================= */

    .deal-badge {
        font-size: 20px;
        padding: 0.5rem;
    }

    .astra-shop-summary-wrap .woocommerce-loop-product__title {
        font-size: 11px !important;
    }
    /* ==== [Single Product Mobile] ========================================================= */

    .pos-sticky.show {
        position: relative;
        bottom: 0;
        display: block;
        left: 0;
    }
    .single-product .text-header-produit .single_add_to_cart_button {
        position: fixed !important;
        bottom: 0 !important;
        z-index: 999;
        width: 100% !important;
        text-align: center;
        display: flex;
        align-items: center !important;
        justify-content: center !important;
        flex-wrap: wrap !important;
        left: 0 !important;
        margin: 0 !important;
        height: 60px !important;
        font-size: 19px !important;
        font-weight: 700;
        gap: 2rem;
    }
    .text-header-produit .quantity {
        width: 30%;
        margin: 0 !important;
        height: 40px;
    }
    .single-product .text-header-produit .elementor-add-to-cart form.cart{
        justify-content: center;
    }
    .text-header-produit p.stock.in-stock {
        height: 40px !important;
        margin: 0 !important;
        font-size: 12px !important;
    }
    .text-header-produit .price {
        display: flex;
        align-items: center;
        padding-top: 10px;
        gap: 1rem;
    }
    .mobile-flex .brand-name a{
        display: flex;
        padding: 10px;
    }
    .single-product .flex-control-nav {
        display: none;
    }
    .mobile-flex  img {
        height: 28px;
    }
    .astra-shop-thumbnail-wrap {
        position: relative;
        overflow: hidden;
        padding: 5px;
    }
    .woocommerce-product-gallery .woocommerce-product-gallery__image img, .woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
        height: 210px !important;
    }
    /* ==== [Cards Grid] ========================================================= */
    .woocommerce .products li{
        margin-bottom: 0 !important;
    } 
    .woocommerce .products{
        row-gap: 10px;
        column-gap: 10px !important;
    } 
    /* ==== [Account Page] ========================================================= */
    .woocommerce-account .woocommerce-MyAccount-navigation {
        float: left;
        width: 100%;
        margin: 2rem 0;
    }

    /* ==== [Login] ========================================================= */
    .woocommerce-account .ast-article-single, .woocommerce-form-register {
        width: 100%;
        margin: 0 auto;
        padding: 1rem;
        margin-top: 1rem;
    }
    /* ==== [Checkout] ========================================================= */
    a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
        bottom: 0px;
        box-sizing: border-box;
        left: 0;
        position: fixed;
        width: 100%;
        z-index: 9;
        font-weight: 700;
        border-radius: 0;
        padding: 2rem 1rem;
        font-size: 19px !important;
    }
    .woocommerce-cart footer {
        padding-top: 0px !important;
    }
    button#place_order {
        position: fixed;
        bottom: 0;
        border-radius: 0;
        left: 0;
        padding: 2rem 1rem;
        margin: 0 !important;
        font-size: 19px !important;
        font-weight: 700;
    }
    .va-feature-product .deal-badge {
        height: 55px;
    }
    /* ==== [Panier Mobile Layout] ========================================================= */
    tr.wc-block-cart-items__row {
        grid-template-columns: 75px 1fr 1fr !important;
        grid-template-rows: 1fr;
        padding: 10px !important;
        margin-bottom: 1rem;
    }
    td.wc-block-cart-item__product {
        margin: 0 !important;
    }
    td.wc-block-cart-item__total {
        grid-column: 3;
        margin: 0 !important;
        margin-top: -30px !important;
    }
    .wc-block-cart-item__prices {
        margin: 0 !important;
        grid-column: 2;
        grid-column-start: 1;
    }
    .wc-block-cart-item__total {
        grid-row-start: auto !important;
    }
    a.wc-block-components-product-name {
        width: 100% !important;
        grid-column: 1 / 5;
        padding: 0 !important;
    }
    .wc-block-cart-item__image {
        width: 54px !important;
    }
    button.wc-block-cart-item__remove-link {
        top: -8px;
        left: -33px;
        width: 25px;
        height: 25px;
        background-size: 18px 18px !important;
    }
    .wc-block-components-product-badge.wc-block-components-sale-badge {
        grid-column: 3;
    }
    .wc-block-cart-item__quantity {
        padding: 0 !important;
        grid-column-start: 2 !important;
    }
    td.wc-block-cart-item__image {
        padding: 0 !important;
        margin: 0 !important;
    }
    .wc-block-cart-item__wrap {
        display: grid;
    }
    .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{
        min-width: 20px !important;
    }
    .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{
        min-width: 30px !important;
    }
    .text-header-produit table.variations {
        float: none !important;
        margin-top: 0px !important;
        width: 100% !important;
        padding-right: 0rem;
    }
    .flex-viewport {
        margin-bottom: 0;
    }
    ul.products li.product .ast-shop-product-out-of-stock {
        font-size: small;
        width: 220px;
        position: absolute;
        top: 50%;
        left: -25px !important;
        right: auto !important;
        height: 55px;
        line-height: 50px;
        color: #fff;
        padding: 0 !important;
        z-index: 2;
        align-items: center;
        justify-content: center;
        background: linear-gradient(90deg, #001BB7, #0BB1EB);
        transform: rotate(-8deg);
    }
}
