/* ==============================================
   ANATOLIAN THEME - COMPLETE HOMEPAGE STYLING
   Based on Original Anatolian HTML Template
   ============================================== */

/* ===== HERO SECTION ===== */
.hero-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 600px;
}

.hero-section .hero-slider {
    width: 100%;
    height: 600px;
}

.hero-section .swiper-wrapper {
    height: 600px;
}

.hero-section .swiper-slide {
    min-height: 600px !important;
    height: 600px !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.hero-section .hero-slide {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 600px;
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-content {
    text-align: center;
    color: #ffffff;
    position: relative;
    z-index: 3;
}

.hero-section .hero-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 1;
    pointer-events: none;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-content {
    text-align: center;
    color: #ffffff;
}

.hero-content h6 {
    font-size: 13px;
    letter-spacing: 2.5px;
    font-weight: 600;
    color: #8cdaf6;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.hero-content h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 25px;
    color: #ffffff;
}

.hero-content p {
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    max-width: 620px;
    margin: 0 auto 35px;
    font-weight: 400;
}

.hero-content .theme-btn {
    padding: 16px 40px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    background: #031424;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.hero-content .theme-btn:hover {
    background: #0a1929;
    transform: translateY(-2px);
}

/* ===== PRODUCT CARDS - ANATOLIAN STYLE ===== */
.product_wrap,
.product-store-item {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 16px rgba(3, 20, 36, 0.08);
    height: 100%;
    display: flex !important;
    flex-direction: column !important;
}

.product_wrap:hover,
.product-store-item:hover {
    box-shadow: 0 8px 32px rgba(3, 20, 36, 0.12);
    transform: translateY(-4px);
}

/* Product Image Container */
.product_wrap .product_img,
.product-store-item .product-image {
    position: relative;
    height: 350px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafb;
}

.product_wrap .product_img img,
.product-store-item .product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
}

/* Product Labels */
.product_wrap .pr_flash,
.product-store-item .badge {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pr_flash.bg-success,
.badge-success {
    background: #10b981 !important;
    color: #ffffff !important;
}

.pr_flash.bg-danger,
.badge-hot {
    background: #ef4444 !important;
    color: #ffffff !important;
}

.pr_flash.bg-info,
.badge-new {
    background: #14b8a6 !important;
    color: #ffffff !important;
}

/* Product Action Icons */
.product_action_box {
    position: absolute !important;
    left: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 999 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.4s ease !important;
}

.product_wrap:hover .product_action_box,
.product-store-item:hover .product-action-box {
    opacity: 1 !important;
    visibility: visible !important;
}

.pr_action_btn {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.pr_action_btn li a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50px !important;
    height: 50px !important;
    background: #ffffff !important;
    border: 2px solid #e5e9ef !important;
    border-radius: 50% !important;
    color: #031424 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2) !important;
}

.pr_action_btn li a:hover {
    background: #031424 !important;
    border-color: #031424 !important;
    color: #ffffff !important;
    transform: scale(1.15) !important;
}

/* Stronger specificity to guarantee icon visibility */
.product_wrap .product_action_box .pr_action_btn li a:hover i,
.product-store-item .product-action-box .pr_action_btn li a:hover i {
    color: #ffffff !important;
}

.product_wrap .product_action_box .pr_action_btn li a i,
.product-store-item .product-action-box .pr_action_btn li a i {
    font-size: 20px !important;
    line-height: 1 !important;
    color: #031424 !important;
}

/* Product Content */
.product_wrap .product_info,
.product-store-item .product-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product_wrap .product_title,
.product-store-item .product-content h5 {
    margin-bottom: 12px;
    min-height: 50px;
}

.product_wrap .product_title a,
.product-store-item .product-content h5 a {
    color: #031424;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product_wrap .product_title a:hover,
.product-store-item .product-content h5 a:hover {
    color: #0a1929;
}

/* Product Rating */
.rating_wrap,
.product-rating {
    margin-bottom: 12px;
}

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

.rating .product_rate {
    height: 14px;
    background: #fbbf24;
}

.rating_num {
    font-size: 13px;
    color: #6b7280;
}

/* Product Price */
.product_price,
.price-list {
    margin-bottom: 15px;
}

.product_price .price,
.price-list h3 {
    color: #031424;
    font-size: 22px;
    font-weight: 700;
}

.product_price del {
    color: #9ca3af;
    font-size: 16px;
    margin-left: 8px;
}

.on_sale span {
    color: #10b981;
    font-size: 13px;
    font-weight: 600;
}

/* ===== CATEGORIES SECTION ===== */
.cat_slider {
    overflow: visible !important;
}

.cat_slider .owl-stage-outer {
    overflow: visible !important;
}

.cat_slider .item {
    padding: 20px 15px;
    overflow: visible !important;
}

.categories_box {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(3, 20, 36, 0.08);
    height: 100%;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(3, 20, 36, 0.06);
    position: relative;
    overflow: visible;
}

.categories_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(10, 25, 41, 0.02) 0%, rgba(3, 20, 36, 0.04) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
    border-radius: 20px;
}

.categories_box:hover {
    box-shadow: 0 16px 50px rgba(3, 20, 36, 0.15);
    transform: translateY(-5px) scale(1.02);
    border-color: rgba(10, 25, 41, 0.12);
}

.categories_box:hover::before {
    opacity: 1;
}

.categories_box a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.categories_box img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    margin-bottom: 20px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    filter: brightness(1);
}

.categories_box:hover img {
    transform: scale(1.03);
    filter: brightness(1.05);
}

.categories_box span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #031424;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    transition: all 0.3s ease;
    padding: 0 15px;
    min-height: 48px;
}

