@media (max-width: 1399px) {
  .col-gd {
      width: 25%;
  }
  .hero-area3.hero-area4 .item {
      height: 450px;
  }
}
@media (max-width: 1366px) {
  .slider-area-wrapper .item-inner {
      max-width: 70%;
  }
  .flash-sell-area.three_column_product .section-title h2{
      font-size: 24px;
  }
  .flash-sell-area.three_column_product .section-title h2 {
      font-size: 20px;
  }
}

@media (max-width: 1050px) {
  .left-category-area .category-list .navi-link img{
      display: none;
  }
  .left-category-area .category-list .navi-link {
      padding: 17px 8px;
  }
  .left-category-area .category-list {
      padding: 14px 0px;
  }
  .left-category-area .category-list .navi-link i {
      top: 5px;
  }

}

@media (max-width: 991px) {
  .hero-area3 .right-img img {
      max-width: 220px;
      display: inline-block;
      margin-bottom: 20px;
  }
  .slider-area-wrapper .item-inner {
      max-width: 100%;
  }

  .hero-area3 .left-content .title {
      font-size: 24px;
      line-height: 34px;
  }
  .hero-area3 .left-content{
      text-align: center;
      width: 100%;
  }
  .owl-carousel .owl-prev, .owl-carousel .owl-next {
      width: 30px;
      height: 30px;
      line-height: 30px;
  }
  .hero-area3 .left-content .subtitle {
      font-size: 30px;
  }

  .col-gd {
      width: 33.333%;
  }
  
  /* Page Header Responsive - Tablet */
  .page-header {
      height: 200px !important;
      padding: 25px 20px !important;
  }
  .page-header h1 {
      font-size: 2rem !important;
      line-height: 1.3 !important;
  }
  .newproduct-section .section-title,
  .sps-two .section-title
  {
      display: block;
      text-align: center;
  }
  .sps-two  .section-title h2,
  .newproduct-section  .section-title h2
  {
      display: inline-block;
      margin-bottom : 20px;
  }
  .newproduct-section .section-title .links,
  .sps-two .section-title .links
  {
      display : block;
  }
  .newproduct-section .section-title .links, 
  .sps-two .section-title .links 
  {
      padding-bottom: 10px;
  }
  .section-title .links a::before {
      display: none;
  }
  .widget.p-4 {
      padding: 0px !important;
      box-shadow: none !important;
  }
  .contact-page .card.widget.p-4,
  .checkut-page .card.widget.p-4
  {
      border-radius: 5px !important;
      padding: 1.5rem !important;
  }
  .topbar{
      position: relative;
  }
  .compare-mobile {
      margin-right: 0px;
      margin-left: 10px;
  }
  .site-header .search-box-wrap{
      position: absolute;
      left: 0px;
      width: 100%;
      background: #fff;
      width: 100%;
      height: 100%;
      top: 0px;
      z-index: 999;
  }
  .close-m-serch{
      font-size: 24px;
      margin-left: 20px;
      cursor: pointer;
  }
  .track-order-link.wishlist-mobile{
      margin-right: 10px;
  }
  .t-h-dropdown {
      margin-right: 10px;
  }
  .hero-slider .item {
      padding: 0;
      margin: 0;
      /* height: auto kaldırıldı - layout shift'i önlemek için */
      aspect-ratio: 21/9;
      min-height: 300px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: visible;
      position: relative;
  }
  .hero-slider .item a {
      width: 100%;
      display: block;
      height: auto;
      position: relative;
      padding: 0;
      margin: 0;
  }
  .hero-slider .item img {
      width: 100%;
      height: auto !important;
      object-fit: contain;
      display: block;
      max-width: 100%;
      /* transform: scale(1.1); */
      transform-origin: center;
  }
  .hero-slider-main {
      overflow: visible;
  }
  .hero-slider-main .owl-stage-outer {
      overflow: visible;
  }
  .hero-slider-main .owl-stage,
  .hero-slider-main .owl-item {
      height: auto;
  }
  .body_theme2 .hero-slider .item {
      /* height: auto kaldırıldı - layout shift'i önlemek için */
      aspect-ratio: 21/9;
      min-height: 350px;
  }
}

