/* ==========================================
   1. GENEL AYARLAR & HIZ DÜZENLEMELERİ
========================================== */
.item-product-name { 
    flex-grow: initial; 
}

.item-product-price,
.item-product-price .item-product-disc { 
    font-weight: 600 !important; 
    font-size: 15px !important; 
    margin-top: inherit !important;
}

.ny-box-1 > .storiesBox .owl-stage-outer { 
    padding-top: 40px !important; 
} 

.ny-box-1 > .storiesBox .info-box p { 
    margin-top: 10px; 
} 

.ny-filter-item label { 
    margin-bottom: 10px !important; 
} 

/* Fiyat Alanı Düzenlemesi */
.product-price-sale .price, 
.product-price-old .price2,
.product-price-old.price2 {
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: center;
}

/* Ürün Detay Resim Alanı */
.productPhotos, .image-wrapper, .product-video-image { 
    border: none !important; 
    box-shadow: none !important; 
    padding: 0 !important; 
}

#con > div:first-child {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

#con > div:first-child .product_IMG { 
    border: none !important; 
    width: 100% !important; 
    height: 500px !important; 
    object-fit: contain !important; 
    background-color: #ffffff; 
}

@media (max-width: 768px) {
    #con > div:first-child .product_IMG { 
        height: 350px !important; 
    }
    .productTitle {
        display: flex !important;
        flex-direction: column !important; 
        align-items: center !important;    
        text-align: center !important;
    }
    .home-product-see-btn {
        float: none !important;            
        margin: 10px 0 0 0 !important;      
        position: static !important;       
        display: inline-block !important;
    }
}

/* Ürün Görsel Optimizasyonu (CLS ve Hız Koruması) */
.product-item img, 
.showcase-image img, 
.fl.col-12.imgHolder img, 
.product-image-wrapper img {
    aspect-ratio: 1 / 1 !important; 
    object-fit: cover !important; 
    width: 100% !important;
    height: auto !important;
    display: block !important;
    background-color: #f7f7f7; 
    content-visibility: auto; 
}

.product-image-wrapper, .showcase-image, .imgHolder {
    aspect-ratio: 1 / 1 !important;
    overflow: hidden;
    background: #f7f7f7;
}

/* Buton ve İkon Ayarları */
#scrollTopBtn { bottom: 10px !important; width: 50px !important; height: 50px !important; } 
.whatsappOrder { height: 50px !important; width: 50px !important; border-radius: 50% !important; }

/* Breadcrumb Mobil Kaydırma */
@media (max-width: 768px) {
    .customBreadcrumb {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding-bottom: 8px !important;
        -webkit-overflow-scrolling: touch; 
    }
    .customBreadcrumb .breadcrumb-item {
        display: flex !important;
        align-items: center !important;
        flex-shrink: 0 !important;
        white-space: nowrap !important;
    }
    .customBreadcrumb .breadcrumb-item a {
        white-space: nowrap !important;
        display: inline-block !important;
    }
    .customBreadcrumb::-webkit-scrollbar {
        display: none !important;
    }
}

.top-header-search-box input {
    border: 1px solid !important;
}


/* ==========================================
   3. KUPON VE ÇAN ALANI
========================================== */
html body #formCustomize div.customizeGroup label.control-label.size-text.d-flex {
    background-color: #fde8e8 !important;
    color: #b71c1c !important;
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 12px 16px !important;
    margin-bottom: 15px !important;
    border: 1px solid #f8bbd0 !important;
    border-radius: 8px !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    text-align: center !important;
    box-shadow: 0 2px 6px rgba(183, 28, 28, 0.08) !important;
    position: relative !important;
}

html body #formCustomize div.customizeGroup label.control-label.size-text.d-flex::before {
    content: "" !important;
    display: inline-block !important;
    width: 16px !important;
    height: 16px !important;
    margin-right: 8px !important;
    vertical-align: -3px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23b71c1c'%3E%3Cpath d='M12 22c1.1 0 2-.9 2-2h-4c0 1.1.89 2 2 2zm6-6v-5c0-3.07-1.64-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.63 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

