/**
Theme Name: Astra Child
Author: VADOS
Author URI: http://wpastra.com/about/
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* 1. used colors #f2f1ed #F3F1E7 #262626 #666666 */


@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&family=Anton&family=Oswald:wght@400;500;600;700&family=Inter:wght@400;500;600');
#ast-scroll-top {
    display: none !important;
}

/* 1. Force your custom selected button styling layout */
.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item.selected {
    color: #F3F1E7 !important;
    background-color: #262626 !important;
	border-color: #262626 !important;
	box-shadow: none !important;
}

/* 2. Style text inside buttons (Cleaned up layout cascading) */
.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item .variable-item-span,
.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item .variable-item-contents {
    font-family: Arial, Helvetica, sans-serif !important; 
    font-weight: 500 !important;                          
    letter-spacing: 0.5px !important;                     
}

/* 3. Style text and container inside normal unselected button swatches */
.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item:not(.selected),
.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item:not(.selected) .variable-item-contents {
    background-color: #F3F1E7;
    color: #262626 !important;  
}

/* 4. Universal swatch sizing and rounded corner layout */
.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item {
    border-radius: 50px !important;
    -webkit-tap-highlight-color: transparent !important;
}

/* 5. Force square inside swwatch to shrink */
.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents {
	background: transparent !important;
	border: none !important;
    box-shadow: none !important;
	width: 130% !important;  
    height: 130% !important; 
	display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Add To Cart button container design matching the #262626 pill profile */
.single_add_to_cart_button,
button.single_add_to_cart_button.button.alt {
    background-color: #a5eabc !important;
    color: #262626 !important;
    border: 2px solid #000000 !important;
    border-radius: 50px !important; 
    height: 40px !important;
		width: 180px !important;
    padding: 0 25px !important;    /* Clean horizontal text spacing inside the capsule */
    cursor: pointer !important;
    box-shadow: none !important;
    transition: all 0.2s ease-in-out !important;
    -webkit-tap-highlight-color: transparent !important; /* Mobile flash fix for the button too */
    
    /* Typography Match */
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px !important;
}

/* Button Hover State - Smooth contrast shift */
.single_add_to_cart_button:hover,
button.single_add_to_cart_button.button.alt:hover {
    background-color: #b5ffce !important;
    border-color: #b5ffce !important;
    color: #262626 !important;
}

.products .button.product_type_variable,
.astra-shop-summary-wrap .button.product_type_variable {
    background-color: #262626 !important; 
    color: #F3F1E7 !important;
    border: 2px solid #262626 !important;
    border-radius: 50px !important;      
    width: 140px !important;
    height: 50px !important;             
    padding: 0 10px !important;          
    
    /* Perfect Center Alignment Flexbox Fix */
    display: inline-flex !important;
    align-items: center !important;      /* Centers lines vertically */
    justify-content: center !important;  /* Centers text horizontally */
    text-align: center !important;
    line-height: 1.2 !important;         /* Tightens line height so two rows fit cleanly */
    
    cursor: pointer !important;
    box-shadow: none !important;
    transition: all 0.2s ease-in-out !important;
    -webkit-tap-highlight-color: transparent !important;

    /* Typography Match */
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 500 !important;
		text-transform: capitalize !important;
    letter-spacing: 0.5px !important;
}

/* Shop Grid Button Hover State */
.products .button.product_type_variable:hover,
.astra-shop-summary-wrap .button.product_type_variable:hover {
    background-color: #444444 !important;
    border-color: #444444 !important;
    color: #F3F1E7 !important;
}

/* Round the main product display image and its viewport window */
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
.woocommerce-product-gallery .woocommerce-product-gallery__image img,
.woocommerce-product-gallery .flex-viewport {
    border-radius: 32px !important;
    overflow: hidden !important; /* Prevents sharp image corners from spilling out */
}

/* Round the smaller product gallery preview thumbnails underneath */
.woocommerce-product-gallery .flex-control-thumbs li img,
.woocommerce-product-gallery .woocommerce-product-gallery__image--placeholder img {
    border-radius: 18px !important;
    overflow: hidden !important;
}

.woocommerce-js ul.products li.product a img, 
.woocommerce-page ul.products li.product a img,
.woocommerce-js ul.products li.product a, 
.woocommerce-page ul.products li.product a {
	border-radius: 24px !important;
	-webkit-tap-highlight-color: transparent !important;
}

/* ==========================================================================
   1. OBLITERATE ASTRA NATIVE HOOK CONTAINERS
   ========================================================================== 
#colophon, 
.site-footer,
.site-footer-focus-item {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
} */

/* ==========================================================================
   CUSTOM VADOS FOOTER – exact match to Elementor Canvas version
   ========================================================================== */

/* Hide Astra’s native footer completely */
#colophon,
.site-footer,
.site-footer-focus-item,
.ast-footer-overlay {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* Base footer */
footer.bg-background.w-full,
footer.my-custom-brand-footer {
    background-color: #F3F1E7 !important;
    font-family: 'Archivo', 'Inter', Arial, sans-serif !important;
    width: 100% !important;
    display: block !important;
    box-sizing: border-box !important;
    border-top: 1px solid #000 !important;
    margin-top: auto !important;
}

/* Main 4-column grid */
footer.bg-background.w-full > div.w-full.px-8.py-12,
footer.my-custom-brand-footer > div.w-full.px-8.py-12 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
    padding: 3rem 2rem !important;
    max-width: 1400px !important;          /* ← was 200px – that was the killer */
    margin: 0 auto !important;
    box-sizing: border-box !important;
    color: #000 !important;
}

@media (min-width: 768px) {
    footer.bg-background.w-full > div.w-full.px-8.py-12,
    footer.my-custom-brand-footer > div.w-full.px-8.py-12 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (min-width: 1024px) {
    footer.bg-background.w-full > div.w-full.px-8.py-12,
    footer.my-custom-brand-footer > div.w-full.px-8.py-12 {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 2rem !important;
    }
}

/* Column flex helpers */
footer.bg-background.w-full .flex-col,
footer.my-custom-brand-footer .flex-col {
    display: flex !important;
    flex-direction: column !important;
}

footer.bg-background.w-full .items-start { align-items: flex-start !important; }
footer.bg-background.w-full .gap-3 { gap: 0.75rem !important; }
footer.bg-background.w-full .gap-2 { gap: 0.5rem !important; }

@media (min-width: 768px) {
    footer.bg-background.w-full .md\:items-center { align-items: center !important; }
}
@media (min-width: 1024px) {
    footer.bg-background.w-full .lg\:items-center { align-items: center !important; }
    footer.bg-background.w-full .lg\:items-end { align-items: flex-end !important; }
}

/* Payment icons grid (3 columns of max-content) */
footer.bg-background.w-full div.grid-cols-\[repeat\(3\2c max-content\)\],
footer.bg-background.w-full .grid.grid-cols-\[repeat\(3\,max-content\)\] {
    display: grid !important;
    grid-template-columns: repeat(3, max-content) !important;
    gap: 0.75rem 0.75rem !important;
    margin-top: 0.25rem !important;
}

footer.bg-background.w-full img[alt="Netopia"],
footer.bg-background.w-full img[alt="Visa"],
footer.bg-background.w-full img[alt="Mastercard"],
footer.bg-background.w-full img[alt="Maestro"],
footer.bg-background.w-full img[alt="Apple Pay"],
footer.bg-background.w-full img[alt="Google Pay"] {
    height: 32px !important;
    width: auto !important;
    object-fit: contain !important;
}

/* Typography – headings */
footer.bg-background.w-full h4 {
    font-family: 'Archivo', sans-serif !important;
    font-size: 11px !important;
    line-height: 1 !important;
    letter-spacing: 0.15em !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #1c1c1c !important;
    margin: 0 0 0.5rem 0 !important;
}

/* Links */
footer.bg-background.w-full a {
    font-family: 'Archivo', sans-serif !important;
    font-size: 9px !important;
    line-height: 1.6 !important;
    letter-spacing: 0.2em !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    color: #4A4A4A !important;
    text-decoration: none !important;
}

footer.bg-background.w-full a:hover {
    color: #0A0A0A !important;
    text-decoration: underline !important;
}

/* ANPC badges */
footer.bg-background.w-full .-ml-
8px
{
    margin-left: 0 !important;
}

footer.bg-background.w-full a[href*="reclamatiisal"],
footer.bg-background.w-full a[href*="consumer-redress"] {
    display: block !important;
    width: 250px !important;
    height: 50px !important;
}

footer.bg-background.w-full a[href*="reclamatiisal"] img,
footer.bg-background.w-full a[href*="consumer-redress"] img {
    width: 250px !important;
    height: 50px !important;
    display: block !important;
    mix-blend-mode: multiply !important;
}

/* ==========================================================================
   Trust badges row
   ========================================================================== */
footer.bg-background.w-full > div.bg-\[\#F3F1E7\],
footer.bg-background.w-full div.w-full.bg-\[\#F3F1E7\] {
    background-color: #F3F1E7 !important;
    border-top: 1px solid rgba(0,0,0,0.08) !important;
    padding: 2rem !important;
    box-sizing: border-box !important;
}

footer.bg-background.w-full div.bg-\[\#F3F1E7\] > div.grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
}

@media (min-width: 768px) {
    footer.bg-background.w-full div.bg-\[\#F3F1E7\] > div.grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media (min-width: 1024px) {
    footer.bg-background.w-full div.bg-\[\#F3F1E7\] > div.grid {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

/* Individual oval cards */
footer.bg-background.w-full .bg-black\/5 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 1.5rem !important;
    background-color: rgba(0, 0, 0, 0.04) !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 40px !important;
    box-sizing: border-box !important;
}

footer.bg-background.w-full .bg-black\/5 > div {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 1rem !important;
    width: 100% !important;
}

footer.bg-background.w-full .bg-black\/5 h3 {
    font-family: 'Archivo', sans-serif !important;
    font-size: 11px !important;
    line-height: 1 !important;
    letter-spacing: 0.15em !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    margin: 0 0 2px 0 !important;
    color: #0A0A0A !important;
}

footer.bg-background.w-full .bg-black\/5 p {
    font-family: 'Archivo', sans-serif !important;
    font-size: 11px !important;
    line-height: 1.3 !important;
    color: #4A4A4A !important;
    margin: 0 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

/* Material icons inside the badges */
footer.bg-background.w-full .material-symbols-outlined {
    font-family: 'Material Symbols Outlined' !important;
    font-size: 32px !important;
    color: #0A0A0A !important;
    display: block !important;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* Bottom disclaimer bar */
footer.bg-background.w-full > div.text-neutral-900,
footer.bg-background.w-full div.w-full.text-neutral-900 {
    font-family: 'Archivo', sans-serif !important;
    font-size: 11px !important;
    letter-spacing: 0.15em !important;
    font-weight: 600 !important;
    color: #0A0A0A !important;
    text-align: center !important;
    border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
    padding: 1rem !important;
    text-transform: uppercase !important;
}

/* Canvas color */
#content.site-content {
    background-color: #f2f1ed !important;
}

/* Header color */
.site-header, 
.ast-main-header-wrap, 
.ast-primary-header-bar,
.main-header-bar,
.ast-desktop-header-content,
.ast-desktop-header-content,
.ast-main-header-wrap,
.main-header-bar,
.site-header-focus-item,
.main-header-menu,
.main-header-menu .sub-menu,
.main-header-menu .sub-menu .menu-link,
.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link,
.ast-mobile-popup-drawer,
.ast-mobile-popup-content,
.ast-mobile-popup-inner,
.ast-mobile-popup-drawer .main-header-menu,
.ast-mobile-header-wrap .ast-mobile-header-content,
.ast-mobile-header-wrap .main-header-menu,
.ast-mobile-header-wrap .menu-item,
.ast-builder-menu-mobile .ast-master-bundle-menu, 
.ast-mobile-header-content * {
    background-color: #F3F1E7 !important;
}

/* Table Header Color */
.woocommerce-js table.shop_table thead, 
.woocommerce-page table.shop_table thead,
.woocommerce-cart .cart-collaterals .cart_totals>h2, .woocommerce-cart .cart-collaterals .cross-sells>h2 {
    background-color: #F3F1E7 !important;
}
/* Quantity Input Color */
.woocommerce-js .quantity input[type=email], .woocommerce-js .quantity input[type=number], .woocommerce-js .quantity input[type=text] {
	background-color: #F3F1E7 !important;
}
/* Quantity Input Border Radius */
.woocommerce input[type=number],
.woocommerce-page input[type=number] {
	border-radius: 16px !important;
}
/* Product Category Hide */
.single-product-category {
    display: none !important;
}
/* Meta Links Color And Font */
.woocommerce-js div.product .product_meta>span>*,
.ast-single-post .entry-content a {
	color: #0a5a6e !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px !important;
}
.woocommerce-js div.product .product_meta>span {
	color: #262626 !important;
	font-weight: 500 !important;
    letter-spacing: 0.5px !important;
}


/* Burger Menu And Close Icon Color */
.ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg,
.ahfb-svg-iconset svg>* {
	fill: #262626 !important;
}
/* Erases theme fallback outlines and default visual borders */
[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus,
.ast-button-wrap .ast-mobile-menu-trigger-minimal:focus,
.ast-button-wrap .ast-mobile-menu-trigger-minimal:active,
.ast-button-wrap .ast-mobile-menu-trigger-minimal:focus-visible {
    outline: none !important;
    outline-width: 0px !important;
    outline-style: none !important;
    border-style: none !important;
    border-width: 0px !important;
    box-shadow: none !important;
}


/* Removes the mobile tap highlight color overlay */
.ast-button-wrap .ast-mobile-menu-trigger-minimal {
    -webkit-tap-highlight-color: transparent !important;
}
/* Product gallery zoom disable */
.woocommerce-js div.product div.images .woocommerce-product-gallery__trigger {
	display: none !important;
    pointer-events: none !important;
    visibility: hidden !important;
}

.woocommerce-js div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::before {
    border-top: none !important;

}

/* 1. Neutralize background sliders generated inside the tab wrapper structure */
.woocommerce-js div.product .woocommerce-tabs ul.tabs > *, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs > * {
    --ast-border-color: #262626 !important;
}

/* 2. Target active, hover, and focus pseudo-elements directly on the list labels */
.woocommerce-js div.product .woocommerce-tabs ul.tabs li::before {
    background-color: #262626 !important;
    background: #262626 !important;
    border-color: #262626 !important;
}
/* Hide thin line and the Informații suplimentare tab from the product page */
#tab-title-additional_information,
.woocommerce-js div.product .woocommerce-tabs ul.tabs.tabs::before {
    display: none !important;
}

/* Instantly wipe out the square markers from ALL product tabs universally */
.woocommerce-tabs ul.tabs li#tab-title-reviews::before,
.woocommerce-tabs ul.tabs li.reviews_tab::before,
.woocommerce-tabs ul.tabs li#tab-title-description::before,
.woocommerce-tabs ul.tabs li.description_tab::before {
    display: none !important;
}
/* Mobile inline instead of stacked product tabs */
.woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs {
	display: flex;
	gap: 20px;
	-webkit-tap-highlight-color: transparent !important;
}

/* 1. Remove the interrupted focus outline when clicking tabs */
.woocommerce-tabs ul.tabs li a,
.woocommerce-tabs ul.tabs li a:focus,
.woocommerce-tabs ul.tabs li a:active {
    outline: none !important;
    box-shadow: none !important;
}

/* 1. Universal Tab Layout Control */
.woocommerce-tabs ul.tabs li a {
    display: inline-block !important;
    padding: 4px 16px !important; 
}

/* 2. Target the Active Tab precisely to beat theme specificity */
.woocommerce-tabs ul.tabs li.active a {
    background-color: #262626 !important; 
    color: #F3F1E7 !important;            
    border-radius: 50px !important;       
}

/* 3. Strip background layers from the outer wrapper */
.woocommerce-tabs ul.tabs li {
    background: transparent !important;
    border: none !important;
    padding: 0 !important; 
}

/* 3. Reviews input field customization */
.woocommerce-js #reviews #review_form #respond #comment {
	background-color: #F3F1E7;
	border-radius: 20px;
	height: 160px;
	line-height:1.2;
}
.woocommerce-js #review_form #respond textarea,
.woocommerce-page #review_form #respond textarea {
	padding: 12px 24px !important;
}
/* 3. Submit review button */
.woocommerce-js #review_form #respond .form-submit input {
    background-color: #262626 !important; 
    color: #F3F1E7 !important;
    border: 2px solid #262626 !important;
    border-radius: 50px !important; 
	width: 100px !important;
    height: 40px !important;
    padding: 0 10px !important;          
    
    /* Perfect Center Alignment Flexbox Fix */
    display: inline-flex !important;
    align-items: center !important;      /* Centers lines vertically */
    justify-content: center !important;  /* Centers text horizontally */
    text-align: center !important;
    line-height: 1.2 !important;         /* Tightens line height so two rows fit cleanly */
    
    cursor: pointer !important;
    box-shadow: none !important;
    transition: all 0.2s ease-in-out !important;
    -webkit-tap-highlight-color: transparent !important;

    /* Typography Match */
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 500 !important;
	text-transform: capitalize !important;
    letter-spacing: 0.5px !important;
}

/* Shop Grid Button Hover State */
.woocommerce-js #review_form #respond .form-submit input:hover {
    background-color: #444444 !important;
    border-color: #444444 !important;
    color: #F3F1E7 !important;
}

/* Body padding */
#content.site-content {
    padding-top: 24px;
}

/* Inject the Vados SVG into the main left header container slot */
.main-header-bar .site-header-primary-section-left,
.main-header-bar-wrap .site-header-section-left,
.ast-above-header-bar .site-header-above-section-left,
.site-header-above-section-left {
    display: flex !important;
    align-items: center !important;
    content: "" !important;
    width: 100px !important;    /* Control the logo box width layout here */
    height: auto !important;   /* Control the logo box height layout here */
    background-image: url("https://vados.net/wp-content/uploads/2026/08/vados-logo-centered-and-cut.svg") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center left !important;
    background-color: transparent !important;
	-webkit-tap-highlight-color: transparent !important;
}

/* Table Shop Customization */
.woocommerce-js .woocommerce table.shop_table {
	border-radius: 20px;
}
.woocommerce-js table.shop_table, .woocommerce-page table.shop_table {
    border: 4px solid;
	border-color: #dbdbdb;
}
.woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
    border-radius: 20px;
    height: 200px;
    max-width: 200px;
}
.woocommerce-js table.shop_table td, .woocommerce-page table.shop_table td {
    border-top: none;
}
.woocommerce-js #content table.cart td, .woocommerce-page #content table.cart td,
.woocommerce-js table.shop_table thead th, .woocommerce-page table.shop_table thead th {
    text-transform: capitalize;
}
/* target the parent WooCommerce cart table directly for maximum priority */
@media screen and (max-width: 921px) {
.woocommerce-cart-form__contents td.product-subtotal {
    position: relative !important;
}

/* Ensure the pseudo-element displays properly inside the table structure */
.woocommerce-cart-form__contents td.product-subtotal::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 5% !important;
    width: 90% !important;
    height: 4px !important;
    background-color: #dbdbdb !important;
    z-index: 999 !important; /* Forces it to sit above any background shading */
	border-radius: 2px !important;
}
}
.woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	background-color: #262626 !important; 
    color: #F3F1E7 !important;
    border: 2px solid #262626 !important;
    border-radius: 50px !important;      
    width: 140px !important;
    height: 50px !important;             
    padding: 0 10px !important;          
    
    display: flex !important;
    justify-content: center !important; /* Centers the button horizontally */
    align-items: center !important;     /* Centers the button vertically if needed */
    width: 100% !important;             /* Forces the cell to take up full mobile width */
    box-sizing: border-box !important;
    text-align: center !important;
    
    cursor: pointer !important;
    box-shadow: none !important;
    transition: all 0.2s ease-in-out !important;
    -webkit-tap-highlight-color: transparent !important;

    /* Typography Match */
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 500 !important;
	text-transform: capitalize !important;
    letter-spacing: 0.5px !important;
}

