.woocommerce-variation-add-to-cart,form.cart{flex-wrap:wrap!important}.wapf{width:100%}.wapf-hide{display:none}.wapf-wrapper{width:100%}[data-wapf-variation-rules]{display:none}[data-wapf-variation-rules].wapf-show{display:block}.wapf-field-row{display:flex;flex-wrap:wrap;margin-left:-5px}.wapf-field-row .wapf-field-container:last-child{padding-right:0}.wapf-field-container{padding:0 5px 15px 5px;box-sizing:border-box}.wapf-field-description{font-size:85%;opacity:.8;padding:0;margin:0;padding-top:5px}.wapf-field-container label[for]{cursor:pointer}.wapf-field-input input[type=email],.wapf-field-input input[type=number],.wapf-field-input input[type=text],.wapf-field-input input[type=url],.wapf-field-input select,.wapf-field-input textarea{width:100%;box-sizing:border-box}.wapf-field-input input[type=checkbox],.wapf-field-input input[type=radio]{float:left;margin-top:5px}.wapf-input-label{font-weight:400}.wapf-label-text{padding-left:10px}.wapf-pricing-hint{opacity:.7}.wapf-product-totals{display:none;width:100%}.wapf-product-totals .wapf--inner{padding:20px 0}.wapf-product-totals .wapf--inner>div{padding-bottom:10px;clear:both}.wapf-product-totals .wapf--inner>div:last-child{padding-bottom:0}.wapf-product-totals div span:first-child{font-weight:700}.wapf-product-totals div span:last-child{float:right}.wpcf7 .wpcf7-stripe .wpcf7-form-control-wrap {
	margin: .6em 0;
}

.wpcf7 .wpcf7-stripe .wpcf7-form-control {
	display: block;
	background: #f6f7f7;
	padding: 12px 12px;
	border: 1px solid #787c82;
}

.wpcf7 .wpcf7-stripe button:disabled {
	cursor: not-allowed;
}