.categories_box:hover span {
    color: #0a1929;
    transform: translateY(-2px);
}

/* ===== SECTION HEADINGS ===== */
.heading_s2 h2,
.heading_s4 h2 {
    color: #031424;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.leads,
.subtitle {
    color: #5a6c7d;
    font-size: 16px;
    margin-bottom: 40px;
}

/* ===== FLASH SALE / DEAL CARDS ===== */
.deal_wrap {
    background: #ffffff;
    border: 1px solid rgba(3, 20, 36, 0.08);
    border-radius: 20px;
    padding: 0;
    display: flex;
    flex-direction: row;
    box-shadow: 0 4px 20px rgba(3, 20, 36, 0.08);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    align-items: stretch;
}

.deal_wrap:hover {
    border-color: rgba(3, 20, 36, 0.12);
    box-shadow: 0 16px 50px rgba(3, 20, 36, 0.15);
    transform: translateY(-5px);
}

.deal_wrap .pr_flash {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 10;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    background: #10b981;
    color: #ffffff !important;
    box-shadow: 0 2px 6px rgba(3, 20, 36, 0.12);
}

.deal_wrap .product_img {
    width: 38%;
    flex-shrink: 0;
    background: #f8fafb;
    padding: 18px;
    transition: background 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(3, 20, 36, 0.06);
}

.deal_wrap:hover .product_img {
    background: #f3f5f7;
}

.deal_wrap .product_img img {
    width: 100%;
    height: 100%;
    max-height: 200px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.deal_wrap:hover .product_img img {
    transform: scale(1.05);
}

.deal_wrap .deal_content {
    flex: 1;
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.deal_wrap .product_info {
    margin-bottom: 0;
}

.deal_wrap .product_title {
    margin-bottom: 8px;
}

.deal_wrap .product_title a {
    color: #031424;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 0;
}

.deal_wrap .product_title a:hover {
    color: #10b981;
}

.deal_wrap .rating_wrap {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 8px;
}

.deal_wrap .rating {
    display: flex;
    align-items: center;
}

.deal_wrap .product_rate {
    background: #fbbf24;
    height: 10px;
    border-radius: 2px;
}

.deal_wrap .rating_num {
    color: #6b7280;
    font-size: 11px;
    font-weight: 500;
}

.deal_wrap .product_price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 6px;
}

.deal_wrap .product_price .price {
    color: #ef4444;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.deal_wrap .product_price del {
    color: #9ca3af;
    font-size: 13px;
    font-weight: 400;
}

.deal_wrap .on_sale {
    display: inline-flex;
    margin-bottom: 10px;
}

.deal_wrap .on_sale span {
    background: rgba(16, 185, 129, 0.12);
    color: #059669 !important;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.deal_wrap .deal_progress {
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin-bottom: 10px;
}

.deal_wrap .deal_progress .stock-info {
    display: flex;
    justify-content: flex-start;
    gap: 14px;
    margin-bottom: 6px;
}

.deal_wrap .deal_progress span {
    color: #5a6c7d;
    font-size: 10px;
    font-weight: 500;
}

.deal_wrap .deal_progress strong {
    color: #031424;
    font-weight: 700;
    font-size: 11px;
}

.deal_wrap .deal_progress .stock-sold strong {
    color: #ef4444;
}

.deal_wrap .deal_progress .stock-available strong {
    color: #059669;
}

.deal_wrap .deal_actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 6px;
    padding-top: 10px;
    border-top: 1px solid rgba(3, 20, 36, 0.06);
    justify-content: space-between;
}

.deal_wrap .countdown_time {
    display: flex;
    gap: 6px;
    flex: 1;
    flex-wrap: wrap;
}

.deal_wrap .btn-addtocart {
    margin-left: auto;
}

.deal_wrap .btn-addtocart {
    background: #10b981;
    color: #ffffff !important;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    border: none;
    text-transform: none;
    letter-spacing: 0;
}

.deal_wrap .btn-addtocart:hover {
    background: #059669;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.deal_wrap .countdown_box {
    background: #f8fafb;
    border: 1px solid rgba(3, 20, 36, 0.08);
    border-radius: 8px;
    padding: 6px 8px;
    text-align: center;
    flex: 1;
    max-width: 50px;
}

.deal_wrap .countdown_box .countdown {
    font-size: 13px;
    font-weight: 700;
    color: #031424;
    line-height: 1;
}

.deal_wrap .countdown_box .cd_text {
    font-size: 7px;
    color: #6b7280;
    margin-top: 2px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 500;
}

.deal_wrap .progress {
    height: 5px;
    background: #e5e9ef;
    border-radius: 3px;
    overflow: hidden;
}

.deal_wrap .progress-bar {
    background: #ef4444;
    border-radius: 3px;
    transition: width 0.6s ease;
}

/* ===== PRODUCT CARDS (Exclusive/Collections) ===== */
.product_wrap {
    background: #ffffff;
    border: 1px solid rgba(3, 20, 36, 0.08);
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(3, 20, 36, 0.08);
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product_wrap:hover {
    border-color: rgba(3, 20, 36, 0.12);
    box-shadow: 0 16px 50px rgba(3, 20, 36, 0.15);
    transform: translateY(-5px);
}

.product_wrap .pr_flash {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 10;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #ffffff !important;
    box-shadow: 0 2px 6px rgba(3, 20, 36, 0.12);
}

.product_wrap .product_img {
    background: #f8fafb;
    padding: 18px;
    min-height: 180px;
    border-bottom: 1px solid rgba(3, 20, 36, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_wrap .product_img img {
    width: 100%;
    max-height: 160px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.product_wrap:hover .product_img img {
    transform: scale(1.03);
}

.product_wrap .product_hover_img {
    display: none !important;
}

.product_wrap .product_info {
    padding: 14px 16px 16px;
}

.product_wrap .product_title a {
    color: #031424;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product_wrap .product_title a:hover {
    color: #10b981;
}

.product_wrap .product_price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
    margin: 8px 0 6px;
}

.product_wrap .product_price .price {
    color: #ef4444;
    font-size: 20px;
    font-weight: 700;
}

.product_wrap .product_price del {
    color: #9ca3af;
    font-size: 13px;
    font-weight: 400;
}

.product_wrap .on_sale span {
    background: rgba(16, 185, 129, 0.12);
    color: #059669 !important;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
}

.product_wrap .rating_wrap {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
}

.product_wrap .product_rate {
    background: #fbbf24;
    height: 12px;
    border-radius: 2px;
}

.product_wrap .rating_num {
    color: #6b7280;
    font-size: 12px;
    font-weight: 500;
}

.product_wrap .pr_desc {
    color: #5a6c7d;
    font-size: 13px;
    margin-top: 6px;
    display: none;
}

/* ===== PRODUCT TABS ===== */
.tab-style2 .nav-tabs {
    border: 0;
    display: flex;
    gap: 30px;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.tab-style2 .nav-link {
    border: 0;
    background: transparent;
    color: #5a6c7d;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 5px;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}

.tab-style2 .nav-link:hover {
    color: #031424;
    border-bottom-color: #d1d5db;
}

.tab-style2 .nav-link.active {
    color: #031424;
    border-bottom-color: #031424;
}

/* ===== OWL CAROUSEL NAVIGATION ===== */
/* Ensure the product slider positions nav relative to container */
.product_slider.nav_style1 {
    position: relative;
}

.product_slider.nav_style1 .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 1000;
}

.product_slider.nav_style1 .owl-nav button {
    width: 50px;
    height: 50px;
    background: #ffffff !important;
    border: 2px solid #e5e9ef !important;
    border-radius: 50%;
    color: #031424 !important;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    pointer-events: all;
    z-index: 1001;
}

.product_slider.nav_style1 .owl-nav button:hover {
    background: #031424 !important;
    border-color: #031424 !important;
    color: #ffffff !important;
    transform: scale(1.1);
}

.product_slider.nav_style1 .owl-nav button.owl-prev {
    position: absolute;
    left: -60px;
}

.product_slider.nav_style1 .owl-nav button.owl-next {
    position: absolute;
    right: -60px;
}

/* Add padding to carousel container */
.product_slider.carousel_slider.nav_style1 {
    padding: 0 60px;
    margin: 0 auto;
    max-width: 100%;
}

.carousel_slider {
    max-width: 100%;
}

.carousel_slider .owl-stage {
    display: flex;
}

/* Keep slider overflow visible so arrows are not clipped */
.product_slider .owl-stage-outer {
    overflow: visible !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .hero-content h1 {
        font-size: 42px !important;
    }
    
    .product_wrap .product_img,
    .product-store-item .product-image {
        height: 300px;
    }
    
    .product_slider.carousel_slider.nav_style1 {
        padding: 0;
    }
    
    .product_slider.nav_style1 .owl-nav button.owl-prev {
        left: 10px;
    }
    
    .product_slider.nav_style1 .owl-nav button.owl-next {
        right: 10px;
    }
}

@media (max-width: 767px) {
    .hero-section .hero-slide {
        min-height: 450px !important;
    }
    
    .hero-content h1 {
        font-size: 32px !important;
    }
    
    .hero-content p {
        font-size: 15px !important;
    }
    
    .product_wrap .product_img,
    .product-store-item .product-image {
        height: 280px;
    }
    
    .deal_wrap {
        flex-direction: column;
    }
    
    .deal_wrap .product_img {
        width: 100%;
    }
    
    .deal_wrap .product_img img {
        max-height: 200px;
    }
}


@media (max-width: 575px) {
    .hero-section .hero-slide {
        min-height: 400px !important;
    }
    
    .hero-content h1 {
        font-size: 26px !important;
    }
    
    .product_slider.nav_style1 .owl-nav button {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

/* ===== SECTION SPACING ===== */
.section {
    padding: 60px 0;
}

.small_pt {
    padding-top: 40px;
}

.small_pb {
    padding-bottom: 40px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

/* ===== GENERAL FIXES ===== */
img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1200px;
}

/* Fix row negative margins */
.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row > [class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
}

/* ===== SWIPER NAVIGATION STYLING ===== */
.swiper-button-next,
.swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.3s ease !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #ffffff !important;
    transform: scale(1.1) !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px !important;
    color: #031424 !important;
    font-weight: 700 !important;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background: rgba(255, 255, 255, 0.6) !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #ffffff !important;
    width: 30px !important;
    border-radius: 6px !important;
}

/* ===== ANATOLIAN PRODUCT CARD - NEW DESIGN ===== */
.anatolian-product-card {
    background: #ffffff;
    border: 1px solid rgba(3, 20, 36, 0.08);
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(3, 20, 36, 0.08);
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    position: relative;
}

.carousel_slider .item {
    height: auto;
}

.carousel_slider .anatolian-product-card {
    height: 100%;
}

.anatolian-product-card:hover {
    border-color: rgba(3, 20, 36, 0.12);
    box-shadow: 0 16px 50px rgba(3, 20, 36, 0.15);
    transform: translateY(-8px);
}

/* Badge */
.anatolian-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 20;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #10b981;
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
}

.anatolian-badge-sale {
    background: #10b981;
}

.anatolian-badge-outofstock {
    background: #94a3b8;
}

/* Image Area */
.anatolian-product-image {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
    background: #f8fafb;
    border-bottom: 1px solid rgba(3, 20, 36, 0.06);
}

.anatolian-product-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.anatolian-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 24px;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.anatolian-product-card:hover .anatolian-product-image img {
    transform: scale(1.06);
}

/* Action Buttons */
.anatolian-product-actions {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 30;
}

.anatolian-product-card:hover .anatolian-product-actions {
    opacity: 1;
    visibility: visible;
}

.anatolian-action-btn {
    width: 50px;
    height: 50px;
    background: #ffffff;
    border: 2px solid #e5e9ef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(3, 20, 36, 0.2);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0;
    text-decoration: none;
}

.anatolian-action-btn:hover {
    background: #031424;
    border-color: #031424;
    transform: scale(1.15);
    box-shadow: 0 8px 24px rgba(3, 20, 36, 0.3);
}

.anatolian-action-btn i {
    font-size: 20px;
    line-height: 1;
    color: #031424 !important;
    transition: color 0.2s ease;
}

.anatolian-action-btn:hover i {
    color: #ffffff !important;
}

/* Content Area */
.anatolian-product-content {
    padding: 20px 20px 22px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.anatolian-product-title {
    font-size: 15px;
    font-weight: 600;
    color: #031424;
    margin: 0 0 12px 0;
    line-height: 1.5;
    min-height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.anatolian-product-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.25s ease;
}

.anatolian-product-title a:hover {
    color: #10b981;
}

/* Price */
.anatolian-product-price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 10px;
}

.anatolian-price-current {
    font-size: 22px;
    font-weight: 700;
    color: #ef4444;
}

.anatolian-price-original {
    font-size: 15px;
    color: #9ca3af;
    text-decoration: line-through;
    font-weight: 400;
}

/* Rating */
.anatolian-product-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}

.anatolian-stars {
    position: relative;
    width: 90px;
    height: 16px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23e5e9ef"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>');
    background-repeat: repeat-x;
    background-size: 18px 18px;
}

.anatolian-stars-filled {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fbbf24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>');
    background-repeat: repeat-x;
    background-size: 18px 18px;
}

.anatolian-rating-count {
    font-size: 13px;
    color: #6b7280;
    font-weight: 500;
}

/* Add to Cart Button */
.anatolian-add-to-cart {
    width: 100%;
    padding: 14px 16px;
    background: #10b981;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: auto;
    text-transform: none;
    letter-spacing: 0.3px;
    text-decoration: none;
}

.anatolian-add-to-cart:hover {
    background: #059669;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.35);
}

.anatolian-add-to-cart i {
    font-size: 18px;
    line-height: 1;
    color: #ffffff !important;
}

/* ===== RESPONSIVE - ANATOLIAN CARDS ===== */
@media (max-width: 991px) {
    .anatolian-product-image {
        height: 240px;
    }
    
    .anatolian-action-btn {
        width: 44px;
        height: 44px;
    }
    
    .anatolian-action-btn i {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .anatolian-product-image {
        height: 220px;
    }
    
    .anatolian-product-content {
        padding: 16px;
    }
    
    .anatolian-price-current {
        font-size: 20px;
    }
    
    .anatolian-add-to-cart {
        padding: 12px 14px;
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .anatolian-product-image {
        height: 200px;
    }
    
    .anatolian-product-actions {
        right: 12px;
        gap: 10px;
    }
    
    .anatolian-action-btn {
        width: 40px;
        height: 40px;
    }
    
    .anatolian-action-btn i {
        font-size: 16px;
    }
}

