@keyframes moveRightUp {
    0% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(10px, -10px);
    }
    100% {
      transform: translate(0, 0); 
    }
  }
  

/* Keyframe animasyonları */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0); 
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.9); /* Başlangıçta biraz küçük */
    }
    100% {
        opacity: 1;
        transform: scale(1); /* Sonunda normal boyuta gelsin */
    }
}

#send-response-success , #send-response-unsuccessful{
  display: none;
}
#phoneNumber {
  padding: 8px 50px;
}


#home-banner {
  position: relative;
  min-height:700px;
  top: 0;
  margin-bottom: 80px;
}

#home-banner .banner-image{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70vh;
  min-height: 700px;
  object-fit: cover;
  z-index: 3;
}

#home-banner .banner-content{
  position: relative;
  z-index: 4;
}

#home-banner .banner-content .banner-form {
  position: relative;
  background-color: #ffffff7a;
  border-radius: 22px;
  box-shadow: -8.19px -5.74px 16px #63876885;
  padding: 46px 38px;
  z-index: 0;
  overflow: hidden;
}


#home-banner .banner-content .banner-form .banner-form-title {
    color: #597B5E;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}

#home-banner .banner-content .banner-form #home-form {
    margin-top: 24px;
}

#home-banner .banner-content .banner-form #home-form .input-area {
    margin-bottom: 20px;
}

#home-banner .banner-content .banner-form #home-form .input-area input {
  padding: 9px 25px;
  width: 100%;
  border: 1px solid #638768;
}

#home-banner .banner-content .banner-form #home-form .input-area input#phoneNumber {
    padding: 9px 45px;
}

#home-banner .banner-content .banner-form #home-form .form-button {
    width: 100%;
    padding: 9px;
    background: linear-gradient(81deg, #74A37C 0%, #74A37C 2%, #91C299 53%, #A9DCB1 97%, #ABDEB3 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    font-size: 18px;
    border: 1px solid #638768;
}

#home-banner .banner-content {
  padding-top: 75px;
}

#home-banner .banner-content .banner-title {
  color: #000;
  font-size: 64px;
  text-align: center;
  font-weight: bold;
}

#home-banner .banner-content .banner-title span {
  color: transparent;
  background: radial-gradient(rgb(255 255 255), rgba(244, 224, 191, 1) 46%, rgb(255 247 218 / 75%) 98%);
  background-clip: text;
  background-blend-mode: difference;
}

#home-banner .banner-content .banner-desc {
  font-size: 32px;
  margin-top: 15px;
  text-align: center;
  font-weight: 600;
  color: transparent;
  background: #000;
  background-clip: text;
  background-blend-mode: difference;
}

#home-banner .banner-content .banner-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
  padding: 14px 28px;
  min-width: 260px;

  background: linear-gradient(
    135deg,
    rgb(225, 201, 153) 0%,
    rgba(244, 224, 191, 1) 40%,
    rgba(244, 217, 112, 0.85) 100%
  );

  border-radius: 14px;
  border: none;
  font-size: 22px;
  font-weight: 500;
  color: #2d2d2d;

  box-shadow: 0px 8px 20px rgba(231, 210, 156, 0.7);
  transition: all 0.25s ease-in-out;
  cursor: pointer;

  transform: translateY(0) scale(1);
}

#home-banner .banner-content .banner-link:hover {
  box-shadow: 0px 12px 28px rgba(231, 210, 156, 0.85);
  transform: translateY(-3px) scale(1.05);
}

#home-banner .banner-content .banner-link:active {
  transform: translateY(0px) scale(0.98);
  box-shadow: 0px 6px 14px rgba(231, 210, 156, 0.6);
}

/* product category */

#home-product-category {
  margin-bottom: 80px;
}

#home-product-category .product-category-row {
  margin-top: 35px;
}

#home-product-category .product-category-row .product-category-col {
  margin-bottom: 25px;
  padding-right: 10px;
  padding-left: 10px;
}