@media (max-width: 767px) {
  .col-lg-12.mt-1,
  .col-lg-12[class*="mt-"] {
      margin-top: 0 !important;
  }
  /* Mobil için background image'leri güncelle */
  .hero-slider .item[data-mobile-bg],
  .hero-area3 .item[data-mobile-bg],
  .hero-area4 .item[data-mobile-bg] {
      background-image: var(--mobile-bg) !important;
  }
  .hero-slider .item[data-mobile-bg] {
      --mobile-bg: url(var(--mobile-bg-url));
  }
  /* Hero slider'ın tüm parent container'larını kontrol et */
  .container:has(.hero-slider),
  .container-fluid:has(.hero-slider),
  .row:has(.hero-slider),
  section:has(.hero-slider),
  div:has(.hero-slider) {
      padding-left: 0 !important;
      padding-right: 0 !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
  }
  /* Hero slider container padding'ini telafi et - tüm parent'lar için */
  .container > .hero-slider,
  .container-fluid > .hero-slider,
  .row > .hero-slider,
  [class*="col-"] > .hero-slider,
  section > .hero-slider,
  div > .hero-slider,
  .hero-slider {
      margin-left: 0 !important;
      margin-right: 0 !important;
      width: 100vw !important;
      max-width: 100vw !important;
      left: 50% !important;
      transform: translateX(-50%) !important;
      position: relative;
      aspect-ratio: 1;
  }
  /* Hero slider'dan sonraki TÜM elementlerin margin'ini kaldır */
  .hero-slider + *,
  .hero-slider ~ *,
  .hero-slider + section,
  .hero-slider ~ section,
  .hero-slider + div,
  .hero-slider ~ div {
      margin-top: 0 !important;
      padding-top: 0 !important;
  }
  .hero-slider {
      overflow: hidden !important;
      border-radius: 0;
      margin-top: 0 !important;
      margin-bottom: 0 !important;
      padding: 0 !important;
  }
  .hero-slider-main,
  .hero-slider-main.owl-carousel {
      overflow: hidden !important;
      position: relative;
      margin: 0 !important;
      padding: 0 !important;
      width: 100% !important;
      max-width: 100% !important;
      height: auto !important;
  }
  .hero-slider-main .owl-stage-outer {
      overflow: hidden !important;
      margin: 0 !important;
      padding: 0 !important;
      width: 100% !important;
      max-width: 100% !important;
      height: auto !important;
  }
  .hero-slider-main .owl-stage {
      margin: 0 !important;
      padding: 0 !important;
      width: 100% !important;
      max-width: 100% !important;
      height: auto !important;
      display: flex !important;
  }
  .hero-slider-main .owl-item {
      margin: 0 !important;
      padding: 0 !important;
      width: 100% !important;
      max-width: 100% !important;
      min-width: 100% !important;
      height: auto !important;
      flex-shrink: 0 !important;
  }
  .hero-area3.hero-area4 .item {
      height: auto !important;
      min-height: 200px;
      background-size: cover !important;
      background-position: center !important;
      background-repeat: no-repeat !important;
  }
  /* Theme2, Theme3, Theme4 için mobil resimlerin doğal boyutunda görünmesi */
  .slider-area-wrapper .hero-slider .item,
  .hero-area3 .item,
  .hero-area4 .item {
      /* height: auto kaldırıldı - layout shift'i önlemek için */
      min-height: 200px;
      aspect-ratio: 16/9;
      background-size: cover !important;
      background-position: center !important;
      background-repeat: no-repeat !important;
  }
  /* Genius banner'ı hero slider'a yaklaştır */
  .body_theme2 .genius-banner,
  .body_theme3 .genius-banner,
  .body_theme4 .genius-banner {
      margin-bottom: 5px !important;
      margin-top: 0 !important;
      padding-top: 0 !important;
  }
  /* Hero slider'dan sonra gelen tüm elementlerin üst margin'ini kaldır */
  .hero-slider ~ .genius-banner,
  .hero-slider ~ * .genius-banner {
      margin-top: 0 !important;
      padding-top: 0 !important;
  }
  .shop-top-filter-wrapper .gd-text-sm-center{
      text-align: center;
  }
  .shop-top-filter-wrapper select.form-control:not([size]):not([multiple]) {
      height: 35px;
  }
  .quickFilter .quickFilter-title{
      height: 35px;
      line-height: 35px;
  }
  .shop-top-filter-wrapper .shop-sorting .form-control {
      max-width: 155px;
  }
  .shop-top-filter-wrapper .gd-text-sm-center .sptfl{
      justify-content: center;
      display: block;
  }
  .shop-top-filter-wrapper .shop-view{
      float: unset;
      margin-top: 15px;
  }
  .shop-top-filter-wrapper  .shop-sorting{
      display: block;
      flex: unset;
      margin-top: 15px;
      text-align: center;
  }

  .col-gd {
      width: 50%;
  }
  .hero-slider .owl-carousel .owl-nav div {
      width: 35px;
      height: 35px;
      line-height: 35px;
  }
  .hero-slider .item {
      padding: 0 !important;
      margin: 0 !important;
      min-height: 0 !important;
      height: auto !important;
      display: block !important;

      position: relative;
      width: 100% !important;
  }
  .hero-slider .item a {
      width: 100% !important;
      display: block !important;
      height: auto !important;
      position: relative;
      padding: 0 !important;
      margin: 0 !important;
      line-height: 0 !important;
  }
  .hero-slider .item picture,
  .hero-slider .item img {
      width: 100% !important;

      height: auto !important;
      display: block !important;
      margin: 0 auto !important;
      padding: 0 !important;
      vertical-align: top !important;
      aspect-ratio: 1 / 1 !important;
      object-fit: cover !important;
  }
  .hero-slider .item picture img {
      width: 100% !important;

      height: auto !important;
      aspect-ratio: 1 / 1 !important;
      object-fit: cover !important;
      display: block !important;
  }
  .hero-slider-main {

      margin-bottom: 0 !important;
      padding-bottom: 0 !important;
  }
  .hero-slider-main .owl-stage-outer {

      margin-bottom: 0 !important;
      padding-bottom: 0 !important;
  }
  .hero-slider-main .owl-stage,
  .hero-slider-main .owl-item {
      height: auto;
      margin-bottom: 0 !important;
      padding-bottom: 0 !important;
  }
  .payment-methods .single-payment-method {
      width: 50%;
  }
  .details-page-top-right-content{
      margin-top: 30px;
  }
  .t-m-s-a{
      text-align: center;
  }
  a.genius-banner {
      margin-bottom: 5px !important;
      margin-top: 0 !important;
  }
  .deal-of-day-section .section-title{
      display: block;
      text-align: center;
  }
  .deal-of-day-section .section-title h2{
      display: inline-block;
  }
  .deal-of-day-section .countdown{
      display: table;
      margin: 0 auto;
  }
  .deal-of-day-section .section-title .right-area{
      padding: 10px 0px 10px;
  }
  .flash-sell-area .section-title{
      text-align: left;
  }
  
  /* Page Title (Breadcrumb) - Mobil için baştan başlasın */
  .page-title {
      margin-top: 0 !important;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      margin-bottom: 15px !important;
      border-top: none !important;
  }
  .page-title .container {
      padding-top: 0 !important;
  }
  .page-title .row {
      margin-top: 0 !important;
  }
  .page-title .breadcrumbs {
      padding-top: 0 !important;
      margin-top: 0 !important;
      text-align: left !important;
  }

  /* Page Header Responsive */
  .page-header {
      height: 180px !important;
      padding: 20px 15px !important;
  }
  .page-header h1 {
      font-size: 1.75rem !important;
      line-height: 1.3 !important;
      padding: 0 10px !important;
  }
  .page-header .bg-image {
      object-fit: cover !important;
      height: 100% !important;
      width: 100% !important;
  }
  
  /* Product card-r margin bottom responsive - only in main product area */
  #main_div .product-card.product-list.product-card-r {
      margin-bottom: 20px;
  }
  
}
@media (max-width: 576px) {
  /* Product card-r margin bottom for small mobile - only in main product area */
  #main_div .product-card.product-list.product-card-r {
      margin-bottom: 15px;
  }
  
  .shop-top-filter-wrapper  .shop-sorting #sorting{
      display: block;
      margin: 0 auto;
  }
  .hero-slider {
      margin-left: -15px !important;
      margin-right: -15px !important;
      width: calc(100% + 30px) !important;
      max-width: 100vw !important;
      padding: 0 !important;
  }
  .hero-slider .item {
      aspect-ratio: auto;
      height: auto !important;
      min-height: 0 !important;
      padding: 0 !important;
      margin: 0 !important;
      display: block !important;

      position: relative;
      width: 100% !important;
  }
  .hero-slider .item a {
      width: 100% !important;

      display: block !important;
      height: auto !important;
      margin: 0 auto !important;
      position: relative;
      padding: 0 !important;
      line-height: 0 !important;
  }
  .hero-slider .item picture,
  .hero-slider .item img {
      width: 100% !important;
      height: auto !important;
      display: block !important;
      margin: 0 auto !important;
      padding: 0 !important;
      vertical-align: top !important;
      object-fit: cover !important;
      transform: scale(1);
      transform-origin: center;

  }
  .hero-slider .item picture img {
      width: 100% !important;
      height: auto !important;
      object-fit: cover !important;
      display: block !important;
  }
  .hero-slider-main,
  .hero-slider-main.owl-carousel {

      margin-bottom: 0 !important;
      padding-bottom: 0 !important;
      padding-top: 0 !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
      width: 100% !important;
      max-width: 100% !important;
  }
  .hero-slider-main .owl-stage-outer {

      margin-bottom: 0 !important;
      padding-bottom: 0 !important;
      padding-top: 0 !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
      width: 100% !important;
      max-width: 100% !important;
  }
  .hero-slider-main .owl-stage,
  .hero-slider-main .owl-item {
      height: auto !important;
      margin-bottom: 0 !important;
      padding-bottom: 0 !important;
      padding-top: 0 !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
      width: 100% !important;
      max-width: 100% !important;
  }
  .announcement-with-content .left-area {
      display: none;
  }
  .announcement-with-content .right-area {
      padding-left: 0px;
  }
  .announcement-with-content .right-area h3{
      font-size: 24px;
      font-weight: 600;
  }

  /* Page Title (Breadcrumb) - Küçük mobil için baştan başlasın */
  .page-title {
      margin-top: 0 !important;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      margin-bottom: 12px !important;
      border-top: none !important;
  }
  .page-title .container {
      padding-top: 0 !important;
  }
  .page-title .row {
      margin-top: 0 !important;
  }
  .page-title .breadcrumbs {
      padding-top: 0 !important;
      margin-top: 0 !important;
      text-align: left !important;
  }
  
  /* Page Header Responsive - Small Mobile */
  .page-header {
      height: 150px !important;
      padding: 15px 10px !important;
  }
  .page-header h1 {
      font-size: 1.5rem !important;
      line-height: 1.2 !important;
      padding: 0 5px !important;
  }
}


