/* =====================
🔶 TRANSLATE BUTTON STYLING
===================== */
#glt-translate-trigger {
    background: #D0A24aba4a36;
    border-radius: 10px;
    margin-bottom: 40px;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
		position:fixed;
		
}
#glt-translate-trigger span {
    font-size: 0; /* Hide original "Translate" text */
}
#glt-translate-trigger span::before {
    content: 'Traduci'; /* Show Italian version */
    font-size: 14px;
    color: #fff;
    display: inline-block;
}

/* =====================
🔷 PRODUCT PAGE LAYOUT
===================== */
.woocommerce-page {
    background-color: #F0F1D6 !important;
    font-family: Georgia, 'Times New Roman', Times, serif !important;
}
.single-product .entry-summary {
    margin-top: 30px; /* Adds space between title and product content */
}

/* =====================
🔸 PRODUCT TYPOGRAPHY
===================== */
.woocommerce-page p, 
.woocommerce-page .woocommerce-loop-product__title {
    color: #601616 !important;
    font-size: 1.125rem !important;
}
.black-heading {
    color: #000000 !important;
}

/* =====================
🟡 PRICE STYLING
===================== */
.price .woocommerce-Price-amount {
    margin-left: 10px;
}
/* Product Page Styling */
.woocommerce-page {
  background-color: #F0F1D6 !important;
  font-family: Georgia, 'Times New Roman', Times, serif !important;
}

/* More specific target for "Prodotti" heading */
.elementor-element-2df004b h2.elementor-heading-title.elementor-size-default {
color: #F5F5DC !important; 
}


/* Sale price */
.woocommerce ul.products li.product .price ins,
.woocommerce div.product p.price ins,
.woocommerce span.woocommerce-Price-amount ins {
    color: #94b156 !important;
    text-decoration: none;
}

/* Home Page Product Prices */
.home li.product .eael-product-wrap .price {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
    color: #000;
    text-align: center;
}

/* =====================
🟢 BUTTON STYLING
===================== */
.woocommerce .button,
.woocommerce .add_to_cart_button,
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce #respond input#submit,
.woocommerce-page a.button {
    background-color: #e0aa23 !important;
    color: #6a1a1a !important;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    padding: 8px 16px;
}

/* 🟥 Home Add-to-Cart Button */
.home li.product .eael-product-wrap .button {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 14px;
    padding: 10px 18px;
}

/* =====================
🟧 SWATCH STYLES
===================== */
.woocommerce .variations_form .swatch-option {
    color: #388E3C;
    font-size: 14px;
}

.variations_form .cfvsw-label,
.archive .cfvsw-label {
    font-size: 18px !important;
    font-weight: 600;
    margin-bottom: 8px;
}

.variations_form .cfvsw-swatches-option,
.archive .cfvsw-swatches-option {
    font-size: 15px !important;
    padding: 8px 16px !important;
    margin: 4px 6px !important;
    color: black !important;
}

/* =====================
🟦 HOMEPAGE PRODUCT GRID
===================== */
.home li.product .eael-product-wrap {
    background-color: #F0F1D6;
    padding: 20px;
    border-radius: 12px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

/* 🟦 Product Title in Grid */
.home li.product .eael-product-wrap h2.woocommerce-loop-product__title {
    font-family: Georgia, 'Times New Roman', Times, serif !important;
    font-size: 18px !important;
    color: #5a1f0f !important;
    line-height: 1.4;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 10px;
}

/* 🟪 Optional: Spacing Between Tiles */
.home ul.products.columns-4 li.product {
    margin: 15px 10px;
}

/* =====================
⚫ ACCOUNT PAGE TWEAKS
===================== */
.woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    padding-left: 0 !important;
}

/* =====================
🔘 MISC
===================== */
.sku_wrapper {
    display: none !important;
}


/* Extend Codice Coupon input field */
.woocommerce-cart #coupon_code {
  width: 150px;
  padding: 5px;
  font-size: 16px;
	margin-right:10px;
	border-radius:10px
}

/* Fix spacing and alignment of "Da €price" text on product grid */
.woocommerce ul.products li.product .price {
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #000; /* Optional: match your site’s theme */
}
/* Make WooCommerce product titles black on homepage */
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    color: #000000 !important;
}

/* Make variation labels like "Opzioni" black */
.woocommerce ul.products li.product .variations,
.woocommerce ul.products li.product .variations label,
.woocommerce ul.products li.product .woo-variation-swatches .variable-items-wrapper span,
.woocommerce ul.products li.product .product-attributes label {
    color: #000000 !important;
}

