:root {
	--wd-text-font: "Karla", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Lora", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lora", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Lora", Arial, Helvetica, sans-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: "Karla", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(91,130,102);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(122,179,139);
	--btn-accented-bgcolor-hover: rgb(102,155,107);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://www.heiaurora.fi/wp-content/uploads/2021/07/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(0,0,0);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--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: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: rgb(249,249,249);
}

/* === Hei Aurora — CTA "buraya tıkla" hareketi (class tabanlı) ============ */
.btn.hei-cta{
  position: relative;
  animation: hei-breathe 2.6s ease-in-out infinite;
  will-change: transform;
}
@keyframes hei-breathe{
  0%,100% { transform: scale(1); }
  50%     { transform: scale(1.035); }
}
.btn.hei-cta::after{
  content:""; position:absolute; inset:0;
  border-radius:inherit; pointer-events:none; z-index:-1;
  box-shadow: 0 0 0 0 rgba(45,106,79,.55);
  animation: hei-sonar 2.6s ease-out infinite;
}
@keyframes hei-sonar{
  0%   { box-shadow: 0 0 0 0  rgba(45,106,79,.55); opacity:1; }
  70%  { box-shadow: 0 0 0 18px rgba(45,106,79,0); opacity:0; }
  100% { box-shadow: 0 0 0 0  rgba(45,106,79,0); opacity:0; }
}
.btn.hei-cta .wd-btn-icon{
  animation: hei-nudge 1.6s ease-in-out infinite;
}
@keyframes hei-nudge{
  0%,100% { transform: translateX(0); }
  50%     { transform: translateX(5px); }
}
.btn.hei-cta:hover{
  animation: none;
  transform: translateY(-2px) scale(1.04);
}
.btn.hei-cta:hover::after{
  animation: none; box-shadow: none;
}
@media (prefers-reduced-motion: reduce){
  .btn.hei-cta,
  .btn.hei-cta::after,
  .btn.hei-cta .wd-btn-icon{
    animation: none !important;
  }
}
