:root {
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Ubuntu", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Satisfy", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Ubuntu", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(23,79,89);
	--wd-alternative-color: rgb(19,169,187);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(51,144,89);
	--btn-accented-bgcolor-hover: rgb(30,106,61);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(19,169,187);
	--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: none;
	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: #ffffff;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--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: #0a0a0a;
}

/* ==================================================
   HABBY ANA SLIDER
================================================== */

.myCustomSlider,
.myCustomSlider * {
  box-sizing: border-box;
}

.myCustomSlider {
  position: relative;
  width: 100%;
  height: 650px;
  overflow: hidden;
  margin: 0 !important;
  padding: 0;
  background: #082f3f;
}

.myCustomSlider .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.myCustomSlider .swiper-slide {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  overflow: hidden;
  padding: 60px 7%;

  background-image: var(--desktop-bg);
  background-repeat: no-repeat;
  background-position: var(--desktop-position, center);
  background-size: cover;
}


/* ==================================================
   METİN ALANI
================================================== */

.myCustomSlider .text-left {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 620px;
  margin: 0;
  padding: 0;
  color: #ffffff;
}

.myCustomSlider .slider-kicker {
  margin: 0 0 15px;
  padding: 0;
  color: #ffffff;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.myCustomSlider h1,
.myCustomSlider h2 {
  margin: 0 0 18px !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-family: inherit !important;
  font-size: clamp(38px, 5vw, 70px) !important;
  line-height: 1.05 !important;
  font-weight: 900 !important;
  letter-spacing: -2px !important;
  text-transform: none !important;
}

.myCustomSlider .text-left > p {
  max-width: 570px;
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  font-family: inherit !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
}


/* ==================================================
   BUTONLAR
================================================== */

.myCustomSlider .slider-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.myCustomSlider .slider-button {
  display: inline-flex;
  min-width: 175px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
  text-decoration: none !important;

  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.myCustomSlider .slider-button-primary {
  border-color: #ef806d;
  background: #ef806d;
  color: #ffffff !important;
}

.myCustomSlider .slider-button-primary:hover {
  border-color: #ffffff;
  background: #ffffff;
  color: #082f3f !important;
  transform: translateY(-2px);
}

.myCustomSlider .slider-button-outline {
  border-color: rgba(255, 255, 255, 0.9);
  background: transparent;
  color: #ffffff !important;
}

.myCustomSlider .slider-button-outline:hover {
  border-color: #ffffff;
  background: #ffffff;
  color: #082f3f !important;
  transform: translateY(-2px);
}


/* ==================================================
   PAGINATION NOKTALARI
================================================== */

.myCustomSlider .swiper-pagination {
  z-index: 5;
  bottom: 25px !important;
}

.myCustomSlider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px !important;
  background: rgba(255, 255, 255, 0.65);
  opacity: 1;

  transition:
    width 0.25s ease,
    background-color 0.25s ease;
}

.myCustomSlider .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 999px;
  background: #ef806d;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1024px) {
  .myCustomSlider {
    height: 580px;
  }

  .myCustomSlider .swiper-slide {
    padding: 55px 6%;
    background-position: var(--desktop-position, center);
  }

  .myCustomSlider .text-left {
    max-width: 560px;
  }

  .myCustomSlider h1,
  .myCustomSlider h2 {
    font-size: clamp(36px, 6vw, 58px) !important;
  }
}


/* ==================================================
   MOBİL
================================================== */

@media (max-width: 767px) {
  .myCustomSlider {
    height: 610px;
    min-height: 610px;
  }

  .myCustomSlider .swiper-slide {
    align-items: flex-start;
    padding: 80px 24px 75px;

    background-image: var(--mobile-bg, var(--desktop-bg));
    background-position: var(--mobile-position, center);
    background-size: cover;
  }

  .myCustomSlider .text-left {
    max-width: 100%;
  }

  .myCustomSlider .slider-kicker {
    margin-bottom: 10px;
    font-size: 11px;
    letter-spacing: 2px;
  }

  .myCustomSlider h1,
  .myCustomSlider h2 {
    margin-bottom: 14px !important;
    font-size: 38px !important;
    line-height: 1.08 !important;
    letter-spacing: -1px !important;
  }

  .myCustomSlider .text-left > p {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  .myCustomSlider .slider-buttons {
    width: 100%;
    gap: 10px;
    margin-top: 22px;
  }

  .myCustomSlider .slider-button {
    width: 100%;
    min-width: 0;
    min-height: 48px;
  }

  .myCustomSlider .swiper-pagination {
    bottom: 22px !important;
  }
}


/* ==================================================
   KÜÇÜK MOBİL
================================================== */

@media (max-width: 480px) {
  .myCustomSlider {
    height: 570px;
    min-height: 570px;
  }

  .myCustomSlider .swiper-slide {
    padding-right: 18px;
    padding-left: 18px;
  }

  .myCustomSlider h1,
  .myCustomSlider h2 {
    font-size: 32px !important;
  }
}


/* ==================================================
   WPBAKERY ALT BOŞLUK TEMİZLEME
================================================== */

.myCustomSlider {
  margin-bottom: 0 !important;
}

.wpb_raw_code.wpb_content_element:has(.myCustomSlider),
.wpb_text_column.wpb_content_element:has(.myCustomSlider) {
  margin-bottom: 0 !important;
}

.vc_column-inner:has(.myCustomSlider),
.vc_column-inner:has(.myCustomSlider) > .wpb_wrapper {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
/* etbis */
.etbis-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 370px;
  max-width: 100%;
  height: 110px;
  padding: 18px 18px;
  box-sizing: border-box;
  background: #b5b5b500;
  border-radius: 8px;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  background-image: repeating-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.025) 0px,
    rgba(0, 0, 0, 0.025) 1px,
    transparent 1px,
    transparent 20px
  );
}

.etbis-logo-wrap {
  width: 100px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.etbis-logo {
  max-width: 155px;
  max-height: 74px;
  width: auto;
  height: auto;
  display: block;
}

.etbis-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-left: 14px;
  flex: 1;
  min-width: 0;
}

.etbis-title {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
}

.etbis-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 136px;
  height: 46px;
  background: #c90012;
  border-radius: 6px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
}

.etbis-search-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
  flex-shrink: 0;
}

.etbis-search-icon span {
  position: absolute;
  width: 8px;
  height: 3px;
  background: #ffffff;
  right: -7px;
  bottom: -4px;
  transform: rotate(45deg);
  border-radius: 2px;
}

/* ==================================================
   HEADER İLE İLK SLIDER ARASINDAKİ BOŞLUĞU KALDIR
================================================== */

body.home .wd-page-content.main-page-wrapper {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.home main#main-content.wd-content-layout {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.home #main-content > .wd-content-area.site-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.home article#post-1490 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.home article#post-1490 > .wpb-content-wrapper {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.home article#post-1490 > .wpb-content-wrapper > .vc_row:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.home .whb-header {
  margin-bottom: 0 !important;
}

/* Woodmart: header altındaki genel sayfa boşluğunu kaldır */
.wd-page-content.main-page-wrapper {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

#main-content.wd-content-layout {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.wd-content-area.site-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}


