/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* =============================================================
   GLOBAL
   ============================================================= */

body, .site {
  background-color: #fdf6ec;
}

body, p, li {
  font-family: 'Lora', Georgia, serif;
  color: #7a5835;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', Georgia, serif;
  color: #3d2208;
}

a { color: #7a4419; }
a:hover { color: #c9a870; }

/* =============================================================
   HEADER NAVIGATION
   ============================================================= */

.main-navigation a, .primary-menu a {
  font-family: 'Lora', Georgia, serif;
  color: #5c3b18;
  letter-spacing: 0.04em;
}

.main-navigation a:hover, .primary-menu a:hover {
  color: #7a9e6e;
}

.ast-header-cart .count,
.woocommerce-mini-cart__buttons .button {
  background: #7a4419;
  border-radius: 20px;
}

/* =============================================================
   FLORAL DIVIDER STRIP
   ============================================================= */

.wb-floral-divider {
  height: 28px;
  background-color: #f0e2c8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='680' height='28'%3E%3Cline x1='0' y1='1' x2='680' y2='1' stroke='%23d4b87a' stroke-width='1.5'/%3E%3Cline x1='0' y1='27' x2='680' y2='27' stroke='%23d4b87a' stroke-width='1.5'/%3E%3Cg fill='%237a9e6e' opacity='0.75'%3E%3Cellipse cx='60' cy='14' rx='16' ry='5'/%3E%3Cellipse cx='60' cy='14' rx='5' ry='16'/%3E%3Ccircle cx='60' cy='14' r='3.5' fill='%234a7040'/%3E%3C/g%3E%3Cg fill='%23c9a870' opacity='0.7'%3E%3Cellipse cx='140' cy='14' rx='14' ry='5'/%3E%3Cellipse cx='140' cy='14' rx='5' ry='14'/%3E%3Ccircle cx='140' cy='14' r='3' fill='%23a07040'/%3E%3C/g%3E%3Cg fill='%237a9e6e' opacity='0.65'%3E%3Cellipse cx='220' cy='14' rx='5' ry='16'/%3E%3Cellipse cx='220' cy='14' rx='12' ry='3.5' transform='rotate(30 220 14)'/%3E%3Ccircle cx='220' cy='14' r='3' fill='%234a7040'/%3E%3C/g%3E%3Cg fill='%23c9a870' opacity='0.7'%3E%3Cellipse cx='300' cy='14' rx='16' ry='5.5'/%3E%3Cellipse cx='300' cy='14' rx='5.5' ry='16'/%3E%3Ccircle cx='300' cy='14' r='4' fill='%23a07040'/%3E%3C/g%3E%3Cg fill='%237a9e6e' opacity='0.7'%3E%3Cellipse cx='380' cy='14' rx='14' ry='5'/%3E%3Cellipse cx='380' cy='14' rx='5' ry='14'/%3E%3Ccircle cx='380' cy='14' r='3.5' fill='%234a7040'/%3E%3C/g%3E%3Cg fill='%23c9a870' opacity='0.75'%3E%3Cellipse cx='460' cy='14' rx='18' ry='6'/%3E%3Cellipse cx='460' cy='14' rx='6' ry='18'/%3E%3Ccircle cx='460' cy='14' r='4.5' fill='%23a07040'/%3E%3C/g%3E%3Cg fill='%237a9e6e' opacity='0.65'%3E%3Cellipse cx='540' cy='14' rx='5' ry='16'/%3E%3Cellipse cx='540' cy='14' rx='12' ry='3.5' transform='rotate(30 540 14)'/%3E%3Ccircle cx='540' cy='14' r='3' fill='%234a7040'/%3E%3C/g%3E%3Cg fill='%23c9a870' opacity='0.7'%3E%3Cellipse cx='620' cy='14' rx='14' ry='5'/%3E%3Cellipse cx='620' cy='14' rx='5' ry='14'/%3E%3Ccircle cx='620' cy='14' r='3.5' fill='%23a07040'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 680px 28px;
}

/* =============================================================
   WOOCOMMERCE – PRODUCT CARDS
   ============================================================= */

ul.products li.product,
.woocommerce ul.products li.product {
  position: relative;
  border: 1.5px solid #e4cfa8;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
  box-shadow: 0 1px 4px rgba(61, 34, 8, 0.08);
  transition: all 220ms cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: rotate(var(--rot, 0deg));
}

ul.products li.product:nth-child(6n+1) { --rot: -1.2deg; }
ul.products li.product:nth-child(6n+2) { --rot:  0.8deg; }
ul.products li.product:nth-child(6n+3) { --rot: -0.5deg; }
ul.products li.product:nth-child(6n+4) { --rot:  1.4deg; }
ul.products li.product:nth-child(6n+5) { --rot: -1.0deg; }
ul.products li.product:nth-child(6n+6) { --rot:  0.6deg; }

ul.products li.product:hover {
  transform: translateY(-4px) rotate(calc(var(--rot, 0deg) - 0.5deg));
  box-shadow: 0 6px 18px rgba(61, 34, 8, 0.14);
  border-color: #c9a870;
}

ul.products li.product::before {
  content: '';
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(201, 168, 112, 0.5);
  border-radius: 6px;
  pointer-events: none;
  z-index: 10;
  background-image:
    url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'><g fill='none' stroke='%23c9a870' stroke-linecap='round' stroke-linejoin='round'><path d='M3 6 L6 3 L9 6 L6 9 Z' fill='%23c9a870' stroke='none'/><line x1='9' y1='6' x2='26' y2='6' stroke-width='.9'/><line x1='6' y1='9' x2='6' y2='26' stroke-width='.9'/><path d='M6 18 Q11 11 18 6' stroke-width='.5'/><path d='M13 6 C14 8 12 11 10 12 C8 13 6 12 6 14' stroke-width='.65'/><circle cx='18' cy='6' r='.7' fill='%23c9a870' stroke='none'/><circle cx='6' cy='18' r='.7' fill='%23c9a870' stroke='none'/></g></svg>"),
    url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'><g transform='translate(28 0) scale(-1 1)' fill='none' stroke='%23c9a870' stroke-linecap='round' stroke-linejoin='round'><path d='M3 6 L6 3 L9 6 L6 9 Z' fill='%23c9a870' stroke='none'/><line x1='9' y1='6' x2='26' y2='6' stroke-width='.9'/><line x1='6' y1='9' x2='6' y2='26' stroke-width='.9'/><path d='M6 18 Q11 11 18 6' stroke-width='.5'/><path d='M13 6 C14 8 12 11 10 12 C8 13 6 12 6 14' stroke-width='.65'/><circle cx='18' cy='6' r='.7' fill='%23c9a870' stroke='none'/><circle cx='6' cy='18' r='.7' fill='%23c9a870' stroke='none'/></g></svg>"),
    url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'><g transform='translate(0 28) scale(1 -1)' fill='none' stroke='%23c9a870' stroke-linecap='round' stroke-linejoin='round'><path d='M3 6 L6 3 L9 6 L6 9 Z' fill='%23c9a870' stroke='none'/><line x1='9' y1='6' x2='26' y2='6' stroke-width='.9'/><line x1='6' y1='9' x2='6' y2='26' stroke-width='.9'/><path d='M6 18 Q11 11 18 6' stroke-width='.5'/><path d='M13 6 C14 8 12 11 10 12 C8 13 6 12 6 14' stroke-width='.65'/><circle cx='18' cy='6' r='.7' fill='%23c9a870' stroke='none'/><circle cx='6' cy='18' r='.7' fill='%23c9a870' stroke='none'/></g></svg>"),
    url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'><g transform='translate(28 28) scale(-1 -1)' fill='none' stroke='%23c9a870' stroke-linecap='round' stroke-linejoin='round'><path d='M3 6 L6 3 L9 6 L6 9 Z' fill='%23c9a870' stroke='none'/><line x1='9' y1='6' x2='26' y2='6' stroke-width='.9'/><line x1='6' y1='9' x2='6' y2='26' stroke-width='.9'/><path d='M6 18 Q11 11 18 6' stroke-width='.5'/><path d='M13 6 C14 8 12 11 10 12 C8 13 6 12 6 14' stroke-width='.65'/><circle cx='18' cy='6' r='.7' fill='%23c9a870' stroke='none'/><circle cx='6' cy='18' r='.7' fill='%23c9a870' stroke='none'/></g></svg>");
  background-position: 0 0, 100% 0, 0 100%, 100% 100%;
  background-repeat: no-repeat;
  background-size: 28px 28px;
}

ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .price {
  padding-left: 10px;
  padding-right: 10px;
}

/* On-card image button: visible by default (translucent), bright on hover */
.ast-on-card-button:not(.ast-onsale-card) {
  opacity: 1;
  visibility: visible;
}

.ast-on-card-button .ahfb-svg-iconset {
  background: rgba(61, 34, 8, 0.55) !important;
  color: #fdf6ec !important;
  opacity: 1 !important;
}

.astra-shop-thumbnail-wrap:hover .ast-on-card-button .ahfb-svg-iconset {
  background: #c9a870 !important;
  color: #3d2208 !important;
}

ul.products li.product .ast-woo-product-category {
  font-family: 'Lora', Georgia, serif;
  font-size: 11px;
  font-weight: 500;
  padding-left: 10px;
}

ul.products li.product .woocommerce-loop-product__title {
  font-family: 'Lora', Georgia, serif;
  font-size: 13px;
  font-weight: 600;
}

ul.products li.product .price {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 14px;
}

/* =============================================================
   WOOCOMMERCE – CATEGORY / PRODUCT TAGS
   ============================================================= */

.product_tag,
.woocommerce .tag-cloud a,
.woocommerce ul.products li.product .onsale {
  background: #dde8d8;
  color: #3d5c36;
  border-radius: 8px;
  padding: 2px 8px;
  font-size: 11px;
  font-family: 'Lora', Georgia, serif;
  border: none;
}

.tag-holographic, .tag-special {
  background: #e8ddf5;
  color: #4a3470;
}

/* =============================================================
   WOOCOMMERCE – SHOP / CATEGORY PAGE
   ============================================================= */

.woocommerce-page, .archive.tax-product_cat {
  background-color: #fdf6ec;
}

.woocommerce-products-header__title,
.page-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  color: #3d2208;
  font-size: 28px;
  font-weight: 400;
}

.term-description, .woocommerce-products-header p {
  font-family: 'Lora', Georgia, serif;
  color: #7a5835;
  font-size: 13px;
  line-height: 1.6;
}

.woocommerce-ordering,
.woocommerce-result-count {
  font-family: 'Lora', Georgia, serif;
  color: #8a6540;
  font-size: 12px;
}

.woocommerce-products-header + nav.woocommerce-breadcrumb,
.woocommerce-pagination,
.woocommerce .woocommerce-ordering {
  background: #f7edd8;
  border-top: 0.5px solid #e0c99a;
  border-bottom: 0.5px solid #e0c99a;
}

/* =============================================================
   FOOTER
   ============================================================= */

.site-footer, #colophon {
  background: #3d2208;
  color: #c9a870;
  font-family: 'Lora', Georgia, serif;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.site-footer a, #colophon a {
  color: #c9a870;
}

