/*
 * !!! It is useless to edit this file,
 * as it's the result of a concatenation process.
 * You need to set WP_ALLOW_MULTISITE to development in order to edit any of the sources files.
 */

/* class--clickable-container.css */

.dw-clickable-container:hover { cursor: pointer }

/* class--contact-button.css */

.dw-contact-button__container {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 999;
}

/* class--home-card.css */

.dw-home-card {
	position: relative;
	display: flex;
	align-items: center;
	gap: var(--wp--preset--spacing--20);
}

.dw-home-card--classic {
	font-weight: 700;
}

.dw-card-home--small {
	max-width: 15rem;
	gap : var(--wp--preset--spacing--20);
}

.dw-home-card p {
	max-width: 20rem;
}

.dw-card-home--small figure {
	min-width: 3rem;
}

.dw-home-card a { text-decoration: none }
.dw-home-card p { margin: 0 }

.dw-card-home__icon-container {
	position: absolute;
	top: var(--wp--preset--spacing--10);
	right: var(--wp--preset--spacing--10);
	margin: 0;
	padding: var(--wp--preset--spacing--10);
}

.dw-home-card strong {
	color: var(--wp--preset--color--primary);
	font-size: var(--wp--preset--font-size--medium-large);
	text-transform: uppercase;
	display: block;
	font-family: var(--wp--preset--font-family--heading);
}

@media screen and (max-width: 960px) {
	.dw-card-home--small { max-width: fit-content !important }
}

/* form--cart.css */

form.woocommerce-cart-form table.shop_table {
	width: 100%;
}

form.woocommerce-cart-form .product-name a {
	font-weight: 700;
	color: var(--wp--preset--color--primary);

	text-transform: uppercase;
	text-decoration: none;
}

/* form--checkout.css */

form.woocommerce-checkout {
	--woocommerce-checkout--gap--central: var(--wp--preset--spacing--40);
}

form.woocommerce-checkout input:not([type=checkbox]):not([type=radio]) { width: calc( 100% - ( var(--wp--preset--spacing--10) * 2 ) ) }

.woocommerce-checkout-payment ul {
	list-style-type: none;
	padding: 0;
}

form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: var(--woocommerce-checkout--gap--central);
}

form.woocommerce-checkout .col-1,
form.woocommerce-checkout .col-2 { margin-bottom: var(--wp--preset--spacing--90) }

form.woocommerce-checkout .form-row {
	flex-basis: calc( 50% - var(--woocommerce-checkout--gap--central) );
}

form.woocommerce-checkout .form-row#billing_address_1_field,
form.woocommerce-checkout .form-row#billing_address_2_field {
	flex-basis: calc( 100% - var(--woocommerce-checkout--gap--central) );
}

.woocommerce-checkout-payment .wc_payment_method { margin-bottom: var(--wp--preset--spacing--20) }

.woocommerce-checkout-payment label {
	color: var(--wp--preset--color--primary);
	font-weight: 800;
	font-size: var(--wp--preset--font-size--x-small	);
	text-transform: uppercase;
}

.woocommerce-checkout-payment label::before { color: var(--wp--preset--color--secondary) }

/* form.css */

/*

Generic form styles
check also assets/css/blocks-overriding/gravityforms/form.css

*/

.wp-block-search .wp-block-search__input {
	box-shadow: none;
}

form {	margin-bottom: var(--wp--preset--spacing--90) }

form p:empty { display: none }

.dw-form__field,
form .form-row,
form .form-row {
	display: flex;
	flex-direction: column;
	gap: var(--wp--preset--spacing--10);
	flex-shrink: 2;
	margin-bottom: var(--wp--preset--spacing--40);
}

.dw-form__label,
.acf-form .acf-label label,
.wp-block-loginout label,
form legend.gfield_label,
form label.gform-field-label,
form label.gfield_label,
form .form-row label,
form .form-row label { font-weight: 700!important }

