/* Фон зад изображението */
.damaska-popup-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.75);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Стилизирано голямо изображение */
.damaska-popup-overlay img {
  max-width: 90vw;
  max-height: 90vh;
  border: 5px solid white;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(0,0,0,0.6);
  transition: 0.3s ease;
}

/* Скрий контактната форма */
.single-product .wpcf7 {
  display: none !important;
}

/* Layout за variation swatches */
.variations .swatch-attribute {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.variations .swatch-attribute:nth-child(2n) {
  margin-right: 0;
}

.variations .swatch-attribute:nth-child(5) {
  width: 100%;
}

.variations > * {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin-right: 2%;
  margin-bottom: 20px;
}

.variations > *:nth-child(2n) {
  margin-right: 0;
}

.variations > *:nth-child(5) {
  width: 100%;
}

.variations_form .variations td.value {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.variations_form .variations td.value label,
.variations_form .variations td.value .variation-radio,
.variations_form .variations td.value .swatch,
.variations_form .variations td.value select {
  width: calc(50% - 10px); /* 2 на ред */
  box-sizing: border-box;
}

/* СКРИЙ бутоните S, M, L */
.variations_form .button-variable-item[data-value="S"],
.variations_form .button-variable-item[data-value="M"],
.variations_form .button-variable-item[data-value="L"] {
  display: none !important;
}

.charlie-swatches {
  display: none !important;
}
/* Подреждане на двойки групи една до друга */
.product-addon {
  margin-bottom: 30px;
}

.product-addon-group {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.product-addon-group .addon-group-inner {
  flex: 1 1 48%;
}

/* Само за Solar – цял ред */
.product-addon-group.solar .addon-group-inner {
  flex: 1 1 100%;
}

/* Подреждане на swatch бутоните по 5 на ред */
.addon-image-swatch-options,
.addon-options {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}
/* Общ zoom ефект при избор */
.addon-swatch.selected {
  transform: scale(1.2);
  transition: transform 0.2s ease;
}

/* Общ zoom ефект за всички плата */
.addon-swatch.selected {
  transform: scale(1.2);
  transition: transform 0.2s ease;
}

/* Стандартен zoom върху родителя на селектирания swatch */
label.addon-image-swatch.selected {
  transform: scale(1.2);
  transition: transform 0.2s ease;
}

/* Всички селектирани swatch-и се zoom-ват */
label.addon-image-swatch.selected {
  transform: scale(1.2);
  transition: transform 0.2s ease;
}

/* Изключение за тези с alt="None" (с добавен клас no-zoom) */
label.addon-image-swatch.no-zoom.selected {
  transform: none !important;
}

}

}
.woocommerce a.button {
    background-color: #C6A664 !important; /* златист фон */
    color: #fff !important;               /* бял текст */
    border-radius: 30px;
    padding: 12px 30px;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.woocommerce a.button:hover {
    background-color: #a58543 !important; /* по-тъмен при hover */
    color: #fff !important;
}
.woocommerce ul.products li.product {
  transition: all 0.3s ease;
  transform: scale(1);
}

.woocommerce ul.products li.product:hover {
  transform: scale(1.03) translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
/* Footer spacing improvements */
.footer-widget-area {
    padding: 40px 20px;  /* разстояние вътре */
}

.footer-widget-area .widget {
    margin-bottom: 20px; /* разстояние под всеки widget */
}

.footer-widget-area ul li {
    margin-bottom: 8px; /* разстояние между линковете */
}

.footer-widget-area h4 {
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
/* Background & text */
.footer-widget-area {
    background-color: #f8f8f8;   /* светъл сив фон */
    color: #333;                /* тъмен текст */
    padding: 40px 20px;
}

/* Заглавия на колоните */
.footer-widget-area h4 {
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;  /* черно за контраст */
}

/* Линкове */
.footer-widget-area a {
    color: #333;                 /* тъмно сиво за нормално състояние */
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-widget-area a:hover {
    color: #0073e6;              /* син цвят при hover */
    text-decoration: underline;
}

/* Разстояние между линковете */
.footer-widget-area ul li {
    margin-bottom: 8px;
}

/* Разстояние под widget-и */
.footer-widget-area .widget {
    margin-bottom: 20px;
}
/* Центриране на текст и линкове във footer колоните */
.footer-widget-area .widget {
    text-align: center;
}

/* Линкове - центрирани и по-чисти */
.footer-widget-area ul {
    list-style: none;   /* маха точките от списъка */
    padding: 0;
    margin: 0;
}

.footer-widget-area ul li {
    margin-bottom: 8px;
}
/* Contact us секция на началната страница */
.home-contact-section {
    background-color: #f8f8f8; /* светъл фон */
    padding: 60px 20px;
    text-align: center;
}

.home-contact-section h2 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 700;
}

.home-contact-section p {
    font-size: 18px;
    margin-bottom: 25px;
    color: #555;
}

.home-contact-section .btn-contact {
    background: #0073e6;
    color: #fff;
    padding: 14px 26px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    transition: background .3s;
}

.home-contact-section .btn-contact:hover {
    background: #005bb5;
}

.home-contact-section {
  background: #1f1f1f;      /* черен фон */
  color: #fff;
  text-align: center;
  padding: 60px 20px;
}

.home-contact-section h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}

.contact-boxes {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.contact-item {
  min-width: 180px;
}

.contact-item .icon {
  font-size: 36px;
  margin-bottom: 10px;
}

.contact-item a {
  color: #fff;
  text-decoration: none;
}

.contact-item a:hover {
  color: #0073e6;
  text-decoration: underline;
}
.elementor-widget-image img {
  height: 400px;       /* еднаква височина за всички */
  width: 100%;         /* разтягане по ширина */
  object-fit: cover;   /* изрязване, за да пасне красиво */
}
/* Hero section slideshow fix */
.elementor-background-slideshow__slide,
.elementor-background-overlay {
  background-size: cover !important;
  background-position: center center !important;
}
/* Еднакви продуктови снимки */
.woocommerce ul.products li.product a img {
  height: 350px;      /* избери височина – напр. 350 или 400px */
  width: 100%;
  object-fit: cover;  /* реже равномерно, вместо да разтяга */
}

.hero-box-simple {
  background: rgba(0,0,0,0.75); /* по-тъмна кутия */
  color: #fff;
  padding: 40px 50px;
  border-radius: 12px;
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}

.hero-box-simple h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.hero-box-simple p {
  font-size: 18px;
  margin-bottom: 20px;
  color: #ddd;
}
.hero-box-simple {
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(5px);
}
/* === GRID: равномерни разстояния === */
.woocommerce ul.products {
  gap: 28px; /* разстояние между картите */
}

/* === CARD: основен стил === */
.woocommerce ul.products li.product {
  background: #ffffff;
  border: 1px solid #eef0f3;
  border-radius: 14px;
  padding: 22px 20px 20px;
  box-shadow: 0 8px 22px rgba(0,0,0,.06);
  display: flex;
  flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  min-height: 420px; /* равна височина – коригирай според нуждите */
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0,0,0,.10);
  border-color: #e6e9ef;
}

/* === СНИМКА (ако показваш изображения) === */
.woocommerce ul.products li.product a img {
  border-radius: 10px;
  margin-bottom: 14px;
  height: 260px;          /* фиксира височината */
  width: 100%;
  object-fit: cover;      /* равномерно изрязване */
  transition: transform .25s ease;
}
.woocommerce ul.products li.product:hover a img {
  transform: scale(1.02);
}

/* === КАТЕГОРИЯ === */
.woocommerce ul.products li.product .ast-woo-product-category {
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #7a8795;
  margin-bottom: 6px;
  text-align: center;
}

/* === ЗАГЛАВИЕ === */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  text-align: center;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 6px;
  min-height: 2.6em;                  /* задържа до ~2 реда */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* === РЕЙТИНГ === */
.woocommerce ul.products li.product .star-rating {
  margin: 6px auto 8px;
  color: #ffb400; /* златисти звездички */
}

/* === ЦЕНА === */
.woocommerce ul.products li.product .price {
  text-align: center;
  font-weight: 800;
  color: #111;
  margin: 4px 0 14px;
  font-size: 16px;
}

/* === БУТОН === */
.woocommerce ul.products li.product .button {
  margin-top: auto;               /* бутонът застава в долната част */
  width: 100%;
  text-align: center;
  padding: .8rem 1rem;
  border-radius: 10px;
  background: #2e64d3;            /* синият ти цвят – замени при нужда */
  color: #fff;
  font-weight: 600;
  box-shadow: 0 6px 16px rgba(46,100,211,.25);
  transition: background .18s ease, transform .18s ease;
}
.woocommerce ul.products li.product .button:hover {
  background: #234fa6;
  transform: translateY(-1px);
}

/* === БАДЖ "Sale" – по-стилен (по желание) === */
.woocommerce span.onsale {
  background: #d4af37;          /* златист */
  color: #111;
  border-radius: 999px;
  padding: .35rem .6rem;
  min-height: auto;
  min-width: auto;
  top: 14px;
  left: 14px;
  font-weight: 700;
  box-shadow: 0 6px 16px rgba(0,0,0,.15);
}

/* === КОНТРОЛ НА ВИСОЧИНИ – стабилизира заглавие/цена/бутон === */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .star-rating {
  align-self: center;
}
/* Рамка за изображението с фиксирано съотношение 4:5 */
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: block;
  aspect-ratio: 4 / 5;            /* еднаква височина/ширина на рамката */
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  place-items: center;            /* центрира снимката */
  margin-bottom: 14px;
}

/* Снимка: без рязане */
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;            /* показва цялата снимка */
  object-position: center;
  transition: transform .25s ease;
  border-radius: 0;               /* рамката вече е заоблена */
}

.woocommerce ul.products li.product:hover a.woocommerce-LoopProduct-link img {
  transform: scale(1.02);         /* лек hover (може да махнеш) */
}
/* Husky (WOOF) */
.woof_price_filter, .woof_price2 { display: none !important; }

/* WooCommerce core widget */
.widget_price_filter { display: none !important; }

/* Elementor/JetSmartFilters – често срещани класове */
.jet-range, .e-filter-price, .yith-wcan-price-filter { display: none !important; }

#finishModal{
  position:fixed; inset:0; display:none;
  align-items:center; justify-content:center;
  background:rgba(0,0,0,.85); z-index:999999; cursor:zoom-out;
}
#finishModal img{ max-width:90vw; max-height:90vh }