.site-footer a:hover, #colophon a:hover {
  color: #fdf6ec;
}

/* =============================================================
   HOME PAGE – HERO
   ============================================================= */

.wb-hero {
  background: #fdf6ec;
  padding: 72px 24px;
  text-align: center;
  border-bottom: 0.5px solid #e4cfa8;
}

.wb-hero__inner {
  max-width: 600px;
  margin: 0 auto;
}

.wb-hero__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(32px, 5vw, 52px);
  color: #3d2208;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 16px;
}

.wb-hero__title em {
  font-style: italic;
  color: #7a4419;
}

.wb-hero__sub {
  font-family: 'Lora', Georgia, serif;
  color: #7a5835;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 28px;
}

/* =============================================================
   HOME PAGE – SHARED BUTTON
   ============================================================= */

.wb-btn {
  display: inline-block;
  background: #7a4419;
  color: #fdf6ec !important;
  font-family: 'Lora', Georgia, serif;
  font-size: 14px;
  padding: 12px 28px;
  border-radius: 24px;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: background 0.2s ease, color 0.2s ease;
}

.wb-btn:hover {
  background: #c9a870;
  color: #3d2208 !important;
}

.wb-btn--outline {
  background: transparent;
  color: #7a4419 !important;
  border: 1.5px solid #7a4419;
}

