/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.12.1760641982
Updated: 2025-10-16 22:13:02

*/

.site-footer, .site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6, .site-footer p, .site-footer a, .site-footer li, .site-footer span {
    color: #fff !important;
}
.site-footer input, .site-footer input::placeholder {
    color: #000 !important;
}
.site-footer .menu a, .footer-menu a, #colophon .menu a {
    color: #fff !important;
}
.site-footer input[type="email"], .site-footer input[type="text"] {
    color: #000 !important;
}
.meta-slider .slide-title, .meta-slider h1, .meta-slider h2 {
    font-weight: 700 !important;
    color: #222 !important;
    font-size: clamp(2rem, 5vw, 3rem) !important;
    line-height: 1.3 !important;
    margin: 0 !important;
}
.meta-slider .slide-desc, .meta-slider p {
    font-weight: 600 !important;
    color: #333 !important;
    font-size: clamp(2rem, 4vw, 4rem) !important;
    line-height: 1.6 !important;
    margin: 10px 0 0 !important;
}
.meta-slider .slides {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
.meta-slider .slide-content {
    width: 100%;
    max-width: 500px;
    text-align: left;
    padding: 20px;
}
.meta-slider img {
    width: 100% !important;
    height: auto !important;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    object-fit: cover !important;
}
.services-carousel-container {
    width: 100%;
    flex-direction: column;
    display: flex;
    max-width: 1200px;
    background-color: #b8b8b8b8;
    align-items: center;
    margin: 0 auto;
    padding: 40px 20px;
}
.services-text {
    width: 100%;
    margin-bottom: 40px;
    max-width: 500px;
    text-align: center;
}
.services-text h2 {
    margin-bottom: 15px;
    font-weight: 700;
    color: #222;
    font-size: 2.5rem;
    line-height: 1.2;
}
.services-text p {
    margin-bottom: 20px;
    color: #555;
    font-size: 1.1rem;
    line-height: 1.7;
}
.btn-link {
    text-decoration: none;
    font-weight: 600;
    color: #1e482f;
    font-size: 1.1rem;
    -moz-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.btn-link:hover {
    color: #1e482f;
    -moz-box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    -o-box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.services-slider-wrapper {
    width: 100%;
    max-width: 1200px;
    position: relative;
    overflow: hidden;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    -moz-box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    -o-box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}
.services-slider {
    width: 100%;
    display: flex;
    height: auto;
    -moz-transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
    touch-action: pan-y pan-x;
}
.service-slide {
    display: inline-block;
    max-width: 900px;
    background-color: white;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
    flex: 0 0 auto;
    scroll-snap-align: center;
    margin: 0 auto;
    padding: 15px;
}
.service-slide img {
    width: auto;
    margin-bottom: 10px;
    max-width: 100%;
    height: auto;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
    max-height: 500px;
    object-fit: contain;
}
.slider-nav {
    width: 50px;
    display: flex;
    justify-content: center;
    background-color: #1e482f;
    position: absolute;
    top: 50%;
    border: none;
    height: 50px;
    cursor: pointer;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0 6px 16px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 6px 16px rgba(0,0,0,0.15);
    -o-box-shadow: 0 6px 16px rgba(0,0,0,0.15);
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
    z-index: 20;
    -moz-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    align-items: center;
}
.slider-nav svg path {
    fill: none;
    stroke: #ffff;
    stroke-width: 3;
}
.slider-nav.prev {
    left: 15px;
}
.slider-nav.next {
    right: 15px;
}
.slider-nav:hover {
    background-color: #1e482f;
    -moz-transform: translateY(-50%) scale(1.05);
    -webkit-transform: translateY(-50%) scale(1.05);
    -o-transform: translateY(-50%) scale(1.05);
    transform: translateY(-50%) scale(1.05);
}
.btn-service {
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    background-color: #1e482f;
    color: #fff;
    font-size: 1rem;
    position: relative;
    border: 2px solid #1e482f;
    overflow: hidden;
    cursor: pointer;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    -moz-box-shadow: 0 4px 16px rgba(30, 72, 47, 0.3);
    -webkit-box-shadow: 0 4px 16px rgba(30, 72, 47, 0.3);
    -o-box-shadow: 0 4px 16px rgba(30, 72, 47, 0.3);
    box-shadow: 0 4px 16px rgba(30, 72, 47, 0.3);
    -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 12px 30px;
}
.btn-service:hover {
    background-color: transparent;
    color: #1e482f;
    border-color: #1e482f;
    -moz-box-shadow: 0 8px 25px rgba(30, 72, 47, 0.4);
    -webkit-box-shadow: 0 8px 25px rgba(30, 72, 47, 0.4);
    -o-box-shadow: 0 8px 25px rgba(30, 72, 47, 0.4);
    box-shadow: 0 8px 25px rgba(30, 72, 47, 0.4);
    -moz-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}
.btn-service::before {
    width: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    height: 100%;
    content: '';
    -moz-transition: left 0.6s;
    -webkit-transition: left 0.6s;
    -o-transition: left 0.6s;
    transition: left 0.6s;
    background-image: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
}
.btn-service:hover::before {
    left: 100%;
}
.btn-service:active {
    -moz-box-shadow: 0 2px 8px rgba(30, 72, 47, 0.2);
    -webkit-box-shadow: 0 2px 8px rgba(30, 72, 47, 0.2);
    -o-box-shadow: 0 2px 8px rgba(30, 72, 47, 0.2);
    box-shadow: 0 2px 8px rgba(30, 72, 47, 0.2);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.footer-widget-3 img.emoji {
    width: 1em !important;
    vertical-align: middle;
    height: 1em !important;
}
.main-header-menu .menu-item.highlight-menu > a, .ast-mobile-header-wrap .menu-item.highlight-menu > a {
    font-weight: 600;
    background-color: #1e482f;
    color: #fff !important;
    border: 2px solid #1e482f;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    animation: pulse 2.0s infinite;
    padding: 4px 10px;
}
.main-header-menu .menu-item.highlight-menu > a:hover {
    background-color: transparent;
    color: #1e482f !important;
    border-color: #1e482f;
}
.ast-header-account-inner-wrap, .ast-header-account-link {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
body.logged-in .ast-header-account-inner-wrap, body.logged-in .ast-header-account-link {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.giris, .kayitol, .giris-2, .kayitol-2 {
    display: flex;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    list-style: none;
    -moz-box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    -o-box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    overflow-x: auto;
    align-items: center;
    flex-wrap: nowrap;
    gap: 18px;
    -webkit-overflow-scrolling: touch;
    margin: 0;
    padding: 10px;
}
.giris a, .kayitol a, .giris-2 a, .kayitol-2 a {
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    color: black;
    font-size: 14px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -moz-transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease;
    -webkit-transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease;
    -o-transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease;
    transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease;
    padding: 10px;
}
.giris a:hover, .kayitol a:hover, .giris-2 a:hover, .kayitol-2 a:hover {
    -moz-box-shadow: 0 6px 14px rgba(1, 58, 99, 0.12);
    -webkit-box-shadow: 0 6px 14px rgba(1, 58, 99, 0.12);
    -o-box-shadow: 0 6px 14px rgba(1, 58, 99, 0.12);
    box-shadow: 0 6px 14px rgba(1, 58, 99, 0.12);
    -moz-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}
.woocommerce ul.products li.product .add_to_cart_button .ast-card-action-tooltip {
    display: inline-block !important;
    color: inherit !important;
    font-size: 15px;
    margin: 0;
    padding: 0;
}
.woocommerce ul.products li.product .button {
    width: 100%;
    margin-top: 10px;
    display: block;
    font-weight: 600;
    background-color: #1e482f;
    color: #fff !important;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 10px 0;
}
.woocommerce ul.products li.product .ast-on-card-button .ahfb-svg-iconset {
    display: none !important;
}
.woocommerce span.onsale {
    width: 60px;
    left: 10px;
    display: flex;
    justify-content: center;
    font-weight: 700;
    background-color: #ff3b3b;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 10px;
    border: 3px solid #fff;
    height: 60px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    -o-box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    z-index: 10;
    align-items: center;
}
.sepeti-temizle-btn {
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
    background-color: #1e482f !important;
    color: #fff !important;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 10px 20px;
}
.sepeti-temizle-btn:hover {
    background-color: #163624 !important;
}
@media (max-width: 768px) {
.ast-mobile-header-wrap .menu-item.highlight-menu > a {
    display: block;
    text-align: center;
    margin: 10px 0;
    padding: 12px;
}
.service-slide {
    max-width: 95%;
    padding: 10px;
}
.service-slide img {
    max-height: 350px;
}
.meta-slider .slide-title {
    font-size: 1.8rem !important;
}
.meta-slider .slide-desc {
    font-size: 1.1rem !important;
}
.meta-slider .slide-content {
    max-width: 100% !important;
    padding: 15px !important;
}
}
@media (max-width: 767px) {
.giris, .kayitol, .giris-2, .kayitol-2 {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
}
.giris a, .kayitol a, .giris-2 a, .kayitol-2 a {
    width: 100%;
    text-align: center;
}
}
@media (max-width: 480px) {
.service-slide {
    max-width: 100%;
    padding: 10px;
}
.service-slide img {
    max-height: 300px;
}
.meta-slider .slide-title {
    font-size: 1.5rem !important;
}
.meta-slider .slide-desc {
    font-size: 1rem !important;
}
}
@media (min-width: 922px) {
.giris, .kayitol {
    display: none !important;
}
}
@media (min-width: 1024px) {
.service-slide {
    max-width: 880px;
    padding: 15px;
}
}

/* Safe-area support for devices with notch and gesture bars */
html, body {
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
}
.site-header, .ast-above-header, .ast-primary-header-bar {
  padding-top: calc(env(safe-area-inset-top) + 8px);
}
#cart-fab, .cart-fab, .floating-cart, .promo-badge, .firsati-yakala, .sticky-cta, .whatsapp-fab {
  bottom: calc(16px + env(safe-area-inset-bottom));
}
.site-footer, .ast-footer-overlay {
  padding-bottom: calc(20px + env(safe-area-inset-bottom));
}
.site-content, #content, .ast-container {
  padding-bottom: calc(64px + env(safe-area-inset-bottom));
}
@supports (padding: constant(safe-area-inset-top)) {
  html, body { padding-top: constant(safe-area-inset-top); padding-bottom: constant(safe-area-inset-bottom); }
}
/* Ekmek kırıntısı navigasyonunu gizle */
.woocommerce-breadcrumb {
    display: none !important;
}