form .ginput_container_consent label,
form .gfield_radio label { font-weight: 400!important }

form .gfield_radio {
	display: flex;
	flex-direction: row!important;
	flex-wrap: wrap;
	gap: 1rem 2rem!important;
}

form input::file-selector-button {
	background-color: var(--wp--preset--color--primary)!important;
	color: var(--wp--preset--color--base)!important;

	border-radius: var(--wp--custom--border--radius--small)!important;

	text-transform: uppercase!important;
	font-weight: 700!important;
	line-height: var(--wp--preset--font-size--medium)!important;
}

form input::file-selector-button:hover { cursor: pointer }

.form-row.select2 .select2 option[selected],
.form-row.select2 .select2 option:hover {
	background-color: var(--wp--preset--color--primary)!important;
	color: var(--wp--preset--color--contrast)!important;
}

.form-row .select2,
form textarea { inline-size: 100% }

.woocommerce-ordering select,
.dw-form__input,
.acf-form .acf-input input[type="text"],
.acf-form .acf-input input[type="url"],
.acf-form textarea,
.gform-theme input[type=text],
.gform-theme input[type=email],
.gform-theme input[type=url],
.gform-theme input[type=tel],
.gform-theme input[type=number],
.gform-theme input[type=password],
.gform-theme input[type=file],
.gform-theme textarea,
.gform-theme select,
.form-row.select2 .select2,
.wp-block-loginout input:not([type=submit]):not([type=checkbox]),
form .input-text {
	background-color: var(--wp--custom--color--neutral--010);

	border-radius: var(--wp--custom--border--radius--button);
	border: 1px solid var(--wp--custom--color--neutral--020);

	padding: var(--wp--preset--spacing--20)!important;

	font-family: var(--wp--preset--font-family--base)!important;
	font-size: var(--wp--preset--font-size--x-small);

	block-size: auto!important;
	line-height: var(--wp--preset--font-size--x-small);
}

.woocommerce .select2-container--default .select2-selection {
	background-color: var(--wp--custom--color--neutral--010);

	border-radius: var(--wp--custom--border--radius--button);
	border: 1px solid var(--wp--custom--color--neutral--020);

	padding: var(--wp--preset--spacing--20);

	font-family: var(--wp--preset--font-family--base);
	font-size: var(--wp--preset--font-size--x-small);

	height: auto;
	margin: auto;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 1rem!important;
	right: 1rem!important;
	height: 1rem!important;
	width: 1rem!important;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: normal;
	padding: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	padding: var(--wp--preset--spacing--20);
	font-family: var(--wp--preset--font-family--base);
	border: none!important;
	background-color: var(--wp--custom--color--neutral--010);
	border-radius: var(--wp--custom--border--radius--button);
}

.select2-container--default .select2-dropdown {
	border-bottom-left-radius: var(--wp--custom--border--radius--button);
	border-bottom-right-radius: var(--wp--custom--border--radius--button);
}

.select2-container--default .select2-results__option { padding: var(--wp--preset--spacing--20) }
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: var(--wp--preset--color--primary)!important;
	border-radius: var(--wp--custom--border--radius--button);
}

form textarea {
	height: 10rem!important;
	min-block-size: 10rem!important;
}

form fieldset {
	border: 1px solid var(--wp--custom--color--neutral--020);
	border-radius: var(--wp--custom--border--radius--button);
	margin: var(--wp--preset--spacing--40) 0;
	padding: var(--wp--preset--spacing--40) var(--wp--preset--spacing--40) 0 var(--wp--preset--spacing--40);
}

form fieldset legend { padding: 0 var(--wp--preset--spacing--20) 0 0 }

form button[type="submit"]:not(.wp-block-search__button):not(.single_add_to_cart_button) {
	max-width: 20rem;
	margin-top: var(--wp--preset--spacing--60);
}

