/**
Theme Name: Astra
Theme URI: https://wpastra.com/
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Version: 4.13.11
Requires at least: 5.3
WC requires at least: 3.0
WC tested up to: 11.1.0
Tested up to: 7.1
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra
Domain Path: /languages
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
AMP: true

Astra WordPress Theme, Copyright 2020 WPAstra.
Astra is distributed under the terms of the GNU GPL.

Astra is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of.
Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/

Astra icon font is based on IcoMoon-Free vector icon by Keyamoon.
IcoMoon-Free vector icon distributed under terms of CC BY 4.0 or GPL. (https://creativecommons.org/licenses/by/4.0/ or https://www.gnu.org/licenses/gpl.html)
Source: http://keyamoon.com/

Flexibility is a JavaScript polyfill for Flexbox By Jonathan Neal, 10up. (https://github.com/jonathantneal/flexibility)
Licensed under MIT ( https://github.com/jonathantneal/flexibility/blob/master/LICENSE.md )

Screenshot image is a collage of actual sites created using the Astra WordPress Theme.

Icons used in the Screenshot image are all licensed under Creative Commons ( CC BY 4.0 ) License ( https://fontawesome.com/license/free )
https://fontawesome.com/v5.15/icons/store?style=solid
https://fontawesome.com/v5.15/icons/shopping-cart?style=solid
https://fontawesome.com/v5.15/icons/pen-square?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid

Illustrations used in the Screenshot images are all licensed under Creative Commons ( CC0 ) License ( https://gumroad.com/l/humaaans )
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/standing-24.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/sitting-2.png

Hand-drawn illustrations used are created by Brainstorm Force and released under Creative Commons ( CC0 ) License.
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/girl-with-image-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/boy-with-code-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/web-browser.png

The same site as screenshot can be imported from here https://websitedemos.net/web-design-agency-08/.

For more information, refer to this document on how to create a page like in the screenshot - https://wpastra.com/docs/replicating-the-screenshot/.

Astra default breadcrumb is based on Breadcrumb Trail by Justin Tadlock. (https://github.com/justintadlock/breadcrumb-trail)
Breadcrumb Trail is distributed under the terms of the GNU GPL v2 or later.

Astra local fonts feature is based on Webfonts Loader by WordPress Themes Team (WPTT). (https://github.com/WPTT/webfont-loader)
Licensed under MIT ( https://github.com/WPTT/webfont-loader/blob/master/LICENSE )

/* Note: The CSS files are loaded from assets/css/ folder. */

/* Rosie & Paws: refined blush atelier */
:root {
	--rp-ink: #3d2730;
	--rp-berry: #774553;
	--rp-rose: #d9a9b2;
	--rp-blush: #f1d9dc;
	--rp-cream: #fffaf6;
	--rp-taupe: #9b8582;
}

body.woocommerce-shop {
	background: var(--rp-cream);
	color: var(--rp-ink);
	font-family: "Avenir Next", Avenir, "Gill Sans", sans-serif;
}

/* Preserve Astra's vertical document flow inside the draft preview. */
body #page {
	display: flex !important;
	width: 100% !important;
	min-height: 100vh;
	flex-direction: column !important;
	align-items: stretch !important;
}

body #page > #masthead,
body #page > #content,
body #page > .site-footer {
	width: 100% !important;
	max-width: none !important;
	flex: 0 0 auto !important;
}

body #page > #content {
	flex-grow: 1 !important;
}

body.woocommerce-shop #masthead {
	border-bottom: 1px solid rgba(119, 69, 83, 0.14);
	background: rgba(255, 250, 246, 0.94);
}

body.woocommerce-shop .site-title,
body.woocommerce-shop .entry-title,
body.woocommerce-shop .woocommerce-loop-product__title {
	font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
	color: var(--rp-ink);
}

body.woocommerce-shop .main-header-menu a,
body.woocommerce-shop .site-title a {
	color: var(--rp-ink);
}

body.woocommerce-shop .main-header-menu a:hover,
body.woocommerce-shop .main-header-menu .current-menu-item > a {
	color: var(--rp-berry);
}

body.woocommerce-shop .site-content {
	background: var(--rp-cream);
}

body.woocommerce-shop .ast-woocommerce-container {
	padding-top: clamp(3rem, 7vw, 6rem);
	padding-bottom: clamp(4rem, 8vw, 7rem);
}

body.woocommerce-shop ul.products li.product {
	padding: 1.1rem;
	border: 1px solid rgba(119, 69, 83, 0.12);
	border-radius: 1.25rem;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 20px 55px rgba(61, 39, 48, 0.07);
}

body.woocommerce-shop ul.products li.product img {
	border-radius: 0.85rem;
}

body.woocommerce-shop ul.products li.product .button {
	border-radius: 999px;
	background: var(--rp-berry);
	color: var(--rp-cream);
}