.wb-btn--outline:hover {
  background: #7a4419;
  color: #fdf6ec !important;
}

/* =============================================================
   HOME PAGE – FEATURED PRODUCTS
   ============================================================= */

.wb-featured {
  background: #f7edd8;
  padding: 56px 24px;
  border-top: 0.5px solid #e0c99a;
  border-bottom: 0.5px solid #e0c99a;
}

.wb-section-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.wb-section-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-size: 28px;
  font-weight: 400;
  color: #3d2208;
  text-align: center;
  margin-bottom: 32px;
}

/* =============================================================
   HOME PAGE – ABOUT BLURB
   ============================================================= */

.wb-about {
  background: #fffaf3;
  padding: 56px 24px;
  border-top: 0.5px solid #e4cfa8;
}

.wb-about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.wb-about__text h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 26px;
  color: #3d2208;
  font-weight: 400;
  margin-bottom: 16px;
}

.wb-about__text p {
  font-family: 'Lora', Georgia, serif;
  color: #7a5835;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 24px;
}

.wb-about__image img {
  width: 100%;
  border-radius: 12px;
  border: 0.5px solid #e4cfa8;
}

@media (max-width: 768px) {
  .wb-about__grid {
    grid-template-columns: 1fr;
  }
  .wb-about__image {
    order: -1;
  }
}
/* Quick View / single product price */
.woocommerce div.product p.price {
  color: #243119;
}

/* Off-canvas sidebar background */
.ast-mobile-popup-drawer .ast-mobile-popup-inner,
.ast-mobile-header-wrap .ast-mobile-header-content,
.ast-desktop-header-content {
  background-color: #fdf6ec !important;
}