.acf-form { margin: var(--wp--preset--spacing--40) 0 }

.dw-form__submit,
.acf-form input.acf-button {

	margin-top: var(--wp--preset--spacing--20);
	padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--40);

	border: none;
	border-radius: var(--wp--custom--border--radius--button);

	background-color: var(--wp--preset--color--primary-lighter);
	color: var(--wp--preset--color--primary);

	text-transform: uppercase;
	font-family: var(--wp--preset--font-family--heading);
	font-size: var(--wp--preset--font-size--x-small);
	font-weight: 700;

}

.dw-form__submit:hover,
.acf-form input.acf-button:hover {
	cursor: pointer;
	opacity: .5;
}

.acf-form .acf-field {
	margin: var(--wp--preset--spacing--40) 0 !important;
	border-top-color: transparent !important;
	padding: 0 !important;
}

.acf-fields.-border { border: none !important }

.acf-form .acf-field-group {
	padding: 0!important;
}

.acf-form .acf-input .acf-icon.-globe { display: none }

.acf-form .acf-input .image-wrap {
	aspect-ratio: 1;
	width: 15rem;
	height: 15rem;
}

.acf-form .acf-input .image-wrap img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	overflow: hidden;
	object-fit: cover;
}

.acf-form .acf-input .acf-image-uploader .hide-if-value p {
	font-size: var(--wp--preset--font-size--x-small);
}

.acf-form .acf-field-textarea { padding: 0!important }

.dw-feedback {
	padding: var(--wp--preset--spacing--20);
	font-size: var(--wp--preset--font-size--x-small)!important;
}
.dw-feedback--valid,
.acf-form__feedback {
	background: linear-gradient(90deg, color-mix(in srgb, var(--wp--custom--color--success--025) 50%, transparent) 0%, rgba(0, 0, 0, 0) 100%);
}

.dw-feedback--error {
	background: linear-gradient(90deg, color-mix(in srgb, var(--wp--custom--color--error--025) 50%, transparent) 0%, rgba(0, 0, 0, 0) 100%);
}

.acf-form__feedback {
	padding: var(--wp--preset--spacing--20);
	margin: var(--wp--preset--spacing--40) 0;
}

.dw-form__field--hidden { display: none }

.dw-form--closed { display: none }

/* page--account.css */

.woocommerce-account .woocommerce {
	display: flex;
	flex-direction: row;
	gap: var(--wp--preset--spacing--20);
}

body:not(.logged-in) .woocommerce {
	flex-wrap: wrap;
}

.woocommerce-account #customer_login { width: 100% }

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation { flex-basis: 20rem }
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.woocommerce-account .woocommerce li.is-active {
	font-weight: 700;
	color: var(--wp--preset--color--primary);
	background: linear-gradient(90deg, color-mix(in srgb, var(--wp--preset--color--primary-light) 50%, transparent) 0%, rgba(190, 184, 234, 0.00) 100%);
}

.woocommerce-account .woocommerce li a::before { content: ''!important }

.woocommerce-account .woocommerce li a {
	display: block;
	padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--10);
	text-decoration: none;
	color: var(--wp--preset--color--contrast);
}

.woocommerce-account .woocommerce-MyAccount-content {
	flex-basis: 100%;
	flex-shrink: 2;
	overflow: scroll hidden;
}

.woocommerce-account .woocommerce header.title {
	display: flex;
	flex-direction: row;
	gap: var(--wp--preset--spacing--20);
}

.woocommerce-account .woocommerce .woocommerce-Addresses {
	display: flex;
	flex-direction: column;
	gap: var(--wp--preset--spacing--40);
	margin-top: var(--wp--preset--spacing--40);
}

.woocommerce-account .woocommerce header.title h3 { margin: 0 }

.woocommerce-account .woocommerce header.title .edit {
	display: flex;
	flex-direction: row;
	gap: var(--wp--preset--spacing--10);
	text-indent: initial;
	padding: 0rem;
	margin: 0;
}

