@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//lalacase.in.ua/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.5.0") format("woff2");
}

:root {
	--wd-text-font: Georgia, serif;
	--wd-text-font-weight: 500;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 16px;
	--wd-title-font: Georgia, serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: Georgia, serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: Georgia, serif;
	--wd-widget-title-font: Georgia, serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: Georgia, serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(16,64,16);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-font-family: Georgia, serif;
	--btn-default-font-weight: 700;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-font-family: Georgia, serif;
	--btn-accented-bgcolor: rgb(16,64,16);
	--btn-accented-bgcolor-hover: rgb(16,64,16);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,255,255);
	background-image: url(https://lalacase.in.ua/wp-content/uploads/2021/10/black-friday-popup.avif);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(247,247,247);
	background-image: url(https://lalacase.in.ua/wp-content/uploads/2021/10/black-friday-top-banner.avif);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}
.page-title-default {
	background-color: rgb(16,64,16);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #f7f7f7;
	background-image: none;
}
html .product.category-grid-item .wd-entities-title, html .product.category-grid-item.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .category-grid-item:first-child .wd-entities-title, html .product.wd-cat .wd-entities-title {
	font-size: 16px;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1400px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

@media (min-width: 1417px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1400px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.main-page-wrapper {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
/* Контейнер категорій у вигляді горизонтального скролу */
.elementor-widget-wd_product_categories ul.products {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 15px; /* відстань між іконками */
    padding: 10px 0;
    scrollbar-width: thin;
    scroll-snap-type: x mandatory;
}

/* Кожна категорія */
.elementor-widget-wd_product_categories ul.products li.product-category {
    flex: 0 0 100px; /* ширина кожної іконки */
    text-align: center;
    scroll-snap-align: start;
}

/* Зображення категорії */
.elementor-widget-wd_product_categories ul.products li.product-category img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%; /* круглі іконки */
    margin: 0 auto 8px auto;
}

/* Назва під іконкою */
.elementor-widget-wd_product_categories ul.products li.product-category h2 {
    font-size: 14px;
    line-height: 1.3;
}
/* міні-картка в опціях */
.single-product .tm-extra-product-options .tm-epo-field .tm-epo-image{
  width: 90px; height: auto; border-radius: 10px; margin-right: 10px;
}

/* кнопка-іконка поруч із назвою опції */
.single-product .tm-extra-product-options .mat-info-link{
  display:inline-flex; align-items:center; justify-content:center;
  width: 22px; height: 22px; border-radius: 50%;
  margin-left: 8px; background:#eee; color:#333; font-weight:700;
  text-decoration:none; line-height:1;
}
.single-product .tm-extra-product-options .mat-info-link:hover{ background:#e6e6e6; }

/* мініатюри в попапі */
.single-product .mat-modal .mat-media a{
  display:inline-block; margin:6px; border-radius:8px; overflow:hidden;
}
.single-product .mat-modal .mat-media img{
  display:block; width:160px; height:auto;
}

/* попап завжди поверх усього */
.fancybox-container{ z-index: 100000 !important; }
/* --- 1) Робимо контейнер іконки позиційованим, щоб бейдж можна було прив’язати всередині --- */
label.tm-epo-field-image,
.tm-epo-field-image,
.tc-image,
.tc-image-wrap,
.tm-epo-field .tc-image,
.woocommerce div.product form.cart .tm-epo-field .tm-epo-image,
.woocommerce .tc-image {
  position: relative !important;
  overflow: visible !important; /* не обрізати бейдж */
}

/* --- 2) Сам бейдж: максимально «помітний» і поверх усього --- */
.mat-info-badge {
  position: absolute !important;
  top: 8px !important;
  right: 8px !important; /* якщо зачіпається за «х», нижче є варіант з відступом */
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  border-radius: 999px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 1 !important;

  background: #fff !important;
  color: #1f4d2c !important;
  border: 2px solid #1f4d2c !important;
  box-shadow: 0 2px 6px rgba(0,0,0,.15) !important;

  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  z-index: 10000 !important;

  padding: 0 !important;
  text-indent: 0 !important;
  background-image: none !important; /* скинути стилі кнопок теми */
}

/* Покажемо «i» навіть якщо тема підміняє контент в кнопках */
.mat-info-badge::before {
  content: "i" !important;
}

/* На випадок, якщо тема вставляє свої іконки — ховаємо їх у бейджі */
.mat-info-badge svg,
.mat-info-badge i,
.mat-info-badge .dashicons {
  display: none !important;
}

/* --- 3) Якщо у правому верхньому куті вже є хрестик «видалити вибір» — зсунемо наш бейдж лівіше --- */
label.tm-epo-field-image .tcfa-times,
label.tm-epo-field-image .tc-remove,
label.tm-epo-field-image .tcfa {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 11000; /* їхній хрестик ще вище — лишається клікабельним */
}

/* Зсув нашого бейджа лівіше, щоб не накладатися із хрестиком */
label.tm-epo-field-image .mat-info-badge {
  right: 44px !important;
}

/* --- 4) Явно «піднімаємо» картинку, а бейдж ще вище --- */
.tm-epo-field-image img,
.tc-image img {
  position: relative !important;
  z-index: 1 !important;
}
.mat-info-badge {
  z-index: 10000 !important;
}

/* --- 5) Дебаг (можна увімкнути, якщо все ще не видно) --- */
/*
.mat-info-badge { outline: 2px dashed magenta !important; }
*/
