/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
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/
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
Version: 4.13.6.1785816500
Updated: 2026-08-04 09:18:00

*/

/* Brand tokens — site-wide.
   --sr-* = used in Elementor HTML widgets / custom CSS
   --ig-* = older alias (bestsellers + existing styles) — keep in sync */
:root {
	--sr-black: #141210;
	--sr-black2: #1a1814;
	--sr-ivory: #f8f3ea;
	--sr-ivory2: #ede8dc;
	--sr-gold: #f4a732;
	--sr-goldl: #ffb84d;
	--sr-goldd: #c9962a;
	--sr-blue: #3a7bad;
	--sr-white: #ffffff;
	--sr-tdark: #1c1915;
	--sr-tmid: #5c564e;
	--sr-tlight: #9c9489;
	--sr-ease: cubic-bezier(0.16, 1, 0.3, 1);
	--sr-font: var(--ds-font-body, "Work Sans", "Segoe UI", system-ui, sans-serif);
	--sr-serif: var(--ds-font-headline, "Libre Caslon Text", Georgia, serif);

	--ig-black: var(--sr-black);
	--ig-black2: var(--sr-black2);
	--ig-ivory: var(--sr-ivory);
	--ig-ivory2: var(--sr-ivory2);
	--ig-gold: var(--sr-gold);
	--ig-goldl: var(--sr-goldl);
	--ig-goldd: var(--sr-goldd);
	--ig-blue: var(--sr-blue);
	--ig-white: var(--sr-white);
	--ig-tdark: var(--sr-tdark);
	--ig-tmid: var(--sr-tmid);
	--ig-tlight: var(--sr-tlight);
	--ig-ease: var(--sr-ease);
	--ig-font: var(--sr-font);
}

/* WooCommerce quantity field */
.woocommerce .quantity input[type="number"].qty,
.woocommerce-page .quantity input[type="number"].qty {
	background-color: var(--ds-tertiary, #f9f9f9) !important;
	color: var(--ds-neutral, #2d3436) !important;
	border: 1px solid var(--ds-primary-8, #b5c7d2) !important;
}

.woocommerce .quantity input[type="number"].qty:focus,
.woocommerce-page .quantity input[type="number"].qty:focus {
	border-color: var(--ds-primary, #507a95) !important;
	outline: none !important;
}

.woocommerce .quantity .ast-qty-placeholder,
.woocommerce-page .quantity .ast-qty-placeholder {
	background-color: var(--ds-tertiary, #f9f9f9) !important;
	color: var(--ds-neutral, #2d3436) !important;
	border-color: var(--ds-primary-8, #b5c7d2) !important;
}

.woocommerce .quantity .ast-qty-placeholder:hover,
.woocommerce-page .quantity .ast-qty-placeholder:hover {
	color: var(--ds-primary, #507a95) !important;
}

/* /new/ (Elementor post 8212): negative side margins (-200px) used for
   desktop full-bleed cause horizontal scroll on mobile/tablet. Zero only
   the horizontal margins on those widgets below desktop — leave desktop alone. */
@media (max-width: 1024px) {
	.elementor-8212 .elementor-element-9f528c5 > .elementor-widget-container,
	.elementor-8212 .elementor-element-8d166b8 > .elementor-widget-container,
	.elementor-8212 .elementor-element-6875296 > .elementor-widget-container,
	.elementor-8212 .elementor-element-6317dd3 > .elementor-widget-container {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
