* {
  transition: all 0.4s;
}

.mcb-column-inner .cwginstock-subscribe-form .panel-primary > .panel-heading {
  background-color: #ffb8c9;
  border-color: #ffb8c9;
}

.has-text-align-right {
  text-align: right;
}

.woocommerce ul.products li.product .mfn-li-product-row-button {
  flex-direction: column;
}

.woocommerce
  ul.products
  li.product
  .mfn-li-product-row-button
  .cwg_popup_submit {
  margin-top: 4%;
}

.products.elementor-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  /* Всі колонки мають однакову ширину */
  gap: 20px;
  /* Відстань між елементами */
}

.products.elementor-grid > li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
  /* Внутрішні відступи, щоб усі елементи виглядали однаково */
  background-color: #fff;
  /* Можна додати фон для наочності */
}

.mfn-variations-wrapper-loop {
  max-width: 160px;
  margin: auto;
  /* Щоб не виходило за межі */
  width: 100%;
  box-sizing: border-box;
  /* Враховуємо відступи всередині елемента */
}

.bs-geo-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}

.bs-geo-box {
  background: #fff;
  padding: 30px;
  max-width: 500px;
  width: 90%;
  text-align: center;
  border-radius: 8px;
  position: relative;
}

.bs-geo-actions {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .bs-geo-actions {
    flex-direction: row;
  }
}

.bs-btn {
  padding: 10px 18px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  max-width: 200px;
}

.bs-btn:hover {
    color: #000;
}

.bs-yes {
  background: #0a6cff;
  color: #fff;
}

.bs-no {
  background: #c81e1e;
  color: #fff;
}

.bs-geo-close {
  position: absolute;
  top: 8px;
  right: 12px;
  cursor: pointer;
  font-size: 20px;
}

.show-now-btn a:hover {
  cursor: pointer;
}

/* GEO POPUP — FORCE VISIBLE */
#bs-geo-popup {
  position: fixed !important;
  inset: 0 !important;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7) !important;
  z-index: 999999 !important;
}

#bs-geo-popup .bs-geo-box {
  background: #fff;
  padding: 30px;
  max-width: 420px;
  width: 90%;
  text-align: center;
  position: relative;
}

#bs-geo-popup .bs-geo-close {
  position: absolute;
  top: 10px;
  right: 14px;
  cursor: pointer;
  font-size: 42px;
}