/* === BULGARU FINAL CHECKOUT STYLE === */

/* Цялата страница */
.woocommerce-checkout {
  background: #f8f8f8;
  padding: 50px 0;
}

/* Главен контейнер */
.woocommerce-checkout form.checkout {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  padding: 45px 50px;
  border-radius: 20px;
  box-shadow: 0 5px 30px rgba(0,0,0,0.08);
}

/* Заглавия */
.woocommerce-checkout h3,
#order_review_heading {
  font-size: 22px;
  font-weight: 600;
  color: #111;
  border-bottom: 2px solid #d4af37;
  padding-bottom: 8px;
  margin-bottom: 25px;
}

/* Полета */
.woocommerce input.input-text,
.woocommerce select,
.woocommerce textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 12px;
  font-size: 16px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
.woocommerce input.input-text:focus,
.woocommerce select:focus,
.woocommerce textarea:focus {
  border-color: #d4af37;
  box-shadow: 0 0 4px rgba(212,175,55,0.4);
}

/* Еконт секции */
.econt-office-select,
.econt-address-fields {
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
}

/* === Секция: Вашата поръчка === */
#order_review {
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 30px;
  margin-top: 40px;
  box-shadow: 0 3px 20px rgba(0,0,0,0.05);
}

/* Таблица с продукти */
.woocommerce-checkout-review-order-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  font-size: 15px;
}
.woocommerce-checkout-review-order-table th {
  color: #444;
  font-weight: 600;
}
.woocommerce-checkout-review-order-table td {
  color: #111;
}