/* Shop Grid Button Hover State */
.woocommerce #content table.cart td.actions .button:hover, .woocommerce table.cart td.actions .button:hover, .woocommerce-page #content table.cart td.actions .button:hover, .woocommerce-page table.cart td.actions .button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #444444 !important;
    border-color: #444444 !important;
    color: #F3F1E7 !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	line-height: 1.1em;
}
.entry-content .woocommerce-message {
	border-top: none;
	border-radius: 20px;
	background-color: #a5eabc !important;
	border: 2px solid;
	border-color: #262626;
	font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px !important;
	gap: 8px !important;
	/* Added layout fixes */
    display: flex !important;
    flex-direction: column !important; /* Stacks text and button vertically */
    justify-content: center !important; 
    align-items: center !important;     
    text-align: center !important;      
    width: 100% !important;
	padding: 1.5em !important;
}
/* Target the checkmark icon pseudo-element inside the alert */
.woocommerce-message::before {
    display: none;
}
.entry-content .woocommerce-message::after {
    display: none !important;
}
.woocommerce-cart .cart-collaterals .cart_totals {
	border-radius: 20px;
	border: 4px solid;
	border-color: #dbdbdb;
}

/* 1. Make the table row structural container relative */
.woocommerce-js table.shop_table thead tr, 
.woocommerce-page table.shop_table thead tr,
.woocommerce-cart .cart-collaterals .cart_totals>h2 {
    position: relative !important;
}

