section.h-center {
    background: #1f4f9c;
}

.product-title-container .t-attr {
    display: flex;
    margin-top: 15px;
}

.t-attr .attr-code,
.t-attr .attr-barcode,
.t-attr .attr-category{
    padding-right: 10px;
    border-right: 1px solid #ddd;
    font-weight: bold;
}

.t-attr .attr-category{
    border-right: 0;
}

.t-attr .attr-barcode,
.t-attr .attr-category{
    padding-left: 10px;
}


/* Header Kampanya background */
.campaign a {
    line-height: 38px;
    font-size: 19px!important;
    font-weight: bold!important;
    color: #fff!important;
}

.campaign {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  height: 40px;
  background: linear-gradient(90deg,rgba(255, 0, 0, 1) 0%, rgba(255, 156, 156, 1) 100%);
}

.campaign::before,
.campaign::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;     
  width: 12px; 
  background: #fff;
}

.campaign::before {
    left: 0;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    transform: rotate(180deg);
}

.campaign::after {
  right: 0;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: rotate(180deg);
}

/* İlişkili Ürünler Carousel */

.swiper {
  width: 100%;
  padding: 20px 0;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

.iu-item {
  display: block;
  width: 100%;
  max-width: 250px;  /* ürün kutusu genişliği */
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  transition: all 0.3s ease;
}

.iu-item:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.iu-item img {
  width: 100%;
  height: auto;
  margin-bottom: 8px;
  border-radius: 4px;
}

.iu-name {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

/* Aktif tik ikonu */
.iliskili-urunler .iu-item.active::before {
    content: "✓";
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 14px;
    color: #fff;
    background: #ffc91f;
    border-radius: 50%;
    padding: 2px 4px;
    line-height: 1;
}

.product-buttons .btn-wp{
    flex: 1;
}

.card-plybtn {
    position: absolute;
    left: 8px;
    bottom: 8px;
    z-index: 2;
}
.card-plybtn .nmp {
    width: 40px;
    height: auto;
}

.pattern-group .p-g-mod-t-21 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title,
.pattern-group .p-g-mod-t-22 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title,
.pattern-group .p-g-mod-t-23 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title,
.pattern-group .p-g-mod-t-24 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title,
.pattern-group .p-g-mod-t-25 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 17px;
    font-weight: bold;
}


.sepet-ozet .col-list:nth-child(2) .p-g-b-c-wrapper{
    padding: 20px 30px;
    border: 1px solid #ededed;
    background: #fff;
}

.cart-body .p-g-mod.p-g-mod-t-39 .p-g-mod-body input {
    padding: 0.8rem 0.7rem !important;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid var(--main-color);
    padding-left: 25px !important;
}
.cart-body .p-g-mod.p-g-mod-t-39 .p-g-mod-body .btn-secondary {
    font-size: 16px;
    font-weight: 500;
    border-color: transparent;
    border-radius: 0;
    width: 90px;
    background: var(--main-color);
    height: 50px;
}

.cart-body .payment-cart-summary-1 .summary{
    background: #fff;
}

.sepet-ozet .p-g-mod-t-37 .p-g-mod-header {
    border: none;
    display: flex;
    height: 60px;
    padding: 15px 0;
}

.payment-cart-summary-1 .summary tfoot th {
    font-size: 13px;
    border: 0;
}

.sepet-ozet .p-g-mod-base-content{
    border: 0;
}

.sepet-ozet .shopping-cart-1 {
    font-size: 14px;
    padding: 10px;
}

.shopping-cart-1 .td-product,
.shopping-cart-1 .td-total-price{
    border-top: 0;
}

.payment-cart-summary-1 table th {
    padding: 5px 10px;
}

.payment-cart-summary-1 .summary {
    background: #fff;
}

.related-products .owl-nav {
  position: absolute;
  top: 50%; 
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.related-products .owl-nav button {
  background: none;
  border: none;
  font-size: 32px;
  color: #333;
  cursor: pointer;
  pointer-events: auto;
  outline: none;
}

.related-products .owl-carousel .owl-nav button.owl-prev{
    position: relative;
    right: 20px;
}

.related-products .owl-carousel .owl-nav button.owl-next{
    position: relative;
    left: 20px;
}

.related-products .owl-carousel .owl-item img {
    width: auto;
}

.related-products a{
    height: auto;
    flex-direction: row;
    align-items: center;
}

.related-products .item {
  position: relative;
  border: 2px solid #ccc; 
  background: #fff;      
  border-radius: 10px;
  padding: 10px;
  transition: all 0.3s ease;
}

.related-products .item.active {
  border-color: #f1c40f;   
  background: #fffbea; 
}

.related-products .item.active::after {
  content: "✔";
  position: absolute;
  top: 8px;
  right: 8px;
  background: #f1c40f;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.related-products {
    border-top: 2px solid #ddd;
    padding-top: 10px;
    margin-top: 10px;
}

.related-products span.value{
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}

.product-body .sticky-top{
    z-index: 3;
}

.mobil-filtre-btn{
    display: none;
}

@media (max-width: 991px){
    .pattern-group .p-g-mod-t-26 .p-g-mod-body .buttons {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }
    
    .pattern-group .p-g-mod-t-26 .p-g-mod-body .btn {
        font-size: 14px;
        margin: 0 5px;
        width: 100% !important;
        border-radius: 0 !important;
        margin: 5px 0 !important;
        height: 50px;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-weight: 500;
    }
    
    .pattern-group .p-g-mod-t-26 .p-g-mod-body .buttons {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }
    
    .categories-body .p-g-mod.p-g-mod-t-26{
        position: sticky;
        bottom: 0;
        right: 0;
        left: 0;
    }
    
    .categories-body .mobil-filtre .col-list:first-child .pattern-group-header {
        padding: 15px 10px;
        display: flex;
        flex-direction: row-reverse;
        border-bottom: 1px solid #ebebeb;
        position: sticky;
        top: 0;
        right: 0;
        left: 0;
        z-index: 9;
        background: #fff;
    }
    
    .categories-body .mobil-filtre .col-list:first-child .pattern-group-header .p-g-h-icon {
        width: auto;
        font-size: 20px;
        margin-right: 3px;
    }
    
    .categories-body .mobil-filtre .mobil-filtre-btn{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px;
        position: sticky;
        top: 0;
        right: 0;
        left: 0;
        background: #fff;
        border-bottom: 1px solid #ebebeb;
        z-index: 9;
    }
    
    .categories-body .mobil-filtre .close-mobile-filter {
        font-size: 17px;
        margin-right: 5px;
    }
    
    .categories-body .mobil-filtre .col-list:first-child{
        border: 0;
        border-radius: 0;
        background-color: #fff;
        width: 100%;
        right: -100%;
        top: 0;
        position: fixed;
        border-radius: 0;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
        margin-top: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0;
        height: 100%;
        z-index: 99999;
        transition: all .4s;
        display: flex;
        flex-direction: column;
        overflow: auto;
        display: block !important;
    }
    
    .categories-body .mobil-filtre .col-list:first-child.active{
        opacity: 1;
        right: 0;
        transition: all .4s;
    }
    .cat-responsive-buttons .dropdown-menu {
        border: 0;
        background-color: #f4f4f4;
        position: relative;
        border-top: 1px solid #d8d8d8;
        transition: opacity .2s;
        padding-top: 0;
    }
    
    .cat-responsive-buttons .dropdown-menu .lag-checkbox label {
        padding-left: 20px;
        position: relative;
        z-index: 2;
        cursor: pointer;
        margin-bottom: 0;
        font-size: 14px;
    }
}