#home-product-category .product-category-row .product-category-col .product-category-box-content {
  border-radius: 10px;
  overflow: hidden;
  background-color: #f3f3f373;
}

#home-product-category .product-category-row .product-category-col .product-category-box-content .product-category-text {
  padding: 20px 15px 20px 15px;
}

#home-product-category .product-category-row .product-category-col .product-category-box-content .product-category-text h3 {
  color: #908462;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}

#home-product-category .product-category-row .product-category-col .product-category-box-content .product-category-text p {
  font-size: 18px;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5;
}


#home-product-category  .owl-nav {
  margin: 0;
}

#home-product-category  .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 8;
  border: none;
  background:radial-gradient(rgba(244, 231, 200, 1) 91%, rgba(241, 235, 226, 1) 100%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  opacity: 0.6;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#home-product-category  .owl-nav button svg {
  width: 50px;
  height: 50px;
  color: #000;
}

#home-product-category  .owl-nav button:hover {
  opacity: 1;
}

#home-product-category  .owl-nav .owl-prev {
  left: -10px;
}

#home-product-category  .owl-nav .owl-next {
  right: -10px;
}

/* bestseller */

#home-product-bestseller{
  margin-bottom: 80px;
}

#home-product-bestseller .bestseller-section-title {
  font-size: 36px;
  font-weight: bold;
  color: transparent;
  background: linear-gradient(135deg, rgb(0 0 0) 0%, rgb(0 0 0) 40%, rgba(244, 217, 112, 0.85) 100%);
  background-clip: text;
}

#home-product-bestseller .product-bestseller-head {
  margin-bottom: 25px;
}

#home-product-bestseller .bestseller-section-desc{
  font-size: 18px;
  font-weight: 500;
}

#home-product-bestseller .bestseller-cta-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
  padding: 14px 28px;
  min-width: 260px;
  background: linear-gradient(135deg, rgb(225, 201, 153) 0%, rgba(244, 224, 191, 1) 40%, rgba(244, 217, 112, 0.85) 100%);
  border-radius: 14px;
  border: none;
  font-size: 22px;
  font-weight: 500;
  color: #2d2d2d;
  box-shadow: 0px 8px 20px rgba(231, 210, 156, 0.7);
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  transform: translateY(0) scale(1);
}

#home-product-bestseller .bestseller-card-col {
  padding: 5px;
  margin-bottom: 15px;
}

#home-product-bestseller .bestseller-card-col img {
  width: 100%;
}

#home-product-bestseller .bestseller-card-content {
  display: block;
  border: 3px solid #d4bc5fd9;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
}

#home-product-bestseller .bestseller-card-col .product-title {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

#home-product-bestseller .bestseller-card-col .bestseller-card-text {
  background: linear-gradient(135deg, rgb(225, 201, 153) 0%, rgba(244, 224, 191, 1) 40%, rgba(244, 217, 112, 0.85) 100%);
  padding: 14px;
  border-radius: 2px 1px 10px 10px;
}

#home-product-bestseller .bestseller-card-col .bestseller-card-content img {
  border-radius: 25px 25px 0px 0px;
}

#home-product-bestseller .bestseller-card-col .discount-badge {
  background-color: red;
  display: inline-block;
  position: absolute;
  top: 10%;
  right: 10%;
  color: #fff;
  padding: 5px;
  border-radius: 25px;
  font-weight: bold;
}

/* campaign */

#home-campaign{
  margin-bottom: 80px;
}

#home-campaign .campaign-box {
  border: 2px solid #d6d6d6;
  padding: 15px;
  border-radius: 20px;
}

#home-campaign .campaign-box .campaign-image {
  width: 48%;
  flex: 0 0 48%;
  margin-right: 15px;
}

#home-campaign .campaign-box .campaign-image img{
  border-radius: 20px;
}

#home-campaign .campaign-box .campaign-box-title {
  font-weight: 700;
  font-size: 28px;
}

#home-campaign .campaign-box .campaign-box-desc {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