.woocommerce-account .woocommerce header.title .edit::before {
	position: static;
	line-height: normal;
}

.woocommerce-account .shop_table { 
	width: max-content;
	max-width: 100%; 
}

.woocommerce-account .shop_table thead tr th {
	font-size: var(--wp--preset--font-size--small);
	padding-bottom: var(--wp--preset--spacing--20);
}

.woocommerce-order-downloads .woocommerce-order-downloads__title,
.woocommerce-customer-details .woocommerce-column__title,
.woocommerce-order-details .woocommerce-order-details__title { font-size: var(--wp--preset--font-size--x-large) }

.woocommerce-account .shop_table .td--ellispsis > span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 15rem;
	display: inline-block;
}

.woocommerce-account .shop_table.woocommerce-table--order-details th { text-align: left }
.woocommerce-account .shop_table.woocommerce-table--order-details th.product-total { text-align: right }
.woocommerce-account .shop_table.woocommerce-table--order-details th,
.woocommerce-account .shop_table.woocommerce-table--order-details tr,
.woocommerce-account .shop_table.woocommerce-table--order-details td {
	border-bottom: 1px solid var(--wp--preset--color--contrast);
}

.woocommerce-account .shop_table:not(.woocommerce-table--order-details) tr:nth-child(odd) td {
	background-color: var(--wp--custom--color--neutral--010);
}

.woocommerce-account .shop_table td p { font-size: 1rem!important }

.woocommerce-account .shop_table td {
	padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--20);
}

.woocommerce-account .shop_table td:last-child { text-align: right }

.woocommerce-account .shop_table td.woocommerce-orders-table__cell-order-actions {
	width: auto;
	display: flex;
	flex-direction: column;
}

.woocommerce-account .shop_table td a { 
	margin-right: .25rem;
	display: inline-block;
	margin-bottom: 10px;
	width: auto; 
}

.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-status {
	max-width: 5rem;
}
.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-total {
	max-width:7rem;
}
.woocommerce-MyAccount-orders .woocommerce-Price-amount.amount {
	display: block;
}
.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions {
	display: flex;
}

.woocommerce-account .woocommerce-MyAccount-content > p:first-of-type {
	margin-bottom: var(--wp--preset--spacing--40);
	font-size: var(--wp--preset--font-size--medium);
	font-weight: 800;
}

.woocommerce-account .wp-block-post-title { font-size: var(--wp--preset--font-size--large) }
.woocommerce-account .woocommerce-notices-wrapper:empty { display: none }

.woocommerce-account #customer_login {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-grow: 2;
	flex-wrap: wrap;
}

.woocommerce-account #customer_login .u-column1, .u-column2 { width: calc(50% - var(--wp--preset--spacing--50)) }

.woocommerce-account .woocommerce-MyAccount-content p { max-width: 30rem }

.woocommerce-account .woocommerce-form-register .input-text,
.woocommerce-account .woocommerce-form-login .input-text {
	inline-size: calc(100% - var(--wp--preset--spacing--50));
}

.dw-event__card-with-options {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.dw-event__options {
	display: flex;
	text-align: end;
	flex-direction: column;
	row-gap: var(--wp--preset--spacing--10);
}

.dw-event__event-with-form {
	margin-bottom: var(--wp--preset--spacing--40);
}

.dw-page-events__shortcuts {
	font-size: var(--wp--preset--font-size--x-small)!important;
}

@media (max-width: 960px) {
	.woocommerce-account .woocommerce {
		flex-wrap: wrap;
	}
	.woocommerce-account #customer_login.u-columns {
		flex-direction: column;
	}
	.woocommerce-account #customer_login .u-column1, .u-column2 {
		width: 100%;
	}
	.woocommerce-account .shop_table thead tr th {
		display:none;
	}
}
@media (max-width: 610px) {
	.woocommerce-account .shop_table td {
		padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--10);
	}
	.woocommerce-account .shop_table td a {
		padding: 14px;
	}
}

