.elementor-kit-6{--e-global-color-primary:#2C3133;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Verdana";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* GÜVENLİK KURALI 1: TÜM SAYFADA YATAY KAYMAYI ENGELLER */
body {
    overflow-x: hidden !important; 
    width: 100%;
}

/* GÜVENLİK KURALI 2: EN DAR EKRANLAR İÇİN KOLEKSİYON BAŞLIĞI KÜÇÜLTME */
@media (max-width: 480px) {
    /* Koleksiyon Hero Alanı Başlığı */
    .collections-hero-section h1 {
        font-size: 1.6em !important; /* Fontu daha da küçült */
        letter-spacing: 0.5px !important; /* Harf aralığını daralt */
        white-space: normal !important; /* Kelimelerin alt satıra geçmesini sağla */
        padding: 0 5px; /* Yanlardan çok az boşluk */
    }

    /* Tüm Elementor Section ve Container'lar için Yan Padding Kontrolü */
    .elementor-section, .elementor-container, .elementor-column {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    /* Hakkımızda Sayfası (Eski Sorunlu Kod Parçaları İçin) */
    .about-final-wrapper {
        margin: 0 !important;
        width: 100% !important;
    }
}/* End custom CSS */