/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 23 2025 | 07:55:53 */
/* Header */
#qodef-page-header{
	height:80px;
}
/* Genel hero alanı */
.custom-hero {
  position: relative;
  background-image: url('https://zayrascarf.com/wp-content/uploads/2025/07/zayrascarf-hero-image-desktop.jpg');
  background-size: cover;
  background-position: top center;
  width: 100%;
  min-height: 900px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
}

/* Mobilde farklı görsel */
@media (max-width: 767px) {
  .custom-hero {
    background-image: url('https://zayrascarf.com/wp-content/uploads/2025/07/zayrascraf-hero-image-mobile.jpg');
    min-height: 400px;
	background-position:center center;
  }
}

/* Overlay */
.custom-hero .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2); /* yarı saydam siyah */
  z-index: 1;
}

/* İçerik */
.hero-content {
  position: relative;
  z-index: 2;
  animation: fadeInUp 1s ease-out both;
}

/* Başlık */
.hero-content h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}

/* Buton */
.hero-button {
  background-color: #fff;
  color: #000;
  padding: 12px 28px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.hero-button:hover {
  background-color: #000;
  color: #fff;
}

/* Scroll animasyonu */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* İndirim etiketi genel stil */
/* Ürün görsel alanına konumlandırma için gerekli */
.qodef-woo-product-image {
  position: relative;
}

/* İndirim etiketi kompakt görünüm */
.qodef-woo-shortcode .qodef-woo-product-mark {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #ff4d4f;
  color: white!important;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  z-index: 10;
  transition: all 0.3s ease;
  animation: popIn 0.4s ease-in-out both;
  max-width: 60px;
  height:auto!important;
  text-align: center;
  white-space: nowrap;
}
/* Pop animasyonu */
@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0.5) translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/*Product Details Page*/
#qodef-woo-page.qodef--single .product_meta,
#qodef-woo-page.qodef--single .qodef-social-share,
#valeska_core_side_area_opener-2{
	display:none;
}

img.wp-image-10358{
	width:200px;
}

/*Footer*/
#block-4 {
    display: flex;
    justify-content: flex-end;
}