/*
Theme Name: Extendable
Theme URI: https://github.com/extendify/extendable
Author: Extendify
Author URI: https://extendify.com
Description: Extendable is a distinct, dynamic block theme designed as a canvas for your next online venture. Sporting multiple style variations, Extendable is the most expressive block theme yet. Go fresh, bold, bohemian or minimal — with a single click.
Requires at least: 6.6
Tested up to: 6.8
Requires PHP: 7.4
Version: 2.0.30
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: extendable
Tags: one-column, custom-colors, custom-menu, custom-logo, e-commerce, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments

Extendable is a derivative work of the code from the
Twenty Twenty-Two WordPress Theme, which is licensed GPLv2.

Extendable WordPress Theme, (C) 2022 Extendify Inc.
Extendable therefore is also distributed under the terms of the GNU GPL.
*/


/* Fallback for deprecate variables.
---------------------------------------------------------------------------- */
:root {
	--wp--custom--spacing--small: var(--wp--preset--spacing--30, clamp(1.5rem, 5vw, 2rem));
	--wp--custom--spacing--medium: var(--wp--preset--spacing--50, clamp(2.5rem, 8vw, 4rem));
	--wp--custom--spacing--large: var(--wp--preset--spacing--60, clamp(2.5rem, 8vw, 6rem));
	--wp--custom--spacing--outer: max(1.25rem, 4vw);
}

/*
 * Smooth scrolling
 */

 html {
	scroll-behavior: smooth;
  }

/*
 * Font smoothing.
 * This is a niche setting that will not be available via Global Styles.
 * https://github.com/WordPress/gutenberg/issues/35934
 */

body {
	-moz-osx-font-smoothing: var(--wp--custom--typography--font-smoothing--moz, auto);
	-webkit-font-smoothing: var(--wp--custom--typography--font-smoothing--webkit, auto);
}

/*
 * Text and navigation link styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */

a {
	text-decoration-style: var(--wp--custom--elements--link--static--text-decoration-style, solid);
	text-decoration-thickness: var(--wp--custom--elements--link--text-decoration-thickness, 1px);
	text-underline-offset: var(--wp--custom--elements--link--text-underline-offset, 0.25ch);
}

a:hover,
a:focus {
	text-decoration-style: var(--wp--custom--elements--link--interactive--text-decoration-style, dashed);
}

:where(.wp-site-blocks *:focus) {
	outline-width:1px;
	outline-style:solid
}

a:active {
	text-decoration: none;
}

/*
 * Navigation Block
 */

 @media (min-width: 600px) {
    .site-logo-title {
        display:none
    }

	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item, 
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, 
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
		align-items: flex-start !important;
	}
}

 @media (max-width: 600px) {
	.has-modal-open .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item, 
	.has-modal-open .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, 
	.has-modal-open .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
		align-items: flex-start !important;
	}
}

.wp-block-navigation__responsive-container.has-modal-open.is-menu-open .site-logo-title {
    display: flex;
	flex-wrap: nowrap;
	max-width: 100%;
    align-items: center;
    gap: 0.5rem;
    padding-bottom: var(--wp--preset--spacing--30);
    position: relative;
	padding-inline-end: 52px;
}

.wp-block-navigation__responsive-container.has-modal-open.is-menu-open .site-logo-title::after {
    content: "";
    position: absolute;
    left: calc(-1 * var(--wp--preset--spacing--30));
    right: calc(-1 * var(--wp--preset--spacing--30));
    bottom: 0;
    height: 1px;
    background: #8080801d;
}

.wp-block-navigation__responsive-container.has-modal-open.is-menu-open .site-logo-title img {
	max-height: 42px !important;
	height: auto !important;
	width: auto !important;

}

.wp-block-navigation__responsive-container.has-modal-open.is-menu-open .site-logo-title .site-title {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--wp--preset--color--foreground);
	text-transform: uppercase;
    letter-spacing: -0.02em;
    box-sizing: border-box;
    line-height: 1.15;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	padding-top: var(--wp--preset--spacing--30);
}

.has-modal-open .wp-block-navigation__responsive-container-close {
	background-color:var(--wp--preset--color--tertiary);
	padding: 0.625rem;
	border-radius: 100%;
    top: -2.5px !important;
}

.has-modal-open .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
	gap: 0 !important;
	width: 100%;
}