body.woocommerce-shop .site-footer {
	border-top: 1px solid rgba(119, 69, 83, 0.14);
	background: #f5e4e5;
	color: var(--rp-ink);
}

body.woocommerce-shop .ast-primary-header-bar {
	min-height: 92px;
	background: rgba(255, 250, 246, 0.9);
}

body.woocommerce-shop .site-title {
	font-size: clamp(1.8rem, 3vw, 2.45rem);
	font-weight: 500;
	letter-spacing: -0.045em;
}

body.woocommerce-shop .main-header-menu > .menu-item > .menu-link {
	position: relative;
	font-size: 0.84rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.woocommerce-shop .main-header-menu > .menu-item > .menu-link::after {
	content: "";
	position: absolute;
	right: 1em;
	bottom: 1.2rem;
	left: 1em;
	height: 1px;
	background: var(--rp-rose);
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 220ms ease;
}

body.woocommerce-shop .main-header-menu > .menu-item:hover > .menu-link::after,
body.woocommerce-shop .main-header-menu > .current-menu-item > .menu-link::after {
	transform: scaleX(1);
	transform-origin: left;
}

body.woocommerce-shop .ast-archive-description {
	position: relative;
	overflow: hidden;
	padding-top: clamp(4.5rem, 9vw, 8rem);
	padding-bottom: clamp(4.5rem, 9vw, 8rem);
	border-bottom: 1px solid rgba(119, 69, 83, 0.12);
	background: #f8eceb;
}

body.woocommerce-shop .ast-archive-description::after {
	content: "";
	position: absolute;
	top: 18%;
	right: -8rem;
	width: clamp(15rem, 28vw, 28rem);
	aspect-ratio: 1;
	border: 1px solid rgba(119, 69, 83, 0.16);
	border-radius: 50%;
	pointer-events: none;
}

body.woocommerce-shop .ast-archive-description .ast-archive-title {
	position: relative;
	z-index: 1;
	max-width: 680px;
	font-size: clamp(2.5rem, 4.5vw, 4.35rem);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 1.08;
	text-wrap: balance;
}

body.woocommerce-shop .ast-archive-description p {
	position: relative;
	z-index: 1;
	max-width: 54ch;
	margin-top: 1.7rem;
	color: #6f5960;
	font-size: clamp(1rem, 1.4vw, 1.16rem);
	line-height: 1.85;
}

body.woocommerce-shop .woocommerce-result-count {
	color: var(--rp-taupe);
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.woocommerce-shop .woocommerce-ordering select {
	min-width: 210px;
	border-color: rgba(119, 69, 83, 0.2);
	border-radius: 999px;
	background-color: rgba(255, 255, 255, 0.76);
	color: var(--rp-ink);
	box-shadow: none;
}

body.woocommerce-shop ul.products li.product {
	transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

body.woocommerce-shop ul.products li.product:hover {
	border-color: rgba(119, 69, 83, 0.24);
	box-shadow: 0 26px 65px rgba(61, 39, 48, 0.12);
	transform: translateY(-5px);
}

body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title {
	font-size: clamp(1.25rem, 1.8vw, 1.55rem);
	font-weight: 500;
	line-height: 1.2;
}

body.woocommerce-shop ul.products li.product .price {
	color: var(--rp-berry);
	font-size: 0.98rem;
	font-weight: 700;
}

body.woocommerce-shop ul.products li.product .button {
	padding: 0.9rem 1.5rem;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	transition: background-color 180ms ease, transform 180ms ease;
}

body.woocommerce-shop ul.products li.product .button:hover,
body.woocommerce-shop ul.products li.product .button:focus-visible {
	background: var(--rp-ink);
	transform: translateY(-2px);
}

body.woocommerce-shop .site-footer .ast-footer-copyright {
	color: #725d64;
	font-size: 0.82rem;
	letter-spacing: 0.05em;
}

/* Shared WooCommerce pages */
body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-account,
body.single-product {
	background: var(--rp-cream);
	color: var(--rp-ink);
	font-family: "Avenir Next", Avenir, "Gill Sans", sans-serif;
}

body:not(.woocommerce-shop) #masthead {
	border-bottom: 1px solid rgba(119, 69, 83, 0.14);
	background: rgba(255, 250, 246, 0.96);
}

body:not(.woocommerce-shop) .ast-primary-header-bar {
	min-height: 92px;
	background: transparent;
}

body:not(.woocommerce-shop) .site-title,
body:not(.woocommerce-shop) .entry-title,
body.single-product .product_title {
	font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
	color: var(--rp-ink);
}

body:not(.woocommerce-shop) .site-title {
	font-size: clamp(1.8rem, 3vw, 2.45rem);
	font-weight: 500;
	letter-spacing: -0.045em;
}

body:not(.woocommerce-shop) .main-header-menu a,
body:not(.woocommerce-shop) .site-title a {
	color: var(--rp-ink);
}

body:not(.woocommerce-shop) .main-header-menu a:hover,
body:not(.woocommerce-shop) .main-header-menu .current-menu-item > a {
	color: var(--rp-berry);
}

body.woocommerce-cart .site-content,
body.woocommerce-checkout .site-content,
body.woocommerce-account .site-content,
body.single-product .site-content {
	padding-top: clamp(3rem, 7vw, 6rem);
	padding-bottom: clamp(4rem, 8vw, 7rem);
	background: var(--rp-cream);
}

body.woocommerce-cart .entry-title,
body.woocommerce-checkout .entry-title,
body.woocommerce-account .entry-title,
body.single-product .product_title {
	font-size: clamp(2.5rem, 4.5vw, 4.35rem);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .select2-container .select2-selection--single,
.woocommerce-cart table.cart td.actions .coupon .input-text {
	border: 1px solid rgba(119, 69, 83, 0.2);
	border-radius: 0.75rem;
	background: rgba(255, 255, 255, 0.8);
	color: var(--rp-ink);
	box-shadow: none;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce .select2-container--focus .select2-selection--single {
	border-color: var(--rp-rose);
	box-shadow: 0 0 0 3px rgba(217, 169, 178, 0.18);
}

.woocommerce table.shop_table,
.woocommerce-checkout #order_review,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	overflow: hidden;
	border: 1px solid rgba(119, 69, 83, 0.14);
	border-radius: 1.15rem;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 20px 55px rgba(61, 39, 48, 0.06);
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	border-color: rgba(119, 69, 83, 0.11);
}

.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
	border-top-color: var(--rp-rose);
	border-radius: 0.8rem;
	background: #f8eceb;
	color: var(--rp-ink);
}

.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-message::before {
	color: var(--rp-berry);
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #place_order {
	border-radius: 999px;
	background: var(--rp-berry);
	color: var(--rp-cream);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: background-color 180ms ease, transform 180ms ease;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce #place_order:hover {
	background: var(--rp-ink);
	color: var(--rp-cream);
	transform: translateY(-2px);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0.7rem;
	list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
	display: block;
	padding: 0.8rem 1rem;
	border-radius: 0.65rem;
	color: var(--rp-ink);
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
	background: #f8eceb;
	color: var(--rp-berry);
}

body.single-product div.product div.images img {
	border-radius: 1.25rem;
	background: #f8eceb;
}

body.single-product div.product .price {
	color: var(--rp-berry);
}

body:not(.woocommerce-shop) .site-footer {
	border-top: 1px solid rgba(119, 69, 83, 0.14);
	background: #f5e4e5;
	color: var(--rp-ink);
}

.wp-block-woocommerce-coming-soon .coming-soon-cover {
	isolation: isolate;
	overflow: hidden;
	background: #f8eceb !important;
}

.wp-block-woocommerce-coming-soon .coming-soon-cover::before,
.wp-block-woocommerce-coming-soon .coming-soon-cover::after {
	content: "";
	position: absolute;
	z-index: 0;
	border-radius: 50%;
	pointer-events: none;
}

.wp-block-woocommerce-coming-soon .coming-soon-cover::before {
	top: 18%;
	right: -9rem;
	width: clamp(18rem, 34vw, 34rem);
	aspect-ratio: 1;
	border: 1px solid rgba(119, 69, 83, 0.23);
}

.wp-block-woocommerce-coming-soon .coming-soon-cover::after {
	bottom: -13rem;
	left: -8rem;
	width: clamp(22rem, 40vw, 40rem);
	aspect-ratio: 1;
	background: rgba(255, 250, 246, 0.5);
	box-shadow: 0 0 0 1px rgba(119, 69, 83, 0.08);
}

.wp-block-woocommerce-coming-soon .wp-block-cover__inner-container {
	position: relative;
	z-index: 1;
	width: 100%;
}

.wp-block-woocommerce-coming-soon .woocommerce-coming-soon-banner-container {
	display: flex !important;
	flex-direction: column !important;
	align-items: stretch !important;
}

.wp-block-woocommerce-coming-soon .woocommerce-coming-soon-header > .wp-block-group {
	display: flex !important;
	flex-direction: row !important;
	justify-content: space-between !important;
}

.wp-block-woocommerce-coming-soon .woocommerce-coming-soon-banner-container > .wp-container-content-9cfa9a5a {
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	justify-content: center !important;
}

.wp-block-woocommerce-coming-soon .woocommerce-coming-soon-powered-by-woo {
	width: 100%;
	flex: 0 0 auto !important;
}

.wp-block-woocommerce-coming-soon .woocommerce-coming-soon-header {
	border-bottom: 1px solid rgba(119, 69, 83, 0.14);
	background: rgba(255, 250, 246, 0.32) !important;
	backdrop-filter: blur(12px);
}

.wp-block-woocommerce-coming-soon .wp-block-site-title,
.wp-block-woocommerce-coming-soon .woocommerce-coming-soon-banner {
	font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
	color: var(--rp-ink);
}

.wp-block-woocommerce-coming-soon .wp-block-site-title {
	font-size: clamp(1.35rem, 2vw, 1.75rem);
	font-weight: 600;
	letter-spacing: -0.035em;
}

.wp-block-woocommerce-coming-soon .wp-block-site-title a {
	color: inherit;
}

.wp-block-woocommerce-coming-soon .woocommerce-coming-soon-header-login .wp-block-button__link {
	border: 1px solid rgba(119, 69, 83, 0.45);
	border-radius: 999px;
	color: var(--rp-berry);
	font-size: 0.73rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	padding: 0.75rem 1.35rem;
	text-transform: uppercase;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.wp-block-woocommerce-coming-soon .woocommerce-coming-soon-header-login .wp-block-button__link:hover,
.wp-block-woocommerce-coming-soon .woocommerce-coming-soon-header-login .wp-block-button__link:focus-visible {
	background: var(--rp-berry);
	color: var(--rp-cream);
	transform: translateY(-2px);
}

.wp-block-woocommerce-coming-soon .wp-container-content-9cfa9a5a {
	padding: clamp(4rem, 10vh, 8rem) 1rem;
	text-align: center;
}

.wp-block-woocommerce-coming-soon .woocommerce-coming-soon-banner {
	max-width: 920px;
	font-size: clamp(2.8rem, 6vw, 5.6rem);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 1.02;
	text-wrap: balance;
	animation: rosie-paws-reveal 800ms cubic-bezier(.2,.8,.2,1) both;
}

.wp-block-woocommerce-coming-soon .woocommerce-coming-soon-banner::after {
	content: "";
	display: block;
	width: 3.75rem;
	height: 1px;
	margin: clamp(1.6rem, 4vh, 2.7rem) auto 0;
	background: var(--rp-rose);
}

.wp-block-woocommerce-coming-soon .woocommerce-coming-soon-banner + p {
	margin-top: 1.25rem;
	color: var(--rp-berry);
	font-size: clamp(0.78rem, 1.4vw, 0.95rem) !important;
	font-weight: 700;
	letter-spacing: 0.23em;
	line-height: 1.6;
	text-transform: uppercase;
	animation: rosie-paws-reveal 800ms 140ms cubic-bezier(.2,.8,.2,1) both;
}

.wp-block-woocommerce-coming-soon .wp-block-social-links {
	gap: 0.7rem;
}

.wp-block-woocommerce-coming-soon .wp-block-social-link {
	color: var(--rp-berry) !important;
}

.wp-block-woocommerce-coming-soon .wp-block-social-link a {
	width: 2.65rem;
	height: 2.65rem;
	justify-content: center;
	border: 1px solid rgba(119, 69, 83, 0.2);
	border-radius: 50%;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.wp-block-woocommerce-coming-soon .wp-block-social-link:hover {
	transform: none;
}

.wp-block-woocommerce-coming-soon .wp-block-social-link a:hover,
.wp-block-woocommerce-coming-soon .wp-block-social-link a:focus-visible {
	background: var(--rp-berry);
	color: var(--rp-cream) !important;
	transform: translateY(-3px);
}

#ast-scroll-top {
	border: 1px solid rgba(119, 69, 83, 0.24);
	background: rgba(255, 250, 246, 0.86);
	color: var(--rp-berry);
	box-shadow: 0 10px 30px rgba(61, 39, 48, 0.08);
	backdrop-filter: blur(10px);
}

@keyframes rosie-paws-reveal {
	from { opacity: 0; transform: translateY(18px); }
	to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 600px) {
	.wp-block-woocommerce-coming-soon .coming-soon-cover {
		padding-right: 18px !important;
		padding-left: 18px !important;
	}

	.wp-block-woocommerce-coming-soon .woocommerce-coming-soon-header-login .wp-block-button__link {
		padding: 0.62rem 0.9rem;
	}

	.wp-block-woocommerce-coming-soon .woocommerce-coming-soon-banner {
		font-size: clamp(3rem, 15vw, 4.5rem);
	}
}

@media (prefers-reduced-motion: reduce) {
	.wp-block-woocommerce-coming-soon .woocommerce-coming-soon-banner,
	.wp-block-woocommerce-coming-soon .woocommerce-coming-soon-banner + p {
		animation: none;
	}

	.wp-block-woocommerce-coming-soon * {
		scroll-behavior: auto !important;
	}
}