@media (max-width: 500px) {
  /* Product card-r margin bottom for extra small mobile - only in main product area */
  #main_div .product-card.product-list.product-card-r {
      margin-bottom: 15px;
  }

  .hero-area3.hero-area4 .item {
      height: 250px;
  }
  .slider-area-wrapper .item-inner .title {
      font-size: 30px;
  }
  .slider-area-wrapper .item-inner .subtitle {
      font-size: 15px;
      line-height: 24px;
  }
  
  /* Page Title (Breadcrumb) - Çok küçük mobil için baştan başlasın */
  .page-title {
      margin-top: 0 !important;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      margin-bottom: 10px !important;
      border-top: none !important;
  }
  .page-title .container {
      padding-top: 0 !important;
  }
  .page-title .row {
      margin-top: 0 !important;
  }
  .page-title .breadcrumbs {
      padding-top: 0 !important;
      margin-top: 0 !important;
      text-align: left !important;
  }
  
  /* Page Header Responsive - Extra Small Mobile */
  .page-header {
      height: 140px !important;
      padding: 12px 8px !important;
  }
  .page-header h1 {
      font-size: 1.35rem !important;
      line-height: 1.2 !important;
  }

  .selected-product-section .features-slider .owl-nav div{
      top: 50% !important;
      transform: translateY(-50%);
  }
  .selected-product-section .features-slider .owl-nav div.owl-prev{
      left: -10px;
      right: auto;
  }
  .selected-product-section .features-slider .owl-nav div.owl-next{
      right: -10px;
  }
  .product-card .product-title > a {
      font-size: 13px !important;
      display: block;
  }
  .product-card .product-category>a{
      font-size: 12px;
  }
  .deal-of-day-section .section-title .h3::before{
      display: none;
  }
  .site-header .toolbar .toolbar-item {
      width: 34px;
      margin-left: -8px !important;
  }
  .flash-sell-new-section .product-card{
      display: block;
  }
  .flash-sell-new-section .product-card .product-thumb{
      width: 100%;
      height: 200px;
  }
  .flash-sell-new-section .product-card .product-thumb {
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      padding: 0 !important;
  }
  .flash-sell-new-section .product-card .product-thumb img,
  .flash-sell-new-section .product-card .product-thumb .lazy {
      object-fit: contain !important;
      object-position: center !important;
      max-width: 100% !important;
      max-height: 100% !important;
      width: auto !important;
      height: auto !important;
  }
  .flash-sell-area .section-title h2{
      font-size: 20px;
  }
  .p-action-button{
      display: block;
      margin-top: 12px;
  }
  .details-page-top-right-content .product-quantity{
      float: none;
  }
  .topbar .search-box-inner .search-box select {
      width: 80px;
  }
  .site-header .search-box-wrap .input-group{
      position: unset;
  }
  .site-header .search-box-wrap .search-box-inner{
      position: relative;
  }
}