#home-campaign .campaign-box .campaign-box-link {
  display: inline-block;
  background: linear-gradient(135deg, rgb(225, 201, 153) 0%, rgba(244, 224, 191, 1) 40%, rgba(244, 217, 112, 0.85) 100%);
  color: #000;
  padding: 10px 20px;
  border-radius: 20px;
  transition: 0.3s ease-in;
}

#home-campaign .campaign-box .campaign-box-link:hover{
  transform: scale(1.1);
}


/* product tab */
#home-product-tab {
  margin-bottom: 80px;
}

#home-product-tab .section-head-area {
  margin-bottom: 25px;
}

#home-product-tab .product-tab-section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

#home-product-tab .product-tab-section-desc {
  font-size: 20px;
  margin-bottom: 10px;
}

/* Tab navigasyonu */
#home-product-tab .product-tab-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px !important;
}

#home-product-tab .product-tab-nav::-webkit-scrollbar {
  height: 8px;
}

#home-product-tab .product-tab-nav::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px
}

#home-product-tab .product-tab-nav::-webkit-scrollbar-thumb {
    background-color: #e1c999;
    border-radius: 4px;
    transform: all 0.3s ease-in;
}

#home-product-tab .product-tab-nav::-webkit-scrollbar-thumb:hover {
    background-color: #555
}

#home-product-tab .product-tab-nav .product-tab-btn {
  color: #000;
  cursor: pointer;
  font-size: 19px;
  font-weight: 600;
  padding: 5px;
  margin: 0 5px;
  display: flex;
  min-width: 100px;
  flex-direction: column;
  align-items: center;
  transition: all 0.2s;
  position: relative;
}

#home-product-tab .product-tab-nav .product-tab-btn::after {
  content: '';
  display: block;
  background: linear-gradient(135deg, #e1c999 0%, rgb(221 183 120) 40%, rgba(244, 217, 112, 0.85) 100%);
  width: 0;
  height: 5px;
  border-radius: 1px;
  transition: all 0.2s;
}

#home-product-tab .product-tab-nav .product-tab-btn.active {
  color: #000;
}

#home-product-tab .product-tab-nav .product-tab-btn.active::after {
  width: 50%;
}

/* Tab içerikleri */
#home-product-tab .product-content-container{
  position: relative;
}
#home-product-tab .product-tab-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none; 
}

#home-product-tab .product-tab-content.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  position: relative;
}


/* Ürün kartı */
#home-product-tab .product-tab-content .product-tab-card {
  padding: 5px;
  margin-bottom: 15px;
}

#home-product-tab .product-tab-content .product-tab-card img {
  width: 100%;
  border-radius: 25px 25px 0px 0px;
}

#home-product-tab .product-tab-content .product-tab-card .bestseller-card-content {
  display: block;
  padding: 5px;
  border: 5px solid #d4bc5fd9;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#home-product-tab .product-tab-content .product-tab-card .bestseller-card-content:hover {
  transform: translateY(-3px);
  box-shadow: 0px 4px 15px rgba(0,0,0,0.15);
}

#home-product-tab .product-tab-content .product-tab-card .product-title {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}


#home-product-tab .product-tab-content .product-tab-card .bestseller-card-text {
  background: linear-gradient(
    135deg,
    rgb(225, 201, 153) 0%,
    rgba(244, 224, 191, 1) 40%,
    rgba(244, 217, 112, 0.85) 100%
  );
  padding: 14px;
  border-radius: 2px 1px 25px 25px;
}

#home-product-tab .product-tab-content .product-tab-card .discount-badge {
  background-color: red;
  display: inline-block;
  position: absolute;
  top: 10%;
  right: 10%;
  color: #fff;
  padding: 5px 10px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 14px;
}

#home-product-tab .product-tab-content .product-tab-card .custom-add-to-cart {
  width: 100%;
  margin-top: 10px;
  display: inline-block;
  background-color: #2c9b3d;
  color: #fff;
  font-size: 20px;
  height: 40px;
  border-radius: 25px;
  text-align: center;
  line-height: 40px;
  transition: background-color 0.3s ease;
}