/* Change background under header */
.page-id-3547  {
    background-color: #f3f0dc; /* Use the exact beige color from wishlist */
	font-family: Georgia, 'Times New Roman', Times, serif;
}
.page-id-3547 h1{
	color: #8B4513;
}


/* Product card box */
.woocommerce ul.products li.product {
  background: #f9f7df;
  border-radius: 16px;
  padding: 15px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* Title styling */
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
  font-family: 'Georgia', serif;
  font-weight: 500;
  font-size: 18px;
  color: #3c1e00;
}

/* Button styling */
.woocommerce ul.products li.product .button {
  background: #d0a236;
  color: white;
  border-radius: 6px;
  padding: 8px 14px;
  font-weight: bold;
  text-transform: none;
}

/* Price style */
.woocommerce ul.products li.product .price {
  font-size: 16px;
  color: #b10000;
  margin-top: 6px;
  font-weight: bold;
}

/* Remove variation selectors */
.woocommerce ul.products li.product form.cart {
  display: none !important;
}

.archive-product-container,
.archive-product-container .elementor-widget-wrap {
    background-color:#F9F7DF !important;
}


.homepage-blog {
  padding: 60px 20px;
  //background: #fdfce7;
  text-align: center;
	color: #000000 !important;
	  font-family: 'Georgia', serif;
}

.homepage-blog h2 {
  font-size: 32px;
  margin-bottom: 10px;
	color: #000000 !important;
}
.blog-card h3 a {
  color: #8D5223; /* Change to your preferred color */
  text-decoration: none;
  transition: color 0.3s ease;
}
.homepage-blog p {
  font-size: 16px;
  margin-bottom: 40px;
	color: #000000 !important;
}

.blog-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
	
}

.blog-card {
  background: #F5F5DC;
  width: 400px;
  border-radius: 20px;
  box-shadow: 0 6px 16px 
	rgb(231, 231, 207);
  overflow: hidden;
  text-align: left;
  transition: transform 0.3s ease;
	
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-card img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-card header {
  padding: 15px;
	color: #000;
}

.blog-card h3 {
  font-size: 18px;
  margin: 0 0 10px 0;
  line-height: 1.3;
	color: #000000 !important;
}

.blog-card .meta {
  font-size: 13px;
  padding: 0 15px;
	color: #000000 !important;
}
.blog-card .meta a {
  color: #000; /* Change to your preferred color */
  text-decoration: none;
}
.blog-card p {
  padding: 0 15px;
  font-size: 14px; 
}

.blog-card .read-more {
  display: inline-block;
  margin: 15px;
  background-color: #d0a236;
  color: white;
  padding: 8px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.blog-card .read-more:hover {
  background-color: #8D5223;
}

.xoo-wsc-basket{
 margin-top : 25px;
 margin-right: 150px;
}

@media (max-width: 767px) {
  .xoo-wsc-basket {
    margin-top: 10.4px !important;
    margin-right: 23px !important;
  }
	
}

/* Sidebar container */
.sidebar {
  width: 30%;
  background: #F0F1D6;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  font-family: 'Georgia', serif;
}

/* Sidebar heading */
.sidebar h3 {
  font-size: 25px;
  margin-bottom: 15px;
  border-bottom: 2px solid #d0a236;
  padding-bottom: 8px;
	color: #601616;
	justify-content: left;
}

/* Category list styling */
.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar ul li {
  padding-top: 10px;
	padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-size: 18px;
}

.sidebar ul li:last-child {
  border-bottom: none;
}

/* Category link */
.sidebar ul li a {
  text-decoration: none;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.2s ease;
	padding-top: 10px;
	padding-bottom: 10px;
padding-left: 5px;
}

.sidebar ul li a:hover {
  color: #fff ;
	background-color: #7F0D10;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:5px;
}

/* Count badge */
.sidebar .count {
  background: #f4f4f4;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 12px;
  color: #666;
}
.homepage-blog {
  display: flex; /* Places them side-by-side */
  gap: 30px; /* Space between blog and sidebar */
  align-items: flex-start; /* Align both sections to the top */
}

/* Blog takes 70% of the width */
.blog-grid {
  flex: 0 0 70%;
}

/* Sidebar takes 30% of the width */
.sidebar-categories {
  flex: 0 0 30%;
}
@media (max-width: 768px) {
   .homepage-blog { 
        display: flex;
        flex-direction: column;
    }

    .sidebar {
        order: 1; /* Sidebar first */
        width: 100%;
        margin-bottom: 20px;
    }

    .blog-grid {
        order: 1; /* Blog posts second */
        width: 100%;
    }
}