.has-modal-open .wp-block-navrigation__containe, .has-modal-open .wp-block-navigation__container ul {
    row-gap: 0.75rem !important;
    width: -webkit-fill-available;
  	max-width: 100%;
}

.has-modal-open .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content > ul.wp-block-navigation__container > li.wp-block-navigation-item:not(.wp-block-navigation__submenu-container) {
	border-bottom: 1px solid #8080801d;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	width: -webkit-fill-available;
	max-width: 100%;
}

.has-modal-open .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
	padding: 0.75rem 0.75rem 0 0.75rem !important;
    gap: 0.75rem !important;
 }

.has-modal-open .wp-block-navigation__responsive-dialog ul.wp-block-navigation__container > li:not(.wp-block-navigation__submenu-container) > a.wp-block-navigation-item__content {
    font-size: 1.25rem;
	font-weight: 600;
}

.has-modal-open .wp-block-navigation__submenu-container {
   padding-top: 0.75rem !important;
}

.has-modal-open .wp-block-navigation__responsive-dialog ul.wp-block-navigation__container .wp-block-navigation-submenu .wp-block-navigation-item a {
    font-size: 1rem !important;
}

.wp-block-navigation .wp-block-navigation-item a:hover,
.wp-block-navigation .wp-block-navigation-item a:focus {
	text-decoration: underline;
	text-decoration-style: solid;
}

/* Don't display the homepage in the Page List block, when located inside a navigation element. */
nav .wp-block-pages-list__item.wp-block-navigation-item.menu-item-home {
	display: none;
}

/*
 * Responsive menu container padding.
 * This ensures the responsive container inherits the same
 * spacing defined above. This behavior may be built into
 * the Block Editor in the future.
 */

.wp-block-navigation__responsive-container.is-menu-open {
	padding-top: var(--wp--preset--spacing--30);
	padding-bottom: var(--wp--preset--spacing--30);
	padding-right: var(--wp--preset--spacing--30);
	padding-left: var(--wp--preset--spacing--30);
}

/*
 * --------------------------------------------------------
 *  Custom - blocks
 * --------------------------------------------------------
 */

 /* Button
----------------------------------------------------------*/
.wp-element-button {
	transition: background-color 0.15s ease;
}
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background):hover,
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover {
	background-color: rgba(159, 159, 159, 0.2);
}

/* Table
----------------------------------------------------------*/
.wp-block-table.is-style-stripes tbody tr:nth-child(odd){
	background-color: var(--wp--custom--blocks--core-table--variant-stripes--color--background, var(--wp--preset--color--tertiary));
}

/* Template Part Block
----------------------------------------------------------*/

/* Temporary fix until template-part blocks support spacing */

footer.wp-block-template-part:not([style*="margin-top"]) {
	margin-top: 0;
}

/* Quote - 'Plain' variation
----------------------------------------------------------*/
blockquote:is(.is-style-plain) {
	border: none;
	padding-left: 0;
}

/* Search Block
----------------------------------------------------------*/
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
	border-color: var(--wp--custom--elements--input--border--color);
	border-radius: var(--wp--custom--elements--button--border--radius);
	border-width: var(--wp--custom--elements--input--border--width);
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
	border-color: transparent;
}
.wp-block-search .wp-block-search__input {
	border-radius: var(--wp--custom--elements--button--border--radius);
}

/* Image
----------------------------------------------------------*/
.wp-block-image[style*="-radius"]:not([style*="overflow"]) { overflow: hidden }

/*
 * --------------------------------------------------------
 *  Custom - experimental
 * --------------------------------------------------------
 */

.block-editor-block-list__block.wp-block.is-default-size.wp-block-site-logo .components-resizable-box__container,
.wp-block-site-logo.is-default-size img {
    max-height: 42px !important;
    height: auto !important;
    width: auto !important;
}

/* Ensure default logo works well on light and dark backgrounds
----------------------------------------------------------*/
.wp-block-site-logo img[src*="extendify-demo-"],
.wp-block-site-logo img[src*="ext-custom-logo-"] {
	filter: var(--wp--preset--duotone--primary-foreground);
}


/*
 * Remove all animations, transitions and smooth scroll
 * for people that prefer not to see them.
 */