/* 2. Place the pseudo-element on the header row instead */
.woocommerce-js table.shop_table thead tr::after, 
.woocommerce-page table.shop_table thead tr::after,
.woocommerce-cart .cart-collaterals .cart_totals>h2::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 5% !important;
    width: 90% !important;
    height: 4px !important;
    background-color: #dbdbdb !important;
    z-index: 999 !important;
    border-radius: 2px !important;
}
.woocommerce-cart .cart-collaterals .cart_totals>h2 {
	border-bottom: none;
}
/* Remove the borders from the totals table rows */
.woocommerce-cart-form__contents .cart_totals tr,
.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr {
    border-top: none !important;
    border-bottom: none !important;
}

/* Clear any individual cell borders that might be lingering */
.woocommerce-cart .cart-collaterals .cart_totals .shop_table td,
.woocommerce-cart .cart-collaterals .cart_totals .shop_table th {
    border-top: none !important;
    border-bottom: none !important;
}

.entry-content p {
	margin-bottom: 0.5em;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table {
	border-radius: 20px;
}
/* Undo restore cart item */
.entry-content .woocommerce-message a.restore-item {
    display: inline-block !important;
    color: #262626 !important; /* Matches your brand dark gray theme */
    text-decoration: underline !important;
    font-weight: 700 !important;
    margin: 0 !important;
    padding: 0 !important;
	-webkit-tap-highlight-color: transparent !important;
}

/* Add a smooth interactive hover state */
.entry-content .woocommerce-message a.restore-item:hover {
    color: #444444 !important;
    text-decoration: none !important;
}
.woocommerce-js a.button,
.woocommerce .woocommerce-message a.button {
	background-color: #262626 !important; 
    color: #F3F1E7 !important;
    border: 2px solid #262626 !important;
    border-radius: 50px !important;      
    max-width: 300px !important;
    height: 50px !important;             
    padding: 0 10px !important;          
    
    display: flex !important;
    justify-content: center !important; /* Centers the button horizontally */
    align-items: center !important;     /* Centers the button vertically if needed */
    width: 100% !important;             /* Forces the cell to take up full mobile width */
    box-sizing: border-box !important;
    text-align: center !important;
    
    cursor: pointer !important;
    box-shadow: none !important;
    transition: all 0.2s ease-in-out !important;
    -webkit-tap-highlight-color: transparent !important;

    /* Typography Match */
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 500 !important;
	text-transform: capitalize !important;
    letter-spacing: 0.5px !important;
}

/* Shop Grid Button Hover State */
.woocommerce-js a.button:hover,
.woocommerce .woocommerce-message a.button:hover {
    background-color: #444444 !important;
    border-color: #444444 !important;
    color: #F3F1E7 !important;
}
/* Cart custom */
header.entry-header .entry-title {
	display: flex;
    justify-content: center;
    font-family: 'Anton', sans-serif !important;
    font-size: 45px !important;
    letter-spacing: 0.02em !important;
    font-weight: 400 !important;
	color: #262626;
    text-transform: uppercase !important;
}
.entry-content[data-ast-blocks-layout] > * {
	display: grid;
    justify-content: center;
}
.entry-content .woocommerce-info {
    border-top: none;
    background: transparent;
}
.woocommerce-info::before {
	display: none;
}
.woocommerce-cart table.shop_table .woocommerce-Price-amount {
    font-weight: 600;
}

/* Checkout custom */
.woocommerce-js form .form-row input.input-text {
	border: 3px solid;
    border-color: #dbdbdb;
    border-radius: 20px;
    color: #262626;
    background: transparent;
}
.woocommerce-js form .form-row.woocommerce-invalid input.input-text {
	border: 3px solid;
    border-color: #ff9099;
}
.woocommerce-js form .form-row.woocommerce-validated input.input-text {
	border: 3px solid;
    border-color: #dbdbdb;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper > .input-text:focus {
    border: 3px solid !important;
	border-color: #262626;
}
.woocommerce-js form .form-row select,
.woocommerce .select2-container .select2-selection--single,
.woocommerce-page .select2-container .select2-selection--single {
    background: transparent;
    border: 3px solid;
    border-radius: 20px;
	border-color: #dbdbdb;
}
.woocommerce-js form .form-row.woocommerce-validated select {
    border-color: #dbdbdb;
}

/* Style the main opened dropdown container */
.select2-container--default .select2-dropdown {
    background-color: #F3F1E7 !important; /* Change dropdown background */
    border: 2px solid #262626 !important;   /* Custom border color & thickness */
    border-radius: 20px !important;       /* Clean rounded corners for the menu */
    overflow: hidden !important;          /* Keeps items from clipping out of the rounded corners */
}
/* Style the currently highlighted / hovered option */
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #262626 !important; /* Change this to your favorite custom color (e.g. green) */
    color: #F3F1E7 !important; 
	margin-left: 20px;
	margin-right: 20px;
	overflow: hidden !important;
}
/* Style the actively selected item in the list */
.select2-container--default .select2-results__option[aria-selected="true"] {
	border-radius: 20px;
    background-color: #262626 !important; /* Soft background tint for chosen item */
    color: #F3F1E7 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	background-color: #f2f1ed;
    border-radius: 20px !important;
    border: 1px solid #262626 !important;
}
.select2-container--default .select2-results__option[data-selected=true] {
	background: transparent;
}
/* Centers the text elements inside the dropdown list rows */
.select2-container--default .select2-results__option {
    text-align: center !important;
}

