/* ==========================================================================
   Home Hero Slider (Full-width Banner with Overlay Text)
   ========================================================================== */
.home-hero-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.home-hero-slider__slider {
    position: relative;
    width: 100%;
}

.home-hero-slider__slide {
    position: relative;
    width: 100%;
    outline: none;
    overflow: hidden;
}

.home-hero-slider__bg {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 1920 / 600;
}

.home-hero-slider__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.home-hero-slider__ctnr {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.home-hero-slider__text-col {
    width: 50%;
    max-width: 590px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    pointer-events: auto;
    padding: 10px 0;
    margin-right: 2%;
}

.home-hero-slider__script {
    font-family: "Waterfall", cursive;
    font-size: 52px;
    font-weight: 300;
    color: #cb2556;
    line-height: 1.1;
    margin-bottom: 5px;
    position: relative;
    left: -30px;
}

.home-hero-slider__title {
    font-family: "EB Garamond", serif;
    font-size: 55px;
    font-weight: 600;
    color: #881337;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 10px 0;
    line-height: 1.15;
}

.home-hero-slider__desc {
    font-size: 16px;
    color: #374151;
    line-height: 1.5;
    margin: 0 0 20px 0;
    font-weight: 300;
    max-width: 60%;
}

.home-hero-slider__actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.home-hero-slider__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 24px;
    border-radius: 9999px;
    font-size: 12.5px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.25s ease;
    cursor: pointer;
    letter-spacing: 0.3px;
    outline: none;
}