/* ==========================================
   4. SOSYAL KANIT BİLDİRİM STİLİ
========================================== */
.mn-sp-container {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 2147483647;
    padding: 15px;
    min-width: 260px;
    border-left: 5px solid #E30613;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    contain: layout paint;
    will-change: transform, opacity;
    backface-visibility: hidden;
}

.mn-sp-inner {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mn-sp-icon {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    background: #fdf2f2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mn-sp-icon svg {
    display: block;
}

.mn-sp-title {
    font-size: 14px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 2px;
}

.mn-sp-body {
    font-size: 13px;
    color: #576574;
    line-height: 1.2;
}

.mn-sp-date {
    font-size: 11px;
    color: #95a5a6;
    margin-top: 5px;
    font-weight: 500;
}

@keyframes mnFadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes mnFadeOut {
    from { opacity: 1; transform: translateY(0); }
    to { opacity: 0; transform: translateY(20px); }
}

.mn-show {
    display: block !important;
    animation: mnFadeIn 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.mn-hide {
    animation: mnFadeOut 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* ==========================================
   5. MADRENINO 4'LÜ BÜYÜK ÜRÜN VİTRİNİ
========================================== */
#home_product_zone {
    padding: 25px 0 !important;
    background: #ffffff !important;
    font-family: inherit !important;
    content-visibility: auto;
    contain-intrinsic-size: 0 450px;
}

#home_product_zone .productTitle {
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

#home_product_zone .home-product-title a {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #111111 !important;
    text-decoration: none !important;
    letter-spacing: -0.4px !important;
}

#home_product_zone .home-product-see-btn {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #111111 !important;
    background: #f5f5f7 !important;
    padding: 6px 16px !important;
    border-radius: 30px !important;
    text-decoration: none !important;
    transition: background-color 0.25s ease, color 0.25s ease !important;
    border: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    float: none !important;
    min-height: 40px !important;
}

#home_product_zone .home-product-see-btn:hover {
    background: #E31E24 !important;
    color: #ffffff !important;
}

@media (min-width: 992px) {
    #home_product_zone .swiper-slide {
        width: calc(25% - 18px) !important;
        margin-right: 24px !important;
    }
}

#home_product_zone .productBox {
    background: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    transform: none !important;
}

#home_product_zone .item-product-image-box {
    position: relative !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    aspect-ratio: 1 / 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 10px !important;
    border: none !important;
    box-shadow: none !important;
    overflow: hidden !important;
}

#home_product_zone .home-cmp-prd-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    padding: 0px !important;
    opacity: 1 !important;
    visibility: visible !important;
}

#home_product_zone .item-product-disc.salePriceBox {
    position: absolute !important;
    top: 8px !important;
    left: 8px !important;
    right: auto !important;
    bottom: auto !important;
    z-index: 9 !important;
    background: #E31E24 !important;
    color: #ffffff !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    padding: 2px 6px !important;
    height: auto !important;
    min-height: 0 !important;
    border-radius: 4px !important;
    line-height: 1.2 !important;
    box-shadow: 0 2px 6px rgba(227, 30, 36, 0.2) !important;
    margin: 0 !important;
}

#home_product_zone .label-sale {
    background: rgba(17, 17, 17, 0.85) !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    font-size: 9px !important;
    font-weight: 600 !important;
    padding: 3px 6px !important;
}

#home_product_zone .offer-info {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    background: #fff4f4 !important;
    color: #E31E24 !important;
    font-size: 9.5px !important;
    font-weight: 700 !important;
    padding: 2px 6px !important;
    border-radius: 6px !important;
    margin-bottom: 4px !important;
    border: 1px solid rgba(227, 30, 36, 0.12) !important;
    width: max-content !important;
}

#home_product_zone .offer-info i {
    color: #E31E24 !important;
    display: inline-block !important;
}

#home_product_zone .comments-box {
    margin-bottom: 3px !important;
    display: block !important;
}

#home_product_zone .ny-rating {
    display: flex !important;
    align-items: center !important;
    gap: 2px !important;
}

#home_product_zone .comment-star, 
#home_product_zone .fa-star,
#home_product_zone .ny-rating i {
    font-size: 10px !important;
    color: #ffb800 !important;
    display: inline-block !important;
    line-height: 1 !important;
}