/* Stripe / Плащане */
#payment {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 25px;
  margin-top: 25px;
}

/* Бутон Поръчване */
#place_order {
  background-color: #000;
  color: #fff;
  width: 100%;

	
	
	/* === BULGARU WOOD FINISHES - FIXED VERSION === */

/* Унифицирани стилове за всички възможни типове swatches */
.ast-woo-variation-swatches__option,
.ast-woo-variation-swatches__circle,
.ast-woo-variation-swatches__image,
.ast-woo-variation-swatches__color,
.ast-woo-variation-swatches__label,
.woo-variation-items-wrapper .variable-item,
.swatch,
.variation-swatch {
    width: 68px !important;
    height: 68px !important;
    border-radius: 50% !important;
    border: 2px solid #dcdcdc !important;
    overflow: hidden;
    transition: all 0.25s ease !important;
    position: relative;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

/* Hover ефект */
.ast-woo-variation-swatches__option:hover,
.swatch:hover,
.variable-item:hover {
    transform: scale(1.1);
    border-color: #C9A227 !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    z-index: 5;
}

/* Активен избор */
.ast-woo-variation-swatches__option.selected,
.variable-item.selected,
.swatch.selected {
    border-color: #C9A227 !important;
    box-shadow: 0 5px 14px rgba(0,0,0,0.3);
}

/* Popup-style преглед при задържане */
.swatch:hover::before,
.ast-woo-variation-swatches__option:hover::before {
    content: '';
    position: absolute;
    top: -150%;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 90px;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.4);
    z-index: 999;
}

/* Tooltip с името на финиша (ако има data-title) */
.swatch::after,
.ast-woo-variation-swatches__option::after {
    content: attr(data-title);
    positio/* Фон зад изображението */
.damaska-popup-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.75);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Стилизирано голямо изображение */
.damaska-popup-overlay img {
  max-width: 90vw;
  max-height: 90vh;
  border: 5px solid white;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(0,0,0,0.6);
  transition: 0.3s ease;
}

/* Скрий контактната форма */
.single-product .wpcf7 {
  display: none !important;
}