/* Optional: Centers the text inside the search box at the top of the dropdown (if active) */
.select2-container--default .select2-search--dropdown .select2-search__field {
    text-align: center !important;
}

/* Overstretch on mobile fix */
/* 1. Kill horizontal scroll site-wide on small screens */             
@media (max-width: 921px) {
    html, body {
        overflow-x: hidden !important;
        max-width: 100vw !important;
    }

    #page, #content, .site-content, .entry-content,
    .woocommerce, .woocommerce-checkout, .woocommerce-page {
        max-width: 100% !important;
        overflow-x: hidden !important;
        box-sizing: border-box !important;
    }
}
/* Force WooCommerce Checkout name and address fields to stack vertically on mobile */
@media screen and (max-width: 768px) {
    .woocommerce-checkout .col2-set .form-row-first,
    .woocommerce-checkout .col2-set .form-row-last,
    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-first,
    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-last {
        float: none !important;
        width: 100% !important;
        clear: both !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        display: block !important;
    }
}

.woocommerce-page textarea,
.woocommerce textarea, .woocommerce-page form .form-row textarea {
	border-radius: 20px;
	background: transparent;
}
woocommerce-form__input woocommerce-form__input-checkbox input-checkbox {
	background: transparent;
}
.woocommerce-checkout #order_review_heading {
    display: none !important;
}
.woocommerce-checkout-review-order {
	border-width: 4px 4px 4px 4px !important;
    border-radius: 20px;
}
.woocommerce-js table.shop_table .woocommerce-Price-amount, .woocommerce-page table.shop_table .woocommerce-Price-amount {
    font-weight: 600;
}
.woocommerce-js table.shop_table thead tr::after {
	left: 0% !important;
    width: 100% !important;
}
/* Remove all internal thin borders from the checkout order summary table */
.woocommerce-checkout .woocommerce-checkout-review-order-table tr,
.woocommerce-checkout .woocommerce-checkout-review-order-table td,
.woocommerce-checkout .woocommerce-checkout-review-order-table th {
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
}