/* page--checkout.css */

form.woocommerce-checkout h3 { font-size: var(--wp--preset--font-size--medium-large) }
form.woocommerce-checkout .woocommerce-checkout-review-order-table { width: 100% }
form.woocommerce-checkout .woocommerce-checkout-review-order-table th {
	text-align: left;
	border-bottom: 1px solid var(--wp--preset--color--contrast);
	line-height: var(--wp--preset--font-size--large);
}

#payment .payment_methods > .wc_payment_method > p > label::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\F111";
	margin-right: .5407911001em;
	transition: color,ease,.2s;
	color: var(--wp--preset--color--secondary);
  }

  #payment .payment_methods li.wc_payment_method > input[type="radio"]:first-child:checked ~ p > label::before {
	color: var(--wp--preset--color--primary);
	content: "\F192";
}

#payment .payment_methods li.wc_payment_method > p {
	padding: 1rem;
}

#payment .payment_methods li.wc_payment_method > p > label {
	display: flex;
}

/* page--product.css */

/*
	On product page, there's a form added by WooCommerce, but it doesn't appear in FSE.
	There is probably a filter to avoid that. It would be smarter than display hidden hack.
*/
#secondary { display: none!important }

/* parts--footer.css */

.dw-footer-column-right {
	margin-block-start: var(--wp--preset--spacing--10);
}

.dw-menu-footer-bottom .menu-item:not(:last-child) {
	border-right: 1px solid currentColor;
	padding-right: var(--wp--preset--spacing--30);
}

@media screen and (max-width: 960px) {

	.dw-mobile-footer__banner { justify-content: start!important }

	footer .is-nowrap.is-content-justification-center {
		justify-content: start;
		flex-wrap: wrap;
	}

}

/* parts--header.css */

.dw-header-top {
	text-transform: uppercase;
}

header.wp-block-template-part {
	border-bottom: .25rem solid var(--wp--preset--color--primary);
	position: sticky;
	top: 0;
	z-index: 10;
	background: var(--wp--preset--color--base);
}

@media (max-width: 1440px) {
	header.wp-block-template-part #wp-block-site-logo {
		max-width: 20%;
	}
	header.wp-block-template-part { position: relative }
}

@media (max-width: 960px) {
	.dw-header-content {
		flex-wrap: wrap!important;
	}
}

/* pattern-prod-steps.css */

@media (min-width: 1920px) {
	.dw-prod-steps__container {
		flex-wrap: nowrap!important;
	}
}

@media (max-width: 1920px) {
	.dw-prod-steps__container > div {
		width: 20%;
	}
}

@media (max-width: 1280px) {
	.dw-prod-steps__container > div {
		width: 30%;
	}
}

@media (max-width: 960px) {
	.dw-prod-steps__container > div {
		width: 40%;
	}
}

@media (max-width: 782px) {
	.dw-prod-steps__container > div {
		width: 100%;
	}
}

/* responsive.css */

@media screen and (min-width: 960px){
	body:not(.wp-admin.wp-core-ui) .dw-smartphone--only {
		display: none;
	}
}

@media screen and (max-width: 960px){
	body:not(.wp-admin.wp-core-ui) .dw-smartphone--hidden {
		display: none;
	}
}

/* grui grui 🐖️🐖️🐖️ */

@media screen and (max-width: 1280px) {
	p.is-style-fade.has-medium-small-font-size {
		margin-bottom: 1rem!important;
	}
	h2.is-style-fade.has-medium-humongous-font-size {
		margin-bottom: 5rem;
	}
}

/* root.css */

/*
 * theme.json file doesn't support yet media query
 * so we have tot put the css variables changed by media query here
 */