#home-product-tab .product-tab-content .product-tab-card .custom-add-to-cart:hover {
  background-color: #248a34;
}

/* comments */
#home-comment {
  margin-bottom: 20px;
}
#home-comment .turkey-inner {
  position: relative
}
#home-comment .comment-left {
  display: flex;
  flex-direction: column;
  gap: 20px
}
#home-comment .comment-left h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 12px;
}
#home-comment .comment-left p{
  font-size: 18px;
}
#home-comment .comment-image-group {
  position: relative;
}
#home-comment .comment-image-group img {
  max-width: 95%;
  height: auto
}
#home-comment .comment-right {
    max-height: 600px;
}
#home-comment .comment-right ul{
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 32px 0;
}
#home-comment .comment-right li {
  list-style: none;
  padding: 32px 20px;
  border-radius: 12px;
  border: 1px solid #ededed87;
  max-width: 356px;
  box-sizing: border-box;
  position: relative;
  background:radial-gradient(rgb(0 0 0 / 76%) 91%, rgb(0 0 0) 100%);
}
#home-comment .comment-right li p {
  font-size: 16px;
  font-weight: 700;
  font-weight: 300;
  color: #fff
}
#home-comment .comment-right li p span {
  color: #fff;
  font-weight: 700;
  font-size: 17px
}
#home-comment .comment-right li:nth-child(2),#home-comment .comment-right li:nth-child(4) {
  align-self: flex-end;
  position: relative;
  bottom: 140px
}
#home-comment .comment-right li:nth-child(3) {
  bottom: 200px;
}
#home-comment .comment-right li:nth-child(4) {
  bottom: 250px
}
#home-comment .comment-right li {
    animation:CardFadeTopToBottom 3s linear infinite
}
#home-comment .comment-right li:nth-child(2),#home-comment .comment-right li:nth-child(4) {
    animation: CardFadeBottomToTop 3s linear infinite
}
@keyframes CardFadeTopToBottom {
  0% {
      transform: translateY(-5%)
  }

  50% {
      transform: translateY(0)
  }

  to {
      transform: translateY(-5%)
  }
}

@keyframes CardFadeBottomToTop {
  0% {
      transform: translateY(5%)
  }

  50% {
      transform: translateY(0)
  }

  to {
      transform: translateY(5%)
  }
}
/* comment*/
@keyframes scroll-left {
  0% {
      transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

#home-brands {
    margin-bottom: 60px;
    background: linear-gradient(135deg, rgb(225, 201, 153) 0%, rgba(244, 224, 191, 1) 40%, rgba(244, 217, 112, 0.85) 100%);
}

#home-brands .logo-slide-outer{
  gap: 40px;
}

#home-brands .logos-container {
  display: flex;
  gap: 40px;
}

#home-brands .rotating-brand-logo  {
  overflow: hidden;
  gap: 40px;
}

#home-brands .rotating-brand-logo .logos-container {
  animation: scroll-left 15s linear infinite; 
}

#home-brands .logo{
  width: 120px;
  aspect-ratio: 1;
  object-fit: contain;
}

/* recommendations */
#home-recommendations{
  margin-bottom: 80px;
}
#home-recommendations .owl-stage-outer {
    overflow: visible;
}
#home-recommendations .section-head-area {
  margin-bottom: 25px;
}
#home-recommendations .section-head-area .recommendations-section-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 5px;
  color: transparent;
  background: linear-gradient(135deg, rgb(0 0 0) 0%, rgb(0 0 0) 40%, rgba(244, 217, 112, 0.85) 100%);
  background-clip: text;
}

#home-recommendations .section-head-area .recommendations-section-desc{
  font-size: 20px;
}

#home-recommendations .recommendation-card{
  padding: 10px;
  background: linear-gradient(135deg, rgb(225, 201, 153) 0%, rgba(244, 224, 191, 1) 40%, rgba(244, 217, 112, 0.85) 100%);
  border-radius: 20px;
}