@media (prefers-reduced-motion: reduce) {
	html:focus-within {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

/*
 * Matching caret and focus outline colors.
 */
input, textarea {
	caret-color: inherit;
	outline-color: inherit;
}

/*
 * Matching input with outline button style.
 */
:where(.wp-block-post-comments-form) input:not([type=submit]),
:where(.wp-block-post-comments-form) textarea {
	background-color: var(--wp--preset--color--background);
	color: var(--wp--preset--color--foreground);
	border-color: inherit;
}


/* Homepage slider placeholder
----------------------------------------------------------*/
.extendable-slider {
	margin-top: 0;
	margin-bottom: var(--wp--custom--spacing--large);
}

.extendable-slider__viewport {
	position: relative;
	overflow: hidden;
	border-radius: clamp(0px, 1vw, 24px);
}

.extendable-slider__track {
	display: flex;
	width: 200%;
	animation: extendableHeroSlider 14s infinite;
	animation-timing-function: ease-in-out;
}

.extendable-slider__slide {
	position: relative;
	flex: 0 0 100%;
	min-height: clamp(320px, 65vh, 720px);
}

.extendable-slider__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.extendable-slider__caption {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 0.75rem;
	padding: clamp(1.5rem, 6vw, 4.5rem);
	color: #fff;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.65) 100%);
}

.extendable-slider__caption h2 {
	font-size: clamp(1.75rem, 4vw, 3.5rem);
	max-width: 32ch;
}

.extendable-slider__eyebrow {
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 0.9rem;
	font-weight: 600;
	opacity: 0.85;
	margin: 0;
}

.extendable-slider__link {
	align-self: flex-start;
	color: #000;
	background: #fff;
	padding: 0.85rem 1.75rem;
	border-radius: 999px;
	font-weight: 600;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.extendable-slider__link:hover,
.extendable-slider__link:focus {
	transform: translateY(-2px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

@keyframes extendableHeroSlider {
	0%,
	35% {
		transform: translateX(0%);
	}

	50%,
	85% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(0%);
	}
}

@media (max-width: 781px) {
	.extendable-slider {
		margin-bottom: var(--wp--custom--spacing--medium);
	}

	.extendable-slider__caption {
		padding: clamp(1.25rem, 8vw, 2rem);
	}

	.extendable-slider__link {
		width: fit-content;
	}
}

@media (prefers-reduced-motion: reduce) {
	.extendable-slider__track {
		animation: none;
		transform: translateX(0);
	}
}


/*
 * Woocommerce temporarily customization until the woo blocks offer support
 */

.woocommerce-Tabs-panel--description h2, .woocommerce-Reviews-title {
	font-size: var(--wp--preset--font-size--medium);
}

/* Ensure sale price stands out against the crossed-out regular price */
.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price ins .woocommerce-Price-amount,
.woocommerce div.product p.price ins,
.woocommerce div.product p.price ins .woocommerce-Price-amount,
.woocommerce div.product span.price ins,
.woocommerce div.product span.price ins .woocommerce-Price-amount,
.wp-block-woocommerce-product-price ins .woocommerce-Price-amount,
.wp-block-woocommerce-product-price ins .woocommerce-Price-amount bdi,
.wc-block-grid__product-price ins .woocommerce-Price-amount,
.wc-block-grid__product-price .wc-block-components-product-price__value,
.wc-block-components-product-price .wc-block-components-product-price__value,
.wc-block-components-product-price .wc-block-components-product-price__value.is-discounted {
	font-size: 1.35em !important;
	font-weight: 650;
}

.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price del .woocommerce-Price-amount,
.woocommerce div.product p.price del,
.woocommerce div.product p.price del .woocommerce-Price-amount,
.woocommerce div.product span.price del,
.woocommerce div.product span.price del .woocommerce-Price-amount,
.wp-block-woocommerce-product-price del .woocommerce-Price-amount,
.wp-block-woocommerce-product-price del .woocommerce-Price-amount bdi,
.wc-block-grid__product-price del .woocommerce-Price-amount,
.wc-block-components-product-price .wc-block-components-product-price__regular,
.wc-block-components-product-price .wc-block-components-product-price__regular-price,
.wc-block-components-product-price .wc-block-components-product-price__value del {
	font-size: 0.95em !important;
	font-weight: 500;
	opacity: 0.7;
}

/* Draw a centered strike-through for regular prices */
.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.wp-block-woocommerce-product-price del,
.wc-block-grid__product-price del,
.wc-block-components-product-price .wc-block-components-product-price__regular,
.wc-block-components-product-price .wc-block-components-product-price__regular-price {
	position: relative;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.woocommerce ul.products li.product .price del::after,
.woocommerce div.product p.price del::after,
.woocommerce div.product span.price del::after,
.wp-block-woocommerce-product-price del::after,
.wc-block-grid__product-price del::after,
.wc-block-components-product-price .wc-block-components-product-price__regular::after,
.wc-block-components-product-price .wc-block-components-product-price__regular-price::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 0.08em;
	background: currentColor;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.8;
	pointer-events: none;
}

.wp-block-button.wc-block-components-product-button {
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
	gap: 1rem;
}
.wp-block-button.wc-block-components-product-button a.added_to_cart {
	margin-top: 0;
}

.woocommerce-checkout.woocommerce-page header.wp-block-template-part nav.wp-block-navigation {
	visibility: hidden;
}

/* Quick checkout form
----------------------------------------------------------*/
.extendable-quick-checkout {
	margin-top: var(--wp--preset--spacing--50);
	padding: clamp(1.75rem, 3vw, 3rem);
	border-radius: clamp(1.25rem, 2.5vw, 2rem);
	border: 1px solid rgba(11, 6, 32, 0.12);
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--foreground) 12%, transparent);
	background: linear-gradient(135deg, rgba(22, 91, 122, 0.16), rgba(22, 91, 122, 0.05));
	display: flex;
	flex-direction: column;
	gap: 1rem;
	position: relative;
	overflow: hidden;
	isolation: isolate;
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

.extendable-quick-checkout::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.45), transparent 55%);
	opacity: 0.8;
	z-index: -1;
}

