/*
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.1783634754
Updated: 2026-07-09 22:05:54

*/

/* =========================================================
   Adry Pastelería — estilos de marca
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,500;0,9..144,600;1,9..144,500&family=Karla:ital,wght@0,400;0,500;0,700;1,400&display=swap');

:root{
	--adry-teal: #537D7B;
	--adry-teal-dark: #2E4644;
	--adry-teal-darker: #223533;
	--adry-cream: #FBF7EF;
	--adry-cream-warm: #F2EADA;
	--adry-ink: #2B2420;
	--adry-ink-soft: #6B6258;
	--adry-radius: 18px;
	--adry-shadow: 0 16px 40px -18px rgba(43, 36, 32, .35);
	--adry-shadow-sm: 0 8px 20px -12px rgba(43, 36, 32, .28);
	--font-display: 'Fraunces', Georgia, serif;
	--font-body: 'Karla', -apple-system, sans-serif;
}

/* ---- Base ---- */
body{
	background-color: var(--adry-cream);
	color: var(--adry-ink);
	font-family: var(--font-body);
}
body,button,input,select,textarea,.ast-button,.ast-custom-button{
	font-family: var(--font-body);
}
a{ color: var(--adry-teal-dark); }
a:hover, a:focus{ color: var(--adry-teal); }

h1,h2,h3,h4,h5,h6,
.entry-content :where(h1,h2,h3,h4,h5,h6){
	font-family: var(--font-display);
	font-weight: 600;
	color: var(--adry-ink);
	letter-spacing: -0.01em;
}

/* ---- Encabezado / logo ---- */
.site-header{
	background-color: var(--adry-cream);
	border-bottom: 1px solid rgba(43,36,32,.08);
}
.ast-builder-menu-1 .main-header-menu .menu-item > .menu-link{
	font-family: var(--font-body);
	font-weight: 700;
	font-size: 14px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--adry-ink);
	transition: color .2s ease;
}
.ast-builder-menu-1 .main-header-menu .menu-item > .menu-link:hover,
.ast-builder-menu-1 .main-header-menu .current-menu-item > .menu-link{
	color: var(--adry-teal);
}

/* ---- Título de página como "kicker" ---- */
.entry-header .entry-title{
	font-family: var(--font-body);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .22em;
	text-transform: uppercase;
	color: var(--adry-teal);
	margin: 0 0 .5em;
}

/* ---- Encabezados principales dentro del contenido ---- */
.entry-content > h2.wp-block-heading{
	font-size: clamp(2rem, 4vw, 2.75rem);
	font-weight: 600;
	line-height: 1.15;
	margin-top: .2em;
	position: relative;
	padding-bottom: .5em;
}
.entry-content > h2.wp-block-heading::after{
	content: "";
	display: block;
	width: 64px;
	height: 2px;
	background: var(--adry-teal);
	margin-top: .55em;
	opacity: .6;
}
.entry-content > p{
	font-size: 1.125rem;
	line-height: 1.7;
	color: var(--adry-ink-soft);
	max-width: 42em;
}

/* ---- Botones (bloque Gutenberg) ---- */
.wp-block-button__link{
	background-color: var(--adry-teal-dark) !important;
	color: var(--adry-cream) !important;
	font-family: var(--font-body);
	font-weight: 700;
	font-size: 14px;
	letter-spacing: .04em;
	text-transform: uppercase;
	padding: .95em 2.1em;
	border-radius: 999px;
	box-shadow: var(--adry-shadow-sm);
	transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
}
.wp-block-button__link:hover{
	background-color: var(--adry-teal) !important;
	transform: translateY(-3px);
	box-shadow: var(--adry-shadow);
}

/* ---- Grid de productos (bloque Product Collection / WooCommerce Blocks) ---- */
.wp-block-post-template.is-layout-grid{
	gap: 2.2rem !important;
}
.wp-block-post-template > li,
.wc-block-product-template__item{
	background-color: #fff;
	border-radius: var(--adry-radius);
	overflow: hidden;
	box-shadow: var(--adry-shadow-sm);
	transition: transform .35s ease, box-shadow .35s ease;
	list-style: none;
}
.wp-block-post-template > li:hover,
.wc-block-product-template__item:hover{
	transform: translateY(-8px);
	box-shadow: var(--adry-shadow);
}
.wc-block-components-product-image{
	overflow: hidden;
}
.wc-block-components-product-image img{
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform .5s ease;
}
.wc-block-product-template__item:hover .wc-block-components-product-image img{
	transform: scale(1.06);
}
.wc-block-components-product-title,
.wc-block-components-product-name{
	font-family: var(--font-display) !important;
	font-size: 1.15rem !important;
	color: var(--adry-ink) !important;
	padding: 0 1.2rem;
}
.wc-block-components-product-price{
	color: var(--adry-teal-dark) !important;
	font-weight: 700 !important;
	padding: 0 1.2rem 1.2rem;
}
.wc-block-grid__product,
.wp-block-post-template li{
	padding-bottom: 1rem;
}

/* ---- Pie de página ---- */
.adry-footer-info{
	background-color: var(--adry-teal-dark) !important;
	color: var(--adry-cream);
	text-align: center;
	padding: 3em 1.5em 2.4em;
}
.adry-footer-phone{
	font-family: var(--font-display);
	font-size: 1.2rem;
	letter-spacing: .02em;
	margin: 0 0 1.1em;
	color: var(--adry-cream);
}
.adry-footer-social{
	display: flex;
	justify-content: center;
	gap: 14px;
}
.adry-footer-social a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: rgba(251,247,239,.12);
	color: var(--adry-cream);
	text-decoration: none !important;
	font-size: 0;
	transition: background-color .25s ease, transform .25s ease;
}
.adry-footer-social a svg{
	width: 19px !important;
	height: 19px !important;
	max-width: 19px !important;
	fill: currentColor;
	flex-shrink: 0;
}
.adry-footer-social a:hover{
	background-color: var(--adry-cream);
	color: var(--adry-teal-dark);
	transform: translateY(-3px);
}

.site-footer,
.site-below-footer-wrap{
	background-color: var(--adry-teal-darker) !important;
}
.ast-footer-copyright,
.ast-footer-copyright p,
.ast-footer-copyright a{
	color: rgba(251,247,239,.65) !important;
	font-family: var(--font-body);
	font-size: 13px;
}
.ast-footer-copyright a:hover{ color: var(--adry-cream) !important; }

/* ---- Tamano del logo ---- */
.ast-site-identity .custom-logo-link img.custom-logo,
.ast-site-identity img.custom-logo{
	width: auto !important;
	max-width: 150px !important;
	height: auto !important;
}
@media (max-width: 544px){
	.ast-site-identity .custom-logo-link img.custom-logo,
	.ast-site-identity img.custom-logo{
		max-width: 110px !important;
	}
}
