/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* Ürün sayfası sticky galeri - ilk resmin ekranı kaplamasını engelle */
.single-product .product-gallery .is-sticky-column,
.single-product .product-gallery .is-sticky-column__inner {
  position: static !important;
}

/* Footer ödeme logoları (Visa, MasterCard, iyzico) - görünürlük */
.section.dark .ux-logo .ux-logo-image,
.section.dark .ux_html img[alt*="iyzico"],
.section.dark .ux_html img[alt*="Visa"] {
  opacity: 1 !important;
  filter: none !important;
}
.section.dark [class*="col_inner"]:last-child .ux-logo,
.section.dark [class*="col_inner"]:last-child .ux_html {
  min-height: 36px;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}