.woocommerce-page.woocommerce-checkout form #order_review table {
	border-width: 0px 0px 4px 0px;
}
/* Target the actual cells inside the review table to control padding */
.woocommerce-checkout .woocommerce-checkout-review-order-table th,
.woocommerce-checkout .woocommerce-checkout-review-order-table td {
    padding-left: 12px !important;   /* Wipes out the left side spacing */
    padding-right: 12px !important;  /* Wipes out the right side spacing */
    padding-top: 12px !important;   /* Sets your exact desired top spacing */
    padding-bottom: 12px !important;/* Sets your exact desired bottom spacing */
}
/* Center the payment method selection row horizontally */
.woocommerce-checkout #payment ul.payment_methods li label {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important; /* Adds clean breathing room between text and image */
    width: 100% !important;
    text-align: center !important;
}

/* Ensure the payment description box text underneath matches the center alignment */
.woocommerce-checkout #payment div.payment_box {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
/* Safely add clean vertical breathing room below your checkout form */
.woocommerce-checkout #content .entry-content {
    margin-bottom: 20px !important;
}
.woocommerce-page.woocommerce-checkout #payment #place_order {
	background-color: #262626 !important; 
    color: #F3F1E7 !important;
    border: 2px solid #262626 !important;
    border-radius: 50px !important;      
    max-width: 200px !important;
    height: 40px !important;             
    padding: 0 10px !important;          
    
    /* Perfect Center Alignment Flexbox Fix */
    display: inline-flex !important;
    align-items: center !important;      /* Centers lines vertically */
    justify-content: center !important;  /* Centers text horizontally */
    text-align: center !important;
    line-height: 1.2 !important;         /* Tightens line height so two rows fit cleanly */
    
    cursor: pointer !important;
    box-shadow: none !important;
    transition: all 0.2s ease-in-out !important;
    -webkit-tap-highlight-color: transparent !important;

    /* Typography Match */
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 500 !important;
	text-transform: capitalize !important;
    letter-spacing: 0.5px !important;
}