#home_product_zone .ny-rating span {
    font-size: 10px !important;
    font-weight: 600 !important;
    color: #888888 !important;
    margin-left: 2px !important;
}

#home_product_zone .item-product-info {
    padding: 0 !important;
    background: transparent !important;
}

#home_product_zone .item-product-name {
    margin: 0 0 3px 0 !important;
    height: 34px !important;
    overflow: hidden !important;
}

#home_product_zone .item-product-name a {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #222222 !important;
    text-decoration: none !important;
    line-height: 1.3 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    transition: color 0.2s ease !important;
}

#home_product_zone .productBox:hover .item-product-name a {
    color: #E31E24 !important;
}

#home_product_zone .productpricebox {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 1px !important;
    margin-top: 2px !important;
}

#home_product_zone .item-product-priceOld {
    font-size: 11px !important;
    color: #999999 !important;
    text-decoration: line-through !important;
}

#home_product_zone .disc-price, 
#home_product_zone .item-product-priceSale {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #E31E24 !important;
}

#home_product_zone .swiper-button-next,
#home_product_zone .swiper-button-prev {
    width: 44px !important;
    height: 44px !important;
    background: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 50% !important;
    color: #111111 !important;
    box-shadow: 0 3px 8px rgba(0,0,0,0.06) !important;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease !important;
    touch-action: manipulation;
}

#home_product_zone .swiper-button-next:hover,
#home_product_zone .swiper-button-prev:hover {
    background: #E31E24 !important;
    border-color: #E31E24 !important;
    color: #ffffff !important;
}

@media (max-width: 768px) {
    #home_product_zone {
        padding: 15px 0 !important;
    }
    #home_product_zone .swiper-pagination,
    #home_product_zone .swiper-pagination-bullets {
        display: none !important;
    }
    #home_product_zone .home-product-title a {
        font-size: 17px !important;
    }
    #home_product_zone .item-product-name {
        height: 30px !important;
    }
    #home_product_zone .item-product-name a {
        font-size: 11.5px !important;
    }
    #home_product_zone .disc-price, 
    #home_product_zone .item-product-priceSale {
        font-size: 13.5px !important;
    }
}

/* ==========================================
   6. MODERN SOFT-KOYU FOOTER
========================================== */
[data-cmp-type="main_footer"] {
    background: #2b2e34 !important;
    color: #e2e8f0 !important;
    padding-top: 50px !important;
    padding-bottom: 20px !important;
    margin-top: 40px !important;
    font-family: inherit !important;
    content-visibility: auto;
    contain-intrinsic-size: 0 400px;
}

[data-cmp-type="main_footer"] a {
    color: #cbd5e1 !important;
    text-decoration: none !important;
    transition: color 0.25s ease, padding-left 0.25s ease !important;
    opacity: 1 !important;
}

[data-cmp-type="main_footer"] a:hover {
    color: #ffffff !important;
    padding-left: 3px !important;
}

[data-cmp-type="main_footer"] .widget-title {
    display: block !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 20px !important;
    position: relative !important;
    padding-bottom: 8px !important;
    letter-spacing: -0.2px !important;
}

[data-cmp-type="main_footer"] .widget-title::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 30px !important;
    height: 2px !important;
    background: #E31E24 !important;
    border-radius: 2px !important;
}

