/* Yapı Mobilya Custom Stylesheet */

.tf-topbar {
    background: #234319 !important;
}

/* Nest-style grocery marketplace layer */
body {
    background: #fff;
    color: #253d4e;
}

.tf-topbar {
    background: #f7f8fa !important;
    border-bottom: 1px solid #ececec;
}

.tf-topbar .text-white,
.tf-topbar a.text-white {
    color: #7e7e7e !important;
}

.tf-header.header-abs-1 {
    box-shadow: none;
    border-bottom: 1px solid #ececec;
}

.box-nav-menu .menu-item .item-link {
    color: #253d4e;
}

.box-nav-menu .menu-item .item-link:hover,
.nav-icon-list .nav-icon-item:hover {
    color: #87b819;
}

.ym-search-band {
    border-bottom: 1px solid #ececec;
}

.ym-search-band_inner {
    grid-template-columns: auto minmax(360px, 1fr) auto;
    gap: 16px;
}

.ym-department-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 18px;
    background: #87b819;
    color: #fff;
    border-radius: 4px;
    font-weight: 800;
    white-space: nowrap;
}

.ym-department-btn:hover {
    color: #fff;
    background: #ae6c2a;
}

.ym-header-search {
    background: #fff;
    border: 2px solid #bce3c9;
    border-radius: 4px;
}

.ym-header-search i,
.ym-eyebrow {
    color: #87b819;
}

.ym-header-search button,
.ym-hero-slider .tf-btn,
.ym-home .tf-btn {
    background: #87b819;
    border-color: #87b819;
}

.ym-category-shortcuts a {
    border: 1px solid #ececec;
    color: #253d4e;
    border-radius: 4px;
}

.ym-category-shortcuts a:hover {
    color: #87b819;
    border-color: #bce3c9;
}

.ym-hero-slider {
    padding: 26px 0 0;
    background: #fff;
}

.ym-hero-slider .slider-wrap {
    min-height: clamp(430px, 42vw, 560px);
    border-radius: 8px;
    overflow: hidden;
}

.ym-hero-slider .slider-wrap::after {
    background: linear-gradient(90deg, rgba(247, 248, 250, 0.96) 0%, rgba(247, 248, 250, 0.75) 34%, rgba(247, 248, 250, 0.1) 70%);
}

.ym-hero-slider .title_sld,
.ym-title {
    color: #253d4e;
    font-weight: 800;
}

.ym-hero-slider .sub-text_sld {
    color: #7e7e7e !important;
}

.ym-feature-strip {
    padding: 24px 0 0;
}

.ym-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.ym-feature-item {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #f4f6fa;
    border-radius: 8px;
    padding: 18px;
    min-height: 92px;
}

.ym-feature-item:nth-child(2) {
    background: #fff3eb;
}

.ym-feature-item:nth-child(3) {
    background: #ecffec;
}

.ym-feature-item:nth-child(4) {
    background: #f2fce4;
}

.ym-feature-item i {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    color: #87b819;
    font-size: 24px;
}

.ym-feature-item strong {
    display: block;
    color: #253d4e;
    font-size: 16px;
    font-weight: 800;
}

.ym-feature-item span {
    color: #7e7e7e;
    font-size: 13px;
}

.ym-section {
    padding: 54px 0;
}

.ym-section.soft {
    background: #fff;
}

.ym-section-head {
    align-items: center;
    border-bottom: 1px solid #ececec;
    padding-bottom: 14px;
}

.ym-title {
    font-size: clamp(26px, 2.7vw, 36px);
}

.ym-category-card {
    border-color: #f2f3f4;
    box-shadow: none;
    text-align: center;
}

.ym-category-card:nth-child(5n+1) .image {
    background: #f2fce4;
}

.ym-category-card:nth-child(5n+2) .image {
    background: #fffceb;
}

.ym-category-card:nth-child(5n+3) .image {
    background: #ecffec;
}

.ym-category-card:nth-child(5n+4) .image {
    background: #feefea;
}

.ym-category-card:nth-child(5n+5) .image {
    background: #fff3eb;
}

.ym-category-card:hover {
    border-color: #bce3c9;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.ym-category-card h3 {
    color: #253d4e;
    font-size: 18px;
    font-weight: 800;
}

.ym-promo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.ym-promo-card {
    position: relative;
    min-height: 230px;
    overflow: hidden;
    border-radius: 8px;
    display: block;
    background: #f4f6fa;
}

.ym-promo-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.ym-promo-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.62) 42%, rgba(255, 255, 255, 0.02) 100%);
}

.ym-promo-card span {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
    max-width: 260px;
    padding: 28px;
}

.ym-promo-card small {
    color: #87b819;
    font-weight: 800;
}

.ym-promo-card strong {
    color: #253d4e;
    font-size: 24px;
    line-height: 1.18;
    font-weight: 800;
}

.ym-promo-card em {
    justify-self: start;
    padding: 9px 16px;
    background: #87b819;
    color: #fff;
    border-radius: 4px;
    font-style: normal;
    font-weight: 800;
}

.ym-promo-card:hover img {
    transform: scale(1.04);
}

.ym-card-product {
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 12px;
    background: #fff;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    gap: 0 !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ym-card-product:hover {
    border-color: #bce3c9;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    transform: translateY(-3px);
}

.ym-card-product .card-product_wrapper {
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    max-height: none !important;
    border: 1px solid rgba(35, 67, 25, 0.08) !important;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    background: #fff;
    margin-bottom: 0 !important;
}

.ym-card-product .product-img {
    aspect-ratio: 1 / 1 !important;
    height: 100% !important;
    width: 100% !important;
    display: block;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.ym-card-product .product-img img {
    aspect-ratio: 1 / 1 !important;
    height: 100% !important;
    width: 100% !important;
    object-fit: contain !important;
    display: block;
    background: #fff;
}

.ym-card-product .card-product_info {
    position: relative;
    padding-top: 10px !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
}

.ym-product-meta {
    display: block;
    color: #8c8c8c;
    font-size: 12px;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ym-card-product .name-product {
    color: #253d4e !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    display: -webkit-box !important;
    line-clamp: 2 !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    min-height: 40px !important;
    max-height: 40px !important;
    height: auto !important;
    line-height: 1.25 !important;
    margin-bottom: 6px !important;
}

.ym-rating {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 2px;
    margin-bottom: 6px;
}

.ym-rating span {
    color: #fdc040;
    font-size: 13px;
    letter-spacing: 0;
}

.ym-rating small {
    color: #7e7e7e;
    font-size: 11px;
}

.ym-card-product .price-wrap {
    margin-top: auto;
    padding-top: 4px;
    min-height: 28px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px 8px;
}

.ym-card-product .price-new,
.ym-card-product .price-wrap .h6 {
    color: #87b819;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.2;
}

.ym-card-product .price-old {
    color: #999;
    font-size: 13px !important;
    text-decoration: line-through;
}

.ym-add-btn {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 6px !important;
    margin-top: 10px !important;
    padding: 9px 12px !important;
    background: #def9ec !important;
    color: #87b819 !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    width: 100% !important;
    text-align: center !important;
    box-sizing: border-box !important;
    transition: all 0.25s ease !important;
    text-decoration: none !important;
}

.ym-add-btn:hover {
    color: #fff !important;
    background: #87b819 !important;
    transform: translateY(-2px) !important;
}

.ym-corporate,
.ym-trust-item,
.ym-stat,
.ym-blog-card {
    border-color: #ececec;
}

@media (max-width: 1199px) {
    .ym-search-band_inner {
        grid-template-columns: auto 1fr;
    }

    .ym-category-shortcuts {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }
}

@media (max-width: 991px) {
    .ym-feature-grid,
    .ym-promo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .ym-feature-grid,
    .ym-promo-grid {
        grid-template-columns: 1fr;
    }

    .ym-feature-strip {
        padding-top: 16px;
    }

    .ym-promo-card {
        min-height: 210px;
    }
}

.tf-header.header-abs-1 {
    position: sticky !important;
    top: 0;
    z-index: 1010;
    background: rgba(255, 255, 255, 0.96) !important;
    border-bottom: 1px solid rgba(35, 67, 25, 0.1);
    box-shadow: 0 10px 30px rgba(31, 39, 24, 0.07);
    backdrop-filter: blur(12px);
}

.logo-site img {
    max-width: 210px;
}

.box-nav-menu {
    gap: 22px !important;
}

.box-nav-menu .menu-item .item-link {
    color: #1f2718;
    font-weight: 700;
    letter-spacing: 0 !important;
}

.nav-icon-list .nav-icon-item,
#floatCart {
    color: #234319;
}

.ym-search-band {
    background: #fff;
    border-bottom: 1px solid rgba(35, 67, 25, 0.12);
    position: relative;
    z-index: 1000;
}

.ym-search-band_inner {
    display: grid;
    grid-template-columns: minmax(360px, 1fr) auto;
    align-items: center;
    gap: 18px;
    padding: 14px 0;
}

.ym-header-search {
    min-height: 50px;
    border: 1px solid rgba(35, 67, 25, 0.18);
    background: #f8fbf4;
    display: grid;
    grid-template-columns: 42px 1fr auto;
    align-items: center;
    overflow: hidden;
}

.ym-header-search i {
    color: #86b817;
    justify-self: center;
    font-size: 20px;
}

.ym-header-search input {
    border: 0;
    background: transparent;
    color: #1f2718;
    font-size: 15px;
    outline: 0;
    min-width: 0;
}

.ym-header-search button {
    align-self: stretch;
    border: 0;
    background: #86b817;
    color: #fff;
    font-weight: 800;
    padding: 0 28px;
}

.ym-category-shortcuts {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.ym-category-shortcuts a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(35, 67, 25, 0.14);
    color: #234319;
    background: #fff;
    font-size: 13px;
    font-weight: 700;
}

.ym-hero-slider .slider-wrap {
    min-height: clamp(460px, 54vw, 690px);
}

.ym-hero-slider .sld_image,
.ym-hero-slider .sld_image img {
    height: 100%;
}

.ym-hero-slider .sld_image img {
    object-fit: cover;
    object-position: center;
}

.ym-hero-slider .slider-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.72) 34%, rgba(255, 255, 255, 0.12) 68%);
    pointer-events: none;
}

.ym-hero-slider .sld_content {
    z-index: 2;
}

.ym-hero-slider .content-sld_wrap {
    max-width: 610px;
}

.ym-hero-slider .title_sld {
    font-size: clamp(34px, 5vw, 72px);
    line-height: 1.02;
    letter-spacing: 0;
}

.ym-hero-slider .sub-text_sld {
    max-width: 560px;
    line-height: 1.65;
}

.ym-hero-slider .tf-btn,
.ym-home .tf-btn {
    background: #86b817;
    border-color: #86b817;
    color: #fff;
}

.ym-home {
    color: #1f2718;
}

.ym-section {
    padding: 72px 0;
}

.ym-section.soft {
    background: #f8fbf4;
}

.ym-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
}

.ym-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #86b817;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
}

.ym-title {
    font-size: clamp(28px, 3.4vw, 46px);
    line-height: 1.1;
    letter-spacing: 0;
    margin: 0;
}

.ym-muted {
    color: #64705e;
}

.ym-category-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.ym-category-card {
    border: 1px solid rgba(35, 67, 25, 0.12);
    background: #fff;
    overflow: hidden;
    border-radius: 8px;
    min-height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ym-category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(35, 67, 25, 0.12);
}

.ym-category-card .image {
    aspect-ratio: 1 / 0.82;
    background: #f8fbf4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.ym-category-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ym-category-card .body {
    padding: 18px;
}

.ym-category-card h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

.ym-product-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
}

/* Popüler Ürünler Başlık ve Sekmeler */
.ym-popular-section {
    padding: 40px 0 !important;
}

.ym-popular-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #ececec;
    padding-bottom: 18px;
    margin-bottom: 28px;
    gap: 15px;
}

.ym-popular-title {
    font-size: 30px;
    font-weight: 700;
    color: #253D2E;
    margin: 0;
    line-height: 1.2;
}

.ym-popular-tabs {
    display: flex;
    gap: 18px;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
    align-items: center;
    border-bottom: none !important;
}

.ym-popular-tabs .nav-item {
    margin: 0;
}

.ym-popular-tabs .nav-link {
    background: none;
    border: none;
    font-size: 15px;
    font-weight: 600;
    color: #7e7e7e;
    cursor: pointer;
    padding: 6px 2px;
    border-bottom: 2px solid transparent;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.ym-popular-tabs .nav-link:hover {
    color: #87b819;
}

.ym-popular-tabs .nav-link.active {
    color: #87b819;
    border-bottom-color: #87b819;
}

.ym-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.ym-trust-item {
    background: #fff;
    border: 1px solid rgba(35, 67, 25, 0.12);
    border-radius: 8px;
    padding: 20px;
}

.ym-trust-item img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    margin-bottom: 14px;
}

.ym-corporate {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
    gap: 44px;
    align-items: center;
}

.ym-corporate-media {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    min-height: 420px;
}

.ym-corporate-media img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}

.ym-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 26px;
}

.ym-stat {
    background: #fff;
    border: 1px solid rgba(35, 67, 25, 0.12);
    border-radius: 8px;
    padding: 18px 12px;
    text-align: center;
}

.ym-stat strong {
    display: block;
    font-size: 26px;
    color: #b8732a;
}

.ym-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.ym-blog-card {
    border: 1px solid rgba(35, 67, 25, 0.12);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    min-height: 100%;
}

.ym-blog-card img {
    width: 100%;
    aspect-ratio: 1.45 / 1;
    object-fit: cover;
    background: #f8fbf4;
}