@media (max-width: 414px) {
  /* Product card-r margin bottom for very small mobile - only in main product area */
  #main_div .product-card.product-list.product-card-r {
      margin-bottom: 12px;
  }
  
  .g-3, .gy-3 {
      --bs-gutter-y: 10px !important;
  }
  .g-3, .gx-3 {
      --bs-gutter-x: 10px !important;
  }
  .t-h-dropdown {
      margin-right: 8px;
  }
  .section-title h2 {
      font-size: 20px;
  }
  .details-page-top-right-content .p-title-main {
      font-size: 20px;
      line-height: 30px;
  }

}
@media (max-width: 390px) {
  /* Product card-r margin bottom for smallest mobile - only in main product area */
  #main_div .product-card.product-list.product-card-r {
      margin-bottom: 10px;
  }
  
  .product-card .product-price > del{
      display: block;
  }
}
@media (max-width: 360px) {
  .product-card .product-title > a {
      font-size: 12px !important;
      
  }
  .product-card .product-card-body {
      padding: 10px 5px 0px;
  }
  .product-card.p-col .product-thumb {
      width: 100px;
      height: 100px;
      margin-right: 20px;
  }
  .product-card.p-col .product-thumb {
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
  }
  .product-card.p-col .product-thumb img,
  .product-card.p-col .product-thumb .lazy {
      object-fit: contain !important;
      object-position: center !important;
      max-width: 100% !important;
      max-height: 100% !important;
      width: auto !important;
      height: auto !important;
  }
  .genius-banner .inner-content h4 {
      font-size: 20px;
  }
}

