/*
Theme Name: lolipop
Description: lolipop
Version: 1.0.0
Author: lolipop
*/

button,hr,input{overflow:visible}
audio,canvas,progress,video{display:inline-block}
progress,sub,sup{vertical-align:baseline}
[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}
html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}
h1{font-size:1em;margin:.67em 0}
figure{margin:1em 40px}
hr{box-sizing:content-box;height:0}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
a{background-color:transparent;-webkit-text-decoration-skip:objects}
a:active,a:hover{outline-width:0}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}
dfn{font-style:italic}
mark{background-color:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative}
sub{bottom:-.25em}
sup{top:-.5em}
audio:not([controls]){display:none;height:0}
img{border-style:none}
svg:not(:root){overflow:hidden}
button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}
button,select{text-transform:none}
[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{color:inherit;display:table;max-width:100%;white-space:normal}
textarea{overflow:auto}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
summary{display:list-item}
[hidden],template{display:none}

/* Reset ve Base Stiller */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Clearfix */
.clearfix:after,.clearfix:before{display:table;content:' ';clear:both}
.clearfix{zoom:1}

/* HTML Taslağı Wrap Container */
.wrap{padding:2%;height:100%; background:#fbfbfb;}
.wrap img{max-width:100%}

/* Body - AMP ve Normal sayfa uyumlu */
body {
    margin: 0;
    background: #e5e5e5;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    color: #363636;
    line-height: 1.44;
    font-size: 15px;
}

/* AMP body class support */
body.amp-page {
    background: #e5e5e5;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    color: #363636;
    line-height: 1.44;
    font-size: 15px;
}

/* Ana Container - AMP uyumlu */
.main-wrapper {
    background: #fff;
    max-width: 780px;
    margin: 0 auto;
    min-height: 100vh;
}

/* Typography */
blockquote,p{margin:0 0 15px}
.bold,b,strong{font-weight:700}
a{-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}

/* AMP video support */
amp-video{height:auto;max-width:100%}

.strong-label,blockquote{color:#000;font-family:Quicksand,sans-serif;font-weight:500;line-height:1.5}
blockquote{border:1px solid #e2e2e2;border-width:1px 0;padding:15px 15px 15px 60px;text-align:left;position:relative;clear:both}
blockquote p:last-child{margin-bottom:0}

/* AMP image support */
.amp-image-tag,amp-img,amp-video{max-width:100%}

/* Headings */
.h1,.h2,.h3,.h4,.h5,.h6,.heading-typo,h1,h2,h3,h4,h5,h6{font-family:Quicksand,sans-serif;font-weight:500;margin:15px 0 7px}
.heading{font-size:16px;font-weight:700;margin:10px 0}

/* Utility Classes */
.text-center{text-align:center}
hr{border:0.5px solid #ddd}
.margintop20{margin-top:20px}

/* Site Header - AMP uyumlu */
.site-header {
    height: 52px;
    width: 100%;
    position: relative;
    margin: 0;
    color: #fff;
    background: linear-gradient(to right, #7f0000, #71007f);
}

.site-header .branding {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    font-family: 'Quicksand', sans-serif;
    color: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 10px 55px;
    z-index: 9;
    height: 52px;
    line-height: 32px;
}

/* AMP image support in header */
.site-header .branding .amp-image-tag,
.site-header .branding amp-img{display:inline-block}

.navbar-toggle, .navbar-search {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    position: absolute;
    top: 0;
    z-index: 99;
    border: none;
    background: rgba(0,0,0,.1);
    height: 52px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    width: 52px;
    text-align: center;
    outline: 0;
    cursor: pointer;
    transition: all .6s ease;
}

.navbar-toggle {
    font-size: 21px;
    left: 0;
}

.navbar-search {
    font-size: 18px;
    right: 0;
    line-height: 48px;
}

.navbar-toggle:hover, .navbar-search:hover {
    background: rgba(0,0,0,.2);
}

/* Site Title */
.sitebaslik{margin-top:5px;padding:4px;background-image: radial-gradient( circle farthest-corner at 50.4% 50.5%, rgba(135,2,35,1) 0%, rgba(251,32,86,1) 90% );color:#fff;font-size:16px}
.sitebaslik h1{margin-top:10px 0;}

/* Lists */
ul {list-style: none;margin:0;padding:0}

/* ============================================
   RESPONSIVE ÜRÜN SHOWCASE SİSTEMİ - AMP UYUMLU
   ============================================ */

/* Ana Grid Container - AMP Simple Grid */
.product-showcase {
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #fbfbfb;
}

/* Mobile Simple Grid - AMP uyumlu */
.mobile-simple-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2px;
    padding: 2px;
    background: #fbfbfb;
}

/* Simple Grid Item - AMP uyumlu */
.simple-grid-item {
    position: relative;
    aspect-ratio: 150/275;
    overflow: hidden;
}

/* Simple Product Link - AMP uyumlu */
.simple-product-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

/* Simple Product Image - AMP img uyumlu */
.simple-product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

/* Hover effects for AMP */
.simple-product-link:hover .simple-product-image {
    transform: scale(1.02);
}

/* Grid Öğesi - Backward compatibility */
.showcase-grid {
    float: left;
    margin: 2px auto;
    padding: 1px;
    box-sizing: border-box;
    width: 20%; /* Default: 5 sütun */
}

/* Grid İçindeki Liste */
.showcase-grid ul {
    float: left;
    margin: 0;
    width: 100%;
    padding: 0;
    list-style: none;
}

/* Ürün Kartı - AMP uyumlu */
.showcase-grid ul li.product-card {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 3px;
}

/* Aspect ratio korunması */
.showcase-grid ul li.product-card:before {
    content: "";
    display: block;
    padding-top: 183.33%; /* 275/150 = 1.833 aspect ratio */
}

/* Ürün Linki */
.showcase-grid ul li.product-card a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* Ürün Görseli - AMP img desteği */
.showcase-grid ul li.product-card amp-img,
.showcase-grid ul li.product-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

/* Hover efektleri - AMP uyumlu */
.showcase-grid ul li.product-card:hover {
    transform: scale(1.02);
    transition: transform 0.3s ease;
    z-index: 2;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* AMP carousel hover effects */
.showcase-grid ul li.product-card a:hover amp-img,
.showcase-grid ul li.product-card a:hover img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

/* Float temizleme */
.clear-float {
    clear: both;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.product-showcase:after {
    content: "";
    display: table;
    clear: both;
}

/* Loading placeholder - AMP uyumlu */
.showcase-grid ul li.product-card .loading-placeholder,
.showcase-grid ul li.product-card .no-image {
    background: #f0f0f0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 12px;
    text-align: center;
}

/* Responsive Breakpoints - Mobile First AMP */

/* 4 sütun - Küçük mobil (320px - 399px) */
@media (max-width: 399px) {
    .mobile-simple-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .showcase-grid {
        width: 25%; /* 4 sütun */
    }
}

/* 3 sütun - Çok küçük mobil (280px ve altı) */
@media (max-width: 280px) {
    .mobile-simple-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .showcase-grid {
        width: 33.3333333333%; /* 3 sütun */
    }
}

/* No products message */
.no-products-found,
.no-products {
    text-align: center;
    padding: 40px 20px;
    color: #666;
    font-size: 16px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 20px;
}

/* ============================================
   DESKTOP BLOG STİLLERİ - AMP UYUMLU
   ============================================ */

.desktop-content {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    min-height: 100vh;
}

.content-wrapper {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 30px;
    padding: 30px 20px;
}

.main-content {
    min-width: 0;
}

.blog-header {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #1B83A0;
}

.blog-header h1 {
    font-size: 36px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
}

.blog-header p {
    font-size: 16px;
    color: #666;
    margin: 0;
}

.articles-list {
    margin-bottom: 40px;
}

.article-item {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.article-item:last-child {
    border-bottom: none;
}

.article-meta {
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
}

.publish-date, .author-name {
    margin-right: 15px;
}

.article-categories {
    margin-top: 5px;
}

.category-tag {
    background: #1B83A0;
    color: #fff;
    padding: 2px 8px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 12px;
    margin-right: 8px;
    display: inline-block;
}

.category-tag:hover {
    background: #155a70;
    color: #fff;
}

.article-title {
    font-size: 28px;
    margin: 15px 0;
    line-height: 1.3;
}

.article-title a {
    color: #333;
    text-decoration: none;
}

.article-title a:hover {
    color: #1B83A0;
}

.article-thumbnail {
    margin: 20px 0;
    text-align: center;
}

/* AMP image support in articles */
.article-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.article-excerpt {
    margin: 20px 0;
    line-height: 1.7;
    font-size: 16px;
    color: #555;
}

.article-actions {
    margin-top: 20px;
}

.read-more-btn {
    background: #1B83A0;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s ease;
    display: inline-block;
}

.read-more-btn:hover {
    background: #155a70;
    color: #fff;
}

/* Pagination - AMP uyumlu */
.pagination-wrapper {
    margin: 40px 0;
    text-align: center;
}

.pagination-wrapper .page-numbers {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.pagination-wrapper .page-numbers.current {
    background: #1B83A0;
    color: #fff;
    border-color: #1B83A0;
}

.pagination-wrapper .page-numbers:hover {
    background: #f8f9fa;
    border-color: #1B83A0;
}

/* Sidebar */
.main-sidebar {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
}

.widget {
    margin-bottom: 30px;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.widget-title {
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
    border-bottom: 2px solid #1B83A0;
    padding-bottom: 5px;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget ul li {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

.widget ul li:last-child {
    border-bottom: none;
}

.widget ul li a {
    color: #333;
    text-decoration: none;
}

.widget ul li a:hover {
    color: #1B83A0;
}

/* No articles message */
.no-articles {
    text-align: center;
    padding: 60px 20px;
    color: #666;
}

.no-articles h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
}

.no-articles p {
    font-size: 16px;
    line-height: 1.6;
}

/* ============================================
   TEKİL ÜRÜN SAYFASI STİLLERİ - AMP CAROUSEL UYUMLU
   ============================================ */

/* HTML Taslağı Buttons - AMP uyumlu */
.buttons {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding-right: 10px;
  padding-left: 50px;
  position: relative;
  background-color:rgb(41,127,184);
  color:rgb(255,255,255);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-size:16px;
  font-family:Verdana;
  letter-spacing: 0.1px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-shadow:0px 1px 0px rgba(0,0,0,0.5);
  -moz-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  box-shadow:0px 2px 2px rgba(0,0,0,0.2);
}

.buttons span {
  position: absolute;
  left: 0;
  width: 40px;
  background-color:rgba(0,0,0,0.5);
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 1px solid  rgba(0,0,0,0.15);
}

.buttons:hover span, .buttons.active span {
  background-color:rgb(0,0,0);
  border-right: 1px solid  rgba(0,0,0,0.3);
}

.buttons:active {
  margin-top: 2px;
  margin-bottom: 13px;
  -moz-box-shadow:0px 1px 0px rgba(255,255,255,0.5);
  -webkit-box-shadow:0px 1px 0px rgba(255,255,255,0.5);
  box-shadow:0px 1px 0px rgba(255,255,255,0.5);
}

.buttons.whatsapp {
  background: #25D366;
}

.nav-links h2{font-size:16px;margin:10px 0}

/* HTML Taslağı Kişisel Bilgi Tablosu */
section#kisiselBilgi ul li{float:left;margin-bottom:1%}
section#kisiselBilgi ul li.baslik{float:left;border:0px solid #ddd;background-color:#666666;color:#ffffff;height:30px;line-height:28px;padding-left:1%;
width:calc(25% - 2px);font-size:90%;margin-left:2px;font-weight:500}
section#kisiselBilgi ul li.veri{float:left;height:30px;line-height:28px;text-indent:4%;
width:calc(45% - 2px);font-size:90%;font-weight:500;background-color:#7b1e72;border:1px solid #ddd;border-left:none;color:#777777;text-transform:capitalize}
section#kisiselBilgi ul li.baslik2{float:left;border:0px solid #ddd;background-color:#666666;color:#ffffff;height:30px;line-height:28px;padding-left:1%;
width:calc(15% - 2px);font-size:90%;margin-left:2px;font-weight:500}
section#kisiselBilgi ul li.veri2{float:left;height:30px;line-height:28px;text-indent:4%;
width:calc(15% - 2px);font-size:90%;font-weight:500;background-color:#7b1e72;border:1px solid #ddd;border-left:none;color:#777777;text-transform:capitalize}
section#kisiselBilgi .ayir{display:none}
section#kisiselBilgi .temizle{display:none}

/* AMP Carousel Styles - Tekil ürün sayfası için */
amp-carousel {
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

amp-carousel amp-img {
    object-fit: cover;
}

/* Non-AMP Gallery Styles (Desktop fallback) */
.product-image-slider {
    margin-bottom: 20px;
}

.main-image-container {
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #f5f5f5;
}

.main-product-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: opacity 0.3s ease;
    display: block;
    margin: 0 auto;
}

.gallery-thumbs {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px;
    max-width: 100%;
    overflow-x: auto;
}

.gallery-thumb {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
    cursor: pointer;
    border: 3px solid transparent;
    transition: all 0.3s ease;
    opacity: 0.7;
    flex-shrink: 0;
}

.gallery-thumb:hover {
    opacity: 1;
    transform: scale(1.05);
    border-color: rgba(27, 131, 160, 0.5);
}

.gallery-thumb.active {
    border-color: #1B83A0;
    opacity: 1;
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(27, 131, 160, 0.3);
}

/* No gallery placeholder - AMP uyumlu */
.no-gallery-placeholder {
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
}

/* Product description styles */
.product-description,
.default-description {
    margin: 20px 0;
    line-height: 1.7;
    color: #333;
}

.product-description p,
.default-description p {
    margin-bottom: 15px;
}

/* Warning section */
.warning-section {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 5px;
    padding: 15px;
    margin: 20px 0;
}

.warning-section h4 {
    color: #856404;
    margin-bottom: 10px;
}

.warning-section h5 {
    color: #6c757d;
    font-size: 14px;
    margin-top: 10px;
}

/* ============================================
   AMP SIDEBAR STİLLERİ
   ============================================ */

/* AMP Sidebar - Responsive */
.amp-sidebar {
    background: #fff;
    max-width: 350px;
    min-width: 270px;
    padding-bottom: 30px;
}

.close-sidebar {
    font-size: 25px;
    border: none;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 0px;
    background: 0 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    padding: 0;
    outline: 0;
    cursor: pointer;
}

.sidebar-brand {
    color: #fff;
    padding: 0px 50px 10px 5px;
    text-align: left;
    font-family: Quicksand, sans-serif;
    line-height: 2;
    background: linear-gradient(to right, #004a7f, #004a7f);
}

.sidebar-brand .brand-name {
    font-weight: 500;
    font-size: 18px;
}

.sidebar-brand .brand-description {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 4px;
}

/* Sidebar Navigation */
.sidebar-nav {
    padding: 20px;
}

.mobile-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu li {
    border-bottom: 1px solid #eee;
}

.mobile-menu a {
    display: block;
    padding: 12px 0;
    color: #333;
    text-decoration: none;
    font-weight: 400;
}

.mobile-menu a:hover {
    color: #1B83A0;
}

/* ============================================
   FOOTER STİLLERİ - AMP UYUMLU
   ============================================ */

/* Footer */
.istanbul-amp-footer,
.site-footer {
    margin: 0;
    background: #f3f3f3;
}

.istanbul-amp-footer-nav,
.footer-content {
    border-top: 1px solid rgba(0,0,0,.1);
    background: #fff;
    padding: 14px 15px;
}

.istanbul-amp-copyright {
    padding: 17px 10px;
    text-align: center;
    font-family: Quicksand, sans-serif;
    font-weight: 400;
    color: #494949;
    border-top: 1px solid rgba(0,0,0,.1);
    font-size: 13px;
}

.footer-navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.footer-navigation li {
    margin: 0;
}

.footer-navigation li li,
.footer-navigation ul {
    display: none;
}

.footer-navigation a {
    text-decoration: none;
    color: #494949;
    font-family: Quicksand, sans-serif;
    font-weight: 300;
    font-size: 14px;
    padding: 5px 10px;
    transition: color 0.3s ease;
}

.footer-navigation a:hover {
    color: #1B83A0;
}

.footer-navigation .fa {
    margin-right: 5px;
}

.istanbul-amp-main-link {
    display: block;
    text-align: center;
    font-weight: 700;
    margin: 6px 0 12px;
}

.istanbul-amp-main-link a {
    color: #fff;
    text-decoration: none;
    padding: 0 15px;
    display: inline-block;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 33px;
    line-height: 26px;
    font-size: 12px;
    font-weight: 400;
    background: linear-gradient(to right, #004a7f, #004a7f);
}

.istanbul-amp-main-link a .fa {
    margin-right: 5px;
}

.istanbul-amp-main-link a:hover {
    background: linear-gradient(to right, #155a70, #004a7f);
}

/* Footer content wrapper */
.footer-content {
    max-width: 780px;
    margin: 0 auto;
}

/* Footer navigation styles */
.footer-nav {
    margin-bottom: 10px;
}

/* ============================================
   SINGLE ARTICLE STİLLERİ - AMP UYUMLU
   ============================================ */

.single-article-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
}

.single-article {
    margin-bottom: 40px;
}

/* Breadcrumb */
.breadcrumb {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.breadcrumb a {
    color: #1B83A0;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

/* Article Header */
.article-header {
    margin-bottom: 30px;
}

.article-title {
    font-size: 32px;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.3;
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
}

.categories {
    display: flex;
    gap: 8px;
    align-items: center;
}

.category-link {
    background: #1B83A0;
    color: #fff;
    padding: 2px 8px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 12px;
}

.category-link:hover {
    background: #155a70;
    color: #fff;
}

/* Featured Image */
.featured-image-container {
    margin: 30px 0;
    text-align: center;
}

.featured-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Article Content */
.article-content {
    line-height: 1.8;
    font-size: 16px;
    color: #333;
    margin-bottom: 40px;
}

.article-content p {
    margin-bottom: 20px;
}

.article-content h2,
.article-content h3,
.article-content h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #333;
}

.article-content h2 {
    font-size: 24px;
}

.article-content h3 {
    font-size: 20px;
}

.article-content h4 {
    font-size: 18px;
}

.article-content ul,
.article-content ol {
    margin-bottom: 20px;
    padding-left: 30px;
}

.article-content li {
    margin-bottom: 8px;
}

.article-content blockquote {
    background: #f8f9fa;
    border-left: 4px solid #1B83A0;
    padding: 20px;
    margin: 30px 0;
    font-style: italic;
}

/* Article Tags */
.article-tags {
    margin: 30px 0;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.tag-link {
    display: inline-block;
    background: #e9ecef;
    color: #495057;
    padding: 5px 10px;
    margin: 5px 5px 5px 0;
    border-radius: 15px;
    text-decoration: none;
    font-size: 12px;
}

.tag-link:hover {
    background: #1B83A0;
    color: #fff;
}

/* Social Share */
.social-share {
    margin: 40px 0;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    text-align: center;
}

.social-share h4 {
    margin-bottom: 15px;
    color: #333;
}

.share-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.share-btn {
    display: inline-block;
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.share-btn.facebook {
    background: #3b5998;
    color: #fff;
}

.share-btn.twitter {
    background: #1da1f2;
    color: #fff;
}

.share-btn.whatsapp {
    background: #25d366;
    color: #fff;
}

.share-btn.email {
    background: #6c757d;
    color: #fff;
}

.share-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* Related Articles */
.related-articles {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 2px solid #1B83A0;
}

.related-articles h3 {
    margin-bottom: 20px;
    color: #333;
    text-align: center;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.related-article {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.related-article:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.related-image {
    height: 150px;
    overflow: hidden;
}

.related-image img,
.related-image amp-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related-content {
    padding: 15px;
}

.related-content h4 {
    margin-bottom: 10px;
    font-size: 16px;
}

.related-content h4 a {
    color: #333;
    text-decoration: none;
}

.related-content h4 a:hover {
    color: #1B83A0;
}

.related-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* Post Navigation */
.post-navigation {
    margin: 40px 0;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.nav-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.nav-previous {
    text-align: left;
}

.nav-next {
    text-align: right;
}

.nav-link {
    display: block;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

.nav-link:hover {
    background: #1B83A0;
    color: #fff;
}

/* ============================================
   RESPONSIVE AYARLAR - AMP UYUMLU
   ============================================ */

/* Tablet ve altı */
@media (max-width: 768px) {
    .wrap {
        padding: 1%;
    }
    
    .content-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 15px 10px;
    }
    
    .main-sidebar {
        display: none;
    }
    
    /* Kişisel bilgi tablosu responsive */
    section#kisiselBilgi ul li.baslik,
    section#kisiselBilgi ul li.veri {
        width: calc(50% - 2px);
    }
    
    section#kisiselBilgi ul li.baslik2,
    section#kisiselBilgi ul li.veri2 {
        width: calc(25% - 2px);
    }
    
    .gallery-thumbs {
        gap: 5px;
        padding: 5px;
    }
    
    .gallery-thumb {
        width: 60px;
        height: 60px;
    }
    
    .blog-header h1 {
        font-size: 28px;
    }
    
    .article-title {
        font-size: 24px;
    }
    
    /* Single article responsive */
    .single-article-container {
        padding: 15px;
    }
    
    .article-meta {
        flex-direction: column;
        gap: 10px;
    }
    
    .share-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .related-grid {
        grid-template-columns: 1fr;
    }
    
    .nav-links {
        grid-template-columns: 1fr;
    }
    
    .nav-next {
        text-align: left;
    }
}

/* Mobil */
@media (max-width: 480px) {
    section#kisiselBilgi ul li.baslik,
    section#kisiselBilgi ul li.veri,
    section#kisiselBilgi ul li.baslik2,
    section#kisiselBilgi ul li.veri2 {
        width: calc(50% - 2px);
    }
    
    .gallery-thumb {
        width: 50px;
        height: 50px;
    }
    
    .gallery-thumbs {
        gap: 3px;
    }
    
    .article-title {
        font-size: 20px;
    }
    
    .blog-header h1 {
        font-size: 24px;
    }
    
    /* Footer responsive */
    .footer-navigation {
        flex-direction: column;
        gap: 5px;
    }
    
    .site-header .branding {
        font-size: 18px;
        padding: 10px 50px;
    }
    
    .navbar-toggle,
    .navbar-search {
        width: 50px;
        font-size: 16px;
    }
}

/* ============================================
   TEMA RENKLERİ ve GENEL STİLLER - AMP UYUMLU
   ============================================ */

/* Theme Colors */
a {
    color: #353233;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #1B83A0;
}

/* AMP specific body classes */
body.amp-page {
    background: #e5e5e5;
}

body.mobile-device {
    background: #e5e5e5;
}

body.desktop-device {
    background: #f5f5f5;
}

/* Accessibility - AMP uyumlu */
button:focus, 
a:focus, 
input:focus {
    outline: 2px solid #1B83A0;
    outline-offset: 2px;
}

.showcase-grid ul li.product-card a:focus {
    outline: 2px solid #1B83A0;
    outline-offset: 2px;
}

/* AMP carousel focus */
amp-carousel:focus {
    outline: 2px solid #1B83A0;
    outline-offset: 2px;
}

/* Screen reader only class */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

/* Reduced motion support - AMP uyumlu */
@media (prefers-reduced-motion: reduce) {
    .showcase-grid ul li.product-card:hover,
    .showcase-grid ul li.product-card a:hover amp-img,
    .showcase-grid ul li.product-card a:hover img,
    .gallery-thumb:hover,
    .gallery-thumb.active,
    .simple-product-link:hover .simple-product-image {
        transform: none;
        transition: none;
    }
    
    amp-carousel {
        animation: none;
    }
}

/* Print styles - AMP uyumlu */
@media print {
    .site-header,
    .istanbul-amp-footer,
    .site-footer,
    .navbar-toggle,
    .navbar-search,
    .main-sidebar,
    .amp-sidebar,
    .social-share,
    .nav-links {
        display: none;
    }
    
    body {
        background: #fff;
    }
    
    .main-wrapper {
        box-shadow: none;
        max-width: none;
    }
    
    amp-carousel {
        display: none;
    }
    
    .gallery-thumbs {
        display: none;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .showcase-grid ul li.product-card {
        border: 3px solid #000;
    }
    
    .buttons {
        border: 2px solid #000;
    }
    
    .category-tag,
    .tag-link {
        border: 1px solid #000;
    }
}

/* Smooth scroll */
html {
    scroll-behavior: smooth;
}

/* AMP specific styles */
amp-img {
    background-color: #f5f5f5;
}

/* AMP carousel specific */
amp-carousel[type="slides"] {
    background: #f5f5f5;
}

amp-carousel button {
    background: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    padding: 10px;
    margin: 10px;
    border-radius: 50%;
    cursor: pointer;
}

amp-carousel button:hover {
    background: rgba(0,0,0,0.8);
}

/* AMP sidebar specific */
amp-sidebar {
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

/* Loading states for AMP */
amp-img[i-amphtml-ssr] {
    background: #f0f0f0;
}

/* AMP analytics (hidden by default) */
amp-analytics {
    display: none;
}

/* Ensure AMP validation compliance */
.amp-page img {
    max-width: 100%;
    height: auto;
}

.amp-page iframe {
    max-width: 100%;
}

/* AMP layout helpers */
.amp-layout-responsive {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
}

.amp-layout-responsive > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Dark mode support (optional) */
@media (prefers-color-scheme: dark) {
    body.amp-page {
        background: #1a1a1a;
        color: #e0e0e0;
    }
    
    .main-wrapper {
        background: #2d2d2d;
    }
    
    .showcase-grid ul li.product-card {
        background: #3d3d3d;
        border-color: #555;
    }
    
    section#kisiselBilgi ul li.veri,
    section#kisiselBilgi ul li.veri2 {
        background: #7b1e72;
        color: #e0e0e0;
        border-color: #555;
    }
}

/* Final AMP optimizations */
@media (max-width: 320px) {
    .mobile-simple-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1px;
    }
    
    .showcase-grid {
        width: 33.33%;
        margin: 1px;
        padding: 0.5px;
    }
    
    .site-header .branding {
        font-size: 16px;
        padding: 10px 45px;
    }
}

/* UL LI GRID SİSTEMİ - TAM 6 SÜTUN */

.product-list-grid {
    display: block;
    width: 100%;
    margin: 0;
    padding: 7px;
    list-style: none;
    background: #fbfbfb;
    overflow: hidden;
}

.product-list-item {
    float: left;
    width: calc(16.6666666667%);
    margin: 0;
    padding: 1px;
    box-sizing: border-box;
    position: relative;
    list-style: none;
}

.product-link {
    display: block;
    width: 100%;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.product-link:before {
    content: "";
    display: block;
    padding-top: 183.33%;
}

.product-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.product-link:hover {
    transform: scale(1.02);
    transition: transform 0.3s ease;
    z-index: 2;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.product-link:hover .product-image {
    transform: scale(1.05);
}

.product-list-grid:after {
    content: "";
    display: table;
    clear: both;
}

/* AMP img için */
.product-link amp-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Loading placeholder */
.product-link .loading-placeholder,
.product-link .no-image {
    background: #f0f0f0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 12px;
    text-align: center;
}

/* Accessibility */
.product-link:focus {
    outline: 2px solid #1B83A0;
    outline-offset: 2px;
}

/* YENİ İLETİŞİM BUTONLARI */
.contact-buttons {
    margin: 20px 0;
}

.buttons.arama {
    background: #007bff;
}

.buttons.arama:hover {
    background: #0056b3;
}

.buttons.telegram {
    background: #0088cc;
}

.buttons.telegram:hover {
    background: #006699;
}

.buttons.whatsapp {
    background: #25D366;
}

.buttons.whatsapp:hover {
    background: #1da851;
}

/* Font Awesome ikonları için */
.fa-phone:before {
    content: "📞";
}

.fa-telegram:before {
    content: "📱";
}

/* AMP CAROUSEL OK KALICI DÜZELTME - OK İŞARETLERİ İLE */
amp-carousel[type="slides"] .amp-carousel-button {
    background: rgba(0,0,0,0.7) !important;
    color: white !important;
    border: 2px solid white !important;
    padding: 16px !important;
    margin: 16px !important;
    border-radius: 50% !important;
    font-size: 20px !important;
    width: 50px !important;
    height: 50px !important;
    z-index: 1000 !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    transition: all 0.3s ease !important;
    font-family: Arial, sans-serif !important;
    font-weight: bold !important;
    line-height: 1 !important;
}

amp-carousel[type="slides"] .amp-carousel-button:hover {
    background: rgba(0,0,0,0.9) !important;
    transform: translateY(-50%) scale(1.1) !important;
}

amp-carousel[type="slides"] .amp-carousel-button-prev {
    left: 10px !important;
}

amp-carousel[type="slides"] .amp-carousel-button-prev:before {
    content: "‹" !important;
    font-size: 24px !important;
    font-weight: bold !important;
}

amp-carousel[type="slides"] .amp-carousel-button-next {
    right: 10px !important;
}

amp-carousel[type="slides"] .amp-carousel-button-next:before {
    content: "›" !important;
    font-size: 24px !important;
    font-weight: bold !important;
}

/* AMP carousel container */
amp-carousel[type="slides"] {
    position: relative !important;
}

/* Tüm durumlarda okları göster */
amp-carousel[type="slides"]:hover .amp-carousel-button,
amp-carousel[type="slides"] .amp-carousel-button {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}