[data-cmp-type="main_footer"] .widget-body {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

[data-cmp-type="main_footer"] .widget-body li {
    margin-bottom: 10px !important;
}

[data-cmp-type="main_footer"] .widget-body li a {
    font-size: 13px !important;
    line-height: 1.4 !important;
    display: inline-block !important;
    padding: 4px 0 !important;
}

[data-cmp-type="main_footer"] .mobileApp {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    margin-bottom: 15px !important;
}

[data-cmp-type="main_footer"] .mobileApp img {
    border-radius: 6px !important;
    transition: opacity 0.25s ease !important;
}

[data-cmp-type="main_footer"] .mobileApp img:hover {
    opacity: 0.85 !important;
}

[data-cmp-type="main_footer"] .socialLinks {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
    margin-top: 15px !important;
}

[data-cmp-type="main_footer"] .socialLinks .ny-soico {
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    transition: transform 0.25s ease, filter 0.25s ease !important;
    object-fit: contain !important;
    will-change: transform;
}

[data-cmp-type="main_footer"] .socialLinks a:hover .ny-soico {
    transform: translateY(-3px) !important;
    filter: brightness(1.15) !important;
}

[data-cmp-type="main_footer"] .ny-sub-box-desc {
    font-size: 12px !important;
    color: #94a3b8 !important;
    margin-bottom: 12px !important;
    line-height: 1.4 !important;
}

[data-cmp-type="main_footer"] .subsBoxForm .formSbs {
    background: #1e2025 !important;
    border: 1px solid #3b3f46 !important;
    border-radius: 8px !important;
    color: #ffffff !important;
    font-size: 12.5px !important;
    padding: 10px 14px !important;
    margin-bottom: 8px !important;
    width: 100% !important;
    outline: none !important;
    transition: border-color 0.25s ease !important;
}

[data-cmp-type="main_footer"] .subsBoxForm .formSbs:focus {
    border-color: #E31E24 !important;
}

[data-cmp-type="main_footer"] .subsBoxForm .formSbs::placeholder {
    color: #64748b !important;
}

[data-cmp-type="main_footer"] label[for="subsEtkConsent"],
[data-cmp-type="main_footer"] label[for="subsEtkConsent"] span {
    color: #94a3b8 !important;
}

[data-cmp-type="main_footer"] label[for="subsEtkConsent"] a {
    color: #ffffff !important;
    text-decoration: underline !important;
}

[data-cmp-type="main_footer"] #registerBtn {
    width: 100% !important;
    min-height: 44px !important;
    background: #E31E24 !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 10px !important;
    cursor: pointer !important;
    transition: background-color 0.25s ease, transform 0.2s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    margin-top: 6px !important;
    touch-action: manipulation;
}

[data-cmp-type="main_footer"] #registerBtn:hover {
    background: #c8151b !important;
}

[data-cmp-type="main_footer"] .footerBottom {
    border-top: 1px solid #3b3f46 !important;
    margin-top: 40px !important;
    padding-top: 20px !important;
}

[data-cmp-type="main_footer"] .copyrightText {
    font-size: 12px !important;
    color: #94a3b8 !important;
    margin: 0 !important;
    line-height: 24px !important;
}

[data-cmp-type="main_footer"] .footerBottom img {
    height: 24px !important;
    width: auto !important;
    opacity: 0.9 !important;
}

@media (max-width: 991px) {
    [data-cmp-type="main_footer"] {
        padding-top: 35px !important;
    }
    [data-cmp-type="main_footer"] .widget {
        margin-bottom: 30px !important;
    }
    [data-cmp-type="main_footer"] .footerBottom {
        margin-top: 20px !important;
        text-align: center !important;
    }
    [data-cmp-type="main_footer"] .footerBottom img {
        float: none !important;
        margin-top: 10px !important;
    }
}

/* ==========================================
   7. ÜRÜN YORUMLARI SLIDERI
========================================== */
[data-cmp-type="products_comments"] {
    background: #fdfdfd !important;
    padding: 40px 0 !important;
    font-family: inherit !important;
    content-visibility: auto;
    contain-intrinsic-size: 0 350px;
}

[data-cmp-type="products_comments"] .comments-title {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #111111 !important;
    text-align: center !important;
    margin-bottom: 30px !important;
    letter-spacing: -0.4px !important;
    position: relative !important;
    padding-bottom: 12px !important;
}

[data-cmp-type="products_comments"] .comments-title::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 40px !important;
    height: 2.5px !important;
    background: #E31E24 !important;
    border-radius: 2px !important;
}

[data-cmp-type="products_comments"] .product-comments-cls {
    background: #ffffff !important;
    border: 1px solid #f0f0f2 !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03) !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease !important;
    padding: 0 !important;
    height: auto !important;
    will-change: transform;
    backface-visibility: hidden;
}

[data-cmp-type="products_comments"] .product-comments-cls:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07) !important;
    border-color: #e5e7eb !important;
}

[data-cmp-type="products_comments"] .card-body {
    padding: 22px 18px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    height: 100% !important;
    min-height: 210px !important;
    text-align: center !important;
}