@media screen and (max-width: 1280px) {
	body {
		/* spaces, margings, etc */
		--wp--style--root--padding-left: var(--wp--preset--spacing--20)!important;
		--wp--style--root--padding-right: var(--wp--preset--spacing--20)!important;

		/* texts */
		--wp--preset--font-size--humongous: 3.5rem!important;
		--wp--preset--font-size--medium-humongous: 3.25rem!important;
		--wp--preset--font-size--xx-large: 3rem!important;
		--wp--preset--font-size--x-large: 2.5rem!important;
		--wp--preset--font-size--large: 2rem!important;
		--wp--preset--font-size--medium-large: 1.5rem!important;
		--wp--preset--font-size--medium: 1rem!important;
		--wp--preset--font-size--medium-small: .9rem!important;
		--wp--preset--font-size--small: .875rem!important;
		--wp--preset--font-size--x-small: .7rem!important;
		--wp--preset--font-size--xx-small: .7rem!important;

	}
}

@media screen and (max-width: 960px) {
	body {

		--wp--style--root--padding-left: var(--wp--preset--spacing--20) !important;
		--wp--style--root--padding-right: var(--wp--preset--spacing--20) !important;

		--wp--custom--width--gutter: var(--wp--preset--spacing--10) !important;
		--wp--custom--width--column: calc( calc( 100% - 3 * var(--wp--custom--width--gutter) ) / 4 ) !important;

		--wp--custom--width--25: var(--wp--custom--width--1) !important;
		--wp--custom--width--33: var(--wp--custom--width--1) !important;
		--wp--custom--width--50: var(--wp--custom--width--2) !important;
		--wp--custom--width--66: var(--wp--custom--width--3) !important;
		--wp--custom--width--75: var(--wp--custom--width--3) !important;

	}
}

/* generic css rules */

.dw-flexshrink--zero { flex-shrink: 0 }

.dw-letter-spacing--zero-one { letter-spacing: 0.1rem }

html {
	scroll-behavior: smooth;
	scroll-padding: 15rem;
	overflow-x: hidden;
}

main { margin: 0 }
strong { font-family: var(--wp--preset--font-family--base) }
section { margin-bottom: var(--wp--preset--spacing--90 ) }

/* states--hover.css */

.card-author .wp-post-image,
.wp-block-dw-book-card .dw-book-card__image,
.collection-card .collection-card__background,
.wp-block-button,
.wp-block-dw-post-formatted .wp-block-dw-post-formatted__figure img,
.dw-contact-button__container,
.dw-clickable-container {
	transition: all var(--wp--custom--timing--regular) ease-in-out;
	transform-origin: center;
}

.card-author:hover .wp-post-image,
.wp-block-dw-book-card:hover .dw-book-card__image,
.wp-block-button:hover,
.dw-contact-button__container:hover,
.dw-clickable-container:not(.collection-card, .wp-block-dw-book-card, .card-author, .wp-block-dw-post-formatted):hover {
	transform: scale(1.05);
}

/* storefront.css */

.storefront-sorting { display: none!important }

@media (min-width: 768px) {
  .col2-set .form-row-first {
    margin-right: 0;
  }
}

table.woocommerce-checkout-review-order-table .product-name {
  width: 60%;
}
table.woocommerce-checkout-review-order-table td {
	padding:0.5em;
}
.wp-block-group.woocommerce {
  margin-top: 0;
}

.single-product .wp-block-post-title {
  margin: 0;
}
.single-product .wp-block-dw-book-authors__link {
  text-transform: capitalize;
}
.single-product.woocommerce .wp-block-woocommerce-product-image-gallery {
   max-width: 416px;
}
.single-product .wp-block-woocommerce-product-image-gallery {
	margin:auto;
}
.single-product .wp-block-group.alignfull {
  left: calc(-50vw + 50%);
  width: 100vw;
  position: relative;
}
.single-product .wp-block-group.alignfull > * {
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
  max-width: 75rem;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: content-box;
}
ul.woocommerce-thankyou-order-details.order_details li {
  padding: 0.1em 1.618em;
}
ul.woocommerce-thankyou-order-details.order_details li strong {
  display: inline-block;
}
.woocommerce-order-received h1.wp-block-woocommerce-legacy-template {
  display: none;
}

