/*
Theme Name: Circolo Popolare Child
Description: Child theme for Divi
Author: Harsh
Template: Divi
Version: 1.0
*/

/* Transparent slim header */
.global-header {
  background: transparent !important;
  padding: 10px 40px !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

/* Reduce row height */
.global-header .et_pb_row {
  padding: 0 !important;
  margin: 0 !important;
  min-height: auto !important;
}

/* Reduce column spacing */
.global-header .et_pb_column {
  padding: 0 !important;
  margin: 0 !important;
}

/* Logo sizing */
.global-header .et_pb_image_wrap {
  width: 60px !important;
}

/* Menu spacing */
.global-header .et_pb_menu {
  margin: 0 !important;
}

/* Button spacing */
.global-header .et_pb_button_module_wrapper {
  margin: 0 !important;
}


/* Smooth scrolling navigation */
html {
  scroll-behavior: smooth;
}



.et_pb_button {
  transition: all 0.3s ease;
  border-radius: 6px;
}

.et_pb_button:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}


.et-fixed-header {
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}



/* Consistent product images */
.woocommerce ul.products li.product img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

/* Product card hover effect */
.woocommerce ul.products li.product {
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}



.et_pb_toggle {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.et_pb_toggle:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}



input,
textarea {
  border-radius: 6px;
  padding: 12px;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: #c49a6c;
  box-shadow: 0 0 6px rgba(196,154,108,0.3);
}

@media (max-width: 768px) {

  /* Reduce padding for mobile */
  .et_pb_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /* Stack WooCommerce products */
  .woocommerce ul.products li.product {
    width: 100%;
  }

}

/* Consistent WooCommerce product images */
.woocommerce ul.products li.product img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

/* FAQ toggle styling */
.et_pb_toggle {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
}


