@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//kuehlmittelgas.shop/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.9") format("woff2");
}

:root {
	--wd-text-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(244,165,28);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(244,165,28);
	--btn-accented-bgcolor-hover: rgb(222,150,26);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--wd-sticky-btn-height: 77px;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,255,255);
	background-image: url();
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: none;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(9,33,67);
	background-image: none;
}
html .product.wd-cat .wd-entities-title, html .product.wd-cat.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .wd-cat:first-child .wd-entities-title {
	font-size: 16px;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 0px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 43px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

/* =========================================
   1. FIX THE HEADER & HIDE STRAY COLONS
   ========================================= */
/* Stack the title above the boxes */
table.variations tr {
    display: flex !important;
    flex-direction: column !important;
}
table.variations th.label {
    text-align: left !important;
    padding-bottom: 12px !important;
}
table.variations th.label label {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #111827 !important;
}

/* Hide the duplicate ": 40 Zylinder" text next to the title */
.woo-selected-variation-item-name {
    display: none !important;
}

/* =========================================
   2. CREATE THE PREMIUM UX BOXES
   ========================================= */
ul.radio-variable-items-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
    padding: 0 !important;
}

.woo-variation-swatches .variable-item.radio-variable-item {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 2px solid #e2e8f0 !important; /* Clean gray border */
    border-radius: 10px !important; /* Premium soft corners */
    background: #ffffff !important;
    position: relative !important;
    transition: all 0.2s ease-in-out !important; /* Smooth animation */
}

/* UX Boost: Soft blue background when selected */
.woo-variation-swatches .variable-item.radio-variable-item.selected {
    border: 2px solid #214e91 !important;
    background-color: #f4f7fb !important; 
}

/* Hover effect for unselected boxes */
.woo-variation-swatches .variable-item.radio-variable-item:not(.selected):hover {
    border-color: #cbd5e1 !important;
}

/* Internal box padding */
.woo-variation-swatches .variable-item-radio-input-wrapper {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    padding: 16px 20px !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
}

/* Enlarge the radio circle */
.woo-variation-swatches input.variable-item-radio-input {
    width: 24px !important;
    height: 24px !important;
    margin: 0 !important;
    accent-color: #214e91 !important;
    cursor: pointer !important;
}

/* =========================================
   3. HIDE HYPHENS, COLONS & IMAGES
   ========================================= */
/* MAGIC TRICK: We use visibility to hide the raw text garbage */
.woo-variation-swatches .variable-item-radio-value-wrapper {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
		visibility: hidden !important; 
}

/* Hide pseudo-element colons */
.woo-variation-swatches .variable-item-radio-value-wrapper::after, 
.woo-variation-swatches .variable-item-radio-value-wrapper::before {
    display: none !important;
}

/* Bring visibility back ONLY for the clean text and price */
.woo-variation-swatches .variable-item-radio-value,
.woo-variation-swatches .variable-item-radio-value-wrapper .price {
    visibility: visible !important;
}

/* Hide the tiny thumbnail images */
.woo-variation-swatches .variable-item-radio-value-wrapper img {
    display: none !important;
}

/* =========================================
   4. TYPOGRAPHY & PRICE STYLING
   ========================================= */
/* Zylinder Title Text */
.woo-variation-swatches .variable-item-radio-value {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #111827 !important; /* Bold black */
    margin-left: 15px !important;
}

/* Push Price to the right and format */
.woo-variation-swatches .variable-item-radio-value-wrapper .price {
    margin-left: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    line-height: 1.2 !important;
}

/* Make Price Black & Heavy (Overrides Gold) */
.woo-variation-swatches .variable-item-radio-value-wrapper .price .amount {
    font-size: 22px !important;
    font-weight: 900 !important;
    color: #f4a51c !important; 
}

/* Clean up the Zurücksetzen (Reset) button spacing */
.wd-reset-var {
    margin-top: 12px !important;
}

table.variations label:after {
    content: "" !important;
}

div.product-image-summary-wrap > div > div > div.summary.entry-summary.text-left.wd-grid-col > div > form > div > div.single_variation_wrap > div.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled > div {
	    display: none !important;
}

div.product-image-summary-wrap > div > div > div.summary.entry-summary.text-left.wd-grid-col > div > form > div > div.single_variation_wrap > div.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled > div {
     display: none !important;
}

#payment > ul > li > label {
    display: inline !important;
	    padding: 20px !important;
    font-weight: 600 !important;
	    font-size: 15px !important;
}

#payment_method_stripe {
    display: inline !important;
}

#payment > ul > li {
	padding-top: 15px;
}

#wc-stripe-new-payment-method {
	margin-top: 15px;
}

#payment > ul > li > div > fieldset:nth-child(3) > p > label {
	padding: 0px 20px 20px 15px !important;
	font-weight: 100 !important;
}

#payment > ul > li > div {
	padding-bottom: 28px !important;
}

div.product-image-summary-wrap > div > div > div.summary.entry-summary.text-left.wd-grid-col > div > form > div {
width: 100% !important;
}

/* =========================================
   5. MOBILE RESPONSIVE FIXES
   ========================================= */
@media (max-width: 768px) {
    /* Reduce padding inside boxes so everything fits on small screens */
    .woo-variation-swatches .variable-item-radio-input-wrapper {
        padding: 12px 0px !important;
    }

    /* Shrink the title font size slightly to prevent wrapping */
    .woo-variation-swatches .variable-item-radio-value {
        font-size: 16px !important;
        margin-left: 10px !important;
    }

    /* Shrink the price font slightly */
    .woo-variation-swatches .variable-item-radio-value-wrapper .price .amount {
        font-size: 18px !important;
    }

    /* Hide the duplicate dynamic price showing above the Add to Cart button */
    .woocommerce-variation.single_variation .woocommerce-variation-price {
        display: none !important;
    }

    /* Clean up the Reset (Zurücksetzen) button spacing */
    .wd-reset-var {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }
    
    /* Make sure the radio circle doesn't shrink */
    .woo-variation-swatches input.variable-item-radio-input {
        min-width: 22px !important;
        min-height: 22px !important;
			    margin-left: 13px !important;
    }
	
	div.product-image-summary-wrap > div > div > div.summary.entry-summary.text-left.wd-grid-col > div > div.wd-after-add-to-cart.wd-entry-content > div.spopm-payment-icons {
		display: inline-flex !important;
    flex-wrap: wrap !important;
    gap: 22px !important;
	}
}