.ym-blog-card .body {
    padding: 20px;
}

.ym-footer-brand {
    max-width: 310px;
}

.ym-footer-brand img {
    max-width: 200px;
    margin-bottom: 18px;
}

.ym-footer-note {
    color: #5f6d58;
    line-height: 1.65;
}

@media (max-width: 1199px) {
    .ym-category-grid,
    .ym-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ym-trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .tf-header.header-abs-1 {
        position: relative !important;
    }

    .ym-hero-slider .slider-wrap {
        min-height: 520px;
    }

    .ym-hero-slider .slider-wrap::after {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.66) 48%, rgba(255, 255, 255, 0.12) 100%);
    }

    .ym-category-grid,
    .ym-product-grid,
    .ym-blog-grid,
    .ym-corporate {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .ym-section {
        padding: 36px 0;
    }

    .ym-section-head {
        display: block;
    }

    .ym-popular-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding-bottom: 14px;
        margin-bottom: 20px;
    }

    .ym-popular-title {
        font-size: 22px;
    }

    .ym-popular-tabs {
        width: 100%;
        display: flex;
        gap: 8px;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start;
        padding-bottom: 6px;
        margin: 0;
        scrollbar-width: none;
    }

    .ym-popular-tabs::-webkit-scrollbar {
        display: none;
    }

    .ym-popular-tabs .nav-link {
        font-size: 13px;
        padding: 6px 14px;
        background: #f4f6f2;
        border-radius: 20px;
        border: 1px solid #e2e8f0;
        color: #4a5568;
    }

    .ym-popular-tabs .nav-link:hover {
        color: #87b819;
        background: #edf3e8;
    }

    .ym-popular-tabs .nav-link.active {
        background: #87b819 !important;
        color: #fff !important;
        border-color: #87b819 !important;
    }

    .ym-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    .ym-card-product {
        padding: 8px;
        border-radius: 8px;
    }

    .ym-card-product .card-product_info {
        padding-top: 6px !important;
    }

    .ym-card-product .ym-product-meta {
        font-size: 10px;
        margin-bottom: 2px;
    }

    .ym-card-product .name-product {
        font-size: 13px !important;
        min-height: 34px !important;
        max-height: 34px !important;
        line-height: 1.3 !important;
        margin-bottom: 4px !important;
    }

    .ym-card-product .ym-rating {
        margin-top: 0;
        margin-bottom: 3px;
        gap: 3px;
    }

    .ym-card-product .ym-rating span {
        font-size: 11px;
    }

    .ym-card-product .ym-rating small {
        font-size: 10px;
    }

    .ym-card-product .price-wrap {
        min-height: auto;
        padding-top: 2px;
        gap: 2px 6px;
    }

    .ym-card-product .price-new,
    .ym-card-product .price-wrap .h6 {
        font-size: 14px !important;
    }

    .ym-card-product .price-old {
        font-size: 11px !important;
    }

    .ym-card-product .card-product_info .ym-add-btn {
        margin-top: 6px !important;
        padding: 6px 8px !important;
        font-size: 11px !important;
        border-radius: 5px !important;
    }

    .ym-category-grid,
    .ym-blog-grid,
    .ym-corporate,
    .ym-trust-grid {
        grid-template-columns: 1fr;
    }

    .ym-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .ym-hero-slider .content-sld_wrap {
        padding-top: 30px;
    }

    .ym-hero-slider .sub-text_sld {
        font-size: 16px;
    }
}

/* Expand container width on large desktop screens to match Nest theme width */
@media (min-width: 1200px) {
    .container {
        max-width: 1610px !important;
    }
}

/* Style the search bar input to show the default Nest theme search icon in the correct position */
.search-style-2 form input {
    background-image: url(../imgs/theme/icons/search.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 20px center !important;
}

/* Hide the duplicate font icon inside the button */
.search-style-2 form button i {
    display: none !important;
}

/* Ensure the button itself is still clickable and positioned correctly */
.search-style-2 form button,
.search-style-2 form button:hover,
.search-style-2 form button:focus {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    width: 50px !important;
    right: 0px !important;
    height: 100% !important;
    position: absolute !important;
    cursor: pointer !important;
}

/* Make desktop header logo 20% larger and adjust padding to keep area height constant */
.header-middle .logo.logo-width-1 a img {
    width: 216px !important;
    min-width: 216px !important;
    max-height: 90px !important;
}

.header-style-1 .header-middle-ptb-1 {
    padding: 22px 0 !important;
}

/* Mega menu product links styling and hover effects */
.mega-menu li ul li a.mega-product-link {
    font-size: 14px !important;
    color: #7e7e7e !important;
    font-weight: 400 !important;
    display: inline-block !important;
    transition: all 0.25s ease !important;
}
.mega-menu li ul li a.mega-product-link:hover {
    color: #87b819 !important;
    padding-left: 5px !important;
}

/* Minimalist Premium Glassmorphic Promo Banner Cards */
.banner-img {
    position: relative;
    border-radius: 15px !important;
    overflow: hidden;
    margin-bottom: 24px;
    display: block;
}

.banner-img img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    border-radius: 15px !important;
    transition: transform 0.5s ease !important;
}

.banner-img:hover img {
    transform: scale(1.05) !important;
}

.banner-img .banner-text-card {
    position: absolute !important;
    bottom: 20px !important;
    left: 20px !important;
    right: 20px !important;
    background: rgba(255, 255, 255, 0.88) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    border-radius: 12px !important;
    padding: 15px 20px !important;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    transition: all 0.3s ease !important;
    text-align: left !important;
}

.banner-img:hover .banner-text-card {
    background: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.12) !important;
    transform: translateY(-5px) !important;
}

.banner-img .banner-text-card .banner-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #253D2E !important;
    line-height: 1.3 !important;
    margin-bottom: 6px !important;
    margin-top: 0 !important;
    transition: color 0.3s ease !important;
    text-transform: none !important;
}

.banner-img:hover .banner-text-card .banner-title {
    color: #87b819 !important;
}

.banner-img .banner-text-card .banner-link-text {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #87b819 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    transition: all 0.3s ease !important;
}

.banner-img:hover .banner-text-card .banner-link-text {
    color: #ae6c2a !important;
    gap: 8px !important;
}

/* Premium Modern Blog Styles */
.ym-blog-card {
    border: none !important;
    background: #fff !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03) !important;
    transition: all 0.3s ease !important;
}

.ym-blog-card:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08) !important;
    transform: translateY(-5px) !important;
}

.ym-blog-card img {
    transition: transform 0.5s ease !important;
}

.ym-blog-card:hover img {
    transform: scale(1.05) !important;
}

.ym-blog-card .blog-title-link:hover {
    color: #87b819 !important;
}

.ym-blog-card .blog-read-more:hover {
    color: #ae6c2a !important;
}

.ym-blog-card .blog-read-more:hover i {
    transform: translateX(4px) !important;
}

/* Yapı Mobilya Modern Shop Sidebar & Grid */
.ym-sidebar-widget {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 15px;
    padding: 24px;
    margin-bottom: 30px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.03);
}

.ym-sidebar-widget .widget-title {
    font-size: 20px;
    font-weight: 700;
    color: #253d4e;
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
}

.ym-sidebar-widget .widget-title::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 60px;
    height: 2px;
    background: #87b819;
}

.ym-sidebar-categories-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ym-sidebar-categories-item {
    margin-bottom: 12px;
}

.ym-sidebar-categories-item:last-child {
    margin-bottom: 0;
}

.ym-sidebar-category-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    border: 1px solid #f2f3f4;
    border-radius: 8px;
    background: #fff;
    color: #253d4e;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ym-sidebar-category-link:hover,
.ym-sidebar-category-link.active {
    border-color: #bce3c9;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    color: #87b819 !important;
    background: #f8fffb;
}

.ym-sidebar-category-link-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ym-sidebar-category-link img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    border-radius: 4px;
}

.ym-sidebar-category-link .count {
    background-color: #f2f3f4;
    color: #253d4e;
    font-size: 11px;
    font-weight: 600;
    min-width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    transition: all 0.3s ease;
}

.ym-sidebar-category-link:hover .count,
.ym-sidebar-category-link.active .count {
    background-color: #87b819;
    color: #fff;
}

/* Sidebar Subcategories */
.ym-sidebar-subcategories-list {
    list-style: none;
    padding-left: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.ym-sidebar-subcategory-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 12px;
    font-size: 13px;
    color: #7e7e7e;
    text-decoration: none;
    transition: all 0.2s ease;
}

.ym-sidebar-subcategory-link:hover,
.ym-sidebar-subcategory-link.active {
    color: #87b819 !important;
    font-weight: 600;
}

/* Featured Products Widget */
.ym-sidebar-featured-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ym-sidebar-featured-item {
    display: flex;
    gap: 15px;
    align-items: center;
    border-bottom: 1px dashed #ececec;
    padding-bottom: 14px;
}

.ym-sidebar-featured-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.ym-sidebar-featured-img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    border: 1px solid #f2f3f4;
    border-radius: 8px;
    background: #fff;
    padding: 4px;
}

.ym-sidebar-featured-info {
    flex-grow: 1;
}