/* Shop Grid Button Hover State */
.woocommerce-page.woocommerce-checkout #payment #place_order:hover {
    background-color: #444444 !important;
    border-color: #444444 !important;
    color: #F3F1E7 !important;
}
/* Center the place order button container block horizontally */
.woocommerce-checkout #payment .form-row.place-order {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    float: none !important;
    clear: both !important;
}
/* Target the actual menu link anchors to force color updates */
.ast-builder-menu-1 .main-header-menu .menu-item > a,
.ast-builder-menu-1 .main-navigation a {
    font-family: 'Anton', sans-serif !important;
    letter-spacing: 0.02em !important;
    font-weight: 400 !important;
    color: #262626 !important; /* Forces your brand charcoal shade */
    font-size: 20px !important;
	transition: color 0.2s ease-in-out !important;
}
.ast-builder-menu-1 .main-header-menu .menu-item > a:hover,
.ast-builder-menu-1 .main-navigation a:hover {
    color: #666666 !important;
}
/* 1. Mobile Menu Font and Color Profile Setup */
.ast-mobile-header-wrap .main-navigation .menu-link {
    font-family: 'Anton', sans-serif !important;
    letter-spacing: 0.02em !important;
    font-weight: 400 !important;
    color: #262626 !important; /* Brand charcoal shade */
    font-size: 16px !important;
    transition: color 0.2s ease-in-out !important; /* Smooth fade animation */
	-webkit-tap-highlight-color: transparent !important;
}