.home-hero-slider__btn--primary {
    background: linear-gradient(135deg, #e11d48 0%, #cb2556 100%);
    color: #ffffff;
    border: 1.5px solid transparent;
    box-shadow: 0 4px 15px rgba(225, 29, 72, 0.3);
}

.home-hero-slider__btn--primary:hover {
    background: linear-gradient(135deg, #be123c 0%, #9f1239 100%);
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(225, 29, 72, 0.45);
    transform: translateY(-2px);
}

.home-hero-slider__btn--secondary {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    color: #cb2556;
    border: 1.5px solid #f472b6;
}

.home-hero-slider__btn--secondary:hover {
    background: #cb2556;
    border-color: #cb2556;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(203, 37, 86, 0.25);
    transform: translateY(-2px);
}

.home-hero-slider__badges {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.95);
    padding: 6px 18px;
    border-radius: 9999px;
    font-size: 12px;
    color: #701a35;
    font-weight: 600;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.home-hero-slider__badge-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.home-hero-slider__badge-icon {
    color: #cb2556;
    flex-shrink: 0;
}

.home-hero-slider__badge-dot {
    color: #cb2556;
    font-size: 14px;
    opacity: 0.8;
}

.home-hero-slider__badges ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.home-hero-slider__badges li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.home-hero-slider__badges li:not(:last-child)::after {
    content: "•";
    color: #cb2556;
    font-size: 14px;
    opacity: 0.8;
}

/* Hero Slider Controls (Progress Dots & Play/Pause Button) */
@keyframes heroProgress {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.home-hero-slider {
    --hero-slider-duration: 5000ms;
}

.home-hero-slider__controls {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: 12px;
    /* padding: 6px 14px; */
    /* background: rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 9999px; */
    z-index: 10;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); */
}

.home-hero-slider__dots {
    display: inline-flex;
    align-items: center;
}

.home-hero-slider__dots .slick-dots {
    position: static !important;
    display: flex !important;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.home-hero-slider__dots .slick-dots li {
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    width: auto;
    height: auto;
    line-height: 1;
    border: 0;
}

.home-hero-slider__dot-btn {
    display: block;
    background: transparent;
    border: none;
    padding: 4px 0;
    cursor: pointer;
    outline: none;
    margin: 0;
}

.home-hero-slider__dot-bar {
    display: block;
    width: 60px;
    height: 3.5px;
    background: rgb(182 182 182);
    border-radius: 9999px;
    overflow: hidden;
    position: relative;
    transition: background-color 0.25s ease;
}

.home-hero-slider__dot-btn:hover .home-hero-slider__dot-bar {
    background: rgba(255, 255, 255, 0.7);
}

.home-hero-slider__dot-fill {
    display: block;
    width: 0%;
    height: 100%;
    background: #cb2556;
    border-radius: 9999px;
}

/* Active dot animation */
.home-hero-slider.is-animating .slick-dots li.slick-active .home-hero-slider__dot-fill {
    animation: heroProgress var(--hero-slider-duration, 5000ms) linear forwards;
}

/* Paused state: freeze progress bar */
.home-hero-slider.is-paused .slick-dots li.slick-active .home-hero-slider__dot-fill {
    animation-play-state: paused;
}

/* Play/Pause Button */
.home-hero-slider__toggle-play {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    color: #6e6e6e;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.2s ease;
    opacity: 0.9;
    outline: none;
}

.home-hero-slider__toggle-play:hover {
    opacity: 1;
    transform: scale(1.15);
    color: #f472b6;
}

.home-hero-slider__icon-play,
.home-hero-slider__icon-pause {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

/* Toggle icon display based on paused state */
.home-hero-slider__toggle-play .home-hero-slider__icon-play {
    display: none;
}

.home-hero-slider__toggle-play .home-hero-slider__icon-pause {
    display: inline-flex;
}

.home-hero-slider.is-paused .home-hero-slider__toggle-play .home-hero-slider__icon-pause {
    display: none;
}

.home-hero-slider.is-paused .home-hero-slider__toggle-play .home-hero-slider__icon-play {
    display: inline-flex;
}

/* Slick Arrows Custom */
.home-hero-slider__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
    z-index: 10;
    color: #cb2556;
    transition: all 0.25s ease;
    padding: 0;
    outline: none;
    opacity: 1;
}

.home-hero-slider__arrow--prev {
    left: 20px;
}

.home-hero-slider__arrow--next {
    right: 20px;
}

.slick-arrow svg {
    width: 22px;
}

.slick-dots li button {
    width: auto;
    height: auto;
    padding: 0;
}

/* Responsive */
@media (max-width: 1280px) {
    .home-hero-slider__script {
        font-size: 32px;
    }

    .home-hero-slider__title {
        font-size: 34px;
    }

    .home-hero-slider__desc {
        font-size: 13.5px;
        margin-bottom: 16px;
    }

    .home-hero-slider__btn {
        padding: 9px 20px;
        font-size: 12px;
    }
}

@media (max-width: 1024px) {
    .home-hero-slider__bg {
        aspect-ratio: 16 / 7;
        min-height: 380px;
    }

    .home-hero-slider__text-col {
        width: 54%;
        margin-right: 0;
    }

    .home-hero-slider__script {
        font-size: 32px;
    }

    .home-hero-slider__title {
        font-size: 28px;
        margin-bottom: 8px;
    }

    .home-hero-slider__desc {
        font-size: 12.5px;
        margin-bottom: 14px;
    }

    .home-hero-slider__actions {
        margin-bottom: 14px;
        gap: 10px;
    }

    .home-hero-slider__badges {
        padding: 5px 14px;
        font-size: 11px;
    }
}

@media (max-width: 768px) {
    .home-hero-slider {
        margin-bottom: 18px;
    }

    .home-hero-slider__bg {
        aspect-ratio: 16 / 9;
        min-height: 320px;
    }

    .home-hero-slider__overlay {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 245, 247, 0.75) 45%, rgba(255, 245, 247, 0.95) 100%);
    }

    .home-hero-slider__text-col {
        width: 60%;
    }

    .home-hero-slider__title {
        font-size: 22px;
        margin-bottom: 6px;
    }

    .home-hero-slider__desc {
        font-size: 11.5px;
        margin-bottom: 10px;
        line-height: 1.4;
    }

    .home-hero-slider__btn {
        padding: 7px 14px;
        font-size: 11px;
    }

    .home-hero-slider__badges {
        padding: 4px 10px;
        font-size: 10.5px;
        gap: 6px;
    }

    .home-hero-slider__controls {
        bottom: 12px;
        padding: 5px 12px;
        gap: 8px;
        display: none;
    }

    .home-hero-slider__dot-bar {
        width: 42px;
        height: 3px;
    }

    .home-hero-slider__toggle-play {
        width: 20px;
        height: 20px;
    }

    .home-hero-slider__icon-play,
    .home-hero-slider__icon-pause {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 576px) {
    .home-hero-slider {
        margin-bottom: 14px;
    }

    .home-hero-slider__slide {
        display: flex;
        flex-direction: column;
    }

    .home-hero-slider__bg {
        aspect-ratio: 16 / 9;
        min-height: auto;
    }

    .home-hero-slider__overlay {
        /* position: relative; */
        /* inset: auto; */
        /* pointer-events: auto; */
        /* background: linear-gradient(180deg, #fff2f5 0%, #ffffff 100%); */
        padding: 14px 16px 20px 16px;
    }

    .home-hero-slider__ctnr {
        justify-content: center;
    }

    .home-hero-slider__text-col {
        width: 100%;
        max-width: 100%;
        align-items: center;
        text-align: center;
        padding: 0;
        margin-right: 0;
    }

    .home-hero-slider__script {
        font-size: 32px;
    }

    .home-hero-slider__title {
        font-size: 24px;
    }

    .home-hero-slider__desc {
        font-size: 12px;
        margin-bottom: 14px;
    }

    .home-hero-slider__actions {
        justify-content: center;
        width: 100%;
        gap: 8px;
        margin-bottom: 0;
    }

    .home-hero-slider__btn {
        padding: 8px 16px;
        font-size: 11.5px;
    }

    .home-hero-slider__badges {
        display: inline-flex;
        justify-content: center;
        margin-top: 4px;
    }

    .home-hero-slider__dot-bar {
        width: 32px;
    }

    .home-hero-slider__arrow {
        width: 35px;
        height: 35px;
    }
}

/* ==========================================================================
   Home Partners / Trust Distribution Bar
   ========================================================================== */
.home-partners {
    padding: 12px 0 24px 0;
}

.home-partners__wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 55px;
    padding: 24px 40px;
    min-height: 92px;
    border-radius: 18px;
    background: #fdf5f7 url('/assets/frontend/images/brand-banner-bg.webp') no-repeat center center;
    background-size: cover;
    box-shadow: 0 4px 20px rgba(227, 166, 171, 0.15);
    border: 1px solid rgba(227, 166, 171, 0.35);
    overflow: hidden;
}

.home-partners__heading-group {
    flex-shrink: 0;
    text-align: left;
}

.home-partners__title {
    font-size: 20px;
    font-weight: 800;
    color: #c82348;
    letter-spacing: 0.5px;
    margin: 0 0 4px 0;
    line-height: 1.3;
    text-transform: uppercase;
}

.home-partners__subtitle {
    font-size: 14px;
    color: #4a5568;
    margin: 0;
    font-weight: 500;
    line-height: 1.4;
}

.home-partners__logos {
    display: flex;
    align-items: center;
    gap: 40px;
}

.home-partners__logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease, filter 0.25s ease;
}