.extendable-quick-checkout__hero {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	align-items: center;
	text-align: center;
}

.extendable-quick-checkout__eyebrow {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	gap: 0.35rem;
	padding: 0.4rem 1rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.9);
	color: var(--wp--preset--color--secondary);
	font-size: 1rem;
	font-weight: 700;
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
}

.extendable-quick-checkout__intro {
	margin: 0;
	color: rgba(11, 6, 32, 0.85);
	color: color-mix(in srgb, var(--wp--preset--color--foreground) 85%, transparent);
	font-size: 1.08rem;
	font-weight: 500;
}

.extendable-quick-checkout__alert {
	background: rgba(255, 87, 34, 0.08);
	border: 1px solid rgba(255, 87, 34, 0.3);
	border-radius: 0.75rem;
	padding: 0.75rem 1rem;
	font-weight: 600;
}

.extendable-quick-checkout__form {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.extendable-quick-checkout__fields {
	display: flex;
	flex-wrap: wrap;
	column-gap: 0.85rem;
	row-gap: 0.75rem;
}

.extendable-quick-checkout__fields .extendable-quick-checkout__field {
	flex: 1 1 73px;
	min-width: 0;
}

.extendable-quick-checkout__field label {
	font-size: 1rem;
	font-weight: 600;
}

.extendable-quick-checkout__options {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 1rem;
	width: 100%;
}

.extendable-quick-checkout__option {
	display: flex;
	align-items: center;
	gap: 1rem;
	cursor: pointer;
	position: relative;
	width: 100%;
}

.extendable-quick-checkout__option input {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.extendable-quick-checkout__option-content {
	border-radius: 1rem;
	border: 1px solid rgba(19, 96, 126, 0.3);
	padding: 0.95rem 1.2rem;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	background-color: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
	width: 100%;
}

.extendable-quick-checkout__indicator {
	visibility: hidden;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 999px;
	/*border: 2px solid rgba(19, 96, 126, 0.35);*/
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.extendable-quick-checkout__indicator::after {
	content: "";
	width: 0.65rem;
	height: 0.65rem;
	border-radius: inherit;
	background: #13607E;
	transform: scale(0);
	transition: transform 0.2s ease;
}

.extendable-quick-checkout__option input:checked ~ .extendable-quick-checkout__option-content {
	border: 3px solid;
	border-color: #13607E;
	box-shadow: 0 15px 35px rgba(19, 96, 126, 0.18);
	transform: translateY(-2px);
}

.extendable-quick-checkout__option input:focus-visible ~ .extendable-quick-checkout__option-content {
	box-shadow: 0 0 0 3px rgba(19, 96, 126, 0.25);
}

.extendable-quick-checkout__option input:checked ~ .extendable-quick-checkout__indicator {
	visibility: hidden
	/*border-color: #13607E;*/
	/*box-shadow: 0 0 0 6px rgba(19, 96, 126, 0.15);*/
}

.extendable-quick-checkout__option input:checked ~ .extendable-quick-checkout__indicator::after {
	transform: scale(1);
}

.extendable-quick-checkout__option-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
}

.extendable-quick-checkout__badge {
	background: rgba(255, 193, 7, 0.2);
	color: #b45300;
	border-radius: 999px;
	padding: 0.15rem 0.65rem;
	font-size: 0.85rem;
	font-weight: 700;
}

.extendable-quick-checkout__option-title {
	font-size: 1.05rem;
	font-weight: 700;
}

.extendable-quick-checkout__option-desc {
	font-size: 0.92rem;
	color: rgba(11, 6, 32, 0.75);
}

.extendable-quick-checkout__option-pricing {
	display: flex;
	align-items: baseline;
	gap: 0.5rem;
	font-size: 1.15rem;
}

.extendable-quick-checkout__price {
	color: var(--wp--preset--color--primary);
	font-size: 1.45rem;
	font-weight: 800;
}

.extendable-quick-checkout__old-price {
	text-decoration: line-through;
	color: rgba(11, 6, 32, 0.6);
	font-weight: 600;
	font-size: 1rem;
}

.extendable-quick-checkout__field input {
	padding: 0.85rem 3rem;
	border-radius: 999px;
	border: 1px solid rgba(11, 6, 32, 0.2);
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--foreground) 20%, transparent);
	background-color: #fff;
	font-size: 1rem;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.extendable-quick-checkout__field input:focus {
	border-color: var(--wp--preset--color--primary);
	box-shadow: 0 0 0 3px rgba(56, 29, 146, 0.15);
}

.extendable-quick-checkout__submit {
	border: none;
	border-radius: 999px;
	padding: 1rem 1.5rem;
	background: linear-gradient(120deg, var(--wp--preset--color--primary), var(--wp--preset--color--secondary));
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	font-family: "Cairo", var(--wp--preset--font-family--body, "Helvetica Neue"), Arial, sans-serif;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	animation: extendableQuickCheckoutNudge 0.5s ease-in-out infinite;
}

.extendable-quick-checkout__submit:hover,
.extendable-quick-checkout__submit:focus {
	transform: translateY(-2px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}

@keyframes extendableQuickCheckoutNudge {
	0%,
	60%,
	100% {
		margin-inline-start: 0;
	}
	30% {
		margin-inline-start: 0.4rem;
	}
}

.extendable-quick-checkout__footer-note {
	margin-top: 0.5rem;
	border-radius: 1rem;
	padding: 0.9rem 1.25rem;
	background: rgba(255, 255, 255, 0.9);
	color: var(--wp--preset--color--secondary);
	font-weight: 700;
	text-align: center;
	box-shadow: inset 0 0 0 1px rgba(28, 10, 99, 0.1);
}

@media (max-width: 600px) {
	.extendable-quick-checkout {
		padding: 1.25rem;
	}

	.extendable-quick-checkout__hero,
	.extendable-quick-checkout__intro {
		text-align: center;
	}

	/* ✅ one column offers on mobile */
	.extendable-quick-checkout__options {
		grid-template-columns: minmax(0, 1fr);
		width: 100%;
	}

	/* ✅ fields stacked */
	.extendable-quick-checkout__fields {
		flex-direction: column;
		gap: 0.75rem;
	}

	.extendable-quick-checkout__option {
		align-items: center;
		flex-direction: row-reverse;
		justify-content: space-between;
	}

	.extendable-quick-checkout__option input {
		margin-top: 0;
		margin-inline-start: 0.75rem;
		align-self: center;
	}

	.extendable-quick-checkout__option-content {
		width: 100%;
	}

	.extendable-quick-checkout__eyebrow {
		margin: 0 auto;
	}
}


/*
 * Adds offset for sticky header overlap
 */

 .sticky-header-offset-container .entry-content > .wp-block-group {
	scroll-margin-top: var(--wp--preset--spacing--60);
}


