
.payment-methods--logos>div {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
}

.payment-methods--logos>div img {
	width: 37px;
	height: 24px;
	margin-right: 4px;
	flex-shrink: 1;
	min-width: 0;
	max-width: 100%;
}

.payment-methods--logos-count {
	width: 38px;
	height: 24px;
	background-color: rgba(117, 117, 117, .1);
	color: #1e1e1e;
	text-align: center;
	line-height: 24px;
	border-radius: 3px;
	font-size: 11px;
	font-weight: 600;
	white-space: nowrap;
	flex-shrink: 1;
	text-overflow: ellipsis;
	overflow: hidden;
}

.logo-popover {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 8px;
	box-sizing: border-box;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	display: grid;
	gap: 8px;
	justify-content: center;
	cursor: pointer;
	width: fit-content;
}

.logo-popover>img {
	width: 38px;
	height: 24px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
}

#payment .payment_method_woocommerce_payments .woocommerce-error {
	margin: 1rem 0;
}

.js-woopayments-copy-test-number {
	line-height: 1.2em;
	vertical-align: middle;
	border-radius: 0;
	border: none !important;
	background-color: transparent !important;
	font-weight: 400;
	display: inline-flex;
	cursor: pointer;
	color: inherit !important;
	font-size: initial;
	padding: 2px 1px !important;
	align-items: center;
	box-shadow: none !important;
}

.js-woopayments-copy-test-number span {
	margin-right: 4px;
}

.js-woopayments-copy-test-number i {
	order: 1;
	display: block;
	width: 1.2em;
	height: 1.2em;
	mask-image: url("https://cdn-ilamdab.nitrocdn.com/vdphpPAdaAuDFxedNdsVQHceotnBKbAn/assets/images/optimized/rev-27ca1a4/rivierafragrance.com/wp-content/plugins/woocommerce-payments/assets/images/icons/1ba4d33d6be4c3a6ee91ccbfde867d2f.copy.svg");
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	background-color: currentColor;
}

.js-woopayments-copy-test-number:hover {
	background-color: rgba(255, 255, 255, 0);
	opacity: .7;
}

.js-woopayments-copy-test-number:hover i {
	opacity: .7;
}

.js-woopayments-copy-test-number:active i {
	transform: scale(.9);
}

.js-woopayments-copy-test-number:focus {
	outline: none;
}

.js-woopayments-copy-test-number.state--success i {
	mask-image: url("https://cdn-ilamdab.nitrocdn.com/vdphpPAdaAuDFxedNdsVQHceotnBKbAn/assets/images/optimized/rev-27ca1a4/rivierafragrance.com/wp-content/plugins/woocommerce-payments/assets/images/icons/32372c05a31680f33e8fca8daafcde2c.check-green.svg");
}

.wcpay-payment-element {
	margin-bottom: 2rem;
}

#express-payment-method-woopay {
	width: 100%;
}

.wc-block-components-main .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__content>:last-child {
	padding: 0;
}

#contact-fields {
	padding-bottom: 1.5em;
}

.wc-block-components-text-input button.wcpay-stripelink-modal-trigger {
	top: 50%;
	transform: translateY(-50%);
}

button.wcpay-stripelink-modal-trigger {
	display: none;
	position: absolute;
	right: 5px;
	width: 64px;
	height: 40px;
	background: no-repeat url("https://cdn-ilamdab.nitrocdn.com/vdphpPAdaAuDFxedNdsVQHceotnBKbAn/assets/images/optimized/rev-27ca1a4/rivierafragrance.com/wp-content/plugins/woocommerce-payments/assets/images/payment-methods/684b3825f866cddd25e656387e2e235c.link.svg");
	background-color: rgba(255, 255, 255, 0);
	cursor: pointer;
	border: none;
}

button.wcpay-stripelink-modal-trigger.nitro-lazy {
	background-image: none !important;
}

button.wcpay-stripelink-modal-trigger:hover {
	background-color: rgba(255, 255, 255, 0);
	border-color: rgba(255, 255, 255, 0);
}