.home-partners__logo-item:hover {
    transform: translateY(-2px) scale(1.04);
}

.home-partners__logo-img {
    height: 52px;
    width: auto;
    max-width: 210px;
    object-fit: contain;
    display: block;
}

.home-partners__divider {
    width: 1px;
    height: 42px;
    background-color: #cbd5e1;
}

@media (max-width: 1200px) {
    .home-partners__wrapper {
        gap: 35px;
        padding: 20px 30px;
    }

    .home-partners__logo-img {
        height: 46px;
        max-width: 180px;
    }
}

@media (max-width: 1024px) {
    .home-partners {
        padding: 8px 0 18px 0;
    }

    .home-partners__wrapper {
        flex-direction: column;
        text-align: center;
        padding: 22px 20px;
        gap: 16px;
    }

    .home-partners__heading-group {
        text-align: center;
    }

    .home-partners__logos {
        gap: 30px;
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .home-partners__wrapper {
        padding: 16px 14px;
        gap: 14px;
        border-radius: 14px;
    }

    .home-partners__title {
        font-size: 15.5px;
    }

    .home-partners__subtitle {
        font-size: 12.5px;
    }

    .home-partners__logos {
        gap: 18px;
        flex-wrap: wrap;
    }

    .home-partners__logo-img {
        height: 38px;
        max-width: 145px;
    }

    .home-partners__divider {
        height: 28px;
    }
}

/* ==========================================================================
   Home Commitments / Features Bar
   ========================================================================== */
.home-commitments {
    padding: 24px 0;
}

.home-commitments__slider,
.home-commitments__grid {
    display: flex;
    align-items: center;
}

.home-commitments__slider.slick-slider {
    display: block;
}

.home-commitments__slider .slick-track {
    display: flex;
    align-items: center;
}

.home-commitments__slider .slick-slide {
    height: auto;
    outline: none;
}

.home-commitments__item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 8px 18px;
    position: relative;
    outline: none;
}

