/*
Theme Name: Astra Child Theme – Premium Kitchen Style
Theme URI: https://chrom.bg
Description: Премиум child theme за Astra с фокус върху съдове от неръждавейка – стил Le Creuset / Apple.
Author: Chavdar Georgiev
Template: Astra
Version: 1.0
*/

/* Import Astra's default stylesheet */
/* @import url("../astra/style.css"); */

/* === GLOBAL STYLES === */
body {
  font-family: 'Montserrat', sans-serif;
  background-color: #FAFAFA;
  color: #212121;
  font-size: 16px;
  line-height: 1.6;
}

h1, h2, h3, h4, h5 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #2C3E50;
}

/* === BUTTONS === */
button, .button, input[type="submit"] {
  background: linear-gradient(135deg, #2C3E50, #000000);
  color: #fff;
  padding: 12px 24px;
  border-radius: 10px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  border: none;
}

button:hover, .button:hover, input[type="submit"]:hover {
  background: #D4AF37;
  color: #000;
}

/* === PRODUCT CARDS === */
.woocommerce ul.products li.product {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  padding: 20px;
  transition: all 0.3s ease;
}

.woocommerce ul.products li.product:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  transform: translateY(-4px);
}

.woocommerce ul.products li.product h2 {
  font-size: 20px;
  font-family: 'Playfair Display', serif;
  color: #2C3E50;
  font-weight: 700;
  min-height: 48px;
}

/* === PRICE === */
.woocommerce ul.products li.product .price {
  color: #3F51B5;
  font-weight: bold;
  font-size: 18px;
}

/* === HEADER === */
.ast-site-identity img {
  max-height: 60px;
  filter: grayscale(0%) brightness(1.1);
  transition: filter 0.3s ease-in-out;
}

.ast-site-identity img:hover {
  filter: grayscale(0%) brightness(1.5); /* 50% по-светло при hover */
}

.ast-header-break-point .main-header-bar {
  background: #ffffff;
  border-bottom: 1px solid #e0e0e0;
}

/* === FOOTER === */
.site-footer {
  background-color: #2C3E50;
  color: #BDC3C7;
  font-size: 14px;
}

/* === LINKS === */
a {
  color: #2C3E50;
  text-decoration: none;
}

a:hover {
  color: #D4AF37;
  text-decoration: underline;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .woocommerce ul.products li.product {
    padding: 16px;
  }
  h1 {
    font-size: 28px;
  }
  .woocommerce ul.products li.product h2 {
    font-size: 18px;
  }
}

/* Pushes cover block content to the top */
.wp-block-cover.cover-top-align {
  justify-content: flex-start !important;
  align-items: flex-start !important;
  padding-top: 0rem;
  min-height: 300px;
}

/* Make cart banner look like button */
.top-banner-cart {
  background-color: #ffffff;
  color: #007bff;
  border: 2px solid #007bff;
  text-align: center;
  padding: 0.6rem 1.2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 12px;
  margin-bottom: 1.5rem;
  display: inline-block;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

.top-banner-cart:hover {
  background-color: #007bff;
  color: #ffffff;
  cursor: default;
}

/* Style the cart summary section as a card */
.woocommerce-cart .cart-collaterals {
  background-color: #f9f9f9;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding: 1.8rem;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.cart-collaterals h2 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #002d5e;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.woocommerce-cart .cart-collaterals {
  background-color: #f2f5f7 !important;
  border: 1px solid #ccc !important;
  border-radius: 10px !important;
  padding: 2rem !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06) !important;
}