.wc-block-checkout__payment-method input:checked~div .wc-block-components-radio-control__label>.payment-method-label .test-mode.badge {
	display: inline-block;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__label {
	width: 100%;
	display: block !important;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__label>.payment-method-label {
	display: grid !important;
	justify-content: normal !important;
	grid-template-columns: max-content auto;
	grid-template-areas: "label badge logos";
	align-items: center;
	gap: 8px;
	width: 100%;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__label>.payment-method-label>.payment-method-label__label {
	grid-area: label;
	width: 100%;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__label>.payment-method-label>.payment-methods--logos {
	grid-area: logos;
	justify-self: end;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__label>.payment-method-label>.test-mode.badge {
	grid-area: badge;
	background-color: #fff2d7;
	border-radius: 4px;
	padding: 4px 6px;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	color: #4d3716;
	justify-self: start;
	width: max-content;
	display: none;
}

#remember-me h2 {
	font-size: 18px;
	font-weight: 600;
	line-height: 21.6px;
	letter-spacing: -.01em;
}

#payment-method #radio-control-wc-payment-method-options-woocommerce_payments_affirm__label img {
	min-width: 50px;
}

#payment-method #radio-control-wc-payment-method-options-woocommerce_payments_afterpay_clearpay__label img {
	min-width: 64px;
}

#wcpay-woopay-button .woopay-express-button {
	font-size: 18px;
	font-weight: 500;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
	letter-spacing: .8px;
	height: 40px;
	width: 100%;
	background: #fff;
	border-radius: 4px;
	border: none;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	text-transform: none;
	list-style-type: none;
	min-height: auto;
}

#wcpay-woopay-button .woopay-express-button .button-content {
	display: flex;
	align-content: center;
	justify-content: center;
	transform: scale(.9);
}

#wcpay-woopay-button .woopay-express-button:not(:disabled):focus, #wcpay-woopay-button .woopay-express-button:not(:disabled):focus-within {
	outline: 4px solid #d1c1ff;
}

#wcpay-woopay-button .woopay-express-button:not(:disabled):hover {
	cursor: pointer;
}

#wcpay-woopay-button .woopay-express-button:disabled {
	opacity: .5;
	cursor: not-allowed;
}

#wcpay-woopay-button .woopay-express-button.is-loading, #wcpay-woopay-button .woopay-express-button.is-loading:hover, #wcpay-woopay-button .woopay-express-button.is-loading:disabled {
	opacity: 1 !important;
}

#wcpay-woopay-button .woopay-express-button svg {
	fill: #6108ce;
	width: 99px;
}

#wcpay-woopay-button .woopay-express-button[data-type=buy], #wcpay-woopay-button .woopay-express-button[data-type=book], #wcpay-woopay-button .woopay-express-button[data-type=donate] {
	min-width: 200px;
}

#wcpay-woopay-button .woopay-express-button[data-type=buy] svg, #wcpay-woopay-button .woopay-express-button[data-type=book] svg, #wcpay-woopay-button .woopay-express-button[data-type=donate] svg {
	margin-left: 5px;
}

#wcpay-woopay-button .woopay-express-button[data-theme=dark] {
	background: #873eff;
	color: #fff;
	border-color: #873eff;
}

#wcpay-woopay-button .woopay-express-button[data-theme=dark] svg {
	fill: #fff;
}

#wcpay-woopay-button .woopay-express-button[data-theme=dark]:not(:disabled):hover {
	border-color: #a77eff;
	background: #a77eff;
}

#wcpay-woopay-button .woopay-express-button[data-theme=light-outline] {
	border: 1px solid #000;
}

#wcpay-woopay-button .woopay-express-button[data-theme=light-outline]:not(:disabled):hover {
	background: #e0e0e0;
}

#wcpay-woopay-button .woopay-express-button[data-size=medium] {
	height: 48px;
}

#wcpay-woopay-button .woopay-express-button[data-size=medium][data-type=buy], #wcpay-woopay-button .woopay-express-button[data-size=medium][data-type=book], #wcpay-woopay-button .woopay-express-button[data-size=medium][data-type=donate] {
	min-width: 229px;
}

#wcpay-woopay-button .woopay-express-button[data-size=medium] .button-content {
	transform: scale(1);
}

#wcpay-woopay-button .woopay-express-button[data-size=large] {
	height: 55px;
}