.home-commitments__item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 38px;
    background-color: #ebeef2;
}

.home-commitments__icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1.5px solid #d86580;
    color: #d86580;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.home-commitments__item:hover .home-commitments__icon {
    transform: scale(1.06);
    background-color: #fdf5f7;
    box-shadow: 0 2px 8px rgba(216, 101, 128, 0.18);
}

.home-commitments__icon img {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    display: block;
}

.home-commitments__info {
    display: flex;
    flex-direction: column;
}

.home-commitments__title {
    font-size: 14.5px;
    font-weight: 700;
    color: #2b303a;
    margin: 0 0 3px 0;
    line-height: 1.3;
    letter-spacing: -0.1px;
}

.home-commitments__desc {
    font-size: 12.5px;
    color: #718096;
    margin: 0;
    line-height: 1.4;
    white-space: nowrap;
}

/* ==========================================================================
   Responsive Breakpoints
   ========================================================================== */
@media (max-width: 1024px) {
    .home-commitments {
        padding: 20px 0;
    }

    .home-commitments__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 0;
    }

    .home-commitments__item {
        padding: 8px 12px;
    }
}

@media (max-width: 640px) {
    .home-commitments {
        padding: 16px 0;
    }

    .home-commitments__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .home-commitments__item {
        padding: 6px 10px;
    }

    .home-commitments__item::after {
        display: none !important;
    }

    .home-commitments__icon {
        width: 38px;
        height: 38px;
    }

    .home-commitments__title {
        font-size: 13.5px;
    }

    .home-commitments__desc {
        font-size: 12px;
    }
}

/* ==========================================================================
   Home Widgets / Highlights (News, Promo, Reviews)
   ========================================================================== */
.home-widgets {
    padding: 36px 0 36px 0;
    width: 100%;
}

.home-widgets__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    align-items: stretch;
}

.home-widgets__col {
    display: flex;
    flex-direction: column;
    padding: 0 24px;
    height: 100%;
}

.home-widgets__col:first-child {
    padding-left: 0;
}

.home-widgets__col:last-child {
    padding-right: 0;
}

.home-widgets__col:not(:last-child) {
    border-right: 1px solid #edf0f5;
}

.home-widgets__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    padding-bottom: 4px;
}

.home-widgets__nav {
    display: flex;
    align-items: center;
    gap: 6px;
}

.home-widgets__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #f3f4f6;
    border: none;
    border-radius: 6px;
    color: #4b5563;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
}

.home-widgets__arrow:hover {
    background: #cb2556;
    color: #ffffff;
}

.home-widgets__arrow:active {
    transform: scale(0.95);
}

.home-widgets__title {
    font-size: 16.5px;
    font-weight: 700;
    color: #cb2556;
    text-transform: uppercase;
    /* letter-spacing: 0.3px; */
    margin: 0;
    line-height: 1.3;
}

.home-widgets__more {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12.5px;
    color: #cb2556;
    text-decoration: none;
    font-weight: 500;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.home-widgets__more:hover {
    opacity: 0.8;
}

.home-widgets__more:hover .home-widgets__more-icon {
    transform: translateX(3px);
}

.home-widgets__more-icon {
    transition: transform 0.2s ease;
}

/* --- Column 1: News --- */
.home-widgets__news-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.home-widgets__news-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid #edf0f5;
    flex: 1;
}

