/** Shopify CDN: Minification failed

Line 18:0 Unexpected "<"
Line 68:0 Unexpected "<"
Line 101:2 Unexpected "<"
Line 168:0 Unexpected "<"
Line 306:0 Unexpected "{"
Line 307:2 Expected identifier but found "\"type\""
Line 315:1 Unexpected ","
Line 317:2 Expected identifier but found "\"type\""

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:orka-contact-form (INDEX:47) */
<style>
  .contact-form-section {
    position: relative;
    text-align: center;
  }
  .contact-form-section__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .contact-form-section__content {
    position: relative;
    padding: 40px;
    border-radius: 10px;
    max-width: 600px;
    margin: 0 auto;
    background-size: 100% 100%;
    background-position: center;
    background-color: rgba(255, 255, 255, 0); /* If no image is provided, use a fallback color */
  }
  .contact-form-section__heading-image {
    display: block;
    margin: 0 auto 20px;
  }
  .contact-form-section h2 {
    margin-bottom: 20px;
  }
  .contact-form-section form {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .contact-form-section input,
  .contact-form-section textarea {
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    background-color: transparent;
  }
  .contact-form-section button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    line-height:0px;
  }
</style>
/* END_SECTION:orka-contact-form */

/* START_SECTION:orka-faq (INDEX:48) */
<style>
    .accordion-faq {
      width: 100%;
      border-radius: 5px;
      overflow: hidden;
          background-color: #F7F2DA;

    }
    .accordion-faq__item {
      border-bottom: 1px solid #ccc;
    }
    .accordion-faq__header {
      background-color: #F7F2DA;
      color: #B80000;
      padding: 15px;
      cursor: pointer;
      font-weight: bold;
      text-align: left;
    }
    .accordion-faq__content {
      background-color: #F7F2DA;
      color: #B80000;
      padding: 15px;
      display: none;
      text-align: left;
    }
    .accordion-faq__header.active + .accordion-faq__content {
      display: block;
    }
  </style>
/* END_SECTION:orka-faq */

/* START_SECTION:orka-product-grid (INDEX:50) */
<style>
  .custom-product-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .custom-product-grid__item {
    position: relative;
    flex: 1 1 calc(20% - 10px);
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
  }
  .custom-product-grid__item img {
    max-width: 100%;
    position: relative;
    z-index: 2;
  }
  .custom-product-grid__item .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: 0.5;
  }
  .custom-product-grid__item h2 {
    color: var(--text-color, #000);
    z-index: 3;
    position: relative;
  }
  .custom-product-grid__item .price {
    color: var(--text-color, #000);
    z-index: 3;
    position: relative;
  }
  .custom-product-grid__item .buy-now {
    background-color: var(--text-color, #000);
    color: var(--background-color, #fff);
    padding: 10px;
    text-decoration: none;
    z-index: 3;
    position: relative;
  }

  @media (max-width: 1024px) {
    .custom-product-grid__item {
      flex: 1 1 calc(33.33% - 10px);
    }
  }
  @media (max-width: 768px) {
    .custom-product-grid__item {
      flex: 1 1 calc(50% - 10px);
    }
  }
  @media (max-width: 480px) {
    .custom-product-grid__item {
      flex: 1 1 100%;
    }
  }
</style>
/* END_SECTION:orka-product-grid */

/* START_SECTION:two-images (INDEX:71) */
.custom-images-section-wrapper {
  position: relative;
}

.divider-image {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}

.divider-image img {
  width: 100%;
  height: auto;
}

.custom-images-section {
  width: 100%;
  height: auto; /* Section yüksekliğini ayarlayın */
  overflow: hidden; /* Taşan içerikleri gizlemek için */
  position: relative;
  padding: 20px; /* İç boşluk */
  z-index: 0;
}

.flex-images {
  display: flex;
  gap: 10px; /* Görseller arasındaki boşluk */
  align-items:center;
}

.custom-images-section .image-block img {
  width: 100%;
  height: auto; /* Oranlarını koruyarak yükseklik ayarlanır */
}

.text-block {
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.text-block h1, .text-block h2, .text-block p {
  margin: 0 0 10px; /* Metin elemanları arasındaki boşluk */
}

.absolute-block img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Görsellerin kesilmesini önlemek için */
}

.flex-images {
  display: flex;
  gap: 10px;
  align-items: center;
}

.text-block {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding: 0 15px;
}

/* Add these media queries for mobile responsiveness */
@media screen and (max-width: 768px) {
  .flex-images {
    flex-direction: column;
    gap: 20px;
  }

  .text-block {
    padding: 0 20px;
    margin: 20px 0;
  }

  .text-block h1 {
    font-size: 24px;
    line-height: 1.3;
  }

  .text-block h2 {
    font-size: 20px;
    line-height: 1.3;
  }

  .text-block h3 {
    font-size: 18px;
    line-height: 1.3;
  }

  .text-block h4 {
    font-size: 16px;
    line-height: 1.3;
  }

  .text-block h5 {
    font-size: 14px;
    line-height: 1.3;
  }

  .text-block p {
    font-size: 14px;
    line-height: 1.5;
  }

  .custom-images-section {
    padding: 10px;
  }

  .image-block {
    margin: 0 auto;
    max-width: 90%;
  }
}

/* Add extra small device optimization */
@media screen and (max-width: 480px) {
  .text-block {
    padding: 0 15px;
  }

  .text-block h1 {
    font-size: 22px;
  }

  .text-block h2 {
    font-size: 18px;
  }

  .text-block p {
    font-size: 13px;
  }
}

{
  "type": "range",
  "id": "padding_top",
  "label": "Top Padding",
  "default": 60,
  "min": 0,
  "max": 120,
  "step": 10,
  "unit": "px"
},
{
  "type": "range",
  "id": "padding_bottom",
  "label": "Bottom Padding",
  "default": 60,
  "min": 0,
  "max": 120,
  "step": 10,
  "unit": "px"
}
/* END_SECTION:two-images */