/*
Theme Name: flipshirt
Theme URI: 
Author: Christian Unverricht
Author URI: 
Description: 
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: flipshirt
Tags: 
*/

* {
	box-sizing: border-box;
}
html,
body {
	scroll-behavior: smooth;
}
/* break links when too long */
body a {
	word-break: break-word;
}
.is-product-collection-layout-list .wc-block-product:not(:last-child) {
	margin-bottom: 0;
}
.entry-content > .wp-block-group {
	padding-right: var(--wp--style--root--padding-right);
	padding-left: var(--wp--style--root--padding-left);
}
/*Splide SLider Anpassungen*/
.wp-block-cloudcatch-splide-carousel {
	width: 100%;
}
.wp-block-cloudcatch-splide-carousel .wp-block-splide-carousel {
	margin: 0;
}
.wp-block-cloudcatch-splide-carousel .wp-block-splide-carousel .splide__list {
	height: auto;
}
.wp-block-cloudcatch-splide-carousel.wp-block-splide-carousel__container .splide__arrow {
	background: none;
	opacity: 1;
}
.wp-block-cloudcatch-splide-carousel.wp-block-splide-carousel__container .splide__arrow svg {
	fill: var(--wp--preset--color--custom-primary);
	height: 1.6em;
	width: 1.6em;
	transition: scale 0.3s ease-in-out;
	/*stroke: rgba(255, 255, 255, 0.8);
	stroke-width: 2px;*/
}
.wp-block-cloudcatch-splide-carousel.wp-block-splide-carousel__container .splide__arrow:hover svg {
	scale: 1.3;
}
/* WooCommerce Featured Category Block Anpassungen */
.wc-block-featured-category
	.wc-block-featured-category__wrapper
	.background-dim__overlay {
	display: none;
}
.wc-block-featured-category
	.wc-block-featured-category__wrapper
	.wc-block-featured-category__background-image {
	position: relative;
	height: auto;
	width: auto;
}
.wp-block-splide-carousel .splide__pagination {
	bottom: 0.5rem;
	left: 0;
	width: fit-content;
}

.wp-block-splide-carousel__container.visible-slides
	.wp-block-splide-carousel__track.splide__track {
	overflow: visible;
}
.wp-block-splide-carousel__container.visible-slides
	.wp-block-splide-carousel__slide.splide__slide {
	overflow: visible;
}
.wp-block-splide-carousel__container.visible-slides
	.wp-block-splide-carousel__slide.splide__slide
	.fs-card {
	display: flex; /* damit slides alle gleich groß sind - gut für blog */
	transition:  box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out, filter 0.3s ease-in-out,
		transform 0.3s ease-in-out;
	transform: scale(1);
}
.wp-block-splide-carousel__container.visible-slides
	.wp-block-splide-carousel__slide.splide__slide[aria-hidden="true"] {
	pointer-events: none;
}
.wp-block-splide-carousel__container.visible-slides
	.wp-block-splide-carousel__slide.splide__slide[aria-hidden="true"]
	.fs-card {
	opacity: 0.3;
	filter: grayscale(1);
	transform: scale(0.8);
}
/* 
aktuell nicht benutzt

.wc-block-components-product-image__inner-container {
	justify-content: end;
}
.wc-block-components-product-image__inner-container .fs-button {
	border-radius: 100px;
	border: 2px solid;
	box-shadow: 3px 4px 0 0;
}*/
/* suchfeld style anpassen */
.dgwt-wcas-style-pirx
	.dgwt-wcas-sf-wrapp
	input[type="search"].dgwt-wcas-search-input {
	transition: all 0.3s ease-in-out;
}
.dgwt-wcas-suggestions-wrapp {
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
	border-radius: 20px !important;
}

/* Woo Variation Swatches Anpassungen */
.woo-variation-swatches
	.wvs-style-rounded.variable-items-wrapper
	.variable-item:not(.radio-variable-item)
	.variable-item-span {
	font-size: 14px;
	padding: 1px;
}
.is-style-hero-highlight {
	width: fit-content;
	color: transparent;
	font-size: var(--wp--preset--font-size--hero-xxx-large);
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 1.2;
	background-image: linear-gradient(
		90deg,
		hsl(205, 100%, 46%),
		hsl(82, 100%, 46%),
		hsl(53, 100%, 47%),
		hsl(310, 100%, 48%)
	);
	background-size: 200% 200%;
	background-position: 0% 50%;
	background-clip: text;
	/*play once and then hover*/
	animation: moveGradient 3s ease-in-out 1;
	transition: background-position 0.3s ease-in-out;
}
.is-style-hero-highlight.has-text-align-center {
	margin-inline: auto;
}
.is-style-hero-highlight strong {
	font-weight: 600;
}
.is-style-hero-highlight:hover {
	background-position: 100% 50%;
}
@keyframes moveGradient {
	0% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}
button.wp-element-button,
button.single_add_to_cart_button,
#lumise-customize-button {
	background-color: var(--wp--preset--color--custom-primary, #7ac200);

	background-size: 400%;
	box-shadow: 2px 3px 0px 0px var(--wp--preset--color--custom-black, #000);
	color: var(--wp--preset--color--custom-white, #ffffff);
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	text-shadow: rgba(0, 0, 0, 1) -1px 1px 0px, rgba(0, 0, 0, 1) 1px 1px 0px,
		rgba(0, 0, 0, 1) -1px -1px 0px, rgba(0, 0, 0, 1) 1px -1px 0px,
		rgba(0, 0, 0, 1) 1px 1px 3px;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
	width: fit-content;
	border: 1px solid var(--wp--preset--color--custom-black, #000);
	border-radius: 100px;
	padding: 0.6em 1.2em;
}
#lumise-customize-button {
	background-image: linear-gradient(
		90deg,
		hsl(82, 100%, 42%),
		hsl(205, 100%, 45%),
		hsl(53, 100%, 44%),
		hsl(310, 100%, 44%)
	);
}
button.wp-element-button {
	background-color: var(--wp--preset--color--custom-body);
	font-size: 1rem;
}
button.single_add_to_cart_button:is(:hover, :focus),
#lumise-customize-button:is(:hover, :focus) {
	box-shadow: 4px 5px 0px 0px var(--wp--preset--color--custom-black, #000);
	transform: translate3d(-2px, -2px, 0px);
	background-position: 100% 50%;
}
/* override from 1000px wide */
.woocommerce-account .wp-block-post-title,
.woocommerce-account main .woocommerce,
.woocommerce-cart .wp-block-post-title,
.woocommerce-cart main .woocommerce,
.woocommerce-checkout .wp-block-post-title,
.woocommerce-checkout main .woocommerce {
	max-width: var(--wp--style--global--wide-size);
}

.wc-block-components-quantity-selector:has(+ #lumise-customize-button) {
	display: none;
}
.cart_item dt.variation-GreundAnzahl {
	font-weight: 700;
	margin-right: 0.2rem;
	text-transform: uppercase;
}
.cart_item dd.variation-GreundAnzahl strong {
	font-weight: 700;
	margin-right: 0.2rem;
	text-transform: uppercase;
}

.cart_item:has(.variation-GreundAnzahl) .product-quantity {
	visibility: hidden;
}

/* temporäre sachen */
.woocommerce-shipping-calculator {
	display: none !important;
}