[data-cmp-type="products_comments"] .card-text {
    font-size: 12.5px !important;
    line-height: 1.55 !important;
    color: #4b5563 !important;
    font-weight: 400 !important;
    margin-bottom: 15px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    font-style: italic !important;
}

[data-cmp-type="products_comments"] .blockquote-footer {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

[data-cmp-type="products_comments"] .blockquote-footer::before {
    content: none !important;
}

[data-cmp-type="products_comments"] .ratings-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 3px !important;
    margin: 4px 0 10px 0 !important;
}

[data-cmp-type="products_comments"] .comment-star,
[data-cmp-type="products_comments"] .fa-star {
    font-size: 11px !important;
    color: #ffb800 !important;
}

[data-cmp-type="products_comments"] .blockquote-footer a {
    display: inline-block !important;
    font-size: 11.5px !important;
    font-weight: 600 !important;
    color: #111111 !important;
    background: #f8f9fa !important;
    padding: 6px 12px !important;
    min-height: 32px !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    max-width: 90% !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    transition: color 0.2s ease, background-color 0.2s ease !important;
    touch-action: manipulation;
}

[data-cmp-type="products_comments"] .blockquote-footer a:hover {
    color: #E31E24 !important;
    background: #fff1f1 !important;
}

[data-cmp-type="products_comments"] cite {
    display: block !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #9ca3af !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-top: 8px !important;
    font-style: normal !important;
}

@media (max-width: 768px) {
    [data-cmp-type="products_comments"] {
        padding: 25px 0 !important;
    }
    [data-cmp-type="products_comments"] .comments-title {
        font-size: 18px !important;
        margin-bottom: 20px !important;
    }
    [data-cmp-type="products_comments"] .card-body {
        padding: 16px 12px !important;
        min-height: 180px !important;
    }
    [data-cmp-type="products_comments"] .card-text {
        font-size: 11.5px !important;
        -webkit-line-clamp: 3 !important;
    }
}

/* ==========================================
   8. BLOG MODÜLÜ (TAM HİZALI)
========================================== */
[data-cmp-type="last_blogs"] {
    background: #ffffff !important;
    padding: 35px 0 45px 0 !important;
    position: relative !important;
    font-family: inherit !important;
    content-visibility: auto;
    contain-intrinsic-size: 0 400px;
}

[data-cmp-type="last_blogs"] .container {
    position: relative !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

[data-cmp-type="last_blogs"] .carousel-wrap {
    position: relative !important;
    margin: 0 !important;
}

[data-cmp-type="last_blogs"] .productTitle {
    margin-bottom: 25px !important;
    padding: 0 0 12px 0 !important;
    border-bottom: 1px solid #f0f0f0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

[data-cmp-type="last_blogs"] .component-title {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #111111 !important;
    text-decoration: none !important;
    letter-spacing: -0.4px !important;
    position: relative !important;
}

[data-cmp-type="last_blogs"] .component-title::after {
    content: '' !important;
    position: absolute !important;
    bottom: -13px !important;
    left: 0 !important;
    width: 36px !important;
    height: 2.5px !important;
    background: #E31E24 !important;
    border-radius: 2px !important;
}

[data-cmp-type="last_blogs"] .swiper-container {
    overflow: hidden !important;
    padding: 5px 2px 15px 2px !important;
    width: 100% !important;
}

[data-cmp-type="last_blogs"] .swiper-wrapper {
    display: flex !important;
}

@media (min-width: 992px) {
    [data-cmp-type="last_blogs"] .swiper-slide {
        width: calc(25% - 15px) !important;
        margin-right: 20px !important;
        height: auto !important;
    }
}

[data-cmp-type="last_blogs"] .productBox {
    background: #ffffff !important;
    border: 1px solid #f0f0f2 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03) !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    will-change: transform;
    backface-visibility: hidden;
}

[data-cmp-type="last_blogs"] .productBox:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08) !important;
    border-color: rgba(227, 30, 36, 0.25) !important;
}