.home-widgets__news-item:first-child {
    padding-top: 0;
}

.home-widgets__news-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.home-widgets__news-thumb {
    flex-shrink: 0;
    width: 95px;
    height: 95px;
    border-radius: 12px;
    overflow: hidden;
    display: block;
    background-color: #f8fafc;
}

.home-widgets__news-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.home-widgets__news-item:hover .home-widgets__news-img {
    transform: scale(1.06);
}

.home-widgets__news-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.home-widgets__news-date {
    font-size: 12px;
    color: #8c95a6;
    margin-bottom: 4px;
    font-weight: 500;
}

.home-widgets__news-item-title {
    font-size: 14.5px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-widgets__news-item-title a {
    color: #22262e;
    text-decoration: none;
    transition: color 0.2s ease;
}

.home-widgets__news-item-title a:hover {
    color: #cb2556;
}

.home-widgets__news-desc {
    font-size: 12.5px;
    color: #64748b;
    line-height: 1.45;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* --- Column 2: Promo --- */
.home-widgets__promo-banner {
    display: block;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    background-color: #f8fafc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex: 1;
    min-height: 180px;
}

.home-widgets__promo-banner:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.home-widgets__promo-banner-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 14px;
    aspect-ratio: 16 / 9;
}

/* Perks Grid */
.home-widgets__perks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #edf0f5;
}

.home-widgets__perk-item {
    background: #ffffff;
    border: 1px solid #edf0f5;
    border-radius: 14px;
    padding: 16px 8px;
    min-height: 108px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.02);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.home-widgets__perk-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(203, 37, 86, 0.08);
    border-color: #fcdce2;
}

.home-widgets__perk-icon {
    color: #cb2556;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
}

.home-widgets__perk-icon img {
    width: 40px;
    height: 40px;
}

.home-widgets__perk-name {
    font-size: 13px;
    font-weight: 700;
    color: #2b303a;
    line-height: 1.2;
}

.home-widgets__perk-note {
    font-size: 11.5px;
    font-weight: 600;
    color: #cb2556;
    line-height: 1.2;
}

/* --- Column 3: Reviews --- */
.home-widgets__reviews-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    gap: 14px;
}

.home-widgets__reviews-list.slick-slider {
    display: block;
    gap: 0;
}

.home-widgets__reviews-list.slick-slider .slick-list {
    margin: -5px 0;
}

.home-widgets__reviews-list.slick-slider .slick-slide {
    height: auto;
    outline: none;
}

.home-widgets__review-item {
    padding: 5px 0;
    outline: none;
}

.home-widgets__review-card {
    background: #ffffff;
    border: 1px solid #edf0f5;
    border-radius: 12px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.02);
    transition: all 0.25s ease;
    flex: 1;
    box-sizing: border-box;
}

.home-widgets__review-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-color: #e2e8f0;
}

.home-widgets__review-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.home-widgets__review-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.home-widgets__review-name {
    font-size: 15px;
    font-weight: 700;
    color: #2b303a;
    line-height: 1.3;
    margin-bottom: 2px;
}

.home-widgets__review-stars {
    display: flex;
    align-items: center;
    gap: 2px;
    color: #f59e0b;
    margin-bottom: 5px;
}

.home-widgets__star-icon {
    width: 13px;
    height: 13px;
    fill: currentColor;
}