.ym-sidebar-featured-title {
    font-size: 14px;
    font-weight: 700;
    color: #253d4e;
    line-height: 1.35;
    margin-bottom: 4px;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ym-sidebar-featured-title:hover {
    color: #87b819 !important;
}

.ym-sidebar-featured-price {
    font-size: 15px;
    font-weight: 700;
    color: #87b819;
}

/* Modern Shop Layout */
.ym-shop-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

@media (max-width: 1400px) {
    .ym-shop-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .ym-shop-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .ym-shop-product-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

/* Sidebar Call to Action Banner */
.ym-sidebar-banner {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(135deg, #87b819 0%, #68920f 100%);
    padding: 30px 24px;
    text-align: center;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.ym-sidebar-banner h4 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #fff;
}

.ym-sidebar-banner p {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 20px;
    color: #fff;
}

.ym-sidebar-banner .banner-btn {
    background: #fdc040;
    color: #253d4e !important;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 50px;
    display: inline-block;
    transition: all 0.3s ease;
}

.ym-sidebar-banner .banner-btn:hover {
    background: #fff;
    transform: translateY(-2px);
}

/* Compact Page Title Banner */
.s-page-title {
    padding: 30px 0 !important;
}

@media (min-width: 992px) {
    .s-page-title {
        padding: 40px 0 !important;
    }
}

@media (min-width: 1200px) {
    .s-page-title {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}

/* Product Detail Page Custom Styling */
.flat-single-product {
    padding-top: 20px !important;
}

.product-info-name {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #253d4e !important;
    line-height: 1.2 !important;
    margin-bottom: 15px !important;
}

.tf-product-info-list .price-wrap .price-new {
    color: #3bb77e !important;
    font-size: 36px !important;
    font-weight: 700 !important;
}

.tf-product-info-list .price-wrap .price-old {
    font-size: 18px !important;
    color: #b6b6b6 !important;
    text-decoration: line-through !important;
    margin-left: 10px !important;
}

.tf-product-info-list .price-wrap .badges-on-sale {
    background: #f2fae6 !important;
    color: #f74b81 !important;
    border-radius: 4px !important;
    padding: 5px 10px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    display: inline-block !important;
    margin-left: 15px !important;
}

.btn-add-to-cart, .btn-add-to-cart-sticky {
    background: #3bb77e !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    padding: 14px 30px !important;
    border-radius: 4px !important;
    border: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: all 0.3s ease !important;
}

.btn-add-to-cart:hover, .btn-add-to-cart-sticky:hover {
    background: #29a56c !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(59, 183, 126, 0.2) !important;
}

.variant-picker-item {
    margin-bottom: 25px !important;
}

.variant-picker-values .size-btn {
    border: 1px solid #ececec !important;
    padding: 6px 15px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.variant-picker-values .size-btn.active {
    background: #3bb77e !important;
    color: #fff !important;
    border-color: #3bb77e !important;
}

.variant-picker-values .size-btn:hover:not(.active) {
    border-color: #3bb77e !important;
    color: #3bb77e !important;
}

.wg-quantity {
    border: 2px solid #3bb77e !important;
    border-radius: 4px !important;
    padding: 6px 12px !important;
}

.wg-quantity .btn-quantity {
    color: #3bb77e !important;
}

/* Premium Tabs Styling (Nest Theme Style) */
.flat-animate-tab .menu-tab-1 {
    border-bottom: none !important;
    display: flex !important;
    justify-content: flex-start !important;
    gap: 15px !important;
    margin-bottom: 25px !important;
    padding: 0 !important;
    overflow: hidden !important;
    scrollbar-width: none !important;
    align-items: center !important;
}

.flat-animate-tab .menu-tab-1::-webkit-scrollbar {
    display: none !important;
}

.flat-animate-tab .menu-tab-1 .nav-tab-item .tab-link {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #253d4e !important;
    padding: 12px 35px !important;
    display: inline-block !important;
    border: 1px solid #ececec !important;
    border-radius: 30px !important;
    background-color: #f7f8f9 !important;
    box-shadow: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
    text-transform: capitalize !important;
    line-height: 1.2 !important;
    text-align: center !important;
}

/* Force override first-child padding to center text within the first tab button */
.flat-animate-tab .menu-tab-1 .nav-tab-item:first-child .tab-link {
    padding-left: 35px !important;
}

.flat-animate-tab .menu-tab-1 .nav-tab-item .tab-link::after {
    display: none !important; /* Hide old underline */
}

.flat-animate-tab .menu-tab-1 .nav-tab-item .tab-link.active {
    color: #fff !important;
    border-color: #3bb77e !important;
    background-color: #3bb77e !important;
    box-shadow: 0 5px 15px rgba(59, 183, 126, 0.3) !important;
}

.flat-animate-tab .menu-tab-1 .nav-tab-item .tab-link:hover:not(.active) {
    color: #3bb77e !important;
    border-color: #3bb77e !important;
    background-color: #fff !important;
}

/* Tab Content Box */
.tab-content {
    border: 1px solid #ececec !important;
    border-radius: 15px !important;
    padding: 35px !important;
    background: #fff !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.02) !important;
    margin-bottom: 50px !important;
}

.tab-pane .desc {
    font-size: 15px !important;
    line-height: 1.8 !important;
    color: #7e7e7e !important;
}

/* Clean up description headings inside tabs */
.tab-pane .desc h1, 
.tab-pane .desc h2, 
.tab-pane .desc h3, 
.tab-pane .desc h4, 
.tab-pane .desc h5 {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #253d4e !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    line-height: 1.3 !important;
}

/* Symmetrical styling for product list favorite buttons */
.ym-card-product .btn-toggle-favorite {
    background-color: #fff !important;
    border: none !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    outline: none !important;
    cursor: pointer !important;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2) !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
}

@media (min-width: 1200px) {
    .ym-card-product .btn-toggle-favorite {
        width: 48px !important;
        height: 48px !important;
    }
}

.ym-card-product .btn-toggle-favorite:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.ym-card-product .btn-toggle-favorite:hover .icon-heart {
    color: #fff !important;
}

.ym-card-product .btn-toggle-favorite.active .icon-heart {
    color: #e63946 !important;
}

/* Custom Banner Styling for Responsive Layouts */
.ym-banner-title {
    font-size: 56px !important;
    margin-bottom: 30px !important;
}

.ym-banner-desc {
    font-size: 24px !important;
    margin-bottom: 40px !important;
}

/* Tablets and medium screens */
@media only screen and (max-width: 1024px) {
    .ym-banner-title {
        font-size: 42px !important;
        margin-bottom: 20px !important;
    }
    .ym-banner-desc {
        font-size: 18px !important;
        margin-bottom: 25px !important;
    }
    .hero-slider-1 .single-hero-slider .ym-banner-btn {
        padding: 12px 30px !important;
        font-size: 14px !important;
    }
}

/* Small tablets / landscape mobile */
@media only screen and (max-width: 768px) {
    .ym-banner-title {
        font-size: 32px !important;
        margin-bottom: 15px !important;
        line-height: 1.3 !important;
    }
    .ym-banner-desc {
        font-size: 15px !important;
        margin-bottom: 20px !important;
        line-height: 1.4 !important;
    }
    .hero-slider-1 .single-hero-slider .ym-banner-btn {
        padding: 10px 25px !important;
        font-size: 13px !important;
    }
}

/* Portrait mobile devices */
@media only screen and (max-width: 480px) {
    .hero-slider-1 .slider-content {
        left: 8% !important;
        max-width: 84% !important;
    }
    .ym-banner-title {
        font-size: 20px !important;
        margin-bottom: 10px !important;
        line-height: 1.25 !important;
    }
    .ym-banner-desc {
        font-size: 12px !important;
        margin-bottom: 15px !important;
        line-height: 1.4 !important;
    }
    .hero-slider-1 .single-hero-slider .ym-banner-btn {
        padding: 8px 20px !important;
        font-size: 12px !important;
    }
}

/* ==========================================================================
   Yapı Mobilya Modern Premium Pagination
   ========================================================================== */
.ym-pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 70px;
    padding-top: 25px;
    border-top: 1px solid #f1f5f9;
    width: 100%;
}

.ym-pagination {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
}

.ym-pagination .page-item {
    margin: 0;
    list-style: none;
}

.ym-pagination .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 14px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    color: #334155;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    text-decoration: none !important;
    transition: all 0.25s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    user-select: none;
}

.ym-pagination .page-link:hover {
    color: #87b819;
    border-color: #87b819;
    background: #f8fff9;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(135, 184, 25, 0.18);
}

.ym-pagination .page-item.active .page-link {
    color: #ffffff !important;
    background: #87b819 !important;
    border-color: #87b819 !important;
    box-shadow: 0 6px 16px rgba(135, 184, 25, 0.35);
    transform: translateY(-1px);
}

.ym-pagination .page-item.disabled .page-link {
    color: #cbd5e1 !important;
    background: #f8fafc !important;
    border-color: #f1f5f9 !important;
    cursor: not-allowed !important;
    pointer-events: none;
    box-shadow: none;
    transform: none;
}

.ym-pagination .page-item.prev .page-link,
.ym-pagination .page-item.next .page-link {
    font-size: 18px;
    padding: 0 12px;
}

/* ==========================================================================
   Product Detail Description Rich Content Styling
   ========================================================================== */
.tab-descriptions {
    padding: 15px 0 !important;
}

.product-rich-description {
    font-size: 15.5px !important;
    line-height: 1.85 !important;
    color: #334155 !important;
    font-family: inherit;
}

.product-rich-description p {
    font-size: 15.5px !important;
    line-height: 1.85 !important;
    color: #334155 !important;
    margin-bottom: 16px !important;
}

.product-rich-description strong,
.product-rich-description b {
    color: #0f172a !important;
    font-weight: 700 !important;
}

.product-rich-description h2,
.product-rich-description h3,
.product-rich-description h4,
.product-rich-description h5 {
    color: #0f172a !important;
    font-weight: 700 !important;
    margin-top: 24px !important;
    margin-bottom: 14px !important;
    font-size: 17px !important;
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-rich-description ul {
    margin: 16px 0 24px 0 !important;
    padding-left: 0 !important;
    list-style: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.product-rich-description ul li {
    position: relative !important;
    padding-left: 30px !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
    color: #1e293b !important;
    margin-bottom: 0 !important;
    font-weight: 500;
}

.product-rich-description ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    background: #ecfdf5;
    color: #059669;
    border: 1.5px solid #a7f3d0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
}

.product-rich-description ol {
    margin: 16px 0 24px 0 !important;
    padding-left: 0 !important;
    list-style: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    counter-reset: p-counter;
}

.product-rich-description ol li {
    counter-increment: p-counter;
    position: relative !important;
    padding-left: 30px !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
    color: #1e293b !important;
    margin-bottom: 0 !important;
}

.product-rich-description ol li::before {
    content: counter(p-counter);
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    background: #f8fafc;
    color: #475569;
    border: 1.5px solid #cbd5e1;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
}

.product-rich-description .allergen-box {
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-left: 4px solid #f59e0b;
    border-radius: 8px;
    padding: 14px 18px;
    margin: 22px 0 10px 0;
    color: #92400e;
    font-size: 14px;
    line-height: 1.6;
}

/* ==========================================================================
   Yapı Mobilya Social Share Components
   ========================================================================== */
.ym-product-share {
    background: #f8fafc;
    border-radius: 10px;
    padding: 12px 16px;
    border: 1px dashed #cbd5e1;
}

.ym-share-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: all 0.22s cubic-bezier(0.25, 1, 0.5, 1);
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}

.ym-share-btn:hover {
    transform: translateY(-3px) scale(1.08);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
    color: #ffffff !important;
}

.ym-share-btn.share-wa { background: #25D366; }
.ym-share-btn.share-fb { background: #1877F2; }
.ym-share-btn.share-x { background: #000000; }
.ym-share-btn.share-tg { background: #229ED9; }
.ym-share-btn.share-pin { background: #E60023; }
.ym-share-btn.share-li { background: #0A66C2; }
.ym-share-btn.share-mail { background: #ea4335; }
.ym-share-btn.share-copy { background: #475569; }
.ym-share-btn.share-native { background: #87b819; }

.ym-cat-share .ym-share-btn {
    width: 28px;
    height: 28px;
    font-size: 13px;
}

/* Toast alert for link copy */
.ym-copy-toast {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #0f172a;
    color: #ffffff;
    padding: 12px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    z-index: 999999;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    pointer-events: none;
}
.ym-copy-toast.show {
    opacity: 1;
    transform: translateY(0);
}

/* Yapı Mobilya E-Commerce Trust Badges */
.ym-trust-badges-container {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}
.ym-trust-card {
    background: #ffffff;
    border: 1px solid #edf2f7;
    border-radius: 8px;
    padding: 10px 6px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.ym-trust-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-color: #cbd5e1;
}
.ym-trust-icon-wrap {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    margin-bottom: 6px;
    flex-shrink: 0;
}
.ym-trust-icon-green {
    background: #ecfdf5;
    color: #059669;
}
.ym-trust-icon-amber {
    background: #fefce8;
    color: #ca8a04;
}
.ym-trust-icon-blue {
    background: #eff6ff;
    color: #2563eb;
}
.ym-trust-title {
    font-weight: 700;
    color: #1e293b;
    font-size: 11.5px;
    line-height: 1.25;
    display: block;
}
.ym-trust-desc {
    font-size: 10px;
    color: #64748b;
    line-height: 1.2;
    margin-top: 3px;
    display: block;
}
@media (min-width: 576px) {
    .ym-trust-title {
        font-size: 12.5px;
    }
    .ym-trust-desc {
        font-size: 10.5px;
    }
    .ym-trust-icon-wrap {
        width: 40px;
        height: 40px;
        font-size: 21px;
    }
}

/* ==========================================================================
   Yapı Mobilya Mobilde Sabit Alt Menü (Sticky Bottom Bar)
   ========================================================================== */
.ym-mobile-bottom-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #f1f5f9;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.06);
    z-index: 1040;
    padding: 6px 0 calc(6px + env(safe-area-inset-bottom, 0px));
    margin: 0;
    box-sizing: border-box;
}

@media (max-width: 991px) {
    .ym-mobile-bottom-bar {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    body {
        padding-bottom: calc(65px + env(safe-area-inset-bottom, 0px)) !important;
    }
    /* Hide floating desktop WhatsApp bubble on mobile since it's in bottom bar */
    .whatsapp-float {
        display: none !important;
    }
    /* Adjust floatCart position if shown */
    #floatCart {
        bottom: calc(75px + env(safe-area-inset-bottom, 0px)) !important;
    }
    /* Product sticky add-to-cart sits nicely above bottom bar */
    .tf-sticky-btn-atc {
        bottom: calc(60px + env(safe-area-inset-bottom, 0px)) !important;
        z-index: 1030 !important;
    }
}

.ym-bar-item {
    flex: 1 1 25%;
    max-width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    color: #64748b;
    font-family: 'Quicksand', sans-serif;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    padding: 3px 2px;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

.ym-bar-item:active {
    transform: scale(0.95);
}

.ym-bar-item.active {
    color: #e31c1c;
}

.ym-bar-item.active .ym-bar-label {
    font-weight: 700;
    color: #e31c1c;
}

.ym-bar-item.active svg {
    stroke: #e31c1c;
}

.ym-bar-icon-wrap {
    position: relative;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ym-bar-icon-wrap svg {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    transition: transform 0.2s ease, stroke 0.2s ease;
}

.ym-bar-label {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.15;
    margin-top: 3px;
    color: inherit;
    letter-spacing: -0.2px;
    white-space: nowrap;
    transition: color 0.2s ease;
}

/* Sepetim Badge */
.ym-bar-badge {
    position: absolute;
    top: -5px;
    right: -10px;
    background: #e31c1c;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    height: 17px;
    min-width: 17px;
    padding: 0 4px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 5px rgba(227, 28, 28, 0.4);
    pointer-events: none;
    transition: transform 0.2s ease;
}

/* WhatsApp Item Specific Highlighting */
.ym-bar-item.ym-bar-wa {
    color: #15803d;
}

.ym-bar-item.ym-bar-wa .ym-bar-label {
    color: #15803d;
    font-weight: 700;
}

.ym-bar-wa-pulse {
    position: relative;
}

.ym-bar-wa-pulse::after {
    content: '';
    position: absolute;
    top: 0;
    right: -2px;
    width: 7px;
    height: 7px;
    background: #25D366;
    border-radius: 50%;
    border: 1.5px solid #fff;
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    animation: ym-wa-dot-pulse 2s infinite;
}

@keyframes ym-wa-dot-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 6px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* ==========================================================================
   Yapimobilya.com "Haftanın Fırsatları" (Deals of the Week) Vitrini
   ========================================================================== */
.ym-deals-section {
    padding: 55px 0 !important;
    background: linear-gradient(180deg, #fffbf6 0%, #ffffff 100%) !important;
    border-top: 1px solid #f5ede4;
    border-bottom: 1px solid #f5ede4;
    position: relative;
    overflow: hidden;
}

.ym-deals-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 35px;
    flex-wrap: wrap;
    gap: 20px;
    border-bottom: 1px solid #f0e6da;
    padding-bottom: 22px;
}

.ym-deals-title-wrap h2 {
    font-size: 32px;
    font-weight: 800;
    color: #253D2E;
    margin: 6px 0 4px 0;
    letter-spacing: -0.5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ym-deals-title-wrap p {
    font-size: 14.5px;
    color: #64748b;
    margin: 0;
}

.ym-deals-badge-flame {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fee2e2;
    color: #dc2626;
    font-size: 12px;
    font-weight: 800;
    padding: 4px 14px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border: 1px solid rgba(220, 38, 38, 0.2);
}

/* Geri Sayım Sayacı (Countdown Flip Box) */
.ym-countdown-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.ym-countdown-title {
    font-size: 13px;
    font-weight: 700;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ym-countdown-timer {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ym-cd-item {
    background: #1e3325;
    border-radius: 12px;
    padding: 7px 10px;
    min-width: 52px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(30, 51, 37, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.ym-cd-val {
    display: block;
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, monospace;
}

.ym-cd-unit {
    display: block;
    font-size: 9.5px;
    font-weight: 700;
    color: #87b819;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 2px;
}

.ym-cd-sep {
    font-size: 18px;
    font-weight: 800;
    color: #1e3325;
}

/* Fırsat Kartları Grid */
.ym-deals-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

@media (max-width: 1200px) {
    .ym-deals-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .ym-deals-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .ym-deals-header {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .ym-deals-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .ym-deals-title-wrap h2 {
        font-size: 24px;
    }
    .ym-cd-item {
        min-width: 44px;
        padding: 5px 6px;
    }
    .ym-cd-val {
        font-size: 16px;
    }
}

/* Tekil Fırsat Kartı */
.ym-deal-card {
    background: #ffffff;
    border: 1.5px solid #f1f5f9;
    border-radius: 20px;
    padding: 16px;
    position: relative;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
}

.ym-deal-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.07);
    border-color: #fed7aa;
}

.ym-deal-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 10;
    background: linear-gradient(135deg, #e31c1c 0%, #b91c1c 100%);
    color: #ffffff;
    font-size: 11.5px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    box-shadow: 0 4px 10px rgba(227, 28, 28, 0.3);
    letter-spacing: 0.3px;
}

.ym-deal-badge-fire {
    animation: ym-flame-flicker 1.5s infinite alternate;
}

@keyframes ym-flame-flicker {
    0% { transform: scale(1); }
    100% { transform: scale(1.15) rotate(5deg); }
}

.ym-deal-img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ym-deal-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.ym-deal-card:hover .ym-deal-img-wrap img {
    transform: scale(1.06);
}

.ym-deal-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

.ym-deal-category {
    font-size: 12px;
    font-weight: 600;
    color: #87b819;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
    display: block;
}

.ym-deal-title {
    font-size: 15.5px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.35;
    margin: 0 0 8px 0;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 42px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.ym-deal-title:hover {
    color: #87b819;
}

.ym-deal-stars {
    font-size: 12px;
    color: #f59e0b;
    letter-spacing: 1px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.ym-deal-stars small {
    color: #94a3b8;
    font-size: 11px;
    font-weight: 500;
}

.ym-deal-price-area {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.ym-deal-old-price {
    font-size: 14px;
    color: #94a3b8;
    text-decoration: line-through;
    font-weight: 500;
}

.ym-deal-new-price {
    font-size: 20px;
    font-weight: 800;
    color: #e31c1c;
    letter-spacing: -0.5px;
}

.ym-deal-save-pill {
    background: #ecfdf5;
    color: #059669;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 6px;
    border: 1px solid rgba(5, 150, 105, 0.2);
}

/* Stok Aciliyet Çubuğu (Urgency Progress Bar) */
.ym-deal-stock-box {
    margin-bottom: 14px;
}

.ym-deal-stock-labels {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 5px;
}

.ym-deal-stock-labels strong {
    color: #e31c1c;
}

.ym-deal-stock-track {
    width: 100%;
    height: 7px;
    background: #f1f5f9;
    border-radius: 10px;
    overflow: hidden;
}

.ym-deal-stock-bar {
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(90deg, #f59e0b 0%, #e31c1c 100%);
    transition: width 1s ease-in-out;
}

/* Sepete Ekle Butonu */
.ym-deal-add-btn {
    width: 100%;
    background: #87b819;
    color: #ffffff !important;
    border: none;
    border-radius: 12px;
    padding: 11px 16px;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.25s ease;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(135, 184, 25, 0.25);
}

.ym-deal-add-btn:hover {
    background: #739d14;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(135, 184, 25, 0.35);
}

.ym-deal-add-btn:active {
    transform: scale(0.98);
}

/* ==========================================================================
   Ürün Detay "Aynı Gün Kargo" Sayacı & Güven Kutusu
   ========================================================================== */
.ym-shipping-urgency-box {
    background: #f0fdf4;
    border: 1.5px solid #bbf7d0;
    border-radius: 14px;
    padding: 13px 18px;
    box-shadow: 0 4px 14px rgba(34, 197, 94, 0.06);
    transition: all 0.3s ease;
}

.ym-shipping-urgency-box:hover {
    border-color: #86efac;
    box-shadow: 0 6px 18px rgba(34, 197, 94, 0.1);
}

.ym-shipping-urgency-inner {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.ym-shipping-icon-wrap {
    width: 38px;
    height: 38px;
    background: #dcfce7;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(21, 128, 61, 0.12);
}

.ym-shipping-truck-icon {
    font-size: 20px;
    display: inline-block;
    animation: ym-truck-wiggle 3s ease-in-out infinite;
}

@keyframes ym-truck-wiggle {
    0%, 80%, 100% { transform: translateX(0); }
    85% { transform: translateX(3px); }
    90% { transform: translateX(-2px); }
    95% { transform: translateX(2px); }
}

.ym-shipping-text-wrap {
    flex-grow: 1;
}

.ym-shipping-badge-row {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 3px;
    flex-wrap: wrap;
}

.ym-shipping-badge {
    font-size: 11px;
    font-weight: 800;
    color: #15803d;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    background: #dcfce7;
    padding: 2px 8px;
    border-radius: 6px;
}

.ym-shipping-dot {
    color: #86efac;
    font-size: 12px;
}

.ym-shipping-subtag {
    font-size: 11.5px;
    color: #475569;
    font-weight: 600;
}

.ym-shipping-msg {
    font-size: 13.5px;
    color: #1e293b;
    margin: 0;
    line-height: 1.45;
}

.ym-shipping-timer {
    display: inline-block;
    background: #15803d;
    color: #ffffff;
    padding: 1px 7px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
    box-shadow: 0 2px 5px rgba(21, 128, 61, 0.2);
}

.ym-shipping-highlight {
    color: #15803d;
    font-weight: 800;
}

/* ==========================================================================
   Birlikte Sıkça Alınanlar (Frequently Bought Together) Stilleri
   ========================================================================== */
.ym-fbt-section {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 18px;
    padding: 28px;
    margin: 35px 0 45px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.ym-fbt-header {
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 16px;
    margin-bottom: 24px;
}

.ym-fbt-header h3 {
    font-size: 22px;
    font-weight: 800;
    color: #253D2E;
    margin: 0 0 4px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ym-fbt-header p {
    font-size: 13.5px;
    color: #64748b;
    margin: 0;
}

.ym-fbt-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.ym-fbt-items-row {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    flex-grow: 1;
}

.ym-fbt-item {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    padding: 14px;
    width: 175px;
    text-align: center;
    position: relative;
    transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ym-fbt-item:hover {
    border-color: #cbd5e1;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
}

.ym-fbt-item.unchecked {
    opacity: 0.55;
    border-style: dashed;
    background: #f8fafc;
}

.ym-fbt-item-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 22px;
    margin-bottom: 8px;
}

.ym-fbt-checkbox {
    width: 20px;
    height: 20px;
    accent-color: #87b819;
    cursor: pointer;
    margin: 0;
}

.ym-fbt-badge-current {
    background: #e2e8f0;
    color: #475569;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

.ym-fbt-img-wrap {
    width: 110px;
    height: 110px;
    margin: 0 auto 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    border-radius: 8px;
    padding: 4px;
}

.ym-fbt-img-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.ym-fbt-title {
    font-size: 13px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.35;
    margin-bottom: 6px;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 35px;
    text-decoration: none;
}

.ym-fbt-title:hover {
    color: #87b819;
}

.ym-fbt-price {
    font-size: 15px;
    font-weight: 800;
    color: #e31c1c;
}

.ym-fbt-old-price {
    font-size: 12px;
    color: #94a3b8;
    text-decoration: line-through;
    margin-right: 4px;
    font-weight: 500;
}

.ym-fbt-plus-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f0fdf4;
    color: #15803d;
    font-size: 18px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid #bbf7d0;
}

/* Özet Kutusu */
.ym-fbt-summary-box {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    padding: 22px;
    min-width: 270px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

.ym-fbt-summary-label {
    font-size: 13px;
    color: #64748b;
    font-weight: 600;
    margin-bottom: 4px;
}

.ym-fbt-total-price {
    font-size: 26px;
    font-weight: 800;
    color: #253D2E;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
    line-height: 1.1;
}

.ym-fbt-free-ship-badge {
    background: #dcfce7;
    color: #15803d;
    font-size: 12px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 14px;
    border: 1px solid rgba(22, 163, 74, 0.2);
}

.ym-fbt-add-btn {
    width: 100%;
    background: #e31c1c;
    color: #ffffff !important;
    border: none;
    border-radius: 12px;
    padding: 13px 20px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(227, 28, 28, 0.3);
}

.ym-fbt-add-btn:hover {
    background: #c71515;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(227, 28, 28, 0.4);
}

.ym-fbt-add-btn:disabled {
    background: #cbd5e1;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

@media (max-width: 991px) {
    .ym-fbt-body {
        flex-direction: column;
        align-items: stretch;
    }
    .ym-fbt-items-row {
        justify-content: center;
    }
    .ym-fbt-summary-box {
        width: 100%;
        min-width: unset;
    }
}

@media (max-width: 576px) {
    .ym-fbt-section {
        padding: 18px 14px;
    }
    .ym-fbt-item {
        width: 135px;
        padding: 10px;
    }
    .ym-fbt-img-wrap {
        width: 80px;
        height: 80px;
    }
    .ym-fbt-plus-icon {
        width: 24px;
        height: 24px;
        font-size: 14px;
    }
}

/* ==========================================================================
   Sosyal Kanıt ve Canlı İlgi Sayacı (Social Proof & Live Viewers)
   ========================================================================== */
.ym-social-proof-strip {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 8px 14px;
    margin: 8px 0 12px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
    flex-wrap: wrap;
}

.ym-sp-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    color: #334155;
    font-weight: 500;
}

.ym-sp-item strong {
    color: #0f172a;
    font-weight: 700;
}

.ym-pulse-dot {
    width: 9px;
    height: 9px;
    background-color: #22c55e;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
    animation: ym-pulse-animation 1.8s infinite;
    flex-shrink: 0;
}

@keyframes ym-pulse-animation {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 6px rgba(34, 197, 94, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
    }
}

.ym-sp-fire {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
}

.ym-sp-divider {
    width: 4px;
    height: 4px;
    background: #94a3b8;
    border-radius: 50%;
}

@media (max-width: 576px) {
    .ym-social-proof-strip {
        gap: 8px;
        padding: 8px 10px;
        font-size: 12px;
        width: 100%;
        justify-content: flex-start;
    }
    .ym-sp-item {
        font-size: 12px;
    }
    .ym-sp-divider {
        display: none;
    }
}

/* ==========================================================================
   Sepet Kargo Tamamlayıcı Ürünler (Cart Cross-Sell Showcase)
   ========================================================================== */
.ym-cart-cross-sell-box {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    padding: 22px 24px;
    margin-bottom: 28px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.ym-cart-cross-sell-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    padding-bottom: 14px;
    margin-bottom: 18px;
    border-bottom: 1px solid #f1f5f9;
}

.ym-cart-cross-sell-title {
    font-size: 17px;
    font-weight: 800;
    color: #253D2E;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ym-cart-cross-sell-desc {
    font-size: 13px;
    color: #64748b;
    margin: 3px 0 0 0;
}

.ym-cart-cross-sell-tag {
    background: #fef3c7;
    color: #b45309;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 50px;
    border: 1px solid #fde68a;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.ym-cart-cs-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    padding: 14px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    transition: all 0.25s ease;
    position: relative;
}

.ym-cart-cs-card:hover {
    border-color: #87b819;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.ym-cart-cs-img-wrap {
    width: 100%;
    height: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    border-radius: 10px;
    margin-bottom: 12px;
    padding: 8px;
    overflow: hidden;
    text-decoration: none;
}

.ym-cart-cs-img-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.ym-cart-cs-card:hover .ym-cart-cs-img-wrap img {
    transform: scale(1.06);
}

.ym-cart-cs-title {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.35;
    height: 38px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.ym-cart-cs-title:hover {
    color: #87b819;
}

.ym-cart-cs-price-wrap {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 24px;
}

.ym-cart-cs-price {
    font-size: 16px;
    font-weight: 800;
    color: #e31c1c;
}

.ym-cart-cs-old-price {
    font-size: 12.5px;
    color: #94a3b8;
    text-decoration: line-through;
    font-weight: 500;
}

.ym-cart-cs-btn {
    width: 100%;
    background: #15803d;
    color: #ffffff !important;
    border: none;
    border-radius: 9px;
    padding: 9px 12px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    box-shadow: 0 2px 8px rgba(21, 128, 61, 0.25);
    text-decoration: none !important;
}

.ym-cart-cs-btn:hover {
    background: #166534;
    box-shadow: 0 4px 12px rgba(21, 128, 61, 0.35);
    transform: translateY(-1px);
}

.ym-cart-cs-btn:disabled {
    background: #94a3b8;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

@media (max-width: 576px) {
    .ym-cart-cross-sell-box {
        padding: 16px 12px;
    }
    .ym-cart-cs-img-wrap {
        height: 110px;
        padding: 4px;
    }
    .ym-cart-cs-title {
        font-size: 12.5px;
        height: 34px;
    }
    .ym-cart-cs-price {
        font-size: 14px;
    }
    .ym-cart-cs-btn {
        font-size: 12px;
        padding: 7px 8px;
    }
}










/* Legacy Compatibility Aliases */
.tf-topbar {
    background: #234319 !important;
}

/* Nest-style grocery marketplace layer */
body {
    background: #fff;
    color: #253d4e;
}

.tf-topbar {
    background: #f7f8fa !important;
    border-bottom: 1px solid #ececec;
}

.tf-topbar .text-white,
.tf-topbar a.text-white {
    color: #7e7e7e !important;
}

.tf-header.header-abs-1 {
    box-shadow: none;
    border-bottom: 1px solid #ececec;
}

.box-nav-menu .menu-item .item-link {
    color: #253d4e;
}

.box-nav-menu .menu-item .item-link:hover,
.nav-icon-list .nav-icon-item:hover {
    color: #87b819;
}

.ym-search-band {
    border-bottom: 1px solid #ececec;
}

.ym-search-band_inner {
    grid-template-columns: auto minmax(360px, 1fr) auto;
    gap: 16px;
}

.ym-department-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 18px;
    background: #87b819;
    color: #fff;
    border-radius: 4px;
    font-weight: 800;
    white-space: nowrap;
}

.ym-department-btn:hover {
    color: #fff;
    background: #ae6c2a;
}

.ym-header-search {
    background: #fff;
    border: 2px solid #bce3c9;
    border-radius: 4px;
}

.ym-header-search i,
.ym-eyebrow {
    color: #87b819;
}

.ym-header-search button,
.ym-hero-slider .tf-btn,
.ym-home .tf-btn {
    background: #87b819;
    border-color: #87b819;
}

.ym-category-shortcuts a {
    border: 1px solid #ececec;
    color: #253d4e;
    border-radius: 4px;
}

.ym-category-shortcuts a:hover {
    color: #87b819;
    border-color: #bce3c9;
}

.ym-hero-slider {
    padding: 26px 0 0;
    background: #fff;
}

.ym-hero-slider .slider-wrap {
    min-height: clamp(430px, 42vw, 560px);
    border-radius: 8px;
    overflow: hidden;
}

.ym-hero-slider .slider-wrap::after {
    background: linear-gradient(90deg, rgba(247, 248, 250, 0.96) 0%, rgba(247, 248, 250, 0.75) 34%, rgba(247, 248, 250, 0.1) 70%);
}

.ym-hero-slider .title_sld,
.ym-title {
    color: #253d4e;
    font-weight: 800;
}

.ym-hero-slider .sub-text_sld {
    color: #7e7e7e !important;
}

.ym-feature-strip {
    padding: 24px 0 0;
}

.ym-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.ym-feature-item {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #f4f6fa;
    border-radius: 8px;
    padding: 18px;
    min-height: 92px;
}

.ym-feature-item:nth-child(2) {
    background: #fff3eb;
}

.ym-feature-item:nth-child(3) {
    background: #ecffec;
}

.ym-feature-item:nth-child(4) {
    background: #f2fce4;
}

.ym-feature-item i {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    color: #87b819;
    font-size: 24px;
}

.ym-feature-item strong {
    display: block;
    color: #253d4e;
    font-size: 16px;
    font-weight: 800;
}

.ym-feature-item span {
    color: #7e7e7e;
    font-size: 13px;
}

.ym-section {
    padding: 54px 0;
}

.ym-section.soft {
    background: #fff;
}

.ym-section-head {
    align-items: center;
    border-bottom: 1px solid #ececec;
    padding-bottom: 14px;
}

.ym-title {
    font-size: clamp(26px, 2.7vw, 36px);
}

.ym-category-card {
    border-color: #f2f3f4;
    box-shadow: none;
    text-align: center;
}

.ym-category-card:nth-child(5n+1) .image {
    background: #f2fce4;
}

.ym-category-card:nth-child(5n+2) .image {
    background: #fffceb;
}

.ym-category-card:nth-child(5n+3) .image {
    background: #ecffec;
}

.ym-category-card:nth-child(5n+4) .image {
    background: #feefea;
}

.ym-category-card:nth-child(5n+5) .image {
    background: #fff3eb;
}

.ym-category-card:hover {
    border-color: #bce3c9;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.ym-category-card h3 {
    color: #253d4e;
    font-size: 18px;
    font-weight: 800;
}

.ym-promo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.ym-promo-card {
    position: relative;
    min-height: 230px;
    overflow: hidden;
    border-radius: 8px;
    display: block;
    background: #f4f6fa;
}

.ym-promo-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.ym-promo-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.62) 42%, rgba(255, 255, 255, 0.02) 100%);
}

.ym-promo-card span {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
    max-width: 260px;
    padding: 28px;
}

.ym-promo-card small {
    color: #87b819;
    font-weight: 800;
}

.ym-promo-card strong {
    color: #253d4e;
    font-size: 24px;
    line-height: 1.18;
    font-weight: 800;
}

.ym-promo-card em {
    justify-self: start;
    padding: 9px 16px;
    background: #87b819;
    color: #fff;
    border-radius: 4px;
    font-style: normal;
    font-weight: 800;
}

.ym-promo-card:hover img {
    transform: scale(1.04);
}

.ym-card-product {
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 12px;
    background: #fff;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    gap: 0 !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ym-card-product:hover {
    border-color: #bce3c9;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    transform: translateY(-3px);
}

.ym-card-product .card-product_wrapper {
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    max-height: none !important;
    border: 1px solid rgba(35, 67, 25, 0.08) !important;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    background: #fff;
    margin-bottom: 0 !important;
}

.ym-card-product .product-img {
    aspect-ratio: 1 / 1 !important;
    height: 100% !important;
    width: 100% !important;
    display: block;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.ym-card-product .product-img img {
    aspect-ratio: 1 / 1 !important;
    height: 100% !important;
    width: 100% !important;
    object-fit: contain !important;
    display: block;
    background: #fff;
}

.ym-card-product .card-product_info {
    position: relative;
    padding-top: 10px !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
}

.ym-product-meta {
    display: block;
    color: #8c8c8c;
    font-size: 12px;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ym-card-product .name-product {
    color: #253d4e !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    display: -webkit-box !important;
    line-clamp: 2 !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    min-height: 40px !important;
    max-height: 40px !important;
    height: auto !important;
    line-height: 1.25 !important;
    margin-bottom: 6px !important;
}

.ym-rating {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 2px;
    margin-bottom: 6px;
}

.ym-rating span {
    color: #fdc040;
    font-size: 13px;
    letter-spacing: 0;
}

.ym-rating small {
    color: #7e7e7e;
    font-size: 11px;
}

.ym-card-product .price-wrap {
    margin-top: auto;
    padding-top: 4px;
    min-height: 28px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px 8px;
}

.ym-card-product .price-new,
.ym-card-product .price-wrap .h6 {
    color: #87b819;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.2;
}

.ym-card-product .price-old {
    color: #999;
    font-size: 13px !important;
    text-decoration: line-through;
}

.ym-add-btn {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 6px !important;
    margin-top: 10px !important;
    padding: 9px 12px !important;
    background: #def9ec !important;
    color: #87b819 !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    width: 100% !important;
    text-align: center !important;
    box-sizing: border-box !important;
    transition: all 0.25s ease !important;
    text-decoration: none !important;
}

.ym-add-btn:hover {
    color: #fff !important;
    background: #87b819 !important;
    transform: translateY(-2px) !important;
}

.ym-corporate,
.ym-trust-item,
.ym-stat,
.ym-blog-card {
    border-color: #ececec;
}

@media (max-width: 1199px) {
    .ym-search-band_inner {
        grid-template-columns: auto 1fr;
    }

    .ym-category-shortcuts {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }
}

@media (max-width: 991px) {
    .ym-feature-grid,
    .ym-promo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .ym-feature-grid,
    .ym-promo-grid {
        grid-template-columns: 1fr;
    }

    .ym-feature-strip {
        padding-top: 16px;
    }

    .ym-promo-card {
        min-height: 210px;
    }
}

.tf-header.header-abs-1 {
    position: sticky !important;
    top: 0;
    z-index: 1010;
    background: rgba(255, 255, 255, 0.96) !important;
    border-bottom: 1px solid rgba(35, 67, 25, 0.1);
    box-shadow: 0 10px 30px rgba(31, 39, 24, 0.07);
    backdrop-filter: blur(12px);
}

.logo-site img {
    max-width: 210px;
}

.box-nav-menu {
    gap: 22px !important;
}

.box-nav-menu .menu-item .item-link {
    color: #1f2718;
    font-weight: 700;
    letter-spacing: 0 !important;
}

.nav-icon-list .nav-icon-item,
#floatCart {
    color: #234319;
}

.ym-search-band {
    background: #fff;
    border-bottom: 1px solid rgba(35, 67, 25, 0.12);
    position: relative;
    z-index: 1000;
}

.ym-search-band_inner {
    display: grid;
    grid-template-columns: minmax(360px, 1fr) auto;
    align-items: center;
    gap: 18px;
    padding: 14px 0;
}

.ym-header-search {
    min-height: 50px;
    border: 1px solid rgba(35, 67, 25, 0.18);
    background: #f8fbf4;
    display: grid;
    grid-template-columns: 42px 1fr auto;
    align-items: center;
    overflow: hidden;
}

.ym-header-search i {
    color: #86b817;
    justify-self: center;
    font-size: 20px;
}

.ym-header-search input {
    border: 0;
    background: transparent;
    color: #1f2718;
    font-size: 15px;
    outline: 0;
    min-width: 0;
}

.ym-header-search button {
    align-self: stretch;
    border: 0;
    background: #86b817;
    color: #fff;
    font-weight: 800;
    padding: 0 28px;
}

.ym-category-shortcuts {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.ym-category-shortcuts a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(35, 67, 25, 0.14);
    color: #234319;
    background: #fff;
    font-size: 13px;
    font-weight: 700;
}

.ym-hero-slider .slider-wrap {
    min-height: clamp(460px, 54vw, 690px);
}

.ym-hero-slider .sld_image,
.ym-hero-slider .sld_image img {
    height: 100%;
}

.ym-hero-slider .sld_image img {
    object-fit: cover;
    object-position: center;
}

.ym-hero-slider .slider-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.72) 34%, rgba(255, 255, 255, 0.12) 68%);
    pointer-events: none;
}

.ym-hero-slider .sld_content {
    z-index: 2;
}

.ym-hero-slider .content-sld_wrap {
    max-width: 610px;
}

.ym-hero-slider .title_sld {
    font-size: clamp(34px, 5vw, 72px);
    line-height: 1.02;
    letter-spacing: 0;
}

.ym-hero-slider .sub-text_sld {
    max-width: 560px;
    line-height: 1.65;
}

.ym-hero-slider .tf-btn,
.ym-home .tf-btn {
    background: #86b817;
    border-color: #86b817;
    color: #fff;
}

.ym-home {
    color: #1f2718;
}

.ym-section {
    padding: 72px 0;
}

.ym-section.soft {
    background: #f8fbf4;
}

.ym-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
}

.ym-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #86b817;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
}

.ym-title {
    font-size: clamp(28px, 3.4vw, 46px);
    line-height: 1.1;
    letter-spacing: 0;
    margin: 0;
}

.ym-muted {
    color: #64705e;
}

.ym-category-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.ym-category-card {
    border: 1px solid rgba(35, 67, 25, 0.12);
    background: #fff;
    overflow: hidden;
    border-radius: 8px;
    min-height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ym-category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(35, 67, 25, 0.12);
}

.ym-category-card .image {
    aspect-ratio: 1 / 0.82;
    background: #f8fbf4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.ym-category-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ym-category-card .body {
    padding: 18px;
}

.ym-category-card h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

.ym-product-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
}

/* Popüler Ürünler Başlık ve Sekmeler */
.ym-popular-section {
    padding: 40px 0 !important;
}

.ym-popular-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #ececec;
    padding-bottom: 18px;
    margin-bottom: 28px;
    gap: 15px;
}

.ym-popular-title {
    font-size: 30px;
    font-weight: 700;
    color: #253D2E;
    margin: 0;
    line-height: 1.2;
}

.ym-popular-tabs {
    display: flex;
    gap: 18px;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
    align-items: center;
    border-bottom: none !important;
}

.ym-popular-tabs .nav-item {
    margin: 0;
}

.ym-popular-tabs .nav-link {
    background: none;
    border: none;
    font-size: 15px;
    font-weight: 600;
    color: #7e7e7e;
    cursor: pointer;
    padding: 6px 2px;
    border-bottom: 2px solid transparent;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.ym-popular-tabs .nav-link:hover {
    color: #87b819;
}

.ym-popular-tabs .nav-link.active {
    color: #87b819;
    border-bottom-color: #87b819;
}

.ym-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.ym-trust-item {
    background: #fff;
    border: 1px solid rgba(35, 67, 25, 0.12);
    border-radius: 8px;
    padding: 20px;
}

.ym-trust-item img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    margin-bottom: 14px;
}

.ym-corporate {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
    gap: 44px;
    align-items: center;
}

.ym-corporate-media {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    min-height: 420px;
}

.ym-corporate-media img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}

.ym-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 26px;
}

.ym-stat {
    background: #fff;
    border: 1px solid rgba(35, 67, 25, 0.12);
    border-radius: 8px;
    padding: 18px 12px;
    text-align: center;
}

.ym-stat strong {
    display: block;
    font-size: 26px;
    color: #b8732a;
}

.ym-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.ym-blog-card {
    border: 1px solid rgba(35, 67, 25, 0.12);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    min-height: 100%;
}

.ym-blog-card img {
    width: 100%;
    aspect-ratio: 1.45 / 1;
    object-fit: cover;
    background: #f8fbf4;
}

.ym-blog-card .body {
    padding: 20px;
}

.ym-footer-brand {
    max-width: 310px;
}

.ym-footer-brand img {
    max-width: 200px;
    margin-bottom: 18px;
}

.ym-footer-note {
    color: #5f6d58;
    line-height: 1.65;
}

@media (max-width: 1199px) {
    .ym-category-grid,
    .ym-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ym-trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .tf-header.header-abs-1 {
        position: relative !important;
    }

    .ym-hero-slider .slider-wrap {
        min-height: 520px;
    }

    .ym-hero-slider .slider-wrap::after {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.66) 48%, rgba(255, 255, 255, 0.12) 100%);
    }

    .ym-category-grid,
    .ym-product-grid,
    .ym-blog-grid,
    .ym-corporate {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .ym-section {
        padding: 36px 0;
    }

    .ym-section-head {
        display: block;
    }

    .ym-popular-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding-bottom: 14px;
        margin-bottom: 20px;
    }

    .ym-popular-title {
        font-size: 22px;
    }

    .ym-popular-tabs {
        width: 100%;
        display: flex;
        gap: 8px;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start;
        padding-bottom: 6px;
        margin: 0;
        scrollbar-width: none;
    }

    .ym-popular-tabs::-webkit-scrollbar {
        display: none;
    }

    .ym-popular-tabs .nav-link {
        font-size: 13px;
        padding: 6px 14px;
        background: #f4f6f2;
        border-radius: 20px;
        border: 1px solid #e2e8f0;
        color: #4a5568;
    }

    .ym-popular-tabs .nav-link:hover {
        color: #87b819;
        background: #edf3e8;
    }

    .ym-popular-tabs .nav-link.active {
        background: #87b819 !important;
        color: #fff !important;
        border-color: #87b819 !important;
    }

    .ym-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    .ym-card-product {
        padding: 8px;
        border-radius: 8px;
    }

    .ym-card-product .card-product_info {
        padding-top: 6px !important;
    }

    .ym-card-product .ym-product-meta {
        font-size: 10px;
        margin-bottom: 2px;
    }

    .ym-card-product .name-product {
        font-size: 13px !important;
        min-height: 34px !important;
        max-height: 34px !important;
        line-height: 1.3 !important;
        margin-bottom: 4px !important;
    }

    .ym-card-product .ym-rating {
        margin-top: 0;
        margin-bottom: 3px;
        gap: 3px;
    }

    .ym-card-product .ym-rating span {
        font-size: 11px;
    }

    .ym-card-product .ym-rating small {
        font-size: 10px;
    }

    .ym-card-product .price-wrap {
        min-height: auto;
        padding-top: 2px;
        gap: 2px 6px;
    }

    .ym-card-product .price-new,
    .ym-card-product .price-wrap .h6 {
        font-size: 14px !important;
    }

    .ym-card-product .price-old {
        font-size: 11px !important;
    }

    .ym-card-product .card-product_info .ym-add-btn {
        margin-top: 6px !important;
        padding: 6px 8px !important;
        font-size: 11px !important;
        border-radius: 5px !important;
    }

    .ym-category-grid,
    .ym-blog-grid,
    .ym-corporate,
    .ym-trust-grid {
        grid-template-columns: 1fr;
    }

    .ym-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .ym-hero-slider .content-sld_wrap {
        padding-top: 30px;
    }

    .ym-hero-slider .sub-text_sld {
        font-size: 16px;
    }
}

/* Expand container width on large desktop screens to match Nest theme width */
@media (min-width: 1200px) {
    .container {
        max-width: 1610px !important;
    }
}

/* Style the search bar input to show the default Nest theme search icon in the correct position */
.search-style-2 form input {
    background-image: url(../imgs/theme/icons/search.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 20px center !important;
}

/* Hide the duplicate font icon inside the button */
.search-style-2 form button i {
    display: none !important;
}

/* Ensure the button itself is still clickable and positioned correctly */
.search-style-2 form button,
.search-style-2 form button:hover,
.search-style-2 form button:focus {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    width: 50px !important;
    right: 0px !important;
    height: 100% !important;
    position: absolute !important;
    cursor: pointer !important;
}

/* Make desktop header logo 20% larger and adjust padding to keep area height constant */
.header-middle .logo.logo-width-1 a img {
    width: 216px !important;
    min-width: 216px !important;
    max-height: 90px !important;
}

.header-style-1 .header-middle-ptb-1 {
    padding: 22px 0 !important;
}

/* Mega menu product links styling and hover effects */
.mega-menu li ul li a.mega-product-link {
    font-size: 14px !important;
    color: #7e7e7e !important;
    font-weight: 400 !important;
    display: inline-block !important;
    transition: all 0.25s ease !important;
}
.mega-menu li ul li a.mega-product-link:hover {
    color: #87b819 !important;
    padding-left: 5px !important;
}

/* Minimalist Premium Glassmorphic Promo Banner Cards */
.banner-img {
    position: relative;
    border-radius: 15px !important;
    overflow: hidden;
    margin-bottom: 24px;
    display: block;
}

.banner-img img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    border-radius: 15px !important;
    transition: transform 0.5s ease !important;
}

.banner-img:hover img {
    transform: scale(1.05) !important;
}

.banner-img .banner-text-card {
    position: absolute !important;
    bottom: 20px !important;
    left: 20px !important;
    right: 20px !important;
    background: rgba(255, 255, 255, 0.88) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    border-radius: 12px !important;
    padding: 15px 20px !important;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    transition: all 0.3s ease !important;
    text-align: left !important;
}

.banner-img:hover .banner-text-card {
    background: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.12) !important;
    transform: translateY(-5px) !important;
}

.banner-img .banner-text-card .banner-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #253D2E !important;
    line-height: 1.3 !important;
    margin-bottom: 6px !important;
    margin-top: 0 !important;
    transition: color 0.3s ease !important;
    text-transform: none !important;
}

.banner-img:hover .banner-text-card .banner-title {
    color: #87b819 !important;
}

.banner-img .banner-text-card .banner-link-text {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #87b819 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    transition: all 0.3s ease !important;
}

.banner-img:hover .banner-text-card .banner-link-text {
    color: #ae6c2a !important;
    gap: 8px !important;
}

/* Premium Modern Blog Styles */
.ym-blog-card {
    border: none !important;
    background: #fff !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03) !important;
    transition: all 0.3s ease !important;
}

.ym-blog-card:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08) !important;
    transform: translateY(-5px) !important;
}

.ym-blog-card img {
    transition: transform 0.5s ease !important;
}

.ym-blog-card:hover img {
    transform: scale(1.05) !important;
}

.ym-blog-card .blog-title-link:hover {
    color: #87b819 !important;
}

.ym-blog-card .blog-read-more:hover {
    color: #ae6c2a !important;
}

.ym-blog-card .blog-read-more:hover i {
    transform: translateX(4px) !important;
}

/* Yapı Mobilya Modern Shop Sidebar & Grid */
.ym-sidebar-widget {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 15px;
    padding: 24px;
    margin-bottom: 30px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.03);
}

.ym-sidebar-widget .widget-title {
    font-size: 20px;
    font-weight: 700;
    color: #253d4e;
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
}

.ym-sidebar-widget .widget-title::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 60px;
    height: 2px;
    background: #87b819;
}

.ym-sidebar-categories-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ym-sidebar-categories-item {
    margin-bottom: 12px;
}

.ym-sidebar-categories-item:last-child {
    margin-bottom: 0;
}

.ym-sidebar-category-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    border: 1px solid #f2f3f4;
    border-radius: 8px;
    background: #fff;
    color: #253d4e;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ym-sidebar-category-link:hover,
.ym-sidebar-category-link.active {
    border-color: #bce3c9;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    color: #87b819 !important;
    background: #f8fffb;
}

.ym-sidebar-category-link-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ym-sidebar-category-link img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    border-radius: 4px;
}

.ym-sidebar-category-link .count {
    background-color: #f2f3f4;
    color: #253d4e;
    font-size: 11px;
    font-weight: 600;
    min-width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    transition: all 0.3s ease;
}

.ym-sidebar-category-link:hover .count,
.ym-sidebar-category-link.active .count {
    background-color: #87b819;
    color: #fff;
}

/* Sidebar Subcategories */
.ym-sidebar-subcategories-list {
    list-style: none;
    padding-left: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.ym-sidebar-subcategory-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 12px;
    font-size: 13px;
    color: #7e7e7e;
    text-decoration: none;
    transition: all 0.2s ease;
}

.ym-sidebar-subcategory-link:hover,
.ym-sidebar-subcategory-link.active {
    color: #87b819 !important;
    font-weight: 600;
}

/* Featured Products Widget */
.ym-sidebar-featured-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ym-sidebar-featured-item {
    display: flex;
    gap: 15px;
    align-items: center;
    border-bottom: 1px dashed #ececec;
    padding-bottom: 14px;
}

.ym-sidebar-featured-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.ym-sidebar-featured-img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    border: 1px solid #f2f3f4;
    border-radius: 8px;
    background: #fff;
    padding: 4px;
}

.ym-sidebar-featured-info {
    flex-grow: 1;
}

.ym-sidebar-featured-title {
    font-size: 14px;
    font-weight: 700;
    color: #253d4e;
    line-height: 1.35;
    margin-bottom: 4px;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ym-sidebar-featured-title:hover {
    color: #87b819 !important;
}

.ym-sidebar-featured-price {
    font-size: 15px;
    font-weight: 700;
    color: #87b819;
}

/* Modern Shop Layout */
.ym-shop-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

@media (max-width: 1400px) {
    .ym-shop-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .ym-shop-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .ym-shop-product-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

/* Sidebar Call to Action Banner */
.ym-sidebar-banner {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(135deg, #87b819 0%, #68920f 100%);
    padding: 30px 24px;
    text-align: center;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.ym-sidebar-banner h4 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #fff;
}

.ym-sidebar-banner p {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 20px;
    color: #fff;
}

.ym-sidebar-banner .banner-btn {
    background: #fdc040;
    color: #253d4e !important;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 50px;
    display: inline-block;
    transition: all 0.3s ease;
}

.ym-sidebar-banner .banner-btn:hover {
    background: #fff;
    transform: translateY(-2px);
}

/* Compact Page Title Banner */
.s-page-title {
    padding: 30px 0 !important;
}

@media (min-width: 992px) {
    .s-page-title {
        padding: 40px 0 !important;
    }
}

@media (min-width: 1200px) {
    .s-page-title {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}

/* Product Detail Page Custom Styling */
.flat-single-product {
    padding-top: 20px !important;
}

.product-info-name {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #253d4e !important;
    line-height: 1.2 !important;
    margin-bottom: 15px !important;
}

.tf-product-info-list .price-wrap .price-new {
    color: #3bb77e !important;
    font-size: 36px !important;
    font-weight: 700 !important;
}

.tf-product-info-list .price-wrap .price-old {
    font-size: 18px !important;
    color: #b6b6b6 !important;
    text-decoration: line-through !important;
    margin-left: 10px !important;
}

.tf-product-info-list .price-wrap .badges-on-sale {
    background: #f2fae6 !important;
    color: #f74b81 !important;
    border-radius: 4px !important;
    padding: 5px 10px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    display: inline-block !important;
    margin-left: 15px !important;
}

.btn-add-to-cart, .btn-add-to-cart-sticky {
    background: #3bb77e !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    padding: 14px 30px !important;
    border-radius: 4px !important;
    border: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: all 0.3s ease !important;
}

.btn-add-to-cart:hover, .btn-add-to-cart-sticky:hover {
    background: #29a56c !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(59, 183, 126, 0.2) !important;
}

.variant-picker-item {
    margin-bottom: 25px !important;
}

.variant-picker-values .size-btn {
    border: 1px solid #ececec !important;
    padding: 6px 15px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.variant-picker-values .size-btn.active {
    background: #3bb77e !important;
    color: #fff !important;
    border-color: #3bb77e !important;
}

.variant-picker-values .size-btn:hover:not(.active) {
    border-color: #3bb77e !important;
    color: #3bb77e !important;
}

.wg-quantity {
    border: 2px solid #3bb77e !important;
    border-radius: 4px !important;
    padding: 6px 12px !important;
}

.wg-quantity .btn-quantity {
    color: #3bb77e !important;
}

/* Premium Tabs Styling (Nest Theme Style) */
.flat-animate-tab .menu-tab-1 {
    border-bottom: none !important;
    display: flex !important;
    justify-content: flex-start !important;
    gap: 15px !important;
    margin-bottom: 25px !important;
    padding: 0 !important;
    overflow: hidden !important;
    scrollbar-width: none !important;
    align-items: center !important;
}

.flat-animate-tab .menu-tab-1::-webkit-scrollbar {
    display: none !important;
}

.flat-animate-tab .menu-tab-1 .nav-tab-item .tab-link {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #253d4e !important;
    padding: 12px 35px !important;
    display: inline-block !important;
    border: 1px solid #ececec !important;
    border-radius: 30px !important;
    background-color: #f7f8f9 !important;
    box-shadow: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
    text-transform: capitalize !important;
    line-height: 1.2 !important;
    text-align: center !important;
}

/* Force override first-child padding to center text within the first tab button */
.flat-animate-tab .menu-tab-1 .nav-tab-item:first-child .tab-link {
    padding-left: 35px !important;
}

.flat-animate-tab .menu-tab-1 .nav-tab-item .tab-link::after {
    display: none !important; /* Hide old underline */
}

.flat-animate-tab .menu-tab-1 .nav-tab-item .tab-link.active {
    color: #fff !important;
    border-color: #3bb77e !important;
    background-color: #3bb77e !important;
    box-shadow: 0 5px 15px rgba(59, 183, 126, 0.3) !important;
}

.flat-animate-tab .menu-tab-1 .nav-tab-item .tab-link:hover:not(.active) {
    color: #3bb77e !important;
    border-color: #3bb77e !important;
    background-color: #fff !important;
}

/* Tab Content Box */
.tab-content {
    border: 1px solid #ececec !important;
    border-radius: 15px !important;
    padding: 35px !important;
    background: #fff !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.02) !important;
    margin-bottom: 50px !important;
}

.tab-pane .desc {
    font-size: 15px !important;
    line-height: 1.8 !important;
    color: #7e7e7e !important;
}

/* Clean up description headings inside tabs */
.tab-pane .desc h1, 
.tab-pane .desc h2, 
.tab-pane .desc h3, 
.tab-pane .desc h4, 
.tab-pane .desc h5 {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #253d4e !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    line-height: 1.3 !important;
}

/* Symmetrical styling for product list favorite buttons */
.ym-card-product .btn-toggle-favorite {
    background-color: #fff !important;
    border: none !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    outline: none !important;
    cursor: pointer !important;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2) !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
}

@media (min-width: 1200px) {
    .ym-card-product .btn-toggle-favorite {
        width: 48px !important;
        height: 48px !important;
    }
}

.ym-card-product .btn-toggle-favorite:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.ym-card-product .btn-toggle-favorite:hover .icon-heart {
    color: #fff !important;
}

.ym-card-product .btn-toggle-favorite.active .icon-heart {
    color: #e63946 !important;
}

/* Custom Banner Styling for Responsive Layouts */
.ym-banner-title {
    font-size: 56px !important;
    margin-bottom: 30px !important;
}

.ym-banner-desc {
    font-size: 24px !important;
    margin-bottom: 40px !important;
}

/* Tablets and medium screens */
@media only screen and (max-width: 1024px) {
    .ym-banner-title {
        font-size: 42px !important;
        margin-bottom: 20px !important;
    }
    .ym-banner-desc {
        font-size: 18px !important;
        margin-bottom: 25px !important;
    }
    .hero-slider-1 .single-hero-slider .ym-banner-btn {
        padding: 12px 30px !important;
        font-size: 14px !important;
    }
}

/* Small tablets / landscape mobile */
@media only screen and (max-width: 768px) {
    .ym-banner-title {
        font-size: 32px !important;
        margin-bottom: 15px !important;
        line-height: 1.3 !important;
    }
    .ym-banner-desc {
        font-size: 15px !important;
        margin-bottom: 20px !important;
        line-height: 1.4 !important;
    }
    .hero-slider-1 .single-hero-slider .ym-banner-btn {
        padding: 10px 25px !important;
        font-size: 13px !important;
    }
}

/* Portrait mobile devices */
@media only screen and (max-width: 480px) {
    .hero-slider-1 .slider-content {
        left: 8% !important;
        max-width: 84% !important;
    }
    .ym-banner-title {
        font-size: 20px !important;
        margin-bottom: 10px !important;
        line-height: 1.25 !important;
    }
    .ym-banner-desc {
        font-size: 12px !important;
        margin-bottom: 15px !important;
        line-height: 1.4 !important;
    }
    .hero-slider-1 .single-hero-slider .ym-banner-btn {
        padding: 8px 20px !important;
        font-size: 12px !important;
    }
}

/* ==========================================================================
   Yapı Mobilya Modern Premium Pagination
   ========================================================================== */
.ym-pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 70px;
    padding-top: 25px;
    border-top: 1px solid #f1f5f9;
    width: 100%;
}

.ym-pagination {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
}

.ym-pagination .page-item {
    margin: 0;
    list-style: none;
}

.ym-pagination .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 14px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    color: #334155;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    text-decoration: none !important;
    transition: all 0.25s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    user-select: none;
}

.ym-pagination .page-link:hover {
    color: #87b819;
    border-color: #87b819;
    background: #f8fff9;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(135, 184, 25, 0.18);
}

.ym-pagination .page-item.active .page-link {
    color: #ffffff !important;
    background: #87b819 !important;
    border-color: #87b819 !important;
    box-shadow: 0 6px 16px rgba(135, 184, 25, 0.35);
    transform: translateY(-1px);
}

.ym-pagination .page-item.disabled .page-link {
    color: #cbd5e1 !important;
    background: #f8fafc !important;
    border-color: #f1f5f9 !important;
    cursor: not-allowed !important;
    pointer-events: none;
    box-shadow: none;
    transform: none;
}

.ym-pagination .page-item.prev .page-link,
.ym-pagination .page-item.next .page-link {
    font-size: 18px;
    padding: 0 12px;
}

/* ==========================================================================
   Product Detail Description Rich Content Styling
   ========================================================================== */
.tab-descriptions {
    padding: 15px 0 !important;
}

.product-rich-description {
    font-size: 15.5px !important;
    line-height: 1.85 !important;
    color: #334155 !important;
    font-family: inherit;
}

.product-rich-description p {
    font-size: 15.5px !important;
    line-height: 1.85 !important;
    color: #334155 !important;
    margin-bottom: 16px !important;
}

.product-rich-description strong,
.product-rich-description b {
    color: #0f172a !important;
    font-weight: 700 !important;
}

.product-rich-description h2,
.product-rich-description h3,
.product-rich-description h4,
.product-rich-description h5 {
    color: #0f172a !important;
    font-weight: 700 !important;
    margin-top: 24px !important;
    margin-bottom: 14px !important;
    font-size: 17px !important;
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-rich-description ul {
    margin: 16px 0 24px 0 !important;
    padding-left: 0 !important;
    list-style: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.product-rich-description ul li {
    position: relative !important;
    padding-left: 30px !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
    color: #1e293b !important;
    margin-bottom: 0 !important;
    font-weight: 500;
}

.product-rich-description ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    background: #ecfdf5;
    color: #059669;
    border: 1.5px solid #a7f3d0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
}

.product-rich-description ol {
    margin: 16px 0 24px 0 !important;
    padding-left: 0 !important;
    list-style: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    counter-reset: p-counter;
}

.product-rich-description ol li {
    counter-increment: p-counter;
    position: relative !important;
    padding-left: 30px !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
    color: #1e293b !important;
    margin-bottom: 0 !important;
}

.product-rich-description ol li::before {
    content: counter(p-counter);
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    background: #f8fafc;
    color: #475569;
    border: 1.5px solid #cbd5e1;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
}

.product-rich-description .allergen-box {
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-left: 4px solid #f59e0b;
    border-radius: 8px;
    padding: 14px 18px;
    margin: 22px 0 10px 0;
    color: #92400e;
    font-size: 14px;
    line-height: 1.6;
}

/* ==========================================================================
   Yapı Mobilya Social Share Components
   ========================================================================== */
.ym-product-share {
    background: #f8fafc;
    border-radius: 10px;
    padding: 12px 16px;
    border: 1px dashed #cbd5e1;
}

.ym-share-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: all 0.22s cubic-bezier(0.25, 1, 0.5, 1);
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}

.ym-share-btn:hover {
    transform: translateY(-3px) scale(1.08);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
    color: #ffffff !important;
}

.ym-share-btn.share-wa { background: #25D366; }
.ym-share-btn.share-fb { background: #1877F2; }
.ym-share-btn.share-x { background: #000000; }
.ym-share-btn.share-tg { background: #229ED9; }
.ym-share-btn.share-pin { background: #E60023; }
.ym-share-btn.share-li { background: #0A66C2; }
.ym-share-btn.share-mail { background: #ea4335; }
.ym-share-btn.share-copy { background: #475569; }
.ym-share-btn.share-native { background: #87b819; }

.ym-cat-share .ym-share-btn {
    width: 28px;
    height: 28px;
    font-size: 13px;
}

/* Toast alert for link copy */
.ym-copy-toast {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #0f172a;
    color: #ffffff;
    padding: 12px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    z-index: 999999;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    pointer-events: none;
}
.ym-copy-toast.show {
    opacity: 1;
    transform: translateY(0);
}

/* Yapı Mobilya E-Commerce Trust Badges */
.ym-trust-badges-container {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}
.ym-trust-card {
    background: #ffffff;
    border: 1px solid #edf2f7;
    border-radius: 8px;
    padding: 10px 6px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.ym-trust-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-color: #cbd5e1;
}
.ym-trust-icon-wrap {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    margin-bottom: 6px;
    flex-shrink: 0;
}
.ym-trust-icon-green {
    background: #ecfdf5;
    color: #059669;
}
.ym-trust-icon-amber {
    background: #fefce8;
    color: #ca8a04;
}
.ym-trust-icon-blue {
    background: #eff6ff;
    color: #2563eb;
}
.ym-trust-title {
    font-weight: 700;
    color: #1e293b;
    font-size: 11.5px;
    line-height: 1.25;
    display: block;
}
.ym-trust-desc {
    font-size: 10px;
    color: #64748b;
    line-height: 1.2;
    margin-top: 3px;
    display: block;
}
@media (min-width: 576px) {
    .ym-trust-title {
        font-size: 12.5px;
    }
    .ym-trust-desc {
        font-size: 10.5px;
    }
    .ym-trust-icon-wrap {
        width: 40px;
        height: 40px;
        font-size: 21px;
    }
}

/* ==========================================================================
   Yapı Mobilya Mobilde Sabit Alt Menü (Sticky Bottom Bar)
   ========================================================================== */
.ym-mobile-bottom-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #f1f5f9;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.06);
    z-index: 1040;
    padding: 6px 0 calc(6px + env(safe-area-inset-bottom, 0px));
    margin: 0;
    box-sizing: border-box;
}

@media (max-width: 991px) {
    .ym-mobile-bottom-bar {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    body {
        padding-bottom: calc(65px + env(safe-area-inset-bottom, 0px)) !important;
    }
    /* Hide floating desktop WhatsApp bubble on mobile since it's in bottom bar */
    .whatsapp-float {
        display: none !important;
    }
    /* Adjust floatCart position if shown */
    #floatCart {
        bottom: calc(75px + env(safe-area-inset-bottom, 0px)) !important;
    }
    /* Product sticky add-to-cart sits nicely above bottom bar */
    .tf-sticky-btn-atc {
        bottom: calc(60px + env(safe-area-inset-bottom, 0px)) !important;
        z-index: 1030 !important;
    }
}

.ym-bar-item {
    flex: 1 1 25%;
    max-width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    color: #64748b;
    font-family: 'Quicksand', sans-serif;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    padding: 3px 2px;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

.ym-bar-item:active {
    transform: scale(0.95);
}

.ym-bar-item.active {
    color: #e31c1c;
}

.ym-bar-item.active .ym-bar-label {
    font-weight: 700;
    color: #e31c1c;
}

.ym-bar-item.active svg {
    stroke: #e31c1c;
}

.ym-bar-icon-wrap {
    position: relative;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ym-bar-icon-wrap svg {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    transition: transform 0.2s ease, stroke 0.2s ease;
}

.ym-bar-label {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.15;
    margin-top: 3px;
    color: inherit;
    letter-spacing: -0.2px;
    white-space: nowrap;
    transition: color 0.2s ease;
}

/* Sepetim Badge */
.ym-bar-badge {
    position: absolute;
    top: -5px;
    right: -10px;
    background: #e31c1c;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    height: 17px;
    min-width: 17px;
    padding: 0 4px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 5px rgba(227, 28, 28, 0.4);
    pointer-events: none;
    transition: transform 0.2s ease;
}

/* WhatsApp Item Specific Highlighting */
.ym-bar-item.ym-bar-wa {
    color: #15803d;
}

.ym-bar-item.ym-bar-wa .ym-bar-label {
    color: #15803d;
    font-weight: 700;
}

.ym-bar-wa-pulse {
    position: relative;
}

.ym-bar-wa-pulse::after {
    content: '';
    position: absolute;
    top: 0;
    right: -2px;
    width: 7px;
    height: 7px;
    background: #25D366;
    border-radius: 50%;
    border: 1.5px solid #fff;
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    animation: ym-wa-dot-pulse 2s infinite;
}

@keyframes ym-wa-dot-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 6px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* ==========================================================================
   Yapimobilya.com "Haftanın Fırsatları" (Deals of the Week) Vitrini
   ========================================================================== */
.ym-deals-section {
    padding: 55px 0 !important;
    background: linear-gradient(180deg, #fffbf6 0%, #ffffff 100%) !important;
    border-top: 1px solid #f5ede4;
    border-bottom: 1px solid #f5ede4;
    position: relative;
    overflow: hidden;
}

.ym-deals-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 35px;
    flex-wrap: wrap;
    gap: 20px;
    border-bottom: 1px solid #f0e6da;
    padding-bottom: 22px;
}

.ym-deals-title-wrap h2 {
    font-size: 32px;
    font-weight: 800;
    color: #253D2E;
    margin: 6px 0 4px 0;
    letter-spacing: -0.5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ym-deals-title-wrap p {
    font-size: 14.5px;
    color: #64748b;
    margin: 0;
}

.ym-deals-badge-flame {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fee2e2;
    color: #dc2626;
    font-size: 12px;
    font-weight: 800;
    padding: 4px 14px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border: 1px solid rgba(220, 38, 38, 0.2);
}

/* Geri Sayım Sayacı (Countdown Flip Box) */
.ym-countdown-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.ym-countdown-title {
    font-size: 13px;
    font-weight: 700;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ym-countdown-timer {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ym-cd-item {
    background: #1e3325;
    border-radius: 12px;
    padding: 7px 10px;
    min-width: 52px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(30, 51, 37, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.ym-cd-val {
    display: block;
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, monospace;
}

.ym-cd-unit {
    display: block;
    font-size: 9.5px;
    font-weight: 700;
    color: #87b819;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 2px;
}

.ym-cd-sep {
    font-size: 18px;
    font-weight: 800;
    color: #1e3325;
}

/* Fırsat Kartları Grid */
.ym-deals-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

@media (max-width: 1200px) {
    .ym-deals-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .ym-deals-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .ym-deals-header {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .ym-deals-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .ym-deals-title-wrap h2 {
        font-size: 24px;
    }
    .ym-cd-item {
        min-width: 44px;
        padding: 5px 6px;
    }
    .ym-cd-val {
        font-size: 16px;
    }
}

/* Tekil Fırsat Kartı */
.ym-deal-card {
    background: #ffffff;
    border: 1.5px solid #f1f5f9;
    border-radius: 20px;
    padding: 16px;
    position: relative;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
}

.ym-deal-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.07);
    border-color: #fed7aa;
}

.ym-deal-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 10;
    background: linear-gradient(135deg, #e31c1c 0%, #b91c1c 100%);
    color: #ffffff;
    font-size: 11.5px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    box-shadow: 0 4px 10px rgba(227, 28, 28, 0.3);
    letter-spacing: 0.3px;
}

.ym-deal-badge-fire {
    animation: ym-flame-flicker 1.5s infinite alternate;
}

@keyframes ym-flame-flicker {
    0% { transform: scale(1); }
    100% { transform: scale(1.15) rotate(5deg); }
}

.ym-deal-img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ym-deal-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.ym-deal-card:hover .ym-deal-img-wrap img {
    transform: scale(1.06);
}

.ym-deal-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

.ym-deal-category {
    font-size: 12px;
    font-weight: 600;
    color: #87b819;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
    display: block;
}

.ym-deal-title {
    font-size: 15.5px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.35;
    margin: 0 0 8px 0;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 42px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.ym-deal-title:hover {
    color: #87b819;
}

.ym-deal-stars {
    font-size: 12px;
    color: #f59e0b;
    letter-spacing: 1px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.ym-deal-stars small {
    color: #94a3b8;
    font-size: 11px;
    font-weight: 500;
}

.ym-deal-price-area {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.ym-deal-old-price {
    font-size: 14px;
    color: #94a3b8;
    text-decoration: line-through;
    font-weight: 500;
}

.ym-deal-new-price {
    font-size: 20px;
    font-weight: 800;
    color: #e31c1c;
    letter-spacing: -0.5px;
}

.ym-deal-save-pill {
    background: #ecfdf5;
    color: #059669;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 6px;
    border: 1px solid rgba(5, 150, 105, 0.2);
}

/* Stok Aciliyet Çubuğu (Urgency Progress Bar) */
.ym-deal-stock-box {
    margin-bottom: 14px;
}

.ym-deal-stock-labels {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 5px;
}

.ym-deal-stock-labels strong {
    color: #e31c1c;
}

.ym-deal-stock-track {
    width: 100%;
    height: 7px;
    background: #f1f5f9;
    border-radius: 10px;
    overflow: hidden;
}

.ym-deal-stock-bar {
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(90deg, #f59e0b 0%, #e31c1c 100%);
    transition: width 1s ease-in-out;
}

/* Sepete Ekle Butonu */
.ym-deal-add-btn {
    width: 100%;
    background: #87b819;
    color: #ffffff !important;
    border: none;
    border-radius: 12px;
    padding: 11px 16px;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.25s ease;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(135, 184, 25, 0.25);
}

.ym-deal-add-btn:hover {
    background: #739d14;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(135, 184, 25, 0.35);
}

.ym-deal-add-btn:active {
    transform: scale(0.98);
}

/* ==========================================================================
   Ürün Detay "Aynı Gün Kargo" Sayacı & Güven Kutusu
   ========================================================================== */
.ym-shipping-urgency-box {
    background: #f0fdf4;
    border: 1.5px solid #bbf7d0;
    border-radius: 14px;
    padding: 13px 18px;
    box-shadow: 0 4px 14px rgba(34, 197, 94, 0.06);
    transition: all 0.3s ease;
}

.ym-shipping-urgency-box:hover {
    border-color: #86efac;
    box-shadow: 0 6px 18px rgba(34, 197, 94, 0.1);
}

.ym-shipping-urgency-inner {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.ym-shipping-icon-wrap {
    width: 38px;
    height: 38px;
    background: #dcfce7;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(21, 128, 61, 0.12);
}

.ym-shipping-truck-icon {
    font-size: 20px;
    display: inline-block;
    animation: ym-truck-wiggle 3s ease-in-out infinite;
}

@keyframes ym-truck-wiggle {
    0%, 80%, 100% { transform: translateX(0); }
    85% { transform: translateX(3px); }
    90% { transform: translateX(-2px); }
    95% { transform: translateX(2px); }
}

.ym-shipping-text-wrap {
    flex-grow: 1;
}

.ym-shipping-badge-row {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 3px;
    flex-wrap: wrap;
}

.ym-shipping-badge {
    font-size: 11px;
    font-weight: 800;
    color: #15803d;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    background: #dcfce7;
    padding: 2px 8px;
    border-radius: 6px;
}

.ym-shipping-dot {
    color: #86efac;
    font-size: 12px;
}

.ym-shipping-subtag {
    font-size: 11.5px;
    color: #475569;
    font-weight: 600;
}

.ym-shipping-msg {
    font-size: 13.5px;
    color: #1e293b;
    margin: 0;
    line-height: 1.45;
}

.ym-shipping-timer {
    display: inline-block;
    background: #15803d;
    color: #ffffff;
    padding: 1px 7px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
    box-shadow: 0 2px 5px rgba(21, 128, 61, 0.2);
}

.ym-shipping-highlight {
    color: #15803d;
    font-weight: 800;
}

/* ==========================================================================
   Birlikte Sıkça Alınanlar (Frequently Bought Together) Stilleri
   ========================================================================== */
.ym-fbt-section {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 18px;
    padding: 28px;
    margin: 35px 0 45px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.ym-fbt-header {
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 16px;
    margin-bottom: 24px;
}

.ym-fbt-header h3 {
    font-size: 22px;
    font-weight: 800;
    color: #253D2E;
    margin: 0 0 4px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ym-fbt-header p {
    font-size: 13.5px;
    color: #64748b;
    margin: 0;
}

.ym-fbt-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.ym-fbt-items-row {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    flex-grow: 1;
}

.ym-fbt-item {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    padding: 14px;
    width: 175px;
    text-align: center;
    position: relative;
    transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ym-fbt-item:hover {
    border-color: #cbd5e1;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
}

.ym-fbt-item.unchecked {
    opacity: 0.55;
    border-style: dashed;
    background: #f8fafc;
}

.ym-fbt-item-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 22px;
    margin-bottom: 8px;
}

.ym-fbt-checkbox {
    width: 20px;
    height: 20px;
    accent-color: #87b819;
    cursor: pointer;
    margin: 0;
}

.ym-fbt-badge-current {
    background: #e2e8f0;
    color: #475569;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

.ym-fbt-img-wrap {
    width: 110px;
    height: 110px;
    margin: 0 auto 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    border-radius: 8px;
    padding: 4px;
}

.ym-fbt-img-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.ym-fbt-title {
    font-size: 13px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.35;
    margin-bottom: 6px;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 35px;
    text-decoration: none;
}

.ym-fbt-title:hover {
    color: #87b819;
}

.ym-fbt-price {
    font-size: 15px;
    font-weight: 800;
    color: #e31c1c;
}

.ym-fbt-old-price {
    font-size: 12px;
    color: #94a3b8;
    text-decoration: line-through;
    margin-right: 4px;
    font-weight: 500;
}

.ym-fbt-plus-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f0fdf4;
    color: #15803d;
    font-size: 18px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid #bbf7d0;
}

/* Özet Kutusu */
.ym-fbt-summary-box {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    padding: 22px;
    min-width: 270px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

.ym-fbt-summary-label {
    font-size: 13px;
    color: #64748b;
    font-weight: 600;
    margin-bottom: 4px;
}

.ym-fbt-total-price {
    font-size: 26px;
    font-weight: 800;
    color: #253D2E;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
    line-height: 1.1;
}

.ym-fbt-free-ship-badge {
    background: #dcfce7;
    color: #15803d;
    font-size: 12px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 14px;
    border: 1px solid rgba(22, 163, 74, 0.2);
}

.ym-fbt-add-btn {
    width: 100%;
    background: #e31c1c;
    color: #ffffff !important;
    border: none;
    border-radius: 12px;
    padding: 13px 20px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(227, 28, 28, 0.3);
}

.ym-fbt-add-btn:hover {
    background: #c71515;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(227, 28, 28, 0.4);
}

.ym-fbt-add-btn:disabled {
    background: #cbd5e1;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

@media (max-width: 991px) {
    .ym-fbt-body {
        flex-direction: column;
        align-items: stretch;
    }
    .ym-fbt-items-row {
        justify-content: center;
    }
    .ym-fbt-summary-box {
        width: 100%;
        min-width: unset;
    }
}

@media (max-width: 576px) {
    .ym-fbt-section {
        padding: 18px 14px;
    }
    .ym-fbt-item {
        width: 135px;
        padding: 10px;
    }
    .ym-fbt-img-wrap {
        width: 80px;
        height: 80px;
    }
    .ym-fbt-plus-icon {
        width: 24px;
        height: 24px;
        font-size: 14px;
    }
}

/* ==========================================================================
   Sosyal Kanıt ve Canlı İlgi Sayacı (Social Proof & Live Viewers)
   ========================================================================== */
.ym-social-proof-strip {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 8px 14px;
    margin: 8px 0 12px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
    flex-wrap: wrap;
}

.ym-sp-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    color: #334155;
    font-weight: 500;
}

.ym-sp-item strong {
    color: #0f172a;
    font-weight: 700;
}

.ym-pulse-dot {
    width: 9px;
    height: 9px;
    background-color: #22c55e;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
    animation: ym-pulse-animation 1.8s infinite;
    flex-shrink: 0;
}

@keyframes ym-pulse-animation {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 6px rgba(34, 197, 94, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
    }
}

.ym-sp-fire {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
}

.ym-sp-divider {
    width: 4px;
    height: 4px;
    background: #94a3b8;
    border-radius: 50%;
}

@media (max-width: 576px) {
    .ym-social-proof-strip {
        gap: 8px;
        padding: 8px 10px;
        font-size: 12px;
        width: 100%;
        justify-content: flex-start;
    }
    .ym-sp-item {
        font-size: 12px;
    }
    .ym-sp-divider {
        display: none;
    }
}

/* ==========================================================================
   Sepet Kargo Tamamlayıcı Ürünler (Cart Cross-Sell Showcase)
   ========================================================================== */
.ym-cart-cross-sell-box {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    padding: 22px 24px;
    margin-bottom: 28px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.ym-cart-cross-sell-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    padding-bottom: 14px;
    margin-bottom: 18px;
    border-bottom: 1px solid #f1f5f9;
}

.ym-cart-cross-sell-title {
    font-size: 17px;
    font-weight: 800;
    color: #253D2E;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ym-cart-cross-sell-desc {
    font-size: 13px;
    color: #64748b;
    margin: 3px 0 0 0;
}

.ym-cart-cross-sell-tag {
    background: #fef3c7;
    color: #b45309;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 50px;
    border: 1px solid #fde68a;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.ym-cart-cs-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    padding: 14px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    transition: all 0.25s ease;
    position: relative;
}

.ym-cart-cs-card:hover {
    border-color: #87b819;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.ym-cart-cs-img-wrap {
    width: 100%;
    height: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    border-radius: 10px;
    margin-bottom: 12px;
    padding: 8px;
    overflow: hidden;
    text-decoration: none;
}

.ym-cart-cs-img-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.ym-cart-cs-card:hover .ym-cart-cs-img-wrap img {
    transform: scale(1.06);
}

.ym-cart-cs-title {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.35;
    height: 38px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.ym-cart-cs-title:hover {
    color: #87b819;
}

.ym-cart-cs-price-wrap {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 24px;
}

.ym-cart-cs-price {
    font-size: 16px;
    font-weight: 800;
    color: #e31c1c;
}

.ym-cart-cs-old-price {
    font-size: 12.5px;
    color: #94a3b8;
    text-decoration: line-through;
    font-weight: 500;
}

.ym-cart-cs-btn {
    width: 100%;
    background: #15803d;
    color: #ffffff !important;
    border: none;
    border-radius: 9px;
    padding: 9px 12px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    box-shadow: 0 2px 8px rgba(21, 128, 61, 0.25);
    text-decoration: none !important;
}

.ym-cart-cs-btn:hover {
    background: #166534;
    box-shadow: 0 4px 12px rgba(21, 128, 61, 0.35);
    transform: translateY(-1px);
}

.ym-cart-cs-btn:disabled {
    background: #94a3b8;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

@media (max-width: 576px) {
    .ym-cart-cross-sell-box {
        padding: 16px 12px;
    }
    .ym-cart-cs-img-wrap {
        height: 110px;
        padding: 4px;
    }
    .ym-cart-cs-title {
        font-size: 12.5px;
        height: 34px;
    }
    .ym-cart-cs-price {
        font-size: 14px;
    }
    .ym-cart-cs-btn {
        font-size: 12px;
        padding: 7px 8px;
    }
}