[data-cmp-type="last_blogs"] .item-product-box {
    padding: 0 !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

[data-cmp-type="last_blogs"] .item-product-image-box {
    padding: 0 !important;
    margin: 0 !important;
    position: relative !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

[data-cmp-type="last_blogs"] .item-product-image-box > a {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 16 / 10 !important;
    height: auto !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 15px 15px 0 0 !important;
    background: #f8f9fa !important;
}

[data-cmp-type="last_blogs"] .item-product-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    margin: 0 !important;
    display: block !important;
    transition: transform 0.4s ease !important;
}

[data-cmp-type="last_blogs"] .productBox:hover .item-product-image {
    transform: scale(1.06) !important;
}

[data-cmp-type="last_blogs"] .item-product-image-box::before,
[data-cmp-type="last_blogs"] .item-product-image-box > a::before {
    display: none !important;
    content: none !important;
}

[data-cmp-type="last_blogs"] .item-product-image-box > div {
    padding: 16px 14px 18px 14px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    background: #ffffff !important;
    min-height: 155px !important;
    flex-grow: 1 !important;
}

[data-cmp-type="last_blogs"] .last-blogs-name {
    margin: 0 0 8px 0 !important;
    height: 38px !important;
    overflow: hidden !important;
}

[data-cmp-type="last_blogs"] .last-blogs-name a {
    font-size: 13.5px !important;
    font-weight: 700 !important;
    color: #111111 !important;
    text-decoration: none !important;
    line-height: 1.35 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    transition: color 0.2s ease !important;
}

[data-cmp-type="last_blogs"] .productBox:hover .last-blogs-name a {
    color: #E31E24 !important;
}

[data-cmp-type="last_blogs"] .last-blogs-description,
[data-cmp-type="last_blogs"] .last-blogs-description p {
    font-size: 11.5px !important;
    line-height: 1.45 !important;
    color: #64748b !important;
    margin: 0 0 12px 0 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

[data-cmp-type="last_blogs"] .last-blogs-continue-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #111111 !important;
    background: #f4f4f6 !important;
    padding: 8px 14px !important;
    min-height: 36px !important;
    border-radius: 20px !important;
    text-decoration: none !important;
    transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease !important;
    width: fit-content !important;
    margin-top: auto !important;
    touch-action: manipulation;
}

[data-cmp-type="last_blogs"] .last-blogs-continue-btn::after {
    content: '→' !important;
    font-size: 12px !important;
    transition: transform 0.2s ease !important;
}

[data-cmp-type="last_blogs"] .productBox:hover .last-blogs-continue-btn {
    background: #E31E24 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 10px rgba(227, 30, 36, 0.25) !important;
}

[data-cmp-type="last_blogs"] .productBox:hover .last-blogs-continue-btn::after {
    transform: translateX(3px) !important;
}

[data-cmp-type="last_blogs"] .swiper-button-next.d-none,
[data-cmp-type="last_blogs"] .swiper-button-prev.d-none,
[data-cmp-type="last_blogs"] .swiper-button-next,
[data-cmp-type="last_blogs"] .swiper-button-prev {
    display: flex !important;
    width: 44px !important;
    height: 44px !important;
    background: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 50% !important;
    color: #111111 !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08) !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease !important;
    z-index: 10 !important;
    touch-action: manipulation;
}

[data-cmp-type="last_blogs"] .swiper-button-prev { left: -5px !important; }
[data-cmp-type="last_blogs"] .swiper-button-next { right: -5px !important; }

[data-cmp-type="last_blogs"] .swiper-button-next::after,
[data-cmp-type="last_blogs"] .swiper-button-prev::after {
    font-size: 13px !important;
    font-weight: 900 !important;
}

[data-cmp-type="last_blogs"] .swiper-button-next:hover,
[data-cmp-type="last_blogs"] .swiper-button-prev:hover {
    background: #E31E24 !important;
    border-color: #E31E24 !important;
    color: #ffffff !important;
}

@media (max-width: 768px) {
    [data-cmp-type="last_blogs"] { padding: 20px 0 !important; }
    [data-cmp-type="last_blogs"] .component-title { font-size: 18px !important; }
    [data-cmp-type="last_blogs"] .swiper-slide { width: 75% !important; margin-right: 12px !important; }
    [data-cmp-type="last_blogs"] .item-product-image-box > div { padding: 12px 10px !important; min-height: 135px !important; }
    [data-cmp-type="last_blogs"] .swiper-button-next,
    [data-cmp-type="last_blogs"] .swiper-button-prev { display: none !important; }
}