/* 1. Account custom */
.site-content .woocommerce-MyAccount-navigation-link {
    margin-bottom: 4px;
    border-radius: 20px;
    border: 4px solid;
    border-bottom-width: 4px;
	border-color: #dbdbdb !important;
}
.site-content .woocommerce-MyAccount-navigation-link:last-child {
    border-bottom-width: 4px
}
.site-content .woocommerce-MyAccount-navigation-link.is-active a {
    background-color: #fbfbfb00;
}
.site-content .woocommerce-MyAccount-navigation>ul {
	padding: 8px !important;
}

@media (max-width: 921px) {	
	.woocommerce .woocommerce-MyAccount-content table.shop_table_responsive tr td::before,
	.woocommerce-page .woocommerce-MyAccount-content table.shop_table_responsive tr td::before {
		padding-bottom: 12px !important;
	}
}
@media (max-width: 921px) {
    .woocommerce-MyAccount-content table.shop_table_responsive tr td.woocommerce-orders-table__cell-order-actions a.button {
        margin-left: auto !important;
        margin-right: 0 !important;
    }
}
@media (max-width: 921px) {
    .woocommerce .woocommerce-MyAccount-content .woocommerce-js table.shop_table td.woocommerce-orders-table__cell-order-actions,
	.woocommerce-page .woocommerce-MyAccount-content table.shop_table td.woocommerce-orders-table__cell-order-actions {
		border-bottom: 4px solid !important;
		border-color: #dbdbdb !important;
	}
	.woocommerce .woocommerce-MyAccount-content table.shop_table_responsive tr td:last-child {
    border-bottom: none !important;
	}
	
}
.woocommerce-MyAccount-content .woocommerce-info .button {
    margin-left: 40px !important;
}
.woocommerce-MyAccount-content table.shop_table tbody th,
.woocommerce-MyAccount-content table.shop_table tbody td {
	border: none !important;
}
.woocommerce-MyAccount-content .woocommerce-Address {
	border: 4px solid;
	border-radius: 20px;
	border-color: #dbdbdb !important;
	margin-bottom: 8px;
	background: transparent !important;
}
.woocommerce-MyAccount-content .woocommerce-Address-title,
.woocommerce-MyAccount-content .woocommerce-Addresses address{
	background: transparent !important;
	border: none !important;
}
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-Button,
.woocommerce-form woocommerce-form-login login .buton {
	background-color: #262626 !important; 
    color: #F3F1E7 !important;
    border: 2px solid #262626 !important;
    border-radius: 50px !important;      
    width: 200px !important;
    height: 40px !important;             
    padding: 0 10px !important;          
    
    /* Perfect Center Alignment Flexbox Fix */
    display: inline-flex !important;
    align-items: center !important;      /* Centers lines vertically */
    justify-content: center !important;  /* Centers text horizontally */
    text-align: center !important;
    line-height: 1.2 !important;         /* Tightens line height so two rows fit cleanly */
    
    cursor: pointer !important;
    box-shadow: none !important;
    transition: all 0.2s ease-in-out !important;
    -webkit-tap-highlight-color: transparent !important;

    /* Typography Match */
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 500 !important;
		text-transform: capitalize !important;
    letter-spacing: 0.5px !important;
}

/* Shop Grid Button Hover State */
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-Button:hover,
.woocommerce-button button woocommerce-form-login__submit:hover {
    background-color: #444444 !important;
    border-color: #444444 !important;
    color: #F3F1E7 !important;
}