.pagination {
  display: block; 
}
.pagination li {
  display: inline-block;
  margin: 3px 3px;
}

/* Mobil cihazlar için ürün resim yüksekliği */
@media (max-width: 767px) {
  .product-card .product-thumb {
    height: 200px;
  }
  .product-card .product-thumb a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .product-card .product-thumb {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
  }
  .product-card .product-thumb a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .product-card .product-thumb img,
  .product-card .product-thumb .lazy,
  .product-card .product-thumb a img,
  .product-card .product-thumb img.lazy,
  .product-card .product-thumb a .lazy {
    object-fit: contain !important;
    object-position: center !important;
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
  }
}

/* Service Section Responsive */
.service-section {
  padding: 40px 0;
}

.service-section .container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 15px;
}

.service-section .row {
  margin: 0 45px !important;
}

.service-section .row > [class*="col-"] {
  padding: 0 15px;
}

.service-section .single-service {
  max-width: 100%;
  height: 100%;
}

.service-section .single-service.single-service2 {
  max-width: 100%;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.service-section .single-service.single-service2 img {
  max-width: 80px;
  height: auto;
  margin-bottom: 15px;
  margin-right: 0;
}

.service-section .single-service.single-service2 .content {
  flex: 1;
  text-align: center;
  width: 100%;
}

.service-section .single-service.single-service2 .content h6 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1.4;
  word-wrap: break-word;
}

.service-section .single-service.single-service2 .content p {
  font-size: 13px;
  line-height: 1.5;
  word-wrap: break-word;
  margin: 0;
}

/* Tablet */
@media (max-width: 991px) {
  .service-section {
    padding: 35px 0;
  }
  
  .service-section .col-md-6 {
    max-width: 100%;
  }
  
  .service-section .col-md-6.mb-30 {
    margin-bottom: 20px !important;
  }
  
  .service-section .single-service.single-service2 {
    padding: 25px 20px;
    margin-bottom: 20px;
  }
  
  .service-section .single-service.single-service2 img {
    max-width: 70px;
    margin-bottom: 12px;
  }
  
  .service-section .single-service.single-service2 .content h6 {
    font-size: 15px;
  }
  
  .service-section .single-service.single-service2 .content p {
    font-size: 12px;
  }
}

/* Mobil */
@media (max-width: 767px) {
  .service-section {
    padding: 30px 0;
  }
  
  .service-section .row {
    margin: 0 -10px;
  }
  
  .service-section .row > [class*="col-"] {
    padding: 0 10px;
  }
  
  .service-section .col-12 {
    max-width: 100%;
    margin-bottom: 15px;
  }
  
  .service-section .col-12.mb-30 {
    margin-bottom: 15px !important;
  }
  
  .service-section .single-service.single-service2 {
    padding: 20px 15px;
    margin-bottom: 0;
    max-width: 100%;
  }
  
  .service-section .single-service.single-service2 img {
    max-width: 60px;
    margin-bottom: 10px;
  }
  
  .service-section .single-service.single-service2 .content h6 {
    font-size: 14px;
    margin-bottom: 6px;
  }
  
  .service-section .single-service.single-service2 .content p {
    font-size: 12px;
    line-height: 1.4;
  }
}

/* Küçük mobil */
@media (max-width: 480px) {
  .service-section .single-service.single-service2 {
    padding: 15px 10px;
  }
  
  .service-section .single-service.single-service2 img {
    max-width: 50px;
  }
  
  .service-section .single-service.single-service2 .content h6 {
    font-size: 13px;
  }
  
  .service-section .single-service.single-service2 .content p {
    font-size: 11px;
  }
}

/* Slider Yazı Düzeni - Üstte, Sağ Sol Boşluklu */
.from-bottom-neew {
  padding: 50px 60px 30px 60px !important;
}


.from-bottom-neew .title h1 {
  font-size: clamp(3rem, 5vw, 5rem) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  margin-bottom: 25px !important;
  letter-spacing: -0.02em !important;
}