/* Layout за variation swatches */
.variations .swatch-attribute {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.variations .swatch-attribute:nth-child(2n) {
  margin-right: 0;
}

.variations .swatch-attribute:nth-child(5) {
  width: 100%;
}

/* СКРИЙ бутоните S, M, L */
.variations_form .button-variable-item[data-value="S"],
.variations_form .button-variable-item[data-value="M"],
.variations_form .button-variable-item[data-value="L"] {
  display: none !important;
}

.charlie-swatches {
  display: none !important;
}

/* Подреждане на двойки групи една до друга */
.product-addon {
  margin-bottom: 30px;
}

.product-addon-group {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.product-addon-group .addon-group-inner {
  flex: 1 1 48%;
}

/* Само за Solar – цял ред */
.product-addon-group.solar .addon-group-inner {
  flex: 1 1 100%;
}

/* Подреждане на swatch бутоните по 5 на ред */
.addon-image-swatch-options,
.addon-options {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

/* Общ zoom ефект при избор */
.addon-swatch.selected {
  transform: scale(1.2);
  transition: transform 0.2s ease;
}

/* Изключение за тези с alt="None" */
label.addon-image-swatch.no-zoom.selected {
  transform: none !important;
}

/* WooCommerce бутон */
.woocommerce a.button {
  background-color: #C6A664 !important;
  color: #fff !important;
  border-radius: 30px;
  padding: 12px 30px;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.woocommerce a.button:hover {
  background-color: #a58543 !important;
  color: #fff !important;
}

/* Продуктови карти */
.woocommerce ul.products li.product {
  transition: all 0.3s ease;
  transform: scale(1);
}

.woocommerce ul.products li.product:hover {
  transform: scale(1.03) translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

/* Footer */
.footer-widget-area {
  background-color: #f8f8f8;
  color: #333;
  padding: 40px 20px;
  text-align: center;
}

.footer-widget-area h4 {
  margin-bottom: 15px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}

.footer-widget-area a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-widget-area a:hover {
  color: #0073e6;
  text-decoration: underline;
}

.footer-widget-area ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-widget-area ul li {
  margin-bottom: 8px;
}

/* Hero section */
.elementor-widget-image img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.elementor-background-slideshow__slide,
.elementor-background-overlay {
  background-size: cover !important;
  background-position: center center !important;
}

/* Еднакви продуктови снимки */
.woocommerce ul.products li.product a img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}

/* === GRID и CARD стилове === */
.woocommerce ul.products {
  gap: 28px;
}

.woocommerce ul.products li.product {
  background: #fff;
  border: 1px solid #eef0f3;
  border-radius: 14px;
  padding: 22px 20px 20px;
  box-shadow: 0 8px 22px rgba(0,0,0,.06);
  display: flex;
  flex-direction: column;
  min-height: 420px;
  transition: all .18s ease;
}

/* === BULGARU WOOD FINISHES 4x2 GRID === */
.tawcvs-swatches[data-attribute_name="attribute_pa_wood-finish"] {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  grid-template-rows: repeat(2, auto) !important;
  gap: 22px 28px !important;
  justify-items: center !important;
  text-align: center !important;
  max-width: 520px !important;
  margin: 12px auto !important;
}

.tawcvs-swatches[data-attribute_name="attribute_pa_wood-finish"] .swatch-item-wrapper {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
}

.tawcvs-swatches[data-attribute_name="attribute_pa_wood-finish"] .swatch {
  width: 72px !important;
  height: 72px !important;
  border-radius: 50% !important;
  border: 2px solid #dcdcdc !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  background-size: cover !important;
  background-position: center !important;
  cursor: pointer;
}

.tawcvs-swatches[data-attribute_name="attribute_pa_wood-finish"] .swatch-item-wrapper::after {
  content: attr(data-title);
  font-size: 13px;
  color: #333;
  font-weight: 500;
  text-align: center;
  margin-top: 4px;
}

@media (max-width: 768px) {
  .tawcvs-swatches[data-attribute_name="attribute_pa_wood-finish"] {
    grid-template-columns: repeat(4, 1fr) !important;
    grid-template-rows: repeat(2, auto) !important;
    gap: 16px 18px !important;
    max-width: 100% !important;
  }
  .tawcvs-swatches[data-attribute_name="attribute_pa_wood-finish"] .swatch {
    width: 62px !important;
    height: 62px !important;
  }
}
n: absolute;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #444;
    white-space: nowrap;
}

/* Контейнерът на всички финиши */
.variations_form .variations td.value {
    display: flex;
    flex-wrap: wrap;
    gap: 8px !important;
    justify-content: start;
}

/* Махаме прекомерните margin-и на плагина */
.woo-variation-items-wrapper,
.ast-woo-variation-swatches__wrapper {
    margin: 0 !important;
    padding: 0 !important;
}
.woocommerce-breadcrumb,
.ast-breadcrumbs {
  display: none !important;
  visibility: hidden !important;
}