#home-recommendations .recommendation-card .product-title{
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

#home-recommendations .recommendation-card .wp-post-image {
  border-radius: 10px 10px 0px 0px;
}

#home-recommendations .recommendation-card-text {
  background: radial-gradient(rgba(244, 231, 200, 1) 91%, rgba(241, 235, 226, 1) 100%);
  padding: 10px 25px;
  min-height: 125px;
  border-radius: 0px 0px 20px 20px;
}

#home-recommendations .recommendation-card .product-price .regular-price {
  color: #000;
}

#home-recommendations .recommendation-card .discount-badge {
  background-color: red;
  display: inline-block;
  position: absolute;
  top: 5%;
  right: 5%;
  color: #fff;
  padding: 5px 10px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 16px;
}

#home-recommendations  .owl-nav button {
  z-index: 8;
  border: none;
  background:radial-gradient(rgba(244, 231, 200, 1) 91%, rgba(241, 235, 226, 1) 100%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  opacity: 0.6;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#home-recommendations .owl-nav button svg {
  width: 50px;
  height: 50px;
  color: #000;
}

#home-recommendations .owl-nav button:hover {
  opacity: 1;
}

#home-recommendations  .owl-nav .owl-prev {
  left: -10px;
}

#home-recommendations  .owl-nav .owl-next {
  right: -10px;
}



/* policy */

#home-policy{
  margin-bottom: 80px;
}

.policy-content {
  background-color: #ffefd4;
  border-radius: 30px;
  padding: 25px;
  gap: 10px;
}

.policy-content img {
  width: 132px;
  height: 132px;
}

.policy-title {
  color: #000;
  font-size: 26px;
  font-weight: 600;
}

.policy-desc {
  color: #000;
  text-align: center;
  font-size: 18px;
}

/* seo text */

#home-seo-text .seo-text {
    font-size: 16px;
    color: #3A3B3B;
    line-height: 1.5;
    max-height: 500px;
    overflow-y: scroll;
}
#home-seo-text .seo-text .gallery-item {
    margin: 0;
}
#home-seo-text .seo-text .gallery-item a {
    display: block;
}
#home-seo-text .seo-text .gallery-item a img {
    margin: 0;
    display: block;
}
#home-seo-text .seo-text p,
#home-seo-text .seo-text ul,
#home-seo-text .seo-text ol {
    margin: 20px 0;
}
#home-seo-text .seo-text h1 {
    font-size: 28px;
}
#home-seo-text .seo-text h2 {
    font-size: 24px;
}
#home-seo-text .seo-text h3 {
    font-size: 20px;
}
#home-seo-text .seo-text h4,
#home-seo-text .seo-text h5 {
    font-size: 16px;
}
#home-seo-text .seo-text h1,
#home-seo-text .seo-text h2,
#home-seo-text .seo-text h3,
#home-seo-text .seo-text h4,
#home-seo-text .seo-text h5 {
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: bold;
}
#home-seo-text .seo-text br,
#home-seo-text .seo-text strong {
    font-weight: bold;
}
#home-seo-text .seo-text ol {
    list-style: decimal!important;
    padding-left: 20px;
}
#home-seo-text .seo-text ul {
    padding-left: 20px;
}
#home-seo-text .seo-text ul li {
    list-style: disc;
}
#home-seo-text .seo-text p img {
    margin-bottom: 20px;
}
#home-seo-text .seo-text a {
    color: #29AAE2;
    font-weight: 600;
}
#home-seo-text .seo-text img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
#home-seo-text .seo-text table {
    border-collapse: collapse;
    margin-bottom: 20px;
    border: 1px solid #000;
    color: #000;
    width: 100%;
}
#home-seo-text .seo-text table tr {
    border: 1px solid #000;
    width: 100%;
}
#home-seo-text .seo-text table th,
#home-seo-text .seo-text table td {
    text-align: left;
    padding: 8px;
    border: 1px solid #000;
}