
#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: .35s;
	--wc-stripe-height-increase-delay: .02s;
	--wc-stripe-opacity-enter-duration: .3s;
	--wc-stripe-opacity-exit-duration: .3s;
	--wc-stripe-saved-token-border-color: #e6e6e6;
	--wc-stripe-accent-color: #0073e6;
	--wc-stripe-selected-bg-color: #e8f4fd;
}

.woocommerce img.pswp__img, .woocommerce-page img.pswp__img {
	max-width: none;
}

button.pswp__button {
	box-shadow: none !important;
	background-image: url("https://cdn-ilbadol.nitrocdn.com/rPWeSxgJVGmSvsYbMkMsNZvTbArzAqnF/assets/images/optimized/rev-33831e5/schulte-akkushop.de/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png") !important;
}

button.pswp__button.nitro-lazy {
	background-image: none !important;
}

button.pswp__button, button.pswp__button--arrow--left::before, button.pswp__button--arrow--right::before, button.pswp__button:hover {
	background-color: transparent !important;
}

button.pswp__button--arrow--left, button.pswp__button--arrow--left:hover, button.pswp__button--arrow--right, button.pswp__button--arrow--right:hover {
	background-image: none !important;
}

button.pswp__button--arrow--left.nitro-lazy, button.pswp__button--arrow--left:hover.nitro-lazy, button.pswp__button--arrow--right.nitro-lazy, button.pswp__button--arrow--right:hover.nitro-lazy {
	background-image: none !important;
}

button.pswp__button--close:hover {
	background-position: 0 -44px;
}

button.pswp__button--zoom:hover {
	background-position: -88px 0;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	outline: 0;
}

.pswp * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pswp img {
	max-width: none;
}

.admin-bar .pswp {
	height: calc(100% - var(--wp-admin--admin-bar--height, 0px));
	top: var(--wp-admin--admin-bar--height, 0);
}

.pswp--animate_opacity {
	opacity: .001;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp--open {
	display: block;
}

.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--dragging .pswp__img {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.pswp__container, .pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.pswp__container, .pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
	transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp__bg {
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none;
}

.pswp__container, .pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
}

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
	background: #222;
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0;
}

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #ccc;
}

.pswp__error-msg a {
	color: #ccc;
	text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: 0 0;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: left;
	opacity: .75;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pswp__button:focus, .pswp__button:hover {
	opacity: 1;
}

.pswp__button:active {
	outline: 0;
	opacity: .9;
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.pswp__ui--over-close .pswp__button--close {
	opacity: 1;
}

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	background: url("https://cdn-ilbadol.nitrocdn.com/rPWeSxgJVGmSvsYbMkMsNZvTbArzAqnF/assets/images/optimized/rev-33831e5/schulte-akkushop.de/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png") 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px;
}

@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx) {
	.pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
		background-image: url("https://cdn-ilbadol.nitrocdn.com/rPWeSxgJVGmSvsYbMkMsNZvTbArzAqnF/assets/images/optimized/rev-33831e5/schulte-akkushop.de/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg");
	}
	
	.pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
		background: 0 0;
	}
}

.pswp__button--close {
	background-position: 0 -44px;
}

.pswp__button--share {
	background-position: -44px -44px;
}

.pswp__button--fs {
	display: none;
}

.pswp--supports-fs .pswp__button--fs {
	display: block;
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0;
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
	visibility: hidden;
}

.pswp__button--arrow--left, .pswp__button--arrow--right {
	background: 0 0;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute;
}

.pswp__button--arrow--left {
	left: 0;
}

.pswp__button--arrow--right {
	right: 0;
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	content: "";
	top: 35px;
	background-color: rgba(0, 0, 0, .3);
	height: 30px;
	width: 32px;
	position: absolute;
}

.pswp__button--arrow--left:before {
	left: 6px;
	background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
	right: 6px;
	background-position: -94px -44px;
}

.pswp__counter, .pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__share-modal--hidden {
	display: none;
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #fff;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform .25s;
	transition: transform .25s;
	-webkit-backface-visibility: hidden;
	will-change: transform;
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
}

.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000;
}

.pswp__share-tooltip a:first-child {
	border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
	opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px;
}

a.pswp__share--facebook:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #fff;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
}

a.pswp__share--facebook:hover {
	background: #3e5c9a;
	color: #fff;
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3e5c9a;
}

a.pswp__share--twitter:hover {
	background: #55acee;
	color: #fff;
}

a.pswp__share--pinterest:hover {
	background: #ccc;
	color: #ce272d;
}

a.pswp__share--download:hover {
	background: #ddd;
}

.pswp__counter {
	position: relative;
	left: 0;
	top: 0;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #fff;
	opacity: .75;
	padding: 0 10px;
	margin-inline-end: auto;
}

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px;
}

.pswp__caption small {
	font-size: 11px;
	color: #bbb;
}

.pswp__caption__center {
	text-align: left;
	max-width: 420px;
	margin: 0 auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #ccc;
}

.pswp__caption--empty {
	display: none;
}

.pswp__caption--fake {
	visibility: hidden;
}

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	will-change: opacity;
	direction: ltr;
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px;
}

.pswp__preloader--active {
	opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
	background: url("https://cdn-ilbadol.nitrocdn.com/rPWeSxgJVGmSvsYbMkMsNZvTbArzAqnF/assets/images/optimized/rev-33831e5/schulte-akkushop.de/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif") 0 0 no-repeat;
}

.pswp__preloader--active .pswp__preloader__icn.nitro-lazy {
	background: none !important;
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise .5s linear infinite;
	animation: clockwise .5s linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
	animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
	background: 0 0;
	opacity: .75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: 0 0;
	margin: 0;
}

@media screen and (max-width:1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right;
	}
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}
	
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}
	
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550;
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right, .pswp__caption, .pswp__top-bar {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible;
}

.pswp__caption, .pswp__top-bar {
	background-color: rgba(0, 0, 0, .5);
}

.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
	background-color: rgba(0, 0, 0, .3);
}

.pswp__ui--idle .pswp__top-bar {
	opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0;
}

.pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__top-bar {
	opacity: .001;
}

.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
	display: none;
}

.pswp__element--disabled {
	display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
	background: 0 0;
}