.woocommerce form .password-input, .woocommerce-page form .password-input {
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
}
.woocommerce form .password-input input[type=password], .woocommerce-page form .password-input input[type=password] {
padding-right: 2.5rem;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
position: absolute;
right: 0.7em;
top: 1.1em;
cursor: pointer;
}
.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after {
font-family: dashicons;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
content: "\f177";
text-decoration: none;
}

.variations_form .optional,
.wc-block-components-totals-discount__coupon-list-item,
form.cart #dw_bookid_field .optional
{
	display:none;
}



/* sylvie.css */

.edit-link {
  display: none;
}

.yoast-breadcrumbs a {
  color: var(--wp--custom--amalthee--color--primary--082);
  text-decoration: none;
}
.yoast-breadcrumbs a:hover {
  color: var(--wp--custom--amalthee--color--primary--007);
  text-decoration: underline;
}
.breadcrumb_last {
  font-weight: bold;
  color: var(--wp--custom--amalthee--color--primary--007);
}

@media (max-width: 800px) {
  .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* woocommerce--button.css */

.woocommerce-Button,
.woocommerce:not(body) .wp-element-button,
.wc-block-components-button {
	border-radius: var(--wp--custom--border--radius--button);
	border: none;
	box-shadow: none!important;

	font-family: var(--wp--preset--font-family--heading)!important;
	font-weight: 700;
	text-transform: uppercase;

	background-color: var(--wp--preset--color--primary)!important;
	color: var(--wp--preset--color--base)!important;

	padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--40);

	letter-spacing: .1rem;
}

.woocommerce-Button:hover,
.woocommerce:not(body) .wp-element-button:hover,
.wc-block-components-button:hover {
	background-color: var(--wp--preset--color--primary-lighter)!important;
	color: var(--wp--preset--color--primary)!important;
}

.wc-block-components-button svg { fill: var(--wp--preset--color--base) }
.wc-block-components-button:hover svg { fill: var(--wp--preset--color--contrast) }

/* categorie-list.css */

.wp-block-categories-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.wp-block-categories-list li {
    flex: 1 1 calc(25% - 12px);
    min-width: 140px;
    min-height: 56px;
}

.wp-block-categories-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 56px;
    background-color: var(--wp--preset--color--secondary);
    border: 1px solid var(--wp--preset--color--secondary);
    color: #ffffff;
    border-radius: 8px;
    padding: 14px 18px;
    text-decoration: none;
    font-weight: 800;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
    box-shadow: 0 2px 6px rgba(42, 32, 111, 0.15);
    box-sizing: border-box;
}

.wp-block-categories-list li a:hover {
    background-color: #ffffff;
    color: var(--wp--preset--color--secondary);
    border-color: #e1e5e9;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.wp-block-categories-list li a:active {
    transform: translateY(0);
    transition: all 0.1s;
}

.cat-item-1 {
    display: none;
}

.wp-block-categories-list li a.active {
    background-color: #ffffff;
    color: var(--wp--preset--color--secondary);
    border-color: #e1e5e9;
}

@media (max-width: 768px) {
    .wp-block-categories-list li {
        flex: 1 1 calc(50% - 12px);
        min-width: 120px;
    }
}

@media (max-width: 480px) {
    .wp-block-categories-list li {
        flex: 1 1 100%;
        min-width: unset;
        min-height: 50px;
    }
    
    .wp-block-categories-list {
        gap: 10px;
    }
    
    .wp-block-categories-list li a {
        min-height: 50px;
        padding: 12px 16px;
        font-size: 14px;
    }
}