#wcpay-woopay-button .woopay-express-button[data-size=large][data-type=buy], #wcpay-woopay-button .woopay-express-button[data-size=large][data-type=book], #wcpay-woopay-button .woopay-express-button[data-size=large][data-type=donate] {
	min-width: 229px;
}

#wcpay-woopay-button .woopay-express-button[data-size=large] .button-content {
	transform: scale(1.1);
}

@media screen and (min-width:785px)and (max-width:850px) {
	#wcpay-woopay-button .woopay-express-button[data-size=large] {
		font-size: 22px;
	}
}

#contact_details {
	float: none;
}

#contact_details+#customer_details {
	display: block;
}

#contact-fields .wc-block-components-text-input, #contact-fields .woocommerce-input-wrapper, .woopay-billing-email .wc-block-components-text-input, .woopay-billing-email .woocommerce-input-wrapper {
	display: inline-block;
	position: relative;
	width: 100%;
}

#contact-fields .wc-block-components-text-input .wc-block-components-spinner, #contact-fields .woocommerce-input-wrapper .wc-block-components-spinner, .woopay-billing-email .wc-block-components-text-input .wc-block-components-spinner, .woopay-billing-email .woocommerce-input-wrapper .wc-block-components-spinner {
	right: 10px;
	width: 24px;
}

.wc-block-components-address-form__email {
	position: relative;
}

.wc-block-components-address-form__email .wc-block-components-spinner {
	top: 50%;
	left: auto;
	right: 10px;
	width: 24px;
	height: 24px;
	transform: translateY(-50%);
}

.woopay-login-session-iframe {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 355000;
	border: 0;
	background: #fff;
	visibility: hidden;
}

.woopay-login-session-iframe.open {
	transition: top 500ms;
	visibility: visible;
}

@media screen and (min-width:768px) {
	.woopay-login-session-iframe-wrapper {
		position: fixed;
		background: rgba(117, 117, 117, .6);
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		content: " ";
		display: block;
		z-index: 355000;
	}
	
	.woopay-login-session-iframe-wrapper .woopay-login-session-iframe {
		transition: none;
		height: 90vh;
		max-height: 520px;
		position: absolute;
		max-width: 374px;
		border-radius: 8px;
	}
}

.woopay-otp-iframe {
	transition: top 500ms;
	width: 100%;
	height: 100dvh;
	position: fixed;
	top: 100%;
	left: 0;
	z-index: 355000;
	border: 0;
	background: #fff;
}

.woopay-otp-iframe.open {
	top: 0;
}

.woopay-otp-iframe-wrapper .arrow {
	position: fixed;
	top: 100%;
}

@media screen and (min-width:768px) {
	.woopay-otp-iframe-wrapper {
		position: fixed;
		background: rgba(117, 117, 117, .6);
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		content: " ";
		display: block;
		z-index: 355000;
	}
	
	.woopay-otp-iframe-wrapper .woopay-otp-iframe {
		transition: none;
		height: 90vh;
		max-height: 650px;
		position: absolute;
		max-width: 374px;
		border-radius: 8px;
		right: 50px;
		left: auto;
	}
	
	.woopay-otp-iframe-wrapper .arrow {
		position: absolute;
		right: 7.5px;
		background: rgba(255, 255, 255, 0);
		width: 0;
		height: 0;
		z-index: 355001;
		border-top: 15px solid rgba(255, 255, 255, 0);
		border-bottom: 15px solid rgba(255, 255, 255, 0);
		border-right: 15px solid #fff;
	}
}

