/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/*
// Base dependencies
@import "base/mixins";
@import "base/reset";

// Component dependencies
@import "components/items";

*/
/* ===== TITOLI PRINCIPALI DEL NEGOZIO ===== */
html#ecwid_html body#my-site .ec-size.ec-size--l .ec-store h1, html#ecwid_html body#my-site .ec-size.ec-size--l .ec-store .ec-header-h1, html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-store h1, html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-store .ec-header-h1 {
  margin: 3.5rem;
  /* Margine unificato */
  font-weight: 400 !important;
  /* Font-weight uniforme */
}
/* Piccoli margini nelle descrizioni griglia */
html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-store .grid__description:first-child {
  margin: 0.5rem;
  /* Margine unificato */
}
html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-store .grid__description p:last-child {
  margin: 0.5rem;
  /* Margine unificato */
}
/* Linea decorativa sotto h1 */
.ec-store .ec-header-h1::after {
  content: "";
  display: block;
  height: 4px;
  width: 50px;
  margin: 25px auto;
  border-radius: 4px;
  background: #e6cd98;
}
/* Titolo categoria dinamico */
.ec-store h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
  margin: 20px auto;
  text-align: center;
  color: #e6cd98;
}
/* Titolo pagina */
html#ecwid_html body#my-site .ec-size.ec-size--l .ec-store .ec-page-title, html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-store .ec-page-title {
  text-align: center;
}
/* Titolo prodotto */
html#ecwid_html body#my-site .ec-size .ec-store .product-details__product-title, html#ecwid_html body#ecwid_body .ec-size .ec-store .product-details__product-title {
  color: #e6cd98;
}
/* ===== NAVIGAZIONE PRODOTTI ===== */
html#ecwid_html body#my-site .ec-size .ec-store .product-details__top-active-navigation .product-details__navigation a, html#ecwid_html body#ecwid_body .ec-size .ec-store .product-details__top-active-navigation .product-details__navigation a {
  color: #e6cd98 !important;
  font-weight: 600 !important;
  transition: color 0.3s ease !important;
}
html#ecwid_html body#my-site .ec-size .ec-store .product-details__top-active-navigation .product-details__navigation a:hover, html#ecwid_html body#ecwid_body .ec-size .ec-store .product-details__top-active-navigation .product-details__navigation a:hover {
  color: #c4a875 !important;
}
html#ecwid_html body#my-site .ec-size .ec-store .product-details__top-active-navigation .product-details__navigation--arrow-left, html#ecwid_html body#my-site .ec-size .ec-store .product-details__top-active-navigation .product-details__navigation--arrow-right, html#ecwid_html body#ecwid_body .ec-size .ec-store .product-details__top-active-navigation .product-details__navigation--arrow-left, html#ecwid_html body#ecwid_body .ec-size .ec-store .product-details__top-active-navigation .product-details__navigation--arrow-right {
  line-height: 0 !important;
  padding: 9px 1px !important;
  cursor: pointer !important;
  fill: #e6cd98 !important;
  transition: all 0.3s ease !important;
}
html#ecwid_html body#my-site .ec-size .ec-store .product-details__top-active-navigation .product-details__navigation--arrow-left:hover, html#ecwid_html body#my-site .ec-size .ec-store .product-details__top-active-navigation .product-details__navigation--arrow-right:hover, html#ecwid_html body#ecwid_body .ec-size .ec-store .product-details__top-active-navigation .product-details__navigation--arrow-left:hover, html#ecwid_html body#ecwid_body .ec-size .ec-store .product-details__top-active-navigation .product-details__navigation--arrow-right:hover {
  fill: #c4a875 !important;
  transform: scale(1.1) !important;
}
/* ===== PULSANTI E FORM ===== */
html#ecwid_html body#my-site .ec-size .ec-store .form-control:not(.form-control--loading) .form-control__button, html#ecwid_html body#ecwid_body .ec-size .ec-store .form-control:not(.form-control--loading) .form-control__button {
  background: #e6cd98;
  border-radius: 8px;
  transition: all 0.3s ease;
}
html#ecwid_html body#my-site .ec-size .ec-store .form-control:not(.form-control--loading) .form-control__button:hover, html#ecwid_html body#ecwid_body .ec-size .ec-store .form-control:not(.form-control--loading) .form-control__button:hover {
  background: #c4a875;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(196, 168, 117, 0.4);
}
html#ecwid_html body#my-site .ec-size .ec-store .form-control--secondary .form-control__button:hover, html#ecwid_html body#ecwid_body .ec-size .ec-store .form-control--secondary .form-control__button:hover {
  border-color: #c4a875 !important;
  background-color: #c4a875 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(196, 168, 117, 0.4);
}
html#ecwid_html body#my-site .ec-size .ec-store .form-control__button--icon-prepend .form-control__button-text, html#ecwid_html body#my-site .ec-size .ec-store .form-control__button-text, html#ecwid_html body#ecwid_body .ec-size .ec-store .form-control__button--icon-prepend .form-control__button-text, html#ecwid_html body#ecwid_body .ec-size .ec-store .form-control__button-text {
  color: #fff;
}
/* ===== GRIGLIA PRODOTTI ===== */
.ec-page-title__featured-products {
  text-align: center;
  margin-bottom: 3rem;
}
.ec-page-title__featured-products .page-title__name {
  color: #e6cd98;
  font-weight: 400;
  position: relative;
  display: inline-block;
}
.ec-page-title__featured-products .page-title__name::after {
  content: "";
  display: block;
  height: 3px;
  width: 60px;
  margin: 20px auto 0;
  border-radius: 3px;
  background: #e6cd98;
}
/* 3 prodotti per riga nella griglia Ecwid */
.ec-size .ec-store .grid__products .grid-product {
  width: 33.3333% !important;
  box-sizing: border-box;
}
.grid-product {
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.grid-product:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(230, 205, 152, 0.2);
}
.grid-product--has-shadow {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.grid-product__wrap-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.grid-product__image {
  position: relative;
  display: block;
  overflow: hidden;
  background: #fafafa;
  border-radius: 12px 12px 0 0;
}
.grid-product__image .grid-product__picture {
  transition: transform 0.4s ease;
}
.grid-product__image:hover .grid-product__picture {
  transform: scale(1.05);
}
.grid-product__label {
  position: absolute;
  z-index: 2;
}
.grid-product__label--bottom {
  bottom: 10px;
  left: 10px;
}
.grid-product__label .ec-label {
  padding: 5px 12px;
  border-radius: 12px;
  font-size: 0.85rem;
  font-weight: 600;
}
.grid-product__label .ec-label.label--highlight {
  background: #e6cd98;
  color: #fff;
}
.grid-product__label .ec-label.label--inversed {
  background: #fff;
  border: 2px solid #e6cd98;
}
.grid-product__label .ec-label.label--inversed .label__text {
  font-weight: 700;
}
.grid-product__title {
  padding: 1rem;
  text-decoration: none;
  color: #333;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex-grow: 1;
}
.grid-product__title:hover {
  color: #e6cd98;
}
.grid-product__title-inner {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  transition: color 0.3s ease;
}
.grid-product__price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.grid-product__price-value {
  font-size: 1.25rem;
  font-weight: 700;
  color: #e6cd98;
}
.grid-product__price-lowest {
  flex-basis: 100% !important;
  width: 100% !important;
  margin-top: 0.5rem !important;
  font-size: 0.85rem !important;
  line-height: 1.4 !important;
}
html#ecwid_html body#my-site .ec-size .ec-store .grid__products--layout-justify .grid-product__price-lowest, html#ecwid_html body#ecwid_body .ec-size .ec-store .grid__products--layout-justify .grid-product__price-lowest {
  max-width: none !important;
}
.grid-product__button.grid-product__buy-now {
  display: flex;
  justify-content: flex-end;
  padding: 1rem;
}
.grid-product__button.grid-product__buy-now .form-control--button {
  width: auto;
}
.grid-product__button.grid-product__buy-now .form-control--button .form-control__button {
  width: auto;
  background: #e6cd98;
  border: none;
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.grid-product__button.grid-product__buy-now .form-control--button .form-control__button .form-control__button-text {
  color: #fff;
}
.grid-product__shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.grid-product__shadow .grid-product__shadow-inner {
  font-size: 0.9rem;
  font-weight: 500;
}
.grid-product:hover .grid-product__shadow {
  opacity: 1;
}
@media (max-width: 768px) {
  .grid-product__title {
    padding: 0.75rem;
  }
  .grid-product__price-value {
    font-size: 1.1rem;
  }
}
@media (max-width: 480px) {
  .grid-product__title-inner {
    font-size: 0.9rem;
  }
}
/* 2 colonne su tablet */
@media (max-width: 992px) {
  .ec-size .ec-store .grid__products .grid-product {
    width: 50% !important;
  }
}
/* 1 colonna su mobile */
@media (max-width: 576px) {
  .ec-size .ec-store .grid__products .grid-product {
    width: 100% !important;
  }
}
/* ===== FOOTER ECWID - FUNZIONI PRINCIPALI ===== */
html#ecwid_html body#my-site .ec-size .ec-store .ec-footer, html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-footer {
  padding: 3rem 0 2rem 0;
  border-top: 2px solid #e6cd98;
}
html#ecwid_html body#my-site .ec-size .ec-store .ec-footer__row, html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-footer__row {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin: 1.5rem auto 0 auto;
  max-width: 100%;
}
html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-store .ec-footer__row {
  margin-top: 10px !important;
}
html#ecwid_html body#my-site .ec-size .ec-store .ec-footer__cell, html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-footer__cell {
  flex: 0 1 auto;
}
html#ecwid_html body#my-site .ec-size .ec-store .ec-footer__link, html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-footer__link {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  padding: 1rem 1.5rem !important;
  border-radius: 8px !important;
  background: rgba(230, 205, 152, 0.08) !important;
  border: 1px solid #e5e5e5 !important;
  color: #333 !important;
  font-weight: 600 !important;
  font-size: 0.9rem !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
}
html#ecwid_html body#my-site .ec-size .ec-store .ec-footer__link:hover, html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-footer__link:hover {
  background: #e6cd98 !important;
  color: #fff !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 6px 16px rgba(230, 205, 152, 0.3) !important;
  border-color: #e6cd98 !important;
}
html#ecwid_html body#my-site .ec-size .ec-store .ec-footer__link .svg-icon, html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-footer__link .svg-icon {
  width: 32px !important;
  height: 32px !important;
}
html#ecwid_html body#my-site .ec-size .ec-store .ec-footer__link .svg-icon svg, html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-footer__link .svg-icon svg {
  width: 100% !important;
  height: 100% !important;
  fill: #e6cd98 !important;
  transition: fill 0.3s ease !important;
}
html#ecwid_html body#my-site .ec-size .ec-store .ec-footer__link:hover .svg-icon svg, html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-footer__link:hover .svg-icon svg {
  fill: #fff !important;
}
@media (max-width: 992px) {
  html#ecwid_html body#my-site .ec-size .ec-store .ec-footer, html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-footer {
    padding: 2.5rem 0 1.5rem 0;
  }
  html#ecwid_html body#my-site .ec-size .ec-store .ec-footer__row, html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-footer__row {
    gap: 1.5rem;
    justify-content: center !important;
  }
  html#ecwid_html body#my-site .ec-size .ec-store .ec-footer__link, html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-footer__link {
    padding: 0.85rem 1.25rem !important;
    font-size: 0.88rem !important;
  }
  html#ecwid_html body#my-site .ec-size .ec-store .ec-footer__link .svg-icon, html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-footer__link .svg-icon {
    width: 30px !important;
    height: 30px !important;
  }
}
@media (max-width: 768px) {
  html#ecwid_html body#my-site .ec-size .ec-store .ec-footer, html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-footer {
    padding: 2rem 0 1rem 0;
  }
  html#ecwid_html body#my-site .ec-size .ec-store .ec-footer__row, html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-footer__row {
    gap: 1rem;
    margin-top: 1rem;
    justify-content: center !important;
  }
  html#ecwid_html body#my-site .ec-size .ec-store .ec-footer__link, html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-footer__link {
    padding: 0.75rem 1rem !important;
    font-size: 0.85rem !important;
    flex: 1 1 calc(50% - 0.5rem);
    min-width: 140px;
  }
  html#ecwid_html body#my-site .ec-size .ec-store .ec-footer__link .svg-icon, html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-footer__link .svg-icon {
    width: 28px !important;
    height: 28px !important;
  }
}
@media (max-width: 576px) {
  html#ecwid_html body#my-site .ec-size .ec-store .ec-footer, html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-footer {
    padding: 1.5rem 0 0.75rem 0;
  }
  html#ecwid_html body#my-site .ec-size .ec-store .ec-footer__row, html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-footer__row {
    gap: 0.75rem;
    margin-top: 0.75rem;
    justify-content: center !important;
  }
  html#ecwid_html body#my-site .ec-size .ec-store .ec-footer__link, html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-footer__link {
    padding: 0.6rem 0.85rem !important;
    font-size: 0.8rem !important;
    flex: 1 1 100%;
    max-width: 100%;
  }
  html#ecwid_html body#my-site .ec-size .ec-store .ec-footer__link .svg-icon, html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-footer__link .svg-icon {
    width: 24px !important;
    height: 24px !important;
  }
}
@media (max-width: 480px) {
  html#ecwid_html body#my-site .ec-size .ec-store .ec-footer__link, html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-footer__link {
    padding: 0.5rem 0.75rem !important;
    font-size: 0.75rem !important;
    gap: 0.35rem !important;
  }
}
/* ===== PAGINATORE (EC-PAGER) ===== */
html#ecwid_html body#my-site .ec-size .ec-store .ec-pager, html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-pager {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
html#ecwid_html body#my-site .ec-size .ec-store .pager__head, html#ecwid_html body#ecwid_body .ec-size .ec-store .pager__head {
  font-size: 0.95rem;
  font-weight: 600;
  color: #333 !important;
}
html#ecwid_html body#my-site .ec-size .ec-store .pager__body, html#ecwid_html body#my-site .ec-size .ec-store .pager__body--has-next, html#ecwid_html body#ecwid_body .ec-size .ec-store .pager__body, html#ecwid_html body#ecwid_body .ec-size .ec-store .pager__body--has-next {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 1rem !important;
  flex-wrap: nowrap !important;
}
html#ecwid_html body#my-site .ec-size .ec-store .pager__button, html#ecwid_html body#ecwid_body .ec-size .ec-store .pager__button {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 0.5rem !important;
  padding: 0.75rem 1.25rem !important;
  border-radius: 8px !important;
  background: rgba(230, 205, 152, 0.1) !important;
  border: 1px solid #e5e5e5 !important;
  color: #333 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  white-space: nowrap !important;
}
html#ecwid_html body#my-site .ec-size .ec-store .pager__button:hover, html#ecwid_html body#ecwid_body .ec-size .ec-store .pager__button:hover {
  background: #e6cd98 !important;
  color: #fff !important;
  border-color: #e6cd98 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(230, 205, 152, 0.3) !important;
}
html#ecwid_html body#my-site .ec-size .ec-store .pager__button svg, html#ecwid_html body#ecwid_body .ec-size .ec-store .pager__button svg {
  fill: #e6cd98 !important;
  transition: fill 0.3s ease !important;
  width: 20px !important;
  height: 10px !important;
  flex-shrink: 0 !important;
}
html#ecwid_html body#my-site .ec-size .ec-store .pager__button:hover svg, html#ecwid_html body#ecwid_body .ec-size .ec-store .pager__button:hover svg {
  fill: #fff !important;
}
html#ecwid_html body#my-site .ec-size .ec-store .pager__pages, html#ecwid_html body#ecwid_body .ec-size .ec-store .pager__pages {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 0.5rem !important;
  flex-wrap: nowrap !important;
}
html#ecwid_html body#my-site .ec-size .ec-store .pager__number, html#ecwid_html body#ecwid_body .ec-size .ec-store .pager__number {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 40px !important;
  height: 40px !important;
  padding: 0.5rem !important;
  border-radius: 4px !important;
  background: transparent !important;
  border: 1px solid #e5e5e5 !important;
  color: #333 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
}
html#ecwid_html body#my-site .ec-size .ec-store .pager__number:hover, html#ecwid_html body#ecwid_body .ec-size .ec-store .pager__number:hover {
  background: rgba(230, 205, 152, 0.2) !important;
  border-color: #e6cd98 !important;
  color: #e6cd98 !important;
}
html#ecwid_html body#my-site .ec-size .ec-store .pager__number--current, html#ecwid_html body#ecwid_body .ec-size .ec-store .pager__number--current {
  background: #e6cd98 !important;
  color: #fff !important;
  border-color: #e6cd98 !important;
}
html#ecwid_html body#my-site .ec-size .ec-store .pager__number--current:hover, html#ecwid_html body#ecwid_body .ec-size .ec-store .pager__number--current:hover {
  background: #c4a875 !important;
  border-color: #c4a875 !important;
  color: #fff !important;
}
@media (max-width: 768px) {
  html#ecwid_html body#my-site .ec-size .ec-store .pager__body, html#ecwid_html body#ecwid_body .ec-size .ec-store .pager__body {
    flex-wrap: wrap;
    justify-content: center;
  }
  html#ecwid_html body#my-site .ec-size .ec-store .pager__button, html#ecwid_html body#ecwid_body .ec-size .ec-store .pager__button {
    padding: 0.6rem 1rem !important;
    font-size: 0.9rem !important;
  }
  html#ecwid_html body#my-site .ec-size .ec-store .pager__number, html#ecwid_html body#ecwid_body .ec-size .ec-store .pager__number {
    min-width: 36px !important;
    height: 36px !important;
    font-size: 0.9rem !important;
  }
}
#g-page-surround {
  box-shadow: none;
}
/*Padding Custom Position*/
#g-container {
  padding: 1rem 0;
}
#g-afterbottom, #g-bottom, #g-content-bottom, #g-extension, #g-intro, #g-last, #g-mainbody, #g-mainbottom, #g-prebottom {
  padding: 1.5rem 0;
}
#g-feature {
  padding: 3.5rem 0 0.5rem 0;
}
#g-afterbottom {
  border-bottom: 1px solid #fff;
}
.g-introtext {
  text-transform: lowercase;
  font-size: 1.3rem;
}
.plg_system_webauthn_login_button {
  display: inline-flex !important;
  align-items: center;
  gap: 15px;
}
code {
  padding: 0 5px;
  margin: 0 5px;
  background: #fafafa;
  color: #000000;
  font-size: 16px;
  border: 1px solid #e6cd98;
}
code a:hover {
  color: #363636;
}
.uk-alert-gold {
  background: #e6cd98;
  border: 1px solid rgba(196, 168, 117, 0.3);
  border-radius: 4px;
  color: #000000;
  text-transform: uppercase;
  padding: 10px;
}
.table-hover tbody tr:hover {
  background-color: #f2f2f2 !important;
}
/*Companies Particle - Bottom*/
.g-companies.style1 .g-companies-item img, .g-companies.style2 .g-companies-item img, .g-companies-slider.style1 .g-companies-item img, .g-companies-slider.style2 .g-companies-item img, .g-companies-slideset.style1 .g-companies-item img, .g-companies-slideset.style2 .g-companies-item img {
  filter: none;
}
/*Call to action 1*/
.g-cta-button.style1 .g-cta-inner {
  border-right: 2px solid #e6cd98;
}
.g-cta-button.style1 .g-cta-inner .g-cta-right .button {
  border: none !important;
  padding: 26px;
  color: #363636;
}
.g-cta-button.orizontal-layout .g-cta-inner .g-cta-title {
  font-size: 2rem;
  margin-bottom: 0;
  padding-bottom: 26px;
}
.g-cta-button.orizontal-layout .g-cta-inner .g-cta-left {
  font-size: 1.3rem;
  float: none;
  text-align: center;
  padding: 26px;
}
.g-cta-button.orizontal-layout .g-cta-inner .g-cta-right {
  float: none;
  text-align: center;
  display: block;
  margin: 40px 0 26px 0;
}
/*Call to action 2*/
.g-cta-button.style2 .g-cta-inner {
  border: 1px solid #e5e5e5;
}
.g-cta-button.style2 .g-cta-inner .g-cta-right .button {
  border: none !important;
  padding: 26px;
  background-color: #e6cd98;
  color: #363636;
}
.g-cta-button.style2 .g-cta-inner .g-cta-right .button:hover {
  background: #d7af5a;
}
.g-cta-button.orizontal-layout .g-cta-inner .g-cta-title {
  font-size: 2rem;
  margin-bottom: 0;
  padding-bottom: 26px;
}
.g-cta-button.orizontal-layout .g-cta-inner .g-cta-left {
  font-size: 1.3rem;
  float: none;
  text-align: center;
  padding: 26px;
}
.g-cta-button.orizontal-layout .g-cta-inner .g-cta-right {
  float: none;
  text-align: center;
  display: block;
  margin: 40px 0 26px 0;
}
.g-features2-particle.style2 {
  text-align: center;
}
.g-features2-particle.style2 .g-features2-particle-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.1rem;
}
.g-features2-particle.style2 .g-features2-particle-image img {
  max-width: auto;
  max-height: 100%;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  transition: box-shadow 0.3s;
}
.g-features2-particle.style2 .g-features2-particle-title {
  padding-top: 1rem;
}
.g-features2-particle.style2 .g-features2-particle-title h4 {
  padding-bottom: 0.7rem;
}
#g-extension .g-main-nav .g-toplevel {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 1rem 2rem;
  border: 2px solid #e6cd98;
  border-radius: 8px;
  background: rgba(230, 205, 152, 0.05);
  box-shadow: 0 4px 12px rgba(230, 205, 152, 0.15);
  transition: all 0.3s ease;
}
#g-extension .g-main-nav .g-toplevel:hover {
  box-shadow: 0 6px 16px rgba(230, 205, 152, 0.25);
  transform: translateY(-2px);
}
#g-extension .g-main-nav .g-toplevel .g-menu-item {
  margin: 0 5px 5p 0;
  position: relative;
}
#g-extension .g-main-nav .g-toplevel .g-menu-item:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #e6cd98;
  opacity: 0.4;
  font-weight: 300;
}
#g-extension .g-main-nav .g-toplevel .g-menu-item .g-menu-item-container {
  display: inline-block;
  text-decoration: none;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  transition: all 0.3s ease;
  color: #333;
  font-weight: 600;
  font-size: 16px;
  position: relative;
}
#g-extension .g-main-nav .g-toplevel .g-menu-item .g-menu-item-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 80%;
  height: 2px;
  background: #e6cd98;
  transition: transform 0.3s ease;
}
#g-extension .g-main-nav .g-toplevel .g-menu-item .g-menu-item-container:hover {
  color: #e6cd98;
  text-decoration: none;
}
#g-extension .g-main-nav .g-toplevel .g-menu-item .g-menu-item-container:hover::after {
  transform: translateX(-50%) scaleX(1);
}
#g-extension .g-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (max-width: 768px) {
  #g-extension .g-main-nav .g-toplevel {
    flex-direction: column;
    padding: 1rem;
  }
  #g-extension .g-main-nav .g-toplevel .g-menu-item {
    width: 100%;
    margin: 0.25rem 0;
  }
  #g-extension .g-main-nav .g-toplevel .g-menu-item .g-menu-item-container {
    display: block;
    width: 100%;
    padding: 0.75rem;
    text-align: center;
  }
}
@media (max-width: 480px) {
  #g-extension .g-container {
    padding: 0 0.5rem;
  }
  #g-extension .g-main-nav .g-toplevel {
    padding: 0.75rem;
  }
  #g-extension .g-main-nav .g-toplevel .g-menu-item .g-menu-item-container {
    padding: 0.6rem;
    font-size: 0.9rem;
  }
}
#g-drawer {
  padding: 0;
  margin: 0;
  background: transparent;
  min-height: 0;
}
#g-drawer .g-container, #g-drawer .g-grid, #g-drawer .g-block, #g-drawer .g-content, #g-drawer .drawer {
  padding: 0;
  margin: 0;
  min-height: 0;
  background: transparent;
  box-shadow: none;
}
.g-mini-cart-drawer {
  position: fixed;
  top: 350px;
  right: 0;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.g-mini-cart-drawer .g-mini-cart-item {
  min-width: 52px;
  min-height: 52px;
  border-bottom: 1px solid #e5e5e5;
}
.g-mini-cart-drawer .g-mini-cart-item:last-child {
  border-bottom: none;
}
.g-mini-cart-drawer .g-mini-cart-item a {
  display: block;
  padding: 14px;
  text-align: center;
  line-height: 1;
  color: #333;
  transition: all 0.2s;
}
.g-mini-cart-drawer .g-mini-cart-item a i {
  font-size: 18px;
}
.g-mini-cart-drawer .g-mini-cart-item a:hover {
  background: #e6cd98;
  color: #ffffff;
}
.g-mini-cart-drawer .g-mini-cart-item .ec-cart-widget {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  text-align: center;
  line-height: 1;
  color: #333;
  transition: all 0.2s;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.g-mini-cart-drawer .g-mini-cart-item .ec-cart-widget *, .g-mini-cart-drawer .g-mini-cart-item .ec-cart-widget a {
  background: transparent;
  border: 0;
  color: inherit;
  text-decoration: none;
}
.g-mini-cart-drawer .g-mini-cart-item .ec-cart-widget [class*="label"], .g-mini-cart-drawer .g-mini-cart-item .ec-cart-widget [class*="title"], .g-mini-cart-drawer .g-mini-cart-item .ec-cart-widget [class*="text"], .g-mini-cart-drawer .g-mini-cart-item .ec-cart-widget .ec-minicart__title, .g-mini-cart-drawer .g-mini-cart-item .ec-cart-widget .ec-cart-widget__label {
  display: none !important;
}
.g-mini-cart-drawer .g-mini-cart-item .ec-cart-widget i, .g-mini-cart-drawer .g-mini-cart-item .ec-cart-widget svg {
  font-size: 18px;
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: currentColor;
}
.g-mini-cart-drawer .g-mini-cart-item .ec-cart-widget [class*="counter"], .g-mini-cart-drawer .g-mini-cart-item .ec-cart-widget .ec-minicart__counter, .g-mini-cart-drawer .g-mini-cart-item .ec-cart-widget .ec-cart-widget__counter {
  position: absolute;
  top: 6px;
  right: 6px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 10px;
  background: #e6cd98;
  color: #ffffff;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}
.g-mini-cart-drawer .g-mini-cart-item:hover {
  background: #e6cd98;
}
.g-mini-cart-drawer .g-mini-cart-item:hover a, .g-mini-cart-drawer .g-mini-cart-item:hover .ec-cart-widget {
  color: #ffffff;
}
.g-offcanvas-toggle {
  background: rgba(0, 0, 0, 0.5);
  padding: 26px;
  top: 20px;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #000000;
}
/*price list*/
.g-price-lists .color1 .g-price-list-inner {
  background: #fff;
}
.g-price-lists .color2 .g-price-list-inner {
  background: #fafafa;
}
.g-slideshow .g-slideshow-desc {
  display: block;
}
/*Social Particle - Afterbottom*/
.g-social.big-icons {
  color: #000000;
}
.g-social.big-icons > a:hover {
  color: #000000;
  background: #fff !important;
}
/*# sourceMappingURL=custom_9.css.map */