.from-bottom-neew .subtitle.text-body h1 {
  font-size: clamp(1.8rem, 3vw, 3rem) !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  margin: 0 !important;
}

.from-bottom-neew br {
  display: block !important;
}

/* Responsive */
@media (max-width: 1024px) {
  .from-bottom-neew {
    padding: 45px 50px 30px 50px !important;
  }
  
  .from-bottom-neew .title h1 {
    font-size: clamp(2.5rem, 4.5vw, 4rem) !important;
  }
  
  .from-bottom-neew .subtitle.text-body h1 {
    font-size: clamp(1.5rem, 2.8vw, 2.5rem) !important;
  }
}

@media (max-width: 768px) {
  .from-bottom-neew {
    padding: 40px 45px 30px 45px !important;
  }
  
  .from-bottom-neew .title h1 {
    font-size: clamp(2rem, 5vw, 3rem) !important;
  }
  
  .from-bottom-neew .subtitle.text-body h1 {
    font-size: clamp(1.2rem, 4vw, 1.8rem) !important;
  }
}

/* Slider - Kırmızı Alan BÜYÜK Yazılar */
.from-bottom-neew {
  width: 30% !important;
  min-width: 400px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.from-bottom-neew .brand-logo {
  max-width: 200px !important;
  margin-bottom: 0 !important;
}

.from-bottom-neew .title {
  margin: 0 !important;
}

.from-bottom-neew .title h1 {
  font-size: clamp(3.5rem, 6vw, 6.5rem) !important;
  font-weight: 900 !important;
  line-height: 0.95 !important;
  margin: 0 !important;
  letter-spacing: -0.03em !important;
  word-break: break-word !important;
}

.from-bottom-neew .subtitle.text-body h1 {
  font-size: clamp(2rem, 3.5vw, 3.5rem) !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  margin: 0 !important;
  letter-spacing: -0.01em !important;
}

.from-bottom-neew br {
  display: none !important;
}

/* Responsive - Tablet */
@media (max-width: 1200px) {
  .from-bottom-neew {
    width: 42% !important;
    min-width: 350px !important;
    padding: 50px 40px !important;
  }
  
  .from-bottom-neew .brand-logo {
    max-width: 160px !important;
  }
  
  .from-bottom-neew .title h1 {
    font-size: clamp(2.8rem, 5vw, 5rem) !important;
  }
  
  .from-bottom-neew .subtitle.text-body h1 {
    font-size: clamp(1.6rem, 3vw, 2.8rem) !important;
  }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
  .from-bottom-neew {
    width: 88% !important;
    max-width: 550px !important;
    min-width: auto !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: 30px !important;
    top: auto !important;
    border-radius: 20px !important;
    padding: 40px 35px !important;
  }
  
  .from-bottom-neew .brand-logo {
    max-width: 140px !important;
  }
  
  .from-bottom-neew .title h1 {
    font-size: clamp(2.2rem, 6vw, 3.5rem) !important;
  }
  
  .from-bottom-neew .subtitle.text-body h1 {
    font-size: clamp(1.3rem, 4.5vw, 2rem) !important;
  }
}

@media (max-width: 480px) {
  .from-bottom-neew {
    width: 92% !important;
    padding: 35px 28px !important;
  }
  
  .from-bottom-neew .brand-logo {
    max-width: 120px !important;
  }
  
  .from-bottom-neew .title h1 {
    font-size: clamp(1.8rem, 6vw, 2.8rem) !important;
  }
  
  .from-bottom-neew .subtitle.text-body h1 {
    font-size: clamp(1.1rem, 4.5vw, 1.6rem) !important;
  }
}

/* Banner Cards Style */
.bannner-section .banner-section-header {
  text-align: center;
  margin-bottom: 40px;
}

.bannner-section .banner-section-title {
  font-size: 28px;
  font-weight: 600;
  color: #232323;
  margin: 0 0 8px;
  line-height: 1.3;
  word-wrap: break-word;
}

.bannner-section .banner-section-subtitle {
  font-size: 13px;
  font-weight: 500;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
  line-height: 1.5;
  opacity: 0.8;
}

.bannner-section .cards {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.bannner-section .cards .card {
  flex: 1;
  min-width: 0;
  max-width: none;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 15px;
  padding: 20px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
}

.bannner-section .cards .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.bannner-section .cards .card .card-content {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}

.bannner-section .cards .card .card-text {
  flex: 1;
  text-align: left;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bannner-section .cards .card .card-image-wrapper {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  overflow: hidden;
}

.bannner-section .cards .card:hover .card-image-wrapper {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transform: scale(1.05);
}

.bannner-section .cards .card .card-image-wrapper::before {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  z-index: 0;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.bannner-section .cards .card:hover .card-image-wrapper::before {
  opacity: 1;
}

.bannner-section .cards .card .card-image-wrapper img {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center center;
  border-radius: 0;
  z-index: 1;
  display: block;
  margin: 0;
}

.bannner-section .cards .card .card-subtitle {
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #e61e24;
  margin-bottom: 8px;
  opacity: 0.9;
}

.bannner-section .cards .card .card-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  margin: 0 0 8px;
  color: #232323;
  line-height: 1.4;
  word-wrap: break-word;
}

.bannner-section .cards .card .card-description {
  font-size: 13px;
  font-weight: 400;
  color: #555;
  line-height: 1.5;
  margin: 0;
  text-align: left;
  word-wrap: break-word;
}

/* Tablet ve Desktop - 3'lü görünüm */
@media (min-width: 769px) {
  .bannner-section .cards {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
  }
  
  .bannner-section .cards .card {
    flex: 1;
    min-width: 0;
    padding: 18px;
  }
}

@media (max-width: 992px) and (min-width: 769px) {
  .bannner-section .cards .card {
    padding: 15px;
  }
  
  .bannner-section .cards .card .card-content {
    gap: 12px;
  }
  
  .bannner-section .cards .card .card-image-wrapper {
    width: 100px;
    height: 100px;
    padding: 8px;
  }
  
  .bannner-section .cards .card .card-title {
    font-size: 15px;
    margin-bottom: 6px;
  }
  
  .bannner-section .cards .card .card-subtitle {
    font-size: 11px;
    margin-bottom: 6px;
  }
  
  .bannner-section .cards .card .card-description {
    font-size: 12px;
    line-height: 1.5;
  }
}

@media (min-width: 993px) {
  .bannner-section .cards .card {
    padding: 20px;
  }
  
  .bannner-section .cards .card .card-content {
    gap: 15px;
  }
  
  .bannner-section .cards .card .card-image-wrapper {
    width: 120px;
    height: 120px;
    padding: 10px;
  }
}

/* Mobil - Tek tek görünüm, alt alta */
@media (max-width: 768px) {
  .bannner-section .banner-section-header {
    margin-bottom: 30px;
  }
  
  .bannner-section .banner-section-title {
    font-size: 22px;
  }
  
  .bannner-section .banner-section-subtitle {
    font-size: 12px;
  }
  
  .bannner-section .cards {
    flex-direction: column;
    gap: 15px;
  }
  
  .bannner-section .cards .card {
    min-width: 100%;
    max-width: 100%;
    padding: 20px;
  }
  
  .bannner-section .cards .card .card-content {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  
  .bannner-section .cards .card .card-text {
    text-align: center;
    order: 1;
  }
  
  .bannner-section .cards .card .card-image-wrapper {
    order: 2;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    padding: 8px;
  }
  
  .bannner-section .cards .card .card-subtitle {
    font-size: 11px;
    margin-bottom: 6px;
  }
  
  .bannner-section .cards .card .card-title {
    font-size: 15px;
    margin-bottom: 8px;
  }
  
  .bannner-section .cards .card .card-description {
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
    word-wrap: break-word;
  }
}

/* 2–7 Werktage Badge Styling */
.product-badge-werktage {
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 9;
  border-radius: 0 6px 20px 0;
  padding: 0 8px 0 6px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
   
  font-weight: 700;
  color: #E61E24;
  background-color: rgba(240, 240, 240, 0.85) !important;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Eğer is_type badge'i varsa, Werktage badge'i onun altına yerleşsin */
.product-card .product-badge:not(.product-badge-werktage):not(.product-badge2) ~ .product-badge-werktage,
.product-gallery .product-badge:not(.product-badge-werktage):not(.product-badge2) ~ .product-badge-werktage {
  top: 38px;
}

/* Product gallery için özel pozisyon */
.product-gallery .product-badge-werktage {
  top: 12px;
  left: 12px;
  border-radius: 4px;
  padding: 0 8px 0 6px;
}

/* Eğer gallery'de is_type badge'i varsa */
.product-gallery .product-badge:not(.product-badge-werktage):not(.product-badge2) ~ .product-badge-werktage {
  top: 38px;
  left: 12px;
}

/* 2-7 Werktage Fiyat Altı Styling - Gold, Büyük, Kalın */
.delivery-time-text {
  color:#4caf50;
  font-size: 18px;
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: start;
  letter-spacing: 0.5px;
}

/* Product detail sayfası için */
.price-area + .delivery-time-text {
  margin-top: 12px;
}

/* Masaüstü için Sidebar - Her zaman görünür olmalı */
@media (min-width: 992px) {
  /* Slider için aspect-ratio ekle - layout shift'i önlemek için */
  .slider-area-wrapper .hero-slider .item {
    aspect-ratio: 21/9;
    min-height: 400px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  
  /* Sidebar'ı masaüstünde normal pozisyonda göster */
  .sidebar-offcanvas {
    position: relative !important;
    left: 0 !important;
    right: auto !important;
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    z-index: auto !important;
    overflow: visible !important;
    transform: none !important;
    transition: none !important;
  }
  
  /* Sidebar toggle butonunu masaüstünde gizle */
  .sidebar-toggle {
    display: none !important;
  }
  
  /* Sidebar close butonunu masaüstünde gizle */
  .sidebar-close {
    display: none !important;
  }
  
  /* Sidebar'ın açık/kapalı durumunu masaüstünde etkisiz hale getir */
  .sidebar-offcanvas.open {
    box-shadow: none !important;
  }
}

/* Ürün resmi linklerinin tıklanabilir olmasını sağla */
.product-card .product-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.product-card .product-thumb a {
  position: relative;
  z-index: 1;
  pointer-events: auto !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 15px;
}

.product-card .product-thumb img {
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* List view için ürün resmi linki */
.product-card.product-list .product-thumb a {
  position: relative;
  z-index: 1;
  pointer-events: auto !important;
  cursor: pointer;
  display: block;
}

/* Contact Page Google Maps Styles */
.contact-page-map-wrapper {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}

.contact-page-map-wrapper .contact-page-map-iframe {
  border: 0;
  display: block;
  margin: 0;
  padding: 0;
  background: transparent;
  width: 100%;
  height: 250px;
}
/* Wishlist – tablet ve mobil uyumu */
@media (max-width: 1024px) {
  .wishlist-table { width: 100%; max-width: 100%; overflow-x: auto; }
  .wishlist-table table { width: 100%; max-width: 100%; table-layout: auto; display: table; }

  .wishlist-table .product-item { display: flex; gap: 12px; align-items: flex-start; }

  /* Tablet görsel boyutu */
  .wishlist-table .product-item .product-thumb {
    width: 150px; max-width: 150px; flex: 0 0 150px;
  }
  .wishlist-table .product-item .product-thumb img {
    width: 100%; height: auto; object-fit: contain;
  }

  /* Metin ve buton */
  .wishlist-table .product-item .product-info { flex: 1; padding: 8px 0; }
  .wishlist-table .product-item .product-info .product-title a { font-size: 15px; line-height: 1.35; }
  .wishlist-table .product-item .product-info .product-button {
    display: inline-block;
    font-size: 12.5px;
    padding: 7px 11px;
    margin-top: 6px;
    max-width: 240px;  /* buton çok uzamasın */
    width: 100%;
    white-space: normal;
  }

  /* Çarpı ikonu */
  .wishlist-table td.text-center { width: 48px; text-align: right; }
  .wishlist-table .remove-from-cart { font-size: 14px; }
}

@media (max-width: 860px) {
  .wishlist-table .product-item { gap: 10px; }
  .wishlist-table .product-item .product-thumb {
    width: 130px; max-width: 130px; flex: 0 0 130px;
  }
  .wishlist-table .product-item .product-info .product-button {
    font-size: 12px;
    padding: 6px 10px;
    max-width: 200px;
  }
}

@media (max-width: 480px) {
  .wishlist-table .product-item .product-thumb {
    width: 110px; max-width: 110px; flex: 0 0 110px;
  }
  .wishlist-table .product-item .product-info .product-button {
    font-size: 11px;
    padding: 5px 9px;
    max-width: 180px;
  }
}
  /* Genel: resim ve metin taşmasını önle */
  .comparison-table td,
  .comparison-table th {
    vertical-align: top;
    word-break: break-word;
  }

  /* Kart gibi görünüm + içerikleri toparla */
  .comparison-item {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    align-items: center;
    text-align: center;
  }

  /* Thumbnail taşmasın */
  .comparison-item-thumb img {
    max-width: 100%;
    height: auto;
    display: block;
  }

  /* Buton mobilde tam genişlik */
  .comparison-item .btn {
    width: 100%;
    white-space: normal;
    /* yazı 2 satıra düşebilsin */
  }

  /* X ikonunu sağa sabitle */
  .comparison-item .remove-item {
    align-self: flex-end;
  }

  /* Mobil: her ürün sütununa minimum genişlik ver (tablo kayarak düzgün olur) */
  @media (max-width: 767.98px) {
    .comparison-table table {
      min-width: 720px;
      /* 2-3 ürün kıyaslayınca taşmayı düzgün kaydırır */
    }

    .comparison-table th:first-child {
      left: 0;
      background: #fff;
      z-index: 2;
      min-width: 160px;
    }

    .comparison-table td {
      min-width: 220px;
      /* ürün sütunu */
    }
  }