.home-widgets__review-quote {
    font-size: 13px;
    color: #475569;
    line-height: 1.45;
    margin: 0 0 4px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-widgets__review-bought {
    font-size: 11.5px;
    color: #8c95a6;
    font-weight: 500;
}

/* ==========================================================================
   Home Widgets Responsive Breakpoints
   ========================================================================== */
@media (max-width: 1024px) {
    .home-widgets__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .home-widgets__col {
        padding: 0;
    }

    .home-widgets__col:not(:last-child) {
        border-right: none;
    }

    .home-widgets__col--news {
        padding-right: 20px;
        border-right: 1px solid #edf0f5 !important;
    }

    .home-widgets__col--reviews {
        grid-column: 1 / -1;
        padding-top: 16px;
        border-top: 1px solid #edf0f5;
    }

    .home-widgets__reviews-list:not(.slick-slider) {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }
}

@media (max-width: 768px) {
    .home-widgets {
        padding: 16px 0 24px 0;
    }

    .home-widgets__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .home-widgets__col {
        padding: 0 !important;
        border-right: none !important;
    }

    .home-widgets__col:not(:first-child) {
        padding-top: 20px !important;
        border-top: 1px solid #edf0f5;
    }

    .home-widgets__reviews-list:not(.slick-slider) {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .home-widgets__news-thumb {
        width: 80px;
        height: 80px;
    }

    .home-widgets__promo-banner {
        padding: 14px 12px;
    }

    .home-widgets__promo-discount {
        font-size: 36px;
    }

    .home-widgets__promo-media {
        width: 90px;
        height: 90px;
    }
}

/* ==========================================================================
   Home Quick Categories (Banner Highlights)
   ========================================================================== */
.home-quick-cats {
    padding: 10px 0 25px 0;
    width: 100%;
}

.home-quick-cats__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
}

.home-quick-cats__card {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #fff2f5 0%, #fff8fa 100%);
    border: 1px solid #fce7f3;
    border-radius: 14px;
    padding: 10px 10px 10px 10px;
    gap: 10px;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    box-sizing: border-box;
}

.home-quick-cats__card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(225, 29, 72, 0.08);
    border-color: #fbcfe8;
}

.home-quick-cats__media {
    flex-shrink: 0;
    width: 75px;
    height: 70px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-quick-cats__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.3s ease;
}

.home-quick-cats__card:hover .home-quick-cats__img {
    transform: scale(1.06);
}

.home-quick-cats__content {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
    gap: 8px;
}

.home-quick-cats__icon-wrap {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1.5px solid #f472b6;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cb2556;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.home-quick-cats__card:hover .home-quick-cats__icon-wrap {
    background-color: #fff1f2;
    transform: scale(1.05);
}

.home-quick-cats__icon {
    width: 18px;
    height: 18px;
    stroke: currentColor;
}

.home-quick-cats__text {
    flex: 1;
    min-width: 0;
}

.home-quick-cats__title {
    font-size: 15px;
    font-weight: 700;
    color: #881337;
    margin: 0 0 2px 0;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.2s ease;
}

.home-quick-cats__card:hover .home-quick-cats__title {
    color: #cb2556;
}