@keyframes spinner__animation {
	0% {
		animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.wc-block-components-spinner {
	position: absolute;
	width: 100%;
	height: 100%;
	color: inherit;
	box-sizing: content-box;
	text-align: center;
	font-size: 1.25em;
	top: initial;
	left: initial;
}

.wc-block-components-spinner::after {
	content: " ";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -.5em 0 0 -.5em;
	width: 1em;
	height: 1em;
	box-sizing: border-box;
	transform-origin: 50% 50%;
	transform: translateZ(0) scale(.5);
	backface-visibility: hidden;
	border-radius: 50%;
	border: .2em solid currentColor;
	border-left-color: rgba(255, 255, 255, 0);
	animation: spinner__animation 1s infinite linear;
}

.is-loadable-placeholder {
	animation: loading-fade 1.6s ease-in-out infinite;
	background-color: #e2e4e7;
	color: rgba(255, 255, 255, 0);
	display: inline-block;
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loadable-placeholder {
		animation: none;
	}
}

.is-loadable-placeholder.is-inline {
	display: inline;
}

.is-loadable-placeholder.is-block {
	display: block;
	margin-top: 1em;
}

.is-loadable-placeholder.is-block:first-child {
	margin-top: 0;
}

.is-loadable-placeholder.is-block p {
	margin: 0;
}

.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li {
	padding-bottom: 12px !important;
}

.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li:last-child {
	padding-bottom: 0 !important;
}

.wc-block-components-express-payment-continue-rule--cart {
	margin: 24px 0 !important;
	height: 20px;
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li {
	margin-left: 1px !important;
	width: 99% !important;
}

@supports not (-webkit-appearance:-apple-pay-button) {
	#express-payment-method-woocommerce_payments_express_checkout_applePay:has(#express-checkout-button-preview-applePay) {
		display: none;
	}
}

.is-loadable-placeholder {
	animation: loading-fade 1.6s ease-in-out infinite;
	background-color: #e2e4e7;
	color: rgba(255, 255, 255, 0);
	display: inline-block;
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loadable-placeholder {
		animation: none;
	}
}

.is-loadable-placeholder.is-inline {
	display: inline;
}

.is-loadable-placeholder.is-block {
	display: block;
	margin-top: 1em;
}

.is-loadable-placeholder.is-block:first-child {
	margin-top: 0;
}

.is-loadable-placeholder.is-block p {
	margin: 0;
}

body.wc-block-product-gallery-modal-open, body.wc-modal--open {
	overflow: hidden;
}

.wc-block-grid__products .wc-block-grid__product-image {
	display: block;
	position: relative;
	text-decoration: none;
}

.wc-block-grid__products .wc-block-grid__product-image a {
	border: 0;
	box-shadow: none;
	outline: 0;
	text-decoration: none;
}

.wc-block-grid__products .wc-block-grid__product-image img {
	height: auto;
	max-width: 100%;
	width: 100%;
}

.wc-block-grid__products .wc-block-grid__product-image img[hidden] {
	display: none;
}

.wc-block-grid__products .wc-block-grid__product-image img[alt=""] {
	border: 1px solid #f2f2f2;
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title, .editor-styles-wrapper .wc-block-grid__product-title, .wc-block-grid__product-title {
	color: inherit;
	display: block;
	font-family: inherit;
	font-size: inherit;
	font-weight: 700;
	line-height: 1.2;
	padding: 0;
}

.wc-block-grid__product-price {
	display: block;
}

.wc-block-grid__product-price .wc-block-grid__product-price__regular {
	margin-right: .5em;
}

.wc-block-grid__product-add-to-cart.wp-block-button {
	white-space: normal;
	word-break: break-word;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	display: inline-flex;
	font-size: 1em;
	justify-content: center;
	text-align: center;
	white-space: normal;
	word-break: break-word;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading {
	opacity: .25;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after {
	content: "";
	display: inline-block;
	font-family: WooCommerce;
	height: auto;
	margin-left: .5em;
	width: auto;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
	animation: spin 2s linear infinite;
	content: "";
	display: inline-block;
	font-family: WooCommerce;
	height: auto;
	margin-left: .5em;
	width: auto;
}

.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after {
	content: "";
	margin: 0;
}

.wc-block-grid__product-rating, .wp-block-woocommerce-product-review-rating {
	display: block;
}

.wc-block-grid__product-rating .star-rating, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars, .wc-block-grid__product-rating .wc-block-product-review-rating__stars, .wp-block-woocommerce-product-review-rating .star-rating, .wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars, .wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars {
	font-family: WooCommerce;
	font-size: 1em;
	font-weight: 400;
	height: 1.618em;
	line-height: 1.618;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 5.3em;
}

.wc-block-grid__product-rating .star-rating:before, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before, .wc-block-grid__product-rating .wc-block-product-review-rating__stars:before, .wp-block-woocommerce-product-review-rating .star-rating:before, .wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars:before, .wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars:before {
	content: "SSSSS";
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap;
}

.wc-block-grid__product-rating .star-rating span, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span, .wc-block-grid__product-rating .wc-block-product-review-rating__stars span, .wp-block-woocommerce-product-review-rating .star-rating span, .wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span, .wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span {
	left: 0;
	overflow: hidden;
	padding-top: 1.5em;
	position: absolute;
	right: 0;
	top: 0;
}

.wc-block-grid__product-rating .star-rating span:before, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before, .wc-block-grid__product-rating .wc-block-product-review-rating__stars span:before, .wp-block-woocommerce-product-review-rating .star-rating span:before, .wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span:before, .wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span:before {
	color: inherit;
	content: "SSSSS";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap;
}

.wc-block-grid .wc-block-grid__product-onsale, .wc-block-grid__product-image .wc-block-grid__product-onsale {
	background: #fff;
	border: 1px solid #43454b;
	border-radius: 4px;
	color: #43454b;
	display: inline-block;
	font-size: .875em;
	font-weight: 600;
	left: auto;
	padding: .25em .75em;
	position: absolute;
	right: 4px;
	text-align: center;
	text-transform: uppercase;
	top: 4px;
	width: auto;
	z-index: 9;
}

.wc-block-grid__product .wc-block-grid__product-image, .wc-block-grid__product .wc-block-grid__product-link {
	display: inline-block;
	position: relative;
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image), .wc-block-grid__product .wc-block-grid__product-title {
	margin: 0 0 12px;
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart, .wc-block-grid__product .wc-block-grid__product-onsale, .wc-block-grid__product .wc-block-grid__product-price, .wc-block-grid__product .wc-block-grid__product-rating {
	margin: 0 auto 12px;
}

.theme-twentysixteen .wc-block-grid .price ins {
	color: #77a464;
}

.theme-twentynineteen .wc-block-grid__product {
	font-size: .88889em;
}

.theme-twentynineteen .wc-block-components-product-sale-badge, .theme-twentynineteen .wc-block-components-product-title, .theme-twentynineteen .wc-block-grid__product-onsale, .theme-twentynineteen .wc-block-grid__product-title {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.theme-twentynineteen .wc-block-grid__product-title:before {
	display: none;
}

.theme-twentynineteen .wc-block-components-product-sale-badge, .theme-twentynineteen .wc-block-grid__product-onsale {
	line-height: 1;
}

.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color) {
	color: #fff;
}

.theme-twentytwenty .wc-block-grid__product-link {
	color: #000;
}

.theme-twentytwenty .wc-block-components-product-title, .theme-twentytwenty .wc-block-grid__product-title {
	color: #cd2653;
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
	font-size: 1em;
}

.theme-twentytwenty .wp-block-columns .wc-block-components-product-title {
	margin-top: 0;
}

.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount, .theme-twentytwenty .wc-block-components-product-price__value, .theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount, .theme-twentytwenty .wc-block-grid__product-price__value {
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
	font-size: .9em;
}

.theme-twentytwenty .wc-block-components-product-price del, .theme-twentytwenty .wc-block-grid__product-price del {
	opacity: .5;
}

.theme-twentytwenty .wc-block-components-product-price ins, .theme-twentytwenty .wc-block-grid__product-price ins {
	text-decoration: none;
}

.theme-twentytwenty .star-rating, .theme-twentytwenty .wc-block-grid__product-rating {
	font-size: .7em;
}

.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars, .theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars, .theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars, .theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
	line-height: 1;
}

.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link, .theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link {
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
}

.theme-twentytwenty .wc-block-components-product-sale-badge, .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
	background: #cd2653;
	color: #fff;
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.2;
	text-transform: uppercase;
}

.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge {
	position: static;
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge {
	position: absolute;
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge) {
	position: absolute;
	right: 4px;
	top: 4px;
	z-index: 1;
}

.theme-twentytwenty .wc-block-active-filters__title, .theme-twentytwenty .wc-block-attribute-filter__title, .theme-twentytwenty .wc-block-price-filter__title, .theme-twentytwenty .wc-block-stock-filter__title {
	font-size: 1em;
}

.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all, .theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	font-size: .75em;
}

@media only screen and (min-width:768px) {
	.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
		font-size: .875em;
		padding: .5em;
	}
}

@media only screen and (min-width:1168px) {
	.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
		font-size: .875em;
		padding: .5em;
	}
}

.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart {
	display: block;
	margin-top: 12px;
}

.theme-twentytwentytwo .wc-block-components-product-price ins, .theme-twentytwentytwo .wc-block-grid__product-price ins {
	text-decoration: none;
}

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

.screen-reader-text:focus {
	clip: auto !important;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip-path: none;
	color: #2b2d2f;
	display: block;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.wp-block-group.woocommerce.product .up-sells.upsells.products {
	max-width: var(--wp--style--global--wide-size);
}

.wc-block-components-notice-banner {
	align-content: flex-start;
	align-items: stretch;
	background-color: #fff;
	border: 1px solid #2f2f2f;
	border-radius: 4px;
	box-sizing: border-box;
	color: #2f2f2f;
	display: flex;
	font-size: .875em;
	font-weight: 400;
	gap: 12px;
	line-height: 1.5;
	margin: 16px 0;
	padding: 16px !important;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content {
	align-self: center;
	flex-basis: 100%;
	padding-right: 16px;
	white-space: normal;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child {
	padding-right: 0;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary {
	font-weight: 600;
	margin: 0 0 8px;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol, .wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul {
	margin: 0 0 0 24px;
	padding: 0;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after, .wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after {
	clear: both;
	content: "";
	display: block;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
	appearance: none;
	background: transparent !important;
	border: 0;
	color: #2f2f2f !important;
	float: right;
	margin: 0;
	opacity: .7;
	padding: 0 !important;
	text-decoration-line: underline;
	text-underline-position: under;
	transition: all .2s ease-in-out;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active, .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus, .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover {
	opacity: 1;
	text-decoration: none;
}

.wc-block-components-notice-banner>svg {
	fill: #fff;
	background-color: #2f2f2f;
	border-radius: 50%;
	flex-grow: 0;
	flex-shrink: 0;
	height: 100%;
	padding: 2px;
}

.wc-block-components-notice-banner>.wc-block-components-button {
	background: rgba(255, 255, 255, 0) none !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #2f2f2f !important;
	flex: 0 0 16px;
	height: 16px !important;
	margin: 6px 0 0 auto !important;
	min-height: auto !important;
	min-width: 0 !important;
	opacity: .6;
	outline: none !important;
	padding: 0 !important;
	width: 16px !important;
}

.wc-block-components-notice-banner>.wc-block-components-button>svg {
	margin: 0 !important;
}

.wc-block-components-notice-banner>.wc-block-components-button:active, .wc-block-components-notice-banner>.wc-block-components-button:focus, .wc-block-components-notice-banner>.wc-block-components-button:hover {
	opacity: 1;
}

.wc-block-components-notice-banner>.wc-block-components-button:focus {
	outline: 2px solid currentColor !important;
	outline-offset: 0;
}

.wc-block-components-notice-banner.is-error {
	background-color: #fff0f0;
	border-color: #cc1818;
}

.wc-block-components-notice-banner.is-error>svg {
	background-color: #cc1818;
	transform: rotate(180deg);
}

.wc-block-components-notice-banner.is-warning {
	background-color: #fffbf4;
	border-color: #f0b849;
}

.wc-block-components-notice-banner.is-warning>svg {
	background-color: #f0b849;
	transform: rotate(180deg);
}

.wc-block-components-notice-banner.is-success {
	background-color: #f4fff7;
	border-color: #4ab866;
}

.wc-block-components-notice-banner.is-success>svg {
	background-color: #4ab866;
}

.wc-block-components-notice-banner.is-info {
	background-color: #f4f8ff;
	border-color: #007cba;
}

.wc-block-components-notice-banner.is-info>svg {
	background-color: #007cba;
}

.wc-block-components-notice-banner:focus {
	outline-width: 0;
}

.wc-block-components-notice-banner:focus-visible {
	outline-style: solid;
	outline-width: 2px;
}

.woocommerce.wc-block-store-notices.alignwide {
	max-width: var(--wp--style--global--wide-size);
}