.wpcf7 .wpcf7-stripe .hidden {
	display: none;
}.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
	word-break: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}.field-blocks{position:relative;display:inline-block;width:100%}.field-blocks .block{width:calc(25% - 10px);float:left;position:relative;padding:0 10px 0 0}.custom-quantity-block{width:100%;display:inline-block}.field-blocks .block input,.field-blocks .block textarea{width:100%!important}.quantity_discount_block{display:flex;align-items:center;justify-content:space-between;padding:10px;margin-top:10px}.field-blocks{display:flex;flex-grow:1}.quantity_discount_block{border-bottom:1px solid #ccc;padding:10px;margin-top:5px}.block{flex-grow:1;margin-right:10px}.block:last-child{margin-right:0}.block input,.block textarea{width:100%;box-sizing:border-box}.delete_quantity_discount{margin-left:20px;height:fit-content}.panel.active{display:block!important}.wpiqd-swatch{border:1px solid #ccc;padding:10px;margin-bottom:10px;display:block;position:relative}.wpiqd-swatch:hover{cursor:pointer}.preview-block{width:calc(100% - 20px);position:relative;display:inline-block;padding:10px}#quantity_discounts_preview{max-width:500px;margin:0 auto}#quantity_discounts_preview_preview{max-width:500px;margin:0 auto}.wpiqd-inner{justify-content:space-between}.wpiqd-middle,.wpiqd-radio{display:inline-block}.wpiqd-middle{margin-left:20px}.wpiqd-right{float:right;text-align:right}.wpiqd-inner{display:flex;align-items:center}.one-block{flex-shrink:0}.second-block{flex-grow:1;display:flex;justify-content:space-between;align-items:center}.old-price{color:silver}.wpiqd-swatch{cursor:pointer;line-height:1.3}.wpiqd-swatch:hover{background-color:unset;color:unset}.wpiqd-swatch.active .wpiqd-radio span{background-color:#fff}.blocks_3{display:inline-block;padding:0 20px}.blocks_3:first-child{padding-left:0}.quantity-discounts-settings-label{display:inline-block;margin-right:10px}.wp-picker-container{display:inline-block;vertical-align:top}.wpiqd-radio input[type=radio]{display:none}.third-block.badge-inside{padding-right:80px}.third-block.badge-inside-no{padding-right:0}#badge-container{position:absolute;top:-25px;left:50%;transform:translateX(-50%);z-index:999}#badge-container.badge-price-star_container{position:absolute;top:-25px;right:-20px;left:inherit;transform:inherit;z-index:999}#badge-container.circle-badge_container{top:-12px;position:absolute;right:-10px;transform:inherit;left:inherit;z-index:999}.badge-price-star,.badge-price-star .price,.badge-price-star:after,.badge-price-star:before{height:5em!important;width:5em!important;background:#d32f2f}.badge-price-star:after,.badge-price-star:before{content:""!important;position:absolute!important}.badge-price-star{margin:20px 0!important;position:relative!important;top:0!important;left:0!important;background-color:#e53935;transform-origin:center!important;transition:.3s all ease-out!important}.badge-price-star:before{top:0;left:0;-webkit-transform:rotate(22.5deg);-moz-transform:rotate(22.5deg);-ms-transform:rotate(22.5deg);-o-transform:rotate(22.5deg);transform:rotate(22.5deg);z-index:1}.badge-price-star:after{top:0;left:0;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);background-color:#e53935;box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)}.badge-price-star .price{padding:1em 0;height:3em;position:absolute;bottom:0;margin-bottom:0!important;display:grid;text-align:center;align-items:center;right:0;-webkit-transform:rotate(-22.5deg);-moz-transform:rotate(-22.5deg);-ms-transform:rotate(-22.5deg);-o-transform:rotate(-22.5deg);transform:rotate(-22.5deg);z-index:1}.badge-price-star .price span{position:relative;z-index:100;align-items:center;display:grid;text-align:center;text-wrap:pretty;color:#fff;font:12px Sans-Serif;text-transform:uppercase}.badge-price-star .price span.number{font-weight:700;font-size:1.625em;line-height:.9em;color:#ffebee}.circle-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;font:14px Sans-Serif;background-color:#e53935;width:80px;height:80px;text-align:center}.rect-badge{display:inline-block;color:#fff;font:14px Sans-Serif;background-color:#e53935;padding:5px 10px;border-radius:5px}.ribbon-badge{position:relative;padding:10px 40px;background-color:#e53935;color:#fff;display:inline-block;font-size:16px;margin:30px}.ribbon-badge:after,.ribbon-badge:before{content:'';position:absolute;top:0;font:17px Sans-Serif;border:20px solid transparent;z-index:-1}.ribbon-badge:before{left:-40px;border-right-color:#e53935}.ribbon-badge:after{right:-40px;border-left-color:#e53935}.wpiqd-radio span{display:inline-block;height:20px;width:20px;border-width:1px;border-style:solid;border-radius:50%;position:relative;cursor:pointer;vertical-align:middle}.wpiqd-radio input[type=radio]:checked+span::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:12px;width:12px;border-radius:50%}.wpiqd-radio span:hover{border-color:#aaa}.badge-price-star_preview,.circle-badge_preview,.rect-badge_preview{display:none}.badge-price-star_preview.active,.circle-badge_preview.active,.rect-badge_preview.active{display:flex}.circle-badge_container{top:-8px!important}.rect-badge_container{top:-7px!important}#minmax_preview{padding:0 30px}/*!
              - C S S -
        VERSION 1.0.0 - DATE: 2023-01-06
	@author: Krisztian Horvath ThemePunch OHG.
        - Slider Revolution 7.0 -

        GET LICENSE AT:
https://www.themepunch.com/links/slider_revolution_wordpress_regular_license

LICENSE:
Copyright (c) 2023, ThemePunch. All rights reserved.
This work is subject to the terms at https://www.themepunch.com/links/slider_revolution_wordpress_regular_license (Regular / Extended)
*/.rs-p-wp-fix{display:none!important;margin:0!important;height:0!important}body{--sr-7-css-loaded:1}.wp-block-themepunch-revslider{position:relative}.wp-block-themepunch-revslider.revslider{margin:0}canvas.sr7-pbar{z-index:500;position:absolute;pointer-events:none}sr7-module{display:block;position:relative;overflow-x:visible}sr7-adjuster{position:relative;display:block;width:100%}sr7-content{position:absolute;top:0;height:100%;contain:size layout style;z-index:1;overflow-x:visible}sr7-carousel{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}sr7-slide{position:absolute;width:100%;height:100%;contain:strict;top:0;left:0;z-index:1;visibility:hidden;pointer-events:none}.sr7-overflow-force sr7-slide,sr7-carousel sr7-slide{contain:layout style}sr7-module-bg{top:0;z-index:0;position:absolute}sr7-3dwrap{pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}sr7-overlay{display:block;width:100%;height:100%;top:0;left:0;position:absolute;z-index:3;background-repeat:repeat}sr7-btn,sr7-col,sr7-content .sr7-layer,sr7-grp,sr7-img,sr7-layer,sr7-linebrk,sr7-row,sr7-shp,sr7-svg,sr7-txt,sr7-zone{user-select:none;visibility:hidden;display:none;box-sizing:border-box;backface-visibility:hidden}.sr7-layer[data-subtype=slidebg],sr7bg{pointer-events:none}sr7-content .sr7-layer.sr7-withclip,sr7-content .sr7-layer.sr7-withclip .sr7-layer{backface-visibility:visible}sr7-grp.sr7-clear:after{content:"";clear:both;display:block;height:0}sr7-zone{pointer-events:none}sr7-row.sr7-layer.sr7-galign{box-sizing:border-box}.sr7-layer[data-type=svg]>svg,sr7-layer[data-type=svg]>svg{width:100%;height:100%}sr7-row-con{table-layout:fixed;font-size:0;display:block}sr7-module .sr7-layer,sr7-module sr7-layer{-webkit-font-smoothing:antialiased!important;-webkit-tap-highlight-color:transparent;-moz-osx-font-smoothing:grayscale;font-display:swap}sr7-slide.sr7-staticslide-low{z-index:0!important}sr7-slide.sr7-staticslide-high{z-index:105!important}sr7-slide a{transition:none}sr7-module.sr7-top-fixed{width:100%;height:auto!important;backface-visibility:hidden}sr7-module.sr7-top-fixed sr7-adjuster{height:auto!important}sr7-module.sr7-top-fixed sr7-content,sr7-module.sr7-top-fixed sr7-content .sr7-layer:not(.sr7-ignore-pe) *{pointer-events:none}sr7-prl{top:50%;left:50%;z-index:10000;position:absolute}sr7-prl.off{display:none!important}sr7-prl.sr7-fade-in{animation:tp-fade-in 1s linear}.sr-force-hidden{display:none!important}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes tp-fade-in{0%{opacity:0}20%{opacity:0}100%{opacity:100}}@keyframes tp-rotate{100%{transform:rotate(360deg)}}sr7-fonttest{width:auto;display:inline-block;white-space:nowrap;font-size:12px;color:#000}sr7-fonttest-wrap{position:absolute;contain:strict;top:-1500px;left:-1500px;width:1500px;height:1000px;pointer-events:none;opacity:0}.fn-wrap{display:flex;position:fixed;width:100px;height:50px;z-index:100;background-color:rgba(66,66,66,.2);justify-content:space-around;align-items:center;bottom:0;left:50%;transform:translateX(-50%)}.fn-left,.fn-right{display:flex;width:40px;height:40px;justify-content:center;align-items:center;background-color:gray;color:#fff;font-weight:700;font-size:20px;cursor:pointer}#wc-stripe_applepay-product-button.disabled,#wc-stripe_googlepay-product-button.disabled,#wc-stripe_link_checkout-product-button.disabled,.wc-stripe_applepay-button.disabled,.wc-stripe_googlepay-button.disabled,.wc-stripe_link_checkout-button.disabled{opacity:.45}#wc-stripe_applepay-cart-button.StripeElement iframe,#wc-stripe_applepay-checkout-button.StripeElement iframe,#wc-stripe_googlepay-cart-button.StripeElement iframe,#wc-stripe_googlepay-checkout-button.StripeElement iframe,#wc-stripe_link_checkout-cart-button.StripeElement iframe,#wc-stripe_link_checkout-checkout-button.StripeElement iframe,ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway.StripeElement iframe{max-width:calc(100% + 8px)}#payment #place_order.wc-stripe-hide,#place_order.wc-stripe-hide,.woocommerce-checkout-review-order #payment #place_order.wc-stripe-hide{height:0!important;opacity:0!important;padding:0!important;position:absolute!important;width:0!important;z-index:-1000!important}#payment ul.payment_methods li[class*=payment_method_stripe_] .payment_box.hide-payment-box{border-top:none;padding:0}ul li[class*=payment_method_stripe_] ul.woocommerce-SavedPaymentMethods{margin:0;padding:0}ul li[class*=payment_method_stripe_] ul.woocommerce-SavedPaymentMethods li::marker{font-size:0}ul li[class*=payment_method_stripe_] ul.woocommerce-SavedPaymentMethods .wc-stripe-saved-method{align-items:center;background:#fafbfc;border:1px solid var(--wc-stripe-saved-token-border-color);border-radius:5px;box-shadow:0 1px 1px rgba(0,0,0,.03),0 3px 6px rgba(0,0,0,.02);box-sizing:border-box;display:flex;height:50px;margin-bottom:8px;padding:12px 16px;position:relative;transition:all .2s cubic-bezier(.4,0,.2,1)}ul li[class*=payment_method_stripe_] ul.woocommerce-SavedPaymentMethods .wc-stripe-saved-method.selected,ul li[class*=payment_method_stripe_] ul.woocommerce-SavedPaymentMethods .wc-stripe-saved-method:has(:checked){box-shadow:0 0 0 2px var(--wc-stripe-accent-color)}ul li[class*=payment_method_stripe_] ul.woocommerce-SavedPaymentMethods .wc-stripe-saved-method.selected .wc-stripe-saved-method__label,ul li[class*=payment_method_stripe_] ul.woocommerce-SavedPaymentMethods .wc-stripe-saved-method:has(:checked) .wc-stripe-saved-method__label{cursor:default}ul li[class*=payment_method_stripe_] ul.woocommerce-SavedPaymentMethods .wc-stripe-saved-method__input{height:0;margin:0;opacity:0;padding:0;pointer-events:none;position:absolute!important;width:0}ul li[class*=payment_method_stripe_] ul.woocommerce-SavedPaymentMethods .wc-stripe-saved-method__label{align-items:center;cursor:pointer;display:flex;flex:1;gap:12px;margin:0}ul li[class*=payment_method_stripe_] ul.woocommerce-SavedPaymentMethods .wc-stripe-saved-method__icon{flex-shrink:0;height:24px;object-fit:contain;width:36px}ul li[class*=payment_method_stripe_] ul.woocommerce-SavedPaymentMethods .wc-stripe-saved-method__title{color:#1a1a1a;flex:1;font-size:14px;font-weight:500}ul li[class*=payment_method_stripe_] ul.woocommerce-SavedPaymentMethods .wc-stripe-saved-method__check{display:none}ul li[class*=payment_method_stripe_] ul.woocommerce-SavedPaymentMethods .wc-stripe-saved-method__see-more{background:transparent;color:var(--wc-stripe-accent-color);cursor:pointer;display:none;font-size:.85rem;font-weight:500;line-height:1;margin:0;padding:.25rem;text-decoration:none;transition:opacity .15s ease}ul li[class*=payment_method_stripe_] ul.woocommerce-SavedPaymentMethods .wc-stripe-saved-method__see-more:hover{background-color:rgba(0,0,0,.05);border-radius:4px;text-decoration:none}ul li[class*=payment_method_stripe_] ul.woocommerce-SavedPaymentMethods .wc-stripe-saved-method.selected .wc-stripe-saved-method__see-more,ul li[class*=payment_method_stripe_] ul.woocommerce-SavedPaymentMethods .wc-stripe-saved-method:has(:checked) .wc-stripe-saved-method__see-more{display:inline;opacity:1;pointer-events:auto}ul li[class*=payment_method_stripe_] ul.woocommerce-SavedPaymentMethods .wc-stripe-saved-method__plus{align-items:center;background:#e5e7eb;border-radius:50%;display:flex;flex-shrink:0;height:20px;justify-content:center;transition:all .2s cubic-bezier(.4,0,.2,1);width:20px}ul li[class*=payment_method_stripe_] ul.woocommerce-SavedPaymentMethods .wc-stripe-saved-method__plus:after{background-color:#6b7280;content:"";font-weight:600;height:12px;line-height:1;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Crect x='25' y='5' width='10' height='50' rx='2'/%3E%3Crect x='5' y='25' width='50' height='10' rx='2'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Crect x='25' y='5' width='10' height='50' rx='2'/%3E%3Crect x='5' y='25' width='50' height='10' rx='2'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:12px}ul li[class*=payment_method_stripe_] ul.woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new{align-items:center;background:#fff;border-radius:5px;box-shadow:0 0 0 1.5px #d1d5db;cursor:pointer;display:flex;margin-bottom:8px;margin-top:.75em;padding:12px 16px;position:relative;transition:all .2s cubic-bezier(.4,0,.2,1)}ul li[class*=payment_method_stripe_] ul.woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new:hover{box-shadow:0 0 0 1.5px #9ca3af}ul li[class*=payment_method_stripe_] ul.woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new.selected,ul li[class*=payment_method_stripe_] ul.woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new:has(:checked){box-shadow:0 0 0 2px var(--wc-stripe-accent-color);color:var(--wc-stripe-accent-color)}ul li[class*=payment_method_stripe_] ul.woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new.selected .wc-stripe-saved-method__plus,ul li[class*=payment_method_stripe_] ul.woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new:has(:checked) .wc-stripe-saved-method__plus{background:var(--wc-stripe-accent-color)}ul li[class*=payment_method_stripe_] ul.woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new.selected .wc-stripe-saved-method__plus:after,ul li[class*=payment_method_stripe_] ul.woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new:has(:checked) .wc-stripe-saved-method__plus:after{background-color:#fff}ul li[class*=payment_method_stripe_] ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods__expanded .wc-stripe-saved-method{cursor:pointer}ul li[class*=payment_method_stripe_] ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods__expanded .wc-stripe-saved-method:hover{background:#f4f5f7;box-shadow:0 2px 4px rgba(0,0,0,.06)}ul li[class*=payment_method_stripe_] ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods__expanded .wc-stripe-saved-method .wc-stripe-saved-method__see-more{opacity:0;pointer-events:none}ul li[class*=payment_method_stripe_] .woocommerce-SavedPaymentMethods-saveNew{margin-top:10px}li.payment_method_stripe_cc .woocommerce-SavedPaymentMethods-new{margin-bottom:10px}li.payment_method_stripe_cc #wc-stripe-card-element.inline-type,li.payment_method_stripe_cc #wc-stripe-cc-custom-form .StripeElement{background-color:#fff;border-radius:4px;box-sizing:border-box;height:40px;padding:10px 12px;-webkit-transition:box-shadow .15s ease;transition:box-shadow .15s ease}li.payment_method_stripe_cc #wc-stripe-card{border:none;height:15px;padding:0;position:absolute!important;right:8px;top:50%;transform:translatey(-50%);width:23px}li.payment_method_stripe_cc #wc-stripe-card.active{height:20px;width:32px}.wc-stripe-banner-checkout{container-type:inline-size;display:none;line-height:1px;margin:0 0 1em;padding:0;position:relative;width:100%}.wc-stripe-banner-checkout.active{display:block}.wc-stripe-banner-checkout fieldset{border:1px solid #d1d1d1;border-radius:3px;margin-bottom:20px;padding:15px 25px}.wc-stripe-banner-checkout fieldset legend{font-weight:500;margin:0 auto;padding:0 1rem}.wc-stripe-banner-checkout span.banner-divider{align-items:center;background:transparent;display:flex;font-size:16px;left:0;right:0;top:-13px;white-space:nowrap}.wc-stripe-banner-checkout span.banner-divider:after,.wc-stripe-banner-checkout span.banner-divider:before{background:#d1d1d1;content:" ";display:block;height:1px;width:50%}.wc-stripe-banner-checkout span.banner-divider:before{margin-right:1rem}.wc-stripe-banner-checkout span.banner-divider:after{margin-left:1rem}.wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways{grid-gap:12px;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));list-style:none;margin:0;padding:0}@container (max-width: 399px){.wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways{grid-template-columns:1fr}}ul.payment_methods li.payment_method_stripe_applepay img{max-height:32px;width:49px}ul.payment_methods li.payment_method_stripe_googlepay img{max-height:35px;width:48px}ul.payment_methods li.payment_method_stripe_googlepay img[src*=googlepay_round_outline]{max-height:30px;width:56px}ul.payment_methods li.payment_method_stripe_p24 img{max-height:45px;max-width:90px;width:90px}ul.payment_methods li.payment_method_stripe_ideal img{max-height:30px;max-width:79.4px;width:79.4px}ul.payment_methods li.payment_method_stripe_fpx img{max-height:25px;max-width:75px;width:75px}ul.payment_methods li.payment_method_stripe_klarna img[src*=klarna]{max-width:64px;width:64px}ul.payment_methods li.payment_method_stripe_klarna img[src*=klarna_pink]{height:25px;max-height:25px;width:45px}ul.payment_methods li.payment_method_stripe_giropay img{max-height:28px;max-width:65px;width:65px}ul.payment_methods li.payment_method_stripe_eps img{max-height:46px;max-width:70px;width:70px}ul.payment_methods li.payment_method_stripe_multibanco img{max-height:48px;max-width:48px;width:48px}ul.payment_methods li.payment_method_stripe_sepa img{max-height:18px;max-width:67px;width:67px}ul.payment_methods li.payment_method_stripe_sofort img{max-height:21px;max-width:70px;width:70px}ul.payment_methods li.payment_method_stripe_bancontact img{height:42px;max-height:42px;max-width:60px;width:60px}ul.payment_methods li.payment_method_stripe_wechat label img{max-height:23px;max-width:82px;width:82px}ul.payment_methods li.payment_method_stripe_alipay img{height:36px;max-height:36px;max-width:72px;width:72px}ul.payment_methods li.payment_method_stripe_grabpay img{max-height:28px;max-width:95px;width:95px}ul.payment_methods li.payment_method_stripe_oxxo img{max-height:24px;max-width:52px;width:52px}ul.payment_methods li.payment_method_stripe_swish img{max-height:28px;max-width:90px;width:90px}ul.payment_methods li.payment_method_stripe_twint img{max-height:35px;width:35px}ul.payment_methods li.payment_method_stripe_cashapp img{height:32px;width:32px}ul.payment_methods li.payment_method_stripe_revolut img{height:28px;width:22px}ul.payment_methods li.payment_method_stripe_zip img{height:30px;width:48px}ul.payment_methods li.payment_method_stripe_promptpay img{width:84px}label[for=payment_method_stripe_bancontact] img{height:42px;max-height:42px;max-width:60px;width:60px}.wc-stripe-product-checkout-container.bottom{margin-top:.5em}.wc-stripe-product-checkout-container ul.wc_stripe_product_payment_methods{margin:0;padding:0}.wc-stripe-product-checkout-container ul.wc_stripe_product_payment_methods li[class*=payment_method_stripe_]{list-style:none;margin:0}.wc-stripe-product-checkout-container ul.wc_stripe_product_payment_methods li[class*=payment_method_stripe_]:not([style*="display: none"]):not(.hidden):not(:last-child){margin:0 0 1em}.wc-stripe-product-checkout-container ul.wc_stripe_product_payment_methods li[class*=payment_method_stripe_] .StripeElement iframe{max-width:calc(100% + 8px)}.wc-stripe-bnpl-product-message{margin:10px 0}.wc-stripe-clear{clear:both!important;height:0!important;visibility:hidden!important}.wc-stripe-cart-checkout-container ul.wc_stripe_cart_payment_methods{list-style:none;margin:0;padding:0}.wc-stripe-cart-checkout-container ul.wc_stripe_cart_payment_methods.active li.wc-stripe-payment-method.or{display:block;margin:15px 0}.wc-stripe-cart-checkout-container ul.wc_stripe_cart_payment_methods.active li.wc-stripe-payment-method p{margin:0}.wc-stripe-cart-checkout-container ul.wc_stripe_cart_payment_methods li.wc-stripe-payment-method{list-style:none}.wc-stripe-cart-checkout-container ul.wc_stripe_cart_payment_methods li.wc-stripe-payment-method.or{display:none}.wc-stripe-cart-checkout-container ul.wc_stripe_cart_payment_methods .wc-stripe-cart-or{margin:1em 0;text-align:center}.wc-stripe-cart-checkout-container ul.wc_stripe_cart_payment_methods li[class*=payment_method_stripe_]:not(:last-child){margin:0 0 1em}.wc-stripe-bnpl-cart-message{margin-top:15px}a[class^=wc-stripe_][class*=-mini-cart]:nth-child(n+1){margin-bottom:10px}a[class^=wc-stripe_][class*=-mini-cart].StripeElement iframe{max-width:calc(100% + 8px)}.wc-block-mini-cart__footer-actions:has(.wc-stripe-mini-cart-express){flex-wrap:wrap}.wc-block-mini-cart__footer-actions .wc-stripe-mini-cart-express{display:flex;flex-direction:column;gap:16px;width:100%}.wc-block-mini-cart__footer-actions .wc-stripe-mini-cart-express a[class^=wc-stripe_][class*=-mini-cart]{margin-bottom:0}:root{--wc-stripe-height-transition-duration:0.35s;--wc-stripe-height-increase-delay:0.02s;--wc-stripe-opacity-enter-duration:0.3s;--wc-stripe-opacity-exit-duration:0.3s;--wc-stripe-saved-token-border-color:#e6e6e6;--wc-stripe-accent-color:#0073e6;--wc-stripe-selected-bg-color:#e8f4fd}