.home-quick-cats__desc {
    font-size: 12px;
    color: #8b8b8b;
    /* opacity: 0.8; */
    margin: 0;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-quick-cats__arrow {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1.5px solid #f472b6;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cb2556;
    transition: transform 0.25s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.home-quick-cats__card:hover .home-quick-cats__arrow {
    transform: translateX(2px);
    background-color: #cb2556;
    border-color: #cb2556;
    color: #ffffff;
}

/* ==========================================================================
   Home Quick Categories Responsive Breakpoints
   ========================================================================== */
@media (max-width: 1200px) {
    .home-quick-cats__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

@media (max-width: 640px) {
    .home-quick-cats {
        padding: 6px 0 18px 0;
    }

    .home-quick-cats__grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .home-quick-cats__card {
        padding: 8px 12px 8px 8px;
    }

    .home-quick-cats__media {
        width: 65px;
        height: 60px;
    }

    .home-quick-cats__title {
        font-size: 13px;
    }

    .home-quick-cats__desc {
        font-size: 11px;
    }
}

/* ==========================================================================
   Home Bestsellers Section
   ========================================================================== */
.home-bestsellers {
    padding: 30px 0 30px 0;
    width: 100%;
}

.home-bestsellers__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 20px;
}

.home-bestsellers__title-wrap {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.home-bestsellers__title-line {
    display: inline-block;
    width: 28px;
    height: 1.5px;
    background-color: #cb2556;
}

.home-bestsellers__title {
    font-size: 18px;
    font-weight: 700;
    color: #cb2556;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
    line-height: 1.2;
}

.home-bestsellers__more {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: #cb2556;
    text-decoration: none;
    font-weight: 500;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.home-bestsellers__more:hover {
    opacity: 0.8;
}

.home-bestsellers__more:hover .home-bestsellers__more-icon {
    transform: translateX(3px);
}

.home-bestsellers__more-icon {
    transition: transform 0.2s ease;
}

.home-bestsellers__grid {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(0, 1.15fr);
    gap: 16px;
    align-items: stretch;
}

.home-bestsellers__grid--full {
    grid-template-columns: 1fr;
}

.home-bestsellers__slider-wrap {
    min-width: 0;
    position: relative;
}

.home-bestsellers__slider {
    position: relative;
}

.home-bestsellers__slider .slick-list {
    margin: 0 -8px;
    padding: 0px 0 0px;
}

.home-bestsellers__slide {
    padding: 0 8px;
    height: auto;
    box-sizing: border-box;
}


.home-bestsellers__slider .slick-slide {
    height: inherit !important;
    display: flex !important;
}

.home-bestsellers__slide .home-bestsellers__card {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.home-bestsellers__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #edf0f5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
    z-index: 5;
    color: #cb2556;
    transition: all 0.25s ease;
    padding: 0;
    outline: none;
}

.home-bestsellers__arrow:hover {
    background: #cb2556;
    color: #ffffff;
    border-color: #cb2556;
    box-shadow: 0 4px 15px rgba(203, 37, 86, 0.3);
}

.home-bestsellers__arrow--prev {
    left: -12px;
}

.home-bestsellers__arrow--next {
    right: -12px;
}

.home-bestsellers__arrow svg {
    width: 16px;
    height: 16px;
}

/* Voucher banner */
.home-bestsellers__voucher {
    display: flex;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    border: 1px solid #edf0f5;
}

.home-bestsellers__voucher-link {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.home-bestsellers__voucher-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    transition: transform 0.35s ease;
    aspect-ratio: 3/2;
}

.home-bestsellers__voucher:hover .home-bestsellers__voucher-img {
    transform: scale(1.03);
}

/* ==========================================================================
   Home Bestsellers Responsive Breakpoints
   ========================================================================== */
@media (max-width: 1200px) {
    .home-bestsellers__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .home-bestsellers__voucher {
        max-height: 220px;
        width: 100%;
    }

    .home-bestsellers__voucher-img {
        max-height: 220px;
        width: 100%;
        object-fit: cover;
    }
}

@media (max-width: 992px) {
    .home-bestsellers__grid {
        gap: 16px;
    }

    .home-bestsellers__arrow--prev {
        left: -8px;
    }

    .home-bestsellers__arrow--next {
        right: -8px;
    }
}

@media (max-width: 576px) {
    .home-bestsellers {
        padding: 20px 0 10px 0;
    }

    .home-bestsellers__header {
        margin-bottom: 14px;
        justify-content: center;
    }

    .home-bestsellers__title {
        font-size: 15px;
    }

    .home-bestsellers__title-line {
        width: 18px;
    }

    .home-bestsellers__more {
        font-size: 12px;
    }

    .home-bestsellers__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .home-bestsellers__slider .slick-list {
        margin: 0 -5px;
    }

    .home-bestsellers__slide {
        padding: 0 5px;
    }

    .home-bestsellers__voucher {
        max-height: 180px;
        border-radius: 8px;
    }

    .home-bestsellers__voucher-link,
    .home-bestsellers__voucher-img {
        border-radius: 8px;
    }
}

.home-bestsellers__mobile-more {
    display: none;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px;
}

.home-bestsellers__btn-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #d86580;
    color: #fff;
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.home-bestsellers__btn-more:hover {
    background-color: #c25a72;
    color: #fff;
}

@media (max-width: 768px) {
    .home-bestsellers__mobile-more {
        display: block;
    }

    .home-bestsellers__more {
        display: none;
        /* Hide the top link on mobile to avoid duplication */
    }
}